From 4f11aa73d41c68dc1590e45e485aa3a5b7a38b25 Mon Sep 17 00:00:00 2001 From: wj005 <3623467762@qq.com> Date: Wed, 14 Jul 2021 12:32:59 +0800 Subject: [PATCH] =?UTF-8?q?V1.3.0=20=E6=96=B0=E5=A2=9E=EF=BC=9A=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E4=B8=AD=E5=BF=83=E5=BA=94=E7=94=A8=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=EF=BC=9A=E5=90=8E=E5=8F=B0=E6=94=AF=E6=8C=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=88=86=E7=B1=BB=E7=9A=84=E6=98=BE=E7=A4=BA/?= =?UTF-8?q?=E9=9A=90=E8=97=8F=20=E6=96=B0=E5=A2=9E=EF=BC=9A=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=86=E4=BA=AB=E5=9B=BE=E5=92=8C=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E5=8F=AF=E8=87=AA=E5=AE=9A=E4=B9=89=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=9A=E5=90=8E=E5=8F=B0=E5=9F=BA=E7=A1=80=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E7=9A=84=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8E=E5=AE=9E=E6=97=B6=E7=94=9F=E6=95=88=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=9A=E6=B7=BB=E5=8A=A0=E7=9B=B4=E6=92=AD=E5=95=86?= =?UTF-8?q?=E5=93=81=E6=97=A0=E9=9C=80=E8=BE=93=E5=85=A5ID=EF=BC=8C?= =?UTF-8?q?=E5=8F=AF=E9=80=89=E6=8B=A9=E5=95=86=E5=93=81=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=EF=BC=9A=E7=B4=A0=E6=9D=90=E7=AE=A1=E7=90=86=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=B8=8A=E4=BC=A0=E6=9C=AC=E5=9C=B0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF=E7=9B=B4=E6=92=AD=E5=88=97=E8=A1=A8=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=9B=BE=E7=89=87=E7=9A=84=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=85=AC=E4=BC=97?= =?UTF-8?q?=E5=8F=B7=E5=95=86=E5=9F=8E=E6=94=AF=E4=BB=98=E6=97=A0=E6=95=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Event.php | 6 +- api/CrontabController.php | 18 +- api/DemoController.php | 86 +- api/DownloadController.php | 254 +++--- api/PluginController.php | 156 ++-- app/PayController.php | 38 + app/PluginController.php | 90 +-- app/PosterController.php | 194 ++++- applet/app.zip | Bin 649660 -> 774769 bytes components/crontab/BaseCrontab.php | 6 + components/crontab/Crontab.php | 19 + components/subscribe/OrderSendMessage.php | 14 +- components/subscribe/TaskSendMessage.php | 60 ++ config/aliases.php | 8 +- config/config.json | 98 +-- forms/CommonWechat.php | 12 +- forms/install/install.sql | 139 +++- modules/basics/api/BasicsController.php | 9 + modules/basics/app/BasicsController.php | 7 + modules/basics/common/BasicsController.php | 296 +++++++ modules/basics/models/Basics.php | 50 ++ .../collect/models/collect/BaseCollect.php | 736 ++++++++--------- modules/goods/api/GroupController.php | 164 ++-- modules/goods/api/IndexController.php | 276 +++++-- modules/goods/api/TemplateController.php | 28 +- modules/goods/app/GroupController.php | 2 +- modules/goods/app/IndexController.php | 187 ++++- modules/goods/models/Goods.php | 17 + modules/goods/models/GoodsData.php | 5 + modules/goods/models/GoodsGroup.php | 8 +- modules/live/models/GoodsForm.php | 6 + modules/order/api/AfterController.php | 148 +++- modules/order/api/IndexController.php | 47 +- modules/order/app/AfterController.php | 63 +- modules/order/app/EvaluateController.php | 16 +- modules/order/app/IndexController.php | 428 +++++++++- modules/order/models/Order.php | 22 +- modules/order/models/OrderAfter.php | 31 +- modules/order/models/OrderGoods.php | 15 +- modules/order/models/OrderPay.php | 2 +- modules/plugins/api/BasicsController.php | 113 +++ modules/plugins/app/BasicsController.php | 64 ++ modules/plugins/models/Basics.php | 14 + modules/sms/api/IndexController.php | 195 +++-- modules/sms/app/IndexController.php | 19 +- modules/subscribe/api/IndexController.php | 147 ++-- modules/system/api/AccountController.php | 63 +- modules/system/models/Account.php | 40 +- modules/system/models/Plugin.php | 42 + modules/users/api/IndexController.php | 60 +- modules/users/app/IndexController.php | 25 +- modules/users/models/Address.php | 6 +- modules/users/models/User.php | 31 +- plugins/README.md | 4 +- plugins/task/api/Backgoods.php | 95 +++ plugins/task/api/BaseController.php | 336 ++++++++ plugins/task/api/DemoController.php | 65 ++ plugins/task/api/GoodsController.php | 491 ++++++++++++ plugins/task/api/OrderController.php | 154 ++++ plugins/task/api/ScoreController.php | 62 ++ plugins/task/api/TaskController.php | 72 ++ plugins/task/api/UserController.php | 175 ++++ plugins/task/app/GoodsController.php | 55 ++ plugins/task/app/LogController.php | 118 +++ plugins/task/app/ScoreController.php | 234 ++++++ plugins/task/app/SignController.php | 49 ++ plugins/task/app/TaskController.php | 417 ++++++++++ plugins/task/app/UserController.php | 53 ++ plugins/task/common.php | 747 ++++++++++++++++++ plugins/task/install.sql | 17 + plugins/task/manifest.json | 29 + plugins/task/models/Task.php | 53 ++ plugins/task/models/TaskBill.php | 70 ++ plugins/task/models/TaskConvert.php | 68 ++ plugins/task/models/TaskGoods.php | 61 ++ plugins/task/models/TaskLog.php | 70 ++ plugins/task/models/TaskScore.php | 103 +++ plugins/task/models/TaskUser.php | 42 + sql.txt | 142 +++- system/common/AccessToken.php | 96 +++ system/common/BasicController.php | 144 +++- system/common/BasicModule.php | 3 +- system/common/CommonModels.php | 29 +- system/common/DatabaseMigration.php | 11 +- system/common/ErrorCentral.php | 5 +- system/functions.php | 106 ++- system/wechat/WechatSubscribe.php | 20 +- views/admin/css/app.045926f2.css | 1 + views/admin/css/chunk-044bd706.a88058ad.css | 1 + views/admin/css/chunk-14616a2b.240ff63c.css | 1 + views/admin/css/chunk-179fabaa.29d86bb9.css | 1 + views/admin/css/chunk-25fba388.b057d1ee.css | 1 + views/admin/css/chunk-272d2bba.81d77177.css | 1 + views/admin/css/chunk-31ebc028.2c246296.css | 1 + views/admin/css/chunk-5e2aad85.0fb6d74e.css | 1 + views/admin/css/chunk-62ffc749.2010fbcc.css | 1 + views/admin/css/chunk-632ea3de.630deab5.css | 1 + views/admin/css/chunk-658cf40c.70db341e.css | 1 + views/admin/css/chunk-68fbc556.27780820.css | 1 + views/admin/css/chunk-7125cdb5.a191283a.css | 1 + views/admin/css/chunk-7caa660b.84ad429c.css | 1 + views/admin/css/chunk-7ecc2127.7f8b27a5.css | 1 + views/admin/css/chunk-80ca18f4.9639b48c.css | 1 + views/admin/css/chunk-a4b68392.8642727b.css | 1 + views/admin/css/chunk-a9d3ea84.32898c37.css | 1 + views/admin/css/chunk-bc52a7a4.b8eb3b56.css | 1 + views/admin/css/chunk-c8783366.d5c6f0d2.css | 1 + views/admin/css/chunk-e2481ba0.383036a8.css | 1 + views/admin/css/chunk-e3f332a4.2877f9d5.css | 1 + views/admin/css/chunk-f25bb93e.e6c458c8.css | 1 + views/admin/css/error-401.d430b095.css | 1 + views/admin/css/error-404.d430b095.css | 1 + views/admin/css/error-500.d430b095.css | 1 + views/admin/css/goods-group.7e96f1e3.css | 1 + .../css/goods-groupTemplate.8f34701f.css | 1 + views/admin/css/goods-index.3ccc1276.css | 1 + views/admin/css/goods-publish.eb10ed65.css | 1 + views/admin/img/box_scores.3165ca08.png | Bin 0 -> 63836 bytes .../admin/img/icon-phone-header.6803d30e.png | Bin 0 -> 8619 bytes views/admin/img/task-user-bg.76ee851f.png | Bin 0 -> 49545 bytes views/admin/index.html | 288 +++---- views/admin/index.php | 270 ++++--- views/admin/js/app.68fbb904.js | 1 + views/admin/js/chunk-006d9953.53829203.js | 1 + views/admin/js/chunk-0243c119.b42d3490.js | 1 + views/admin/js/chunk-044bd706.7dcbc689.js | 1 + views/admin/js/chunk-12a84aa2.d4c58762.js | 1 + views/admin/js/chunk-14616a2b.1eeb9b60.js | 1 + views/admin/js/chunk-179fabaa.dccca975.js | 1 + views/admin/js/chunk-1b1c8654.a767f447.js | 1 + views/admin/js/chunk-25fba388.36c660e0.js | 1 + views/admin/js/chunk-272d2bba.166e4085.js | 1 + views/admin/js/chunk-27c07812.6198f0a4.js | 1 + views/admin/js/chunk-2d0c774e.0b3df137.js | 1 + views/admin/js/chunk-2d0e24b5.4e74b597.js | 1 + views/admin/js/chunk-2d0efcfc.df308b1c.js | 1 + views/admin/js/chunk-2da85ee8.0f89a646.js | 1 + views/admin/js/chunk-31ebc028.e155e3da.js | 1 + views/admin/js/chunk-4da8933e.ddd2979c.js | 1 + views/admin/js/chunk-5719e258.18a4d3e2.js | 1 + views/admin/js/chunk-57d03275.69581ffb.js | 1 + views/admin/js/chunk-584d8f5c.32935a69.js | 1 + views/admin/js/chunk-5ab13d10.664b3998.js | 1 + views/admin/js/chunk-5e2aad85.cef96172.js | 1 + views/admin/js/chunk-6022be36.8705a28e.js | 1 + views/admin/js/chunk-6067b6aa.d4da0892.js | 1 + views/admin/js/chunk-62ffc749.d4c581d7.js | 1 + views/admin/js/chunk-632ea3de.e3db3fa1.js | 1 + views/admin/js/chunk-658cf40c.d1389b99.js | 1 + views/admin/js/chunk-66923e50.c025a1d7.js | 1 + views/admin/js/chunk-68fbc556.ce27958e.js | 1 + views/admin/js/chunk-7125cdb5.c7d3fe72.js | 1 + views/admin/js/chunk-7565be86.13814b9f.js | 1 + views/admin/js/chunk-766cf208.8d39b34d.js | 1 + views/admin/js/chunk-79e8f288.49e27fdc.js | 1 + views/admin/js/chunk-7bc857eb.301adf8a.js | 1 + views/admin/js/chunk-7caa660b.dbc55878.js | 1 + views/admin/js/chunk-7dce4c5c.8b3cac73.js | 1 + views/admin/js/chunk-7ecc2127.ec660bf2.js | 1 + views/admin/js/chunk-80ca18f4.18abfb96.js | 1 + views/admin/js/chunk-a4b68392.ef28d082.js | 1 + views/admin/js/chunk-a8984904.48719e7f.js | 1 + views/admin/js/chunk-a9d3ea84.b2d67703.js | 1 + views/admin/js/chunk-bc52a7a4.c7fee574.js | 1 + views/admin/js/chunk-c8783366.b8708710.js | 1 + views/admin/js/chunk-d2d26f44.505f31bd.js | 1 + views/admin/js/chunk-d746bea6.92370fe1.js | 1 + views/admin/js/chunk-d8eab670.19a49427.js | 1 + views/admin/js/chunk-e2481ba0.846d85b8.js | 1 + views/admin/js/chunk-e3f332a4.1dd10ae6.js | 1 + views/admin/js/chunk-f25bb93e.a7f556a1.js | 1 + views/admin/js/chunk-fe6dde0c.61e6ae2e.js | 1 + views/admin/js/error-401.04208e40.js | 1 + views/admin/js/error-404.f7d690c8.js | 1 + views/admin/js/error-500.20d2b5ce.js | 1 + views/admin/js/goods-group.9adb4708.js | 1 + .../admin/js/goods-groupTemplate.79412765.js | 1 + views/admin/js/goods-index.abda0a1c.js | 1 + views/admin/js/goods-publish.968f6d7d.js | 10 + views/admin/js/vendors.cebced4b.js | 377 +++++++++ views/wechat/back.php | 51 ++ views/wechat/index.html | 16 +- views/wechat/index.php | 63 +- views/wechat/static/css/icon.css | 400 +++++----- views/wechat/static/css/index.css | 106 +-- views/wechat/static/h5/js/wechat.js | 308 ++++---- views/wechat/static/img/bg.de9c09e3.png | Bin 0 -> 30425 bytes views/wechat/static/img/box_scores.png | Bin 0 -> 63836 bytes views/wechat/static/img/icon.b113a47e.png | Bin 0 -> 6759 bytes views/wechat/static/img/task_coupon_icon.png | Bin 0 -> 2425 bytes views/wechat/static/img/task_score_icon.png | Bin 0 -> 2296 bytes views/wechat/static/img/two.8e1115e5.png | Bin 0 -> 50848 bytes views/wechat/static/img/two.png | Bin 127432 -> 50848 bytes .../static/js/chunk-vendors.f0e1d886.js | 19 + views/wechat/static/js/index.362d465d.js | 1 + .../static/js/pages-cart-index.8d115a6d.js | 1 + ...pages-goods-list~page~0f5fc9b9.88000337.js | 1 + ...pages-goods-list~page~1cd731d8.938321e9.js | 1 + ...pages-goods-list~page~f8285dbc.cd7ef734.js | 1 + .../js/pages-categories-index.5ab463be.js | 1 + .../static/js/pages-coupon-detail.6cacb292.js | 1 + ...upon-detail~pages-goods-detail.e5f4aba3.js | 1 + .../static/js/pages-coupon-index.ddc01654.js | 1 + .../static/js/pages-goods-detail.6fce02ae.js | 1 + .../js/pages-goods-evaluation.52b1e0f4.js | 1 + .../static/js/pages-goods-list.cdff3b16.js | 1 + ...-list~plugins-task-search-list.1e13fdd6.js | 1 + .../js/pages-goods-search-list.8088c0a7.js | 1 + .../static/js/pages-goods-search.1a8493a4.js | 1 + .../static/js/pages-index-index.1ae4494d.js | 1 + ...s-index-index~pages-page-index.295c7ae9.js | 1 + ...ages-order-after-sales-details.5bcc9d9c.js | 1 + ...ages-order-after-sales-records.c7a2112c.js | 1 + .../js/pages-order-apply-detail.c2362d83.js | 1 + .../static/js/pages-order-apply.c5cf6aab.js | 1 + .../static/js/pages-order-detail.c052beaa.js | 1 + ...order-detail~pages-order-index.4d85c2a0.js | 1 + .../js/pages-order-evaluation.45f36bf2.js | 1 + ...-order-fill-return-information.a3edc63a.js | 1 + .../static/js/pages-order-index.0401a57c.js | 1 + .../js/pages-order-logistics.bbdf47c8.js | 1 + .../static/js/pages-order-submit.c6438016.js | 1 + .../js/pages-order-successful.6f355417.js | 1 + .../js/pages-other-buyer-message.7289dcdf.js | 1 + .../static/js/pages-other-error.d4291bd6.js | 1 + .../pages-other-logisticsCompany.92625a35.js | 1 + .../static/js/pages-other-map.b8891f42.js | 1 + .../static/js/pages-other-preview.cd9aafa0.js | 1 + .../static/js/pages-page-index.71125afc.js | 1 + .../js/pages-user-address-edit.617a8d80.js | 1 + .../js/pages-user-bind-phone.a9d1b7a3.js | 1 + .../static/js/pages-user-index.c36f6ab9.js | 1 + .../static/js/pages-user-login.167942a6.js | 1 + .../pages-user-shipping-address.87b3674b.js | 1 + .../static/js/plugins-task-index.a8ddd783.js | 1 + .../static/js/plugins-task-lists.8f78808e.js | 1 + .../static/js/plugins-task-mall.c49182b2.js | 1 + .../static/js/plugins-task-rules.543dc077.js | 1 + .../js/plugins-task-search-list.038aac22.js | 1 + .../static/js/plugins-task-search.9f40f205.js | 1 + .../js/plugins-task-userinfo.aad5f724.js | 1 + web/index.php | 4 +- web/leadshop.php | 9 +- .../icon_c4ca4238a0b923820dcc509a6f75849b.png | Bin 2946 -> 2107 bytes .../icon_c81e728d9d4c2f636f067f89cc14862c.png | Bin 2373 -> 1948 bytes .../icon_cfcd208495d565ef66e7dff9f98764da.png | Bin 2303 -> 1650 bytes .../icon_eccbc87e4b5ce2fe28308fd9f2a7baf3.png | Bin 3131 -> 2822 bytes ..._icon_c4ca4238a0b923820dcc509a6f75849b.png | Bin 4135 -> 1673 bytes ..._icon_c81e728d9d4c2f636f067f89cc14862c.png | Bin 3826 -> 1463 bytes ..._icon_cfcd208495d565ef66e7dff9f98764da.png | Bin 4160 -> 1636 bytes ..._icon_eccbc87e4b5ce2fe28308fd9f2a7baf3.png | Bin 3782 -> 1953 bytes ...nicon_c4ca4238a0b923820dcc509a6f75849b.png | Bin 2946 -> 2107 bytes ...nicon_c81e728d9d4c2f636f067f89cc14862c.png | Bin 2373 -> 1948 bytes ...nicon_cfcd208495d565ef66e7dff9f98764da.png | Bin 2303 -> 1650 bytes ...nicon_eccbc87e4b5ce2fe28308fd9f2a7baf3.png | Bin 3131 -> 2822 bytes ..._icon_c4ca4238a0b923820dcc509a6f75849b.png | Bin 4135 -> 1673 bytes ..._icon_c81e728d9d4c2f636f067f89cc14862c.png | Bin 3826 -> 1463 bytes ..._icon_cfcd208495d565ef66e7dff9f98764da.png | Bin 4160 -> 1636 bytes ..._icon_eccbc87e4b5ce2fe28308fd9f2a7baf3.png | Bin 3782 -> 1953 bytes web/version.json | 2 +- 260 files changed, 8787 insertions(+), 2045 deletions(-) create mode 100644 components/subscribe/TaskSendMessage.php create mode 100644 modules/basics/common/BasicsController.php create mode 100644 modules/plugins/api/BasicsController.php create mode 100644 modules/plugins/app/BasicsController.php create mode 100644 modules/plugins/models/Basics.php create mode 100644 modules/system/models/Plugin.php create mode 100644 plugins/task/api/Backgoods.php create mode 100644 plugins/task/api/BaseController.php create mode 100644 plugins/task/api/DemoController.php create mode 100644 plugins/task/api/GoodsController.php create mode 100644 plugins/task/api/OrderController.php create mode 100644 plugins/task/api/ScoreController.php create mode 100644 plugins/task/api/TaskController.php create mode 100644 plugins/task/api/UserController.php create mode 100644 plugins/task/app/GoodsController.php create mode 100644 plugins/task/app/LogController.php create mode 100644 plugins/task/app/ScoreController.php create mode 100644 plugins/task/app/SignController.php create mode 100644 plugins/task/app/TaskController.php create mode 100644 plugins/task/app/UserController.php create mode 100644 plugins/task/common.php create mode 100644 plugins/task/install.sql create mode 100644 plugins/task/manifest.json create mode 100644 plugins/task/models/Task.php create mode 100644 plugins/task/models/TaskBill.php create mode 100644 plugins/task/models/TaskConvert.php create mode 100644 plugins/task/models/TaskGoods.php create mode 100644 plugins/task/models/TaskLog.php create mode 100644 plugins/task/models/TaskScore.php create mode 100644 plugins/task/models/TaskUser.php create mode 100644 system/common/AccessToken.php create mode 100644 views/admin/css/app.045926f2.css create mode 100644 views/admin/css/chunk-044bd706.a88058ad.css create mode 100644 views/admin/css/chunk-14616a2b.240ff63c.css create mode 100644 views/admin/css/chunk-179fabaa.29d86bb9.css create mode 100644 views/admin/css/chunk-25fba388.b057d1ee.css create mode 100644 views/admin/css/chunk-272d2bba.81d77177.css create mode 100644 views/admin/css/chunk-31ebc028.2c246296.css create mode 100644 views/admin/css/chunk-5e2aad85.0fb6d74e.css create mode 100644 views/admin/css/chunk-62ffc749.2010fbcc.css create mode 100644 views/admin/css/chunk-632ea3de.630deab5.css create mode 100644 views/admin/css/chunk-658cf40c.70db341e.css create mode 100644 views/admin/css/chunk-68fbc556.27780820.css create mode 100644 views/admin/css/chunk-7125cdb5.a191283a.css create mode 100644 views/admin/css/chunk-7caa660b.84ad429c.css create mode 100644 views/admin/css/chunk-7ecc2127.7f8b27a5.css create mode 100644 views/admin/css/chunk-80ca18f4.9639b48c.css create mode 100644 views/admin/css/chunk-a4b68392.8642727b.css create mode 100644 views/admin/css/chunk-a9d3ea84.32898c37.css create mode 100644 views/admin/css/chunk-bc52a7a4.b8eb3b56.css create mode 100644 views/admin/css/chunk-c8783366.d5c6f0d2.css create mode 100644 views/admin/css/chunk-e2481ba0.383036a8.css create mode 100644 views/admin/css/chunk-e3f332a4.2877f9d5.css create mode 100644 views/admin/css/chunk-f25bb93e.e6c458c8.css create mode 100644 views/admin/css/error-401.d430b095.css create mode 100644 views/admin/css/error-404.d430b095.css create mode 100644 views/admin/css/error-500.d430b095.css create mode 100644 views/admin/css/goods-group.7e96f1e3.css create mode 100644 views/admin/css/goods-groupTemplate.8f34701f.css create mode 100644 views/admin/css/goods-index.3ccc1276.css create mode 100644 views/admin/css/goods-publish.eb10ed65.css create mode 100644 views/admin/img/box_scores.3165ca08.png create mode 100644 views/admin/img/icon-phone-header.6803d30e.png create mode 100644 views/admin/img/task-user-bg.76ee851f.png create mode 100644 views/admin/js/app.68fbb904.js create mode 100644 views/admin/js/chunk-006d9953.53829203.js create mode 100644 views/admin/js/chunk-0243c119.b42d3490.js create mode 100644 views/admin/js/chunk-044bd706.7dcbc689.js create mode 100644 views/admin/js/chunk-12a84aa2.d4c58762.js create mode 100644 views/admin/js/chunk-14616a2b.1eeb9b60.js create mode 100644 views/admin/js/chunk-179fabaa.dccca975.js create mode 100644 views/admin/js/chunk-1b1c8654.a767f447.js create mode 100644 views/admin/js/chunk-25fba388.36c660e0.js create mode 100644 views/admin/js/chunk-272d2bba.166e4085.js create mode 100644 views/admin/js/chunk-27c07812.6198f0a4.js create mode 100644 views/admin/js/chunk-2d0c774e.0b3df137.js create mode 100644 views/admin/js/chunk-2d0e24b5.4e74b597.js create mode 100644 views/admin/js/chunk-2d0efcfc.df308b1c.js create mode 100644 views/admin/js/chunk-2da85ee8.0f89a646.js create mode 100644 views/admin/js/chunk-31ebc028.e155e3da.js create mode 100644 views/admin/js/chunk-4da8933e.ddd2979c.js create mode 100644 views/admin/js/chunk-5719e258.18a4d3e2.js create mode 100644 views/admin/js/chunk-57d03275.69581ffb.js create mode 100644 views/admin/js/chunk-584d8f5c.32935a69.js create mode 100644 views/admin/js/chunk-5ab13d10.664b3998.js create mode 100644 views/admin/js/chunk-5e2aad85.cef96172.js create mode 100644 views/admin/js/chunk-6022be36.8705a28e.js create mode 100644 views/admin/js/chunk-6067b6aa.d4da0892.js create mode 100644 views/admin/js/chunk-62ffc749.d4c581d7.js create mode 100644 views/admin/js/chunk-632ea3de.e3db3fa1.js create mode 100644 views/admin/js/chunk-658cf40c.d1389b99.js create mode 100644 views/admin/js/chunk-66923e50.c025a1d7.js create mode 100644 views/admin/js/chunk-68fbc556.ce27958e.js create mode 100644 views/admin/js/chunk-7125cdb5.c7d3fe72.js create mode 100644 views/admin/js/chunk-7565be86.13814b9f.js create mode 100644 views/admin/js/chunk-766cf208.8d39b34d.js create mode 100644 views/admin/js/chunk-79e8f288.49e27fdc.js create mode 100644 views/admin/js/chunk-7bc857eb.301adf8a.js create mode 100644 views/admin/js/chunk-7caa660b.dbc55878.js create mode 100644 views/admin/js/chunk-7dce4c5c.8b3cac73.js create mode 100644 views/admin/js/chunk-7ecc2127.ec660bf2.js create mode 100644 views/admin/js/chunk-80ca18f4.18abfb96.js create mode 100644 views/admin/js/chunk-a4b68392.ef28d082.js create mode 100644 views/admin/js/chunk-a8984904.48719e7f.js create mode 100644 views/admin/js/chunk-a9d3ea84.b2d67703.js create mode 100644 views/admin/js/chunk-bc52a7a4.c7fee574.js create mode 100644 views/admin/js/chunk-c8783366.b8708710.js create mode 100644 views/admin/js/chunk-d2d26f44.505f31bd.js create mode 100644 views/admin/js/chunk-d746bea6.92370fe1.js create mode 100644 views/admin/js/chunk-d8eab670.19a49427.js create mode 100644 views/admin/js/chunk-e2481ba0.846d85b8.js create mode 100644 views/admin/js/chunk-e3f332a4.1dd10ae6.js create mode 100644 views/admin/js/chunk-f25bb93e.a7f556a1.js create mode 100644 views/admin/js/chunk-fe6dde0c.61e6ae2e.js create mode 100644 views/admin/js/error-401.04208e40.js create mode 100644 views/admin/js/error-404.f7d690c8.js create mode 100644 views/admin/js/error-500.20d2b5ce.js create mode 100644 views/admin/js/goods-group.9adb4708.js create mode 100644 views/admin/js/goods-groupTemplate.79412765.js create mode 100644 views/admin/js/goods-index.abda0a1c.js create mode 100644 views/admin/js/goods-publish.968f6d7d.js create mode 100644 views/admin/js/vendors.cebced4b.js create mode 100644 views/wechat/back.php create mode 100644 views/wechat/static/img/bg.de9c09e3.png create mode 100644 views/wechat/static/img/box_scores.png create mode 100644 views/wechat/static/img/icon.b113a47e.png create mode 100644 views/wechat/static/img/task_coupon_icon.png create mode 100644 views/wechat/static/img/task_score_icon.png create mode 100644 views/wechat/static/img/two.8e1115e5.png create mode 100644 views/wechat/static/js/chunk-vendors.f0e1d886.js create mode 100644 views/wechat/static/js/index.362d465d.js create mode 100644 views/wechat/static/js/pages-cart-index.8d115a6d.js create mode 100644 views/wechat/static/js/pages-cart-index~pages-categories-index~pages-coupon-detail~pages-goods-detail~pages-goods-list~page~0f5fc9b9.88000337.js create mode 100644 views/wechat/static/js/pages-cart-index~pages-categories-index~pages-coupon-detail~pages-goods-detail~pages-goods-list~page~1cd731d8.938321e9.js create mode 100644 views/wechat/static/js/pages-cart-index~pages-categories-index~pages-coupon-detail~pages-goods-detail~pages-goods-list~page~f8285dbc.cd7ef734.js create mode 100644 views/wechat/static/js/pages-categories-index.5ab463be.js create mode 100644 views/wechat/static/js/pages-coupon-detail.6cacb292.js create mode 100644 views/wechat/static/js/pages-coupon-detail~pages-goods-detail.e5f4aba3.js create mode 100644 views/wechat/static/js/pages-coupon-index.ddc01654.js create mode 100644 views/wechat/static/js/pages-goods-detail.6fce02ae.js create mode 100644 views/wechat/static/js/pages-goods-evaluation.52b1e0f4.js create mode 100644 views/wechat/static/js/pages-goods-list.cdff3b16.js create mode 100644 views/wechat/static/js/pages-goods-list~pages-goods-search-list~plugins-task-search-list.1e13fdd6.js create mode 100644 views/wechat/static/js/pages-goods-search-list.8088c0a7.js create mode 100644 views/wechat/static/js/pages-goods-search.1a8493a4.js create mode 100644 views/wechat/static/js/pages-index-index.1ae4494d.js create mode 100644 views/wechat/static/js/pages-index-index~pages-page-index.295c7ae9.js create mode 100644 views/wechat/static/js/pages-order-after-sales-details.5bcc9d9c.js create mode 100644 views/wechat/static/js/pages-order-after-sales-records.c7a2112c.js create mode 100644 views/wechat/static/js/pages-order-apply-detail.c2362d83.js create mode 100644 views/wechat/static/js/pages-order-apply.c5cf6aab.js create mode 100644 views/wechat/static/js/pages-order-detail.c052beaa.js create mode 100644 views/wechat/static/js/pages-order-detail~pages-order-index.4d85c2a0.js create mode 100644 views/wechat/static/js/pages-order-evaluation.45f36bf2.js create mode 100644 views/wechat/static/js/pages-order-fill-return-information.a3edc63a.js create mode 100644 views/wechat/static/js/pages-order-index.0401a57c.js create mode 100644 views/wechat/static/js/pages-order-logistics.bbdf47c8.js create mode 100644 views/wechat/static/js/pages-order-submit.c6438016.js create mode 100644 views/wechat/static/js/pages-order-successful.6f355417.js create mode 100644 views/wechat/static/js/pages-other-buyer-message.7289dcdf.js create mode 100644 views/wechat/static/js/pages-other-error.d4291bd6.js create mode 100644 views/wechat/static/js/pages-other-logisticsCompany.92625a35.js create mode 100644 views/wechat/static/js/pages-other-map.b8891f42.js create mode 100644 views/wechat/static/js/pages-other-preview.cd9aafa0.js create mode 100644 views/wechat/static/js/pages-page-index.71125afc.js create mode 100644 views/wechat/static/js/pages-user-address-edit.617a8d80.js create mode 100644 views/wechat/static/js/pages-user-bind-phone.a9d1b7a3.js create mode 100644 views/wechat/static/js/pages-user-index.c36f6ab9.js create mode 100644 views/wechat/static/js/pages-user-login.167942a6.js create mode 100644 views/wechat/static/js/pages-user-shipping-address.87b3674b.js create mode 100644 views/wechat/static/js/plugins-task-index.a8ddd783.js create mode 100644 views/wechat/static/js/plugins-task-lists.8f78808e.js create mode 100644 views/wechat/static/js/plugins-task-mall.c49182b2.js create mode 100644 views/wechat/static/js/plugins-task-rules.543dc077.js create mode 100644 views/wechat/static/js/plugins-task-search-list.038aac22.js create mode 100644 views/wechat/static/js/plugins-task-search.9f40f205.js create mode 100644 views/wechat/static/js/plugins-task-userinfo.aad5f724.js diff --git a/Event.php b/Event.php index 930ba1f8..b882c09e 100644 --- a/Event.php +++ b/Event.php @@ -19,9 +19,9 @@ class Event extends BasicEvent public $pay_order_sn = null; //支付订单编号 public $pay_uid = null; //支付用户 public $refunded = [ - "order_sn" => null, - "order_goods_id" => null, - "return_number" => null, + "order_sn" => null, + "order_goods_id" => null, + "return_number" => null, ]; //退款事件信息 public $sms = [ 'type' => '', diff --git a/api/CrontabController.php b/api/CrontabController.php index 461ad64c..5976ea34 100644 --- a/api/CrontabController.php +++ b/api/CrontabController.php @@ -23,7 +23,7 @@ public function actions() public function actionCreate() { $behavior = \Yii::$app->request->get('behavior'); - $name = \Yii::$app->request->post('name'); + $name = \Yii::$app->request->post('name'); $name && \Yii::$app->crontab->getCrontab($name); $setting = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'crontab_access_token']); if (!$setting || $behavior == 'reset') { @@ -31,7 +31,7 @@ public function actionCreate() } else { $accessToken = $setting['content']; } - $url = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl .'/index.php?q=api/leadmall/crontab&access_token=' . $accessToken . '&appid=' . \Yii::$app->params['AppID']; + $url = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl . '/index.php?q=api/leadmall/crontab&access_token=' . $accessToken . '&appid=' . \Yii::$app->params['AppID']; if ($name) { return $url . '&name=' . $name; } @@ -43,11 +43,11 @@ private function generateAccessToken($setting) if (!$setting) { $setting = new Setting(); } - $accessToken = \Yii::$app->security->generateRandomString(16); - $setting->AppID = \Yii::$app->params['AppID']; + $accessToken = \Yii::$app->security->generateRandomString(16); + $setting->AppID = \Yii::$app->params['AppID']; $setting->merchant_id = 1; - $setting->keyword = 'crontab_access_token'; - $setting->content = $accessToken; + $setting->keyword = 'crontab_access_token'; + $setting->content = $accessToken; if (!$setting->save()) { Error($setting->getErrorMsg()); } @@ -67,7 +67,7 @@ public function actionIndex() private function checkAccessToken() { - $appid = \Yii::$app->request->get('appid'); + $appid = \Yii::$app->request->get('appid'); if (!$appid) { Error('店铺AppID不存在'); } @@ -76,7 +76,7 @@ private function checkAccessToken() Error('店铺不存在'); } \Yii::$app->params = json_decode(file_get_contents($file), true); - $accessToken = \Yii::$app->request->get('access_token'); + $accessToken = \Yii::$app->request->get('access_token'); if (!$accessToken) { Error('定时任务access_token不存在'); } @@ -89,4 +89,4 @@ private function checkAccessToken() } } -} \ No newline at end of file +} diff --git a/api/DemoController.php b/api/DemoController.php index 2a33aab5..931e33c4 100644 --- a/api/DemoController.php +++ b/api/DemoController.php @@ -13,13 +13,89 @@ class DemoController extends BasicsModules implements Map { - /** - * 处理数据分页问题 - * @return [type] [description] - */ public function actionIndex() { - return 1111; + // $event = array('sms' => []); + + // $event = json_decode(json_encode($event)); + + // $event->sms = array( + // 'type' => 'score_due', + // 'mobile' => ['18957301032'], + // 'params' => [ + // 'code' => '111', + // ], + // 'template_id' => 'SMS_215333695', + // ); + // P($event); + // $res = (new smsController($this->id, $this->module))->sendSms($event); + // P($res); + //exit(); + // return $this->plugins("task", "config.integral_return"); + // return $this->plugins("task", ["scoreadd", [-2, 94, 0, 'del', '后台手动扣减']]); + + // $order_sn = "osn628884227247724"; + + // $M = '\order\models\Order'; + // $model = $M::find()->where(['order_sn' => $order_sn])->one(); + // //判断插件已经安装,则执行 + // if ($this->plugins("task", "status")) { + // //判断是否积分订单 + // if ($model->total_score > 0) { + // //执行下单操作减积分操作 + // $this->plugins("task", ["order", [ + // $model->total_score, + // $model->UID, + // $order_sn, + // "order", + // ]]); + // } + // P(123); + // //执行下单操作 + // $this->plugins("task", ["score", [ + // "goods", + // $model->total_amount, + // $model->UID, + + // ]]); + // P(345); + // //执行下单操作 + // $this->plugins("task", ["score", [ + // "order", + // $model->total_amount, + // $model->UID, + // ]]); + // P(456); + // } + // osn713704239689910 + + //执行下单操作 + $this->plugins("task", ["score", ["goods", 0.03, 4, 'osn713704239689910']]); + P2("完成"); + + //执行下单操作 + // $this->plugins("task", ["score", ["signin", 1, 4]]); + // P2("完成"); + + // //执行下单操作 + // $this->plugins("task", ["score", ["perfect", 4, 4]]); + // P2("完成"); + + // //执行下单操作 + // $this->plugins("task", ["score", ["browse", time(), 4]]); + // P2("完成"); + + // //执行下单操作 + // $this->plugins("task", ["score", ["share", 1, 4]]); + // P2("完成"); + // exit(); + //执行下单操作 + // $this->plugins("task", ["score", ["order", 1, 45, "SSSSSS"]]); + // P2("完成"); + // exit(); + // $this->plugins("task", ["score", ["invite", time(), 4]]); + // P2("完成"); + exit(); } } diff --git a/api/DownloadController.php b/api/DownloadController.php index bce27ea3..0613819d 100644 --- a/api/DownloadController.php +++ b/api/DownloadController.php @@ -1,129 +1,125 @@ -request->get('enable_live', 0); - $appSrcFile = \Yii::$app->basePath . '/applet/app.zip'; - $appSrcFile = str_replace('\\', '/', $appSrcFile); - if (!file_exists($appSrcFile)) { - throw new \Exception('app.zip文件不存在。'); - } - $apiRoot = \Yii::$app->request->hostInfo - . rtrim(\Yii::$app->request->baseUrl, '/'); - $apiRoot = str_replace('http://', 'https://', $apiRoot) . '/index.php'; - $AppID = \Yii::$app->params['AppID']; - $data = Fitment::find()->where(['AppID' => $AppID, 'keyword' => 'themeColor'])->select('keyword,content')->asArray()->one(); - if ($data) { - $theme = trim($data['content'], '"'); - } else { - $theme = 'red_theme'; - } - $siteInfoContent = <<open($appSrcFile); - $zipArchive->addFromString('siteinfo.js', $siteInfoContent); - $appJson = $zipArchive->getFromName('app.json'); - $appJson = json_decode($appJson, true); - if (!is_array($appJson)) { - Error('无法解析app.json的内容。'); - } - if (!$enableLive) { - unset($appJson['plugins']); - } else { - $live = [ - 'live-player-plugin' => [ - 'version' => '1.3.0', - 'provider' => 'wx2b03c6e691cd7370' - ] - ]; - $appJson['plugins'] = $live; - } - - $data = Fitment::find()->where(['AppID' => $AppID, 'keyword' => 'tabbar'])->select('keyword,content')->asArray()->one(); - if ($data) { - $tabBar = str2url(to_array($data['content'])); - } else { - $basePath = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl . '/static/images/tabbar/'; - $navHomeNormal = $basePath . 'nav_home_normal.png'; - $navHomeSelected = $basePath . 'nav_home_selected.png'; - $navPersonalNormal = $basePath . 'nav_personal-center_normal.png'; - $navPersonalSelected = $basePath . 'nav_personal-center_selected.png'; - $navShoppingNormal = $basePath . 'nav_shopping-cart_normal.png'; - $navShoppingSelected = $basePath . 'nav_shopping-cart_selected.png'; - $navClassNormal = $basePath . 'nav_classification_normal.png'; - $navClassSelected = $basePath . 'nav_classification_selected.png'; - $tabBar = << $tabBar["inactive_color"], - "selectedColor" => $tabBar["active_color"], - "backgroundColor" => $tabBar["background_color"], - "list" => [ - ], - ]; - $temp = \Yii::$app->basePath . '/web/temp/'; - if (!is_dir($temp)) { - mkdir($temp); - } - foreach ($tabBar["data"] as $k => $item) { - if ($tabBar['tabbarStyle'] == 2) { - $icon = 'icon_' . md5($k) . '.' . $this->getImageExtension($item["iconPath"]); - $iconPath = $temp . $icon; - $this->downloadFile($item["iconPath"], $iconPath); - $this->zoomImage($iconPath, $iconPath); - $zipArchive->addFile($iconPath, 'static/images/icon/' . $icon); - $selectIcon = 'select_icon_' . md5($k) . '.' . $this->getImageExtension($item["selectedIconPath"]); - $selectIconPath = $temp . $selectIcon; - $this->downloadFile($item["selectedIconPath"], $selectIconPath); - $this->zoomImage($selectIconPath, $selectIconPath); - $zipArchive->addFile($selectIconPath, 'static/images/icon/' . $selectIcon); - $newItem["iconPath"] = '/static/images/icon/' . $icon; - $newItem["selectedIconPath"] = '/static/images/icon/' . $selectIcon; - } - $newItem["pagePath"] = trim($item["link"]["path"], '/'); - $newItem["text"] = $item["text"]; - $newBar["list"][] = $newItem; - } - $appJson['tabBar'] = $newBar; - $appJson = json_encode($appJson, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); - $zipArchive->addFromString('app.json', $appJson); - $zipArchive->close(); - \Yii::$app->response->format = Response::FORMAT_RAW; - header('Content-Description: File Transfer'); - header('Content-Type: application/octet-stream'); - header('Content-Disposition: attachment; filename=' . basename($appSrcFile)); - header('Content-Transfer-Encoding: binary'); - header('Expires: 0'); - header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); - header('Pragma: public'); - header('Content-Length: ' . filesize($appSrcFile)); - ob_clean(); - flush(); - readfile($appSrcFile); - exit; - } -} +request->get('enable_live', 0); + $appSrcFile = \Yii::$app->basePath . '/applet/app.zip'; + $appSrcFile = str_replace('\\', '/', $appSrcFile); + if (!file_exists($appSrcFile)) { + throw new \Exception('app.zip文件不存在。'); + } + $apiRoot = \Yii::$app->request->hostInfo + . rtrim(\Yii::$app->request->baseUrl, '/'); + $apiRoot = str_replace('http://', 'https://', $apiRoot) . '/index.php'; + $AppID = \Yii::$app->params['AppID']; + $siteInfoContent = <<open($appSrcFile); + $zipArchive->addFromString('siteinfo.js', $siteInfoContent); + $appJson = $zipArchive->getFromName('app.json'); + $appJson = json_decode($appJson, true); + if (!is_array($appJson)) { + Error('无法解析app.json的内容。'); + } + if (empty($appJson['plugins'])) { + unset($appJson['plugins']); + } + if (!empty($appJson['subPackages'])) { // 处理分包的插件 + foreach ($appJson['subPackages'] as &$package) { + if ($package['root'] == 'pages/live') { + if (!$enableLive) { + unset($package['plugins']); + } else { + $package['plugins'] = [ + 'live-player-plugin' => [ + 'version' => '1.3.0', + 'provider' => 'wx2b03c6e691cd7370' + ] + ]; + } + } + } + } + + $data = Fitment::find()->where(['AppID' => $AppID, 'keyword' => 'tabbar'])->select('keyword,content')->asArray()->one(); + if ($data) { + $tabBar = str2url(to_array($data['content'])); + } else { + $basePath = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl . '/static/images/tabbar/'; + $navHomeNormal = $basePath . 'nav_home_normal.png'; + $navHomeSelected = $basePath . 'nav_home_selected.png'; + $navPersonalNormal = $basePath . 'nav_personal-center_normal.png'; + $navPersonalSelected = $basePath . 'nav_personal-center_selected.png'; + $navShoppingNormal = $basePath . 'nav_shopping-cart_normal.png'; + $navShoppingSelected = $basePath . 'nav_shopping-cart_selected.png'; + $navClassNormal = $basePath . 'nav_classification_normal.png'; + $navClassSelected = $basePath . 'nav_classification_selected.png'; + $tabBar = << $tabBar["inactive_color"], + "selectedColor" => $tabBar["active_color"], + "backgroundColor" => $tabBar["background_color"], + "list" => [ + ], + ]; + $temp = \Yii::$app->basePath . '/web/temp/'; + if (!is_dir($temp)) { + mkdir($temp); + } + foreach ($tabBar["data"] as $k => $item) { + if ($tabBar['tabbarStyle'] == 2) { + $icon = 'icon_' . md5($k) . '.' . $this->getImageExtension($item["iconPath"]); + $iconPath = $temp . $icon; + $this->downloadFile($item["iconPath"], $iconPath); + $this->zoomImage($iconPath, $iconPath); + $zipArchive->addFile($iconPath, 'static/images/icon/' . $icon); + $selectIcon = 'select_icon_' . md5($k) . '.' . $this->getImageExtension($item["selectedIconPath"]); + $selectIconPath = $temp . $selectIcon; + $this->downloadFile($item["selectedIconPath"], $selectIconPath); + $this->zoomImage($selectIconPath, $selectIconPath); + $zipArchive->addFile($selectIconPath, 'static/images/icon/' . $selectIcon); + $newItem["iconPath"] = '/static/images/icon/' . $icon; + $newItem["selectedIconPath"] = '/static/images/icon/' . $selectIcon; + } + $newItem["pagePath"] = trim($item["link"]["path"], '/'); + $newItem["text"] = $item["text"]; + $newBar["list"][] = $newItem; + } + $appJson['tabBar'] = $newBar; + $appJson = json_encode($appJson, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); + $zipArchive->addFromString('app.json', $appJson); + $zipArchive->close(); + \Yii::$app->response->format = Response::FORMAT_RAW; + header('Content-Description: File Transfer'); + header('Content-Type: application/octet-stream'); + header('Content-Disposition: attachment; filename=' . basename($appSrcFile)); + header('Content-Transfer-Encoding: binary'); + header('Expires: 0'); + header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); + header('Pragma: public'); + header('Content-Length: ' . filesize($appSrcFile)); + ob_clean(); + flush(); + readfile($appSrcFile); + exit; + } +} diff --git a/api/PluginController.php b/api/PluginController.php index 85500d27..5c91c9d6 100644 --- a/api/PluginController.php +++ b/api/PluginController.php @@ -7,7 +7,7 @@ */ namespace leadmall\api; -use basics\api\BasicsController as BasicsModules; +use basics\common\BasicsController as BasicsModules; use leadmall\Map; use Yii; @@ -18,84 +18,114 @@ */ class PluginController extends BasicsModules implements Map { + /** - * 重写父类 - * @return [type] [description] + * 处理接口白名单 + * @var array */ - public function actions() - { - $actions = parent::actions(); - unset($actions['index']); - unset($actions['create']); - unset($actions['update']); - unset($actions['delete']); - unset($actions['view']); - return $actions; - } + const __APITYPE__ = "api"; /** - * 判断是否安装 - * @param string $name 插件名 - * @return boolean + * 获取方法 + * @return [type] [description] */ - public function is_install($name = '') + public function actionIndex() { - # code... + $include = Yii::$app->request->get('include', ''); + if ($include != 'empty') { + return parent::actionIndex(); + } + $PluginModel = "system\models\Plugin"; + //$sql_array = $PluginModel::find()->all(); + $path = Yii::$app->basePath . "/plugins"; + $path_array = readDirList($path); + $config_array = []; + //循环获取数据 + foreach ($path_array as $key => $value) { + $array = $this->get_config($value); + if ($array) { + $config_array[$value] = $array; + } + } + return $config_array; } /** - * 获取插件信息 + * 创建方法 * @return [type] [description] */ - public function get_plugin() + public function actionCreate() { $include = Yii::$app->request->get('include', ''); - $model = Yii::$app->request->get('model', ''); - if (!$include) { - Error('未找到插件'); + if ($include != 'empty') { + return parent::actionCreate(); + } + $PluginModel = "system\models\Plugin"; + # code... + $model = Yii::$app->request->get('model', ''); + $array = $this->get_config($model); + if ($array) { + if ($array['status'] === 0) { + $sql_dir = Yii::$app->basePath . "/plugins/" . $model . "/install.sql"; + //判断SQL文件是否存在 + if (file_exists($sql_dir)) { + $sql_data = file_get_contents($sql_dir); + if ($sql_data) { + $sql_data = str_replace('prefix_', Yii::$app->db->tablePrefix, $sql_data); + //执行SQL语句 + $connection = Yii::$app->db; + //执行数据码 + $transaction = $connection->beginTransaction(); + try { + $connection->createCommand($sql_data)->execute(); + //设置安装状态 + $array['status'] = 1; + $config_dir = Yii::$app->basePath . "/plugins/" . $model . "/manifest.json"; + return file_put_contents($config_dir, to_json($array)); + } catch (\Exception $e) { + // 如果有一条查询失败,则会抛出异常 + $transaction->rollBack(); + Error("插件安装失败,请检查文件是否缺失"); + } + } + } + } else { + Error("插件已安装,请先卸载后再执行安装"); + } + } else { + Error("找不到manifest.json或解析失败,请检查插件是否正常安装"); } - $class = ['', 'plugins', $include, 'api', ucfirst($model) . "Controller"]; - $class = implode('\\', $class); - return (new $class($this->id, $this->module)); - } - - public function actionIndex() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionView() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['index', 'delete', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionDelete() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'index', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionUpdate() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'index', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); } - public function actionCreate() + public function actionDelete($value = '') { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'update', 'index']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); + $include = Yii::$app->request->get('include', ''); + if ($include != 'empty') { + return parent::actionDelete(); + } + $PluginModel = "system\models\Plugin"; + # code... + $model = Yii::$app->request->get('model', ''); + $array = $this->get_config($model); + # code... + $model = Yii::$app->request->get('model', ''); + $array = $this->get_config($model); + if ($array) { + if ($array['status'] === 1) { + try { + $sql_dir = Yii::$app->basePath . "/plugins/" . $model . "/install.sql"; + //设置安装状态 + $array['status'] = 0; + $config_dir = Yii::$app->basePath . "/plugins/" . $model . "/manifest.json"; + return file_put_contents($config_dir, to_json($array)); + } catch (\Exception $e) { + Error("插件卸载失败,请检查文件是否缺失"); + } + } else { + Error("插件尚未安装"); + } + } else { + Error("找不到manifest.json或解析失败,请检查插件是否正常安装"); + } } } diff --git a/app/PayController.php b/app/PayController.php index 41bb7268..d4b6445d 100644 --- a/app/PayController.php +++ b/app/PayController.php @@ -108,7 +108,44 @@ public function paid($value) $model->pay_number = $pay_number; $model->pay_type = 'wechat'; $model->pay_time = time(); + + Yii::info('判断插件是否安装' . $this->plugins("task", "status")); + Yii::info('读取积分支付信息' . $model->total_score); + Yii::info('读取积分支付总价' . $model->total_amount); + Yii::info('读取积分支付订单' . $order_sn); + Yii::info('读取积分支付用户' . $model->UID); + + //判断插件已经安装,则执行 + if ($this->plugins("task", "status")) { + //判断是否积分订单 + if ($model->total_score > 0) { + //执行下单操作减积分操作 + $this->plugins("task", ["order", [ + $model->total_score, + $model->UID, + $order_sn, + "order", + ]]); + } + //执行下单操作 + $this->plugins("task", ["score", [ + "goods", + $model->pay_amount, + $model->UID, + $order_sn, + + ]]); + //执行下单操作 + $this->plugins("task", ["score", [ + "order", + $model->total_amount, + $model->UID, + $order_sn, + ]]); + } + if ($model->save()) { + $this->module->event->user_statistical = ['UID' => $model->UID, 'buy_number' => 1, 'buy_amount' => $model->pay_amount, 'last_buy_time' => time()]; $this->module->trigger('user_statistical'); $this->module->event->pay_order_sn = $order_sn; @@ -130,6 +167,7 @@ public function paid($value) ], ]; $this->module->trigger('send_sms'); + $setting = Setting::findOne(['AppID' => Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'sms_setting', 'is_deleted' => 0]); if ($setting && $setting['content']) { $mobiles = json_decode($setting['content'], true); diff --git a/app/PluginController.php b/app/PluginController.php index c978fdfb..0466cfd4 100644 --- a/app/PluginController.php +++ b/app/PluginController.php @@ -7,7 +7,7 @@ */ namespace leadmall\app; -use basics\app\BasicsController as BasicsModules; +use basics\common\BasicsController as BasicsModules; use leadmall\Map; use Yii; @@ -18,84 +18,36 @@ */ class PluginController extends BasicsModules implements Map { - /** - * 重写父类 - * @return [type] [description] - */ - public function actions() - { - $actions = parent::actions(); - unset($actions['index']); - unset($actions['create']); - unset($actions['update']); - unset($actions['delete']); - unset($actions['view']); - return $actions; - } /** - * 判断是否安装 - * @param string $name 插件名 - * @return boolean + * 处理接口白名单 + * @var array */ - public function is_install($name = '') - { - # code... - } + const __APITYPE__ = "app"; /** - * 获取插件信息 + * 获取方法 * @return [type] [description] */ - public function get_plugin() + public function actionIndex() { $include = Yii::$app->request->get('include', ''); - $model = Yii::$app->request->get('model', ''); - if (!$include) { - Error('未找到插件'); + if ($include != 'empty') { + return parent::actionIndex(); } - $class = ['', 'plugins', $include, 'app', ucfirst($model) . "Controller"]; - $class = implode('\\', $class); - return (new $class($this->id, $this->module)); - } - - public function actionIndex() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionView() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['index', 'delete', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionDelete() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'index', 'update', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } - - public function actionUpdate() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'index', 'creacte']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); + $PluginModel = "system\models\Plugin"; + //$sql_array = $PluginModel::find()->all(); + $path = Yii::$app->basePath . "/plugins"; + $path_array = readDirList($path); + $config_array = []; + //循环获取数据 + foreach ($path_array as $key => $value) { + $array = $this->get_config($value); + if ($array) { + $config_array[$value] = $array; + } + } + return $config_array; } - public function actionCreate() - { - $params = []; - $action = Yii::$app->request->get('action', 'index'); - $action = in_array('$action', ['view', 'delete', 'update', 'index']) ? 'index' : $action; - return $this->get_plugin()->runAction($action, $action); - } } diff --git a/app/PosterController.php b/app/PosterController.php index 0129942e..d4dd7d0e 100644 --- a/app/PosterController.php +++ b/app/PosterController.php @@ -36,7 +36,13 @@ public function actionIndex() { $type = Yii::$app->request->get('type', 1); $goods_id = Yii::$app->request->get('goods_id', false); - if ($goods_id) { + $is_task = Yii::$app->request->get('is_task', false); + + if ($is_task == "false") { + $is_task = false; + } + + if ($goods_id && $is_task == false) { return $this->goods($type, $goods_id); } @@ -45,6 +51,10 @@ public function actionIndex() return $this->coupon($type, $coupon_id); } + if ($goods_id && ($is_task || $is_task == 'true')) { + return $this->goodstask($type, $goods_id); + } + } public function coupon($type, $coupon_id) @@ -196,6 +206,181 @@ public function coupon($type, $coupon_id) } } + public function goodstask($type, $goods_id) + { + $model = M('goods', 'Goods')::find() + ->joinWith('task') + ->where(['goods_id' => $goods_id]) + ->asArray() + ->one(); + + $mpConfig = isset(Yii::$app->params['apply']['weapp']) ? Yii::$app->params['apply']['weapp'] : null; + if (!$mpConfig || !$mpConfig['AppID'] || !$mpConfig['AppSecret']) { + Error('渠道参数不完整。'); + } + + $setting_data = M('setting', 'Setting')::find()->where(['keyword' => 'setting_collection', 'merchant_id' => 1, 'AppID' => Yii::$app->params['AppID']])->select('content')->asArray()->one(); + + $setting_data = to_array($setting_data['content']); + $setting_data = str2url($setting_data); + + $UID = 0; + if (@Yii::$app->user->identity->id) { + $UID = Yii::$app->user->identity->id; + } + + if ($model) { + $sales = $model['sales'] + $model['virtual_sales']; + //图片信息转换 + $model = str2url($model); + //获取商品ID + $img = to_array($model['slideshow']); + //图片转换 + $config = array( + 'text' => array( + array( + 'text' => $model['task']['task_number'] . '积分+¥' . $model['task']['task_price'], + 'left' => 62, + 'top' => 806, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 38, //字号 + 'fontColor' => '230,11,48', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + array( + 'text' => '¥' . $model['line_price'], + 'left' => 64, + 'top' => 845, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 20, //字号 + 'fontColor' => '153,153,153', //字体颜色 + 'angle' => 0, + 'lineation' => 1, + ), + array( + 'text' => $sales > 0 ? '已售' . $sales : '', + 'left' => 64 + (mb_strlen('¥' . $model['line_price']) * 19), + 'top' => 845, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 20, //字号 + 'fontColor' => '153,153,153', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + array( + 'text' => mb_strlen($model['name']) > 12 ? mb_substr($model['name'], 0, 12) : $model['name'], + 'left' => 64, + 'top' => 885, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 22, //字号 + 'fontColor' => '0,0,0', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + + array( + 'text' => mb_strlen($model['name']) > 12 ? (mb_strlen($model['name']) > 24 ? mb_substr($model['name'], 12, 10) . "..." : mb_substr($model['name'], 12)) : "", + 'left' => 64, + 'top' => 923, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 22, //字号 + 'fontColor' => '0,0,0', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + array( + 'text' => $setting_data['store_setting']['name'], + 'left' => 130, + 'top' => 968, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 18, //字号 + 'fontColor' => '102,102,102', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + array( + 'text' => '长按识别二维码', + 'left' => 510, + 'top' => 982, + 'fontPath' => realpath('../system/static/PingFang.ttf'), //字体文件 + 'fontSize' => 18, //字号 + 'fontColor' => '153,153,153', //字体颜色 + 'angle' => 0, + 'lineation' => 0, + ), + + ), + 'image' => array( + + array( + 'url' => $img[0], + 'left' => 32, + 'top' => 32, + 'right' => 0, + 'stream' => 0, + 'bottom' => 0, + 'width' => 690, + 'height' => 690, + 'opacity' => 100, + 'radius' => 16, + 'color' => '243, 245, 247', + ), + array( + 'url' => "http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_score_box3.png", + 'left' => 32, + 'top' => 32, + 'right' => 0, + 'stream' => 0, + 'bottom' => 0, + 'width' => 690, + 'height' => 690, + 'opacity' => 100, + 'radius' => 16, + 'color' => '243, 245, 247', + ), + array( + 'url' => $setting_data['store_setting']['logo'], + 'left' => 66, + 'top' => 936, + 'right' => 0, + 'stream' => 0, + 'bottom' => 0, + 'width' => 48, + 'height' => 48, + 'opacity' => 100, + 'radius' => 24, + 'color' => '255, 255, 255', + ), + //二维码 + array( + 'url' => $type == 1 ? $this->getWechatQrCode("pages/goods/detail", "id=" . $model['id'] . "&is_task=1&UID=" . $UID) : $this->getWeappQrCode("pages/goods/detail", "id=" . $model['id'] . "&is_task=1&&UID=" . $UID), + 'left' => 506, + 'top' => 767, + 'right' => 0, + 'stream' => 1, + 'bottom' => 0, + 'width' => 180, + 'height' => 180, + 'opacity' => 100, + 'radius' => 0, + 'color' => '255, 255, 255', + ), + ), + // 'background' => 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/poster_bg.png', + 'background' => 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_bg.png', + ); + //createPoster($config); + ob_start(); + echo createPoster($config); + $imagedata = ob_get_contents(); + ob_end_clean(); + return 'data:image/png;base64,' . base64_encode($imagedata); + } else { + Error('商品不存在'); + } + } + public function goods($type, $goods_id) { $model = M('goods', 'Goods')::find()->where(['id' => $goods_id])->one(); @@ -209,7 +394,10 @@ public function goods($type, $goods_id) $setting_data = to_array($setting_data['content']); $setting_data = str2url($setting_data); - + $UID = 0; + if (@Yii::$app->user->identity->id) { + $UID = Yii::$app->user->identity->id; + } if ($model) { $model = $model->toArray(); @@ -333,7 +521,7 @@ public function goods($type, $goods_id) ), //二维码 array( - 'url' => $type == 1 ? $this->getWechatQrCode("pages/goods/detail", "id=" . $model['id']) : $this->getWeappQrCode("pages/goods/detail", "id=" . $model['id']), + 'url' => $type == 1 ? $this->getWechatQrCode("pages/goods/detail", "id=" . $model['id'] . "&UID=" . $UID) : $this->getWeappQrCode("pages/goods/detail", "id=" . $model['id'] . "&UID=" . $UID), 'left' => 506, 'top' => 767, 'right' => 0, diff --git a/applet/app.zip b/applet/app.zip index 29929a89ad3f8351c3df6326242cc0fc25a7f3d6..1e46c368ae97177f59f4417adc1fb91335f5247c 100644 GIT binary patch literal 774769 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∾̳mbKj9G&M!R6UxJqI84j0t&aqjcSWYXjAKJm~ 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�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%0AEVe5w;^&Fuv7=aCM=%p!eX6twY}93~ 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�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 }C;$MU%gRWo0su_aKYa)Z?w|aAd8-Ei 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 U-Md3_jrprsZVQ7C5XtvD_^N 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Ʒ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 JHscjb?SE>#!Giz* literal 649660 zcmagF1CVGzvnJTKZQZtQ+qP}@ZQHhO+qP}nw!QbC+4pv55pyCkBI^_~qaqPiU!}Yh zFbE0&000C4m-@cq+34>f^S_qHKLYzl2KM%}mQK#&3~&GlFaUkqVs&?<`9dT%g-f3# zrnWq#^f0Iaa_vy@_Ns@$AmwuS_}%`QXLjWTyIk`B%eub^hEx|o003DK|B>`x>)P2S zt4vy=2%v1AQiZr!nVCkBj$}hZ2nPABOQ0<;w|Yh>yEdyVGhqs$Awej_Q+xSikCP6G z5C;^H3;B>X92o;0{^+ao@1|on-#;oljaX=ao_nT#*l$0pY$~fdQs4-I@ zE})?MvEQt*)KO{?3CckHMU0LormjlO7EZe=dmw_-0pdYM$s0p)IpDSDlIKwnKn7$t z^8y=F6<8LjQ#TO^8u&p8?L3B>0TMZH6eqC)s_aRVM-ge#gI;^)h$mA)1}Px0hEoR} z<}+_ki$6h>Opc0jH&2{1;x2QhHY6ihh|;e@8;&f6xzsxZGjSLiph8f3PWlVYfV#7k zR!m*}r%NU4fO<`dctzr>e0@R5 zN7itD=LGp-hU;O!&Nt1OERPVPi&8BThh*hLgcRvW8v+tPpcF>peb=U2yAG+Onn6QF zrL^05ss0(Tp00oNmiYRsGcgwwi%vAE!bx-ow~w#;)3zj_&i=2sYHET6gL`XkmwOJ5 z7Y1&&ww&un1ak%c6@2ecPYrGAb3~zC=^%QpSm5Dh_{C+9?%%hUquKu0$lTKLcir;L zAG;K63XpXpFRMV1K0^%~ayU67ar8Ft(q+qJFZ8T6H3fJDKnr3ZJOsj}n;KK-DWbI1 zo0T-nGxiiqh^&_TD|@#G%6I3qtZO}(ndI%G$2geZn9|YHx6Bq%xKzMj36S43REw z6U!*3KhsZfqsCdfeNLR`H+ui8Kd?{&sA&K51DAjFU;g0g=H%o&T@T044+Ai_t%egh zT#p?7iy(APl3`9&6AAwF>!#bB3EBu0O?h$pi?8-!6b zZM`YPit;TU@Pof4?x3?*kzEFo>Vq7{G7J4*8UXwcPyZ+QzrX)zU}R@)=jd!f_y0c% z`TsV`$j-*z&ep{CuhV}|_@4p9i0zPH@t>pbfdT;F{(n!fHleXFva|gcSBjN&>=x-! zymxEIU^H#UCp)SWD?+#lb>sBKxkVL@*x51(n*)tvqnCbhPmN?)H1jg>aV~vwJRPmQ z)XK9|AU`18r{7*Ivt87yY9F3%wvYh?HGVK|3iC!X=9xPEY;g z{7E4x^Nd><$zg-3_wHMUvbr*Jvt^>ip$+_DlTqxViF@(J`eSvN1r4WQD`aMcnnjt4b;a_tXr6_GwWVFocz42%yj9nOw5C@E^ zn=Ejy#kdplkEfZ0@`qkPd0w8M)@XR>>@VZohbBdIf5O+eIJJKgtG?(+H z6G#0UU^3(?>QD(bc`a-98z>eRgWm>+%V;FZ6acJ7UHqRqI|5aT-kasC1HX12dw zZdA+4@!%A_>qhh<3%HK1<1M%?KEyRMi>q%(hh?dU*>!}S>I;Qh`PmU=oWd%bpg;8a zV3)wXz8Ut7IwV=QGE_^*R@9a(NIdI1L>lS`95qFjhM$tyTfMsbYy_v&WP>Nz1t#r-*dO$Pi(BU z3M!5(cb(}wJSM2?$f-A`;^@?dKqdxl27;(GJI|#Fje#o~ z4FU#|*LBb%ehT8M>VR-wUJ%c7<)(5~rteGq|5Yjfo4K_?Yybczs{ic{{3rZWYp%vT zNh5lr4#1A}v4bN3Z60QgSl|RbjdPqbvmR{U%fU${q(vro*Hp+ZmsZHW);{Lz`DTbo zylnFEIIDR6bV-K%biV3QJ3Tzw*!n)X317|@v`8-en2pcztc<$m_V&-Y@?B|trkD6s zl~lcJuvYbI`aLF&;h)fI`aT6#MK&@|FXX}*t<;{T zeeaF(z1PI!7tLdRb7PHmW}8=s{M^5vg(EB$t znx8`jt!UU1FP&^}?2w*9dyf$*Z3gJv&Ne|<^9ztEdN|1@c3TwepbMp~-3T8(E9v9* ziuRG85BVjx-&1o1KkGgHsnufz4Z0Fyu_QDVRa%)G6lZ@K2t;rnQG;}Y_@W#iw&Je$ z;-M)jdS7CD6MPMkE!+n6Z5wwN_Tgr`=f+t-s^GMJGYYuZ%#3E>y_Q|Iv#VV_+=^LY z@npjIJ&=?au$Y%dd|IBT>kEA$BjLG*G3G{}uPqBPR}?Sz2JN#~&ZaGIh4u0%B$yUf zlGXXVzziZMbgMgWwRWd92jpyFT_G7AImZxTQ`!*DCg`6Ri5A7|0IDN+#7xAuYP$yx^8*w!?I$(lQpSUv4WG}`uPo(^Vz-742KGORT?;}- zkQhJR5SWt0XV4Ofcy#gRaUcL{i3KS1KXd05@2r*h3?^DToL2KY~B|XHoYsEcY z)^g%xw7)4hv1|jGCNkC{MsdCFGSBWFD3ArQ9FZ!e1`BW2)Y&I+K8X_ibL(Vq5QwMg z5>V%gA)Nmk(y@`lVYkADAQ!!!vu*8rop)y(!nATFFxfN{e|t)-8KwQG?8AvGfnGsM z4Z(n+THz@s2H8^eRs!82Bkd#zJ)dmBV{aOKVng*KZ7Bx*^vS%dE94b3gAJgGM?zuJ zWSPg)%HCh19Kp$~LBz=I>qw{>zE{l@A3E-1CsK{ zY|JmT5L^zDH5ZGm?{6vF)-Z-gJ_lhpP7B+-B=tEiHUj8kHjZi&wxp45y%lWm+|vfP zibg)1C~W#;8DJ7}LP$sfe~w-6w6OBi8YA(Zt^AXekrxsyg3EBX^dtFX({_kAYnJmE z?6wBPC@g^yN7O}5mLhQokT6mEO1)V#0R*g8Odw@+e(@UE_}Jfix^O!jEzHkDe=4+Y z3ZQ7jEku`jb9*JO1`&Lzt%|0^c4k~DUTOaH(m4AkpuVP3v!;!q3;E{)x|Y~foU`|d zQC6(p_l!wi2bgOZdF=)9ZVhB{p=zFzmW(8Q&n3b&Ig!am8AVrMEuR>IfHs3IXMvqV z{k8q+MhYY9E2@nwW<6Yt=+~MMB};&e(p{wvRW}m?SoUfkj7z1;iRTz1dSzmx)Fw(d z0STEN**~QpJZYa)B_Xd%gCxz8Rc*Sl2&RBAypVA=VPy^H1_e|aR2bzpe>a@X_epTP zjTu51mv1>P>E6fl93Uc5kq2$H7apC2R<;edFg2OGA9uw`&wlPG=l29qHZ~H4+l}v> z+&e51J4-hGT$r7!;1*4d@RtG8hb?$GueS9kCNZ%q{rg)(Qp1<1WjEBsjx^lGW^4}K z&ofaazW|kTPlp`3%P6kRU8B`xiyHlz6`#Dvqp=fGvhAj?n`zvNZZ@P+a=(sV%K*xO z(p^E$G&K*#D5lgK8oBvcow}+m6TlIyJu)wgiCf|3DcubXzA0S9!qd<0AZ=KSc~5q5 zO!;iZnaqc?UZLWk0|a);mAp~-wdZOvw>x|I?DqvMk)hH)6eVNd4&MlW;_cz!W26yu zJ{<0z=0S!e$Yxyu=?DkUcu%E9Epdw4`i3H{VByDA73p+^qiE%2*Ew3ebO(q1Ap?vx z@X^J96k~a7AKvPyPc116sFLN8h5~Xm$JnCFAgkgPN-fmCNfW#fSy}9sf@G#-^ue!? zQnUmhF5u;5H`ZkEg3G2p-O?%cwZWQK!b;za1_Ae-a-^>uy#4~!S(QGes$d6;%^u^A zws#A&<#<7sm}EHZV^^7v9J_ zir&D`RodE3jJjLjL&sxOy3lyg@{63o#g<+YCD<)RJVR608g=T%HlUJDz>J{}M&}oq z%xRU22?VZABnMX{?+A@6aJkCs7Lj&wiDWgH*qw^0&R5vGKDw%X@scE$@3%(R$ z+FLLJkxM`ZINb&;l9?{$I(TilgfA@)rB_~p4!RqaSb-WniWUmJo;ag3@~Oth=ArjM zrXcV7HE-}R$lK?TvMUyEDMlk;)V&u?DaI1EZ-8n11R*cMzrGdoWT>tyyh2icA0&~@ zuvJ%=4&`-=z>A5trzZkBaB?&rOnH#Yc%sFc_qw@Sl*;%k?4KaV z!IRF66T!YXbjz=iVzss*>-l!3Kg^jsIhMp^%s_}9Lm1EHM2^fA z8(a0R+@WlSbQ4`YKb>yb1_sJ^jP{y(X`(qxbb8)W59hM`Hw`^02Y-M9>b5@F$IDrk)4h6vBoPArILZ5n-!LiQ8avS-;lK-3T@*j28cITn zR?gefPYsHN&R_CA^)I*3Ui?Xvn_@vr9+~y@fIg?zTT@EJ-`W~u^-eKjRAp%E(OhUP zX*p$K`;WS`0E&mPlU;tqBpSzlr=3<6k8!%PRrDYVeQ7ZZEna&zo6#%hB==y!Zn|im zg<2aQI z?gxNC>D^*$dsx6UzQ;+%y)(gB)RM_`+YjkKKr-)DHp=wgjEHjnc+~gm%5RS^m{PS> zBU&Iwexs!zcVj^W%H?huAr?On8Ara% zkR0}a%fh|}!nljWVKq7;+BKVMjU9-K%(w}}DaT?%_5sV4E{(0Y%(GYXd>jJ@I%p=v zk$gxvk^S)HbW+c>b6gM_KZuhwqD+6rGmj?GzevaHVYyx9S_(G>8@dD_gwG0TL*9_# zmlWg%7z=CD*UUb7IyYf!iu(1<9N^=7Uk!FV7I=d$sBNW#IRd_!8o%X~e^TcOg_nV%+uT5oVsh z@1O2tQ(qc!`OAfW)3M*f7de2kyg2XSYJ6d zed7)0T$MZ>&J<*;)IkouJVpN5Fvhry3-9X>-=d0NIslmCvcUESspaj$k|qQE>&on# zvEpzwId_|4;%Y<>=i_GrzBT~|K`!4u4CVhqASirBN>aoXln(`?E3<~O z16nbdT$7v6VslIvf@OVCnB=CeYz})z3SAS``gbWkLUr+-YPyU^5hL&AD@!!v{*JQl(YXHM4>Z?nNO7Bs|K*}h@&a0(on6TOWnc@N^{88 z_7nr#HD*Bg*Q*q7&%=HaO=I|cMnuGbUmRtmvdoDgEbefl^>nlCZ%dW*NSv^kVT!i+ zPP2nEnwh`&74bP5w?+7Hha)K4XtpZ+X2EuHjo+Tdl{!oaP0}4BstiTvELo9qHWv(`QK(x}1AaY8 z_Y_q{f6L&!YQt=V-6ui(R`{N#y?$xhGC804hp@l zs?XAiE3{fiBmT^1c6i@UMxAx^4&tx^K9Fa)3ga>L?zI@mo8)v65EJ`JCASGCYHW9f z-^j5#Kp9P)ee>B4ApR5y<-JD)<6dx@!jFq{VNKAWM&Nse#C0jf z3A-28!Va#EQ1s}6i2+>B#CdT@44)xzXID0CH!yMS=EJC)z;c~^M zqY+$x)_vfP4m}(>htdKQUoQIzuf0*h$7hiEp~1Fo_n=Ws!B;H({7?rEFZ>yH0H7{$}J|+OOsU%-nsp`iTQ)6*OoQGen~Va_~wVHOiej zw7a(@HLx7)?6VNUQFLHUV{%ccO!iVa$3n2<+tiLrtJJ)fQ|xvv?}`jY&rf5$XQ?h; zlqoP+avXc4-d@a+un7ykkFCB=aK90wHOl;|Yk(^o3Lrt4c=s8LG(hzo9+(1cV@))1 zcorO~f=R^}2A=uT9feRA90A^-qUx$wGVoQK(OHrQfR-l|v#=5GrJv)y*g_iHpo z&=y`^4y~@r>@6##&74&XEGK7UU7k}(Li}z7*{4UQxL0_PH5vloJ%egJH6o%pXh2<7 zbtLm}mnZC~Y)c}t4cj26C5O1yRH}rY6O#d#UCrrL2`{DFnI0vM$6PkbIR2txRFz^8 zH9t4sbPM+$WP4RD{Bca9*k2ao+eIA~VeUn1e+WIYA!MHy%sboqcUbXrco3Zk>ay_47)sU9OGws`$AM&S z9TqfRoxHe&G3F;+hMPjm==WxJh&I+4DSeituOYa^kX3TAP-%XADJO^3+Oetw=The& z?BPZC4cK~po8oh2`IyIvzanIYJocx6cw>YqVr@`>BE)8@EbUC}`T?YBSc8#SoJRuA z?Rg*-`qPJ|TTgIj+R{Ak)7!x_0!||SnEr zYZ6yx6!}0rbmnX=#0UY)$y{#{958i${oJ?(bf=&yKG37HmU_{rRF&u8#h(()$M+d! z-JRkC50Uff4-&Gqeq=txF@#(-r44+aQj^IG5cx$RZ!Fib7DEU_!ud(EjVwY}&3!YI zFdi-&rLJ3Q0JFwJJRefWW7AklOvWlBSA}(*ve`K)!L}#6H4y2%SX_8ZEcNlA}{USLJDL#G;24MYgSJdZvjk+dIn8*kyBq zx=n9$yptAsn)p+I!nLU&==)2g7%)CYzUNeQs46ej&kw+1tJRKeWLk0Td5_$#P#PDu zyS?Ev9M_sil+j%!V3v_%vL z>D?v7nvW^yS0(|0e(9p5WgU=*6jB@~id_27;ay9&hgQTOrQ5L4t-^SU-52V)b+HjF z#NCgv&KZ>>4$F#qzB$JI=++DE!-S-n0;RoA|FKvD5Rzlw#tpparUtbOBlQHKnLrmz z=EYVUv4d(SJ{@U&f6G`wwrVlZD_n2^=NK{+b_npw$*M(BbUFeSA0Xsj7+VgNmpQTfUP=_to^+70P9V0Mj9Px01>NUOQl7 ze3EVj$_SJUrXijI07HPRujqb!z4SP$@J155zq>R~S^JB>WYfj#5uqeo zpAy^Z6R%qK#^Pu+K==3EKKR49%AEs#@;xhW&eF24+LCzntH8TuH)&$k<8bebdBbS6 zdFLMse3OE9*=|-;A19?h_S`bhraeLhsTq;V7?U!j&jaMm=F!(WcnU_use2BBcAiKD zS%Tm-F$bUp9DqWnyoH&1pVp74S!R7ZYr;^2o+#T?d<1fB5b z+!T^moIm1&et5+Uov=v>QBD-aA@jwB9Sv6lHKVA7X4m^JtxTSrN(SGmQP&*9ZIL_i zSg+>QJ%W))3=h%7Gi4F9pK)VmNB~m>^)s;Oeh0@3kO6x~1C@@SH0qIwou&nNrl)gi z#fZ%V_wyChJ>`e-JSxIa7>licjkP5*Yb3C!hqr2z&0NpeyQ0x@XkH6&O`tB2v=Oxv zwG_D;M)7BkeBT3mbphW7!+*T5etWlR-efQF>CnHrr+?RvI)1PtFS|^3x8>e)t7$#& z3qK`C@p$TDs_ zLHJ}s3xD0Sw!f!+Jb#_K?X14OzCu)iF&cJ=G%yCC*i}v2+6xj%! zeMtPi)~DFv+44JEmK%IB3wz#Mj9+~hYyXyA>75@fcU9?C9Qi7q7k+Ckh)yaV`*s98 zT*oSXCZhp|uoY>d<%ln;}?{?iQV$lI7!Cb2+`Ln)WK}#88 zXOSYN)%jEZU5onAtJTY%(ffUWPGx}fmFeTs^in*M zt8<9ob+cQ(=ew9#gqw0DMR8y?xH~TV%IRzKF+0gUWx@LEKE09O_G**tRW11Kjx=e2 zWB2x9>)zx2x*)c_%JT_Mklu*h*I6a^+cy52jGpKVR%RW$L8IAdx48zV@Ih9qa|3GE z==`S0^8Q+(ck#7;`x7AWoA0^an|Axcl^T)oU{(D!3zt~ix)c3AnQQu8>Xc&l3#78| zTb|@?>w6h_1wZysO#5Mn)kRkLyPDy9=`xA7dw+6iBZBDLYt)7C{#va31&_@vRapxj|8;F{H~WEZB=bvZpTt)7Ey4Qfxa9UkH#pV1 zD)l3JYxla|3n}}?_j0v6Zu-l3^7H9){9B;+s~XuB|MdD__}~8<fZ~G+OUZ;$`n{da8Af#zfo)EaFq73X zpKdJ8xU5N~Th2xl02QE1u3O1Q+13?(spZCKwcIfvm!6nKv%8+Ki#gITdqCR`@tqWW z`f5d?xB!htr`Nu4-L9K)9=~{-g|;8<0G<&Mi#8Z|Nq%3}EU8Lo zH8ht^yu=`#H6k?RZ%`@Dq05LgO`^X&M3vcPxReS3_r7>5Q`|&-rZpz|WYH!GB8)m3 z_QGRZ*xo|C|KL{jwMr!x)s3=Syb-y4sqWuWDCrV;5p)lx)$Dxb(J2e)q|v!U=Xrt; zvDil;)|d)Cu8N;Yg=3ewiIBQ&vS1Zaj%DV;{AOPBP;7)+a`pv2@O*~>T7#lfPRAKQ zOOg~ih4^8I$3QC8X?S{JJZ;HhMy&p|I);rWaQduw9oGmr8<@g4<+~@`&IUvVXND5c zc3Mht)j0aKrB-6PvF5;NE1Gg>$M2448!1!Jb`$TW{saSxPKQTRDN#^N8%@I$oTN?# zuH9&8$3E8M1`CN6HaKby>h2Ag_H6|L#x;EtuI2lbXWTL&;7V10*B9zDA;t;AHL#y1 zkh#$HDl|;=G<9NOOuSoeX=cldJAb7bn0}mg@)*kW0LH|_#3DK)9r5u!Htu$;M$6a~gD3h_}! zS{<1xU&gYZHK)*h&bF|*_;ges_+;p}$fKtBX@bkRkY`{w4Dlph0+{)#vG$aU_VB|I zfgh>?#5*uh5H!rtU%X}aTkyTnI!UI*8hSmwzX2OKEp^E%irvyQn03w`gu$L$wdupj z)853u+1T{>M9S`JP~}p)*?wglfIcr0SwIL7RZ7 zf`FSuy^#p%ODlqwBWJYjA8j+hQ0E?Nl@FMXnN_$)!9FHGIF@coDe6RV5^QV0uR`S- zI7M&fN=35lI&vXuCm%S{G{0vtC|$y3l@gHG+0z|UV@EgtY_-aY4z#}^5n!)3Br#xU zX4w{wxH5Zt>*e!#cexF&m%~TKY)lmN2BJN%=+yNnpLYH@e!p}-sb#bEcK5lZ%;$s_n(N>|Va1Qp^(fA^ zq%>gLOs5FGh}E>mY5iQ3cnCQH|HA_GHQY#^G$xG^isO`HZ-OLQ$(8mKYDU>SiBEag4J%bVa1sJoe1Vr$PI!Q~Y9$T!^Zp z?Nb%%PW$~CV^3mSsD^+!ypOHKN`n%MR9hW7%hXnG93Z^MB^9aVN9A7PatNbmNPko_O;hL7H`vBeD|Ts2YxVqGXy;2)F_GM-4gQ&$2(26T20PlQa7qz?l zdZ{M&bCT&>dOSMj@A}Ct3na+!oVjGF+Tf*UebHY(f`4fR$}cK^Nog({d{eMxx1FKD0)xch6?3VJZs#s5y>!OV8#Flfbjpw)c<+EbA&ryGst`w zGsK62fFz~V;OwqUfCkwg3{BwgC$v$7Ada5F-EyH5zlZDxEN*`UaNrmBhRyE*tFw1Te|TN-(|KS%=ZPB6)s(@fFg{5XF&t2X_qqE;I@AGvJ9 zqMCb{G8eINp>B7xQ(Fl?^18EF6Z=^bezXeyoX?qnU%6Scc{>*C;o5dRwp;U2_eUD# z$V{oKBIIiu^>)<`b^AxWza{GZJ2a`&<8|e*^1Hq&22r9tv+g2Gc%q*Ca`WZh0%vp- zc>HKr^(M;HA!GAk@GP+7YR88={180VWE(Hzpm6k3N9nf0eEDkimKOfA<>uo1=H6%- zMd#b6`HQ{6)#Q2qkfD^(;w6aQ;PPIjc^$uUF+)63{OSJlR*xv0uP%MTS6M+7bGTxg ztyQOasm-IaV%MY7s8?lP!7^3Hy5j;uq*q~@ZTwqwu-Z*^xpAvcCi&XOwdFVM zJn2K?#n?~KhIStm12X$hb;cH+AC7;LjRr=ZrZF5&Jf!nJQBl zif$prJe;MN!u*mQ;<<9s(;tea65qlL?}u&Pp3PfI5+~EIpwH{W>kjjZ(1Xxa_Hn-y zRP&5^Vkx>)F67ia$2to*xD?+l36P!Q z_Q@6ldjVCm)ViFxl`&}4SS5q3``ie+pYiwoURYbVMEr<^XO;Uf6?Ji<(huVgKoTln z9eVVlsGIzMSF7_avE2XOO;(@%u;H_EV1ulJiO2HQrR{E^V6Fw!YVQ+yL?p-xJJ~5h zo4RagtAyP6VG(~4a+Ci?N3XBeBxe5GpJ_Y2@jP!rh}^8JTXFKkx-VlO(cysO0?G70 zhJQv{BOQMMmwOw79Y?D(F9!FIu&^RBA{0*Y4Bz&^0E?P8{G=5PL^k{e5gOz-bM=vj z*cT*ZqjD-{>kYN-Crx|G$x_keRnck3@#0ppAbYy*%vbcwTK!;`UVy{A0y!@)=U;cDzMeKn837wqkW_n&{|fkroCYeswMFzzPu?pIfoe&=%nv5F7i zF!PV$%$0rfzY8E8=bb`0Cr+zLga=ugf4$0DT zMHISt*^ae(jFY*gQZIf*83?ny9Henv22z_m4N0EAq$I)Y!n{a(j>%eW#=1Y}$4Y&L zOZUN1t^pET`Sa{$0M>{=oJpEKAk8Sma|_NdjFq zXI3&%E+IjdM&RHM8e1VxT_CKrN2Ia5oYcPHmo5J(4)8{U>%fBrV@$A!A{0<4z zS+0Xc5`=+45`e(Q68!_h|9D~vz*$6NR5LaMn2-F&XJ!fdJ-4;8L&35_RwnNhqunDhlJU#v*(ForHjp zb}1cv%CWFMBA=Rp6y@X3u*w@32R(7Dque zfQbk1@EuYx_|^`Xyzf{{UW+Q`&&vaJf#OyQ7B-C41xjewn<|jKpj3#bVTOn&FT z9T$-UGS+T)!ibw7wQqMw2~D$one0C97UDzp3%~14JEscW&L#hf(y#~4Nngil?Lb<` z;OuIm!VepL%mxL8`aPtPGn-(@G=ma6G#MzH)AgZ-4~{h`049^drfyIYcUdT_BnLT0 z4uW5&2EZ5AKJen`Wg~VqkX8Xwhx#R(Q1ox9Jp049u!};PTSOh%8ASEDE~`9&T-x9G zKB9=w)kme8)5~)kx-mWQg(I-oY0#q(nf=NczL2f-^O47ZUqv;0dn-avgdFH^10&Tn zR+dIY7@ii|3@w;SJljV~+hjldh3H{wH?%KAaY*64vezEK4aI>bY z#~}gymWLMIzz=ua@OpS9=*?kftwOdB0+C&AnlE41iGww9|^i9zKQOMe3cv!sgV^LHq} zfPR#QXyB%jLpi$uk-nAV<;RvV z6u{AWKY^qyq6wyNt8u$5Du+WxEhplcTZAa>sGe*nzvD>z^^_YHt!COpnBk#nHV!;3 zBe_x?8slR}17D|iArtt3U<#j@U34IR!j~B1C+IoeaC-c0yG1W-2Dp_oCIK=W+~Rvq zL%JWZ1!jqbr%2h0mF!#wrw^Bn5JY!=duWdtPj9?)1qm2Bp-5tW>U-=P8c0mhmAI9=5Ep7BU z_rwhqU=U!W3&xh3Ni>D7SRL?C3amcENc3@52C`icbU%Rg)$EnmD3_16Wg9d1Tnmne zyD@^dv}n6+du4&KnU2F;^C+qqDG=O_e_2u`cX?_Blj=qyCNk$D>qDAv^ zMvGlXK_R9%{c+oTQ-YVeiwTkU+L+Vuhb8ED!yGl581fHW!AG9+dg2ye+R&Z}Mg;MTQ7^=X$3RE0~4m=nlqRfQ!}cL}WC_=rBsV%cut!3xNq z=<@LT50gDo(hj@Oz=DgVIJZ(=2Zo8($sn5kyuXJZjKUh4WsYMgGMXJ&esiyp>ir_E$?w&Ef{MvxaEtO zBiq;nt9Vn-s~D(Z0u}8Gu(P_5q)&NXl1iW2d0EA6aRovFyr-yTmz1ZZ=cv)0+3kHb_wpYQX|abrh5zr~wX zZ!R$d0m6vh-@E5qJ)e(HbiSXL>C@hyuW&Hg5jsz@`SXE*hr0Jow%y zhSsIbs7Z{+`)%OnMAAE3G^FNfekEB*>JNO#AXfvqIFmmUPiok)OQ#m6QZ4uO0;l%p z-gC6O6FmODkq9OSX)Av+OFMG(vyLGE+v>9MjgSD^Q5y=Wc&E4+c;%=(<9CCp=9N~Y zTY9@ts9}NshoU9`PHP?jzoj;38haP#o_?Y{cqHI+8!W9ihU&hG`921<9iS4(J`Re4 zWiQ$~WIB9$DvCP5pGPK5RQ3sAaE&kQxfC;Cw|D&rJX~9~5qapoXeTxeBtC&KX)&d`0}7mnO`c8+ z?}&x5-$6L~I_x#AJMPv*|dvIKMA`+Gt30vS}e;qwpezFpDB8;#PSm+C!Hy-IbGrbnUDgDHa}m|Kfa zN|-X_i+_6bn|iLBs8mWNAUeuAV}prTZ`z1&9HyhpQKHu(xZk-V-*<^o`POzrr!o4+ zt2V$G2QHACTPqjs)4R&}2jmn#S6n%t-N{M*=1=?}cN9=EED*tbtgyRnVm1PLZkmM9 zCBw?622Af9*+y>2pfEq+7wrq$U z$De%sBJ%*mC2vb9?%pz}lvHO-A8z4@o3{Qf$!PjzjjaL-Y%R)G*7J%HLz{8Yf7DlT z##c7hUCjJ!UCTnsMzhc#O0H|y?zOC>2V*l4u%$1VWJtds4t0k^ybmPGVW+0Ky21}b zaGGl130MWY>hbL4Njtio4{qFH^Z6-Z&=t9wzkEfaku3KNmG`{T%&?qfcj0mG$= z#x!jd27hSZ>fmi3za6VngC{msGUTSP_4kDb6*rtfUx7R*%8gERXl2Gr=@%j@P+em% zXZm2KQ#K0m(`92mUn^03%>ID!_oKCgaW923N_*qz;_k%4Es=P>Fo=}Nh>Nu8U;Unk zg2u<$JnlBVavRUkVBrFEDCqCU7))$Q)Lm_25`|z>%ce)Edl4-n8%!rO@*=X8W!!^- zhhgmGE|CI*@9tQT9QV;1NbP{|aW#7=af+_}17F9f!Nf5>1`bS?tS%Uy@Xu{5DU5r= z8@$wJwL92TL!`*95WMwyzgo<-YQ4{A+FnH^-7_%q`+#0ile6uy{cX#SGQg)S!|u%` zS)CqRJ!xn6HRRG5WD$j85b6B_`1u|~3;eOMrq=<1oF$40zsG9#G}mcp!}g%1eT;%5 zy5vqIqjSDABov$o`XvLyT?cK9$xv7Qv9HPHd7-$ue7qqRQCRv7u?{`+VEzYcG0on><}rrBxU>kUq;utu6s%p)E`1!q$>AtmdE4h&~~S7#p3$rfOKRx20#GAe2IZ!zEtu5`g;4;QXFLG~B! zhOAqgG>_sG_p(IBWoh^Bw%dGCKY~g1>m2w1oIg7KMOch+RI`^tTCFik1TS5(8v5OK z0#E_>?LBYIW99h($c{4_Sut;u0{dwt>KFAR-cclc_Gdx5O^KX+wKiGjrt1lB(2lq` z*`aP~B-1HFr`A`%I|$%-U0?S5IPa2wFi9xa-_+S-p_Evju_LUvqV>}dq8W^~aon8}eY3vq&0w%anH@5)9g6Kw z6It9t|J6>;$mzW`><|_7Gj!#_}00GYt)8Q8s6fjg@1&Kxgjfdhy7k*K9x#&XB$dtV3wRR z`t0(kJ2Ab?hkXts28Q&Vnwm*HEXS`~OZt9**UhyJHbX`*v${Mbw*v?*y7>_)j^kxamUvM5au`~TYqUmfzjY5!n$BGIv8m3KDBS~ZG?N|)oA!W6lPHDSCT8XCrf zfSm?hCr3e=3Bznj$*6L#9L{2aHiA9(yL75Bhlg6-;aQiOcLAkcYqmZ%9FQ>a-b|p~ z*jgOC;RnXe5615*OMDc`=B3`xcrM1WP=HzgKLBt*kH3Md&pH^qrEMuX5=fPw|Ia?T z=3-4~zDUO7U;W-!!z1j78t|$0GC&zt&kE_v6yFTul zhOldNEDUj^Hpb0z_yS11t!Nph0KIJi2qXES z?$dD(jqTtYW39~!tT1>mN;@N(dSGx56Ge9c>^dxapX}iiT&mZ@dUlxN0QJCY;>0yku=y}R_EE*X9kImS_uEBxh4_kpB-)Ph zs@&&=OuJmv-0hp7Ovhobo*R`h*0!j3>_`_Lw~Eu4&~xPfjYCXk4UCaUCSzoDHjpm=8kh<9NfR6*Vv@w@^Q@*=SAxQyr1_NIJ&>2V)x(9Z_&? zmy4r-DjX2rhM2h(K}}y_{PQ0k@b%NRp}x9Qs$bu>dA?oy;Qz_4)}T&B_Tede`zjKW+c_NHI$OSs^+vz@IYvz$p*} zHY_)X(YwY!VDUgb32j+UF1TqKk<*pWWZOY!R_|b%G9NBYwOR9&lVCfoi4p7|hnvXp6vUHGMK_@(0RYS;hN4*oweHU9gLVhl*sbOrk5eby49oEFi5JEyCmLq8E>;q*^ZvDm`ge_&4W zZ=8z(89i!#qDL^{WlalFdJ`CnNiJRSnE|t4wWa2ahqg*TH)PZ(9u#Uio!Yx`j>1^T z`EaDVq~tl8iK;-U(f~u%ji=h-Ri)?bWHR(7*7z|!ahZ9jlMK(9uK`jyp128kYyuYpsK3CT_OG{CIfj z-oERhZy_dgEX3ey%NHO#i`=A9^-~P24q^9NES-o>c&wC8Qkk)C4Sl`|^^h77; z+ zXDRGMb!-o`Gk%|FqS%0Ur1^I7XAgTX{>%n%8$=MUja_I5$7T%S?wR}D%O^_jd=G{I zVHzv^fqEJ*={>nmm|l9)&wB(`*>UutXcI{Jh^e_H4N(1(%+~gA;R&cy5bnzB!7+@m zOn?O>X{&Tm*j}A>&Ak@%A3Wc~?o$&yHy*2bErvOa2Wh0q1K6|Y{2pX`vM&NqFf?e1 ziDFPLkHrV1OiuYcRk&yXh>FG%(QE)t!8)gwDuhF>23%?c941? zSxlOL!vTCDOR<(jD{9G+$_IlKgAk_lJabuiNL^J>R~O$E5wKHChrSRPHCP$*E8Jsh@uw&w}MZ|ctRpYOh@Hd%1}(Gkj0!~uojcz zJlqh0pLJ>oiAJ7sT&f6OG<4VJ7C{dkq#-Ttl;cGLyjXHlVT`BfcqlcAA0*2$9L0zc z&gN4Lz;-bxA6D}FS`@NnYDkhYJT@cRav3qStf)DbrZ+;+PW) z;_aL#*Dzf8VqwUcFnf@$6&My2%vaMKXe0MUCm3$ByR|k?^%I3?$$Q~pQ_j$xg{WR0 z@+R#65xcDx5eWc1JLFkE=7OWZShadC8KlwI%tkquxZ2&o<_GYpU30PN(cXVkt;O0a zUaU3F$(Xeg`i2@dlU~U;_<=BVR38o>QXvkBY9tQ`NFG>;Pz-|iwiD@Q=mPDtl-DKH z^qLEi4z_Iblx+I+OvqAa)V0UQu z69JND_0VUaL6T)ymPj!KvbUn^jt`Y2JenJ}BXG|;`ed0?P~U!mM)o~5^O|^w$Db7{ zWwi#|TUsP;pX$xj&h_+*zQ3%#qEJcK6nMDEu*1%$PKOPQ{xhvf-^X;aH@p9iy>4>h z&}_0Q$lhc`-k3IGJy`1FDRCs`r-W~}F8JJp&jG&NV0iAR^iP0q-g3du1U!5y{u>wk zLcqi4oq7o-cwi_{x)17gb;fCWj&!V6jRPx_Sn`wq;aCt-bNVL(cSPZI=&j0CDUZ|t zEzQq6ZFk>wI|NI2t*zS6kKklMny&ae2$NJlS(@oelqC7s{z{iwNTT9$2M1M=<07l_ z9BFqf+L;UEvIksff?Zh~RMg9z%t`Pj!1y3*oW?PgP|my`<8PCwv2Atwdmfk2wyLfi zs;+3uM!oLdgQPBlyH0;^c> zZ-j%*;4H!0RnO@V^WkUA7rQWZI2LWnO2WJwYZ>|=*||s-|HTIzud3(Q+5`M&J7#D5 z^<0y}8^9Zv95R!07CBkHMMKj0u7GDf5$nqx+;5*Cl2+uoK`yrTz%@eYAR#u3m(zHD zX7I7}VIa-8_dsa{W#<)?a}rr!K>(!}l%H47jFZUw3IZs-py_!9EjWp3Z$SXn+eX@> z2I=l$I*|uC_W@@XaNY-;GvL1Znr|zdyh@fZXid-c%ISGiBP-LhvTTxNdTy@grc*s@ zYGhHGg0)y3f>KEzwjzyhCaLsxE7MawT_$D*aPyW-&yDmC8<{>e(usSAf_Y@OozED6 z{M63ZGc!ArF$DQJF1*q5fjMYD$sRlag<&L%;5#vl36Nm`U=^Z^F*A(`0}O+g29Ci6 zVkpHkICl(XgJcd6jc>V#>txCbsIyq79lKy0o}WSxoN0ha5rmPQp={19K;#Z48XdxB z^XO#KdLqn1L0n^$)Iu?%YErKM^X3btN6sIX8>gU0Zg z1&?eTqvRHf%j}m<^^_f13`YPV@xxZ7CI&dEwaQ729F?4z2o2=qMh<0F{Iqxy&eMG0 z2txoXyaf=1k)5GzjWr=(%tWI@SZsnDH4-dV!I9c$UNDpiVzCU)6ra_=Of@Ey#X2}t zG^ljK0r#NW7|wS#(oEHB09uUUv^uy|SGiXG+p2(ct|m;1VGIC^aphq3Z;NT=V)bvt z@X^UGdUhRQ;R;}^)W))_gi$gZ#a&7JaFC7VuJ*D|0lCi|e!?t4SlH?@R%&C}o&cj{ zHVX0%F09l;UM?*Q01Dzx~nh<=OE=HfogtX|yEj61X z|CEQJ*#73RDxox%)Iys5{AxAL%RCjBd$JAlR)vru8RKuV`6?*|{zp|qX3I9dNcP~b zR%N`9FsCY=l*o$&K%Qgc0EgH9HV?!#&&TdxIyb##yj|zmW5;1PFUaeL+$EBAy zAhuN^#*O1evXNXLZjXlsV?#2=pUny9Gl9P?Zn4ZD6=UD5)7dJPrPsT6ZDdHq+7f3s zH*;BQ64il32B{dkn9k;UYklNutdB4*EUPKp0^vd;F1ILDLltXWUr5C&lF2ezD3*+fSGAnz+e{^Ft-F79L&H1XPR$AgW6lrOw}!5&~poztF{3RdhL|oM;0(BG6pVO zz?+!|oV1Z9?V6E5H%8|TZ3yOuF` zOlPQ+iD&R6ZgW%n$J7Ate^Yz7jBi%Y%om%|I3Le$#?u>m-yNbMEGB?VG9M@L%{ZMo z>4;7xfKHl^lX*OzJISzqB!HWQQOU;Bsgn%1xM4E+Vw_B8<5}jULc5s&A}JxVn3Mlv zCl#tb0X2$=bZHNpJBe^>4Ir~vjCrM;WN4=pB;G6=lYf(`yGqPT1E|~(wIlV)+;w7| zR)BoTvvXrot!d_M>W>15BspP(GPCfJDXu|=j-CTVL#&AX>mjAFh3uDBf0AQ7@Ir@on_BAR-VN7$yGTJn?IJ$d46xA!2kUiJOzooY?5 zp6+;K;ToCmkGM~P3tjrKg}_6;)ghH^t7qhpQEv2%h0I`kTGmtJvW!O0m}wbCPM&L} z>luq!Losp^o#UrhYif_nsPn@gNOW%vLLPA2hs&u@3N<+MG! zx-|1UlD5x+=-Vxpzx?^fzx}$^KmD7~g14py)A+}K`L?=GW%x}Q{_*RZUvU6<&H5av z{LRVQKfS-B^P3lwe9V1W4PQfF(yv(`pW|KL%MV{NKfd?+%LdWAouT(0tyjP&ZQ?WC z-z0}m>GwXZSL7$n;WO#qB!^Gw_g<}6hKapZA`t zSJ;c}e?xsvyzTqE_glSUKFavdWM2|*`#tZyR>Vg81CpBz4=-}|jzksl@Z8}Kdl zw#D<_Z}kfMD5F2qeM!7+?Y#F|y<%Qv@fXlr>TOTwz1Qlk>(|e8UlMP7Iq!W|UohU+ z81Eg%`-1VjPXqNTLBAm0Qg53#U&a^yT*=3U`UUfrdfT=6<5zb3A3nPZifD~{uZo5r zeG2^^_8$8q@Y6qj_pJ!Kr})Wle*%FY0>LQp_AZ4d8GriIAO2%n^6S_7UwGNaHhd|| ztF!9$RqepP&;A0|0XR#gF2b3df)S z_+$2ufAPzIq0}EP^q((t9Dkt5v7e%GZKEIW>hI_7c-lvA_u9Pm`0Lee-}Lv}(Sp~U zs@cORUc%6JaJIME8=~;Hzp9$;SIw~eEzJuz`gqaIYkT}A_V!=DeP0>|06%^udAV1# zslD=5pnqu7U6q5LAp-O{!VANv94Ga>@~MD*e(Z9bHZ_Y(6Gds+FE`iFYw836Y_0X|+F@vCqbK2Ll7b1Qb< zHKfld!1o31diOIb=ySIOO}joLfIk=0_DwhiW0?)(hn-&*ABJfEHGKNe(f2SPuQ_-M zi9bR17f^oq$ZxVZ3qEqK53iH?X=j1&D+;4=ABW+?==mRB-|xBidelF%;CWxeUsd{k zfPSb_;eAh^ls6pAw?aTbDFVIDBf>@Dzys!;kf$`N*lCmV!SorES`&{SejV zZUIDN8nsz4PW|&DPS1?kww;sbN_NH=t zt^YY7em8!;*ME5Z_Kf)SdHwEf=%ZoyFh?)%0{WDCiuf*f`#uDF4tb&R_Q81$`aCut z{Slu#dcRY2Uu;?M97244^0aB&ool`H>4%p@?N!lJ#NVv`eqZxd71iPE%KYBcJALLV z(ZeezZ;U=n?F*y)G}VTEl*(vqo2uWQdGpaF zGJiq@GEYg z?wsfoZS?f1G4H#w;fHa-SGafU?E4Z0`=(_-KpTBmQ2ubc;_tNU2T}M7`%9x=wfmOv z7w63TdxszCZ@<25?^z%S`toPrNAlvA!`acx7)AbJ<^ZQl74iK?sMgbuBQ1pxIfD;!Edf=`6m0d%#YR*__xQupLxul`_|qHfj+nD zHMx&)wMT!y<-^bN;kSI`Sw8ZXk3P#szpDS2KYFX{tMABH-_dU$bQeOu^7sBOe)I9) zUwLKuokx9k=KK4Hr~e6~F&)Qt_|4xj$naB+4&~05>fqN=Gk!G4KomxIMIA&j_!s}y z(teUf`#UAxjJ&AwqrJPrUo~x1zgT;pjL09q+(`8suWiduEBW}z9Q$a!{&p7={XU6* zH;wVHUSi;e2t$4u0t9zWNQ!*mAZmeZ2 z?o6mc@r|(_xzH;aB$mBYrd1i8Jo7Th=mCW5eN`KeBe`Ijglb)IxQ)(5FPuAwF?s`f z;VlEOR-R@ooNBWNyitA39Fr!?MQ>*B3gL81*XDg#JIk87ge`m_9M5equpud~bILX} zcSuA*BC{dk(Pp0&BGMG4CZ07pDU5_Fo7Ct}i^ge8myumk@1<}}(lsL2P;Do09ewXe z+sjCs)U%m(n)<9!(?W4cT_!@PQ?O=uGdne@tufI;O-TwS60tB{l7op#P**=8&zZ1M zf=^0Zc7^xp#IkJ9+8oV#$(g4qVb;xnL;!8MvNTMJGAo(Xd7K$jXNFnh19AYg+G5Xe zG#Qgy2BYjJ*F%>cjgYF7IVwcMNUO771<0BZYi)0J*c8OU8jymKL2=f!){fUorY~dY zuo4&4kr8m-l1MknC@u}CdE(;CWdWwwia+lwi)-i!OEBkj*D#2%A)r960$NtCy{NUE zQFk<)$B~SFs=0(J)=lHN5sIhgbae4Bw);tic!XnV*9_Cxj@@HEC{aOl^>=N*~?=nQJ zs||p$+CC@q!>zvGgmHr!+~}Pi1LNKvMd4UVqpXzFZI<;-ZDFA_2|v=s<08Vj$X) zTX7%-SuGOIP8l*CZbYJ)1z|4RbRlD(M0~qf9pTuSSfm#x7!)B(E$Gy6+@hLBRrL|` zV0n9E`HT{=;ZQ0{ZmNrzr`p7mf-dGDxd@DDcBHNT_rQN5YsNn;Y)`W&G-f zu8F!Sd>U{3*7EcC=v1&m`p|=|-e&+WoIsE_o&Wc zaaNE;7GSrn8{gBgG%d+<%~w1;7jRfAk!%~&0AQ2Wo;O&!My_O*gAoJl$~?e zhUhWO4hXLhWHiP>=pB6+x5t5)T^G?R?cuf7-Kso?BP7r74oeU)n8RP_#E@^21)Z53 znK_n_&Lb1WG^8ZjRTzkBR2pt@=CzPyr&H}&Zc~4|cn|eaI#8GM;9~RS!Ml^SU?06M zyv0#k^;ZDD@!cKFv(b}#D+;?fkmZoC5EsisoYrM>16+AVbs>^9Q=A_myU-6thUQRG zzzEdMhUtJHgS4B6ooOsc$UfapO~IP+xqYzuI#2OZv3JRBNi`2I!2QPP56@0Fr*Y^! zP>maSRPM7W^qzYu%QH^e0<7YG+i*Qf^CQoO@=PlOl6v0 zWmCEOh_M9uf^9jjy1g_pvI5sw$InALAM=jw;#g2tFoLd23T;N&0ww3}qM2T%1)Csz zBFsZOmq*{HwgH6gqH5&kG8FB-!G*Qh^0_}^U2?@sI7Jo?XnEtx%!kvdu#~)5BcT^^ zMub>E*<^F)!L6IAs|aVVw?!;|>7!j7q^7+#4|s+Y>>j#G4P`XQ+=e>zVGc#y(Q<81 zz8D}^uqy0ym4Y6wqnX+hiysMB!s*nR-ArUI)UL#&F1WZ>uRG_{&C!!9THJM8rriUb z$DyGb$QE7uTCc#{tuk+{Gu>yBxE!Gaq!R|yh~>pCx8ks9DFNmEWtCJ!RinXWt8}`e zB7qVX;fRdy4OB$zY7csy#sre>dzXPWRbIS?A?s?@(l#+mRrXk#u!DWu!NSIyJ4Jp+ z>*2nDRp8Pqc`oYA)jfj;Ch_UE^*sTEqf0k|EqW!z|0l&Fz&bOTmvc=WoMN*K|e3#X8V!MGE;S^C59k92)WO=09v@%soomii%X#?)nst|$~4g79LHgQ(q~aa zG@a#Ar7n#`DPeS;V@HOfx>xP$@$m2-g*Y|p$@RhbEdyl|`Cu>jh)el#?Bc$1elIwZjnKgOo0dMeIO!$T^4f<0BaJpt0fB}wl#193k4z+r=r zt^?b^P^%)&<%m@w)@cGJW2pMJv4Aroo*m9IA^DzMWYk_RfB_tU6_6&hbC}8n*Gz4x zl-fFd3F1(ZI6K3n-o(L&tK*l-X8@R|*1@Ws;fz>T%bfjGHpr%Nav;7*Y+oxuVhRW8 zLErTN#k^(0VP)5rhpQkg2NZPAx-TrYY~oP3!flYz28A*_eN(UGskFtKCA*zSlEw+^FS)jf+APT=QhO_X zeuNbnousn}g}ereX$<*kCp}K2DdQOkTGndx=a8#*lY}7T3*q93gdTutHRZ4m2ZvaE zpF7^=@Wdx=B9+tZN~CG?(&2G}Rdn)^8(qY}G8A)4k?nmXM1f_^dk3#Z7Q(RrwH5|#XLs1G>fuXya3ef`4^t01vhYjQg z|5U=$sWKG2cDxy&Q74XTpk{0oxt;W+rQq3fsN;;6H?MInb9Rc{Kp$zYCy!?y8%M-m z)9_*#>ngB$vqlwQHTLPg>AB01-I@kXVP%u)q%1=hAiL?Y-Vc&Kg36=923al-54f3& zn`xZl{u&+K)?xUhu2(!0Ti@_ylJQ~a(L#9Sf?n)wyvQqqZ;G)BN zR=tMzs}Uc#YmeU*ifc-y%w`k^Sh*-d9s$nyuK&(A84*Nvb9okBq6RCv=^o?6nTT8* zh;Zw8eH-9U%Ph;EO8&kNF_XiP_lri5csQ+C*H=3NULo3U8LR5z{1z z;^>*>ld_zSLs$jTfN0njGrJdZe#qfAv#45j>wH@bYa+uk~wU*0%`Dy zZ_I?i2lSvfkLqTHGk!-LpIn^l$P2V0wVOTOPxfQQqb(|n@}OT31Kz9>LrYV;VF|?L z^M*mC3u%v#OW=U=oUO4Rm%U_Tm+G6HxM#HD*7l&>^kucW`*jGCl@=h2@HBPrIQqdM zBWlW`Qydv@+K5d7m9tm`1!z(cqNruU$iP8A#LJ^fC6$T!XbGFGri877;B&BCkfxiN zb6{nKHFS1>cC&j8{&D;!q7IZ5Cro3sO85a3O^`acfz>7q6T?|j(HR0(TRl7 z6X#&8x%1#)Zbt7KF@45HD`N`=C4){cY5cPLH1d5}ELp4rF-b82af5UK^*WU0>wVSbo)E%5W?#_|1M>=}wrG&lB80(a*R#x}wn)YB2 zS^U0s?K31B4lQ9>6YAML4~fa2Ahm4cO>}HZ+>NkXgWQNb#@hocV9?RsUxV8%wzME? zJfAwTJVf-CoX!QdPly*Q|L)w`-QlD&9H-_LcFNb|#<+Y-FNt^!x3HSssJp5}scQa! zD0qBX@De*+lVT&(nXHLJE~YuIY$*F8Ck-3t8tRV#z6Th{BRR545XWA`^}+&BHNIKsdt9ay-vx z4%jZCqh-AR0CK$wZ$UszUDS)m0p_kQc7L>K6j4+F3YS3Sc6|XstQE}L^(T|<+K-9a15TBsmM54Kty?~14^TSAa-h8l?sij72&CTE?L z9>5XqdkFBoS}uZf;Z=6TNfP4pZ3sV(CeG>yua4|go%NDZ0TIcKV3U|CWKPw@9>D09 z;Q}+H&`e4v>RjaWbQe%^SNroVG4H3d#Z0nl(W;-^9B^_^N!)2hxu!=hI36Hsw`~|H zr3M-mnHtpgdW%L_u^6vIakM?q87oLDM<=@7M+T4E0}#8KB!<19Uh_vraDb&9&q#ey zR9hLZ#&#ZjXV)SC13Bg*?Lx7vD*h1@JG^SgMm|U-Wd&A0Ee6ZO5)`b}Jcr^`ru3 z&Y&tny3G3B^^l5!z<>iT(Gw#eMtemJi`F)$KUnw6(xGRdln;K%w;O}22Pco)Kuzhn z=CiB1JG-4n8p*;7 zwFfPAFCw>Z3he7o5cvtIAC??#)jr1t1Xu-tUi5KRSNhPYYoVOG)4Ux$_hhR#2-5_T z*s6u6drnczw7Jg6f;~bIj9PfrHE<1ZIrdb?*Ox&#;%7|G@N?X)j@myQ58wb6!%Ked z@lC{Cg^dRT^%q$b9%fTDXa_5o+uRw-W#;M%JhJ}5ohlC6)r@R|qX0p&D{+i?O`uRb znxMI@{JxrRgM&2-s9laOkka~r?QXSL-R4@^U7WY#T+tz#aDhio@CJ%kpH3eZ+@xZbVymcbvJK_aGWPza6VAfi2m$T8{nB6Cx7_)X3g>=uxRmnWC-+MqE^qm10q?Y9~9+hB_gQ#%y%WPq4%1yN8R{C0u7UUqIp; zOl~fv-?b!X6(()dTdJqI#1yi5VPrFeBtiqOH3xSg3ZRNN-3bn#7AQKH4JFxEs0*-D z)!dEU);@3LeYzO_(U*%6W;YwUY*!UO?-mWZ*IZi)->r&(pqazZv^|}DN@qLqYHfLa zg0NjJKzG@#jl1n4Yzi&f2VLs(){o)q18v|gUzr)|_o1s={!HFH!R*a^qekQaKMZ=` z$8r)6v+9ShUgBMhb*Ced_kFeR$7AqF4U`_@yRdZbgo~IhTI?Ra6y%P>a(!Tqm-(X& z=7)IoKyd5@sWTeS+1>Kk?(}sQ1@gwGJ+4>TLhlNq_D2%eICuBcWD>9Lo@!^lo@8!g zIg-9B-YsGf6nH2au5R*yQM7@t$(UT27YGBpk1*M}T4nl707rxDiWF{BK#!v3HHde(Vo6M;Io`ra~K#|tXad9gaHHzTfZC}=Qbn-@F19xx6NjT1P?Z;61n51ET z*wkS1__)W1ExOqagrPajBg{aMqfKd-5|JEY^a+jog5wv6Zaa0VeKl!!9}I99H4r$= z8|pLAd2LDDBSM3K50o(g=2(I70J1Y z9FmdP%>if5yrUQRB8)ALpXx*Eixq!8xv=(FC|M^k^je?qnwq2~Aa3B*8BRyc(@Yx@ zK@efCYFymug6emMZn|0%-e!Lg9zOuJyx%dww zGO0rEAU9*>ae%zS&$O}Wquimoeq#7jni)g`=k)Oc9Jo-Wg4_pS*wI9Gb{_&vMuJT$X+)_S--RD!n$Fy1{JLlwx#s?reZ(K)psI=uAzR`vtKOiQ`< z5r|zkozc)N=88Hw-D5ab^m=JyClU6jgWvt`$KS^0|4ZQ(FW_&YH{KQfua-QH-xU09 zoc_OB`0z-+i4yr7$?{gqPW7L95a9n&@Bfc_|9{l`|D)djANBtKsQ3Rzz5hSz{RQ{G z81>$IUv7PVyB%YX=8eMNekT3d&tC86_!S5M!0TI&zkL7pnC|QCC%9R-YP|(<}M`PQsCHt zyi-c5xeG~`*Sw1mD}8PQ;xm~05BZ&y?>;qi{~;fY;-Z}U5BcM%VP5JXMl>^j@S4e; znIEGhuNYMw{q&E;{~!!g544(}#C?hb=j`7;A<<40Y{LaBqF0%L%;jeCJKI#CF;o#v z+j!P~lVqP$lW$|1Jn#2VqtFQPp%GZ}+{Gs{mhexi*tUrvny5@JZ&xIT&)te}_`F$> zI=dxhwp=ahFI8GGQJU?dzPU+srk3@Jv`y3~X{1#y-BSJQqxen9hAH!u=CrEfhUjEE zZI*g9ot9~{)7#kofy@$OBiZf3>LDgvO!5RJGA9B=#%w88Sq?$6D5lc_O0;;~@`}Y} zt7}rGddoK^w#L;O8+9tAv}vj*uqyuYvIIo{vOm-f{5ez&BN7ypU(&Al^5*8qH5pyX z6%pC1TcWeOh5piXIBjtjqcQ`fT-?6OvSz7Ppf|wplD%*ZsGExCES9qwxl0Jk@;Fa5 zq_|x{Ted2*y=$cGc@LR9N4czPDPF6cFkoBJ{B}>8eloR9cPN&!2GEMk)8;0MZrDwf z{;i{9(Q|7Sd=m>OR?=c^JY}C6sf=FuQd?5?%;%C+^H+DIWzNCo7M;$3@Qr1C^_mL7RQu`Smr@qmhdo?DA9zWvb|=vuoQ6J}Z`)4~-_W&oK_8Esiutgo zT#)UW_9;$_2k0JL!)SFHzeYm+?Lc7r=_{l(V36&nhp%>Pe(%E`?gKBF^kEP8k>y+3 zeFpjO`2#zNp5QnPhM%B(SEQ3#+Rz87U~jfM-Wh|!Ggxo!u)-UvXw3|&h>GW1 z1WeyU&jMAidi2a$w`;)@G16?WhO4$yiF_+nPb*(cI55PVOE~5eM!`IE2^ww#yK;k? z6(u4`B}-6%=Nf@^bY~U_a0BhYP&hY5V8tqyGu{{k(vH^Gjk0TO=kx28F(Gcb`mK}H zrOE9izu|U7ycTRLUCi`ut#ifKXwe0;_{MevY?4FkUMt~;&{-p!T{9|f16}C@t(b0Q zTKQ10kQz|Dnja=31k#QMD3L(1<26QR(6BtNHLTt_bxY5NUO#X5m=G5*Nb%xQL?gM~ zFb=Qv>?Ad~((~MFt!k?8Lo1MfR4$7?>vP-KnKn{E;=ZwnRaHp%8itx#vjx(%0B=*c zb-{54>|5~c>b1>Fe(GT=SSHE7`4aZyh#}q9K59DIC}ypIHw|%K zoq(gD=9}f~2Bm3P!&gedP zgg3N9?kA(S%}Cr;D_2z9`w(Od^8%alQEp(vKFS^4%#ZM{t-&sV4eKJ1ZxAu+Dj4Af zoCu>_q=Ny4x^_Zb5->iAFa+VW2qJJ!4Gak7_dsBfo)HuZ={-TA!XB0oAnbq%0S5gu z1N4yBW}F>z>5Q|7{5}0-#PSTBKo}50(i$UajggdNB;`@Rx2caf;DG9-Vw_T82*PU> zM4-J|NLw>#>Uwpuh}>|{3hmd-a zBAmz3KZuckL?dK7Um{L%2gPaJIvo+s)glosW}TBkaTXMmd z|I_XMzfuvbs~(9XNQXWSMuIL&=k*V(*8;=(xiKXu&Y=*p++c!`=5YhZ482tR(E}FP ze?rkiw8-n}x!p?*vqq0PMtGx#AS1l~ih>cj+r37n~na{JF)`iSTw7$k1spr((C z*@+)FQ^&Tvy}Ymlu7W;(vNhUd z_I9X%+oOfdcXlL9OJ?4ACyxI5=?_}|0{hE20^`1q5~AROtU6whRo%r`4wqwmGrmtg>NqYurr~++|u~e)4<)tCior$^&>v8nn zyN@T|eE2ZQw>xn^aTkCm8|YZ9NdJNh`8VPwN9kJuncWE~U?6qO1QI~QW^j?)XImbdcfrqWqdr(n-I;$XMtnZ zHwUt|Mo7w3(AwId1>2OaoIv+IML?vpLbzHEj~3!G*}Il{ki3}O!d-OV8IR91&a8#U z&sNYpYTF$g2lFC#Z`kL_qNg4?IkdF3&ojfUyF2@xEv5DbyiE4ces#tm%rgOD zadOX{I3vqbX`?V8wl5(3vyblGgM&RY0r@JruGkzd&Rbp0-pN*H_vX(YjdZU@K0MWH z3FD{#rbha=EzsAd)1fS{vE-;T;*(&)sfpbVLE0(%01!Mx+_@zQw$u+H((IZ4NwvX>A{`d?)TsF4$t|y$-z%WoX0DhoP760)+AxUxDBA zY`r2o35_>cyL;Qqvrpgl-YDIPMw{M|*cnHIXJ3`4$=KTpo0HGZHn%$6@g(1GZ*F>n z^xz;(E**+wm}cIVf9fqq%P;bR-AOVi;xuU&zVMUIsW-_*D=)HmP}Mh$r%5hkbUGb$$5~pW#mQK7RnE}% zAAP5OCwpEPhLk7WZ591?5k}eGEPLg~--Ywe5Fd6N}qmdZ;1q!`Y3<@#q zOgkOFUZ-A-8I|%*JEz9p(SAG7L&%(oVv;4TWa_(% zjyZXl#icb@85@@^ZSzW_BjYHG4ssKCAhI|b#cvl`2YnomqJd~%dh?t5mweCbO#RFZ zanl=$ktl@c(|X|VzKDkSNypTFj&oF+1gEc?#g^?SPL}B@dTG|DowpO-b*FOGgThCD z1K|&&A`0ZUPM0E>z$yM;>e@KXsY~Mt|BZ^l{uA`a&t~-~o86;CccbWv<8hkd7!Rht zw>*5&3on2q&+O1npw)>Jfh{~1S#g4Xc-z||zmpCpBh2yXVKkbEU~YMey`Wbzlv`iH zqSGWgz&^x+4Ux~!i>MI6=^#o5VzeFYV!H;XJ83#XEh~PS4Mnyc4})Yf8cnDE!35c9 z-E@gnDp2Y;pj6kbEfgq+rAH8@rhYU~6(Bhcv!3l{$`i4B5lA&N*R+f60@=msM&t45 zq)kIW_oh=cv+}~ha=n?hTbgDoDK&wfrbo#rjfOYq9G=p$7Jfb%3`Cv>ZqCcg%LGBY zG`W*}Egg!51su)jP~19*_QXbdZy%c~UmfjC4%(-?sO?@<>;rTa;$VD3Me8+F7xMk| zXd{iV&rXZDz$$rvw$1&^8e>`ZXRG>hMk)!=NwtlUkLiN>1d!pB8FCXm%IL-=0@yL&WZ zQ0dd1ef7%F>uh>z6MI`7+FrxUJ5RBTeYB;zM5sxN!#4K`Y!OZaJiSg zEK%`Zwz$|yHnS~zMuoCB_RJ-)@m4yWfc;>|22T8gD1Vj#-1I*M5fcXnWskGImshU7_~~W~v3Qpu5x_&I z*w50V7Om zL`c@W?A|K21Ld0^8w3yrNEG1EgOg;?_H;%MpD{)q4U?(U?b^j;KZT;!vs&)TcPe6g zUa#EwR=V`;pqkJw)Aee{>pAUruH1CHp10QbTF>hxoD5UvnjVTlb}}v=R>xpZK6Y4~ zGxp?Xh!C9=7k(;{_3guh?)<*M`5yOd!WirL@cwNDkoX8FtlYtg0Rm`RN9kUiv`>MD z9mW`c03t0uj*|wE&e`{b>8rVmN&`++jSBlib%2IAGXq@HLEOa;8a~8j93T23;lYdH zbs%p@D#fQAiGG(3JL)}*^SA&Vhr`Tp_7d8o{ucgemZpU|mhBFsg80V)U-cW)K=?qz zG&4lX+}TdeY(K_CQYD}=OAGQOlS_9Xp{?b9wogY-m6MgTVXi$3OVj zufC_Dj^xSK6Vn-;w^)T)tfanJ$zv>5W)~~Hc(HIX6jh>afHMMIxhoiW7a;1Z>&gw- zG4Ta}S*(DwB7IgQUPmsIs2?2(;qta5qE2_jesmb8S)lrFM`zn<>@g=x*z`;jv@spf z$2h6?C6R!r-j^cU0T4+{cPjL4+p_=+6a2VSifk^pyP&gOzRCQo*6lJt>ZRR+$on{7 zKN#ZzO{xI1v#REFh9>tiw}vzIiJ^i=3Her=x7OB^0&u8Z&{K z_BK;Sgj?9Vv@N%YWvOsu%k3)C2h7iuYalw@OPa2o7cOHNaGg!5OM~z<8b)J6XY)1^ zvna`Fl2k8(%|;R}C9HcDhhj|k2gORmM;gu94b(&T4<_;Kj1riDyEfU~6`4t^MA2yx z9hfLF1Z-AtsuAfIL8Y?S#^Q)Sbayz;-+^O25K%VRzsFoV`reMv(~EaSZ?GR_K)S<8 zvAgsV45l!%3GO0SE~mS>&bNYtUaR6&51zT(l^o`H_XGvOt(|T;^R4)!X2LbW)WDYR z6xqpX5ptDdYKG3AJi=I_sahkhK0XlXqySBFoM*dhY5Hs|?t=IUyw^Xte`9ImnOCph z_4wOO5djLSZ%gjigXmbT?QJG*gQXQpyOs`5Yy#+`c!z8I)hjQ$jH5M0hQCh-z*A;-)cyQK^ zOg3h4h!?&1DHt+(;pW%Ur=q*&9EVTx6bEWdcoXt zS}$lFPQ-ER@JjbZ-OChh4?3;O%a>PL>xWU&dP6#)#8+S+hy?ZBxwV1#rRNxUn%Qgf z?&M&Hz(@BGi-T|79NVX8dtI+Xl9?V(kigFCKr}+vdmDEr)?KV+g2;KWJbGf33x&+M z@N+v(KwH#ON;4$63Uo3VxSleRz`5j4AB?9iE>djgwoC!^@Dpc~(8XzorLPHz0n95o zL5~nS^tmrnIUIVrlmi%aKKV-mAr%T(bRiOSQ-@SN=(k&IgY8$|e&*Wh?d_Y-JoD=9Z3oBUONAD_yFC<#1!NsJaVdncA9uw8 zof|rs0qsMc?hVeacl{=n3LU6S+eLz@}EPw-i8=wzMl++?WVpbeRM2HfZ>u*a9H9^6AiW- z?}7inGh&YRv^VV9@5D$6YonW+t8~dJ0kq5BXGGzz(aP1(s9@e zhZ05R%S7+Sc0#Da0e2+tXklkYTiGOYfjN6_AX3)1gA!_?W`$(pn_tRlYX>F@n73Cx zh>ZscqZm#Gl^ffBw$=0fD#x9sGm+o>m7v+hwtHUt$)a}& z3?GlWgum#^`A7c{OJw`*S9)(2vO;=k1{4+S8H^yokxjz6WrfW#QMOOAJHE@AJkX+Q z(_)xfx+CWLXn0u2oQR(GvcI%KsDOddxJ`8>ODkJ`+L;Qqvb?EH#Kkd?>ohY%v702t zCgF>@I!%erTVJqQT?DtX+_S8_P`wQ7Gkv2jEa=NaeXevM&hM)Zh~d+Bp{MUbw8wXb zX^hwBg#RAQsK3`h(#@SLES!U(FD%I4?rSG#ajk7*ot_~pM-w1rwLP=BC9`D6B8g_3 zBSVf1oO6w0Fn5^MLXfD^6mXn@nAjW-H2$3BXj6S6z;{vcqYUgAF_ibic^TFAGkX(X^kLjpq z0%EVecl<^vObO%Fle<1mh_wB1(IOJ2UT!m4Fs1_p`0;__0C z6f%3kA-V7vJl+|2?44er4j#}Y$BSEDS$}RBi_0HfIl?oQYlwtIy~5y!q=5VsN25AK zlB7&~lXmJ{CK7WY5^;<$c3!hCj_C_Jeu`jFC%(ATsAvkAHB_O@?lJo_3e5)0V?gzy zSBc}Q^|=-a5!$D$U3xk{FZZR8Qn*P03MvNpu9l8`4Qv+{?h&ZUQI-KF-c5 zqDyp}n&_$)LRJXvP|XQg(;M;N*;01RhwaX@B2#+8VsU2~A1Fp{h8tR80CQS<4chQ_ zFO;yTw!|kg2kk+}o44L(wB^tI5@xv5zyz98t>@u7t#A2K9fZkd;#{h;XXk|UliImI z@H4rq8MBapEu*<7{(bmXj5+cNA*iD6PG!#Cjuw;ND#~P-sflDqSb}19F~P^Dp9Cn+ zIwJc~G8~Bv3X{Egt}d-sCwKkqUOZdtg{8KfQW94D-!{@7 z_z@txyvVqD8T_{!Z)jE5O>O$PPYnNR7Uh-tr&^f|0qR~8Oi@{;4FKnuCL9eZJ--=X zX}v9BveFBMP*X3NszK6Wv*7Ed*wUBO>6DOQt&Hlj%uF|%SZ66WkeXANb!cPgIoIh~ zXNEF-;>WWfu4#5NZGgJ8sm~czm}q(8IhpKK(UDd50s3~aH!N~uBUDlt2~OpuUt*AI zF^L8%z9=80`G%&VfzuGjFKkAZHH|sP(3}r*GPH_@nolICklI_ir?ll?sq&cF=hO$B zPi-|UhLPHhumRBLv}U1`VtvZo`hIHlHS9Q~LTx#x%NJ)o4i7E*0@E0zrMZ08&Se!H zFq2tNZekxKZ8HgG;QC}a{41yJd(1wO`YuP6ag{iO)XleyI5?1E%o@GWE5onb z%6bWp7Z)%&XisC>o$?zMjCPkbLkfm-Ov_<^l2uwLlh7IZ0TW&UNGNqH@E9Zxnz}}V zKS4z}>?fG!6V#ElPp~#Sa?+Zaye+LFRGAZBm&z;59nv(ml(yQ(=WsW0A?Xpbc!?Qb z5ds$8w^I%9)mURQ)@VuyM1{=UjJJ9N#oe5VObliyleHs0{GA3;Q9;Je1q4v;q9>iw zbTkruRo&AKP9q&BITKkaP3SEs>*3X zPD9c#2j`ESHSaGTI%k_ba!C)nDjrYU9|Eg0`s08bna%dcFRDEfZA#*Q<-KWkdJ{*2 zDed}^!1o!INZh$`pEpX@`bu8{%1S}eGi@ei_R={mGekcJ(C9iV%%1bEg8B`EX`_0} zO_wCnv)Fy-0wYm}uq2}8X6n3RDNm>kwaoHkhGJc%OEMcF@TxG*Oyv^zD0UG2(fg>J zpC*JzTIQ`lY5Gu(9^`tpWMvSOq%@3~^YsK>w^dS)&Y5Vn0f`D#qpGmMPr6dHh;3Km z^zwahq#08OWl5nLNBz(~!4O=AG%BdHkrof@f`w8ATFg`EZi25dYetXpf z=7qEyc*J71EX!%$-;q3*yWx#8$hO3cKA?Bnq7ld$%A05$Cb^*t*kk)UlgSLnsv2ox z%T3eAneNF#*L$sPbCgtS3TB7QWl9>>6PDYcD>o^YK$MxAU|rfztzs6R-9RwKL}Td^ z4vooXwhz2U=7yI3zac^vb59@;H25_h)8)tX;$T~a3(dbPpVaFG7}r?iOs@T zPot{q{8^M1mU0>$1vo*fv*w#^eKU2lOw9~m|4+{_D8$9oFVC~0>d($)R3N6Lu_=6ZdAHX3Y~GO>$Q$YTzF>V5o(CeYdjCx zV#=HnTa*-*ax=3NnQwJa$u&W)iOID~xmZhBudd0si;TOWGCu0~Rg`E%DvAn&?KKMJ zsRHzAhVH3Roku+}LorGmf&Z;#A+H2BH3?I~*~X!#m#pP2O2*D&-g|p{*B|@TIT}RU zd)}Z0Z2PdK^kO}1KbU5t>wN%U4!k zdgE$i>4{sEL{PP+udc1$c;WJlrXw_cv%TAy!iy0BQLN3mDz-{#DdvzmuRKj@7|}H4 zp%)Fxla%o!<>g6=29H0)RCN*kbAiU&%RnOmSl!ED%C@FYe4r9~M9pWKsVg+8ohr+} zws32`smXs;cpX6A7}V$z-k;w28T@M@+=9@$C8M5O&nvb5J_{zVlYmzN(AFz3H?NWc zfSc(gBU7u(okcG&sdwT863cq}1A((J)ahL(|7aBF=HnFyoWHHaAh3=z#NtY)`_?p0 zO2GeBPHrmeErUtCGcH93?}C`EO#O&e)MA4URnu5w?Nn7fLuOC(WMAln3d&}LV?WYGYb=Y3vnIn+n~KQgZWE76RDoR z4=Z0}ryoD(YY#CQ=<7hqp`$Gs<&>9x`uyYOdv2)#I%ld8K611gh|`Zh2AHHoqL_)| z?5YGqIxlxny_;*%MyKW)2~(|OJWAP6TF+d~Zw~JQd0Qf_Pgh`IRD$em(dA_#3k$OM zl*obUwB2dYDygN+EmKZ9s)OY#PjFQAjlh=dH%2LVJd(c@gB5TWUAEYa2=8Dvy1>za zp|312zW|#RKa!?*5f|Q1_CD@nYi6u>ie#;5mn??#L9xno^2@?(@p6a0E!&g+-#Xy1 z4`2S@c)lF90VG~}_3AEpen@4MT)9y+R$q5^_-iDiFBx3sXfC5-cW{NG0~LMol^u#s zI4XU35=AScFT64wAljQ{#8-4}_sN7+b(t7o)ZH;ujHL&}Ak)L~2?hnJiINwsJcvzv z5aFCfIx5|X1-XgurR30YVB*q&+r$>vm_2Y6oj7$CYs`yvxwcrssDL&|Zy4FN!WM}( zN{qu?HJzUIV2eR-u)~J3bgb&cv*VKxNpt~#3S#77;}ht@k2n?s;9?YHPlBPhBSF7M z+2dijf?t`$=mbh6horDZHS8S{FIg~;6H{LrkM-84JoVj8Tfpu1TastjZME;EaKE!N zI%$yuzY|fkNDTtMd&w53cI9Nm6U4v=N5il|ahCcs*dNAOSkf0bJChDfhPyAO-9>(m zjFyzZ1wr74hIAYk#5o6njGqblOvLYSgtL=S!dM!20!KPXvy+E}CsFd@8lVc1rEZU? zC%d@iCTJ%-B|PNni!Q_l^`*>CAI@>)V06#4f^yl3MlVr5R2LRfQr2zjIEbea8=mNfO!RIZMD14LIIRWl@QaNC!+mAc28n#iU1u>sw&e}8j zkZHK-!MzFyU+G#E0mA*^WFy8GQEqV%(kMB(wn4PyN`(@v{}h#wCJ)E7{{gV~ zP&ntL>u{i3NgN7-J1SE3vw|e!X2r(u3!DpF3Ar9MEdav%@Ek-anhxhWBK;9>kdHOQ z@^tX5Cy@y`@6c zS~#_GYFRzJ9s3hE8rfR^bNyF|RJ_tU8vT!md- zUQw?PuwNYg`T)5hbIF%n>ZCenXJMff?edLyYgd6FK@8(&FFHAEzi9VCp$VzC1PBfS zp_c)h51|T}E7hXUj7jNAH%eToN!--$0c@4iJCEU`zU~qUzp{~%ZzN&t{!R6)JZq(K z3XYzgMLO8CJ|b#f>nwQTi4%H)WB_qHK~Ihhq(OefPA(`yAsM1;4xkZ)z9vZFXqn?x<3-9TQZ^}_L2ro_b za-dYW-uHSDI{>G|Mmjz>Kc-OUwu7zbFOS&uHEhb-V#0NRE{u22glB^QTB$O^r3h8B z#iiIzvcG3BjZ-Q4k^*MU(|N#dJJakn6Oo;?$qqf|6k>%hW;ox>PF(c1y+tUn?4%Q> z7}iEHP>%bQue6zQz2H|Z0-Xq^Q;dWyf?HzzVNstCUtK8_2b9=s2fcaLBUS3Vooi9@C~hSM-%r+aX4Uts zKVu^8G|Ec7$C|u$Qr^d5(_CUJJ%u-SPW;b5z99#{Iv$7jg^3#BS@?RJc#qEYtDQI- z%7?GBDGw(6ED`cieQy-AI208mqXj*!8L8aCfaO7ayL4kGkd-5JhYlSgr>!3spq8 z(i1PMDUXT8MLm8g)-yS9^!rYP{ZEPKUGB$fTF5oW-0}>awvpUkC`KDMxL|~Ne}?`l zYPqOrn+RK{Pcu5yxU;#F7tKDIWz!%GPj;4Lv0YZTnot^khw2vx))qkIwDC2BTM1KQ zt*D@kvzEA(y{Jl6b;SyKhQvB`xNDQT`o#QCWO05D{tBlK!@GsGWd+ zun)g(t*Esr_h*;$V~ktvPD?#9IbAjp40o(5o_DdULxUJdDq7b&>+1mz=G< z=S(+*2%%XVY1hUn(bB&u3{Aw#mZ_ z4#G((x9s?-d_aa6jN;|Str9DDnpn>w%`l^OUJk;VCNC4c1lJpTJ1m;jOAnmgf8d%$ z)#k&?IZ*v#XQtmk0_fdlZPhRKa44&-Y$bd)>2o@4H)>z^E-)?nLFFZfJ*H4oc6;E=6s8JoSVK_>F|kN@(~CqDP+_n&_Bp^yFTGvE8`2Y>mOKYrt{ z@A~nh5BvsNEC2l6NB{og@BHnz???FWKmM`&^p{`#=AXa&5@;%|v0*WauG^(>MO=9S z^Oty!b^_x+CKW((_!p!qr(&SkAuw}-<)y~v!s_&ke#dB)4 zQ|(&&mHN~MyZs>MWxcpv=D@v{ZkMnsTH-cESe`w@Z+iK4vW-sCqqg$@`OIwa?mwt~ zBgwym4_YeYt@bQ5onB{Qj?cA2v-wtSKI86Rc1L>qSC>!K9fCQ|53K5|&GIZ}$;R&K zg=%&VR2B1E7b`B*1XGRTA>A!%PS?XrOYJuub)eO_5#DPyn>Fea>s38My;OZ#iHGB{ zdE3&FU{hwDo^y^=ArTW!tv zOZModuwb=BiDQ)9U|GAAy5C+g!*4Iwv}Wo~(5tud+9JRm3$OE!&uL{>91j(n4g*rL@j(K zNsrVIu0Ia^T5>+(`l%!ZBFg;sc1*jXRszYO|7nNE`rf6!l^??~L=g~J`FWPZI#;#c z0IR2cY|&WVZJq-(wwktU9Z8i3wFD69Pl@$zGZ!mn`E+uW|JOtSy9F-X>1ZttFQ}y0%7Eamg-ZSUEq~7zs+#n;c{zS(zm*!EQi;k zQpC!x=CdY1Obhu>Q-fk#NMcG`_ZDCdBv4?eBXgXW* zXQWvW*%}dik)*fLOZ5|qK#o4TPs#(VuPGJRUl$L7g`$Cs8c3)?FHV`O>D;3GYWFKA z>btmw$L#CGJo?n}>4V|hE^FiNOM~JCZ7_m%3+tRpx*ZOe$mPCNBi|jRBuZE$)f#I7 zPL#z)f#`tBNhQg$zMw08(VVn^xf${rt+5@UvA^Z7+$2^Rw z(h1#;mG*ZBvQo)n)P@PVQSMCMtD#)RTH0_UdG7W63T!M9E(g$g$e4o-I7=E3%YEBm zNa9joHh@~{`g49}FO%$LgmQxy%%#{xn_JQHmVZjR-2>uGlb#Ru{}{hho`-Fm!R_tq zYugVtRyVdEKD>3^G1EBW9d}ZMC(y#Kvu3w(g6K;dIV_89(eoCagSH}G`~r?vH;j>NRNkKR@dnE@#e`|=A9Y5HG+9_arM7v@Y2!~!Xo6@tvTM3$h z0ypV7i7x*7Be7c`NI!nY`a>nyv?RKm>hGjL+z!k~scVFzmb%Q7tT%f-!3Clf9XkG7+bM4m zGMSelVrU<$RBBYGYv(XW$LO%aqmPb#$EPQg96a|?xl6uaVkL+iIcCjl``#05w(^ec z(k?SR0tT~dMdRZOcL|KauT8XbEz0i1L!z}QItC0gUQLL|W5`%ZK|vkZ-BqC+BFqxh zyHzxCc&+4s2^=;URxp$Oxnm0M{csh591_AV>KNw@m*zwt> z*3Rj}>a9v6)?Uz%?1(@LT{D-ugD8BAkW-z>zOy-jrXZKNkWFa6yEUB?lwq>z#zt$Ym-JUt^$_K>Fsm(p#Z z?EC`n+Zdd4W74U0__jg@e6!{LOTCb{tn9|CxEu0Pd5yeq@8JxPP2+um^C7QLgmEif zW7>%0tHa?&dLuf-qqJbTa?%63eaOt2yoQ(*Qtmd!m{d8DmIJ7xj8wgO{C0ei_xvqT zL%84FEBXyZSwud6FedA#F)1Wse>Lm>5=zeKkko+0pR&NYU<|PAQ)zCQXaNJuwF~@; z9Ic*##6+bkV9uiRKum^PNto|*h;(tpA!~TXmc}FOb4Ukdd47#^4*6`GP@TlGmXA$hMQ`# zQM4&$*q2~Al-F2#b$yURYxBV<1-F8t9B|)@NL4qAuw9S_oYBtnJuUAvQvMZIA%%JZN5A>bpWpdzs5DCAy2Z2RY9Llzn!ft%l$)n(DP}uL zR1YNL#=Zv}h@Fd>UT5uzZ|fj6Tk_dBsBFs}u@5eDni2h>k91BXh=Oc>EPdRJ!KcMI zR5*;y8=MhBjo?qx9nI4xeal&Vj+In{OP9!@z_B6xJW3%09rcwc;-%eKz|p1hUt4Z4 z?)0_Uf=5(3tdw<>`8^(!Kuo}^hey=(EBHpbawtK0b%q%W#O>*2BF^oWuEXlvtxDQS zPT0bN8Zyw~u`$UBc12rdfcX!XDvd}|T+LG`b*hSssxNHys$Y>~l%j4K-*O@AK$^gz z2Go5)u+ZTy?TV*RFj`n}W4`OzThLkQGJq{F5ibfaPy#M`B4A^uGRRes86<(>a}9hO za2}bga)5!G?(h>2S;>CyygR74_zuE(Bc43=LexH$7f_I}vpv7&)B3#XY=3Px>Bv(} zS}Ct&Tz9S`bixhjf}y>rIcNsO>Vcw{oV1jL3et;Vh&>@xxI;!~x=Rf4BCCO^vh?v= znc=k5bAmor6;4&(>CLX0j&aQO)#{P3)0+7R>wxxPJR9aCm*bXpYE6nE(IBPdXivU{ z{w%9Z3nKll%PHcdBFgA7DIMTToV12v5n2%Mzr%1*M(6^O9}lAJS&`iudYEGS+0|Gy zshz$K5wl%~ySfIntb^E0rWDm{I#(0i>o2~^-YHosm9GJF{Lb~NPY6$npUYAfdUn>x zQq}Jr!u(9o@y_uB{;`ChI0huHC1;o!mO0GuE@54nlpeok-`wmX+;J$HKi8uj2WBM7 zw6AmmA}=w@ZQgm%YhVLLNXDzJ(WXkmG>FO`=4Em`8$~bIA7RQ!fWb#mmUYe|5+1*z z82jJURpI^~E@2f~fBn+Cff)VuGe7?8N8k1658waW$A2s_A2NIZr#V2s$qh@+Vv}<9 zIn6`$wCszrAix6M*@!tpO*_I*n^b^BAGR~|e0(TX^s`NG9)4p%A_ks;`0`VtcICo? z4q*Vu0|d$zt9=U0C&=T2<&s9YY8m`*Q$b}`%*#eLFL@xO2TNv^aKG4~JUr5KjAJM# z%6jaiJrk}}^w**zbDBC3Y>$?&@MY;NMJ>v_V zj4w19BVuUNi=FH`UuZe|21Bcbg>r%e zXJC(s{l zNC9mvo-7?qrFX|oqPVV_w_PV_)b5`LBq%yMC%755(So<{fC-U9IJ|p@=bzx`&5rWI zfha%jNV5-^Pp?w}KgR>X;5n%$BD@_WO6nCkKtfQkWHRUAi3RD-&=M*=8*(h8lTa7J zikF}fy|Xj(z3H1I|1Bln>4?x2(Cg?n;#kg!>bqtkAr+b>VD(8h)YY%A)sEhHtk{z1 zy;dfe|MHuU{N=a5&=zYSd-TIEJo?J_z;DpHExd)msmj?Vnqx~TqSB^&E_?D?LAU8w z7VQ?!nw9faFX&Q_@WVHCW<9FX!o8*p>PUk7<4FAb5o14$~w&V^P^Jj{`X-nBJM~;Wr z4!D=EwL^dz&g)|WQ~0A`znp+0z8Rkp zv_b95?m|j#>}fm_jw*n%CE_$+=&SM>;{lW_ek-bEu6TOH4DXweJaT|n(QwD_ro|1C zZgK)NJ`ThhgEEdkOys-g!~5c`S_9km@>oDnV8|ycQDc7>@RF&-MpR!SMl)WYWoR|4 z42IH^l8A<8T=s46g70C|dqhe;qJVaSe<%XW;BE7|?6z<^v%MW+U38v~Hk!2wMfu$~ zm(8>)v`mFoo0hz>$MdiZePDUFa%YEiAW<~gPTH3l=aJW=VFyFDD>(5=Zyc+RQ=w^x zkv6}vGgy*(XByvfmmRXt9z?*!$(-Nf)M-Bgb`C9%f2XT6`k7zQPYp`BSp!5RBZwFj zlD|TnJ#>-(NJcdEG-I!b3k&qOI}f-$5D(>Jj81P9bFh8NepS*F*C&|5S7)^iY?L;h z>_U&IJT+u?uBeBPFm{t`rK@leBX)s5POvE%|BnlZ(()diPJfmDI9LKrF(D|8^T;2= zYHoUS($P6+DtR!zNuItPMtW^()cdb%%ti{z@8*@JMhV;W2OSTaGN~;DUdO0?%Icov zTh}S&S4-WJZbC392lj-sa_RYRXxn_7RhGORN`%nqPqXDE&Kbm(8a~Ka8(cQYyXK$n ze7y3K#K0wrgwBV~)WiMc%~cv}r&1E_zoDRjB7@C4V5fk8(IhFkinCnvv$K-kz+AK9 zz`{a>SeJeal$zGpe)G3)yz|j-KK-{3eekbe`N7}+_<_It{^MHw@&1;|^t*RH`oyRH z{?7M3`sKGDz3-Px@NV$e_q=cEAK&=(-@g2#zyIhDfBXH9mj3>e_x%0GpRH8a`s;-vbn^9zs}{An%e>Oj1B8Q$U1Wkk6nn7PP*%lLv zHNqb@JcQk?|5o%gX8hq>u|wL&l;R=? z_e8~pn1w3y1CTjGP!aS9y3woer7wr#MXGHKzzS0@oyRUcgGSlgl2Q6JTC;9d5mgnT zDl$k8(Tj}LVu`g;_hh#23XrZT@lVO>YeTfHoi#5bPm0a3##PXllD*%a$!E`B0=HtBv`JQJXk1QCiJXws?*ld`%S89@>xk;}p%Pr9> z88dc^>HM@}w|}cl&2mjM{QaSW^JoG(9OS9e0v?MU_0SBUC-s>-;~Vl*H1^!&T#6H7 z6ndTWcop`}EX^U|F93M-Ly|n70*VJACswkziqa)~-3}Y9EzMXyJCpnh>0(oo;C?ED zN)3bWc|jXf0|lw2Oqg7#lRD6omGrr5%yirCR)qze^4%Z6{8nH6!7br-^S)bzt`@3; z2SZ)IgLhjt=bqp0ykHB;W)B-*x_;jI9(ktz4OGIflKIzc1&{sm*&Ts)ZS;oVr_CH? z(bqnWRIO~be~p)@f9|8G`cxWhR@Up#)1Ifj%WL9Tr7DJJjZDBD`zaWNWj;rc2JsUD0e$6g^z&RL&kTo74Pdpw;aVH$p zk(Hb@tA;PLoKo;@FuP6I zbH_J22f={ytRtx`wBFT1>lJi;dmF2XETn0H=LeAE6u$AWr|MKkA%Tglj3`fu90rLc zRy%!(s|KEVzQpq_CL1trWGEKcw)aSVNKs7^!E~QIKb0_#iy0=QZ=oOL>-c9$?d^_K>5=2I!SR zp2Byy4~Ah6psq*ezfuqwH1V!vWQEn0)gUP>q!<0VSRD0h9)n_IsguBt(oeNHFTWwy zwy5vf8HaK57hlV&2qikJ`!;e@9TqbVmDNg~y7JgpxikK@3uoMvd$n86;ul<s(eZm8&u^}_Jo;k*#bnn>6Wb{ zY11WnIGip~v>f}db%`o(=#nPH4b~>jlVzg1xyWpGVPVDxaBOTX@;U^C+vM8$b=5sa z8|U9yspR}=N%XWNkGE3Ae_*Bl6J2svs+he}$$w&{AbWCF>XpKER|R1E8tkm&8ER^5 zqzNHDYb!S7v1`pa7Z&(On&8?X90FPfn|x(NS8S~CUc+*OM$ytedg`kG8a8E-5kU7c ziCq$2&vUF_kSf3){q6JL;FTOE&xJk*JHdUMa$lyb*_1Vza+6c|Z!k}WpVWV{Wko<{ z+@L>4$H-un`~BSQUEOjGYD@GMWG5&+|Fc)jfPk-I>z_TEv?|bCJHHGWPGTrc;P(Dg zm%Mp?$(v36eC1=b_R7ZAj*e%PZ1Z{)dOZr3cRJN=&>uG2mE>dxkK&o7$IOLIyJX zqLs@pee5Sj|4pkXrSKy;JQbY}Z5`B|Ht|W3kt&~6I=Q-mg1t9qhb~#ab)vhG&utNO|r@sSd9QK|3hTSeT zD`xv7wv)JfzJK6J-9PZCUIOd62f@Is6640Vd1X)V$x=8k4{?wjPcN)oO7AS>Hwgb1 zrCRq*KWKr^cWOH88|y$j8jF?rWnDI}rga8?P}0`G%qNYzU)8aek7Qo%1ZJd;Dr4i6 zSYl6m2I?2CalxULrp(mMCkczS<Cz~|D+v$;ZoxC*- znzL=eeNEdV9e>|pAk8gHtmP!cM_f`qJ-1Dn_|Fmx3H&&BpUXS2Z!4${H#sY27VOK- z>rSn*&tl&DJCE;kd%J`e?KJtjKKd_txPHcZxPA~GUEtyRnJ4#f{nlBPT5Yv*(Zxcm zta16{@Y0*EwKrFn-nd15T)nW5$1p;l$HR!FeZ%N$)xEfh+v%!Zt7hu@WJIpj*Mx74 z^aG`FgNw?B?Q2EdZCQ~qWpvpM&z6-r`MF{$Ontc*-cZ@>2I36;XM=e=mUZWu+U1JX zB+U4qIKP2I9IT+uz|UnoVo=aepoasz})^p&Z7^sN~WSDa6H|El? z3YGo1oTTbbaeZ_uq7KJ^i=enT1h>lF*=Ddj5bZ&nt1I+FGjxG~M?-3~)g;^8o_vVA z&G(pz$$p)k#d^dmN}OL7PWgE$L6{|r>@adOjHot@(jcrSbYuE6aaPn37FKp&eIuds zy26eTr}vDDKkGBzLQRaY?%0H-oy?kdd@0z&t%2mjaMKk_cN#ai$)a|4+i z1tWa3UI)|%mIWYoK)*I!X>%bu;eh>cUGnj%Ng3jA5w%VEINgo0{>xf4#yB}HO||af z))Sa+bn*Zk^k0K*0 zP}+SIoz2KG;UoDD^ z6CNhdCUD@OszefYIx^qYZ-xeUea3RM7bo>CxbD;YOAm9VRZuL-$t@jrgta2RNk+uM zjj8|I@KUt&c3eeonk+A0dolf8TVA4{>o4NJFX70I7x7FqSu|@e$$(VTP{NOHl>C<_e$;R*s6Kh_i}27yQl&X;Q$a>p{8Yf z1#UuuOk0-yCJ+9r{8xvbag_sIYuszE4;#5((y5~V#^$fDd;NNH7-wlhyAzkoTq(i2 znSEXO#)XCEZ)JoAeyd-G%YUtlg$eVSHufaieMEQ2Uw0{8Hz57AWPc_WH zzkC3?eNYM~yar`!3SBE!X8@P)id84)IrZ}P=UG+sxSfXtAJezH_rCq& z$&-iAkH7lx$(`E|kH7Zh$v2LVC&F3xd!hhgRZ4c-zC%hic3oO&(!j%RTJpnuX&g2* zWge3)BZoE-DO_<*`@9cG5AX0$b7;2Ju1x{_Ce!ELMk0W_d2!$5wa@*Y4x%VIUt>-SJV`q@*Ms5(+Hd#v6uq#aZgwR7 z;H`MIp%22|i{{*rGpc&tf{*IV)6{sLti=ca+;MvSo@%RAytUFx3LahZ&Cx!ji}Rkk zHp|{Bfo(ikD4s8GpQk!SjIZl{sq@&EQ-dONz0zga4%;ROyLUXDx_MWxxQTww3;unAb&lXc9suPPO8> zUMib)JebQ=qJ}aeyXe8Bc=EtilK0Y`CX=kk=~l|5I)4pX#XJ`cX00t|BH>w8QB}CK z06JVEgdl_}h-`;TG&&avPtde~WhD20J|kO~tPyEYYRP49h>)f9r^H%0tCrxDqY`!y zf5A(UUi5Li&E&K-%LHO`?A9BfmW|pLB6%*hI2tzK?p514a)I~G4q>CnsuMuwzxd-m#q!i8?JjYj97Z8YI?7U zDbbJ<+}D>%#!uMM@z>&GOt^{%wo{`<`<9_rgP~Rq+%!@-iu$Z2ZvjdNd1ej!suSQ` z&Fi9_u^?dvRNV|NrAI%clsqhRXy*x~y8$BE?VKBl`R)*wig+>BQHyh0q;k4@>>Ux4 zfkg-`^`spS^Ul;Wd&GZE=R^dFwQSTrc)&VKjdv@`yDnz6!vXb@z4Y2^{s{rRq@P4J2N48UDfzEE1y*Cdb zgpb8cvE;`*%iM3;X_>hXkolmxs*Oq7J}y7q~aCwEM}r^ao_U0hg95GQes z*EPL{q@nkh!xld@{YGVF;0dVLJc;Td?$Ns}ysUTm&CXIho6fw537LUg`B@>$D-R>s z+;ix)el*ZE;@P0^fXmI2)bsp}7p5t+;Du#cT_=FZ+uy{4M-RcC!F`*)zEahppsnd2G^z2M;{*TQ#$}G@Fsonbo!{;pu~R+~$o~1BRE`7>7;w zC;njYkA6Ev5K(LZeevna>U+FqFBXYKzi&haC&Qo-`Sht66pp-^=CBCeFCIeu)Y z1%DO>OYV0;+Og)|74zPvCKDOPZLy?e{?kK_P4unpS@t3@6|+a24IN{~>VSCnVpjGR z`tLTx8*RU2B>l51>UDk|I9vIHHcRcflJHWMy>FmX$gi_7s& zXOM1zS%S(0>nvR?Ag4&_c{3RuOTlAtTeIZ20%jz6f>UnF7aNr) zsd>g2%&5dzzTF8<;w8?!W;*FkfkVi9qni!8xB~ z?X3(Ib`@h%ckC}Zt?7vGAD`q6=XUOk87y!EJ_!X9<-D~gNtdE>>3zb=RN{-#_5&tw zom)CE!3)qPjZZ%$Fbscp*iUx^y8L2#(b-t3t11_{;l!119nYau^$PfZ0|0phehFoOGO@=0`*nk`*@RyTqmPQ62 zA6!f9z^TY~kJ);M{f@N+OA+|OxmK>&ff+a6kkT7|3jkT_NMyBlVV+1{1pR@CXbwQg z<@mYnWwtZaYPBwXrSa_60oLT!%m8U}iY(2Zb9koCe!}>NY8?&tyq$mrfvgHhV4f(v ztjCt;Cw@osylK&0e`fY=lE=0{TMwP&;8O8j8vBf?cR37~g1;bjDxT9VXEVAlu5g5> z(9Vyqr|9a9Fj5nc0iBgnHzyMPAzYC8{7~VcA+)8BO!= zajTpsGHjVn73ec^*wP`QitLRMvr9+G;V?S4j@I8`JLx(WYK>I8)k+&$fz`@nTn%)T z(>PnEZD1$TxzTR_X9rUJHqoBe@S?YvA>gQ7+pZAHw(YYs7Sx$Z2tku^R60?8Ds4h2 zlRqtDLN!Ji5XQ9e<7DIUvhQt~n@8)GZC{^Q58&X^p%?vBY(A%xKPYh+LP)=)LG`~& z{ef1GOZL&}2M|=ui@Y_{AQL(f#pQ>%?gdB+W5*|jjUD(lh0d<4oCP?85%AnKI-6HB z;xalE{smAPa!2GW3JMMCJ@>2)^if@q3KqmQx~A*G*uHd^2koNZ-u2|uH_(J30bPCD z<3%t&Xlc>7=hKXjngbNWv#XVGqGgt!cu&a62I=hg-)Kkb7zw-BGM8=2BnZu1QqP%w zMpUFR3^CK&w3A-gf+dY@jY(cxU5HrPeaL|W^b9p{nR<+OE8=uAo7?lZ@7L8Qy5zJz zhn*+O@#?%cLCGd7_{L!EkJ#g86V@5PJDt{whc^sXjUTJ0YCP`OLrz(}rBsb_RM6_8 zt#tN!Ol}oj;WHZa=_f5wf5GuwNOiLeP$?;HPHVV`H0cow{`m*XY-s}{o$#}A>fhXgL7V@t( zj_(5XEqF|8#kDSyB=j2RIi^%<)%Cb?_47DF%hIgK&4_oysrQ3t!Y9s;%`j2=h+!`V zaUQTjOW}-^>ih6`_YM~`3BB{StsAwLyp9TE0BIDj1GTxJq2{Km%j`CmLanm5IE7{r zVL^lv{5~`9;P9^iB##!r_c=;N;~9gb!d4tTkLhEA&-{>ul(3P6J=ON<3jGdK;pg{a zgA#UDE;j$sfF~GU(;IFRhP&xD+@Rgi{kN|BH4T7U)QP9I0-ftkM-&{f3x}#`aAGsp z{mgYYb4{6pp=r>$;Ctf|lxirr0gmMx>**aBwxGkbv6b2}HvEZnZ@ zY@P)j>^}E&ntLl_rqR)lT*aD$w(Uj7(H>Yo$4EOmAZUT7H31E(D#Ns_d02b&)eKPO z&Pg=Pc%_$v1@Se~hFauGru{0&uxvLYxvwb~;~N#B#?j<>A^xE#Q?U`lL3h{8cTTD~ zc*6Y9b!?kb6jpT$iccpmi?d`FH&ghO^B4+X--1>V|!tUoNac zuO$KgTvYudJp0-$PZN8U>nGO8^$&2_0(yvra-}!RQHHA`+C)3vjOzVnpCgj9wktVn z$ILW0N4fm@F(}^u0UpYv9iGrC(1Y^u<%QQ%K2JD1vGz2O< zhX`Pj+H{O7diJa$s&jPdoM@c`NI0f$0Q+HH--vjeEhs5(Y-;ifc}Gd`-7rPlEovsr zrp&W~X$Iy@0EU?Rz&`*1s(`>-a4Hj3;WW*Rwm?BjUm=0WJZI6KbAhA?>RiYkUeG?J zc(23#Ph5J6+tB0yo6fd<3u4}{3FOSwQt%cido%pGw8Z86DR4#%8xwiiWYCc~B^hch;Ye-nFI$;t z_fCy}Mta?l9tl@NJSDPk?)w82PhDWK(iJhhP?qYvll{zV%=hcPPUvh#;v`<|UMeUKI zF$}DE<)HH3q~-ld15~B?@^jZfC}f7~(N+%7N`pex9$&v(YTHV_)^-C0IP>2oQmvt#?)Lp``?7;m&1xmmsYJ^6t#oNU)TX?% z?<{3;q;M_!#bBtt+xa|wY@+?71w9ptktUA; z^pjbiy;hDM?ICxE)k($4igeObaLD7voX`=f@}UHaR!O{J#r+qx)-;+y8lSzIMYgU& z+6EeVO=>T$gem$=lh33397~Fm0VnPFBT`w@U0wAyUD#~_7TVhnVyfM>d= zrG!E)6(YtJ714WfIb|{`1=UE0MTMaw_jcXVz`HO|IDmJSm(;*4+$|A!(kA^|7U&xS z4je-ZtC8N55rw3SU@yVEZ)5C(Uu#4oVB7tG#A`Y%^b@pCD)VQ`P>i0ERG>Mv(A=KcULM6CtYik9g( zIJ5yzi_*N1Jdo7dX@Xv6lh)|4Yn!Q-u0Jb z9xgxOrY>=cHPw4<+V>j7K*$e*tN%oL_itHKvoM#U? zb&(zN?~k(w{Ckq!<=^}d_vv2e7D*HqWZ4FBU5PR9`zpEJ^ zX+W^tF$yQFh;h6o+v{oE^k{P+zzxP!7pEj~&TzXSONINi3aQD&K)3=-lVeh5E0&-T zz^L9`Oo9y_8*f;)3hp}bG1m4Skk)+W+kC`wY-TTd z_z@)Thrl0{`;>vMt_fuOlySo{YmF0$I-^?kjg&^YJ3VL^76TH)+<3x{D>R}6H-KoVVv}xf z);7>*=klNmA9p~kcT^Ao_%f%Gb_%~g-Fd_#k< zcdrUxxJLiQz4E4CGER(xR)Z+b6=6wgg+B0IC{+@c7_&0^sjHp<(do_Tcts<&hd?#R zKBQ_^NdSLm*@;F1%Pi&sIY0Br`6&S8=`Hs@IR)6BADzC;(AF7#`_1|2d{SR%1dTkG zp5EjVLl7bC{6Ga-zEMmTD;)X9J`e_!@W;&L!QPM#vA1}TA}u!~3D^MMepLs~yIGF! z>g=K@i*WJ+`*CPAij6#yN|cCooI@NzqfCuUO0RA&i&rAR_IIguy)sg9LIylGT4y8m zX5XYi{iwvexi|oN%C?%`ttR=VcU6u?ve!dXPTX|Ew#M3@{J12cr-<8D1^`P7?16Ct z;Sk#hr$cdZFe@!b8!1K50xb4niK!uv^3Y=_X4bV4`S|F4xXs}o_)FOfd%!tEn1e+1 zSA>y;P-gly6o4HB6=P{REtmvw07U`8nS#Bn=)u- zxnsnFUJeH9^%~b%>7l*ReGL|U(0g55l~>9?Zv9|M3?uBrpo%$5Q0U6dPD_Gyi3<9M zUU)UfC*P-uLH-b-p=LHaCY8e^JWG3Z`E|bi?B6rdz7a zgxQ7|4frr@u=wz4L(Q~hTo7lakmx`wVPh{^X3IZH^G{%3x|(}jCf%v2H5>oR75l&- z6D$bkokgl1X5bjB$YG-CPGapC2=0lmJC;k^5?q&6-PVRNKtDWlCiJLkTxP~1PT>Dy zQju)4hY;kJ6_k5c5O~EoX%;YAM)P;nIAV~+ot)Nec(7##He{LI2!N{NQzLg+*}&8R zM+$$bi3<08O;(TINT-N%`+@A$MSWrmA-OO5FHs18ohFqJ08I?dPKJVqrZawmy@1GR zc}WUqaMJ5@y~V+9&C&(WJuD^moLyMiQA)XR`n(n zY9_gZQ8ST&B)*t1EA5YKJeCdif59D(npey?a^KP8SwD30j8Tpmy2D&dvf0%BMNvAl zIyv3HgyQScau#^6WQMiY;p1`Iq^~ugYQNP0O5}|K*h`EMhs#Y`LH}yU$UC&-XTrKm zWMZK^B%CJ?cHuj^#EqikBiu#(zmFiK@C(Ga(xp0SkN)Y$I{%&N{Y@SUw*^03eWL zY>{~Z1o84TuR;!B`Z6)ChrrQVg0bPymnJ`IzeTp=5i?&X~f9~^yB&+PZWW2njI$0M-Gh>AD z4EOHP4Tgd)kp+!NVHBQ1hG8nHXW^~eH<@Z%+!aka?H!kp5#HDk^0qc$aA6K>DTA;F zSGVzy|8|Z`r}Um{mX|mT$omch@*~}kpFSbhhRcXjHl)ECsjPkOYy{Sc?Qr6xk&~Unh-W6+L%{wKrN4lE=t=dU%2ptpJH_`vE#RAc4cSzMbhk-mcQ6+B1ta2oV$*~@HXWg^ijdH^MTv14*>(k3PZeSN2Q-|1281Gz zBJ`=mXhu}l&K(xR#8NY=0*J3rq#=*V>?Rd6GC*numpJJxJ}Gs=idW3S+d+(?=pcC;W_Sw}PxNAzy39xj?KYME|WEP76Ya-cI)FU6Fb&iUT(t9Gw4qk%=v5+d&!4K*gv ze39kGeFE!k5+|RYU_tFX6gBF4&sSW3BK3LEW_?C$KxunDFG;DX^r4og_t?S8B+Spf z*iSr~#$EeJ1)0+2*L+R|hkl+}Y=l!YvDqw6HhT#xUwfeT4sw zjCbdcKeDw-0C&7=ainjTV|v>>WCO1pcB2DF^TJwe`Rx7^0Ef3lE;Ii;!IMJ_y-(TJ zePycbqq?f_G%d|j3fd!-!TIDYdO-{+g0}3BMc1CD1dh&rB7B1J9Pz*<^A#0%?ffqJ zxkDFuL0ti$jVw}fafq4k2aia`*Ym*L%zkr{+K?V*g~8-- zgTH%s9&5ib`MTROz!o?%Jda}pmNW_9nxW;R_y|%#7RDDMvb-O&?z{7;cJ=CDKZD;T zc8^0gTME{CM#w&V_sQ z=Fn%hgvvh*!6k zZmX>vLVT7jk5(jh@3#ZJzBAS^I8$@18z8jxH8SS+19u2I@e!Y5;k6jOA4z3RVjdqK zh0{y1;_cr^F3%Wftxk>mNXh<#n8mRL(d8b!n+T=tGWIuEOLYWDz)H;FG7+(phURzo z0xQG(9ldk7FcnYc2g^a_0yU)XUQoqrioM`HOe z!q8%ZjblSQP`hSqq(8d7g9jhh!57;)IM?G{8O;Rl^d zy4H~N*mWa&;GYgcX)el@-!C&9I`VY?nnpvOJicd6^PMuY5iUeHqRE}{u#3n|Rb07p zA07B|&zA#_F^>2rN|?fjHt6{ZM+D6e7*e(_j6M-+j)EJ^D^Csa6dWiFwyA2tXy^rj zE9O@<{(z}tX6sRT%g+y9Naqz3cJ!zuRFH3az)JUoR&+*nVD_;54hyW;;re|L{EgSB z$h}NxG1OOCit`B+O@LWprSI&!NKatWxBF(*7fW(dEr$Dv#GSi$y1sf<@*mJ7xj&uM z0dwUGtrj>bSsC?ocn;Aaj*c}r0AEAXePEy-1mrrXQgX)kcwXroSp{%Gi7Z?QDr|DB z)-i;EPdwucE%=FQcxLH$vBj@mci7ICA7S8+>6D|IFH>C!FrW!?x>%C1Fd<=`0ho{d zpe7GV+We4r6S95V2Xp*7d0P5L*rbx7ZT)To$tHP&pd9E!K;AqH*d*6ee!wo!E1(fI zKPXD#P(zf&4<>1ufAW@+_`xI*7mJekfs^b`&1(CQq@jgSai~vJbKUBko`6zvflc=I zzHVQ_!kG#SsCkBZyd!ebnKv(xklqdN{PDrOv5rYXmSL)X11W6NV1~0OQsXAPoDuTi z7K71gEMI>@5?+yj#gv~PR|-Vn9Jn_$eDaYMu$Y&fL@raTCq_S7>lLj@ zEHt{69HfnZ;>OuOjNL_Je=QuxzL$eKI0^(lO9TBZvj=4}1rJs*RGhN2>YK5}QST(J+k z#us#heD0eV!8bcR!!c6Zn1*_qpZZXZk^LAuJ2VZ9EigZrbuh3~EFfOB_Wtf0=zg|) z0^UV>D#lbn8IQ8>-tqEArUPUs-m~x1Y~N>mlS*yNQQorAh0&Rt(=B*J%^o#V&BI@q z>r7+t4xjJ&rLPBbhgph4np<0MLhNjfD|aJ-DkO`r17fQl(*&T!PcT7l^xRt>JT`>x zV#jSQ=uzS5u^mG%+()lg<9p3>-dj;L5tYZ;sst{Ej;brqULw4ifM(}RVenPSxN8#Fc8qL0;MrE8Kg+Z|I=|0>nddqrBu zrNAzCW~{w(8e2G0PtjK(%LOU&I=JyTN!@q;JH?W5=#&!kjnRiP{5eSaMY$0~pQ~aZ&aIfvA8NV*si(c|D^1)C#zYwmFXLWEE>{XK)adfhm z%0Uk4R2VAJ-kT`_Q0@E zZyzSp<-uIl`)1N zvvMHcsl389ee~@>5i_ee2%@$su+qFmZ#Qqz{S*Oq&H~s8mO@5u(5!L(-OM7NOTnz! z$0s3s3FwW?-49u5XKPNaOezY+(ORWZn?+TI(JJ<9sd{;kgKd{sy*Fs*ADL8O_t+4_ zxH0oEGF65aOz(BR)UNt2@=_**iqL5ALoGTiQE5g|_?{THc3L})1)&EVw{KgW`X?8A zksKL}76CMpN?@$^Bw0b?(7v_v!J#KQGa?2dw}gCG!}`u`eKUYbCyl>8al5EX6lM(k zCOwS`lw=y{m<+ry_4WztZVYaqfaE5ao~U#C-vg&^^W(y9dbwaHoZ$NfI07qz~=3 zBd0{7g^3TOYAMwxWp#r&?AKV=vPSPLGN@Z}ZDVstxb%^hj&V9stm0s@6lLsr(Bh^g z@5ijP+q88&$&P`oomZ3qEb!rRY(=A_6xD14;FK-^P6+@h>ps#P?}}HRK*snta%wG< zK_$t-l61DW?AfofiIa5ZSzqoQN;-xDoJ_|Ym~h}hlE|qj>1E&DU9#e4YjilZbm`f{ zJ(yAiI59i~15aKtTCqK#5kVL4!2uJH4^@ddD5qviu{Skt$HLeTN*|bkI*~zgb}J6v z$T$O8=+Q6CN(YwS(s*07UfOw%wlG{^tEV+^K=bpwMDNBF6O}P zvj}6_XU_5pjPWUav~jvVy&ZhF2DeBpEmEj1!R&@N)rP9TmbJ$C>9}?o{c-eOWQP~2 z&bj72G!{2Q9k9yrY`aVa=mOZq9ZUTxuw%gvGoCW>p5wh6;;k|D%`!Lt>PwGjc7 zqStB3pu(81m+YQ2N}*7}k7UQ5a<&QiJekI0ej@10Fd2sco}sb(4Jxxpz$c=dnf6I` zaj;LXTvUN%R40K&z6Glv&`reVRQ)?CB_2eLZr`Bligf9@Ruc*YwgX#OALD1F0a zN1Pi>23cJVr|%XHl;b3ddn6dR1&rB6R;m8s>KHZ1@2 zX}dvL&j^szzc&lSjJ7tI2eJRhaK9h7cu}a!->9PpdfPqOyJW`7@`37Jf1+Ci62NrCa+WM41(d{gsU`ZWb z_CwjtCCw=xHY;B;jVKyqR!RC*jpFDR`fr5wH}*fjfBkyINAzBu`9L)W=11y|C4|9wB~g($xe0RS~n9O5q67mb2nVU&BLQlbU|D;r(RU3$l`>AI{$O-|0^2 zxFg_Xz|0Qb-Ms6NVoL7}f>Ly=VCvAt{z3EixOx6*eRJB|a_X_&OGq8+a$!z7;ff#l zE51Mc$_~E>!>@SUcqn%9@b2B{=x>b={w{IbK!OLi(2|y^y|@ci1)oFy|V4!aB2)!aTzx7Uys!znep zg{O{87Do#1MMvzF9$U7?jEjD_DVz6{7lSYg=bHhG zA4VVdR>jUQzi@nsaz20%T^PqLZj58clLZpI<%1oiIOp-j<0p6T9p8KW?KDEu^R*#i z)VIHN@A&r9r^kpINcxjhc1%64_DX5cXdJoN=sCtj&;zE%QH_2Rruy7?wy+qw1^S%|J z_-?mzB#gq|0J+2M{Qp<9{1;ZV3)`%Jc;SX8s^3wzt$@@+H%TStV`j_3ppBd}F$Y|qHvuKo`Lu7RrQY~lL>+a9-e z%)HatF6sgComIf-h7}nRw{s>k>Z&#Nh3t^@4$Q%b4aR^ft_bQCb_l)BtPl(X6o zqwn!)f_&#hpXINL%DP#=T8(}4Od2d}kzTt-it1Mvg0A!C_c=bKj{iHHEdt%^D5*NF9dWTfKO@0_7I?a=lM3Xs&eN zuEwL8)4s2=`-TVMHa<*vx&bxurNXMd)+etD{rbTi_EpA3OgGW+tw-B=?*h~143?d( z7f-Z1Lugkwl(TBRoZl@L3zB_Js}#6CV?Lv(()9lY2d`ZD_W&QpU41qdI{iB_Z>SDH(*^+Dtykz~<1>sA7H zTo>!f27!pz|EZz;b75-h@c6pM4PE=hPA9CL7VZM0U&l5x(nWQbX95n*bViTgpvQ5Jbf<9?kv12K)aAFu z=)fp4>HvwX$SYT5K@_v?_cC-jQTUbS^ugO~xYy7^SAfy7z78s3IjpS+zoig|vchLQ z9$u5QHnMAzc)EM^!}#TAe~={CPBDgSX}pi9+O7`Ai7&@N5Yq<^4!gYIKnKft6QG|% zq}9cFoRH+{x_iNPAa)!62u0IN7wd4_0)3a4uH_+r2fS~q#PD1%HA&~bxz_dDNZC|y z0(FfmS4P0a$A&ZCUM{@~N8?j{QuH$P^_v~WiMHb>IuSETgSOMiEQ&f@lE=p%m66d_ z@|;QXhY5$7Gi^VE-9pY+2$Yu&JkushsZkDK;sciM|EMZTZdU4MIw9;Zm~_v@8FDd; zai2JhFc71hw8NskdhatSso7`|z?jr*h!51g@GPcNjVc#{OLlt&y9o0OjX-v#S(V(9 zcqD0#6&DX&H%ta8qk`&ie}g{7zwmw(VF0J6x;6%IFR^kL$H$P!H^;|mS2Vu~PCKXq z>9^y<-K%}8HicUh`c6I09Tk;&?1>)xDje!R?`2>L<(LdLw1^dzVB|&Ow zKU(#?Fjjr%i*?4)bn}-aD4t@zQ=?X)iU7F#=A>oMoD|)&WN@jgFv z78(N)?*J46r%_^jg*w=(I+=V#D4We-N5&_TVxM)K zTlv1_cf$cU6N9Pu%_6bvI)UJ66##&|=J321r2x2$$2)*Ni3WW`4P)EgIAKuvxL2R; zam9vyeuijKVb}WLy(PzX|I~7(Pt7B|2Dnx2^FQX2ZewQS`fCcj_|_ zkTx@l&{jYZs`6ouxjc*5-}_nhnjgLfaKsPaDvQV82Br2$H%)$O(w^esan;_h0BJel z#hE_WhtM|W4E7?k#f=W~{F$~ujFTS#uJOaeDmPU?VmE(li!5E@Q%v67>NP$tYTcZ< zjI*;lRohnQrtSRXL95|jcg3%_=kpiU{rnYht&I zTH>PB^UzDImw%x(^DkyN5>L}rzQIinK4jk=tdG8wttkXiXnw&jo7)mvcotMlY7~Z_gVxebmVHwHy zClDZXb|dAS!LLkqr&i*N(*Pa^sGm5T2WcCnD;CFoujU_p4KA9dR4bgR&(F;+2wt=#5qmG=RUpxVqH{V zqIQ*Y=&;{`opJ*VwtN*Q(?RDiUem$vwWF#KlZK7woI&tjlz~_-XFxi>_3VKsZ-~%V z)TUAHVZ}9DBtn-8ocJvAyc&GQY<~683rii?vi7YKWwD*kP_XJ`C`1Otxyy?ZSqgA7 zh+fLWHz1emn$+8aOAGAVLT8P;DR+2107yq-Y4i&1pEJ*nhF~AK=)ASif--q{)%SP$m{ znDQY$;WF+4v3B1ThX9U?9fs^~(@yMwy(yhBD?Hr(29!Yz>sG z#>FkcS0{VSK1ZBn4X*NPQgf?ugmy5cP85(jq-~S1pWPn8i$8?l8n$_d^BQ}NxMsZL zg3m$@1ixzLhHXaXMZ?z>?Oo_s;|rk6H9G+h=n@7tz?X7GZgr#1)I?()JwRSPW%Vgw zS%m!L^HUvP@Qt2Uik)GDRUL6qPILaoGH#6C$cCgjld#v2-o5`mck^RxUvWk9;hisT ze(2%l`%$pbDtnm5?D@7FE&T>ywgvBpf|Bl>=$+h~QSDp)u{JuCE3-?otpYmD0=kJH z#oKNM5~Jk}M;CFATpLqT+NYTvQHgt&d;VbYO#fu98{j@8Hutuy9i&LXD(pAax}NC~ z=l0xu)!VKa^Cm4+ZmS>bl6;{vj*vo!OWgAn*6T|*Z~jY=@4o}A$}Pak9)lE@$FiC+ zc%tX#Z9_jT(JhckF6qcZqoM^lV zz~|c=Ks1|9Ko5_Pbh#d6IY(k+Gd#3?9b|HYu=$?9ZH7&~MJ;x0gO6gwoQY5CFc*&> zIXVL$WE0K*AH%f@pE7J{AVqq8fv#?kC#+(e^t!P zQ-Zk&+iR@Gu*W#73tzKkEN=k^Z4Sm*yHFTGtq(z!Y+DvVAage!Nda6?1b1ql?=gJvXN5_nwo9KVLU) zepY{$etKx-V3T*lK%x$1R4F9Bs49_Un}$;pkQh{>d4CQLb6mL&CR5-w_Bm3Q=pF7Tds6#>5oQ?XJL*BO?bDBH zMaKAoFsC$necF8SW`vDAo9RYgo@R1FfrxcWsWrZ4-`f!KfDQQohb6w)UORHxiUS1u zpKT!l1bG`-?B?>Eypa|~d(MtBp{zxO4H$i|t9qWADh`ov3vClx(d?%dm4t0J-eAc2 zFKxLIpx$#z9v0|QRXQCa0+pSK&a?9Uvz$91hRA6(2G3oJ)Ft@{wZ|kE+b0=0k#S^# zOQ&5g)Wk|ZdlS)q6=r?d1^TMv51nmQ1*(*U*X9!XpKV%u$sPX)w;b4*3r>jL**&eMb9kSnv@>Ly76?TM$si(Y%=6{A`pCXU(E{16G6Ln>H+ z9Lm|oKl;j7+zalg%myKQAisA~uxGPEMn&T+;yr?GVq|Qdqy$kd*f+==wf_{b1I zT0m4#k1F@r*=RcRJsnM@(CSIbn)f_m$H$nUnRTKTx0so+xge3<*4aP7N9tY98*bP= z(rbF17cH}>-o&@1_X_cH)NI{WsQk7(Y}svUZm0kfOx%q`K0fxzo+24tRTdhg6NNWH*bUsWsP&9yc)I^@lIIjvR6(?QC!r88o2Ne4(mcTLtN zJ5(>k{<#n*BYnX%i=+($>vV-4XU5SqPqlk)fE?JHmmf<`cD=DLdZ{6~cOiO^WX0zh z8-qk93CeV?G<50jl~@hkc=7c;Qe_S?-<;`x5-|)1ng#WR+b!&<0K&vot?|AKnPvVs z-qT($5{dko1@8$nl~#Qp1#b3&uT|MEvJPkDgW)n2qt%I+vurxVr;6WqG>vT{758c^ z#zr|B@ZOu5W>J2B=6ydL%UbxfmQrmQjJDyHGustq<`rkptQv9>*z3)|Hj|Gj-mNy? z2S$I)!Jm8aWw0c!UUk7;29r~et!dt$90+H4v2w}^lG5#Bk}yDNhWEGob}RF{&V@I& z%bKf*@kV5dVDB%ItpiPbFm(V~K&HRVVCUc6z_3qsWkcg3jWp0Fz5JolP@k zc7ky$D@1iDTrl`?rZB~{5c@L?w(Yq&Kds97P-s<5<82^|9y`sbQ|m#;;cIaY@Zw&2 z)7=3WtppgY02pS>A&VGzNSuc5aM?7ng+q?m1D?!-Th7}7$hMpupE;Zm-%^Z`WvCHz zj9Cr&fJ1-f%PxA^M+n5lOat?u?XMZ;6^G(jiJUuR8V8UE$ScGk^=lk}lJwg#>vE0I_O`1L$s9 zCLuaoO*ljC-p3b?uu92%f^L7%fQ0O(TG5(fASvl7(KGc|>=Z1$-$rIyg}bdD3drX% zARRI)_LHejpQyg2Th(!^ma#ZGt|_>c2u=+h@K+GLW*?!ol3i8{7hR6{4j!4A*Xeh$ zqC?_+G-JlC!Cswov-9+u+_fCyla5{2^Um9kI&W`ie;rw<;p%h8?BxeJ5$mj;8#ikx zcl~nR?r6>E7%L!kyk4`%3XX6jwjszqgEF{#me&*)>&#$`Zo)wU4~gcr2kUDUS>hr} zrk0`TA^^whefw>k0pma_cNRR4{%7uJ_@1PL`p4?E{m)P=o(-zCqZ+AwlgB&-)^NY0 zJxE*HzgJl2OSz~ep=Fv%DLiuBE{vy(4tQYzl5*Ja6)gNZFT@7+h0t*G!mU(m(UT@#fm`Q#VYmHKt>D$N6z zj>EJca}0AzYPg*SEu1Fq9&=5=RV2Q7XyaN-N<(Foj>KR%$!M4Fvdr%%V`;}wXLDr= zmHPvnJLWG27qiDwRz}7e23d;TS5p@tQFb;lM~1^YJ(Y)NTAb+HK8Cg+Sj~e_ZWlw06 z>rAIpuRYx z-WUPrrEG??5zKbn0f*8+kp)D+GnV%D>RUcD$~#Vp^ycSoO%CPl`8ayg`(FBw2TE`J zF1I9+^YeT`ujyj}h#sRe9bi`)K(~89n#tqrxp(h|m zuw3TkWbyx!%ZzH=%^?RfS|3;$=j$Vlz;%kOZVi9PPf2%<$i>DO5f+OY)mhbiwan{Md(^57%~ze;DlrrwcX1`Wp!_#b15E2uSHX%*VKC;x;@A# z$7J)9Z4UWd=;!6`QJ&M$JbsV#`fJLWKHtU6kN4QGNv3_yr*>(E9kCy5-b1X=AP+5D zrlm#x}#>7FPmCl^1VnH)Lgy6 zav$p@6J&DzOq6(3}#l=o4Nf=(10M`BGOY(tf|$Y|s0 z4dZ*>L^96zu1`XV?)HMjCo$487vt1MBe!ob!G_eVmFnL6ULZPI8gaVzl^b0td14@R zOVlO#*iokM$|m&FEX$|T*%F58wMbTx?Tt^U7Z*?z%nY!^CS3f=nS;Nbhln{bX-fhlCi|>U~Ay67`EdZRya~z(wzCfE`3j`crsVv7>YgX+ze-VzN^UIYMaX}vDV|eo+!)gm45~1eT)v}J{TQtzvjd}@DS93a&Z;@3o zkDMM`By_SO{}_?wCAxS~G!LuOqTK2#mV0LI2y;vzGCf{Wk&Oy!XG0&+7hZ8cjXrhn z^9Of6J^;vD*FbfB@)z&lxO@L&$VHdykofV(x4&@zK6+hiUHa7P_YXh!x$BXtYD|8} zeEBfIl2d5@~E5!KQvKlpCfYbv42vn*&!87p>@ff=(55R1*C2_uR zkz;MwWpP-o-VVl%;W`CFjv`=HTS=kMD6TPWR{B6BtpB-VOMr2YEl{x?)yXn1e;iS? ztdU@3(=siEdmW`oe*`PMI;mjs%Rb5s2rY-2yO<-kXQS@#*sqH<%L`Et>9W7zDYvs1 z{q5&J``hpT`nSLQ@o&HT)!%;kXG{-zOU&|8M;lUj$&00|o&5CJ+UXNpSW>>O)?e== z7|)R1Ed0gs-h1kQNFd9YZB?2IJz3h#Cwx!#Yb~i($Q#+$9(F;`JXQ@{A#8`v-F#$M z+x4vQFBa|kX&9FMU+wkH=0nsQ^Ur_&3;#1By0G+f6%&T6zW@xki{gg)BghphoVMwO ztt4$_SVVsp_R&QmZw$@8n}v@6P*eGmMmbC#Bc+GsuaB0$F3Vp>`Fiyxns`uUjxkHw z+@SZ3K`hdyQDnW4;>A7bgw?c8K6fzxKvPe05#a2!Z+`v@3p^KiW;X+P&guE%gA=ml zZt%=D;CP;K*^h5h`kM26>EoMtUNE&W-)isu9_fddSuEW(vBJX{#1Fv6CS>e?A1pbB zV@q5|mM^zDiVh8+yh{AZ$b@h@V}|8-A3gjUFhXnMX&l<-Yo{kQ&&(S~95f+lBH$)2 zb(J>_={HZ;CGg^WrQ;DF2fe)PT5z)3zl}s3%1?}$VZ_)V96y}k-iqh!pT|mzUS&Y{ z$tnxgKBNE*^^%FOvwa+fGInl50M@^?!s$57Sp_VQUnyc*fHBhehv&L3@+JJ0)J&o% z+>!t))f%^+dqP@O{*$}w{%+$b;{Qr=grGw!N3!I0%0+}E^n{Rv>KJpDPWFL(Cr;-i z#u1O+d#{h)d++cbe+mx*{KUV&XJ*Uo6*+e3z&F-ypWU6Eot>SX;rkrs5Ql71rS$F< z+k21hg_bxUow4aKN2t3ew``p7DRG7oV5rZZr?Y(_Dz_9hj%c@Vji3=MEwLlFRNm*v z$#rmo*c%Md>)K=p<&=2K&rCDY+@-_b49@zcgh39Dx0k0NuL#sRBGQ61-7OWSOeT&? zC=B#cb!73di8Dqa-@KnRLV26K$7jj;oCi7B0q)x)%de{%7!iexXE;YVqI*Q=+LagH zxN-TJFT8c<+EwWCy1Ft~R>s?qT^Uz&Bg}wuuaUQQR1KA|3d^z@2P*z(9hGt>83Qv7 ziZq@5*_jY`UEv78^-VmtqBbAagRM<*1%VbG*QdEyWQRmTc1W(6Nqgx^3J?H)FagFL zKv9@k&-# zQ&I9ckQ>IcSg#2Xaj1w8MJa{8EL^z9ETWXo@XQfx7RaAZ+{Z(L;`F z_be}&kejJgN7R*Z#iH6@JT2FKz%lvPV;d_}!J{M};ord}Ivp_Vptep>)fM37jGoaN z20cbpzGN|p6U@>?1_jM^JZf+Phyw}pym}Y8|NOfQk~UV~8({s`ihpQjka4-3dRL1& zF0`6N#MUnsynU#PS9c!5mTSsqBY@GZEfL8JdqP{abZW9`q=nwVG0oDj54(?%vV!9E zNXkmQ{<;qvcbDkbefr&JY+i1?B51v?-P+h{HW2@?<=RomvSf$P zU65Y)>{cSXmCoie7|hkR^^L8&qoa*^U4g(VK$5@4%pG`lFWkM**t~ncwbi`4@f{$s+(D^)h;|Y#<3$BJ;ZgX%Bn3@A(wT^w#pA}_yKfpz6oGj zTaET$vx81Q>}<9>%Uf49B!W8k$0cSp^K^!KPEx^u(`e0Jw< z(;XmyX&K?GuBLGj$l8gR*m)R8RK7CTUudtnA_@rw_dI zuOI)-Uw-_PKmYK{fBo!-{_^qn|LJF+{nK~f_~#G&`j5Z)-Cw`>HsIgZQD?rXej5@x z>enJ7`3nUf0S!yA_(WJoD}`4ICDYkl7wW z{kG+XxR~vdPvS`sQz(w(ph#*W|1-s(=sHoN+-pw%dUAJPg`^25?rtXNAazXj_>q! zhPjThv~rb}jUJDj+hl&3YqM{}Gp$aX^JFR8o)I#$bC>2zEusB2YYvTZu?m3M*aMywSIXMPTX1BL4UEPH&H{iAT7 zWYdY*Pj*N+5edj#yg;zC;~D=v_x20Dp^%8`9f(o18)cBLifD8NM^^{L!nPtPX|SQd5El^e-iSRfM`8cu#O$lU||>dimF8#|BwfRf2~ zFo|)_ur+=|>SU8!&e_M3y3nmRY6wy0 zMCLPQ4P_A0?vnc`4Ql@4NX>0*+<3KgCLrqd03zgJ7~!qk1@n|wDat38F8LidZ2BQP z@ZiUowvU%k`vVlI+l=S3{)&63P-J31X+uWJBTZ>6I?i&yc9M@g&g=@Zefw!2RWt|FqIDu zTV+7ga2%##%3oQE^l`=^68E>zH}=3%e@~&D@z4to%ZqI`XylSX<5~W0jNvM~vWfhh znRGm42>n#LQ;-I}vJ^8Gxo%NNDB?=42qX!mxl(d?~Y?+Kqv}4?Q ziH@Czgu~A~7>`2~ua7UlKU~ydnb+#}B4Irq|f3oBgR=%qL2maf953FS(Jaj zu6~ucsLYNv=6k%zh-OZsX=r8Iehebxrc%0vxXBl&Ha=HVt+Te(wsmlRCCt8GpaXIq zg_v_3WuG{8*+wl*iOFe&vQxwk_-_QHT1-%zq$TA^5lALeZ?oFw!aTQYQ^=-8?XXCl z=>?8ewF!LJI@Oxj=?44j%VsX}sC8jS6DRLO+s+jcp?z*u08CBpQYOBb_G4)8sdq1Y z@Syjpxli*mwtsiDR$c-n>r(nH3pp3CD`gMpi6|VNb45wZSz{*(Y%}M$>6-u^PIUYkHGDQNs_G?2E{t0mp0$qfVE_RF9MAX3)e4U5(m#y%KoE0>^Zg9J(`UZ$x_6n_ zo%LXRLU!j^R?9uIxKo?M;^+L*S!7z&B=Hehh{@f{=yz}Qu1norl53T^S1J8?k(s21 zbaNZ~cv?rtsYN%HmPVi1H!Jk05&QDfweTqhSm9{p-zDzoE(^S1Yn=E{irZN`DB^0v z%e6(9?S_|?oCTMR?T)?|yZp>6SFb(m+0S|I^Pc~L>o;C_^F_CA-+A#%Uiz|^zarQf z0@Zi-qF29WvL7eY*QT@V;NJZQhp%(=p+%nX_(360PO49%xyhsmTGY`+Xib6Qkl?^i zamm9+)il5?z%ks@<1MDU@+o&e*<9c9lg&<-|MK@TzMYmM5boitmwO(aq4wFu?rML= z)z9Fttr7URMOuA&p$&mFYPthLGaGcz2M^c100?QEso+hbd{E@#WCyn}%8v`g8J_?xh4)kEmL6a*Ybavo8vck7jx1<#1JI#x7jfm^R>`_&|PNMw&l7f}`=Os*vGkc?~73 zjN3HiIk7m%zs)Qj%*CkJ+xV9$suo^*(kiyJRR3Wq*Gjv68j^DUydAPUo#OyCoM3Oe zBUQRUhlMeddp7N-{w&ONn*HWh_K5w{lbx_d<`f&s=+(k{78m5Y=jwgDwfG`T+gc|$ z>3cZa&WUYp*HX(5Ew%jcU#OO!{gc%4vwxjh{yz=fPiqmE97i2HrFE>2tr|g>#9Q>| z?&xmwZtL#S*3&(AKsq58B6F35cE)SNN;~z~q8Od}LkY}0rDWzQZMF1rA%3avEb+N@ zkmb){JGj7GQqhe9y$}yH}17iv(M7o27YaPdpF5_7|rIg^CVFllI~;>cHP+6YRdbk;kYYNxTBFCE~Q zoD?=8R{~nkvDV2l25XvEWagM`+J$!j^MSmE3lv=7SKvlC$5#d^dlHZ`aI1V%2xt(( zo+dH73~x3UHZV2xLPD11BZd;(kY9Np$tO^Y(_-XhdS?0iZkz5|V?^C7D-q`?@pxZa z6_j8I%lKeZ0@oTX?ot{~SWM&>pI6xw!$$sgKg`!tsNPF5p!Bkt7rM0svy!bxkSVJ` ztO}TcxfBmJx6JAfLF9-$%roDtNC2ZRKZpog39*%6AOKHZz$38Lh=~g^fxKed$Dkzo zpcAPNVz&b^1mweuL4PQ_o4^(@;E(VFwHkk@$Q$#>+FtL_pP`7Zk4q|>2sUL#{sVpO z5~*I#$k0MQM{|CuHzfq-jg)<-gjmoXha-NQ;+HO%jwA4*Mn49NC0CFsOKdR8Oya|Q zL*Ta-Hp%O-{Z_PGDjm5(mNgqf>PPl=aE7*lBK?nfkpd*z^*D+nGV3lAgTl{Z?7rJF z2b%SKxq-}U)M#~{ZthSCEa}QTzjTXruS_mC(`f1xSm_HuKzWc*0s1iZB4 zM%Pbq0QqNe)gyZHNX9^jv?Ve~DnF9;jjRWeB9K8Ga5;4*gWX}fOTnS83TJO3Nis;{ zGzyMoaJjucrr<=C?QL-CR0hZEGIdV|S3ApS$dX!&PW%v)`UX!0q_$78-yri6-F-2} zn+;rg0R_F8i6m~`i%f77(xZ0d2uu{-g23~7<_%5E?m;y24or}rk$Ynko~6S(2_EZ( zt37XGVz0BSc6oggdQ%gBPTH99_H@j=pW$)3FU`5#D|!RR=JSA_Oa9+D%NhA`MI~~>wTK@XQxBTU6@A%WFfBWZmzWq;M z{=r{<{FS1t<)11>IT|H5txiBu=d^N_aJ*JsiS~71S_xWye7jQMf=qZ;C1Jn`-AclFSzxtNz?TKC zmJ^;L3v?;Iqi< z6x73p(5UYi)WrE2FQWt&v@*Q`t-B=#-e8-BCDY2*uAjjV?smBp}U6K!!Q0g(xLG z7o^Z{zD7!x7CEt>G<__QjFw0^KmRIum_{Vt==?yFpkXSDhByZ!nd4sn$)rpIzlG-30z0xyeQ1n@GFeCnatJG z{WN6Lc9vQ4KfV7=k3RZ+vR3oxGvEBv7rynUw|&wvGEQBO4F*@4&E;Pfi6myc0_z4xzH zfjzfS1-2d^UQ@3EyD1EhySn&?9~&fz}_l}m#+fW@*#IK zJw^p~w_XMI`V*y2Ff_4-^q ztHe6J_+P2RDxO*KIw}&2l1T$!e#lQMDL4xK7_+A}>-^L*tK=sL*g9u)^Ft3+iJSMU z#u%lsQe}=&1q1|_Du%wqNSR=z3g>P87^RO7=Hhe#} z6YUr=V^){r`BU3G;~4qPkB(IYzUFND^d+?eE3b+S6L0O*&ul~{n?+AvXRWO|b9=5O zCh1;=^$3A`L_2c1M-qv1#keb+Q4}NFl(AWeTX`mD+$=_3<;X2Zs-Zon)KPiu8Rn-) zmf0zJlMgzR-^aapsj`ZYj9j6mAC_y>vVv~D9K!P5z+<)=#G^$^tQA7kw7KPYywQmI zb(YZrl;nYmWc=_N@8LCc9;GU?DJ6v!uS4%}Omvzwt5|>h4^%y|#5;5p zR(N7RnS6?)#2JxIO68kL0hw8YE-&o@14s$*$D>M{X>PV$Jln6gwiPREUSc~xWJFoo zBi4QsKxarQ(9mIwU*jdle4kR6V>g>;WQH?@t&l$H0z$VS4fDlDJC|&?<75l8ubsDD z5aM8R2g_@ae|pETDFgXap9QS29baQYEMI)DE#8RwN4ZaOtZ|a7YMHQ`fAXSup8wiL z2|M#(#nx6?Vr)t6GcKHqxBN>DdKXJpP)#6r=BCil5S6lB11Nl;Qixc8iSuDA#Nw%YpIsD1>8hj+pO;V6#X0TM3<=6F6UeK661PPsvxE$9ONRb&kJ(GfDsWMG?11wLiQby_H~=KN^V30Z9|*k7K2=aH<(m& zyRyE-Cw!n9t;YENnZpDq3REYCNa|)HB5cQ0#vZGZ3bKxdY(saIs;w2Yu$U-zDV?L| zB9<=nD^4x#?3_iVpv0WWlOC_<^QQH@d~Li;ws-c$wtYq>fu)$TIa=hXM*4s;GrIG5 z@*Tu8l1VA*;&0Z9lb%I)N0*@lO#V9shwN$*_hQ>fZidGvh_Km56ITdoHctncDa^Bi z2=QJ3+F#*CDM8B}yt@4j>5Z2Wq$I40Bs-DAEeB|PB{E7|ZLb4|<9dm24Fd=+hDUSDwvHyD$ zU@Q-VjeR~7b{(NNbuJRyHw1tA-p?NW;7xz|>02Lt{HLtnqz$wJGELZD;X6{R;tE*b z@I_I4kiaR7)0g}BOOL46u+^=06702W%k4HOaMcY#sBNwAqIoV(C(@s1a;dEuT4JN+ znlko`kj0NKz-m!55!FhYuMn{9<0$kaLaj(G`c&`*)bT(^TCM6rv&+L|$Kq3Ix}GrLxwS3GWn z6h5Iif7#hw%l7|^B#)YJ3z}}@WCouL_^`H&s`ceI6Xn!5?x^$Ucczpv#@-2g!ir|o zG(HVR1ge}4L-y~asScT@=etC{J@;Qq1Kn^kdP?WGATQ>I5)+&67@JPP{yf+X=b7kz zn9}J)3@Z764$+xdvxrH54Wr5Kv zfK5^ZbgjzGm&U>nGCdgDb<8CnOY{7B6~trGc6(qo{h)=r!YJk;Xk`g>*jhs}*XH0J z)XMg<*3CTI9nN+|W&_6~cS5fOBLH%RnH7rwvl=hGRE>?Pe3;S6gHl#doJGCXN^Rto zy8V|bEH`C@iD6?#&yB|kBB|_%+z~;7r(WD05kSlBvjzg)TCcNeLy5;BOhZw!UKpCE z5Ashs0cmY1sAUiV{?(t}|FO$2d+rNw=j7h%i7SrjB|t5&3s;Y@K1nBj*(qV{S`7$B zuPgFg&t9)?k!Mv}DA;j`0V7A$Jg5E3+dIvc!#a>1Dp`Q?c^#`1}y()cjj;QZ(Xd`75m4&mAFFe+nabMI`;m2-5LG z4F9UAA&jw&P>5@_LqZ8&!^vm{$Yl_U$ImLpVBS^C=9Y{}gZsoN>+n2@Ef>OJhROJ8|>?F{+gfWfgktIpR^)S|5_Cq=A7~P^0nLXroMzn1fS9xI7 z`$>gJdTLNDA$KfNjYq^m$~iXE6!A0}DvmMiTYw_SW-0w*Tq70)v&TvCTr-kOYCPGI zv>eAlBT-+zj%vc%L^Bl>&&xVg9~_@;n)SZLS>!?w^_QKABVZ*jZ^Ei|K}E%)g=J2c zn~6x~GnS30bqFs#=A2|_)>^T2ShMw3Q<^b9?5pwI#IbB?X(_}GwWTELOHU`|E8ARX zoU`Kc{WDcU2P}(oOtqd?N+wQHl0xS4M?+cU6OAnM*RAW{%tD(<*1)l1Oi@B#SwB6? zY!mshIu(rlq$$yG6qe*v#Q@;ktbx(7R<@mkMM3kVR@xU zLv1ZUzb%gC}O zR@#Z!Wbh~(oR{^C*prDJZz0Ugj###+1D-22p z%y4_X-CM2$WffVdmL5i`+v)Z?HNdP%V0tTS?Ujx7ZVf2w00s4|wcFhlFpxE%Y{*gR zY|wP{dY!czSUPP94EWO3ZVeor4gldwHrl;5+F7mvrL)Yipuel_?&|t--3)alFugYV z+i7>|K2N~cZGL^d=$ z0~<8cs~aor&T4m=povP*5Ki^PYOlM7LGJL_L`7KI0HqDATk8T9y6xo}P*xa}wRUF( zSh>-uf`SPkSi0+gqm6m40c3>$0sgPHdu!|6?n(_LJ%$8>yRy<x)qt|bpn$pn3D&Was-OTZ85ZE~G6rvLt=l7Dg31h`M`#2yL~sNa z9NZoBMYNWIk1K0{muD!bL6ueDe|MwZZLiQ0N&TP%3r$g1v;b~(dl&)m|MiJvmFg74)aQ)~*AlqeiBK zh1~&(*{A_$nZa2@uh!R=(Wfdf8**g2m?KPq#F!z$GNa5x$~>fshg9(a!7(H_#>N&1 z-`{E2EzT^J@@|!2csi8EUF?wm3+Z;4nm{_*K+{(Fq)=W2riK&+&&Lm6AD&MIa>!Jx zV03K3^kIDd_4NgV;|jhqer0{B*)gT!S2n_juTS0Dg2RHWy|KCiX5f70Hq}>1@VOHdg({^qWhAFJA1dK9u=m>tRz?Jfwjkewcv??k=}N>mgHCw9+9blIFkBxp*0h5M2U!|Sy4tLLM1981r}ckJr1%6 z()bYvq$JwU+N(*;1LJ~+}yJ`t@yA3i+W;ly0Tg=8JDGvu;K zKJ97ydq*(zpM~VFP#Ss6rPiJ!rG$3vdzRFjk53se6^@@Zd}n{!x*wA10bCttKAwo9ba*Y$qbs|hXrY)1i1TnFmMDaSHHMP$-*)Ni z=bCnX<#B507hl4X#Bg(nk=ham_;Tpc7G1k=yiO5-`Rv6?m2aB*GdQuiPQZzg8`HN0~0WZkZPfxZW z3yNfqKKGSBf9BmV_wnex-*p6IWL#aTsYJD4PE-8&Op7pJ|5O<8>}&s01Q=ov?V*sV z5b7fDP#uql@_0N{$K#la%rjK<-;5>O|EpMX+KE)tP!zgy>J!O6PCL6#g5Cd}bme}IF?Q0z{4YFZ{@V-r z?0Uhke5>Y&qz=&%LbSfUwMJ6sG+<2QQJe7+hbip7J|6s|Z153Hr-y|jvtu+D59g~- zCZCr}FtRw2@d?flrxMZE5AQTMbi^WI+7s>fxCkg7`r1#l-&@s;7oU~eyx;4CV&W&K zS|A1!B7+3UqJtv8B|3kWAFPpCf&D40>(H1xdn@S8UN)eRXWkax3=YYXP2&h1yceNv z&$<7AN8423S(S-6iHG=15vf1L6t+4rg@{sLg2X-Yr64Y=9D(}i&JG#WSJm54#;B-Y z@!8Sz2bimD={?BwjEvJTd>uw;dzGh=7ZyN_?a)O=wk7d*90$Xl*yL{B;FKni;iI(o=&4PTy+Te*jvHdznf`lEOJ?2o_u!lO6h zwG~^d)=g@2M5x~nb4d&0bo+kjdJUZgDR$Y8o$m-emFt&LqL|OFz%IhZ(^+f5T$R_o zU?jg43xKxklU^F<$_UDCk;nYiUp?vF9=X%51;Zb{tg^+;H3%~X$uS1Xk&Ujkm8Sd3Z0Z} zX~-^xyo6F3ltcyw{8u~F891)Tjzd|5NDfAbvqIi-E~M(vc}KEZSpk053z$q~%Do(q|2bbe{T|wgy|W^J^%=+#Z#X-qE2ppEcUl3pnL(>q{sM@!N~EE$1Hw0prq@l?m2KW{#H3r?136E5cEsDb>!l%<8& zms~2|Occ@EYLH#6%rXtn>TJw@-pTxmKPo&14tAayq(Gz{Fc3QjSw=61bBoxt*(dwv zO<-tD%f#rWWhNK#dK_ar^K-L?MbgQF?o7M@1~R~{a)L5!jjZB|4R%JGlfVkbx*`ZL ztp{;*>mZiePa$>aO1VS%4$ch~EVIijRP2UbOci3Q|5tW$x4?s9w2eHW+#M=j62x<} ziZ!%cgDE0RyJUYL(;`09nBq9uhgxnv^pS@cJ(DP2N_ObM{F=^<52`$MavIZ^W|lt>{Y@Mx8MsWO_I##Hm=zX-pLj)$D<|N!giHjWQyNCK{3u} zN+mH*<>E3n_*??4#pTgnv=iCXftUwuGP(JGIWxuMMk+DR^q)^e2%)U`mOgcC^3EJc z?kDIdiAjA_AHpmSO4mzNHe4!!$#nE=xKx2K_gzqHDc$%ZsCYKOrmK1+EVqbq&#(-& z*{H|8v9~{dglO+fupL5Y$vX-uLMHMelnr5k86RV|_i!uI`^@#6S3_~j2Lh{dX2u4G zR;R^^1R5rYVaAgB!~AA!pDG#|?~7{f7x?Rpt{`*!X*aV5d*-HjG@f}d2$6Dj(~ykg z1A4&aiU?~9?0rjrR)6z>RQacP>n49(QxpBowst5j(wy=xY;(gjXJ_x74 zfBxjJ{`8xV{_WTAdGyY&{pAbq`OD9K^q1d!+aXu8fpnDUouX7mrQF=OWooes42A0= zos$*jqKUptI?E7}$~8GNzKIyrCFx!wn4o({n$7iqc{M1@>Mh!@bYN&3o`Dw+Nk9AE zpFi>gX^cW2l4eBjL~I{{G5;K;=!9*{uvDR}>TkdP6h?rJxH4L)cI4P7e?Zux4OM+{ zrVR^)nht^3+ZDfx8@?_p^t^LK31++VGn@F5W>&XeC7f%wZk=htObbWlc5-;#pjOab zLyNAfqmCrGn^KE=%M_W>nI%8_m|{TlOyo5K#F%Y9P##_*?Az1Vn)S+Osbz$TqyPBx z_x|P0zxm_OfBENc{1UvsEMx1GSIe2C#bsF#`D7&_2&*m03AN=cJ$J0#JV3-pAlU<&MNy=EPC- zH6_%PTinsMk_JNju&oTZCaF4ETbrijyfLB5^N^kd92j|;N%DiKRATlFJC=45A_pa} z+e~07o)?fY1ym;_V}Bn6dir=tlO+x?c_}MK3E&zq2?mwXkpqEFNHkRgLvJR89tVp- zu^``!Ex#hnk%McoUOgbBzFtf|h0AWnhU+_l<1ThMHthZm zBl3O2;gMWFMUQ}Bd{E{xij+M9>bm@pB~DaXC68>Q=rM4&u1Yf%dA(f3uGP+_tG0z& zb#C&;?bY$WX}|$;O7{ki`fzAeGO|YRs1HY|q-{9;0dGWE?XV-v{5bjxaqO}%%L|nv zfS?2&&)7Dk)5uYZa0Gj<+=fMS@`7jukP_@{?*xcdA32P4(c?LG2tC4(PtlWY)7f&2 zQ*^?I2^g*%KLPn$ODz`ucGa9vh}qoR@`w1t#=H-Z*f>xu_7ygV2iS@cJ~6O3 z+hRz^SM~ zoQwd26+R?e^#o zA70Txh0NsD6t>H6ATEC)UzNE%jqiD5V@);^>7(lvoPrg0$?0 zPg3bCWH!Fq=E81?^IL6|0F!Rw%2Co}m0gh$#ur7HI<{DYHKw`u16nu;^3dis=CL7? zXX+>P8!Lqy>U}N;@N7_V&a^D@W2n4!440(osX+vC(F~=0659J1%e5yh*gaXnT^#+U zg|bcOJUa#6Ca1MlN*;+E#4}lG6hxbywr^V158XF)o-_elJKE~se^7zOnNAKMVQEd% z=pLfI3m5J`Sl(%OhpQnh&|GDan&AOyH`iHHB$;D3{7o1FCqN20*Vg$ouso zW!DE_^*J@%UQo_A1rP z|7os(7+yPZ5apqN@d1tXLa?Y3*FdnfGFc&mfZ<< zXI=owod|YzQZR%#bdRD$?1-I7GJMTz50WetNFZSg{!Hi}uQ)N{mpWpE|1vR(?ul?; zNDFphCiXgFZ&~bhw7p}HEp4+c+O}=m_UhHPZTD*1wr$(CZQJ&0+rItod*a@Bcf^kG zoF8XK)U5fVs-hz1$b3d+jv6_nBYRO5+NE5V5-uk6-f=Q5CFPHck`>sIOJ{%txyX%L zgL>LGohQc3Ctg7k6)gVK7`62UMJM87p&!Pfeki4G|K?e;Rh#r!eL%wQ=Z{n{|Pyjl3ENv zcX%rV92=_F!$PaKgJQ&ui8}o3j~Q%CjuXZRAvTH{Cgv^5xNVVle{10jr-*a|dKWHQ zsMv=WbLW?*hF2BN%>0F-je_X(%(-7z+;8{KvGm4oB$b1P1Bz+pLm!X2onPf zP5)@d#JM>%%ZE{>H$MeDf&!rrQ=1=)!e&d=b`q-np=A%EAN$O5Y(~_3JLr)8m*Cj) zjMK+;AmgTu{`byBsA~wX&$kZSZ$h@EnA&u{;0Qx*v(qpvh#GG-RO z+ZLNDz#%j1{gwaKEVk-W+YtiuPS7<1BkEz66?~AZ0bh4ZdE{&xJ0c%c zRf6vyvQ0jOW|rwG{`TNz#sUOJ#>?;?*_sjFQP-Lg)?ujO>dk!&6Of;UMs_-k#p$4Z z7@=Ds4S^#2xjA83u@qts&6&Q{4_P`4H%Y_pm9Q?8lDooB%npftSV5V@iNp<#z-i?S zShY=^&)8utq4nyB9Q|W$MFgH8>x!L`QES5iuhf6H+-t_24csDw`Hqlm0~<$xv_ksq z(ibIic$Y^$kp)v?tyms<2YQNX{7{T|)YKcncqOb2KZQnpm1_XlBkL}2BT_g8HY6Fc zB_G7`t+GyKGBT^AfmBq7OqqYI+!G`?C3BAaJB#thV6;m?lHIya9Kl%}xuVs5mU~_D zGqQUU7n7WkUBv3NhKF*r-ccn&sV#@Y0bB}v1ydl|tKjYyfZbE@9D*;wI!Dt|s+pe| zOCYeu8ORKT^fsd8a46#Vk311%;ExJyi8$}VuakaBMwW%@*h>MnygB|f%E)N#X~u&a zUB%@E#^9O!TIR3n*_FvjB$A6}Sw>o-Y{E!#?5YDpUn}ZjCq3`ybm!^?UUi);cc^JT zml8W84u;6hCiHwF%C`M<1@AhWkkqnH=DN#faSmH>bo?hlIP6^CTYcxv0ma^pHdT=^HMCE;fuQ=9aZSqL`gNWy?X3t zRe%5HWTCd6cV{`^#erg$^~rqpUD86BNPK**ELGfHTiY)g$L1aw;T{rPxyJtb;B!v3 zv72&2&7f{^J@8c6M&i((CSt6`#QZ4|!GUh({fRR%Z}IStN^zi3<@}9B-DOi=R9V=Y z5r zJ_XD0d!51f41*C5;mo^>ptglfO*vZ_npHr`&WQypPK!*jibd0gdb+#oTNQ1Q1QKN6 zdSQY1FtI-?o12Y0{RJnYqB|!UHuI~Fuehs_BDLM^`wGuxpgsKH; z+gvvWP_(*QWmEfm@xqo+w-3kAbyOV2NGS|EnN8cVkJ@j(cgyQ0IpQF+POMPM1pbtr?Sqv^wQcp@N5HU+)|pv`Ac!rvPwF+k zm1ryRKwUSCZ5-rT4 zYgz3IMblE%qQ~!6)i7v({iaWy+E%xwfHomv6c8>bd*k`EUWk&$g;50DY2T?#iI|(4 zaRU+k_6nvAL$!50*cs(%Ac4?Nq}zvp>H~$+wZ;k&umu{Eh7CtyF=oL^CRs$^LkP;) zV+z&c)U1Zul@0@nUl8&%%$`vQz^L@%gppCW8Vi1BW*j64b#HP5KCn2HYqp-u7=XPA zTcSp};dc;6h^e4U3AvkyHN~iUWOG1m62p-@XbDSt_of%)!~}BeU#g_o3_~NPjTXe`AtLEEeJdOu4+HgFY%GSsN{Fh-#VHc-daQs(WT!DEU7mb%*T zxyv8nu&0%G7l8w`!d(miUu1M(pG$c+sXkT&YWFv^?vDxXh;99|Yvc7&=DeeBofO1>s54+?Su_|Nfpd1(LQ^=g8gG{GjC zr_TY;KW<&QFcGm&TLquRJFJ3r0hz(T>n`u_=nQ{;F9aLiS|BhOmg&=+A^)TmbJpJCUO6pFJfq2q zWXb;vom(66r!nNX^#UUT2%Mk`{cq*XlYQPBVpJHwV4;K`Xojl~KsM|81ex*+4VbbeB#=J@Fe z843Ki^=gHIUB(Y5T$8PsBrp&UifIr;iRE&K2qIS4WZLl`bE?(F_|YN$up>Mfp%~+D z;NMt6O?+stot2Zv#-O}2ac~2k#4F;H4Zx@DtH-M8gL1@mwSl9b+)%_=?C%hpyB3xb z0~UNTW;k}2cq@EOQ%n7@M%QV($ieNR9|snl%88>$b4qijBBqI=f>MH{w1>yYtVwwD z8OxdDMnS|e!0kuWW9iAH8YeAWqca!LIVl?@`P z5whwIF93%JM5mI2%Vl!9p``?xyU9Ebu0G^>@6e|V(Ztzd5UO&&OzefhZ&`NS((?q% zT(JZyg;VGqo=*80xq?9; zF`cAC>#cF`UGu!BRK{C^qirIjU(FG91z(RUF!H=<*N!m;gfQ7JJ49K?6qUfJe{18P z0SkE(7w^B{^;-ylAC3)8>+QRAjuo*cm-Q(|SqI+bL%Q~P&F*JNTo}Kmd~Lyt&h_!~ zl3_H(Hl)&jwl#4A<|){kF_;Zw?G+EyXl7R3p^XHr#NQ833bY@g*8K{sMCWiB05E)`=i{8rmN$AKA9o>Tr26yt@G6j z;2TC4ltwq46(%>l1B9X#AOAH(LI`9J^~I_bp0hHg&2X_yS-7y%cCxdee3dJ)u*s%% zy)ByXOuxOcS;q;N_3qt3+5E`(8sts6^4IGTDG1>_2y3eT7xKLQ>*rKfal;`?ON-Xx zaDY9wxh>QcNR1%tE#q2y@zj^Kz=t2YP)nSrv{N4 zV~1XD9AS^3&*SdW6swIg4}kraNH}MI*Sb~uEO7CAONO^03xk-+({LQcflfmmdoSk@ zfn<0>SP(6@crxjGAVaobT1lyrzP8SJqWKX{l6P)O3nVJ02ckAysI_AKN+ zE$FPDbpxPgSiSUaEt%r!5&@*L1Y~A2LmL6@y|HIH*Cbr?@ z$8e$?6VPTCGwWDNY}g+${R%X?^WVjO&1ZSr zlPh3(Py3Qj-#kWBPc9#QIKOp%m?zLT%OMRy>yhZ-)_R)7-q^ca*7RM=OV&jzRb|OJ z>yx36mt_Bof#x6Atz=Av;sc{#FY`n9soopW2pVh#eQ*&S@JYv|7_1@-(B9<--H+$x zYU>td46vT@-ExTHQ%4t2uB;V~t)Ki)tSo9UkC;#_?)B_dmo@0S(YIW2hm7>zV2C{e z%N<7nH)FrrF8Mm5?gdPiJ$*kUEZC?JJvdbJtX#t8)ltJa_x!E{A5a6~1>`}{@cV(% zinL>E`*o$jWClcIpLBeNbbJMcdvll-&gz;2d0*ghefEi@XIhJI1R2+YQnLZdBpY{K zlYw-QtL|_F`v}DNvi_d4x20kz>>>8zSb}m~%bXg}5aa4QR|af46cJk<)sFTNxlWX4 zdL?h|W1}?@?;g7?vJ{y7>LrG$8@ZPltZv(4zw~FihR&)OrjX&oGEj z)hXZ7r~td-*$*UwFNlM`T|jx%`B@Tpgq>>3sr-l!$7nx1KbDcjQQ5@$pgi%f*wO); zTW*zv0tBQkHVBmP6D<=6U%uIW42~c6w9mwAPN$e>5Zy@bn2|Otj-Ya~r?O!FxvGM~ zKL7k_+6S+l%IDMJQlST#-bM;n{JwTF!7&IY`6#CVoiz*kgAw-%;xvhjn@d+sg1&&> z&ee6!4n8i7+wehrUDH^H{XHVH!NR+crM$Lc!L}UH4OS`yo8xo@2-kdVV#8`VW93kc z5bISrhHQ53?}XQT_gX2?%%em&Z+A+{5&?;t65vE*oczDU*kJZn<7n2MPU#ksN{Qlq z>3qL0Nn#>j{KF|Qq7+XIx`m83w1;O)BsFVH6n9Jet!eEI&dUbMTROviv1cva@sCzf zRMJXf0)Gv#wAyS&M07xx7>OnYTx{~2{fYjJ;uUvqg6Eu0F%nDlrWKNFkqS<_Y?bwC zvvrOwSC4M9RPHI;DhDl;@i1W;$~T7jpn`5mlsRM%m8J0of3 z*U>k*5>Ak9n1)x{)`_0;hHz93s3>_&jZiUbA!2=(-klp)#K>=qCJc3hX}D7GE$X9n zgMPqFatA3V2@HY)@Xv=^ZBOC9e*CX5=%2lzjg_s9wXwCM1O5MeAlknVG_kQUa-g*| zbNCt0`@b#@@n09`GSW!?00ICI2L}Ma{~yo!=R{h5I&+62CC!*b1{CjSRXxK@w$sJO z9~05h0LJcA4C#j`gn3GnV5$WJ$_nh{?<>m4fs<%#dL96)nbT*lW0967?FlYoUHvVw z$5&|!X~DaPho>p&Wac?XE8&JniVllPz=I7@O^XR<_4DQ5P&G%A@%LY2LkY^Ar;&H- zSmv$Az3%f(2u<5&N8&*J@-y+&r$iY*q-W}GG8n3q5Q4OlY|C@DrNmZ56HE&IBF;_Z zZL`IJHrH%Q4d^ED_|p`X;PMJHuq7eV%iK3v1Jq0j@R6`5NiPK(3Z#d~NnhPo}o$5#xcnS(jg(clqzL$!TdcBGssValv4dJtkSV$ws;6;)uc5Sgh)ok%^$tE@I1<`kk{(fa8T`k7Z2C_1zykqrNk8Fv6fh^PE3Q`w@qYvbF`+hAoSq*TirUCv5Z2+~C z0wZ7iJ%K88s_3>n03&TEY&Ng(g46LHV>W+X5=DAATie3^VtUi}o7k=3=*nz0@T}6j zoGiv%``E@DuU-yM@6CDF-jq^289{^Va$V+9U;s_cP(rtJ_&hag)mk#@cX9C@JtV%e z9AR>Aa!d6LkkCwgDad8-K&QRH{X1~dwauJ`e*#ABXCwU2fn#I+Yn&FYmjH%Oe}*#s zjP_+M%g8L<%3t6`KCoi}s`lDr3y@$aHosP>GxzUs$dHP++cl~1m`+fPtb2XeiCKrP zddc1}$iMI5w+F}lI3NIkB*_29J-E19S!N|{Sr;%M1nGk2Np!EeW?Yn?#)#<{JkyCM4t|&@& zIgRawYOa;Y$vN0{m0D5P;eJefcn|4sVi9~F7);#*)9;Wt^^#GCeOIOmOoK*jkhO)d zaFipC-=jF`C31mvSJ<+|7!RK6Um2fHMA~bCChSOW7+E7LJk??|6luWBdfGY}*@I*# zS*Hr+S=hhpMR|aP0s^ht7)Oe?Mi)s3SiStr8n;Pi_v~A1@%xo*#-h@=>&#fv3Z$sw z8h2BbPr>xMZhDh+&VDah$!>=iSQ=IW$FoA7+n1|)1fhR~7LTwr45TYHt{F43P=CPK zK^FC$6pr;Ywv#2Qh~o;k3ao}ilPPG5te!D%56T9j_z0sPgDxd)fzk=h-w@~T>~+!~ zpf7D``I>aDQa^O+L>*Snwe?&96lvdVi-wGKXd1MLwUxnjUKiRoH%9)2d2U(gdRmks z@)k$72wlhhQBx<@PoK3g7svsT<^uE9V9^f}Smnhc0Rd0((N{iKj>!!jvP(r3>lYcN z6V>I67M|=`&0N;5xbzM1Zy;3SFBp9O00HHIDqwZxD zgTB5m!AA2Kt6zj=RFfdk^FRx-sTULYXaGvF7#Lk9+O6)EHjh=v(7F+B>DELWWzly+ zb(@Wcs=MtdMX9%GYv3kU|08)m__L@m^(smlQSXIpiJy~j{pCB;CjKbh=`fZCoX1;l z^qeEy=$KG+9n;0HA=T}XxWLPz+7Jv%Mv_+85J_kj;h^z*!23q+*upBcEi}rxM-QtH zRx9wyh1h4)>`{?Bz3X_HJ?jBXpy%zreugi-_a6+uHyAFTk_0aXqV_!JOx(Dd zdvC{({lx-CoE`j;R&9O`0kb8##I2gbk%d;lS8f}boZNv~$q*Q&U|6|Hn10HjYkc1H z8?2%F@;-7tah+mXRI;HcQ&AJFR$~CvibbHXv~qxL76A)sJ7=e-b7D>{>mu2&AkHql z1E0?(+uIILN(@``3L>GehsSQK&KboqgN3xg%1ibs)Ms*XE?^OFS=DWPR(ht@hrG}$ zK91b*n8TgPF}aCc@z~9i$vJzC+^|OL8~xwdK_$;%Q~(74h=To(3_#!?2B5kDx4;17 zbxbY77b`|+$zV+jYKI=0;oD-CUO%k~t*sEB=qK@wOMbcDH|zy(k%9NV8g1C&sCZID z^T!B$LZKKxTfItxNmhp5=aVagSzd*$paE0-v3U_Hu_1+BqvoQBsO75uyTdVO(oLF- zK_|{syKM1DLw>}MS|wq;f0QesBzjN+1B&L0WQsx-g>=ELc+_eh!k^YiG zwIFk96l%Gi3MVZ>t7`YYg0<=5>7_r&FK9`klEQYxtY_35xSFZd;O}2pLs*F++gw^k z0XCl5@8NybiRV}@zxX!)6_FIZP4q(I2+&n@cV$#Q*H3XYR3VcQ*aHHtt%V1oX4Zt`P1_09imX=!54g0}v@FFb z*Ca7S8gqry`N-m5q734D0>nd5?DurD;ld}&Y%K&ZYTBN6lKsZH6biL|YWS;MLR@l! z`}LdlNn#CU&Ah_d43E-#=2$nlE!-qIGI7;c(dk`g7ZCWjjIbHF?jw7Yvl96%NJ(hai74XT04`-ixw=q z@wSn)mw1Vdxve#tAaVihlcQ{W$5tu@ZH8#hcl%qf25m$&PD#?(k2UsP~;~I3Bki@ z>P%Hv8dcyat&NW-@4Ma_xkO9RhC~lL3NI}RCO{{x%q6i7+P|NBB(Vs{RY&Qv@A(9> zi7kfcS>1k^aHvooVZH$^{VV__U7woKnb2)Va=CCOdW*en-+n!mJY3ylBduR;hI7$9_ zmpjuEL1_2vEluo0nyX^8N_OrTR(9EuP!l>?(iWd{7v*>(gJ0<4;ypdUHWCXPE2q?U z3HMmX=TV=~9v0$^&{EEHV?cxgD8aT{(K@QyNy`Hg6T2B-ToEKFK)pGyLUF25+sL-_ zLRRIOfGZ*8Z`DE{765dNn(6Wu$B4CIxdHhyT@YEeSObx>f>%%h(tZ;J9+2L_4FhC1;QcDBHB%fMF%+rybA6Agxvsb$@_v@@wO5PRf= z1E;S4)auViI5 zxLneX$^@g3v*539`Z068B|W81ZB8(yFOBNCGFO@o`QBR1F@O3wzQ~qD@38{5NyeY) zedb%)Za|T-6LR`)Z(P_NKogOdj+Y7>KgmlS?K4JnH-z$m@86-Kf zxD3(3cvaf`hWrWVZn%ST(QBk@s_E+2hLX?uWm!u~b_Y$+W%RqYi@U5eM*cMPIGXbQ zK5*H`{&za=`c`U^`Qekk|Cv|*la6hywf}!!36T!^yCWgCSRZ1%KSrbVU4wt+~QYf3kl}wLB6h! zMot`}Q zI;q$j0eXNK*7hc3_AF8dNPIjaQ!bwXYQd-~btYqYRPE#GOM~ahQ*Ih(Rd|dl9<9tY zL4?nrdntFxXqEB)Cg6N~B*oQcA4ZlD8p^)|Wb6_nr_r&|^tqa2Un97&5ofa-A;=7* zl<(ttuM@;a5Vqk@`n#iNz=Xyd`6B+NcH8k1GtD7de}hExQw{YSBw*n0;jAIhr0bU^ zg0xqR6xG$|C?=NRb^1VT15;kY`&B){&geqw^(p0C#YbsxuOV*Rq&*cpV}@JgFp(<4 z%XQPXiFoD&qmRk#38x<0$i!FUek!f#>bPNjO^0{@qF`1P^7Nu)S4AZVit%s)UlP*v zTXo%{YfFEo{SB`m-=98@m9tlL6KqG>^(&lN zI?NIE3fIms-u3TUlm6&eorfu}#jA)-t0%@s(UH&RleW_a``c>wbG_H`!}n*UE*DZs ziM&U8!#U4@eAvK&cVQ=E+PDVhITAg;L;jy0G-(Dt*Y@xx!%06AYeS*(ZQl#O09!=F z+Ty^%@gn(6;31$a_SV!bx{creM)q>}TW8}Bn7kqXx4`7!P^EHdoxywel8XzF3wb-|EcNv_V%_*i?@(- z4mEY?ZevB0TuX$ykNUtQ3Cy_-6XHub>kX1{ZCW$V64A9X>rNWAZ4VMqGk2#E5u+go~g)Ib|f@-tf zWdZqbyxh2P@D{c6t(@%euX}{Y4FS4F!1i5m>@{>2S%`VXLUX ze1}wphJt4wMnrmp5@()yMBLW)rP&D$VaiFnn+ip1{R9i>rKy0Mw!X^(Uzx|Ol-fw9 zA`}x<=yYr28Abur#oJW6f^z2qJP6|lo-@mVT0D@5QCb&k$-b;_S1q9FNF<6D&;E=` zwdT)M#1z>quMJ$EC^@4g1uWec{(B*RNn3Zj&7|L^pVdq53wZSwx^r+YcN^U4u|Gli zw57*EE>7iP1D1~mFWjyjoUO{E%*4pltQBd#8-ugGgCpz&%)LeIaUOj4j5cv7*ZW=s zhSjol6f+cQ<#DMOfP~+*CtTJ@IFDnH+(ZYO35d-U!{h_ShWN;t+bwI2kpVQt;>!cP zWNe1es#q$qvC17nW5^DZCtfcx+pt<3SP9J3dsT#{IPQzb*Ld3bij-RVEG#1F%`nl{c=$Mj}Uz|p&0<}hoB52>^ z6P3VkEQ}tEVO@s;37p)PIDkLvGW3|nzIqMsH4IO5)D_}>8`(#&Dbd>ATb_Dli;O7}n2HLVOsCl9A?CgYTrTTGRcy*^wMn=em4U;%iN(h(;CB0z2n-K3tjTYERs+2BC&V@ zwE;+cvdk5F8e->=$lXBFvax6%(`Tdp%#V1b`9gFm&k%-HYLwavT@@CSsbK$4| zyZN{WZDDh|X_GuO(~9NYk#{oh`8eKe<|fcQm%3UtP-lZU^|Nq2i!w2A9@pLW(tV4V zy;B&s0fTe%!Mbjj4%RL=ww_KBvioBpXrIlAe|0kd7VQAlJfg%T3g30r_*{>nv&M2vfQ|sw4VPDij|7 z6|CR1B~Vs)?cQURQ1>c5G4`={7O%yv^Jz;Wk*Hs&5}0%9y}Tbt)#zELHd#Xp4qd0zpnr&ZiK(|4 z=w!!94Jo-?s`YY36x37~2@@HowJSDoykc>-N^E(h2>QPNq3+I<6T-_^Ate9cY{&lw zLqjjH`B~izH*%#M=Kh7x7%p>;-z7-MXOqxT6 zb+M62${w$qsUwf|xj(R^%#y9gPSi=Zl4Y>aZB`;W8R#Msa`grO_jYulnS0xnMQozr z$X?9ZZ0|ruU5ySC46DWgf=hj~LsLeL?bPtsui)`hP7X-JV3W-`n+^Jn?pm7n3IDqf z5xITpe~0J)K@IPp@ch40!}IIz;nDe76{mhm`~RVIBluqwYe})sdY=K|Gl`=7a3DT8 z5K0BrcI|xI*{0NjbDHFqZB?Gcyj^iWQx`y;`8 z*!Krb-WMIqHW~r*WXb2$a87gzkoiw(>pV<1b!j&vg~6zgDK!7f^aizehm0YFbCt>3 zV5a#|QTb9^Z#mtF0O2q4&eukwl%BD@v+WqU8v7n#CXRolLPR~Vsr%@p4#WBHD+nvu zUL+E*av`hd$v+_K;_iPEEh(9TZxqvFHy_3d#?l|qcux`M9bDZ5=dsO_w@fBlW^q_+ zFeza>%7==B+wArg%?UTE9FqN7v{Ka#2;&fCLk0-3LG<~$TdAjTi%UoC8?i<7cfu%< zCZ7$oZ+|Vfv?D;CXf2Vg4!EMs0v81dD`5z^(8uabbRUqc;m`~Sh(WZ2l+XfoI5c4H ztTB;?7fBE*>1gzhzjw`2%sU|fF9XaQ28|l^@~`7=jfkk}m*}WN!rAE8W8+YGd{j0w zASD;Yu5qXPH$Zh{^6RtkZSIUiLd!qPxMhzJrF9`WDFDdFez(d)V3jUU#btgYUxdjzup> z@WR*0Lm!azVEmBM$rMJvlXT41{p!#L`?gFu8MxSgITQA*7cHQEkajfN5mG(RXc+)I zsK$1wa=rFwPSFZD#g9Tt)+$!oPqar);LO{v5jI2X#i`0lPc-K%Ux{aTe-hJN1!1rD zS5Au+87o%Z5Rj?uIk%j+ihacYcYqY2Oal@AfOG#p*A@Q(=MQB|ybRA|Knb=PYWLA7 zMRMY`ER<7Q-3e;$k-*I7oSRJ*<7sHHTAMg^dWd(2ezb6Q{&SW)K=k5vm&tCk{X$5c zS_O#vJaNoT?~JTFhSjB+!)&zOg&u5#I|R@}HQctyNh%{|`FL}JzI(K6S$<1%-BHF`DrC*&}pT)iD1Ck|DleyibPom6wHfCyk zi!qBk$NK%5`=l3IAbyg<@Kn0dGDb)oR%gx!_JiWoX?9oJ!npNpx{y1^6ls`X6}k>` z-NZ8c^z(eAiNOKjdWsM%?K+dZE0Brs=9ZW z=#U6&pxE34mL+^uBb3q98t?&ik{bKx7DOs74`!v01Gi_-PHV zv~qG+p|hV8``(qhdbq)vXxG@EEsB%ecppwX0s}(VJ+*&Re)D0vw$%h3BqzbH ze;}W~CW^2%lNC%EE{=(Q(v*)$W?(U&`t6(`Z)TdC&Gvn(qiR}ICDI)zThrw4F6+o@ zajYDj?hZ)>va@DNv-sG}3yT8&j=#6lsrl+E<#sWj#;@^(otoOex*%Grrn8vRxvDv9 zqZ?sCq8g}NNPzUq{>()+`i1!+wYBLW4;T4#w|Dm*n_AF3?kMLv5~vG6t&TU_lb}kV z-#lI>Q$1aL%oSjUIuSsXw;epxj&ea)H>nZXna!xhs3YbBs1OqaPiV$;{F?a{!sFfX z3ei?zB|svMnIt;9Nn*sjZQuE;bGN;UN@jUw<-FuoB7SeHCWA0T6YaF%g9H7hiEWwn z*R$7Gmc-5BoxPH{skwLj=tqyxUxGQ=%A(j`qA^#;+(=O(0EwrC&}uodh_7Q1PAG)3 zA{dbvwML!~bM&pNN#%Q7&igbi1h}2$dNJ6n_CyxB>)|xlZQ%)x$F=S4A4RxYB2m}Z z_M3P>OY&IT>WTqQE!kGd{P)8sR-l2zS>-`Ddu}tWXbJJRQS!pJyqN9)x7h%{vdfW@ z+Zv-8_9SM>Nor?P&%jFYvmXBl&$86<&y?+WkEVucwRaX0z%Vq@T{UhBiWOrXF{`X5 z-2l}IEZk#d^nv1|IA1jf-?TN|CCfetCRQB>IWm0&$(N)*7nNBQxe#7?`_SkW;T=5h zN__jnSTDlSzUuWKe4gMUo7AdC$8!eShID3JlO6}onf}7SjcOx(;b7ELs0R)i6F~K} z^jn-C|8+`EYr;6E`ipERp{U+$aXJHTyRoeR!-_|Y3*EN6H;uWbk`---0Sr6(Plui9 z2je}sAhXo-*;&Zxli*4TjXT2U-%7asU3UDdEC1I{Z-iYNyPdQy91~-=Q1u(aGVJQ_ zSiEVX%MicaKF5n&f(f$vw4j-)`dDKazrQ7km5E-qTpmyVp0I zv<;}$E_&cCsSN(4LhYXn3|#}~2*kpj4IP_>;;J3h4#<{c#}2O7SAWr1OH&~FuqQN9 zWp>W75=eimkHnl}I(u3>dEbLHlKE*sddBAme=6zYg$9ug!T_OCZU0vjQYBrj)`sA| zX2@W=$M(q#0ig*i3Kew{ojIJE!8m9JsaqLE*r1yY%k$`M>VmUH^>h@WZ3`Q@;m(cTPb4!Rk%AKf15N<_=RG z2itr5?uMeH|QnNT%U?YbQ@FYdb#_!`*6gq1d^oDHRZAEFIE*MLTwV( zTn7o(u{?BqfynQWcIciVY7nQ!<$vpr@9^TOVW(+VkiaA>*_U}ae5?o5`9f`TfxT4w zICfWMBQZ3Bu#v!yL8~vV6DYbuR%$Ay)Fxs^_(s@4%!{PZ3NS@7ic9%K;rud7C@yt&CX;h{v1s1WDhk$~M}8%7TR&x<=bgA{ zsFVEQ#cm(HYbcx0`i@!?F|DD#z2i@Y z>%tVbxfl9*OdNy{I-Yq4F{p3%k#}+6FX}a z2|D$_y;$!GWDMc-;2zW!sCRlC+z9`$tECZ2DFZtRIs=0GxPK(au{W1q zHN)ub=c|{2!jBe~E%nrPf}SF+H({hjk0D*%;eP!?8-j^C5Hw=%F_Ap>k1CiPQ-+^w zP>35yp!M`81^Bz3Rw@cfWsYc?$Fw>JMheUl$5d2p?+Ik;4T)^1nK5-}6q+fNdiHPt z3P{X!A42OD1qWfVx|#!8h)AX=;+>6#Uk)g>pc>Ak|D9&((5pM#X%}ZtC-N9)rj#`? zW=F=VZh$nE#awVdNvJj+Y^J!3K^PAdLw8e<_T2`4wOJQWzOH2k#;(u-W4 zQ57jQBq&T(fT-j0vJm|#rhr38d+=ru5*Fs7R8077kkb$qzB817nL4veDeN(1F zg95RZVoDnY+pZe3tPxEOJCRU*f7aF-G+o;5J`6lzHnYClNAs%KXl#ONsHgk!4~d4-Rc zz_y^KEcI~!swtg}tkHN_9i@~(&OU|P@JgLR`NQ1S78RrvcW@ULqpBeGjhpR178Y+s ziJ6~1$_A@{7BdPstrdK@sH;{F21Z=d?U`I=lK{~(mq}Z2!;*dbqkS;=%{t`F`fz7o zM|OKAQLupUzR{_wpvc;)55?0vJ({YeSsJMYNLLyL6^&BKfLfU4)Qfe)IC0g`t*B`t z>AvK=j#x+Z(g@PK#`@T)V^5d^5zWiLA_5ZOrJ+ZrLg;j<@r7C)B7QhJv=>a&ZI#Yn zwl9w9Z>p{QZo|eH%5B;mzIDYq#a=2Mi;W`q?etx*>lOAgzIk{-;oX*Y#+3+QTYi@Z z>27jV4(uN42O_2{g`xOV&wY21m+E%N?X#LvTS)%ZF1-N#YM3jh0}OEp)`2APfNmm_ z%P{3_0~;8e)W4t9?$~jz5Z_eL_UP+eYg2~K&y(M^b*~Rv&iyN{s0Cwao&lhgt-!lb zkx~#$nl!_W4*w7ziss914kEp3nKlozP}Xf`q&B8tYjwN)hUMB0nIsAA=)tR+$Cj@v zLerE!Gik?`o3rh3z#VVQDm=#!dpnV9K+q3bN0+l+kij_tDiw;sq?}&$=Wj>VXvpFn zvc9FfQ9DpH0FUHLt(Fb*`Kzd=^LA_*hIvTaO&TZzY6$*)1jaoe0g~1I5FUpit)w>B z*4NhBh@~`4CQF=wLzenFL^vYA@k>g9!^GAu7}Qr%1Oc2Uuw}>fHmyAMGK7R>DimgJ zVi#!-GsppC{`G>>^FqaFvwWg^t9*-n)3hvFQ-W&mj_lj*fa&G23r|A_|Aq-uO#8IN zn+|c6S-puKtJJ7`g_3fv2ucw(!{#O;*^x@#t6 zV`1h1g>oXUXGc&-`Ps0DLYdOIZK&oG=7$#-4CK&>gp1%9{e^~kEb6d@?(PMBj`!VQ{8S6DF3fqZ#~{Q{dlP{&n(kL&F51DQU38{+dJ6l_<*}IL?4* zR7EGik>1-}n6g@F)sFBiINNp>&8Va_Yd-202ta_SRsQ=j?>Sm7KHidohZvINjjVY@ z@IZ&NSH+k~UD@idb}(^8E(I~R;$$0T$BNzFw0;=#D~N>FU{1Sx{1G*jXDZ&M$rbeX zSsLCATff+@p5LE;f8F+x_jo^DUhjCmoTvOoM8-vd)E2{D$DTj)e{4DP59{LB?}wPz zDURRyG%#13O(xqC-|Fv!rG>nc1a(%N3@YzHE}2AJ-BX@ugU&8Z@5IpeN>Q!7ExR6s znCNm{NBLbIZ^pXTm}zYeAnHB~d$w3!sV*jI`DwaP{dg+D7Fc37v|di?f2G@}nPhNb zYLp>&?MO(qjsdl1kJOX6cef1##t`Sfgj4FHr@?6TALZ3Ql` zH129{54LTz&Uq6rit+e?7!I{PhZZQ_aZIZ=Ip)y98u;^S+@6b*T!+WP<+EBt9d>R( zpP6bzl0HDxd{!S<&&sfqQo~kHo94MBa`MwjdI`ObLvD*^KV0$oxwws+Jjc`)pVsIH zvT(Ryc*sRe7EZ|EgBT=Vv6|62b!1g^Nvi^5+xjz;$5ALQr%v1ic&X%B_{R>K}Lw; zv>h?sh#CehIh&%i=7sxe`b*4|>{t4|*tz&|+|2x=*o@E1kNkQ24!XikYSDJKd zh{IKitV}_L_;I#ZabcHsKGDsn+6U;PuUkM{C9a@=JVti-*(-nhh(ocWY{y|a2{Z*# zmRTMJ0~62wX;bgV>@+*<{G8t*;&m3_8*i(7th1!+T<6z4g>o+Tqt~&pbHQ*^dq`nG zya!k6l*I5K%Fdhylt0YKbL>7H1d*b~2=0pycuS4hW#ZCN+PfgX#J7c)U74TU#4lT`Q~|A`^e}Bn6lU>7oj{88e(* zrjA7>4(Lv?+0gwx_(IjC4)s~~4+=Jir1o3Y^b)j4x*6OEP;S$hPcq{}n|tT$iHK;% z!u#;@XemlU9z}$qz)hBN4o?_x0P%-j^4HEU*SZTD(6PfvlZOg%Y3hg#cu>Q%n0gtJ z#p*d~zllf>A`x5r`|?a_nWX>>gm{dTH2xpj-Z?tcFIfZaj&0jcI!?#7la6iMwr$(C zZQEwY>{y-q^_-bGXMS_fnSbuhT6?X0$$Hn`-+uS5daCNFDrQ8D791|W4e|6; zhwt%M@y`(mpH2Drb|>fJAu@aY#7PQImLPt_ueBmYEUgsMu<-d^ac-DS!k+nw;0y9X zJ@XQym_WAeu5%g08X#4Pr(=tU29m==*5XOO~#LorD ziN1c!DuADRGYWSP$&WIk(r}-MXJ9Y3*ATKxYjE%El=}QMEt1H5TaLIIU#K~wv@i@oNS8q;)DNUUKe$85v@D&b@1Z!IjCICp#scg2(**7i^nHukzS4zRE1@ZOkXNg zr_SyHf$(9eu6xtx;bT4P17;&IDVF=pB)^KH*ZWfJ>EOVr05)|5Mc*vl0()n>>+|t( zC?Q%SiC%=83T|kj z5)=h~Rj7g2vx{ud=gtw7Txm0bqbgkhc4qeLaRoAA*EMRjWkUbTxA!Q*Olw>L&ML`{ zi}mH=3By|6*)mQ^HRpr|4EKhf{qPjlkA1U?!Qw?+DN3GQK1PI!?f!_27&Mh^K4ZwtFO*wTlWfeNXTU_@(aCB0o(pfh+M(H#o7 zCHJD{7#%uo9?fN@H`c;noH+@|8*mB3A#FTC^rsrSD{b{opRU%YU*{zg=`yhJ6Bj+Y z;NC$0DpkWpO?7MmQq_Xu|B$K<4qa-O(|^bpsGd<_WCoNvZ@LT&47V*|uM-#wxt39p z@$+R1uI$<&DTlPG>PHxIh4kArYqnzcc^_824IH!>m*yA2lJH|WSgjZ+PIgeeW5pF1w!4xKbP%`kQ+vR6k45!Dac2>`JaZ}F2KNTY1z}O+66HQA z)%|9_%HA-LC-y~drH{)p%g)(aWDG_liyF~N$znC*fLA978Cl38jt65m#E;(5BryoM zX|iZa#ybJ|&a=c1b94(MwBuE(b;MFb2q5KXEJWXAxWztsgLdPXr;rEI3uz#iN6@ZN zu{#Ai#xUVy#OohI=Zi~pzk=g9v}h~`e*TJm8(=iR%#!;3#xM*Dqln^Tz86IQ+F5d# zICNwbChw@V6MabEe{rGF;d3iRVl5HwoZ7vgiu)d=;ZB`GBwNi19SkZi3v*fejD9h` z1@28}Csdz#Si(g?`((w2Z5x2@(!5dS9`i~l0U^vw#Di`$>GKRA^aQka>XN)}hU~#@ z&EtKM)>&m2B{NksIl*Sq3x7((C%i(a(%Ky08vDvb5*b%ulN3=S``&`p6_y78F|)O~jvRdf85Th>YPUEQ8S$V|89R$1pU{ty1I42nZ8v;G$@Qi;p0XTR zc4Y!xFmUP~t-~TfPjnK?&^AFYIPzO<-tV!J;5z{ZbxSwQ1>F!P<7X7b)u>Q6NA!ZT zELr{6JSAxsx&wYWxbo!Fs`QEb!Srg#F7%*y_~`EFY4Ai*>Q4 zX;%&JvpMys&}6HP6b}OAUo5;DKf?&G{0L(_#@{~&lygypFRZC_p;C**Qh|yp2#a;i zBqJ$x*P#rdR26e4dk4%NxT$cdCq)g7f}T?kD+%zE3Q&&<6q@>f&^z;KjmeC_c{wTR zrM&CZI)uMtpn;>nGjA*lvo*Im4`mgHhsHB2m1Z}oKtVh-uJh$oIxDMO4$5LJ#a|87 zt0(6aZO|m*xh^N~3b@y_VU`X3+;c%TVR${-;J%WmlM(j}SB=CNG(!}-jIK{i5gMfI zXCdI6%O0sO)Q$xoJf@=jv2L#s6VnCM@)apnX(*X-`07W_3WH9fz1>8Vgis?V$UrC0 zRg%nxO36#w3Q`X(cu26s=LY$`V$}zI zQjsfmdStKXt@J_+5~-g`0g@KVjZ9Xw?%erm~`JoH*syaS)H`D$q1dDW; z`A{_xzjeTeoE@;8dK%6+P9om*O zew^?IoPHBU>W}VUL2kHUuE4-pW12cvn`4ufg`sOoHdytU63M__JxgG?P%iPzTq%~d z>~H02-$)MgOrOTa1?SYu+9vev^1bTYJRv)=B~KzQzjn(MH-Ie*F)>c(uV-TPw?MF#%^zmy zPEGD|<7)iC==@bcWQz1cq4WZolMRG0+$IQXZ5o3b@wm?pOK$IaqgE5wpzd_n)AJ_$ zf>t#v5&W3VY9i6^mokNV5_wzqw^xqHRE=dNiGkR`a*8Anv+`rg$pf6gY!wl+I$)&R zVAt&m(A$=#Na0r5__h!-lY}VrHiVki#3cOmU(Fk+ksQN1Qsl*DnL`@{Ny^cDrNdx zGzgW(OjqnWPZ9&dZ4z#Sb^K>Av)j+Yp+II4H^^`L^Gu_zRtMHy&p_;heJfM&p|Dkg zL}G)bsewmSBpKdecI+CqYRBy46F)7)==5V8ubp+Ambp6eQ$%13k4H4gS%5ma(a-0e|>Vu*)Vcrl4+{uxH!-y>W&mL$g5Cg|jr zRK9av<-okVMM*bBC|W{k*s=I*czYH_S3_SY#)19o7tT&r#MREZ%DjH1Jc7mh*7!Ab zc0c&}eTLF7I(Ip1>@$EByoT1cbJ4qLe45H!v3V6rTf;G^D!A2BB4-#JFO@Ia58FTk zMPDWn3zVFc$BG<6FtqcWa%VHL?Zh{EUsQD=T=~mVp<1oSN6Yh`Zav=b^O;a3N2mJaPy- zq&$SVp;wFQRaj)lb={(NSp(Sq-Vhw9i}ED971Tow7u=0G1Q9Fjx}}6AT()N9?=GIL z-Oj@rZ(#vFYus#4o#YI>0>+&UX6>IN8gB(y!fa=4Oq;};YBk{H7O*{MQUmT&^wZCP zyapx>AttoxSJms7JR*0fZJo17+>hoDgN+<&7<`v(3U~d5o4?q#@OV7aKLD3H8ZZd{ z1|P}?Dj}5mqCp3&7bvG(`&IeGZg}0%Iwr?5#FUsb#Mcyr^?5#Et-_+U zrbNq4KFTOcvpc3_+L~ABG)zf1RVX27v#aw>hnOp7eJHO91J%&tuCJp8zJeqq@OJ1l z{-h!d>S}HU*Yq6!-@G4nJ-_FUGHmQog8PHNs?gFA00b6Ki{pK zUl}mHBzSO2IDL*o2JYX^$6UX^+!?vwczEBOf1Yj=(Q^iiIJV|wUQUW! z$NO|N8?{pkWMDa1Or(BmZ0fSoU@(rei-6tsnT9kT@6d&1ct*PAgTmF(anW|)yq>K+ z{*f4$qfwjRhGD(U1=v#fX=u z!rd2%Lr?_C5Zqdl0VRQf1cO>7#?QHQmxoG9PR=lvQ@dzKvGlRR-V1Xphc_o@L8ZzS zQR&r6V!`i8n7(18y5&z1Z}amZ&G$?22D?ej>bl7dTBOVwoxR!6_ zi!`_cGOn5MQ#LO(`2O0qO{Yh;jW%SccrGksdh_r^S>B1CKS3~;;qzA5X5wM!Eg>yG zN>SQ$P8}Hwp!+H-mH6Uf*X63*TrqkiPqHKX2)u>X?h+=m@-c8Hz`ZNWa9Z zf$s#A>N>KH-Po7}A{C2^tVgpQvL*7qd?a@D2IT;uXB*uuN%SubDGJh8U5Oacis@?j zpbky!v%as?xy?B?$@ae}TsDgU z3fGegNQJ)D7>ij4K_V$S0y+tZLX13$Th>}NVO_w%yx)bAf{bZk zvly9~X?6+LEF@*~AX?CJv6yzW{ADak8g(y?&o6pvkl1Cr9doc49ua=|`M!@8bRAF# zmo=_S{J*H20|k12Ro9;;B^#mCRJVpXwnGcJ4}IY!VU;JEwC3N#T=cz+42NlKZwIRE z+)7g=62Q@rRMKBkN-B{`-Bq@%)5i)eAi6}YA>@xyD2_VbAw%AXQCI0jO+q^}luA%H zqZXs{ygG}AD@K1@zK$H(zT>vIHiF&>SP_cZ$O>XS-Kgq*RN7OT*YTImF4k|UHv;}D zy20Kb@BN)KSY17`@E0Cp)1aH??oDP5w`5FZpS9EJ7-SXe{Gvy}*ju#D>sjLTfi#%u zCJYN?(4hq10}wgzZ$J2BWe;Hp(H+`@7M~xRr721JMsjOdbHMHh(Fh!bgZzP+gwOne zkD-LgsTNF@tIRhgvFgq=Ft*S+)TLevWfFBp!q7{>sQ#};dl{NAmwjnQ14K{OU3y!! z@fz7OcLN*B+EkmI>-gAJRVosh6vv)%M(IDJ^Pg(9e;c8pGGUA|%R$8)NOo?bDyk+d ziD2Wv8IgE-lL#tq$xpx6_D;3HCLapEzdmR>8pK`nAsMkgDcNtEgEHBa>2Au?P4B1N z!gk@m>@#eMCJucnqA`v0KxHNoN`%hJBkx=5BYxjx1Iw5^Cni^&6j02{dw53r{Zp97 z(`5GL#jI1a+JN~T{>{C%c&p&m7K|;5wb`i=Wxs427k2Qs9t_aIuHN=fInR`YrMa`T z2ttVh6S%9Z{EwfuC@&_r7oc{G5}$_Ps8obwEa{boPnQlD+GVD9xCjZ|H_@fYu5~O7Y z0F@+akkpdu%gid2LGzl~c0o{uWVrG~qH%`~5*3_gqH#S)09FFAceLLnGXV<$VVtnO z?0vV}UFM`RpQP40qeRgDu|N{qF^RaZP!lNCbEXs_Z_t>Uj3@~ea|rtwAK?!Y38$gF zeAI*fboMoC(S@yOAs2OY?-VApUUYLZ+UIb!(}$oVsaGnKQHsTAVW%+u9?fBuK7mb_ z2@(e1FdND(p6IvRlqD63IHhhjX~1MIyH@InJqo^DL(|NA+w*JQtT4@VHdyfSVZZPTMS5*wPN`=KCzIOueEYdD zglYXFTP*xZxU8Zhy%t`?s;UVz+plsY!aS1!p_(}ImT6F5cdkuT?$qp1%A!K!7=IBT z{cMM0F{7tP`|;cES+EkFk$j%0!UnT6bg&27dIv`-6c8{fY5Z3tQbvP{c)yO*S0QlUh?I47m{&ZGYT99mLJr!`|uvc6p=qM@AOAX{%rZY<1 zm_r8kUTxY(U>k4lf_pb*de}bMBynnZ^>+y-q`V!hg!FNrxtShOxGQ_JEzK>P18Kc_ zz|xIgO)rre$$V@5(^six5=g1$>DyWAm+`6+BkE74s5T_dy{dO~bN;C^|GlOYAlUO4 zbJx_-%JMIDnhNH2b!@=Ce8EKc@&)(*{Q-cT{O7?xN>)Yf4^P_rSOp{?oVGJ>Q$c`F z6P^H}#1&FLiELpwcD>IIJ(=}0%Pup*x=l!lw2u3jEySvwZi$iB;1_DLQo5J7HnmzD z2?tNt&IsgPg_YLqce1qg9}@n|4^2QaPz{uCY~s&X%T+HAx=l%Gh!P6B!II6y8(5v| zrg4}^*~ROMdG`+H-_?+0z|ET%beq-P^YtQKP}bz3xbwtf6etQ!ox)7(P00xugG$@N zdV4a>#9+B-^#b66cE6cZsQf0fXpP=4+&i4E`lCJEG(8NhWw5G7cOv^-XYXQWm=*>2>56R?^IjK!6e_`pXX?rD?@5yyS9x+2EQ?PJBH&ZA7QTR{mPwuqVRK;2jWip>n~Mf zfvR!ET#A?1s23}Lj5kRbM5j{vBa^Z*C@L?|%00Elgi|n}`Z7(}TP_weTbZkA^D5xU zv0#-GN8AfWQdo8LPQk>(bdz!p55mJ^U6W}l2s}z90V=oSjv)VI^8~0hCf{WV-i^vP zyEJcJkGy$LU0OR|XykaRp;}J__EH`5x}&}_-!iVM z_3|2SQtl?(md8P;=afYFl z-ofu!#C*7Eh}g5s0`x)Shd}-O? zECR3EQNPs9s=ccUYpFS)(VP9FO8uf)C|iv=>+;c)ctJ8Bj3mM`ZiFs><_}jk-~}_r zzj-B{Va-Z&7;Ro3SM!Pt5)<-V@AO=!`-F3bMf~oVPGi%UHA&R75J5b-40t?kp`$+H z%sG{{0EQdXF)f18Qz>)f3ynf|hDo=x53BVyRON$sj3+G)s+t=q>P_u#Qcyb?EbdCr z`C0IYcBE3F1S{s1dDeQEoAUDYe8btsog%7ab%ihkq^}hr)iqnH)+dfG@4k?6d;ILQ zC3|#m1=(jbpdxvKt(+r|tUHdYSCkXx=%O43J}zowCXO?#{>yrj%NEL36lL@LPg2I_r?=dD6ruuJ|s8fPYvX4Vm)!I&(t#gA^kcbfa za`a(DdmF|>yHtP%)H;Gn#h9}e4UURIE6bUa2&fcx*o~HwTa0_!bBu8@@r@BxuDEgL zs@vD%bTTD^1tkRvQldlje5EE0S9k9AIg?|Ct}&a!D<(`dh83^+APkP$*_xs}>uZ7Z zuWE$jngN69B?k~Ls|B6#9Mit3I4hYVh0LJQ?o3&(m0`tZC#xqI;Mg=7S;ziHzw`OU zs#mYrnk<6PP9lD}YT+Dl!IXTBI0MeCUBjo4*v?0&;S&2zcs;EAp$P5-Cw?4zy57E8 zsS~E~n0k`9_~x6&ee zxop$I$kt86;II>M(eU8K#TBIy!YzZ~A=d+g?MJa6mhbfB!U>rJL)6$n&M`X|l+_-v zIb)f@TN z!M?d;kTB?r>fjx{egQYKV7{yhJw6W#HIvX{vo$$(e-b0I$~n?@*}V6-d}HGR=K+QP z?Hf2c+`}h29E;|6IBTHCIb50bm+G(wr#0zuFoC6&NoiOsP7W|_MvRl zoG5=hW3VZ8r>Beja*QX~NyN(V6hlJop`4fXB6HPs&^TL?aaD`PAc^L#dt zn{}ZaUj!hHpdks^15wh>4(!wuY1xd&OwR`mSlonEEaaQ+m?JO*!z^P6(Ksn!q2iG^`~ECgXKJkr?;*lL4lxg}10EvP*6Y42 zs|ZOtb<|cH76f}N2|s&ILwPL)Y~bWegNH-qXwj|h>eo0Hczc@CBG(S_<@61SfbhX$ z7DATI@Gn2#)7IDzY3UQ$H($O7;HI}Zf$7#(?|U?ia5bcohUO*et}z9iflR%tfa!>m z|4N2+AIhbI>`{Gh&FiZJT&JSO<&ln1szk54VRl62&?errA}%tEQho+oyRWL33_N<4DhK={~;>l=o{;0I8lEq_Y`FykF z_h%71x#J5+Cux=P_~c_RrRYLuN~zqWdbXK0oeDGB22Irc_k);$>%294w^(cslyvPQPcj*@5Wi2N(( z>FVLTBBFJM+tR^ct#Zl2f&yJ_SbN0^^595DA)|CJsdO9Gm=3?|Kt>??YA6%!I$T#S zzVqD-WK;~uHA;o|Mw58Ervk;+BEweoHk1slnjGDRBsz-7d7j}Kt&XK7t8aT`K-3D9{4~nKi&HIT zO@=*LSy`?x_JS-4eDpWqiqx+KJ)OUwUzRpx@wdI)?|v;rJVBgD_g`OV0?YHw;0Ua% z0L6v?(Rhy!|+57E@kD9ZP~61G$v)+EI8()^S=SJ_S9nMZM_{7lKzYD_pcgLtEB(D4dRLCF9=7o;Z!OuctNxP~hj9=aGwQg@ zL^*EAW<`Mjp#W0OnGeDGZjp8s_syqCY*3vxGvL?!y&#}}rgFE+K5r@%Vs2s3uOE56pfX|*VH*lc zW*4l%i;&SB8v-f<`?Pj^5Q7IGNCLKB24Q1;c?JD){6?k+#9ahaQiR~6OfE2IJa-H) z9&g6K3k-aT@tm)Aha2G8TOv*p0rv87_i+ALUm<7f?s{eJc-ehhK+m9>fD=u8NsMEf zCJ?Z4G*bj6ELl0AC3z0L0I4&HKJAU&{DLevILJoA$P8j0t!60Jy)cocML#?@d+VhL zhie?}4{oVTCDN6NVs55r@1$BZtm`MD`esrS?1SH zq7ZmX#0(Q(&aa|rA_cXkjp@=4>*Uxc*q)BYl zHFT!Rr0PinuxcWrR3RypYW&sLLh>E%r}ObkP38#VQv%A;Be`Up6%|T_`F=(lktfXq zFhjY^>fuF4qkGx-t;ciYtxNFVrP}cx>_|%VvtYkARnR0UxnEK#0m^+6g@j=bU|$9> z74Mq2&~o6YYP48G3n0>7URiFnuc2=0Ck-To}IZEuf8@6oCF4dfM%rd8#DUd)}l! zHV$WNr~l?x&{_8EQdX%f_H9vwUSYaRcL)!OwcbOw4~&ppJ~92$uW`W^jAj?45+! zjNU0a;Cqk6cfI|iNSx`Z5;xQBQTJagb7IaNLJ?FDg2@}03TK+9B?(RCto z;o=a&&>vDNw2_D6yTg%!pP<~8L1jxz1F)`i-GcAx_pV2uqiT;4+BiQ8S6Aj$HV+DY z7SA}ux-gAw)az#G-u+$s826m#%@Z4S`$&U`S~z>)KC6i}WveAu4dX!@xrmyh2iHU3 zueKZzu3KC-l%=hTY|HxlsH&8ZmkBEv$YGXA7Xlp02k3YfVJwO9eb0h1)rwO= z(otEMO(_F>7;3ZPAbd$2$mS?Jfyk~AybY(xIhNA>37C)hz`QVo{B0dXEbMXR;F9N~ z+bbGu4g7X1vu<}&+QWH#Mf?v5R~ZK4)9JFq8}oxr0?h< z?z27+e15z5ohX>Adw>H~a*XU|5)Z4(A>G8I)L89?TUmnMzeDCmSLyl1=%cdiZSDH0 zma(<|-2BMnYMjdbYc@(v)xpI&hc>pTQL-*(1gWd>9cJ;}bD0ul(`vfR9o98@>DAXC z7Rm2;CacBKpG4i`K9Iwm5H}>iuJu>fKz(fuPq!tp zOWCtccKbWNKK8;&6}R9a z`(^ZndYH`ER6zc-D?qwIZC=7lZ!(SPDeZ!!SjN;!b1K3TzkP#j=iM!FTm%34cxx}# zXD3+&pE=>{VA{wxa$Ec2jM6RW9 zY19E|V+Q*G^f3|@zOF(d_xHnZIoe2cRDrerZ~Q#W6(uKV0^%7V!OFpNvF0OTC}mrp za-0xC!(f5YEV=jYQZ?fqo#=rA3R`_TYSIz&Q>=Sx>;n-w#zjiHmmHoJjm-!LHRx@b zCXKTwECj{uT=0JWrKM{^5A)ldns6M z3Tw^_8U^UiB;V)f+Cns>XZY#rJJ?2BTRnRI=|TUmGeiK@<(3EtRT%*YV}EIO060Tt zR{tQ1S=j*8`|s%*2sCvALxDU?eM&?m2oeMvqk z_ksp*SJ@stcPT~cH;iPwdh!6`@`n0YILX}Y@f4YisT|A0c#J`OnNtyom?E!cA8_4~ zBmtzw*hOb*T&=00abSG6UN4E2xMF|`HZ7yz5pV0`pe9%wd?XFToy%t9k}ei4_m=!P zSo8%&2$tPV0S*v*CLL~6=wqLdF{wFN9ORV|R;!;1Y2_R`8SxH?8LSavA?AQVJ4nLv zQ9cMSD?jW}12=i8My_L-E8XF*LlAN5hdV7FFK+^JMp7MWGbF6>VwyA&wORGkszYjz zmy%7KODz@tY1kMZx^4kuAng@>%8zD)OYW*f$PITa31wa=&B)ps+?@y6qd~bYjgTnLVFKcT26zzn-r_dbV5+7;h-GB~c4B`d*GUj7R5Ew&r z@S%0)OcoLny3p1i$CyMF(KA3AR`M2cL`>u0Tt_M&dp0;hz<&k?%Bm~nP6bsZG6%hO zjb|W13@A`wLtM*njuT)w3h^e6cAf5;Q@>yd)Kl9k6DmhBEUT@iM?m#IGnFSw!d%P7 zWi0(vdCXJ$#z$-is^7-AA}{&-t$%r%&nNE(q-K3z;SB+gsr`rusEY-=igio8{qK(T z9gevXj4GW9&$m@hXKs`|ryzkEVYPTT`AY;dnB0SnX()L0rb}Q8PS(~IDA#PCxc=v> zD>28=E4$=uk&YKR^^~_^`jN(`XvT#)s|{R^S+wVOwfA6PqrQv#-=k#bS(gjM2)q71 zPl(hZ7j0i^`YL}!Hx(UXTSQfa*mZor;U^I|-TtClV6C46*#K(ON>O(Jj*xQfQ}8_^ zzhgl%_39StWJ1Ak2kxf1U^2_)XVY5b93a6~wBa`GIzvXcc6z1(yAn2&$2vNyBnBHw zSh@EyICbj>+Hm$I1c}N~>hDkXVo?W}CRKcKo3AEOOBzxQij9QW!)-f*t&>P+=W*s_ z`t>KgnBMee)*-QXYp0E_K#KcUk6Pc&hHGG^Xnb{&=8Lb|1E;SiYt-Jf548kWEjvHX zdJgt%>cN2y9InqN-p#@{up=?F%?q`e}3Cxfb+3` zHB6Q@29JGO}S4G z`2ElLcURFr?y-%v2NVGTk&}a&wTa+A`=1bT5O{de{Q1W}9ZY~fIodlJL3#bF#tDE| zuN43|0yzK@ zCF(p-9R*@XQm2Th&j)R+-Ad*4Tg=SFvpAhrNi8{T+4Gc1utTHsy55_gI_Le{^>dfVKLl!>;Xi&$SBWzArJ?+Sv3)6NEs??x`H+Aqb%y7)C-S?b>!u`RLS8Y z9L;x~^K;<^lyGveDQ1c?A3FSU_v%@NUx}^;E2PYc ztYxm_UFvg4sM>=>JD*W1AF0_jqv(`}Z7>a((E?c|y? zkwAM{Z^Dmt{`E8-i7#g#0q_qffG~v(*qwi#UWY%faWiW}BiDaawJ1{B0Wh5rysvfm ztIF$0S0 zXN3dP~%r^oDFt9wvsFB ztqnw}jkStG$v^H;n@#r0&d#|GUBwdO$5qLU&akxVZ35FGp?ZjPYdmwKrsHfLVg{6_ z;_6QO^xu?ELl9RGnZhGnflPzX!Qm~jX)`}}e>!t^v>BmBYvZ2yj&8eSdQf?+rC+mT z)SWsFrWKg~8b|T^DLhv|5wp)K;J%&m^Ji#?T!9~uFh@BT;|(nlZ@B3b!Y>K|;{0RA z+iks;Jbe}AT5`FLm*z{L< z(9{#X-V4GSzAjN+1hXmm={p-nk*bOp#E?)gVq%-)h^tLBoxI z+4B&q;xml=ny+4=*C(?-{T1&&+snl|qCSQicxa2{MwkVYiGE zQ!rl(BxHB07(A!1+&-}pmh8*kGVdvPRfD!4^;_ztBDtVwYd3LzpBf~t%)K>*n!li| z#?RBQ9TY`fZHfj{kd;_Zv1;U67LXg3rP!T=P!Zh|ggjY{pEYD5JXzlzUe_^j)R*++ zewwa)8-7a^CZA(^vPA%&!LelRyQ1TPyh-D7!PkL7wqwYab+xIz+NoiNbs4LA72oZ9 zv_IfawhEYpc{ig5RvV5re8Lf&9s7CV#h^E4xZ93Zrr-|4^R9-0{qd@I8d4a4h&ony zDqiyYFW2LLmbUtLuEW1vk3X)Y|Igd%C}=xPCjJpxfboCM|3_m8$M8c1&?5-f5b>u* zTJ|Jm@<1WHr#gZ_~Q|@nNfaIzD{Fvb~J_~wg_VjGF8BDTFO%+lLlfMZ!vStt+ zm{x3C(XUi;@1{$h8Wux8xDN}%dG9qNzig}Hanb_6o(lHwKlv)GDNmg}<9*`@a){<>o51T9| zhro%CX=x_eG9|8Cqofv$j&KvnNxa+63XK%9@Ul8uM(mIq-4%Apc?#C*lzb;w^04sO zbYFfts!kS|+?Jyk9VzHa`#~{cgrnWS%;H0rUK5-&?iY!Sh5U4(a8m6Xe|;@AgqG0J z&n>0M_4roN{Z%N0Y55*uCkiHSx3<#8(Vff!+<;OE^emyLW{se- zQV!^f>-&>CGRJRCNoRX~1M?xFmU#1o{Axp3&jI;Xg3wr3$rIel`)fz%JJGSl-j$}` zI;=W1YnB1s&JRDgqKibD7|7O^N*NQg=+Jz4fr)-#jQ$t}B6e-pBoJuBPMJBT7DAE) z>TtreMYN62qx>>1NJrKBT-zVt87d>=>^Dl#54CYfxlJ8bhU8l8AQ)Pw92Qj{o;?|7 z(rcO!%~W(STk_jie*+z39P-E`uWWpF-bdoC?JYID+l<29+kG7EXM-a1?+!N>bwv@R z)dtx&1UmIHN0ZWtyPY5QQ$rOfP?gqVg}-%(nvzbyEbtfwx9~oaYRJ={zbF?6bm)F8 zK+59@jdFu)l#YxOh7&Tt^>_LA5}`wy3l~+h~_@VjcY< z?YN$vN#YVu-0~w9OcbrU+J8&hiM)2^VrJtk4}E{n*+@k6gudIx3gsG*+q5muoJy4j zCd`0Hjq-kBB}faUzjd802*IT>nWM}UKjm4uvLVOL10q^ou`1H|VDUct>{x%HYFx6koKRt|L@54Z*cbi4d?zBr2X$n0^Dm%1OO81 z&-h;^`6HjWoXw0}2n;Os92~fb0O;b+>;#5-j(W7tv~29`dMpO4>_h|(j&7Dl+(aH8 zB=$Boj&u(6US32zT;KjY%ku}j{P(mAaU1#H08{=M|Le344s?H?itaB{c{m%{JDM5j zS<>oRnweO0SeY3bS{nTYt&6nU#ybLhLk57F$XI}R{<%kg!$+1jdWN)CHunD-1MVZR zrja@c(#Qqa_c4Ehz?J!>_6cU#Vwbz$I|Z7>YW2cEX!!Ie!0PzK-eG_SP3Y?uj(})E z<0Pc@bJCcYcdoei|`205Zeuvn9U@pof^) zQY3J(Gp9g_4N}!3KYqOG7^YD6H!U`fypvW%~|Cu-{S5REOo%DpU^6S~pudW^PB zY*Yjpt_7)k_mc|zPWQK_ocH>OtylTEczXAPxnp61o?u@S;yM_ zEH>v?xA|fv{Z;15mw@J5J?W30W8vA~&eE4@VEapl;KtV5x_X-vel zt>a@|GC`)iZ@T|ldFynD(H{EA*KDIpCxn`QUatylQEwS<3EUo?$}%cWcI_{)DbPSW zJ#HTMW(8Xg8YJ7zo^MPxVp>W9C9!LP{!1uz?e*n$*>yXqoi_)uA4w<2;-t(q77X(by2cAsYu`o-QOkoub zTYi*d(EHY%AMnvo=+Zi^@|_9!aWY-3jwWJL^2ltR?jCZ<_h0vWl_Xh17uVnVElXX z%m0*BfS#?B|IBM+&SJQz&K}e)AX&%q8?$wp@P(-83t(u&14QTlwUj?b+B%z)E{S+3zRVm)QVA+dSBzk+x zed=yCMYd3N_9nnA(p*Z_CS-FsTtQcXLfMwA^11-dq;xI3ydY=+RR`#5a9^{2Fs`Iv z5aA8>a$f&?c%T7?Cj=sSd}VnIDa>~4+-%<>(&1){Tj*pBPIC3q7y9B+E~?H+F!K9t z=zVc^VNnS=Lyz(6a++lq;cAXlZX0~Nz6I~JBmM1v>ruH7u!;4g%Ep1JMM(kRyV& zyayurw6m;Il&qa#r+IKVTF&4eZTN^%LH(jet}2h!r<)WxP#8sZQ6a@$@@90#I4|Zqdj3ntD2UMKb!5P6kNA(T-N9k&hlVx4TIrOa ztA$V~f`4mJ=%Ic9!B*A9HqaOr&sDn828I;}K9kib8^`Ai7~yQ7w&AZUrVxy&4N!Wu z6@}dH9>`wCeynAMJq*V}oRBr8XqqD#sS*5vMDhQy_D=DYe(APw#kOtRtk||~+pJV< z+eyW?ZQDl0wsTUw+5hg|=ls6?UA!0TYOb~3Ip;GTj4}K%lm-#ba8^SN1{;)@! z<&t70m!^9FsojH#jaGnm3-+l;-T;t}RfP;H+%A`3^ zbB2pc9?ThP1N)cb9O-=Q@%~ks!Tl=D{A0oD&vE{$K>is%Q(BAqYAk%&ApYdn)I^^v z_?-k#;OEA_OL&bg9D6FIA!q?Mv;w96hsL&{B#GuH_G|DSdn%QK$*{fRK4=MpGg!KB z;1RAu1!i<^Z%tKIT}ExLfh)sU?8rMGg?x=?rDsp$R-u$;)VxclOKU*6C?HWoKPQQD zHor2kxIqLmJZ>u87N43bHx9BBed9+>^0I;w^0d#qu_{pBJ4O{($R!<4E>MzdgY;BA zb-uB~ptRAf&h_{HqaRtUo0?dUp4tNIYh$3hRbSdznb`eeVnpq}qJfnSEkJjC?ci0S z4L64kMOFgdCl6Tk&k;HmKz2n_WZRk*mfI(o@DAWkuZ4ATgB|ph&72$|44G5n?S=_(B**793>@X;}q{w;V+Y{G_ z<-Y*8|4`ahr|eYEWdIa!V?LuEV8R2E9a0(44q_jLKn0thH!@@L3HV&+EhsIs3{zP+ zj!XV6`G+!Q!Y)lBe%AAxz|?G3UsI7UnD<$%m{KQCR#@Fa68G#IJ02<4w2K} z-(%lpS4Q~Z?pZKbhKQo?Trqj!6(kTZr+E%}h-pf;A$Yr6qfR1J9F0h&E1MDr4=5fT zmVnJ$tNrm{MD3X^)5xtS|DEpNX9WK}+xh2c{ojtv|F?waj}Q94b^P2xIqiRZefstF z{Ofi81UKnPe#qW0a@tN=0HKj#{jP|FA{-&D0b@L zY?t&^E2iiLg{=9h)=BOC4{6x?Bvzqt{Hk=_ zhDMV$ZiOK7%Q_JlV!tkAEQue`YcVc7D}gI{#%h^XLEh)8?K~ zv5ZdpVwqEsO2^x1tj3Dwr;ut7fT_sgE{-<&Vc6?^1A6)~__>L3+PLP-RuYMaX_(To zKGbrEi@sS^!^adNh6xEU0u;7Iq$Z$GCRRrJ1H7S=NWqG{TuDFrJtYB9oI<>2+cbC* zs!0X;v-5GevCmx`Pz*#&Jf#$ZKV)|@E61TCtisFjsGI>}>9_k{A3p4@)tB7`GvCmZ zLx3ZJsaaEC>5nDTa7xBQky!bkxL!XaOj=$bsos{Fn;TVV=6f^2mgz|#sKt{?Exkx-dAbX~pi%QTyqtJyx*y&B73E z!`P&+FP?cOL$V&Oz4rG25;>&8VaDw>SQ|OK`;dyMZ9{mG+pf+Da>v`c@qWA3#Zq`E zt3IFwTgw3fin4;&Td~E)1W*byQW~QX_e_RdJc?9l=M&?$gcb^I2RZ?i> zK%4(Suk2hBR}BcSic75jo!a-X>TTBic(!WFao1EQ?;07Te?(G$r5=%8-;|XfjH}s3 zdy5kUCU_dgJvh^f=R9k`VAz^a4j;;FQe*uc@}tVCQmwM2M#XsRW^X=TCMb3iGT(uJl95Zss#{zZCmi4{&N>Zd7V50YsTq`mo#3(24rLj{Js@YYx!Gkdxji0z{T@yzO%#QR)aV7&p+l8eG z^W6sySUt{K#tsHtDppU_>8b%md+s2jr335hyU68It8)!*hPj%V_KKkM$_>0bnnOyM zWRw2MfTIV@#*ORlki!LK%nN`IT-xjt6T%wD`Xt^BmRYIcYtX)%89!>|UxOA%KbD53 z;IaW3Dpfe7>}K4qb3S2pe0}YBagNKVW#_r6^h3A41@yH|-X0i!**PpzH@SO6wb$cC zXMgG%C9l7~EVse#I9^>udGUQlUHs+LH<1)tHh&?q`L9#|k5yM|eMif`jj;d6c*1ab z%}OuSxegz(5Q;4x->&ekA+oZJhjkw!*D`Fr(eq_SJT*P{aM@LMHW}Kv}&M) zFhV?)7*(uxCzFHEI--QGqTUW$?sptaY zvD$}0f=2IsQvTIfg+CCf{Ki5wd~I^nUT!1y>^cFt*jyC9MOIvf?bp3_7vM=GZm{z+ zk*B6VmL{R1E-i%s#GA3zEwX(TX6sA)CGN8Dg$j1CG`u%%CDl(!;l@UF!Ks3TUV2l! zNGKfEuq_I#rc=c6*OD5vgzRS>RH1zNo2d|!>pSJV#aW;d=`=1VAGS`s-Ca7@d*4*f zUOvOMqX#}T-<>}=PkkR;)r9by)(^EduiPQ9{2%(f#Dg)Uu7{|OdM{@=YVLG z7=7sVc`)6GYVWIJL$h3!43BK=WCKiC!SzTTA^iDZLFF$L3lOhey;}Qny+K(s;~#72 zV!fdah?i|3aPzQ{ASyf0&ulb@o#X|7#2B*r`$J46XdRS!ymijD;0)40QP-l2+pKjo zS9VPt{+KY9N8|HA>L3O4UB;YYOQdTT_r(>8L?!{=Kakr)5x}s*vUEmac2VTNQYZlo z*!TCaqqlyJZn7zZ1-uS!mEymhYR=!M!~lUXcUQsUs_*1)b@f7SZOBb;6!tnxew}F3 zdjdSRmw05iW93&zTP!1-qSeI@bv4M7UJ`w5z7@27UlPD9FRq1}FajhKf6P<-Oz?ct z1CFf>m{}1+Kz+C5({W*C+pLHJLZ{wu~ zm%Sm59w9-dXye)CcqlC-B=6Qg)H)S#zSlN#xkr&)?D&yduXAv$sB4c|o;2IVI z(=pC~LQ%RdZ-&uD5~Mh+0O3-Bs&bH{L-;m*tInhqt`o;5-L{B41l6Ly`rk(8GrWX%8 z>(W)jB+K|A^iETkH{#vX?wghU`0n23V%dz6z+>oRvdN&xdLv$=H@p3tsy^`u(9pf? zzXpK+SQ7sCtL}e`{>(PpWqZDmAK6!?`!5#x1O2pPPQRev9~u{QF61Is7``JKp{7T-%&(LRS;0;RNY`*hGSM%9FiYG%spgS97V_{JfA2a$@GTe>xrG2HSwQv-2 z?P^tRBpx(0Gx@V8q@|2fR{6ljfDwOpH%d{eVK#6K7hmfgp^v+%UP^16p)?6QYq)z#&aK zJ!QHOD{kOL@X`i2TAQpbMs-YZZqVbFZtYwx&EWFIaoG>*CU7?N;92FH)~ zm%EFQ&Lb47Sj?mQ*4=v%+Q2!azps#ma|0fZe?`I-=zsR+Z1i0W^d0^#7LtS32)PkZ z733sZ2wKN9x!$$RS*1ow;%FG7L!on*rkUlutMo+mOmMgXxnG4bC zr`A24rVE5+jQ918EiKKg-`~_Ov&#z^r2ba;F+Jc9lL7hQJ%XG%cVe|0?XOH>Fi~K~ z3_`gcmH-j~S>aYba>k`d#EPV|`;A0WAQNY`0{KWG6roBxxiRDkKMxy!nIBj%pkbh| zr%-)5ck}9}KygP~4PfDpFeFBhfbfx-tvp}r4JyOH&;aIL-n1$Od+b9RIoWA2SBnb{gE!qpdEM%*Yd#5~Sn0v0dz)a_qz= za7YHbNLh9%Tzj}>$Fs7_6E`wlrz#cM5arE3;3N)m?h-lX1^~mF7%3F-k>O})2%68A zXhHmqjZ6D3J42H1fl&93{o>7I|bu4HGTBwD42VUGq zug7`wyo)3gB&wkS68G*f? z8z|RAR>0*~mP`y7nyj8ranGdlK7aSwcYVU5xO>OB&?*#%;!0)&A$4h9Go?A8Bll#l zGgno(iKQ)& z;LDU8zdi$1=G6%YZtTf+>}L2rzr5sRqzEJ&eg%dS@hf`r!a%T3?BsZw^HU0L1o&@VcTX@vY|3VU8`qB0YXqxLvDM zr_JfWYJw`FH1Bf_(b=Aku~Z;AUZl#(@u-Wp6cUR9l`>->gpFdAgbQ;!BGt*ts)}a( zS@gMY2Pc1MtQPh>vQa{c*C)tv(MvtIh8`A|wrwbjY2FN3yqy6GVFjAQIJ9M4Db(sOnM z40Zi!gcxt$+04$%G4}-qBH2VIDiZNpq&3u2k6UGH--qI21dv0xt^;C~y>FC~))k@x zmO_xpm==ibPHtwq@m5%iXh9-9_%3aPS%=~ZhbtR_Gw8#LC@(5wrad0TQDWt_g6`*K zEE$<2YDRS`7ty<(hY+WS9Q3PJwlIDKJA$ayki}s1zq9k1P+{wdxqE~;O0M<#aeHOh zKy)&pA$*=F650q+mCcgwWg0)fg*3S~a+9JU4D6?kFNtOi(;Pw=dxI+~c+R-PQg^SP|oM8DVPZv^R^=p9^g0=CuynH%muyx1HK)#{#xs?mh^r z`c)14u+dEI5yjWuv2x=b3K`K_QY@q))rzNQ`O6qsw?QqR@Rr7AeDtiMQO1kf<+@4k zSP@h0ucQbjnzx|TukHo!mr~F_Y983w(iqy>I2qeG(YPD`u}mvany~p2`(!c;(3jsC9PNES~5HcmogDf|Gl&X5485Bdn+l1_C zQV67_8`00u`n-vw))%Sq5TZNqBr%Nfnnr1%z_hZ8$vcPn{{ArVl|M);@za_u2`Z7z z^2@{JL|FzK8g6JLIMX8K(E!NQrzM_3BMD$+O!53I*`N>v5nL8fnHdPuoS~Y=K2pHr z4}qm+qR5Wpj}a`UBG>B|0}OSoR=_9%#{?*~7k`c1>Qfhx?d?U8P-;1b6W)Fzr?Ln) z<*6jBxJ8pbsy0B)Uw)&O?oh7&7?JRQw5Xd)6M!-8zQo$Fqo?(gTP_f=cPmEw(hjz?@F6W&a~5kdWBz*_C*iLO+$)iRp0bgY_H zYp8VbLj3AHBEgOn@eV082j${{s0KC&7QXR~C8yx8o*y`hV-Oi!v`LbtOf3)CuP_(s zI(?NKL6(^S=8>fjpKu48h0 zJQ{++)_I)g$F%~kS8X?}PibrDz4Qd+>z9;v;r?}gN$`*H^RK)5e;Y@0(Qr6yzLu%{ zdj7A={fVc>k>XzxCh)*rhz@wbOOoRos$wB~fS3c&v;l7$AaG$tL4~c7)Hsz=kE5#@ zP2eWL-!TOQtBGnPVt<0<5l5X+!?Yl87XDN5%!y_`vL{`7MLQ~}8WFso02Trmu0Y9#(Hf=%2@x!8_04tA zCCY_u1LRr=R|9WreXnLH^$SG~5#1maQowa}j3cGS*-v-0uS5*aONV>yM2HYeC7BcQ zm%h0Hh}Npf5OAfDQZbrXUbxrol*i;EhB_g~Lm#yoz4fegNRIs)&P^_p3J81Rbz4LN zU>9=4Pe1`^o<*3a)6%J>;BEN?yW?q&CBjHWJYY6!o#aDFJwqWWC>IFG1n&&o&II=Z zCn^JPWWE0hIWMp;1v=V+VbYDl9jPCxbCbw5LXg!G508ToF=z&x0b9uo1~Y;!u32RU zW>$4%e}{hqes3y%aOAy-WQK(k3vSXLf`ZW|AX4qY<;d=RbpKj`-`Y4>BJ&tAk6u9) zJ1R=SY1D5KQ=>JO>Ar(;0uN?eq)VVA!y`ZzS)ynaYGNQ%_(0d+K)7=*GXpfkw8S=?LZ~^U@P9Wxc7ZZEhWFL5s}tKuuT{=t;rqrBx+qTh!vB) z6yv>}Xl__!rrUHxl@ovPE)MHi7f0}EVdN=-GIi)B@DPJx+K{H>QuQZ;19%7cZHj7? zzCH9L!y`Au!qsIlJwusQM_~3ua8jqh}BgT36e0$!OoJ z+j*J!_AMnH>nA+ebXcve;H9S-5MKtVm=`=?Pex=ObSm>%fSSZqU1t-2*T>(WYn6lL zpo#}zd{@2^R0s%v3^OhLtvaBv`t202d`jkb>j7WRrQrCAR4|pGa|QDrW&rCRpJvzh zDgFgwuGlycG4&Z%Q;DMdSVQj>_xop6;%*QeERd%9zIJ+$`eC|(LWfULViHh(__V<# zd<4B81kru2>=&HhrK)>XSE?Go<&u9%*qt1hQzwjE%;=pB;vZVb2el%yV+dEPTI3PN z_{u2ZBLG*mXl!G=9z$~%4!vA)6bs##Zu_|*BOe;5J+Y=^i*Ec}yFr~c%ppHZRpZ~k z8ZBQE_?U9Rab8&ns%C+nU>qE`^0-`QN{@6vBmAj)WtnzGT`T$vM4qa;b^SYaqB9~0 zKmJtDV)tNr+rnDytSS?Zfq=4*+fn22=D=&oog-s23^eYdv1^^5sPjUF@)`}_v^)*~ zk!Fk5G>b~K5KmONm23lFD(+ltG@m`f8sh;TmoATJlkKdbDt~2+Y}X|Yu)+S$E$(>< z3Nt3uqJ?^!7_XiN*ULLj8r5XyIwK66dy%tI*dl!Cxkpj}4%jOxwKMGGUE!eh++`Q4 zD`IYED%~cuGsHstFS!l;QCb?d#IXzQ&cTi`X6N$?qjR0OOgI2m_S^a&i(rH40Uaf_ z51HEPU3Tf`C-)}wCT5To-e^|tm7SeYUF?T_`HtfWkssP{%i^I_(7|LR9nw?wH!JVh zJ4Yso;u2fSKDTL$@{3@7o5IjoUj|F@Ay#bU#XoEeJ}NM-j(utC ziCckahUU9=E|1eZ`E92LP3A1Q4za$!!9F@qi9Q%R%%9;g3Rbgr`HFK|ool8|2H%%9 zhTW6KON@wvZb8NN7zxOWy*d+Q2;%e$a&p$!W-;dt%AjQ&p`vXC!EDXKN?OjF-JuOe z46)Te`u>G9_}???e`IL^C2B6a5L)!Tj-PI^=TxUVzNzFTrqF zs7~W>p02Rm&RhmyI(%b1`T0rldEM1jhfyPrDw)f`Mgv;a)>cNvw^z1GPzN5bmsC8J z@32TQEq0DG-p6#Tm&=ixh&Y}#CbB&Io;M6Ud3nh+O1%LMu>&O{tF%pRbqO z_kVx6j*bJu0n`%1;Y zUvCeWvoqZ%W6Hw=%oB%7By;P{T!v0nY53(fn0(P6 zIy*mF2oc!Yn`@b(iCDTFzLV3$LBV%+-KKmLIXwRA_Wi{gC+0UO@2gJ+WiE3T2)`XR z`0|)M#mR{WX7r=0Y5O-0SavJFH0;2Cz8#c@XKA%Zn)nodMh|7v{%<~~z+WXh| zRfjWs-tP-1!iYV^Y_5e^2jsGB@{LYI3~PtZg)#`U$}e$+aB>L}ScDV8hs97k0J>Mk zc(WO0Da%3Ku4^%POBF0H!slnS&d9&j3&v2bpMXO4b-(dbJ=Q`<03><*-OeI&3PLz%Mb0cZ@;$+9| zH-H4!t@o{Tkz%`fYpt2W9mr^BF;9m==8=37we01ixk&G3F^!C(lC$*|1iZ$^YVSlP zn7v}Ef^uB)4@S-$u5xmDB`kUKO$cZuMSf5tWMBzN9dqPxIRok4TLDl~1oWDd2m*lu zEZ$b%MiJsluFwrmxMpx-aRmQX`bZJ=VG#eSON;T5z5Dx9Q9{O$7=3BK-9BOrVlyHd zA;=Z6VY3c{F$b5|Gu#^lB_)nc5ABU62IP^p8zLplGGr8TBDE|z#rV8gU&_}Ok95d6 zX5{b1r>}4)ZE(|fmj@I3(o~42NT0vJcPzKWD@4LBHUopZCgWx0xYN~OHji?|+t$00 z@a)Xgn}0mc+Jw%xjX1H>VFJbG;7dW(l4FHbR+=w_rrD0~e1`9P;6@YwR5A^9#z?kj z5q5_?ksgu)8dh|ZwXp7(-EZHcR+GKH1x`1D7luM;RijTpX$_&ZTIya1wtgJwiK=g! zr^IBg_f|A>8#!}Z61-CyH4rr&4M#UO@y6Ivvz|DM^+2PG=wz{mU~I$IN8b=6VMT6X zpApc9*=lHRzDp{*T4h~FpQLZ`yUCxPLCqGm;J4)}g#X@}r67y0^Wk#|koy}mACJjY zR2gKnSBkYx#=zVpX%ZafY$#^Khi@0VSVm1Xbunwt4(LS~$mYrFF-{*`mU!g_25L|z zV{Ktc%N!n`A+5z1ICu*LGMHSOHpz~EROTaq^N_H`W383E!xB59HnCbV<|tr-I`s-V zH2Qu>^hD+fFQc;LeZ5oh^#KXe%HBvVV*Wn2>(tOfv#4JuNy6m6N9CVwKZXaAu?1i?58vvZ0n z(eF^MX^haS{$wp(enhR>>MgJ#sxt|_?1ieznslD9bg*=k%#5Jpceslg2E6lmHgozd zAm-s)j%BT0(>{`YjvApM(-FX`i>D2%8V)j2~$NzBh{q+E*=LUoJE#{3qJ$tbO zlUrR$tvJsn>S_R<{~R)>e!8-6u~Wg^ITCh3`2OLYIXVO9L zzMW4+y=6|D`{pq}@ja+7-Y;Tp(R|)I9{gBij^GTeqFRR4{;j@>AI~zw(#jg~5=KcZ zw64=%t}H^bA-2GSst?8#JbMuwxXQj_D^XP-eqM9L`Ii0QD3Q zB=HEkMF{@ciXn^Io-hI(hA7OiIZl@Ya?0|0lN~U{Y8Y=Bkq!~drSKfH4$G=`Th!A& z$a-%%s>y#$pU+(A# z(!>A9t_QdqEipV6s1wu(D-B-a+iA~}tBDqXxoH0LFLyX`JB~^*k*w!CucxZh1d`QW zzDP;vWK2+1Z^77%nGcx1zuvid>UKlFYM8rU+UWl%?(!dAA{A<pc2&W zF^r(pB&E#~`1S}uK61+ct^m4c<1s zBwYFXY~CyGxoU|}A1(JGylOoHmh1Po;5;!!DYyFII2HNohTk1ug2}d4;&358jO$iB{$y&=H{YOFdq-J8u6F3Qh zOI|(S?LIL#Goc}z0DiL_sOY`QJBl-2pL$bY62;y@t!g+46RG3u!Q?)Iv8~ZxVi<(m z<@I_y{Bj1p&`GEzQIo{78h-IP$Lc#wmkM%|W*<2Ey0WRur~=f<#~8PK;d(-Ngb|Xy zz>~KT0Q?4LLrO!6vQKe4h+qCeoQ4D%!dxXSfwvT%Q0oFZUrK6zpGrq~EBDTerd<(k8RGJ_`L|6)fY&o%&QUR6D5WgbAaikBF3AHu@*i;JXqW_t$riRk z_|httxL7s2BW7S{W-#v*y`gDZsPtt1gqer}T(+M?`o6)BmQ*wjUhAn{4YBYR;T^Yv z>oRuq+%_x*DLiq8OZpfsjm)=^My?*RFOeU44hOhPs%o>dCN{8bU?6i3B|MeNsGByW zr*{*`^g=~qS`}Cw&NsUsEKmm==cnwP4?8hNi|2XKE!s%A0^OyCzxUG6f}4|>ewKjq za0V~YW7>0%=4jRKfe_54qP^QKS(PUPzb+y~MR`-BR0qGJ4{3aT6d3FkLNx53F7Pm& zyU{}YLo7x+MK{9Ed=Cw0-i+LkC|z~jsG_K8zBI2Ec~oHCEj{l3M2E)p$k<5x*d$=1 zEKMG2_?cE;?W%Se>2+qD%PlM0QIT7P`I@_s!%+qL9+O>w-;!hul;Wq7%Zz{<96nz& z*H7e+4$CL>$i|vyR}o7qtrQ!^)gfTu7E&TK?xn+kht&%G7Gn+a2D+&f%%U4^0mUq0 zshrvqOzKo)LW`zc-Fp3j3DW?xv_(`M|IO2CqMtV^kT7t{;H^u>x~|h9+>%!cC$(kC zWCVzk3isYzj$i6J$?$ofiR@0!4|$du3QHkpoID>9r4VRxyo658HeH&E*`yG16`fcO zpnDVkV4&?LA$*Um$2KW%OuXo9N*2u8)8I)Gdpd^LoD=K8wy&v(Vb#a1eWk}0ZKm8+ z5m3^MF)p4c(k_I%+?S~sW zMrcqVU4sKpi{EwYw19HJ%-<>-u4;|W?)9L(JnBXeeLBnE(A-dnK+lWYfgHZENjCD2bRPUWE5Xt&aizyQt~ zswX_-JC4*2HlmPvg{1~wP}6&6__X+n{Jz*%V3z8z2zDDB|f>6&&0jUlH_zRJ!TT^`iWBTbj;Y=6qv$0$oAL(;e2rbCX7P@~ur?uF2~sbYJV zVUFhPG~FPTH}kcwcgeN}i|7cXP25>L&Nvh~+?8)uGcEotl{@^sSt?N5!#LLs8^lM{ z>6I-ufRKP@2WAB{z|7xLHyxMEf9oqrAD zD+XBrM`*h)*K3O}Bg+EEfi)xTIuW3i(8_bYz=SKfM(+T@>z#eVYEf1@Rz-Jw48>Sg?{_@ z#q4i(Ga7LN=~OFP9i=wx@Lc)1i6UeWyss*gCRM*CCeH%WyNB3jz;r`hw%tFumV04* zo#zEDl?)a>B?0?%9!}sZE_t!=FwxH-`k(s{brvL-Ei$pz4#w|4cgD5fBJieWb4Ly} zKK^n>h$_RW*1ll9+ZV|DS7+pJ!jDR04tx0UZ;5C6WpO~X?%FFAD89AH$cXu7i`+_l z)LbQRp5N5zh$tR}o71yQaI4Gw?D{n5xhAoR$ZlSz2=-8>c-U7(swH*6wQE>bPdNhlwyuO#hQ z2yg`2D5^r64A6s}rMKhrf~8*rfA!8ceqr#tElG1r*=?P71{o7^LsYg3UYqk`8gSYEgnMb}pewkFx{ zBB`mD{!nvtxM=pGm3qx({ivOC%VWOs#=Ly$Z;~1R)$4os?n_SfwHXdz|JjhJovovj z@t+~l235(jIX>jgSE`e3!(JRi&8-rCue>~R9+iRwbC1=iLMD4gc}v^w#AdtPZ2>v^ z9YZo6cx0tFx?Rgd-7BfM!uw4Nlxqj`^l^@@=SfEsGhQVeT-FhiBOz{fUuG3XLK@$X z)8D^M#_aQnai>kquFMNdX6j;tY!FMZ~CraHeDy@B!4mngocI|xSU zdGtIKeov-|JLk@ZwjUq_h=wrVX>bN46`KE61{@tcc!auxHagEvh(u9F9jg0uC_Hjfv5Obq(%jLK(YF zFt>Zh7-RLuHqM?KXd;|aegwxDvvxEnqmr*6z5nv+{1r&yQxs)NAJ%C^ni&lhQNIR{ zr@BE59G5=Kg3&Bo^n{jpq*AKh=g<`qe$J6o1}c;w)NeoWZ9hY09=_~~P%hNtUXQA$ zyBWvI!eT6VoRngs7>@OR5*aI(E%VKLqZ$lBKgNIyvvG&sAyjv5SM zIVBi_V&Lb@9@T+fb1RD#S$pGN>|9X0S;j{@d?%Vg%9Fj2bU#t>(<}5?1yssSVQgFL z$lvvL2>f*FADisB#ggbsxE^)+eOAkQpoA`o+(E0NLG5t!6e+}@t#uxTb&Lcs~t#`G<+lKljzeA+xTmE9KB zaiYmjo!REn{vBX~lrKPgvF8mmoUKv{RbF+5hl^)0gm693N@z&*Fe9=iwL9_pOrcC- zFU}@fSYHz+PshvPNCtsk9q-#?_vzW2-0yDp5Fbd?+Y$1yq`uZHzK!PnxfbhwN4>yC z1y1bbwDJhl5-&dpRE6(l$M8I{8T*z)s9^dc7V67CR~AR! zzvsJIskps9&xG4n;rjZz?yc1=>Ei0V-)vtmJvMcAc8I2Q=WZjE5I;DfiTVfLG_RXv#O3FB= z7M8e?q{)_qTIT1s-Q`ybHOY@YScx4X&1)2Xga z@7w3qNO4BUAE{pR);tP}eIt$FtV83s-vNLt5_Lcxb>Zjg88%>k&a0TC&$d%htTZ}H zCXeIJ#Q?f^M}K}OB{r!M@ixc8rn)*Isr@XE0Y8v9!hqmW704Abk$j?}T;BH|K)q?@ z17fqI2lh1R0UU&wi6S^_IscI=E_+t9mJm#3P5tI#C89PZy@$G26X;?m-9KcXw#%%m zBLZJ6Q;|lEA|mYa`rA88k^f1oPng*g9}a)uDc8Wd6ukIJajj6ra)aK%+Eq#>mODyV zS7AMU@U&h5)HS}8tS)TYr!G)@W##zod}sZDfj49B&8lnHi}vH)i`HcF(5#>iMEn4n z9jbgohh;ekJFZtAlbK=W_|icHhx7k-1@(4zLeO{CG(L&s=6hORw^ zm{v13h4pTNI;gK)Yf@SV=)|V>St6k|M343`>eN)m%KIQ?vf2JfI$H0SH?Y{WBBkkEX?z(k2{WqVDh%_t&?{hPQlXcn&3NvJmwCd4B$n$LRMA=PFWmGp`A@0 ziAi-ohF0`A%6u=@C{h1F{ZciyUtAe&O2PuD$_m+~*wWH~o)&3D)*8cd76);$pDeSEqSu&2Af`xo7bPDb!^kFPz_ z{y*;#N5=xiu|EnPZzyS$qJ&5SxFX+`Pg)eBl~HKiU{rbPiDh1uZ1^aevN3NqR`9>2qAN=rV9tNlPZmV?+624|_cmwEqo^=I zloTo7zGIXW$8#a1Hx4G&;{@{VV>`rp&!`f_qs4^YKCCaucH{;G)Ql$NMh151<77Er zrNuic)JQiK$ zmuCcCyjJgdL4Iclae!?f+QYvp+)ga{+@*fbxMU}Yzfm4MIF1Hj1&Fv(B~($M(mn|l z#shWTfW4rPIS2faN;LaW#tpCziEbGNM(L<9saTebc#s!8V>h% zo!W3bY@1d#Pf|~ftEw(%e14X;b`m}q+4(&-<}@j^FmIVwD3m5`%xtDAyGUPIK7w_8 zVh@mNNxg40*<|F=nm|m6Nt4N#2I#6)M`Lb*zA#C7ELI*^5H)a^inAi5=)lR9i8v^o z7g(4y5Lm-(H5xlhG^P+I7|T*XJU zSKWJ*o8a(?*#s7g1{GhTxitI73;A?4`Qll>0&gRm z>_mT39RZq((u|slXh5erfOHzkE9ze@-JC(;*S2S#ktne7V)+PZ;&$`S74}AKw&Kuf^#9QIjZvBS(m%=t7b+W7%DCgTw4S?YRhs;NbpZPL+-7=25A%e8H1yqC$iJ8>ZFL0wd-}LWR!I zHu1Nll3U3Gh?Xn=QSLijO@;{A9_V6dO~w0W^6zU;lO< zc2}ZTlM;pQBFIzGkP`luDUxCc~k(i z#G2n{(IDKA503q_d9Y^#xMtFDA#t*9F6U29o=>N3%d_`a`l(aa0r4JxLF@_=os6H+lZZ~D9U%a_qQ=2QfQ*w;u zNKgrs9z|Byfy)VmMjM6n<WtKrwG~c1!)Odyn(+>g z$Ppwppr{s9(s|NRIf)iklKXbuq3c^@&?pbw%|1eQcsLx(JLYy;;mDMA5}$Rka64)LhS9t;(}-*DDu0;f0fUr%$xw{h~wvshS9^}hauLQ=z3P&|Y z10{@ieq9OL1&S$Fz;u4%fM?hy<_C>mR{|@L90t0qk|-Z3IvE)O7gFnkgjSGm=OnHG z({F%_8JeTx1Th~dzkCgX&!DVWIP=l>n?}{{5 zSS`&piJ3CK8@mH~*xG2h=qSNQIDZ*p|MjY7I>*LA{M(uXg}pl)DQ=kuVdSGr%!zas zX*1nc)O|+Fm`nb`O+U*FFNgMColpq)2km2znp>oUc?@3tv^(lscEAHFH)_-qO&c&q zT7n5#e{9DXvkkB|h05z;6!92lv3TOah7!|Od;(bL1egTa96fBb5(9)YuPX{3?ms4=i#tKD`G9d)XCPxzz zZNXrtPpS&f^6%?zjfXjbbT8!!pc=DRP8}c@FCm9!0|yg7f5ltTbBKwyrRaD*>T>R* zHL~jT9tk+>)#6Ui6gHu&%f$nfLWPK5d9HM*J%}Jqbl;+c)3s-kiydi5X5{XBHK2C4 z1HvZ0qZ_ZuZ7=P2dvM~2d$+cwPH#3|WLZB!4sEJG1?2TOflT9%HO@1@c$ZH{8}<+3 zEfGL*sitS4AjL|8m6zctguM9L^ca^~qyd=I*QbxuGhDe$-826k~fb2DDFT9idDeCVaW>nzU4;X_~-kcrqZ-wPA zcJ@Ch<#Um$-0C*lJLWwIiw9sqd2vN;I5JEfbMSsX+CJ` z{G>9JMnCRl=oUa?Tx}a{gHYJt@7IP(hemBVdi+a|#i#yIybX97qk!=7@1KUfea37L zAfZ8nZ7Y+fu^EY{8UDi01R;q3E{zm3kdOuh^su1|3M0E9Vb!?*Ip=*n2~1=Od|5u3 z+CgWU+S;;RZ^A`k3t$duq z@xW`?(w!si_Imp{(tplIQhWUvkbq$N9r0gLDeVm{4D}tTbqx&c3<0XnfK3~fkxBsR z<`36hz3Kq0Rh~hApJabN0sJ1C&{8HxZNQq1#nV@Dq8ecj2+G7a1i!BBRg86lamrSc zxHHZS&J`M-$y?P};bZ1BlpnuuV@8F2cdN77SA^(qLL1Zoa(Skm6m~uSN@z(I#VUjH z+>(d(Bk=4e@js3nIj-Kh+tKSCBmVd4|H7RcCs?DP3!=MB8AA`mJBtRtyJ z^SS;I9uiHeeAmcyM`YZc$Hu|YTv4hUCSeJ)>mJ~X2A^0VR5ivNz(uovJRAX%u+w+A zOs^9Vznq}YOWlnW6Cb%(^9vOlLLopA1GSJ)H+g4X^uD}`TY(CW{br|8UBp0}Ja65D zo+_Q(wU4)Ii}MkHfqi_D%YH(9va>vXtDADccJ_UREES^ z-cY~WfC0l8dVj2}mBgq-D4}~8J4(J;{7tDKsg&NTMXe2XHC6~07_+RG)?j~)7T9@j z0BVy1bMM9qIjju#3*NS1gTlOo8Kf{&1hR4_f$Abx-!g z@%$s@+~i*$)LCBJvepQyq~0i=uruG_HGLYOY<|^B5HsTBS-(#!sTX9|P85=>rXK3` zL@jN+nvXc%X&`6|A`4188qUTC;ZV#uKwm|~6Vfh%5@u>K%*=(+8Q-4!>%!W_-6I02 zY(lqUrtSYk>R_6I=e#@!2Lv36nDXQ(*dP=~r+2%NOw2Yftr?(epaL+p(AFsp$1CLIF+Uq2DC?sN_J1KxH(r``*Tyfj-mDlRLig zPs}RRf@s*CVqI*{TMmU1EKn9Ey=eH}ZFe#{u7&!R*eUm0OKCeem?IcSfD)(qX7p&K z1y11muXG@3A_wMl22>b3p7zo=SW~N;Y<z;H^BT(qsR>gg%fOD3)U+Qq`yPrK%%{ar7Ueg&oPvN4|%jw}dG-yhP&B%!y* z0J#`Tvwt;1qG$4;xA?T1uXjAq9h^=6pWjgk@ZP} zR<^_)*g$OM)D0a`SOVNg#V0|G5A&T_^!AUC^{fHXYA$p0Ty|`?m7wGI6JX|15$U*$ zI?hG{!oIrgW78!TCH+XenhkDLPrqEIQcD4_Luf_V+ zgCuQrv01W!n5os(4j&L+Y;}wOK7xa{WVKx(0Uko?0x$Vncc7)r`Y~b~ zSE}Toa0boI+%I@7uDBnIj-BV7Vqu7LgiTKDx*uH*BeuAr5>&r9jqg#hBr*~H#2iSmk(vUY z8)mE~x0T|$skytETXvEp+6U3F9|_pbF{N@9z<&t^pO9Z#x5^l?BHe=@OHKPz6=X^kRq*jvpaPq2bUqyv9na=K4aIK+&YzQu`Tk3L|}{;$A(E? z({ILz6q)R&3Ug3Iv&tN7vme;!hl1D1y{V7yLzF zLPn-l2Z*nhX2Rx#REJv4E0eTXXWHrW{oVHS-v0C6{BzHiMYaaCH$)8*`Anc!7FMw* zbs;xdlqbqR=ewE<9Al>6&e>ffCAnPKD_vD2ovej=dQ!RtbXLzQU-+gdOX3QrnQZ@i zn6G^(Ke=AY)LpSpbxPkU0hI}C-mKT_N&&?3O~A#HDmaVFdd%x2Qk}Tj5;irZ;MVc329jGKEx^QIzb^GnF=ZUBBnJc zs!Ix=4L=}=EX}3|zb(g)J@%Y=v8fN(289OE(~HX%=WSX#E^fRwPLeEHwyvIulKB^&FSuAiIfvA+-FBR5OJv`zogbb8m3(+}+bTRl1*jG;Q$jIw zs27hc1e9*JeUd4eQ|WSMuDKQSFdzNZA#E>o*7O-ro;w0IS^gW}EMN^Oq2~`T)IjZk zORZI4N?>2&>`aOWjgp~K0a)B$B>F^q#A!;dPt4LRzCxQ{)NH@5-Muq5e(n?ib%DYL zJkk?Du096nM7(Eo`Je~rM!!}0BqT`3nJ61ZsP+q`5Yj>_-npIkQg(yHQ&LHfw}vz7 zqCSc;wPXI66pum0XDTiqEH&s|s{Qe+zgLw&m?+IM4o#!chLpcx+H35CAG4CaQJZmZ69jvxYSIV_A-VD=%|4eg=IPWVH*}x#564t> z%u$jO{7Xa;)*sKu{3&7PDQdbiEGj9Swh|CLh0hf{He%G@u_l+pbQL4LsRWf}`<_Ta ziJPiqygO?2jv{(Ul(x;Pc_exn-4j} z7)Uoulbaq1#1PH^coELK$7vAZ;B3AFvv>Z*{uC!!Xb>5&0M!Iw`u!aSu{Y8Ehdqj- z<{x`cp8wc;DnWT`g}mJr)sqbW{#yk6BvF-r1vRI`Oy#5Pr^-qM+5@Jm%CeKuWXfC$ z`TKHmg$2VcN@ImWmiCiK6S2%v5?m0Kajv7Ma9ucAopl75#-s2rl z#H)0rMwV1FEB0#L{rwLbzcQ@;2l)HOvIG){;7GMZjZqppa#=fD1a9JR&d>K}J!Qni zb4k(nPDnExw!|1jr&;F2{oF+o5BIjbP;MCOEuOD6Uxj{9FQwCjSsZt_!U`I2;9+3R zQ1Zu%Qpg(^P2a5UT?!nq58q!rB9Td)g^R^9o=#@Bj0`(@k$Y@}H#`!xR$({6D4;{tW-Se`O*N6y67@gFzWAANtNFxEK3Kd7kullYkj#h zkxymsr_Y6Q-i#wW_nB~~cla87u91hd#LmzfAH`fJxP7>c%g6X$2pp^og^KrOcKr9 zy0-iLi)IocVr8#1pj`0>9Dm0I{_{Vww$dE^)4GFiCgUf(5n!Y$N)W*zhP5gk*rpCP zQ~mL2b>unhf`Cefs6?ws@L24T=;;o(cDgwD6^ejd6@nZtS|o~h2*@#Ti*8xN{V&(h z1>B*F4Jcbs0A2XMyM{lil?sI(D;T`n(D@s%W+~;nKcZU=07!x+%b)}p279(RJ zWI1(F;Crz17~PW4+S1`%?CAO_^Q0`rXe4Z95(}O3h{x~=>M)Cu^YXXw&aYq|*)K>9 zNwxu{{?t;|l0=%)zlKD@HS!kN^a0_LC z^;>@pQPpiTOl40?&t=@B;Z8LHA=761e)Z8SHd7-2X#la<0zI$<`X$ku7FD}l4M zDG*mpJj=5zseCwSbx2k<_9o3}%|#d+xC^7b3gU)qg{DTvj@fz^@whE-ltvwj2cA{- zCugV0n~^4|LQohCZZB-1WYrU|WSz*3m4)05=?jBY{pyUEp{8dJOyW2MhJ`yV_Pxjg z8Y_U)GP?KEqR(=`Q$4?hRtR))Q`(&X`hk3g{TjmFS(05^u*r=;Tw`e5&>kvy0mrU;@}Zbrt& zPI46TN$X`3-<^X3_J>C}e*_c?^zW)rkck^amCakjsZI{4?`%wpvn;7)f$8i}QG_jl zE1enQqXXI1$4$9MtJIPdz^MjF#A+WJaX=F>dr&my=4^E`S9N<-qg4+uHVvFVlvG@) z7cv*5*bKU|MCFo=Wh9LvIjB1+v6N+eWlw`5_?>u!=){~SI0J4nFZ39dPSzqQom%+b zYFiiiwQN`zbm1!mtE|d*1-eyZlqb+-C2y`;RR1(L&YWYwQ39i$fy3#Q*Ql^( zNlXYr1ea5_Q&&0;%b&h)$RzLni^nECAEj2Y`L{W?>5I9pPQeo>9M?;DO_a#;yemlW z0L(1}v*wzx@Z;f7%Ad3h?4Ezg%rC7E2^)aFnG=wi|1MN(?`-OzZ}P{4LecUMW7m&O zfUzq@4M`G-s=6f|lj%aIouvE-+HAO$leTk-CzBiIGY*exE+ORMX1d7(DCl3bx{;5z%=hq0L zd?K-6`C*kfO5_%SLL2Xdoj{M|a1l=YS#j0@K9qqq;aR2Z)KPzM#e9gF!LcjZNpwL^ zuyj0aMJ8^U6VC=5{Euzw#*1lo zyM5if#Tw1DVd4v^xvDH_?-g+?$99}l+e++M`O1?C$q3rb<3h(w9)=JuPJ>Rqna5Kf z+TM)|pCQC7d$8{|oi4$1NyE(i{{B~rasmao&-SVbW~UQd`O9VKruUe5Ncgyl-hUT_!@BBwK~-{)7;y9LO?{i(15j%zgQ#4R65*30m~(Ba%cSiC$Y z_ajPh?xpd1aBe}K5Ug`UOvx(VH607S(-^y2Ar%%@OigVTnk;t+%~`FsZ@avBvZeud zIcK8Vv^H+LQ>XfZu9^3Q2Mi$g#4!|iBhoF{$hd%t989rOjaNS;U@b)(Ta7bY`q9mD z5PrmbjuSfr9i>DpjIK!C5e;eVc_O{ni}G$w3*z2>?5=n@)csl3#7lp%xG79$RgXBm3aTcj?x=18#l*HA>Z<$-;=rRgG zrD(G?47>Ak_u;z=;pmY!Tch){Kk`CAg)=+?!^c|X9fb3hCB^1UQ<^!7C zzbLK<*eS=33@eS5gQ&(whTC$Ekf)(6GNlq3#nW?$3z@n;-8vcx%aUxOU!LBHYIB~wCt8enUAHvrW3wbz&0 zj-y-mRfr8Ikj=#KRe1=@{RlQy!{2Kd7j4p-wD008j7pqDpq+|D^)E6AeK@$hn$Jci z>u=uPDlSpIX}1n_tKYJ(zCmmWEi5Qld0AGmDEDG_@~UpnU0k0y+cX0sFtpkOJ9!H| zhu(pB$KH*qh&FH*RAQ==H)p-4q1(pX*Bq6)`f&a@77FIM>;*c09ntTZWx6C{?Nk^5 zo()I_F#QX#2JmJk$#9D9gWux`npa7+PvCgLE&_O=txVB9&1LSNl_cyz+lhLgzmso- z3hhns{_|HPdY_u#4oFCW07mTJ-6$M%_5K*`6sRl#Mmy-8N93WZjW&YWKj^K5Gyt->GM4 zG|dIiaImFSNk`PwcX#AYlOM|;%Fc}J9F{-39*-$DKHmO4Kk(;Io@`Xk5Nl~G%}=O^ zqRg*qx%yNf(?u|Z?4dfqAe^DoJ~r(_T+8)P-&wHaWO38BEppiz-}nccwz(+uE&POg z>J+QR$UHR5TU3z`-3M>V)%>28)DjpXB&#*Hlv8Gzv&-AI)W)$5W^1?`4cTQ!h3MT?i!3FkhOLB#U&3ux)tEPCZ1OdGs)tN!n|g-iGDEs@9C>&mwJXS7Nq4%7+ynU%1!kEF z%wEU7{047oP^Mzzgj6mOqc?kajKt~v++j3O`X+na+m59Eq2XCmfM@UqxqymXd!Sd; z_pC;$8Ivy1cVK79QnZ)Msy&r81oM!ojg5FZ;5+)wBUa|uZ&Ok{f`FdN&W8peizY6V zaTV9&z!9ds-v&RtM7@+zfdwV?+peqz7%R<B^Y5%> zE12UzCB4_cTdFXEqvWE=ASTAv42LX{54Mg?JlLV95YX}833OW`)@lO@>m_uyG@S)# z#oc{!dt*;Ui){6fa9!uKidTlE~j1WG6uKiX=7 z=0#GKtZB7!f??p{THf;4H&4zTJwQhB{MHj0r_)SF0V~lg_clpDzSWaP}O*@<` zt@*qiW^vaUf20?X@AJT$so&xtM}paCS7DWXA!r?aZX#Gmfzq+XnEAeG!2rDSB(DOb zIdft;y0?7Z--^>~K_8GFFP#S`y@S3Y9DTdpjnmy?;`^YRKipBHIP279k3b;jtu&l5 z$I{ZcZlPdij2!*>^r4{AWN%z;*g9n-Tf>g8ZV~lXx&!7DRCDb}q(j&x8CumV9mzG! z{0S5=sstfV0zJ4-XLkI&@C?~t(ei1ixU%;`byD9VB3^jE&twP?9v#Vc1tP3<;6beQw;3Lz+dg`7toDI z7TUlsNSIZq8`KuBsU2z=;7&`Gzp5KtJb0zeEF5!x98{e&HRV-(+ zM#IoT8bl8*4}xZD0Onk1C$Z5wBrb`l&3@~40~)}a8?=R7+gmQR_M)~LffKZk13TG9 z-z1tP+`sYW~UBDkrp{>8m7Ob3v zzkR{X>V%&8_8#1v9`LC9y0aZ@INf;Wwz>s3mI?wf#&Av@G1E{MhYXX&)BWSkjpL;$ z3FWnMM_Z}dJ9))j1L5-;^mAlPGRzXQ$1}sWu zOH%ZMuB%3!~(whNz*Aq*X?ph2L6V~UKpalLXP2*oPEC8B9F(nWMkdz3At)A zu8hlsc%xinDWpN_gd@}=c0#liN{-9TKwMr3X4mmJ~!KuXUPp5ncQ^Ev)ljbQ?>mpKf^F5FFQHe-=V44w37MF`tX+ayGHyoCm=()ZXGZ8tte zd^-DF)obF_z?3jC?sJ2+K!Q(ngUm==YhKgHP(xzp`ljTG&E$|v=BR^YaCyFW?Mb2D zmEx`XBQNI!Is{^YL_US8(ia=M2lE4m1w&A*3lZg7B?4J#1o;Z@pWZwwk1|=E=SG`~ zAGd!I&4G;*YN7|c54!)``vA<36_BPgIYy6d;g;zx z70`U|+)M|`*(T4fbHi~QSCx1Dfqn>dhBdW){nD#cVzO{`MpeHo6|mP;3@0Bu z(?=gKd;NXVi(H@BO)s4fNuM`ejXs1j-_d8nAlz~hnaI}-57S+p}&ndorN*rqkl zuiE;_5Mt0gtC-ZZbc@2E-k}TTrAkvaS7=4-Dm-5Ny(=A7eWoO;0AY_si094J$;Zq% z#|BT4k4hv>RMs0ra3%BS=@e9sSKu)cLx^|vpDkeEcr=E4_$@f@gZ$V?#z}>hxzEK< z;TZQoZUrF~rkWDT)tuAD2ItwV6C|=>ws7-;exac-EdGJLF}z6PY7Kcx=sLKZ940M6 z{%@_g?ZUgBcKPhfc+|wS;ii0MQ)@W4E=P}8$C09Va^UYH?zmzcP>KxqoOdu~2~rFm zKxrC9CeDtuA|6w(Gkf_vE>7PbnQyC@3H64OMc=rWGfJYDwY+@ce1{NK!&ctpSzvGy zB}K;rz9!&FG0vPnVls|1=*KQy0}LO~ujYOxrHeiQd4L}cU(fV~g;G`VP;g8PbwwyQ zo6fmFNKGWHFnsc=8)a5dE^R=ZxT0Tn-DU&>=ojf#b$emYZ^t>4Zp8sXTxYt|`r`+Q zjPTGLSR_G`VVtGFraOwj?&pf7!YhJxC~4u$_aTf%t}&>o zzS0){_Z+$F>)nxBxje5P7wXMdzk;S&UaBjyun!v>HlZR=FUsDj)8B|)tfn^BJgPS{ zj_6(1*zxIZ)p$!tQITr^&sbMtC8z6!1)O*i!RNW7^lzF0Au2T<%m;4lMHI*E&WIl& zHo_ClUTzOR*_Zyax3mrUmg znxHdoCD>pxRtSH2`~-^&Y8rXJRG2BCXHqqm0R2opgS!qy%R?d?NH9dli>SV}&mmGKip;aRYx&Yp8r=NmNrx?ppD46J?b#(m(~S~B z*HlyTXLG6Sm6|;z)%k%9KU9aDf3HqogjOS7! zl2>slt=SAm-oY;F><1^5l2QH(Qwr4>>}Mdll5AfT7Mva9+vb~g`rNw$hXIq!F`6dp zWL~w)gc-*cda|#2nM$bvWKxCldtE{YWbl|5rrm`K`-M7Mf2iv9ORQ2 z>=K#;{hAas%{}WPYd31`sdt^uD>~~vY}THxc5uA3KEuB%I6yvx>JzGs5m>X`fV~cS z!e4%gFeIz8YvWnsuz-Dd5$y~*^Wbo_|78T4wYV8K0r*j!ApRAd!NFSB{!hOWrIknk z_xKOf^#F8rh8!wJI*1uD3q&z0L@os3n6%A5K&lYNzUafPmPSUYK-8Lt9NY6f`=&jt zImMErT*(p8aY{K4*9{ZJ7%FzIj*UVLsIo@YIVO^TO$9YyhKUX4b$T_XK!bL78wPi5 zYIQ~Q5)@|aW>}uI_>&~YB>!#SJ+Do(bCtUU`GIr;7lvZ zpf{MFw!EyTzTtGzkm!iSqgerT*QIU|ZOYsh5Wy(LH@e5vthLAk7$c4I)D3m$3mD8- z{3m_anl{jXhTa8()-6Iwh7hf;*=6vwunLIYPE1Gx=btkhX-xI|X=5^ka)z!vft#~}T4^bH%nq>%Zh=@6&m9Nk z`+e<$TvJxQ=T6~KpN%$$uP|)et?`xe)x|?g$5J_jcsAuzyEC+Tx~C$e&{Pv(NI%t8%Gq%1b6Sm??@r!GS=R1=-9R+j6BIS`FeR29xZ9O=Mu!tE66BeOwcZV(|M*sX>kjW{W&>m+?l0n)$CIXVj8T zV;Af=rn45LC2g}gFAUL`Ph!cJ&)#@W-H&_}_tf9v1FXB+>%e}*&jY;njpKJ{%5#T9y^iY9JUpM3l|HT~Be>)$8V{}}-Or!8yL@f>+K zU_3+#$SnWvEPqajqI+Qd=%4`{JNP)QbhlX(c-l^1QT^d$W_VKOa#--4jSaB=e$5Z+ z*VhK`IE^?r5h-^vyrJeROVd$}y@IlNx_(nV35(n|1M+FT0l!U)_A58g!YB$Y1BArO z04&mKaGK_qy;Gus0^1KD&^RWp*m7A!l1t|`HimW6`)*;We#$xs#aKo9y$$Qc9VYQF zk-**16Se89-V9Vy{1YvSFpH$t9YJNX3N=&o2mZj_)F8~MY*LGH&sw|?oZ^33nX89} z8ombHwE>`Q`S*7XU;{+ynggT-0zXF|b+e~~Vb4|GNMGe?4(DYjMh?m&XFhon7HFx> z$$i%Y)?YiPNMI-kz++Y5Wl0r*fV{lUz1<+Cv0XJ=AS?;y&+1KTVq2=q(h4vUbEJ!o zCJt@rm^57@CdKo%?zo?R&TQv)wnN7crJ7zVCCnq5SHcLLSh4@WokFmPLHXqjm%bZ6 z?diTBBlV{0J0@}bv|juGEh`aTMq9SwXEyhjI#+MulZ$-irH6hXtCP@7un8viLMuJYq-o({R|m7J+LAN{QJ!5YOGnN?P1 z4?krRi*)seS!!zpDChvpOqd_xF+V(aFe$>rUb7dJcC6JN&7|&XA+7aGM?(&&JoC0` zRC)maVBAl4dlJUkDDO^>8@(z#f7O^M(<)I!=8ylY zx{3n1as+@ON`5zVTu(eQ`}kA@Y6yWn!~8smy>WA9mHv+rn~7CsVx8X2Dx7lMSRJc; zriQBp4}znxY|%ivU12jZUSvD)BiP7dNR|qf_GT1hNkg{$z^{1|dUOjqkP%dF)3m>` z`!(&!3@1#O;j6wH2PAN+#gq%<+&*t_6B7rba`*n=&CVrCJ;B9zmhejgrA(okjYr_Y ztknGa%fHze0ESr&{$ih7!8;;IAB$&k9T`6Lw|)ket~XC#q7*U`=q0FNm_Fo6m59U( z^60`uC5LC>?wbS31*IJIA*evZ&XUt(^A-+h$~B?Z?g)&__VZXU*`NT)LuJv>O~DML|FnKtzGHu_>g4mK~Cjn{{1#TN~w2T!gGMSLg=uX0KqzvTo?gel-VCp z3m$~7st!Hz3tTEa7+V0QMSSWDO@I+}Y;JHiiiU%OWyhsZ+H$z?q`~+@h@Re_V4H7TlMQq zyI;w}aH2`o3`9(e^uZB*=RKlv|BNOb zcbTNpR9mw~GT}d~$vm+>;Srj%o1{`}AgR*HVbFn60wI809*MgtHw=LjUpGRC`q0ts zJTS)i-rag6qh2EPfs^4?I!!CTO#VW8Pm+7pTPQt-x;;8N7&E9OxqK_3>KGASep5(| zP9&gz(b2R;^^lgwuyW$&8s`)j~%XF3&-Yq1hwEwzFbI zhyLoy_ao9-AhX*ng{X1(BwFk-B!mv(#mX0dpGxprwj0Dea~M9VgguMDUaADS*+7xG zo{YW-6?HWAuzH59h=71=YMQi7C^a@#>bd2jG`cYNLb3l_=*Sm`u9f;4gBA)0Akpa3 z+>KIZ-Ywa;FLaNY4ziNqL=a7|-`{Hu+UZV<1+Q4a@)wW25#m+RM@Gg!fwk6;eUgy$ z{6Aq4NWH%#BhuydREBC3b^q=XYTpU>scXB|joSFY^0c?z$+D4CONWmw@^1+q;2YOH zp6>&HO<1Zn0s0NKkafNtsI0)#peJvJ;rbLF_?AS0&rEFf2Ny%k%-) zbEkh`>x@ zx&E5LSvknF+u4S2>aX0M8ta@iHsJt-Sd8_m`)1^(dBDCmr@W@s|KV*TS?L zDup>_*ls1*{0Q)xS5yX%tC44Kj?SO!FR0v%wc2bp)Q=aTY*SUM_bpM;B8D(S!C=`X zj4%js#6Ec4T~4_^UFmZ{GB3bqq8p*=U(79U`&FV73hc)}fzNLE!zq(-c$noi3=K`T zfn6)a67xrO<54oVZmIOPJIkF3!XUHv1{Dwz4R%na-_P5FhlQx6O|N#hm$5O{EIh3j zhtJg@=PF(v&&Qhu9Bg!gi5?1k0B1aq-#Py^X0Avy$>z!Vji=r9=46v{f9RcbuzuPU zM0apvd2thIHMhyncTs#z7JJ18*neg>m_dh7)+ctX{a4}&n^=#IcX4)qnFOW8Mk2ou z#MWzdBwBg5GtV}4q=K$Y>FacPoCQ*){GPEb+{JmX1}u}HF~1{sbRN+|N#ezu8{_08 zv!jH&(v%C1;LZ7RX*0v{6y(--%Yksi;JM-qH#RT+^5AJ&!oX4Lv>U;ZsZ1z6>|y2m zrsXb^04avXZZ)m12$I}sE)(l~z`P644g`3|go5esKyG6rs`>|1*?M=*x>!u%EaMEP ze4TcKu3DhzAN}TCh@AwbV(z(kt=HF*F^XqOX#OqIk;RtH#v7QcE5CeE--zK*tb9Gn zYeSJL-@`{cEiL7!)uET68KL#Yry~Ot3GksMG^HY!M#UCjcxxOCvAn$z*LdcyoYbg_ ztGBROA}O1dD#Once6VASZz!d?FdAC=^GRT?GaZ}9J+i^(8bS7+98`>r+x;B1nI@Ap zt$b}8oC_gSx?>ta`}`ZZ1CaJ39~#}(^iDu@is_DnZJKapm~z#TIhE!wM!edG{B_XO zaA~+vX{CjB-ezszQjo>yZeRX0d-;N-o&bG0!>>Yt1* z4usV`#===!y|z9-%tpvGWyZnp@IUSC%kXf!e%`!i6lx*1b@k&~hppqD!!j;5*!a69 zLNa|>9>u$!qmwiCc|+uR%y7!e>UjOVeNuGh%)99!34~k;`$9g^(3gU5%ROTG=@nhp zb%PlrCHjiMl9q->>!!R6{`ebNB;S>d65CL3f7iN_`+8VBjnnk>UguH46eg3xQ6^>@ z%o+Ut6)E{K*sR)a!_8X=W%tKdujC+X_T|1(Z?3c2As*_yE7;ciPdtZ{!|b!RI?|#V z=Dly85=L;_A3(wEv}jY^UT*zHz-_r=Ug9|%$Zti+tG`zpdY^*^Pd!ZOxY52Z%R!$@ z_B^VlM@Q~qb3jIsl04SoO5eTfSZ%J;MzS3Z-Fe^a?hd?M&>ywGJgeWH3=NIR5Ut@|Pm%Ka@)7 z!1-o6itxu%FDo9(Vn3iP4hffy z&g=QgK>*$tdYC6YYUf|2(M5YkKfqp5QD2udadai=K{ZLQnRx?0z9z}J8oP^ zba4(su^2R%*p>9q=$8TLYGRZTvh0Z35ryqzr zTjgi7TUtWW;N!r@ew+`oC_paDj=y_c1JO8-nI=W{-QjPnPt3pvqQnn71Pt1;aY{rh zkNA85A>*gddaC_KKDx9AS;O9ek87bJVnuEh;`K#QP9!pDv`bZB5LN#*@&>wLC=`u- z2U?KXuL>q)bBr!M#6QZSt@vvV9PvpmQO$?4&)PdXK;QgyeW*Bge)078>J&vJ)T*aA z$UD6Omt!z8haUqQe35ntXrN>MVT>93~N-ageG=e)*D%+5d~Sw+xP~OR@x0Qi_?Gr4%zWGcz+Y zGcz+YGcz+YGeb(LREn85zOQ$tyQ*huYiw*~7N$Qh;=QkE#OliLht?PdcUS09w*ijNS|ejhXi7sNuI-J(QPG&izeP=3aX0%aui<)M&|+8V zN%eihJeO=p|Iei zvPSJP!&32S6oK7!rK@9tLd|2NKW|7nl0p|{5sIh}5gN__JnOKm3|ktvALY*>^n}>C z*Q2_s>!t>+@>XiskPPkz#JON}0o>;2HaLlwdh(pBEjV)_p{sq36fulMbj{5#Q~g%aa(<5~*dU+WYbiOjpb@At{Y({?s)VoAX$mJ5`Si_TY? zDpDW-LLQj_CqA2GY*SUOv4qqzcVJlq!w+oj5F+2G|an z$|e}Z)s=`5p*J#2bey^YHu7Fo=Y8NWU30lHpQv7)b#zs$W5makh7kIfNQ>iazt$)m zX1_XR5W!M!Od@Wqb{rY5LrBbL!CxLUeq7SyEQf~sv-L*Y({!1hv~IykV3a{9P%Gs* z6n!m*^SpeJiUPSxL19KI>oi*F`kt;G3J980Np8{8cAAJ-K}2C^PZODg*2 z1xdkLq#QPQJ#s!A!)e2P=ocD+Yngu*#`}k05dC#Q0H}B|meO?-T;}8)6kIP?lG@l> zdn%1^RI5d=buo4uo5Yp86Me?wLpB!mw_59LSxOCNh4Uv|l4WniU|0Ukf^!x$!W@zF zw83zb)7Qdt`&@bJ5??*4kf3@IZXyfj)#QZ1ehtY9@p>EB;BL-PRx9FH7F6E~92 zO;adKw)U4$jI2@J((%G9xFi~vSQnk=EIy$BZQ{s(+Q`m<}JA}E!461w6Igm8}${@mJwj__zNEuV0IqUoPDzr;P z?-r7C3NhD`%!u|9# zHOWz!S$`HZs^n$mc!Hz3h@*oxc5^E z_9s%8pnV5rkd~H6F%xaQJk+NoUuN3uUSUi=kO)N~7RdA0RE7x%$A%6I^2vz?RwKsKz9OL#q-Ntr%j-_ZXPzva6RF-a(oyMTBNKSkL7}!b6 z@V{FrdPoE^wAU2r3$mszvZJznvedd4$Vak9W~|l<3sExw)2y(VsNZ2Nv01H}4>Lq> z&?`-|A>d8c?9j%?62tl3x8qFsxuVhTUBf>G1*rqKjWB8u9>FaAiqdUU(kEu09OM!% zO5~BDI@1C{LRLs8jF+g*3#E4TMV;+=m7*;l+YPO*#j1l$hAN5FO>tF8BnI-atE@Kg zVQxot{O&v-5==P9H3mSvii~HHKW*h{)2clv?ph5YK%y&67B=ed7?_%yYnWe%Jb0mL zOc_SB#eZsS`$NbVy^)VgR^m-&@2u%U_!1aUUut(CMoFc4U(CKh^hX@!%R7G5lRd7J z0`Z=G6md-tfQ(7w``9sS@gawBztS?!WuJ-8vqa5DT=%o6F9~Of-u+p6GB4^|qxK{) z87c4YfgL4zKguxp4VkER;W>ih>b@9&Pyol4k*M+@yXuz@n$bv(Rr(dVEa(dq?zQ+P zxo`zCaK;}nRy%~E+E*Xem{@u0R4CSeTD#rr(M67c&{aNBHYhC)I?GbmrXHb#lfSnl zpyk)4=yxYu`=$_nA*p&xsV2QXK2=d#wqT1h`$j}n(&!6zQktw6=RT{dEMg{*YTe{W z)5q^mGny8luC&7nU+y{i>`+0B_ov$5N3UXb(wvDSFEO&)&~nX?9>Ts+%pbKIBD=J; zd6Wek>i9Ki$#e58ioP2c_#^X7@dQDoDBs+!b5u3w#Hy55dz|28nae%3=5Z7jKW^^3 zcUQ@EX?ajY+xSM4=e4IigG04cHHf|sw8Wp60NRXogS5l(PS8IO2k2qGVP2s;uDt>8 zN3hW3^dxAw^PNjp*>K%DEQDQ6#`=`~XQ@i_%#L3ngUAA?)fP6=n9v*jATIUZi(Aow zHj7GCW}hkxSdkcJhMjy2gs=PeRD9kk(~jx&5@*x!%4}ZABH5r1bUu^5hyq-n=nScc(mtm`-YnW{53fZ0IEhgTz2EMegW{le-QYP>W8J5C

nQbAi=q4^M=c|JeSvIr_I(9`B0hw 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�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


3*KQ zvvl9dEhgQq2sN#%9h(f%hi+I&YZ-^&2p1UTOx2pzeYHC5ca7jB*Y zabL-@)sj+}Q;_29&z?`*8B@KeIjv;om74iJ!}Zjg6E_Yr(9-!Vt8Nkh@;?({YoNvn$+AMeY>8YlLFe!u?4l~;?T>nj7^*O(AAlTB`p z#rr=rXc*cRAiaR)U0s*%?V_^0MIgp2boUAh0%%`YZR4(vVFIw+*s)9++rH+$Oj zSKZ;{a2|(Y1i^C!J}+-?D%{G-!8!ob@5I|j-tf=pfRl4TM*l_n8FpvTXFQk7s?olXC^?Fv_UK|%-Mf}CGM#yG* zqbVv7?v}C)KK&M&OCYrH_%C6O)}|QHNv*LYy%}c1lEiBiMCTyvTL%%_$(HBPCVXwW zRmX|TwH9MT7X{=pv~3u#M0d(texBHJmej9GkZcKnAzys7U_0rsz#~@R_hq3DjRh*! zX$2#5uD)+5H{aeq3gPyyyI&6w*Md znDC%mE|+a^+LOkZlg7#QW|#st_{Z`OIXSncYU!P?h^?zez+3F`Ji#8KJWgj|i{rG~ zl`vf9>u$a0j(i}jm(<-{-;>Rb$bml=9Jqe>Y*#QWeP`{g;d$osbg+EoTaCQD^3{me zh3nu8rXQ!4jR#6H0{9-ZiyY{=nxSul+2P?~Vkd^N|N=;&7;H9NlqPWN3_L@VJ!ao-vG)j7!JJO}B^7I5@Y9X1b$ zTw^)z%2wi+98Q`emZ9{k$C6ffSy;rZRM_s$aTQJ`i^O;x50QP_ncl1Fmqb+yDUrJ@ z%kJ9(Z|J9cg4oeFL06KE_o28U&v%-<ygm^#!q#Dc6#_ok6$4y}%GkkcsVN%6(NY$7b6uZ9aGXpL ztFoqMZ&63z{f08BT$!1%TY(u9u4dfmpsU5jPDV~Mkh6huF?MU8#C){d)!2Po*FkQ( zAi3`izY}@l)&FO^S zr$OuZj81KBX&)+alq;C2otgM^w9D$@05s6@Cd0-39)D*54x|zn*AgNJ2nwD@tvnArOd5!Im6=f%)_+ z+&wqJjmWe51S?5-z0@5y0${OfFhCSc0xt`-M`Vi5Dh;Y&us1Sz;ImNAUym3wO9yJV zNkEm!sV0-J879fu-(--5f!<040J1pn1{{Ny&^ie-@t!D=7mJmCy+E)b?#mHQFt>|2ZuRu0FZC0$4I#wm^7;of}2@ zdL8{D@XOaZk>sjK@1OoH=m$iv&+eR1WQX2!txYXeBya;;M7yBz7kwzXAyhLo!E;k; zcl%tBWl@#oY;&{#Jz76O&Z!4MKpIUzqrjut8XHqjjD-G#Vk|?%rHx9l5phoxa^^=9 z-`N-|B$DLzE+u}rvPh~2$jNLBn?VqN<>m6F-ukTaAj3(gM?}Z5^i#yxb0g6MGYUg@ zKH-IID+O$d$uYMUgpvbwsUYWOpLI1^G|MT*VR-jQRww(Y{u{U<88hCf4PR01+R7T$ zib8!@0NI41nGefd{cFJCi(lNUrlp^ma-)G;>ZA-l)3qJasZ}Q~`Pe4D^o(~h~-~ST=3zqZZoD>`)O)^c*Y~HCDtt% zr&zzZ7Pe%1fveSJfs_WK5ykL9MY~AKIANB|X1u?G!{;(e&0f0i+!7fqjMT+5P;mgc z`PP*AH$jE6xD#@q<1K(345Et0VBn z#r-H2{%dzm*-1dn!+9>zUtfy!*WE%bg0#rfZ|%Anqqihdf<8Xt+qFpz8Z1wnB}eGAAMg)tbp| zYKrWEAqw6C**LyP^<7>FRVR-0v(=kKDJSEJu|_r6jRis!B<{%kYlcYEF;a~G0HLJE zjc%gAI53{dTTv$enELT-Hl)@YxN_YY9VKC_-12-Yq@(sjqxa;b9l}-2F4tR0jJo5X zt{ew9%Llc67f078YN`OFka%$DRbX@>eGW0GR28`R?$YE~UBhYlU;) ztlzYy+gs-$luuw&{#r1y91Nk#eq$hJ;^H$f*@hDy2%K`TdthZ)F31%kBj5+u(+6{?pCt1m>5{!PBcHDVaIb^ zH66)wZYeY6=49TCakcF%;;s7yODi}`y&K%zvtrhMZGl>keRH23qeI|Sl{PHz;$;va z(^NBzwd&@F0R_S)Hl58P&@y$s*w#{zTPzwp1{O_4)w|XaZxwdY-tkyo6d`;`#8bUi zHJ|TFd65c40%x|Z9$5j7i)r!)2X=JLzq(1SW4KQJnA5NAs5kdtK|TuzlG zQW;}!kZIBM*#k92X#iGd4wq+hSr2i4-%HKjN@$gy>`6p{nO!;j-k~CYT+?xH{KKK* z^OgD4Ci~#~&-Cbt_gi>miget@UNnS^XBhgpc<5eN!8xV1g{HC%**OkT7w&4 zLQ;)}vPX))^KjoYh_Re2kclZcA&U9b|11~w^=F}l?vpFv=JScoB%L7}Zb1)%br!S<@ zD~+B0G@|N>Y&_g+8VYT23mJwqLaugChkqpnlGc@i2AI5A}NQ^sFmN^>xKZA@Pqv~_&s&7C+ zEn4f%TYQ0Vsl8V2k79yP7st~qP8)shxl91%D~VU6h9E6J;sVSd_eueZl2OznRain_u!UlmhbA}(mO+yXQCce~XW!|OZq=F+yiS5_)KV;$M+pVg|F3$5kgQ!@QQ(gPg) zS%(Z4PzA?%{bBNi>_H?>(HhB#v9ozHO~=MNb@x6dv3X+WLHf?IoZDzMko>kM#{W*X zpC?6#<*g1UAafDgX2-58SvRMVls$K{mq6;i^r_rfHc#$M>esIcJ5nc^e(V@9hGpWI zS+Zq!cx;Gxzol5lZr(>{wjiXoRB|98a3-ZC3mH6C(C!*~E%Lm)@AL_MtB1KMF!dD( zn7k$5wso^G-eSUZfw8h(5Jc7ZTEb2C8?>xur?1>X;2OD7??rRF^w%dUANz=K5$$Hu0&1I5L+JBV2j;Xy+`f8n4#I-?+Yk6c$@alC)}wt zgNYo>ggM^8cr$#VxD*1xu!N`_Cy_U_9%*;lR}|MRQVR;YG+4d~G_T=J4&|#+YxAD& zrOhwul;71eU#c45bK4yX$n2#{R434*SrwX_%g_|FS*!8izXT>%O5=QHDFB&tL*@88 zZc-5wQYlMDPAJ3$tF-+n)u|lW0-NSq9#5W)ZuZ=*L^E31DVL2W7UjKId~wSanMQDm zou63m_7S)>*_B`%DckUg%kMDVhd;F! zWfa1bN?8%(*XAGQQ0F+F%llmL!(>$wNucK{*k9k>@|nQ6sv_#-9dl>Gp5Q(qV>%h> z%7pryOuQq=p0nwNpfETJ9pziLArQ!PKf*K66l5AzWsyegO_IHVcNlYaGMjFHQce&E zpOkhoDM`QYZjbjuB^&ce*Jql>cA-{nVe($q!DW2gimU+fYk?l}C(`*Y<0E@K=m< zIg{_+je$@wD2h{6_AorK4**vq9#wT`gn(HJw9=!Y@3!?~!6`%4 zjJ^N|8pzwqbRr!F}3lmD_*g%veGSFVoqZ<*+OdqcYR>yis${h z&_#PpMpNl@a+$+gG+wiuLO%A=WK{xx3ikVIJq{JR>(jkDm_GRQOcG#Sr?K^UvE|Bh zXIW2xVE?xv>|%V0TNJG2eYfR4#3m zBSkn%8#rsV5;n?mv)e4PRS5fT6z(S806hOE2EQwE?$R2GQD}jV%Ty|?=1Q#p(aO`c7;kZA!DHS#)Z;g;ODn*&Z5|8 zD3y-%yoRLEG%|CZk0ozCthxseIg;u8kR{pEqOrB?2n?L!dTb0@7jUFl4m}@8T}raP z5iefz@EnEU(k|y)QoZJHPw8#iffE%QA~itS`2@w#{;vuF5qs32^`V*S{Y5dg;=o;z>_> z(wU(I^Xf3(BVDh0_k$qgI0L`<#V?A-AAh{~%2&QpeCIpgDQE z$n-@Vb2D;tQ_E*|*@jAQ6LEhc$SP|=z~wcsc};QGU3X1gqr6|BYBEugoO0xvsQY7& zJyv}B)1NN>=YReumg(?QzP`7&kv%W#+V?itl=DLOWCJ2v+kB0yMtq8I_WR{MB6>~N zc(w>X2Fo&{PKj3iy$grFI2C7j-bDhG9|z@6B=zS%|9SDzkA5^NXCih#`N>b>eFNlg zzy0>|^}P;HV_3!e&%>)+ac(LIQVERaI`dtA_`@F-|NYh#pkNSe$LC!Sw^KR&5f#2=9}#mle5bK zS~C1M-gsm2rZ>GQ^6o$X^FL$6^soQ=ujBKtxaXcRuR4ARUEXjz3lKHA&$_riy_6Z{ zhcy7e<50t2N?YniFXn5h|LVRW*T+ft=}&)J{O|w%?}XFOKC<)YS1sF3?a%z0ZAGo~ z+5MIm$4Pghhhyg31k7-_8QaP4!(gMa(<*7Ybm^)%FWoV%Xew-55D8|nCe`?r59 z{^LLXqxfYgoxwm{d+oKwvqQT4na_M?G$7yq{`X@YERNrQ{nvjLKMK)#nk4}a7gPPM zQ#1Uk0$wVYcp^kae-=O%{D3zPKm2e6UX)ajJpsg1D-92S<2QaII`7ty`{ba_3=&zs z@jsw#KLP7H-ERSuocMkkXprj$9zQm<@Kxa2D+=bfyMXh)=`RuwC`DqT&{6mwXN>1B zU%nE`T7MFQD#$Z(jb0`L0$mIxarCy36}|rY>ti;Qz#ESb)A;}+1!xr6PtF=V6~NzA zascnNbEGH$VCx5=?wvF{QTL}k?P;+w>1RLtS!{y)(6+`Goq1z*dGA>|NFoHi<2*K_J{}p z8eS1fG&DonY4u=D!2KkZDnUfqk=HMN@r#i!$TIcHKmPHL5$xM;yRG=6Kl-Cs9)ZFj(n?v)bDr~@=-qpSZu^YAcuI8kUq1Aq zvW$w-sn@;kb;V0x`qJpw2>|j#H2%&|XG^Uu(On!pfaAaX%fH0Z4Qk{4Sn}q;873Eg zT)A=>jQiJP_KYkVJk%IL)h<)_uJ?)800F@LP$~Apn~rx$_p=wi5}a5TYumH-pOg>D5gq-5I+zm7f>!iL>1sgL=IqvqM(`e z3t#v`ETf?z?zcmo^R_i7x-l68I*bHOju;J^;%>R+mg3ECesheb1JLb3E;2Gqp8@1E zPLBU6rD4yoU!ECKxK}0M=(KtO#=7EM)1!c){_0o18Vxu`UTJhPX*g2wkJkVOF!sEL z@|hQhtP0>=`@m&-cZd=U`XZ27_6<>6=DWWj=y@-PY1RSH!MoNQ8Kk7;OCjR^p%6&H zA%{=c>Zd>b>G3QF^euLpOek^;QT9r<4Shf$4ksQ5oopP<>*xlW*fHE1Ptr+#&Zo55t@81klNYn&}@<53=DBB(& z2obR%a{iHzd?Xr!JMOrn_~SqR<5)UFgPNLFWpsvV=KFD)VglH|_uhM>p`cEa5pxfR zQKXjwC~#W6++GPhx<43aj65Yw)V338hi^FAcLzg_kteE(VJ5={Ux?BXy<;9cP8YAq z9l3cN2dB-Jc>o(=kFpGaA4K*Hz{nn=tkQ>VGz;MK=5c-~nIUq{Bsj_vd5oT;m%sew zF|bBmJ2Fk=-Ol9~2*){xp9EuY*vX>PbWBhNTaRx4m0$hU@%t#3>J?jYVzvW#r=3w8 z5`3bpL`yO5{Egu!+Dgqc&tJN9F#>u(86Y3!&TE7SyKCprrNCo)UTB?lp(OY;tNOB)#Sh^#X(behuO$q4aht0Klzt;KHZ*=h&zVP|t zJ@0u>Jd6u_Ofc>DfB*O60Er9f%m&F^)#=}M?mK*@XX)PG{LL6dp@fbMIy|RL5}^OW z7rki0!P{in^{zaptu_7@xJk(}Y7US5b0J;FV}Jm>b&R}?xS+%V>y*`?R8TG`0>IfY z1Mm*gI&RDp5R_p?nFHSc^!O1Az2B zvAm&&XR(YatSL3@Opk$g$S9!wo$q{S@#^3Ey;#3&Wu3nP21MM5#=q)SuZqqYb@5dx z{CuxiCykMm?|=XMi$DMKKacl73C|!M?#6u`h5wzpxqtSI?CWuWIuUqu`b&Q0SE9pC zr2}{;rw)R6Makl34+8tcFkOa8BShv<+(cn+ z4FJx9HYpp@^S>R^?o6Qp3}C>C$m?2ps^6)bBm=+?k@pXO_`|V=8lKYVc;9{Z#To7w zE*y-bb?H#2I)iON;2@2l#L)0#A9Grc`Y9v!wNT22kr#N!Aphx~{%Lfuds)O>4izPE zfAS}P62ZV5-tdM9-mO!n^m&=qH<>!UhW$cHpU?i(r#=TteI*V7K*owiz8 zM5UX46FozKnJtS_pw5m6`$dzcixGlk$PsWFT1n{>;OGB9PTG=@2>hDUEspyH}#AZg!Mo^e$ z$UAjc|Jz6_hkP-qgzOAM2>|i?`{M>^GH67Di3H<_D=6cKHLaE}k~3rxeN1U8V4AWQ z%HfE-?-{u|DW;eD*lc_3a~h5_V}o=cBky}&aL^bD%)kNW$TKMnCvF=i$~k~{+FE5H z!B+j_H-o|efK$^-hdTydwX;gYpZu!HY6mT>6`|P zJZno$EVZ%lu54~iQ8fOioMn_E@DO~ByiKxQ)r^=&CGE$W2Aoqa&;0GWO zoeV!4qSN}{Hco2PpyZZ_JJDYn&k4}b3&Zm?Jm%#U07E~_X*rn|Kad;NnBfrg9kA9o z<^p{t!8QxTkJ4EW$nOi&m{9fsLA)oPxa1DUBY#IYjU%wIQ+!_@@^BJ3;ZBq-ecUhZS6$a`5k!OoLaf&WB^*$+&$U@uXsfpeIbSUH`KXRIAECWjkG z`_-?0b&Sx-U`HMlAH!gNf3px`-{Hokm#pf+EB;S6=c%oR$Xg7iTo4ABeOyiB$)vm!@hM9>~YaI-PG1Se;C{ z5W5+-<3;-=!Xq-`(#Ju3>YeV_(e+kmX06g0K!EEh^1`F!ztQ)w%;kBzE~5-_tu zZ=Yua*)C_jK9AbSpv!zm@Fabl2LX#)C?@exvd;3;l{3wlqL^4|$#BdJKbP*Ut5o z90IbapC+;fpD3I9%`jr@Nl&^u@*cUgAWj*X7y(Mx&^S8j4}KU$%0vSIJR|9F42Tfl zdFNddz|md~%bBvlkXh@>bBCeK>M%_LivNedV>4r#ULtuWV}kBh z9|beUFQh}8c#O>KU;M>i#0Wi+dZM)D$k1d5m}JuPlBuO^vhWc6AOJ!J6dBSKI4hIW zrbXq~K1e6C+WnQE18{Zdi@|Y&?*!jCwe=;*Dc@B2-8ukoQ!u4a2PL7X7>0q-U@(x) z12DTjG*AGlX>wHB24$iesyt$YVW-{_kVgX~>A8o(W@JOs&_-mJG&(6Eb-$NUqvC9H zj8k()gSDsLjffe%AdX|K@ z8-Azu3`5mnD^lR3YN=6&*Oa$V2MHLn^{lG5jE;7aaSI^qYms-Z33#WWk*NN)*IpX| z0f3Huyu_S=d(LqjXzgE9;5 zk@7m7-sviDTz%1FUHb zFeh^IHyKz!BYR5@A&;XUaLln6fOwjh&kRKHDKty#YMd?{C1e>V39JMb+cO#P^V-uY z=X)ZXo&s!STWFX?w}96uz1a)K1enH=Ne}^PbU#xcg|N%; z+Y$;z>7-;-X9ZCcNi>$`I5vbf5x|b?qVRDJMvBZA<0iRYivBw_3kJRwQt;F`!Y7=y zUk?EMrl6>YsdS=ej&i2Vf=E4pfs`J?u6=^C!7&5C1N4c+QAhcL7rdZ&<-PZwIrPV= zeUK34wkRe>3j(lJpHB0mQsuUx3c7sxN+{QOAYKFGjzJ$8XJ9XZK}FvG`Jewe0s@Qy z_0h;WlTTuEv&;5Uyu6Z{2{}B8AP7#^wPCuCoi@=np)ZjCUkwqv&!omj%JSelr}jF{ zSU;Uy9OMcBM+Sql7&Hw;@|tJL>%g+)T?cm&gyA=K7(K4C34V}e{wL4^D1UAm8%(rb zPC5XReFk6A_58+m4~!gFO)qjfKSrb9fXo_%v!#<(oBF)cc?dt)b@l;`tmyBdnPTMt zz9Xa)H{%ziTqQ7xbnM^$?cYZ48UdBy!pP`}g~#p*5j4E=T%qKkP_@-WiWo`6aqQGn z*_v4*G#LB0hoifhVA3~7xkp9dN}$<|9r(_nO+?AzIXok({-U6yscFBGl(+TJDTUw% z;Go(#JNk;(-+JqFBZ!CJ@R-I}oHbH&o30Et)ga_0G`4w(R5%8M{eYpsQ0ILsIQL)r z(*03C@c294@s8pJOe{#Bahy`|L<<4#{IExe90A@LQHEhq25%dV=w7GpMsMPHsa_c; z8JX3b{dMgz_7GV(CJjlyvnOyeJTg0d?aJPf@I&;K{ssaev5YO%s%zAzWZ43+S+*YD zV7rlbz~Mwwa=0eZb!;(v>Di%a(gJems*rWPHw0pCPQe|5IP=aTcbeZh*Fks6kO1KK zQ~67ipDVqL{?}f^E^Ko=}$)<^EcPMkRm-!?Slj>n|UKSatBbb z(}wJ^-b4f`vtiCRkN-!QD#L!^C+dsz9-KC^ZGd+o`5X}Rd*LKdX1^b%(^t!yc`uJ! z$k4(kMt%|<1DKHoqeN-eZ2qS2ONYLw=@IY=cn8Q6(Y1jer%XQ6Z%#QqIM|PoZ}NB@QOoac-U>l~<-SvLMk8biu{0=N-<#{nzlpPw|j1OnLK5PDfoQu!=< zPT6vo<<;3{tFzlWL#0YKx8cO>tt+94o5Vy+d5j1uBYAp{ zRpwE!!+WWdQ#p>J05U>qkR;8@=f}fc1l(O2G;VN-j(zN7AB)Zv#(>79yYId`mb$1@ zT~jO|%fG#fLtXTn=TP(qZp0S!dw1Quk( zW!y=jQ`bz1#65w(L|Sb#Jb<3;3w4_~aWpjpF4Y9Dbh{t!vp6qDX~Z1z3s^?327~>z z9hPRxCiI&zr08>GpHd4PwtZ(`J!sQ7Km)o(j1a^Tes1V5i2NU(KF7HXC!>>z|I2=~ z(Mbm6HAG-+tNVjc?iThD;2pbeKUa2L|MyKpw7|T;d$bjre3UgzJDp#Sayv`Lr0LAH zjk3!@gea}rbjNJ#BJd|kAO*bHG#G7_%_x#$>+R%?(a1PVDYpeJfcIJ@(D$dQhNGZr}5b)N$5Bo zqs~YFhiKD*ZeQbUY*N*!}!GZ)<_PzdnaR47=lZ+|+)Gz?R*t*Ko zY#@jIau70e^gWQF<34dThQ|RsUi6?$-TIB~>v80xY^6Y)qUBemM#9`#va)Wc$H^93 zyF5&~S+adG^(OE?{34K}sWiN9-;5qSND+VQu|{>J$CvT>2UVlpLPDv|Iv zO>1~@8e?TaBpZ`!a7|v4NA7W!CtE*|a^ z_65;)z&Q>UkvMuH=vM%Ii^io=yJxq!Dsl&(=K43CPcaa9U8N zLj;zfhrk%RyKklet-HT~dqJm5#@Qo8f1Rd-cty|mva>d%Clx@kV9UP$N|;*n-S0ja zWf zLTOy(cx-qApNOhb?sDP6L5!q|4?T0Zi%swGqexA;j|3jg!7+RmfSr;GN~9>K0>slt zfoFe|YOd`B6Q||DyLw1e!uG)relTW1FwPhSro7dNPpUF=(@~o9tqZcdGvLDyL@0874ws> zEw~$`NVm<1LJvOpo#OrPe}B~NltRAqo$rkHTEVvRd={0xq#AZb`T=g7*&yfJ>f<{3 z6-dV(P*1OuLoXztDbTJl(SxFJ5I@a{OKUp_2j!6kC0k9iI%UT9+;dNy<}|A4HMBzt z7O@?|W={lXn|?x*2_!aQ3CLnk#`);Oq7@M3cz7Z z=~A|}1$A~^;PWUQZy%kkz%zOqJ{ThJ^dBI1L{q3?Ct`k*9mb{uw{Wy*D#xL=2YskU zSKzD)h|j8jbsn!?t}SqmP3LRMVCMH?2Nrn7WjUu@&XDY)0w1b#C%ZxU3XdVb^s!*W zvE@%q&CL_MGQkpTuA=aiIx%pf3k=nc#a?uljKJt-|M2C>akCpmQpXcKRms9?l3_*DdGo=4BOpbzIMAzT;wzm~8fBDNN#ze+` znD9OvXdLaQ1OxHxAn&(^Y+G)y;VG$AB0>=FX?nbwQx%_k(Sep>#X0LziGs4X+LN0O z0M;qbxn1ROr_X)vvoQmf+h5k4(kf+0IfDZ*rmQK?^Emn*-D_oAuZd?nm>#!jj)gr@ zooj1^Df)#V4S@h<;ymhp{@^O$84!=H#enfCf9ko}sr1{)5jn z%wUsgE2q#*q{NETlQaQzfGZRPwTl>OQszY757Mb@_DE-&x+&A`3E;~CAj-?}?01FK zJsXi!n@$&_&Q{&*w$t5~`Z%Cl+yF#lO6^=qy-_y9d|`M?Nfgf2H6co_1GFXpn*q~G zx!SBvOywrvKS;HDQY_^Oy~Vg82LMlcm6`AyP(lXaSpg{G5I*t5<>+AaQ^d|`F_H{Y z0}FWn@P|Jf9WB87efQlLYv1E~hZ3s&wAME3MbE;kUiGTTyO_06s@)v)hH^(Y00htr z@U|`z@6?c7_x8$D88uiS%An!rx&V{(1NTIetpHuG=jCyWlI>%Py9-5{VRDMbN3e!Z;&*7<@HSs3yKVcDEQ$wAm|)iTXN~Vhoh_qs}&57q1_|wjRDc zn8HRAtV7_mIIpAPOi@|VtAKYVjlgGW>ZnmypF=)*D4zw+d+3$mJ@8U<;P;BjvWc?E z+3=JS9X<~b4*;YV9z{enXn%j;V+B{lZ%WlTNtv=4DdM-hkk+Muu(E`MBQ;Z`Fb6J4=eviX-+*o z66gqmH0&*p!Y>D~1ePgJVNLlTU5@;!H$^&`AejzJWP%CLQx=B~CxSbY4L1QAu1l7k zL-%G)fs@_W-?9TEGo9wx1P2OidCe3Rr?bS`?Wg`gf~o*`^e@?K%2Khv(eX;M8*l0>7R03f~N!n7Fyty=j^Wt<&)lqt%>goEX zLDqh@fVn+=ZsLClymzgygx@g&7L+>t(Sb^=GfEmEMH#?zjTE$oznle}nqV&m#m}+m z0CA%4MDEK}o=T@oX@(SfJcc{m11UKo@i-DFqfdO|6EWKZ7||g=`R7;t?NqIZSwlvH z0^Uib1K!{K<~Ij^y)rgGT}ktO`)Q1*&3F*iEyORIl1##m6LSBdQV;XLij zG;&I`6uE&ffHczIaY9(uJlqseue!dTyBzL?`fKiq^2-}iMA!GpazVEkPz!R5Oe4RP zqmpT(?17*gkF(b70i0}3KnM6Cqh!Dt6U^V}e0y@LJ&hH;eqg4KRPk9sH(MSxQU0of zqEemxu?f(*9-mLX6a>SmqO_4=1RRWp4(72x{KG$t!8G`Q-XEk9pXc3E@Qk1jQ_9HL z@ITmqObqq*RVCLB;Je__n{km+c7H3a|q_6TP8v^_JjamtF5>l0_a->l+>e8YI{@YG3Xd^PcE{8K;pb z5XuM;sB#)k{bK@7&s?YKx9zQH%0MpizAk~1hXQZmF-996z448298WH|bg=~P;^n1m zru4`(FrOHph(Sle6P@{wR8P-j0>)7SBI~}t%WZS=uG3eMV|Y#Uj3~Uue&#d6C+2o9 z$&-A7S#I3}^h3s`48Zw%RN)*4-kBll>Cw3Fe+kwec@u1bc6 z$Cye(=CqflkSVif4{K5>O&*!A1DV6jmgi$^RYs|%dguRq)HA2xLU#tfz3z3di#+D% zqaXcf)XUPr=yHn#@^!YdYR8nqXLJV>%E;Q{6ygA4H^{E$C6>AVSd~ucG=QHLsbCz~ zIz0IZu#$INHwv=qIT;To`R;su6w1uwNU1)2ubq^L^7aK1k6y#+P9zKJbAL#0W1Llvls{)iD)MluwQ4 z&X@MV9_4H}QIt#(ZAG4tD?2r!D)Mff?Q;hSOlg(P&{|`Uj^SPa7u*YdE?0BVm($8@ zw{#*P{DvEz9kXmWO_WFyNo8LE%m8`>M^p}>S?s*e_P{J+gXayzEqeW3mTjBi60azG zViF)d4)7RV50ClHNM?dH*mMPI@{BqJ|LK(>YsW+zfICA8a0WFJnxGm^0#SW}K(U;v zC?-mxZMDTF(7?BqQ`ZGvUbYo1gpEeBPk!=~G5XHy=q$&m4ou@}of00IS>XUW>MDr> zXvzfFR>_porh8MOjxzc;-~60dN<+g8hW>wpB6(hj5K*(8Prh;GKc6vW(h%uY(x5b} z-H?>I0Qsy_`t0eB@EYD?AUGICwdIPH`E5=PhVA>?#F>yP3$9;eKQd(`wYr^QGms}?|s6BjRDh~SMZ39fxRW zCKv-a=LgWv`>^L1Qg0er8b*$S71%$#hv5gm5z1T9Co!nDp=Heu;GH@R-X@}A#cBPr z#zqn`=WhTqJgM7>Qk$ZfTBokL@YH0J5+r&^6oB+E z9q(M9sU~tPY{f+o!0NP z?Zuvi<2a>FIv!r$8#18CIAektElIG2k}0y;=x6LR@~5ae5q5Ms`vQH=|LA$HK|qha zb6Y6AdN4%uA@BkxzrOdq?~T{^wP35`kc7jdcrSJ`%_i6Y2k=gv2k^ED5u-|dJ6<;i zl@c22+eo#NUY%vgZMs~q9R@{maBv~i+`TGB)kv{j6_mvAIMmzj56ULVnfIEU0h9;j z7@8{%h-X|DPQlPzOZTDXX*W9c3SYCqG1eB$>*(}4Wvga(o+sK4ct?5jH>vm6zy9@+ zR~UvP1K#85zDc1wwM*mU>JOqrj`0S#VZZ_KuYK)nqXEa!(l|PS?PZ-|fp^uwLqymw zhlm~hEZhUnQM#cMwso4f%kJW9p7$_F=8#9qmWZCRC+uiu^gsHQy+8?uGBY}f)%np) zd#)aq*w0cFWeKTz7~mrf$plt#l94&G**MVb1weX!*k(TsB*3wwM?z6|qW0GXy*^0& zX-v04UXf)${JY=%?zm@O7P35p{XtpYy2{3Q2k=fit=##E^~fpRhA?WRAkC`?8p29M z24yZKK27itRO;mzPsJR0<~S>IL)!i@o&JbWmt)RSw4g4kKQXQ>yas22d!ojgT0Wxj zMC>p&QV>H^ck3{*sCBp)35iog!~`Wyon!2S$R?81D!J6KO4Ob7tZJBvx&z>2)+T}X zK{_~u24DvP>y>@ZSK#n1(&+Gv`dA{efM*Onz*^DoVd_~}W}gkSS>8IC`-`FOo$?Jb z0qhm}ByI{BzfB)O*9Aal$3GV-0K%wFN+1B}^f#gFnGi*f5g?7%QYHb22dq)Dh*O1= ze?WH5%M&}R%VmGjvnpR1nemeLq*j6|1k@;*Lg({CK#brE`(ZDgvW+gswvvShz*A;P za0Xi)YvaQYpGN@gt#5s6{46qhfcW>k=RMIr(5uG%l#|Og9&%r+dw5cgZ3Z^V=!K+uJ>2MT5{;X(hOs5CO;3T|{Iz4~}^?Nj7 zk-9^H#FU-+F0-5sSNbPWv1)`IAPVD6)3N#rZ1m0=3QZ>9J=D-r^G-?@cTr zRQ7;(+Y`a>{yAq4JFO1XsVs%x$Ph*w=LtQNQ;tYfmJ?gq z7xYN*KhG01(IGvhQ+~n;jkKUo|z@Y1uK= zkdXRU_I@kMyb2AgCQCudSo!eRy9&FXZm&&orF*Sh53;PuPOd!AD3To`8`H=XG6+EW zbvD8@my@QDVd5cQz@*zUU>B$nC){{)K$z{h{PyMxcsPE_Gc&OBc+3EY?yMbV`Y~Fj zmYVP2E=1zlhsnm>ZQLD}HFbE8L!>`!!D**wgs6wueGtwxG# z?GN8&Sn|}S=p#B^*n*bk-oyw;8;*J!S_bbax(3}X6cVnDE0#=goIXvackrbBb_q3= z3ijUTfi#!qy_xQ2cA8GneHK-xY=!)ULw)%2m~bN7micXkj?uJB@(e3JRD~iKjXJZv zKs;H)GxHU_nTBrRFegW0K_F>wT;f1fVJBdf$Os3M~P{blVvQAU}}iaW~I#6yweSHBSNPi^j@%XU7s)R&CR}P_tctQSiWq!{#kb`9`7cpKC3J9rGLl) zue+Xp?Vb?8wjSD}3_?zerbvJ8nOT|I?h-5e)q+Fqb3}%LIX-@}T;yMN2$M(&8=+C( z^Tc1(*O14gCsCGoKB}gmg0`Q+=8!~C_!!w?J?+EqvEjoAK6cZ4WxWHy2tbwa_NrJvvNYRt)(Cp3e{+l9R*l}6_ngM0HL z+JAvR)kxrmw}0X5c6ep|R`}bgc+Mp!(_RBzZU63|(RyeuaS%r30cX|;IHdH%b8&Og z;m`+0=@dd_5w_23nut>0v=GT9p4I}OXY z0gk7Atj!rrobC8FI5F0*GsHn)EG8%F?~Uq0AM0v|^DFy!*?#-e36B}v-jg_V9(UY* z@FZHUm>^_VAr-6QCcT-xr(nxiBr9mRCx#>xj&LcBN)WfcJdRE)_o1WyP-)*O8=3f; zPK53?O>bF%9V1|S=$F=d0nOeshw~pwuryz0wBBCJA8zNK*Uub0nNhHK9>NSELD7-K z_&PrVIlA;Eg8CAN6{(m#Be|yYRt+m&HIRC$Q~8VNmDhssWvX*_wh(=h2C0PBLO9&f zo^mZG^}W;j9qnl!LkC_k&mwA z`snqWxA_I*!>;lM0|1ij^HLD1wiH($&M3sqY5-GfqBsn9VviH7T-;@a6 z%l?3d{Ez{%ju-C0q8hV8GD_&bh?fhdS{!C*r(T}bk_}2yG23~B9%+w{{|%^w7EvDp znq#_u3aZ9Byy6H{{7LTfrwDB!`)B0%u{!B|GWDo16@}k!qzI4$TW(+~tU!Fy^Rs-= zhhJ&B?Hiw&8A`ytavtM26J%Xf;gaa*C?LEK)b&!eA}rA8*nQ0J*rs3&GJy-{J1ZEv znC#}8cv+g3^E~pGvZ~Q4ZQ+*rC}&K_6F_d*d^Zj)n@puNS6@TOUAZh=l?xYuk{n|9 z4MQw4FdqhcU6NZnaP~#wD1Bi(Dz=DkK1dh2IKs?zU3q8!p1r)()^d0*US}vpt~FGU z;?rJ>dFC}a{F#bi_0_4YZQ5{j0VT}eu364s2Di}3KrF9f#pXiqR#Ldh&mPVHk31zG z@R0NOB3ad`M%Ly{9Zt@VA+4T)CxB4k0bXE*0d7nQ(k`GQJC;guIG!L+Y~RBBL2)wa zjH{!31zflEss@9{O)G{bNc)#CjMTRADwT1ddb{{dzBK2KdKQx)u`9A;s^G5Y)Hl=I zqFBD!Z!s6`WlN%rWfIxM=?-S;HzfnM7ifzPR6DM6l1%ZwUVFr7GH8C2+u5(>9)N(y zzaz@rHi+*VcS)f)W6O`0pOjp(W{U047YLTL*dwMkg*sfP3G#lQ%6DmBTNM!4;-ggN zrps?0>PrTUcKmE?<^v5Oaq;=pxv?Wr88XwXbFRZ_yrEO`L~J5AAev`6nnkr+KW{wg z9A)Q?kGUSCHC1YqS91)At_`qW9hQt17C#WGnd|`Shjv}bqF3VKj#8>Z#9G5yWJtNH z(#f_)s9lKA-M1=R{VE~rSDd8HlVZrOQr(WSye7T5TWz0M|KoACs$_nxl z4Xn79A2`FEDE3xzwA239VT8XO&qjyS@zwxv!tTH|C_K;}eaiNMp5(=q(x=7Mm$2e& z{D=@8uEPwot)=RKnJUdfYtCXEI zzUgCvgq$~qIPo`10kj6ZpW24>gy!gn(RBm8-=6Gj!?GRp|@lHbj=BJ8qpzv903EC~Zr zsuZlhRP>zPyPV=dhUf^VD<Y;S>_SW0?8AU^_dIki)>1sCYUuSn!Fl+5vaf->!eXFHvI$sY;pm}ZcPr8k(A_N z8Hy2K1K&H%b5>xyRu5Wc+l`kLkOne{vIX6M7^|%jWRVhEeK%ld=$`ss1H)=Ae2k%3 zm&Z&i$DnpViPo2DQnWH46(;7qX&9jOZEF4A<@tdNZIGD0SdN{RG9RWC7t#>}Rj;)1 zv)h%Ss{*@bQ}ON6qcbf{>4g-$sbsc{7Em0=k@Ne~WtONk9&jCg^F4_$9XXoXX`U?h z_Lq0EZjDJXLET%`OfQB-6%)q4Tni_h^>nlL{8!$zh&E;rozB?LE(|t_gEc#{7IazC z_u_*uk_+CFUgK@7XBFxXzqfZs18;RM!CWzZC1kNh*wakW!=OWhVzb9z8F9BYZZio3 zVzfbwrE?4k3)rYF^V6+ko+kv+YCy`WFWUVt;UsMjrsei)7p~9}xg7gHGyEIQLl$PE z?Z`71+RHxKDcd%od&U;CCB=YcJb*=fGF|+~sY8uJst|2Vv))vvZw^IlAjjRDd7<;m z^KShysU~XrhpL0j-xs$Wq9wFT^C_l=BD`(>&FoWTg&FlDhSgK{BB}88xw7_8E#{r3 z#I#S@_vasW{G{$1k!r35^n`v4ADv>0M1P%}XxAbZVw9;&Sl39i(?p*E#U;6Djr`ip zSzzJu7{SL8C!v9+7rwCpdf09n=M$!@A7^5(TN6Esog(0*c_QVW^!_WtOfAuKGlHix z4le65Rk}ZV6M^;f%N-QN<15PDgN#@i74GGfa~As0sqCBfhwkAq=M(9=Z$uG0NzEm} zukxleam+_`Mb>7WTiWx|nUthxZ0|n31W`A*ol#M%E6iQ6#4aof`y`trBl*6|YGB*R z0(|_Q7o5R-0uz+K5W(qI|GZGdz^LK&&)$?Ikb$LHFMFOp?4oK?9CtkK+<946JUO#-n;xU-*I0OhBh|8`0OUV9AC)hPN7^cy z5{S1twF81Km(77Gjo9BP_g9R<(>#_v*sJtA5_G(#7HD!)` z%pKbPl3S9zncYU@x;)5zZCn3CeI6cVN#IU@y?8a~i+ZULTnqw_zZCK{C z1B;g#!h1D2X%6%fKO9v$^d!UhM!UgNFp9z872!rnC@nUMcfrY|fHkllL9{~`yxKs; z=^?@AEp2XGg5&IxHo1%0m*0@xe&W+_;UnxVbF7i;A2_RF0x-{8VI=s-&ZZVKcC51* zXiohjW^pzOOSP@JJ@8}4KGcn7l~ zbM?-X}u$-wa=%hEtz1Lff;*j`vhX4714)0<#mI{SkVnxDX}oQRF6EWBK8E&EStM6-D56(*-8EI!efgrc zOM|F&>!KX;GcLL_{;5TcdtUuBAAio!PQBPm_+`iRx4;x;@Es10ZLe>&<5=&NnLGM^ zN82!m(vT9@sfOnJWJi4wkL5>rZj3JwMI%EjNMb=Q;#KO>DkL)jPhulzq%Lak>JMbN z!hmYN!Klytb0#e~>c#INqoCW=5p^*l@6#dL!qb;;>}D*PELQE+8YRN+{G5gj`|i%I zaO8Bg=>(7nQmZ(Fc!cF?a_zoJ2oX^=tTrXO5{c{&>_p!*Y;RT>D0KAuQT}>#rhg7B z>Fg!R=V)D#U0O2Zl9nV5ggq~Owhmr$I{;H>sJs6(Xb;yPw%8HpkTkejF3B>gxJ)bP z4eJi9Wz24(`)fvV-A*yHDHWlAQ7!R}7VazSbpNT^2VKDa98x!@R+?d#x4%8*8e?WY z4ayS7)O;Y^j!gpx8PdjvAe6gR{y7G;cxKH?`tAYCv8N@6iHo9!R?qfM{FA1+F6ZWr z<2BWAj#L0A(d(OgE#>?zyvq+fETY`1`l1c=3A8!kBBkfxm$yvTvIN7ybu`&ci>u9B zsjhG4WeqD|r{=Kf;QoZhAi%>WFH-gPgCa@WsI76tNNYs!zWv72DFdq32@%4Y+ryhC z+){LU@cYlzH(f{>T>Y9@p8`Lkv-i3?5p8ESg;$ssmg~$&2JSuH2Ao4WM+#gs19Oz7 z&@E#E`E9E!O)KcCVvxmtF=*Xk&nD!dS!63pqRttPO(I|Ty)A{~Tum9ki|-te#sFB= zA88E-E5(gFYL1~!6kpLKQZ(Y?e0bVKwXx~-2PaUsl&U4Bd0r96m~e#ivS1b;T8-jW z2ydQ*u26c4%$8s&c0*^A@ief<_2$)F+UZV^&T*J$=hQv~fwqa*!ZZje0%qBT`03a0 zw_er6&GtpH%6IT%w#d9IrifA6Xlhq;FE|q4L$M?qK)IAZV*Jva>J|0%r+ROhfc|44 zfpor`z-(F%)F*k~4J3(MGyD;GXY%EO8O$`+B5;eWRH zfM_+-^%( ze~HQ;=~$bZ-?DY&#cHrIi}+CYwGyrYyAe0h$$d@tJnLD-zq#iEJx_hI@gAv}NR_dJY!qGRA?-gv6o< zLLTUiuG-jmvt?lJU+U>8@^EX%~aaTNN-uKo_1MPv~*d*+`#d*N*k@wXYZW2%rls(v%?-+?L$xco^^_GxR zz#X`KHw%J;zpF#?-;TA?=)g0qem^8Xz$;ct1RExbcsfAN{AXth!|O3__;s z54LR|M_kEDkwh~soaHd8HjtC_uBfm3*>u+q=~tLuKbIf%Rkh*{kA=sUsXkv_dTh5K zQVc$wD~h%PQz|Tf*{|WT*CYPNL050TfK0#GlC+Wm%BET$uXo4n$3d(xTZpue`wiuREnt*4UrN2*?KeHHCPyA)9a`1yRu&GhAT&7}()5;MCr9VpSBmHM6o`I-7 z^7-D!@DB`c_4MzS|7a&51v2&h3f^1mmx?saa6+>Ove*;sB~3`z#<+>Es` zA;4qCWJHU`rQ-+qVTNUYH6L1jwk_C2qF`+{TCMl=lu_b5!^hyNUM?Hg+`33Et;Ih| z7q%-?+ua@uyQn+w-I+}1{dxV=cD_2sCUW>_8@BpY1A*yuwil=?I~$RefA5``&ezLV z7zowqApWXQ*L}j}qd%U){ z3?bhCH$J_?+PdBD5mi7y4H3%em@0!4)EKS_{abTwfA0K?-%XU!U<<->& zF?8$ce%_SZ{zYD|Yr7_Ns_}xMdcdQV-|)U-t$C}Mq5jF_F`8Zf4O{M(A9kpHS`hPt zG!+5cWomBy)tYi#9#)^RP*wAcxuY4*sY1?UJj>X^Mt3>XKS zR>OxIJz0Ys13cyigUW5HHK2w=x~aK?w(5S$es8YQI^pYIT8|xUEuhMbAZeDi$)?9< zNZ(PwUGpE1L2mix$bRen{Eh4HV^em+p_Z+vqrMK!E7LwQ=~8g>X$CTWk#AR`CaZDE zpycd0JIM6`Zrv?pGai1d_-bLs==)zD0{n9k<9MPRmh_FlR&NM|DyY&eC2`f`+Mm^Qe3?y>fi~k@l&{B zG1IwfX&dCH9Ur8(bt<&cMH)8tOMGj7VqqVA;m)D;YRM&xYn~g{KOe9O-)F2&USWqO zSJwiY@8TJcdLg$s`EchwW4&g%AnAPAEYHlqsnN>sBk4y2 zEkyPAnfFwz-mi*EE7d?t>Bogtl2Ly`Z7@k+KI~}*(J*#C-XedGMgjI4d75H5o)r^9 zPS*R@|Jmg0cG!r}00dN1W4(mgJ5gQ6Fg{%moOrmvPWrDUcm$!z7+-0bmf>d%8D{44 zwehHVeB|GX(e+(PmP@q%=T0hjH1@~zWbjMz4+t}FGrUDl=jyvK#{2xAxBC?=n!Mk> z+7t56@&D@$i`=ADnGI?%s`Jn4)x-c-^7 zuDZ?StY`-8>#|VY_3;Oi+LGk<(hfCl#&;%8DKq%IIwCwogIp))-M=!w0>OO^7Bx*{ z5VBjGno(E39OuXeC9k@Wl{(}C^4({d71gcfKi9%(*F|2)hs;J0%UoNY9N5cB?Nd@S zgxr{|aJN*a#M>P|4D$zpbgG921w8VoVbM zv@Uw+7LDxF4Sd7?Z$T&?Q9H+o*yvMeFgg7-&lK^uCUtV?8YFf4Y|aM06Wosf&O~eQ zZ17*T?mtY5p;cqepciK8ca|$%ED$2%TD1G1Q4z#1WPU^!<|4Q3KV#Y4rwfT)j7tIt zAglWf*q@N?LA#rrvm+t%9#HL^<0#Ma%iEIv=BP(u5@g&P!5Anm!++4TQTgSuxh?}| zavWOu@|KjABXGAd4UUR{hbxPsIB7@c^=$<_rH}A#wj^v)kbCCwWHR*t&=ud#m>uQn z9#vZoA;G>>jbRtX?zb%04xb*CIy9O+o}=S8*DX$TY}EsgcVpfiWQ=~xXStLX-ZZ#0 zxo+7-NKgJ5C4wgP8=kMfK=Zt7TV~TX=>&5jy34!N@>qv_y-y2_sh;$B{7jd5l z(IIk6-ko<#>z50z{AhstFNgznMd70JIU#_U9Ap17*P)r%sXFSO*{}8 zN8N-51QW38Bcc1ZMYQ1u@`f}Bfpc2UpmL+{of&`})7 zzo8RM=Yw?Dz_YBAGlAh~80xlm>?aizZtgcfl}nKd{Pjeoafy931jb^+q-kOB>koY} zV>R)8nW0e9cv;!ZVE8L00F5O5#7-Jy0f__lyuCz6tceN!Ub)}CK!sn`!6A(9WA3ny5aZJ%!B#Izo^#q3j!Zgh4&NDaTcj`_daRw-#_={=_GZ)Z==G>$g z;u!DaDL^W*bFu4cJHUE8Yh@nMK_XzE5KR149l(0G(*h50x#wB_oeL1FvBzx1`~{JP zuGm|!N&WJ;x0Hft{B!k`4r2qa$NY&q#2mYB>y%Jmj)Ofu`-h}&qENsUWIRfGJg$`j zxFz}8*R}jb*Skv6<1HblOL-=0kgfp6Bg#iK*)HcCsN?F4erYC|+>T9DpTD#p36t!x z^Sm)Z)HTh25Lu3>mdiuYSB?zi%S{rZOjpv6`&#D*JY^4rB&c_@VV`3j2A8KEwnHkb zV!Iaj+4*DMQCd7YTHF~g>T&qUWdUD_3gZJ_T3es=_J1Jjc_m5@O+`yAtyb?7nLFTM zl_CCOIkk-oNH}5m%|W#xk`klKK$yOcU5Piy-PU9LeyFgBl*l~hbn7B|eD(*{z3-Su zE?G!UuBvP^aH^Jw6F15zm${H8;z3BVj&O=nw7aW*X} zSdJSpnZ%)-!g;J)^uoM{KUf+Vfj}{`bgu+^aR#9Y0z#SPP5-WHchbuqhFKM1_O!Te zQZp24GC|@`8EN+lCtI|F<+M4ER5F-7@$=E;0C-fxRC7teX0K?YbWxuhDc=oH>+WIt zp)dDZU!vc4|26!&uI#Vs-VS-jGde`bSBJ~zO4r+8GeQhuL>{f}HRJE;A zRWE!sQ_yJVTtb*^NIv;2I5($W(k_jzkoe&Sz=;t%L7wO^Lu|$jEQl5H&-hS$fA*vF z_QFb@74k`QGedgVW-#N-+qz;u?d_ySEbbFAMS1i<)k)t{&$g{4FhQgDj7ZdV{riQfXg(8}$t+7u$A}W3UJvwZbrUL`ERqv!{ zG2z}(aim>r+;s2-S&I#XUn#?9&3O-{Vpxn!4oLm-N9qcilaAKrVM^4vSS;6cN2!f< z)WjyOEvbNIQGvk?#b6K*CyohGZ@6u3$3Kso0YnX+5tGln6JHkJ`U5arV1aPt$)D)S zdiSL$JwnfBpoFS|W-fb-7`sa6^9mJV?CYLlT)yb2LG)qDm(dQ3sHYA2zqAYzN{xMx zT2VVFk`M(nl=vIM6>U-P&Rs>@_9A9QzxLWtALawj%P%5wZKgP`$oGkfe;ZzIhiHE| z^ir9Bc=o3$oX`oD9;617`5Q#VRHYjR6r>0ZQ(5P8_%3UC`ukIX0l?Idbx96SRlikf zgnULF6q5V!+4LFasaRgj0e3;nV;7+IDaEBPl4QcrhaB#qe)+1^p5EcIdbkn7+x5K@ z6DP~>W{~9cJY?sjn{!G>)&M|vUzap*_THP!;M&e z$U(bWiwUtscE@)ls>Lv_GplwZ3|cIMn@m9y^m> z;vH--Zqkre(3V!65GKgTrUib@;GLv!@iLw&E z_&IE)w=uR}s{#T7XwdP0YVF4$-%-oM49oNxb{?Dn-!R`sF8|_ihQvFfWFDIc$ryYr zWY(?8fjxkyX#v)k`krZwA-s3F+z~1uESZYy%w$ zzfv3rhV+2Gn+Yc5dq=krqtXGG=ea2DG#z9)JKmB+CZxX!!l;Jg2%-f<xo-FhOK!k|D zsNh_8xg%>ZtU8+8vWyK*9p;VH>SdRE#>z2B(jC{^%Wc)3XAHaU=||FEkkVidiCqLf*<^->(ykExam7qoC^HgZL$nbi+*IwEY#*P&VH{9M^1 zi>%zB`o81LhzZ?#xHWBOFh>Pqso@TC)Rc()bIa#HF{28FugMgrgQRBgrN7Vn*^2$- z%VUXUQVv6u0iUZ4`hFxn@qrP8v>36WwksScd-hE|JML!fjCbG5wWGeEDR8$I_`W0H zO{o0_OCub4Gc3LkuB{fS{*le?sB zo<~>$dbcGLoyBzz<+>!9eAqjmg29`o{jPytVIOok&4$g8E?o%p*8WewD()ZQVq@pe zR7_TWYzNZ>mz3Bec6eSbJUui%yI=VItu}FnsW)QX>*t7v@C2h_c$OA^hhS3NPtuSc zH6KH}4O>2n*0&2i;cSSs;v~`-MlGVyumO|~8r>%8T*}$N zMzmbT-gF=l6oJ&cyc%Tbj&zp;!kv)FaEgv8U6P~<#|-YX zAAxLv{UM(p{xa!Goy9uJy3ol(LsqVFRZ5TH-kk~M-KhB!6A|U{Gidb2nqaL~)rRBo zFaXdLN6}X~xgYSq|FZglNgh(a5!ycyrb|*Xov5QS4-tqM*yGHzI4vYm(2D4@%sS}a?yZ#D8~Bi^KF{bA|Ng>rVpPEPb`6J1exwKLmtK^$*sLpi`}3C0J2bI+ZtN z!h^&Qs+6aYdL?L@Wjl7Vvv~AvM5`h#I1j^*UvMzRZC0G}5(^p!3FW>F)P7&j;QfxV z%fvWH4~+>!oAk9%IUU=<_)&ONiYB9u5e6tmx22Kna-5Sjje+|K97M#F`M*(5M_;bv zUc?}^KT;2H2bMk;-{Z)}Jqo+3#}*ehB_lxpWHPXdf2ci^?Wf%?5>$^JY`#YQ&ieU{ zd=rGx@q1+xVG=VA<_KnG3-(HKJ|;k~UD4f_Q(p<*|D&CAKpTX2ZxB`!PWXwqsl}kq zQK;POD;89@5v%+8WyY{^kI!Df;>&lKAOCzaeW><>?$H2vAD`XDLS`J0`WSD(a} zgJ2pLSB76Mwq=YcFR_}!;o9Sr%4j3q$QIX*u*}BP_PKpF1E~-tPO221XTR92+-8B# zCx3EI72)$n>A06a)%BEYzaVINq%bnfB(Pd_eQo4GqDbz<+phT?q+V{;r6w|S(((cL z8WZbxrnM0XAErvUSx@lS{K4xGWn7l%yn(rA!rz%tqLL#F%+VvrIibAA^HLT~QmqS< z&5iO!kQ9A;X&uYEem#$w;?E$lnWanWzaB(*l_qq|W88OqV)0c?M)lXt0;!S%6IkvL zN|q5D;k5uGOAZF2dwXJzq|oQeCk4tsU0?9#;jA`mTl|Bw>yC%(%i=?{2oVvYkCLbn zqD37-m<`cebQaNx-UksiVF;r4pI%1vUP6rC%_w1rZWyD@=yq-2|Ms*0-E;4I=biGs z_ni0nyz|b8(MGl}#dt9Z&ldnnDN)FYvUISjZO-rT0exXFd-Ch*j*uskdk$O%bX;_PV~)@`~DX&PDoMQ_DiytrwThUfwU5)9rQ2OicM_%D@)joLd#V zqb4nobd6IITV1fT1Tqa*?c>2sH?@fp-q?}sjaX_o}UAYJq0Q_r5LVj zudxC-6RzBCyeebu90l%=^xR9G(u6sFwW^pNh2>QQjXzRAD8v;N75`M;)qU@i*+B|T zG-c!GXM!79>NNRyM%O$xNvU5=x47>~l6HScmFReACSEpqqO!VUruj(dEhU5Z+q|6dX6Atp zM%b$Ne{gFD<#b5|c4_jfXzc7t+!c}AjeHzlqK3wkOa#1QZ(GfxtrIDvOgXwlayFW)|hS;AgAlF=%3hY`2ccZqB zn0X<|tq&+tGeI6E7%-0UraV)AifC46_m#YC1O>4RzNS4wdXt-mTPOw`^R?VsOFe-L zVgcBDc6BLFZ>-@uRCajK^FU^bs5XZv+mzg2(U#OsB|OWyeaPR$3r(m6VB#M-poq%_ zelM*k->m{G%FSq{-vXocDeF3xi&jwOw9-y+NUpGk2C{(*SMCWZW=QC2%?80rmcp?##*D`TJ4a*tJ7YAHXEJ6D$4Yr zma@(}H#{q%V8F9%BJw59dd^XecmX+eYu zbFAL)dLq$A&JlmN*ZwtVb~P}f0~|+v9t*7#$(&;g@sS58%dbE5 zPKqaHKU_}YTMaTOETRyb;h}`#2h!pX`YB_l&M4cGKDRkN;$gcBDLH!-9ttRf6BL$3 z5q_+6C*ggR+_mLeIO#;BKv){BXkuJws0Y?SoB0IEOekD-?Yzxtr|_h8YyAl)}3DlS=r8v2m6y+_u)kI%}*jn{n~x@b}#Fhb2-Z1Bu;w3c9H+)jyHi# zy7v#Uc%PXswK*;-t4|lQg$e_fTkR$vqV$69{NO2D)VKL~ze1Nb?DX5%*5(VA;hz`p zq$xkk<2ecfxzOE=TbeQiIsr9hSyJxr~(y zK@!+huT|+%cmhZ|_RS1P`%W$PV~t;%0c8u(M^OdZ;@9iGv(IoZ&&_E8XDd2-p$6v)-u|$`n?s+noM*{YX`oOo~{Gva&34 z-H$@X{khV+6auYJZ%JjN_siV$j~<;X$_g_wz$MV=Lm8a^3<+4 zzR&jXPFE2BP7PX?#?Qivqei7yJoYlY6Y#>fA}Hx56O(3{W~%eRhKlrg^1CjYlWM^H zdiC5^ZY;$@sV?i=IsW3bF4B>QkA-Nuu2fPV)#t3y`&ptmsnUH+Q@mb@mk5%QJv>|U zSY{AMs6YCS|HF(f(>eBm62vcud6(Xha+x(UBw(e(t;?^SlFJTA-fu+Oqb{fu9kDS~ zUgv0fj>28dN_peNLl~bCbxjj7A|e7}*FSD!`4P~o>#r$o)*Mkkya>=0S;BOIV5QBo zYjPJt^$8D?o;XUx8=UxOn>%*y`F*(^=8%re&t-O(Jc~I_f@o;fxZgwXvbUzq`D;cD z?>IJR`4JR
rr_!vUmjAt_@-l(C#q$3CIez0>vU9%^VS`vzJd;wH41kYFMi4vX1 zZ1k#q$~m#C4`w04XqOudR1-V?q^iB(^VR~sftwk0oc?uqI% zwzt}lU$Q@#u55FDRKu9qK~JQrrbReKPe87o&?qk>Nm%_g60 z;vPvR?q3uCTUpKNE$V>NsprtA!<+|3wris}%Gs?-j*f|by+6{$zEZ-;?=aNL^VWLkF^cC> zhkGZn1%Ca-PgcN_Ep4P^b5%{u1b+jnxKxsMV15?B*fOHMBTGv9IA2|g^`fB zZ?~hGll1Hr7|Rr2#&rPKi4~(6i1#}VAH`0 zr?PN=egI?VT5DF3Crl)T`grkFJ~R-!xc(^Ap6nCWESb5S@D=5X1i%|4eW@?ob~J`I489wF~Tm#|24sX93wWV?UhqH)e<`ueyV_l8#%Z-0FRFTf#e( z!R0cHKQKB9KaCuiH)*W|liIsj4;lySJ`r%U-kgT1fl0HzNMx4{*k2LEKs(^bc35SpX|1#n`WCBby-L{E<%bAeklJcx5D^5qm zp8_61+^{Y;-@0RY<+}n@ntAj4JjmEdLfq6GzC2-cCDu`%N5HrHonv3FHs&Ag@;~|- z7xi9{C#L&kFO&jP5vw87`)&*Sgx5U_!WZ%>f2OopO47$^m`cS)(1welw$Iy6yCx<= zPpSA3@z;ddiPJ7Pr-x=Fc;)SLxCW{jz;ZyfKNxOHmrdw z0BQewxwSVS3uBityvrKJkR%#W#aDK3{{v!tQ7ffbwqTOnW_%eY5Hw8n?Q7`LNl#-% zfzr5&NJZtBhbu}h*^kr16Q~L3?#+9#EF71*eY74Y&qKI;YD8S#a4z;vq4IT22!a#nf4PQC$Y=< zP7>3`|1Niu7e^>(0v0=HFflkMYVBWB5LQKSZC|{5_T7v6l$rkXU8$#(?314!c$tHL zYFs(ZntVTaGE=GTtvIE$bZOo0FVAlC@(Y`_BsC%ZsBO?op1TCE{5}f(X`3S;2{z>} z)2MY?GZ0=csIKwn#E&U>m{WA0Dev#xs7l|st}a_&@{p-Ow~=POL0zc5LwJ_`^YNA3 z3LaY82vBwulQrcBRcqx)>C)&gH(CfD5v5?KUiCDA1M@+3%J0x{N5I;2bv6_~%(*B$ z88|8!_B91F{>29AdDjqc}FP7dNc>$)D-jbJtQH}1~3gSbyKaGz-FQo8a(^52UAI{yk%>}%@WPF zPhWp{)yIbgzY<310?d{J?KqAJJ@cBxbBFU~pY~hH_|@@njedz2SUK`FTYvCEF>&Uk*8D7P^2%YyB+{cQ zS9v;FnRIX^Pn5Vr=4EndJa6yHBpbmooqy^+=Tg7rMv&C0c8DqIQt2}lTmIZI;tuDL zmcgtKf3TgtRn8cjlK2xQIv`kC%2$V$+E4G3sd1=Z7Cg^gV$QQNb_B5|9P5JcEHmi@ zlZu)o26aK?Ne#imBpDL677~25VinP&5327AA)7Oc&iY@}6JOa}>*;lNN8N9XU`>!{oE;w-IWk+SxSw#80dU`jsB5~HSm~`;oG!d=VL%Co zuR;#(Jn1;NoBDV#!aYlyR8Y5}>qtABP+y8cXY@No{VA+ev-3{?lL@KVpmi`nlNuzQ z_KNd|XuZ68IKW2+%x1IK^cbWn@=c6ZshDBVg6DVd()b@NBcG5Ht1>XfmCTsCq^Vv| z-ks^8e6n=wM~js~g;SKYv^vfh`d)lb0PwlSG9nM+o;gmi`>KXxi}ZwdO{Dl}`Bj$X zqL}G$hk++jS^w-N#j+Fry`q%Ww5`6tI)O_1_v5)A-bbutk>(@8GSIdM+kGTQj3Y*m zn=*Lxggk!iv95YS<*wh&X|e{Cex0iFJCsV@jOJFS+IdB_6)z6bL9Rk(%gLom-YU`< z&3ohA+X~JwxHWg_?@E-HQg!6j16B_6NFp`_={1|`WrPn_@qYd35L)bsd?b##UcWRQ z6N}z9p)&jIlqi6FB814G@pOBp+we?!_@*J6!OX#lm;SBI#9(%=-03r$55BRx5KQJ! z$HI3M&iZ{U=S*JiB#Ou@)g5j&388yFed8x&P*`{_vtY{}nHSSg^{G$&!h+g@F2*!N zgUL97Y35J%naPzsG$PKrdLwrU(djDPUTb2d5CeOU&^Swds(0&>QX{a;UHUg_q7%L^ z)Wp~s<+IY&iPqfIxI=Bpq!XC^b{L_=2lUiY#YH6)NF@T^KO23Mp|`9h^_&AjE3!vz z=(?1}Js;+z|H&%&ZWo^niRXRn3unIT^#v zW0DRTss@%qZgx{r_3p_Vlh)epB;0q;f1*L!x@GYwmS(1oL-P0+kW;mp^pW^jg4DVP zATCg&cq&?nFR_Iyx$?X6S83~bucTLz#n@ON%h#v2F>lGxR2l?a71DAt#fc^}{Dpoq z;F14VBW~UTRYz5`vQ!w&dI(f-aSeOe7hYgs(d&}B70-XzAA>LPtTY;(fd~-pB z%3>c%_Hx}h<&Ay~F4+yaSdp|*E4;V-ee~h-3taf9-$d%rS&yMcFQf;44l2|vSW<6ALF=YNe zyVY6mRYc28(_RuA*|<*I_IlOH{c+*EERRk}k#Nb2XyuGw5z}X$9T-XdY^oF(()$RE#6$#w$0Hc#F}? zj{E)Ej}5Pp#8E!S$^pSkgrzzmHl5F!n|b!T)sAe)*kAp#j2;&?mM(D%iK#2IpNp$s zy%IK)dQH-v%gc>59W;;|WGgvVv3-T5A0>u$%lAJxC@|8%e0DsPVmW=Xx*T8wOVU!3 zER5XygC6nq1QFeuuAZk&Qh1`LKmZh*Aj|D`^$a=9n`H9+b3xsut176BL`6Ct7$qaI#uHaTQ>uxH%)vIN{rBxFgt`e^U+NaJ zXYyt|$zabad~dlxAHs#euoUk=qnH$ienG z|F;6+leDw*w&qRuqHPLx^sltd()8iA(Z!9Wj>S$;&{88@{Zfnc^%?^!9=D)IGQ2m} z{%13MW*&#!=}DNe+&jX{JVWIj`FQ3(Wdbo$#ZIhru%qbBNGBh|m5qyRrq5DOjaZ%~ z0?(x=5$}|$NUmc$@?gnBEeSAN_R6qFNBFs&2gq^}iWxqoD<>p5xH4p>+wKgs5od-I zLU8)_(At628&)XzO{cC=0}&kFud{R1EG>UpA(31+9a7%!3-)){-Q!_~9aTLFZ?B&h z$CP&$y1YIDq0u?}mW%4siW^=enNs&&FUlK7`b_0!pj+o5@!Xx|#9yU^>L42tITtH; zsn84(k(-Mp(p2@f(kZ1a?fpB!ES?hLpi1?qgoRZ9 zG$);#>7JQGpf|G<9YmB~ZxMPZ(sSgpBnKR33X~u}I zse4{SB<_u3J&f)Ji`|>%^gZEGd|vJq;3hiLX|;bG`=ZKvGX|Oe96q%zryB4s%f6gd zuOA6Q!2(UuqbJn>BOk1TCJd~IKFvF4$Ql(En`5X5Z(#g|PAyrvkjtzQMy`0Z>-gwK zylNR#uzc>?I`rm`L)YOPV*+k(dTw;QNw$O5hy8bDXARE3P$z>eG6_1SA0h+%duVvq zZ&s_})sM?u*#683MEXH;(Sz6U7KKv&&r%M}Rc&#&r8EC|t@27$evRMtHs@yVZHioE zb|Q;iorc$YT6PG84LH@WoTm83JsZ5__J{gAv%1-Jp0RG(4-;@)0zlYq+#lnHs$w^kB zkt51hPtYfON2}&nbGc<{N8CyMXjYGmlPSOJnIW*Db4JCqN-!dvt%Vi_|4>|{&xV%o zzNCP*Q_W$-O<+*HzN7CufEg)Ot;IC@QJ@(VOM&F}+DKbTxN4aKRh%OT6|XXpXyyU@ zlSVDSH8$ku6K07shM_SNXT_?8wiWu0mM|UUl-M6gUjCy$8Ij<(=X8cluInF~?boUk zYNJy8Me|sHGAvM+=Ac&M3_y+Pq!B^;JszynC-@IVKUOSe8!9wNK2RO)42l=a@|)$X zjAB|ap+Huya{ezy-x(HKVUaG8VGOwIU}TKSu4l*gfP$>IH;i#I(sj1_us^gEtQryd z98Fq3de5Ys=w!3y?R28+^p1n9sCi2B{Hg?n6`vQsVqn#@LdEBBW^97e5Nn4{41huV$2J%+`7^PG{=*q#FyuU6r}QLA7@(=kfu zcpPo<%hw^m1sWDvsbzRVESlj%JzOJ?^+-cr)D1WSll_hG49Y_^T~;+fN#L zD5tRTuBOy8l*0~@OXBCsklpr@eZ6+f?4XBvWJ%-^0EP={s;L^YbqbTN=%si$*|TnC zerG09+RrNZNZDMu50Td6byPiL`7Vnk0EItc#W-@xI^Cha7rNBwa(rUyoFOAa*bd7I z`TnuLJp-~i;CZ!D(JTK`73-;_ZK%0@Hx%cA z4{+<{BRsi6ZkPjgR0RD6Kc5plU@8ytK`w3M*B=YdE<}m?4{8T*H#RU^D8%Hh! z01Q9)FGd8c|2um`lae3-pn7R!WW;M|XvmB#E`8=(=R1%&IqhGsPh}^R0RYIbfLp}? zfLnsC>(1W>U8*+ZZ~jNw|1}$;_1TONU{RTtk+HD3|1Bk@UEax#4|{79-DQFhF>o@= z(1n>5xZtl8z#@X|Z!2}<06-U`7{aW8kO}}0dHqj@63oY4FvX%JqeTa9Qi8wom;AkA z8e*QYf{N=2-8V5RTG^`Vw4h5_xU=Xz{KJYIOXmqoz!Tpp)fTdI(j7no5b0&pztxft zi+#u(3z52I%+7o(v;Km;X1Lsk@^)|U{^jw&Z(WBVX=t;ABU4wHUlr+j{^-1w`zgqT z^a$dwL3|G|TTO6naUM_gzk|Lj#%ms zyOOrueo>iAwSV#Fp6wF?wCp?7LS+4UDnH@nHv!|{U*~*jQtszx*+5(rWi}2EziM23 zh5$C8*vQEMLI86*%K_c;OV_1c+E7kx=p6|o=Jh}8H|CJeYX=JLjX7Suu&oIv0r+kc z5QtCKv}PL@+qy8msU6=%Ss7`;1XNX3%giI~o9iojR!~)4&oI8Mv5A7LrErs9e{x+@ z_In%J=iZt?C{ult^MaifK`J21mPyEDXG-)9KNmdg=PC#Q4B!91(e{7cgvh;x=tWIi z+pmtXk&*W0nw9liOfoC|Rha?;km9AoifJ{eL}1-G082Kc<`C$0ZHQ+@jc#r*{({4r+trWrLoAI?O7&GAkl0PF0?J&mlIF+bspTozWl~!w;bQcJqD01#Lx>kM{fVk#TYJDxOK$9Au0Z z-)ZF=l?e#+Hd_m)K=u-aB_=??|Mn1pyMutZO^)7=_92DHYwAavT}qK(}my z#2fi-J2u|+ilToqx6=N%eF^}bETlf)BFe@jdd>Jd?#|9>k<(8U!@Dkla^s&F?8xcN zb?6J4)EaGPbTrXh`pmDH?5RE4*4*}w5qn}R*w4Pwin&*AItI*;hO1qay26DiwyoQq zxf9@S$631{C{Pi7eS`Tm@_GaMjJ*issgzEa6ExF}fxTm5PU7m7_5pXg(O#V_-6zas zw1~EE${pyRdKTf2u8R-w9M4P6Cx|#We;YPy?0WS+%$ZzLtqW*=MHe^RdLTFKa=*?( zj)nGJXEZ3mcUv>s!xwa|%Ai(M3`cR}y2at;_8@{abK?QL#@M#M9XclUGdT%Ew7^_f zHqt}!LGcsuZ@ zJQ~p|77Ow@ymD`MaX=o%`&-W*PX5idIk(Dxq}>ktBzdYz7c)+0HF)Jd&2EV9+2z|f z#XL7^yMc_}CNqcvf!sRUb9&C7w5VjUv%x$Z2W+<>yX0_o(qf(PUxBek{A?$Pe`Vr18Q^VIRm;SX{X_ENX?7@hoT zYLZj?9f&#Z2s|&n3E2e81t_x`k9vCbL3?1oruG-g?J0bi>poWG!0qh!W$oh>hnc2o ztHL!0QcSd9qIr%Fil;eUj#zo@gNbEZjTs^>j5BqwOjaoOrN@B)m2K=Y<<{^`7iKgb zSi`Rk#P2^c0&ZYFb#@u+45;>f(41h!^!CkIe5c0IX#<1=3HbOeVteeqfQ-EY{iz0( zo1DSm*HaVR_g_tP*8A*dH&Dmcg@;>xJL!~O#VHr?tRwsdQh-vlvES&Mmb#-Wz9Pn} zd4~xWnLH=Llt{xSNbwdl+ZK&6+PqwV5J=WO8i%UcyAuj=78CZoCZwP;&(-(t)_Qwu z(fOmLd}9dzH&Y8z?aNrRrXSr;bd(@)jJCs$-(K%C>LOsAdwHf09TZvb=Y90JLVc!o ziT=%-_J!iCO!l^sO~60|u}t`d(!^!9s4Qm1 z7e7yG#+6SKDE)xj;A{w6ONdo-vq4L9o(O(^BdZsKX8OFMxYe%-AKl=x9Zyz4y2r<* z9(x5my^BwPVX>w;UhD!0{7<04!&z+?E0iN*geL`yqSyB&Ev3><=%xKBArR-aiNi&= z1qE#PeS}7@t&SgK0dQsx`!R>=Dk#>*4<9Ol68vltW*`AKY;QtK)L~Z*Ub1hd>73|h zc?`_5sOAJW4X?TH#mqqGSl=UvS0JB$Zyck=6gwO9V2mA>ca-%oa?fl>%|ErZuN4s2 z8R=>y@Ev37e@0!c^1VpxoVB18ey6tI@s!qpKf4?wN3>ff4Ojbpwgv;TkBo(I%cr4c z;q#hsw@V`$T_ma6!4{1MWidT;fDi(?-m=WuMZP;XTT+Gj?fLUiZ?R7M>d!QM2e3}EzM+>;MHKO>K_V~d^0~{AHGT2G!FA{L znWUPgv9>dS=+!|l9eTRx;oJ0gi@&nV*NM8a5g$ro;lxT`x6XMu^8+Uiaqrr`6)b~S zRep6U%jBQfopb3iLY!?!6&3Akyp+wY z3Vg?L9MY6Z_EKZ_{J7j}tmu;HLg4o@AYs#Y{bbcL{dB94RnQrj%&Q&mKgVy)x96Tw zA4^|%KudYlvT-pJZM4+_D`v~Z=={;=3iwTB_8Xx@>3S;7TB&VCQXgP{eC zAA^|!Y2-Do6(`|AEehyEh+Y2q**tqzk0qwsselBj?N; ze~-sirh_q#Ea*E}J`KfO*S_|R+$jH@AFz0-Q$A9Aw|C+SR{;^T{d-t6Db0f0Nd>U0U5x0Or}{!Uub%{6FdwDLoCYEZ9q)YZ!AA@)O|l3gs$ zfhkRVzsNkV>G(XB50bQrE^hZkeN{CImm3IsebEB-LqQF~`z zB=orxwJ&_c_OeF4IOLybS4Ii@L_Tq2mh~Xnt&yFu!bk!Sbr+c7{#~gXXA+lX3z=$+ z^{#`l#caYOmV=?p0O(Tp1)dLIDzklsrT{n?HL-_}8oqS4iyh|^lQR1V+kSSMpYeEN^| zWTmWqi7=4L3f(G?<8CEN>1KZGI9p{k2SNYR^6TrZ$8BibO6wCK)=rlY=2Wxe*~p*` zSjGOkRBXeqqh^Xecskz*=O*{OYSoh*d4i&0_6yU1wrK6qdaiLJxBt_%f#$xe!I*-y z>M9XPlZ8yUmW@IJs+Svl*3K{O}*AuZrM%ynnTIoPn z?|6ytiIL8~pG|~fc+L%)IKw9}a7&aPH02&YahT1T(5AdQGZV;Qpa?zhKY8)+f)1$s zB;mW4YV<&5f+lx31$$Z`WTX_D5GZ3&ZPF356VMKf?d;rVye-HX$&^~8yd%FGlweVqxwG(4n$U2iU zmU{F@7P-vQ(R`7UDgFtC-fg*NkVYQ9-2&@|6j$GJsC^6`kh~oVXQT1N)s+#xRZ$F$ z45)FpPK&ptDMQdE zE0!qa)&Z!^Q$+2uVIEge6Jmwr?k+G7L=}WS-y1=yBG?NH7Gb&W_a6(na$9b|7+8D3N$RfZZmvM)!6w&lC!OcrbYmO{F#=G!T`jm+YV zYnQB_*N~%CY2`4_5Od;n-=(9+PJ36>U=&EpseOIXl?pN280zC+d8;Y|^?APEb?#Dc zJaYzrtT}Zs%i?~ZzjB6o(6kEIZyGsBB8X^)EQ(d+#%uS|;H4}6!iC+SlNkU&W7A(3 zlMy508Uo-kx>}uJi#uWjyCBHyr1*v+{=L6eJjxHEzi3#2N)QSFX}>GQ=XvzwXSd&f zQ_cUmA5!AnX4RHAhu~i~K=kMG^ys_auH`c1pXs>nG?Ph#roN0%I;r2le0qA^IS&=MspbRWK zX`85B0Li>_QqeopM*n3M1-Xj8(iG4=dI~NO!aEtT?Y&GQGCJY5qgWZX=?=-aQ&B4k z*=j~pK~J>(viAR*le|5Xm8d zJCv{In?82kQYHx)6Y`Fo*))u6gvUxMYpEsFW5)A1ky-nMQ`p+>5@l_`#8^&Yd69*6 zXPM_r^J00JCrX5!Rl}_YNt6;K&}StmU>+saM?Y?PB z0-35h4UK}56i0kQ$3+P3NUfqNyZoVUhPlS|vLt0YhIpJOHiQYLh_xFW1}uH6m1vpd zs8}V@3+ERx=`2+RDR#(jLSHjuZm~V%s9A!r{4L(2MYSFveu=!^e!hrYOngmmLu9fS zOgP;X3_vbwSx}^COnL0v<3h5CbC2r9B#Uj`h?hQ;?EvgksgyXgsLy#YMQk~_!aQ7y zdU=t+!W#E)_bVfaaN&4Z>>#3fgrM7c`XxQ$5Dn9oiAW7{o4$uG56@irlgvx7*%u<2 zVRaPe*=dMh32->|SsTX36>`{}0@O9n_rw{XrktJ>!o6~togD7UC2w$VXE7Rk%qqdj zc{B17FCwfzIs)vw8i7F_akGNMWnr$8czv1Mo3Zn%RV>$?K!Sg~bBwBuuiwhqX%8ZK zGCxznW@BY1IF`=@HG8ydOCLyCVTK38Z_v<~wqChL{p?a_AmqHY&CWeI3C@$HqQMUP4Q(-R17Gl^6H>SVT5BPd>D<2z;?`Rrwju`2)HqGr zEpMvGDO?-DqM`v#A~ucsH5b$u-|i2r95=;F?E{fN;F-u(1a2aza=DZ&&*F4wUkX=P z&mIHQu1?;x7XzUUjfBG~jVzs*Xb}wzmPuyhwl!+RLl7*}L>t3Mzj{99+R?0^?XBgK zM5VD9Z0fJ*#l-_#zj!GORk1)r%HGEHS6{V(G~;=u5KA+?1KC2|bjAEF4Tuch?TNpV zZ|J%%{L?kUX?smgO;yV>fcr-r?YY>*uzf4VQEMIpSz>| zzq(u6n*Z+*sQ((Fgjd$!0|E#r+_1>Esi9HcGh!u$y3B@Vsb&qk}`)thZ;e_ifXGV@@XA&q>kg%u= zC+|NV;5p`X%~F~?f)r#x0s@B_VX0@mf`NhpXPF;c1-&IQ6_5_8qrw_iZ0LEfBIFYV zl5++tqpFljQ~?{{5uk)YpQ@C?9{(i)LP+&c3wtC`015)RAkcXOS)iRvlqeWLyE+>t zPxuSi8z#*lyc}s_6$n|re(V6?2$lq&Cor<5D2ZC&958OhG+c%9?C63QJZ{`}Hy89#R4 z5jHAWHp|Jn+exl*sCoso^D*XLPdTjuxHdOdcuohc4Stg5EE zRp0K?_B(s2%{DD%mx}s>p-WBEo|T`T?R@f3dR;Re6OA!jo-Zve%jr$_?xJ*98S<9w znDy)OXe0$}jQn_4#65&OnOhN<%KfI+Ok7vT_5G>}zgM|YD)0)xjiNd)lkvI$yhilm7t{@Qf zb7zJnwD-0HKBBbd#ZU=E;iDyC9bv(R$$$RT=<6&a| zhi~?Gk@2maq{gcI$az83@=G^8ZJ7LU+{!B7G&{1LYvrwYUp_Ou@0LC=h-D(H1kw&E=!D- z{T{<(i1h&SHeISFe`lr-h?Tsp4w7%J`lpVFYnN0=9w8%~OOj*f9%)FXaMD~rgV>j%}`O&+s4;!Z2+d&D# zWYYde30h1RXc+;L%=}s&;yMld#Eq#xEe$YcG&Z)N@Q56_|E8L6JbnKwxFu1}5;6Zz z{!*zSSy4{tWt+4d#bYIvYL6vUSDfP+w7ZcPsg2CEW^%6AXsG~>TE1R#nPwiM2iFsL zp^P!e^6!otXl_DpND<-Ww1eD>lL-2e1%n|uZ4VM@78m{xdI#uqc5biP2r`}u0LECi+4hE zfA4bk=;SKn*CD&}1a#U9kKgtu%eFaQBfV93Yf@_O>2$r_7Lv`L=2#%TWy7qp)&5C} z)HWEH290Q%)?^N{-oy>bTo`q^YMyj{GuQ`Wb+Nb2;9U$*sTU{}YgovFW!(D|` z5-apvi%wQTD=*36pt8kyqCfNiSY`MYyZs_Y;;QF(D5;!Vu8h~s*AHD6=oxo+nhPA` za{BX>=iqIu~Ivksq@e*x^Q;mn>PQyN&*seE>?-erG@tvjEzWo}DSHA;0bv^G5 z|905JvbDz_>crr>H!5_IJL|!F%-2s@-CSSGepByUN>`gQ%(wX%^h$l3TX zC+Zz0m8u>e`@=}+w|^UFn@Z$u4%a{`4&j4mI}gCB$M~x`&(-~bW5r@k-a6MIjcbjh zJGbbPE^HB3>6xROx?(*!mmPvMrO6^&(DL3>&xJ;xz znnLiOarVE1_5TISR?hzi%uX5Gh-cyh0g+_@0g?WP2uDX-!+*f;L2KpgY+_Ak<-CJu z>AWTK#LfH#xqwwKt1JEh2&ry9;7execaainMHAm&A5F6a388ck6q@oSII%J;IN{SO zVE#g@Pxd*azk6A|k!npT#x+x_*>S)1w$E4VdKfNE*YgN;tYmxxEa#uaA@*{0dOdUu zWEQipBd#~K)NS3Hz3xT;-|?&S?z?!~b(v~p(pXk(l@BwOLCKOf4_JFZ0{)f?(-A`fsq8n3>yVrvV+$Y1T1QvEc={@liAkg^5hirwq53Kd(#ZEm5Tdyxj&9?&&I*U z@$mZJFwJ;;US4mr%zVF_+~;nx%T%JuDBEC|s`v7Ac|Uun|IT&+0Z}%&do9+>2%G}i zb|tc#$~+Iisg*_EtKH}1=5`pJe^umZ+;z*@I~fh$wD(LG?M!U@^E0gu5A2Er1%V!K zUq9Vs@~#1cjO|#GaLIO^%J3M-KH+w0YbWgAw!ds%Z211OSC^)c>sxT}!jGvSxZS+) zy>q8V@e&)b;Q(lL-MAn(5}3|Cf8ON%BXc%}?=nyZ0J@?qM1JOO@O8m}doK3kZoC6?#mra3t}B6qHaw>DM=V_1 zT8lRCTCmv%Ezv02sKuVEGjrFgp8pt40_CZcDYg3aF|`c-ob3yyFN!Y`Q}pxT{stmM zc|LaU%j4aay5!L%b9neIAD_=DlE=kuzF>mpXpM4WCG#Lt{@U|hl!3+hV&gwe$r5D1)?c-_h2{nI4 z+hr|$WHlsVJb@S&UKzSSKy?#3tLvfKzATA?*3q@c-RqV$0eA5yoVL z7>x{8eeFPvujPwOfuzI0*xq;QswJ8E@+gv4mc@Kp_*CAFFsoIDx&(sySCpbyp~A%t zLK}Sy_2>PQioqX???N)8y8>#eHkEc3s7a=y)DAQ?E9@R+Ct}2Aa>TIAtoKBQR z))a;Da7k~kDuoe;D4Z?N3~%H*=S}6X>Krp0Qh;@_cR@Ngp{Jv_;~-YS2nBH#0>COi za1wx6{Xq|-U5sP}g5v7%DL!{VEsImw+|Z`XI#gKQq2ZfMjml&fytIK!t)*GP z605X0jXJS`%dN##=CU88&@4j}Kj9%b3xf7bno*nP@WQCyjqtD27)Nu`#Kq1!{3szQ zY7EH0fGw43FnIS^Gu0_<+Y_edsEbMsvP5&%)U*%8En%O9^n|+bsROGsqb#OPP_0cI zB%35I#SJl@1*=P3p;d5|E>jJFQ)w`&u+9|O)4_6Ko$BD2M6YPAt=KF= z9cG!$4h2DNcz1$}r4~67YRH)juAFj2oqYsur813(ioy~;!&Tm(N_QI3DYY0;=#Wuu zt@-`d48DsdY)UhTbS&2*#%Dqiqll;e`A%*%6h=4Er;z zomwBI1C9=>V z@lu;AYa>dvZdjpJC>&EJh5GdIL`lWeQG_w}QM1|xZL&iMF18j#6)UGY1+sJo6We?P zN}US4;@r>(9@caXzM`SQTy=6JM{~A%i25#MG)eogIg>VxT5VSe6@9!g6>1`z0&q%Q z#w88yqHC%XL1-)tF)<(m-oEf;N*t;LrIO=0u1ETBp>b9{(cRVXV8Y)ZA6nQt)y@Q| zj-MJ;#Qgh7=NQn^j2M-IE1eQCXW>1i8Rt*M&>meBkCL&=o*}?9eBz7BK!%B#rK;FzQzwM81?eFKZ<@$FBP2;sQj1~>z1-O zay)E|$-t!0hlqNTRAO#1z&KE3pQN_t25SS{oRV;~&^2FIv|~C%HOZ$?gG&9{3SNww zk?n}~otKp4G~lQLNgqUlcTq`M3%ex9hyh5F?w}-{{NAD{TnJ_uIE;D2M7WTLcB$r`*m_3@G2(375D==H)Xyfwn%S+Eh0hu zATTP46OCk~R0P75K&|y{rfh;&c5-94#!rllW71#G8!1Y)WbNK#LIo;mwOL0?a`s94 zrGqE$?PCDGAXC1lEs%Ro`E>&QwkB`K?}EE;obxbaqXK*6B$46L7wmvrB?)4it>7lA z6R8RH^4hwi#^eZ1cnfyLAUEK1jvv_&^QIOx!*IoA5gzMIyJLntxZDS8%)E_#79HC* z_MB$#BwSlz_iKZsttVxBWh&zK`58)QL@Zf0R)5BB^+R@@w?5rY6xvv}i``nQH<&ae zzIh1zZU0VO5F?zjh}=#!*`ab-Y5q{U{`W`}Ntf5l-K8-L@kSGIbS`{|q!dxBKMvu(CTGRLdVi^0J+12KGQoK9#s!!f_QLLEQz)73OIL z;t1W@2y74@Q2dx2l3ax>?N|vN;LWSxd|fB#Q9IT)$@E_G){-cP=xXt@(SqJ}xv_SvN*E?~|(u@-=xM!QUqL$CRlA zQh{@LrGN%UUu((#G2~=22DiKW@9KZQp5H}%OE#Vo!Kn2>VO1wy#;(YMReIxL-`HK19&PZ_jFJRtri0|*I(O-mBa)%{&N(q_y`#ELmy*d+s62%~?^hiw>T*fno5w%K zfbA{ov3NMS9`N3huEkvU`<#WVH7mJ4knW(ZTOp=e?K5^EcpSr2 z;cECxtoHGzf$wEe`W{GY0w#9Cg_o%61EHXDa6(B+)c@9ZI3*2DLbKt;gqOa8HRgi zF)`duDvY<%uG8W7W*EFPfGyd7v!4U~skRTXh1x%?2o7Q?J_Q}U18<=tka=Ey=-$xSM z~Z#(^Rmz)-RH+H7TAv1UGs zyz+Jcnxm^sVb0@+0wkkMhdZ(vX4ip?l2^C0%;cGVgy?vU_^IH+^T6Ev^BFw>T;5km zY1A3ySR9hULvBHMnP+P|i^t1%%b0(t>G{g9AU;hQR)|}lP&=jg9#G5h*M;Y~f#kiq zJ|~!@g}Zacc7ns5$-&c)!t#L0{T*Rzaz5;Td+osuq+|PX4RI1MeFLBLaDHAk4sWjQ z??Jy5s>A&?{68sy>*&Fhnu*OJ=yQ%Ng6ZSm7n(_VoZ7^0(Ag7`R1_LX(Aw+3Av-T+ z&FP<(aH9m4TqGnQ;#yJU9$+l<9lgHG#M5(_&hsk?>oqY3w{rDIsX>a>J4gl(s&!!u zO(O%Ul=4$53c3B-5GH={Cn)@eWU^jbIB;}^f{`BMLYLo5*C~2_Z|V@!NSV(r+O`T& z2m_VWl|bgw-9!$8aLEZ&79J4>#wOXx*~+qaE`6?p6NFDD0C5pk zK{kStZSC(P>V)GAaVy^n11)Tc)eItH-t=3f{t>N9;7%ivgOh58){7dvxGTs}sattw zb*#oX>A;*IZ#MSXC30v$K@`Nw_k_yH^Kub4t2auJ7+XIlvA}_n55nZ+OZ30eK;F?C zz&=~H%RLeqAN$<_gUbuqI169C2ES;>Ix1clHPb03BLG6X2^XS1?Sg8tyLtY~tngMU z9s&XRY#uPqDNuR&q*DO&PyZ?UPnnoe#C3qgl_Tb~p$G#^8~niYr#i#12c+0dmnjd6 zIQlzvPGCkz5O9&qB*jP!7#|L{0_{!Jo$`mX2vL)|@_1=M!KKMCc;YE5?zKGXyOM zZg?)LFR=lsN+4!1qSv1XvrV9O894|M9JoOiL}kME|8Gr=p-F z$X-;Eyu-#&HmKz0MMCxGWsqypO9UAJ$_2*gSh^M~hzLWh-gKt=+Hk_INVIq(nRI}? zFtsxp!KH3O5_%XhO!BW%w)@b=raNZ`YK0NphPc_uc9>36^qg%}1;#=T4{>;qyIWwF zNe(&cutB8Au?S2&#X@_G+KZ7RO$|4!7^a`BB(Q80u?+%4PLa7)M)4#eOrWDL^uqXGMzD& ztBTy?K{ya0)>}+wigjbs#XQ-IhjBupqddo~+21hfl#SM^dubS^tZL?^f2KYlvwo3_ zcE-`AQCdn*{w2ivF`|hGRmg|Cl7NKfn&>OsJN-XiWVg#(!U53Xs{h(A zRP^9GzmMOU7!~@Pt+c?mLf(hT^ZvYl^%@o~mk>UYy-|V;()n}zSlySW#sBlT9=`My zqcY$0$(?RC-T?9Nl?M>BbWb?&`XWhTW7rJ>EYM;ap;BOTMVJXYiLGQdfV%N}An|m~ zW8cI{8i(%$#>htHMtXY#RuPOz0|tvg=|^gdg~9IpRzeU6-HP8^g94qwY_ST*u;I?r z@@pcveXg}l$U%0EEH1U-8YZy-h0J7h*QlOH`RfwDJ#+mYf0^LNu&cRR6muPX{O4QLIl(DF`8C?X21sFU$NQu`k2YW+}iWuB*5&l4JGzJx{I6_jTt_ z$6TehPZe2qZ&kRjstUUVPi(&$TWrBOC_d79de`Kx0r74irV~Dh+X9373t{tPQWR?U zZ`7V7zBMS#2L%(kD~FYDH?nhj{%P?3@IPH!S7{|-ez z72-T1vZ8n>yrIT>-`Bw`z*GSN>>bPo3L`*H5mQRi_OuD`mkYc1%Re-f!B0l9HgoJ; zHUbsHORNp+kfWxueGWm_N4}pyVm%PQnXCwy_whNHiZh6fTlo z|KOf)=);@L!un#6@}AWU>Kf}roLP&46x>2y0%G`xL#X`&fr}$6?g9(+f}3uWtmprT ziHl4EOkhJXD8ZJpPbXZNhRmbB_t)m`Dm(s}4IiiXXK4TYY)D-WF`j2~4@h8^ zv?QqXpvn>iI+ayJm&SJxwqx#wJyDtoEQ~5D0m66MF_A7qL680Uu0x*?Io_d%ii^YQ zNcfH$D*YJ2n7oDCXCpC8y6^0c?Kca*Q&DSiIa@a|sg5GM>zwHr_F#z!VYdR5&qPeT zT9&;eVqMnLWN0=jj>f(4O3U~_@Hl#DN`vCYO5X~}1H35-xVAuRXHLu&VnuLyJt6%k zhW7Ytq3+=|Q)xbl3@8TJhLpiPK&Wpk=jnSj$pLA*Tx~kEizo(DYZw6|;fim|g;g3L(+kA%M0T`7b-#Z^=lID4nAZhr8p6fvr9= z5aiQSUHw|}O{5|G<*JEs6Mq3U??Fs`kxP&oUN^_;B^_vtNOg+2-UU)r#n6)Q@y`g^YQb( zImEzm`+iLI7wWsg_)##&WprO7bOU2E)_tYX!E}5z6ZqD0_n>1;7Kdqs?<%xi7o z*<5kkc+cnUZ|rH#RTRg-32b^l9;adNg0@<2{XKu{CH;cTeEfi zUwQvdxho&5O5d50$;I%ni~PCdz3=|(DpQY)iBAY}d^aUOPpzQO)%devZ{6qjF;+On zL3bvYB0GB}PjFud^YX`+^(|qFVjc8)l&vBs9d0o1rh=2i z!Tqa`FW3WMJ5G3R`}RA$fI3GMVRPnl-dcY}-LsjzQfm_S91HkQ?&j)OuwRu-12EuW zPwlgCh+yd#;>%}qetAlJz2W+mgKb*_5Hr2MLNB;=w_mfbZJy8xMxHbZk+i(5%$xon zxmN5DK#Dod^V%JN&_2(8uT8k?5yDZJZM^Y_Ir$S&BKI(L=Hm)Twj+0BvI3NCkb>A> zxgUyWQ&@g5IJMU+3KO!2?n$x%O^_e(8*XkXs8K9=72SMMNb0HA4Xl!N0Pzlt*7~Un z(_#_sTx7OdQ?FZH4^0|q@-|t$)YRd_V5wzyB z#cnS-InH#w(v3)A%fgDf@%6{msg+SJ9jE==;){@C_h%aK5{^d_I!Vh7zV->~#(SMOVliicgz z`SA(apYqYvOt0^9b-zvB<&ZTpZsLth)DsLCkq)dc9PlI-%*k*N8xg0-u%a`l1@eaw z2G}j{kDL8r=V0PL@V$J^KW~zkBDZ~rV{D;2W`?%OB74(M_)iq7*T$x%m-Y@6Dcu(Y zsfEXIRmYIcJS&rL*@gow%D0_}?QiDMCQ(@&fkoqM+@$CkCKjRiM|@(7Gjmwb z2O}wHhAmm>i&0Da@gTAQ*mGl=mMz^C*BhO^l>I^f7aRURQpl*Tj1nLJrJE_6 z{-a?3|F~^iOS}K#w>RvrM4r@TNF_jsJmPa3D^eOGdU~J~z*CRfBZ*>z0Rph74H1y| zNc49B0wBBl&`5}c==aPu{sWv%o5o$Po7%13D|&O8P4vu1nUXirf>nU)8@^8O`tNh% zS1WgmKNg5LJib5$iDp=0`E3aJyIuAru6gltexFZc`u;w*bFchgM^p6NzJP|>o!W5D z-r23B!+83>Z@?A1zwhnL9^cz#dOrWZYB75M&o?}&&ex~i7Cf=5%T6GP!@a)ugI5AR z|Z#S{5LQv=+eBT5?8QnEGc2<^)o7$e-U~)GCkYKJR9(}XoEj!pWM>Yz-|xmE$9iowkZeF&}A!n)K(L<g$d+Xqgf+K_ZpdD$wxV-%^f zI8i5w-G@nEhNSZX<~XxtkT}BGzpflUh8*Ms_zB*r^~U!wLLAq%KF3PquJaQnjhWud_j3~jc>_j`F=zCc@pTliL_B76UPP2a6E>fmSJX|;l}jhx8uS77;F5K$j(HPndt8fo3z8oh z{Pdv*yxBMuNAG6IHizCcLGPF###}Kt6X$L?Q49ONI2PomlGkeo8$!Z7F;G+!Py3KkFblxg!uHJPDuS7ymaDjq(eV9Cj zg-m{&pG1BfH3gL9bj|7%FgEwpVyNG>^6X-N{(+u$Tp~jlgoOg)f{KJirl6U3+unLa zq^eN{Vj?zPDN_QXS$Biod4$D>6gwp%)DZAXQ^2H%Lb%O#%!Nk!HrEh^yeU(2biM_C z?lIhU+9^Ww4fL^~e9MfwNvGs@qYYG*sYdIiv8Wc7sb(tRw=nWd#mGO0Ru0 zZ{9_`6ik(o#^_P4%OBhj{44q9yYc2Wva1f8ywv87N$w` zKqenVl(n_3byLSCID3nZv|DW3>4yx>umhnNtON|(X(pPy0JilLtX6Itf9ecHC=UDMr!-h* z*~T=sD+=sqgz-OZVV*E$ht=7Agq^i9j++;PeA2G9_8fFTB-)&*ZIm5g#hG*d8xz+I zy<}t_V(5uYEt5y7_qKm<(RCS_IL=xvn2u6(uEk{zT`&o3u}ld+F>u0#cds7aE~&&S zC;VbOgg6UuW#p3XqFOx85`z!|)9MhyzeaZBMq{YKzQLde7t0o=IbE+!L~L^hMWdsw zSq3}hGUgyt9jj?_A_7V75DHCt*v2?r>~R z0?F)2Jw#)c2~3=IfLXUQ$&hVc1PFk9F5I1D5EhvZ5Zn!@oU%90nvlT>BIqf+c(a9j z^c<$y8q7giDZPeHcx9PTaEp~()1ad05?Vx)$~IjKagp7J&*)>mmA>U2+KZk+eJSm{ zH|iK{yIQ=urh+82J8ZBe`7pE01p57Ut*YFGrI$f%Uj&lf6Y15T+c12pmpAybw9g`<37>7RTQ%Y*vp02-CnKXj=4}%%jy>d2h-DEN*_vZJ`oo-E)38T-8GksP=SHo9 zZcvM!e9oXJk{l%(qv1J_W;T!!(OyvKlBWKw`dpfOBqcAI<`f@vfy-oXd(wZvCV-yT z@$Gg~Cq{ojCQ)WrG){vg+g}WSu?g2!2BY@mm2>fpXm3jlY$Gph1nyY?W&nq0P(6qk zz}xEG2uDW3L!)={k1sdN1~VrRBR-cnFGi_;Q@AQ3L{@HnCJL3F8WmA~Q)PgxQ5*un zg%Kp9nnxn$<>Q5oYt#9_P^xa-gTBx=h)=7iB2->S)DID?O4s_NPx z3y}=umcrPEYeM38M#oF1h6Gv*VpQuzxUFwJLg3}c4Bx+&8=7~R7Sf!tHPF#!9t%*K zIo~bACCTRA`;=Xh7SFdjBdgh6fqUlT}gcSsoFmCjvDz@ zD3N&4@qwE7-pXMi0b#EsBqDDh408to6k#4veI1Fz;YlQ=qgDAxLsv>vo~R3t&IlZ* z|8i)_9;>G@fVE&Oh>a`ApW%TC-cJZZOa$%0XmXFL&$jBv-UY>X8i8+ zoU7YE&b!z8t-W@hJ(ZXCx!yPV8vKlVhdLcpWp1A+cB^-ZV+nh9#&p{}QI%2oX|3YN z`ixn70(Lq^6@NJVOCk4|A?mqBVnX(0+&wa+%BCk_^&^Wn?Y5zy&%45n-4-?ZXJFQe zlvdMMO>i5%si0rAvRAzVPrDVb;Cb>xjUqF47aDk}l(X;q`?Xs3>u}0yzDwe`9Y30? z?XA3mHg-69D(Lu=I{8jFp1SO`&8xWs;tRK&Vl~R?-|W-r_wye%`(FP1fcWSBlNtv( z-!tnpzG%i%DUEPn;b9M&v{Pi%#`AbW{*49 z{N4BNA1yXCu2Ss%zxTEl*l{!L!>DE3$3_IyjhX!X+T$ekmq&#Ht#+KB`=Qa>aSg9; zt21-9pXJ8L=I^>!8l1Lr{_aRuKrt(ax$ zyCKZAN6GDTuXQb3<4)ntj^k}cDNgPjzhkrY8IxznC)KWY-Y-7v#+}uft$Uj0O`Uw? zaJ8iaOicz1Ec-mw`JH30afJq@AI&M4;#&XYvNtDteQvWLdyVpa$x)dZifSRBzrR~~ zyN%o78ZX`F#4ehZFQJv9Z@+1#>#GFT*qM^taGqo3(!*=-uRpfInBDOq&)%&m5O*q} zoTXo?>3hp=Z>A-$bn|$d(jFawQz* zX9peX-pcn%zB85uW=!)dUbIE`sV_#nei&jgy<)(!a_48{)L0OZa`?X;jV_!itlZi8 zNv%maaa|X0IeK?(*_d)p^YSF9|GVPRVDEx9AG5nm96P8$#J`R5dbE2~%%c0M)_soj zE8U{o$2g}Z|2FRbq*m{{8GQ$Sbv!n6+9VtIULy)OEnR1fUFwnOOZDA$o0!@4h$#?c z84~tsr*rQ+FUL9i6>cB9b;_MWzGe5vwr?3R|K5_JTb|9>obuduW=`WGmhp#uoIbCr zv3T_gevoZKzT!?l9@~{$lJ8uJ-rb$1btp3b$!B}d z&QC5j-?G5_es#NwIbHKrT6m}V9#>U(!_$2~EOMBd|Ld^r7xtG;Se0|%?Zec;J}b}s zG%MBO=ZRT863y0p8j&ZbR%r03qVK({^yyL1(ysz4ewRzLY;E7#G_qdcaZ%wpdrF-ykv_#A9P_SLWNlQ@+N#!d zN9^2dUcJWbps)KcOz<4;b1Gzh&9DN_>8Xi}Qny#%9vd_F#U-=YRYzCaZ`hpnv7;)l zhs$D@11qPz_kDfi`>fl+W;1-Q_O*Q5+kM7Uv$u2Ktf)N4uT1LeZT*ft_Ig}oeKnWI z-7K~)sGO6Q-(gAb0!7C59q=eUe6iKTaj(i`FSxa-T@0#7NeeHK@Wm?+Kev>@crg*eFd^P-GzX4~H@{jYee_8k3`Q)s6 zj@|0SXP@jdef+0_0mZ&OZS>mm(ZW}m84g3+x(!ZT`(oJ^%VOyzy=O=69JjfhXJipY zr`KI)b74{WZax`>UP%4KFmAoQ1Io6qkYq+Wj%

yo_^M_%juP?r?p)772D~uxuDgB!>>FCzcrh4dez`{PKg&EyiN-neP&Ak zG=HxiZ(n|VQp#;p|9lBn?OYy?gL_%eX?n|yLHss zC2M!LwtAo*P$g#NWp%fYjSvzUDYKGHYY5&ZriE)p+v_iw(Z`ZT~OVn+q$Ah z!NLsl7A3nmtDjbSxpHToo}Vo?wf#_gebISojl&;I=(=_1&qq0q2gg#drBssalL(NS~moJEjdO)TdLer8k#k%{(?S z%C=DQinzJ=E{-nH!s$**SWFq~o@)M$5Pg?I2Z+kb{v*}cIhvogRR{q`h{Fqbo+;=oq^!-@kdt$z#Pfey?NpATo zY)jmGn@X(}Wv6#L(#&nY{jg(+&4)d-=sI-tg7mZ!$x%5){=0T<%#X+WqkoThxn^+2 zf4{!e$vE*aC^oS3+qq@ewsvZodEfcmf)zC!;1<_boi^6FJ=uJ!=Z@O$IRgg`IoWG) z?B zI&P8cy39r`*xn5mGG=w-zu~6M47lZJCtm>`oj8w z^^1*t9Z_X?pj(W);&i7=>UlmJ?sagh@zN}hd6_BOy#LLcJ+)Hi>Q|<}^B+okaHZ~@ zTV^MZ9WCm9;r4|P@6$()bf~(Z{k%fuENZ@qTpM;P*1Yn8Y1`)ATe0?^LWhsG>NV0L zz16L}ox;!f2)5pll#SAFPlzv-H1K0|v~vF*01bdv+UuAVk?4eQfs!i;5B59aANJ0Z(c)xZ-&>F8 zc$!+Kd|A3^xY^NT7B?#7jd1Jky}W(h%W$Ej`@vt2v)*nTxGDCSM`nXQ@A8-0G5kN~?75+>{Mn3bj36Y~zr%y%P^9%B~w|*>uSHp<4o% z*5Bm5_3DGCgFObgPpvcG@7UW;8@g@(=VVsrRF8S7&-{~m9N1{T^Tn2}`?G!CJPJ7S zV$VVUO)mD8ZaO^Q-1czi-^V-8pW7=f%u#J&wRy^o*sXgV-zZ%M#b%bh+wR7zK{iuH z?umV)wpbFg7*~3t#N*biDY%GM{gKUFWQ-v_7Em?;)i> zq;)Bs({_pT^y}49;%rh|p3jJIDPMQg?DJvj1dLr)n27&OWd?Z1=ub`HCNXQ%`-U=$AG3_0tbW zPNwWizI(e`iz_Bok8Wr=b+(z!)8w52i(VzoZB}Kr%j6Bc<~I0wI(BuP2@eA7N^H+F z?)<&Bg*NoeQ}O74&N;qSo5z#-)}7F(M;}}3^+{K|p7IWOUS!1L?SqqU zJjwU<%&fsz2ekOTvE`RO#rjt$9&cCR;ESuH z2HGylx!wQMhG#RX(CE6~2`{}Vqtn(J@ad+U{9`$>yv*~^5(ylh;$6KALd_U3M zzDbP(igmTD+**C9(!0twSLYO`37wW){x)N*b@Kv?`nH{s5OUt5+)2k%X^P(E4wPP` zh)!M8yTvxwZ7EL2SEbvn-!^23+j)g;-RVPLwODd`#bulFa}KQuc{MO=UcJ|WrYgg(NZC!S0KDz|3?9R27gZ=a8Q+j*| zG_PD|R_R`gs(uXpW!k-yNuHJp;hQP8cKqzb?}zoF)DNEgiW=~L;Xg~w{}l@FurOFA zHv3aHQIu2s=rm%ub;vc7=f{)6g+H;(zxTJfkKKzr3dN#=0!jD1p73t=-p~-;H=hWI z)Vw)m)nv_^vCO}@fvuv?KzK(KJoL?hdD)wzM}$k(IpGX@v$)RUkG-{THV4iNc(ZS4 zP^damRY$kZH68?M>a2>|Ia2TjmbG;jzqwSdH-tBv=hME~H#9gbG(;H^5l$dedPEt3 zFe!Z-K5W$!Tz=0~_>x@L<*lV5K}rXeZ>X>lplj3HtY8i9?rWwnmYGdvP-kY7*L0f) zPVjf(sY-C?;B$8LmX1wY92I`l2xecCd<=;8YMsdJds=o+2_bm=MZl&7^a7(t1PAF_ zShEnb5P?|cfn(oXxPGLfLQ&6-xA1}?APqotAp)_i1&YI@K(0%LFu71&urN3{G=zl4 z^Y_dWuf;6>exSP)CMDsDhPTK;J1Jq6z3Ro%I_LSD@{6f_-1Wbxz zH;MHvoNI)j@1(vaf}5n8KW3}GN14Va<`31Fqt!tC@-pP*Tjn?#wZKai)gF8#w0)~w!z`gx zxj*rmj$ye#nrhHSMD{GrY}Wdc+1PSqqYtM|6pBueI4N?uA*5Wgas17!luI@ns%HEA z1Y}-tD@Fb@(14YEo5Fy%u6aPOV=ZbetlJYhi)lr9C7%q^i)1pm8w74W3%vk!t1`p@l2>xeQjDXz>)ImiC`WIFg4ARCCXt53LIWIImDi>+9%X9y^-~O zl@{lEgG|%mu_QdVIfi&tGwW+?+_GVGvL-lcZ;>9yRLqLbDGFiV5n380-ZVhu#lwb$ zL@e_@{aLfx-J@V1IFKXOOx15AKZ-%GrmbQ&Vwop8AB-$f7*w1OO}i5DYVG+vQ5hT- z5#taR8Wzc~YwQVN>CzDGQBde1VKCYs9vU;ji}cf|g3gIdv9iljGzwywx9&#SdO306 z%SK=!<-O6%Oh-Du5YhUw_JpfaHa1@xK zAIL|^m;~lP1j;#7W&W&|JMdH@3%9S;YoT12{0@|JsW?o^1gxT@EEy6n7dB`s%Q+enmU+_52Qg3Xfd%J*MoDcC zNZTZ*5|ZRpdg69<$rA_+Q|P`c=C*9Xd;Ky*q!2&l2&us`N>j#_nT2KEEZxZt?FdF3 z(hH+{<)~S|6COBEZ#(NbDDuo~!He)v+*f@#UbNQ1Y~YMIEc4dAYWKjiC4@!^SOuUn zjuVG@>w;7ve8O6~lXY*yl9^T1iQ0Idljr6yC$LC(=!~QBaTyGCAEu=VhZbnuN4qsG zC?R%pKpTJv4+Sle2Jw!=93T6Pfw0URrv+uF++0xyAi_gI7AGVvk_-0G;tMqvQP*i# zu{-Pun;8Ka&==M)Dv)505raa#{TzZr)p9Z!V$E_ancM>m8V?U07sJ^)-Nj}YeFW*S zs8%=|?C-@a!_68#_HIo{CwJv@LpQykOD)u<=K?@r;ILo>p-3*BhmPHbq2R zb57niIn_F@*RR^N$mg*?Aw^Yz6h)KaN63#l%l3afsR{|;#sb*1q)FO9)NNWcK5Avl zlc-{-&;^ghnpl+UOk(mk86FR@kp>TCCCjpSy>P$t_-Mw$GOyR~#q}p-KxWDi#l7og zIlFkZ(1*y9Yh$~uR}b3*ad8<~Gz&Jr&a;BO!-ac3b+^3c-eOsB|0-q@V)>k*D;3Qd zwQtK{s7{#mB6cm&=v3;L^c+6$PI|XPpiwP|cM6&&4dO+@K|O-7%!^celVgu$0KpCi z2THgjX_1^l!)`N+sOz*@a7wd0PtSlt{}$mvu6KD*h?fs4Y)qtm2hI2RgYj6m_6hsd^4SCeDY<*AgbrbYi*fnFtl?0EY=8;P`?= zjFMl?YkK#-}>cR2q;m$1Lu*~D` zbpADYG~kYia1TD|#nDx2bl#CO%sMRdIJ?`IJ)1+{*-^B&x9|&(3k_3-ID|*~g!`&h zKK#IOO5RY-5}-6tI&0DfVey|qAXN|*Tb{g1(+083+qiDPiI?@krLK@`C~~|ZB(Ea2 z!PH$0Dc1&D^(%X?9kf4TF_$90{4ijpTpL8BoRZC2Y=4jlne+kdpwI=0*q=O7YKb#fV54#O6aW-c8nya(&y%5YTE(jNilwO5>!Y` z3Xf3oqZ1y4W!@y+tpwVSpD8X2qB`LivSiX4jrXw3qYh8%)&kPJqPu8x($QQ7#S4WS z28hBkkIHZ^_&OF)=^|86Nm&%ljOZ}4t;{Mc^Qd7dpH>wBj5Xx0YGim1djEQBQS?zeMFteL!?wz`zh`Hdt#Yac zM_jx-3+(IwZIEWkITd-T+S^YR$|)JqgDHs|s-$!`M>ER6DsmjE9*$3rx89()cS~~W z=m6&m6|e}$<*vgrBss;9gbMO;(rUn`wfBH@8vI9Xx=>ZxCSE1wTGu*`e2WXVm3yFzS^hlj@IqdIaNY2B1D%!#NY zPdb?QfOjR(%|bL*2y~Jr@pARA%0?kb!rgP8!!I+xKbCZLmo=>P}aIT(RaAG4b9s0eQ#J|7Mn!MZQUX3Qci>(hw_#J)B%7-^NBg>Tk7_HZm< z<2C?dyePyt1yyY;3F0-vAw7byaq$`zo7HYNd_SOY5`i|ilL67Tgs!^1fLSD`Q1|Vt zItVA&YlBKuA&U+okTQrr2Et>o%-f^eV^PPobCbbPh456@c9$(0h2+i%9b6kQI}sc= zL*%#&X%Mdv9_Cu>#Xxc=^Xhpx-rWbFO)%)D7R7avw1{s*=qdzZnRngNt9NFd1#6;2 zTld4dh(Mv<;rw#r;H9h)Eg#Peq8#aDNAq_O47KUbPQ)LMv__2{Zq;ann(-DTKg+hs zggj>l?xUnjG9+FkoGBv-%RFgEk-{h60m%;{oRUt$*I`mN$*EM=Y@5a=>OF0y8#uht zmlu#w{mby{Zf|<=q{uMM9;4Jb3ls}+Smq6Dxng!+VOc{sdPf(dOL-ZEKKc%^XsfFLaMj$1O=WJzZLEfJ;M!~QZL+E=0L z8u>DdsOz+CY|_jQvzNd)HU+-iqr0?i0|_Y7L8UnzBYgS94gGi)mYGq~GSNN!@}c@z zR4Z&$6E z4wtu$Z&&EKgButP%e-wxf(m?|2zGgirg8DGT&ffBk>Rk>5~7UO{OKDS2_FD*;<>$M zZOjl-ceGKREKIeJHUcTFVfQ5V(VAR_Tv#oA-gEG3L&zT#nq?TuONryec3T+~%e-@A z8#}%>0q4Ge$feLvu?8*W6-D>r7lC3$#RpKe-^s&fnxf(8Jc=+lJxD*=#>!{U+pRg8 zY|K}i^pns5x$hOe4k2e*x9?=1%HzusruCG#(%PxLQ0ejXmK$j$o97<~+Vkz|V0#uE`%%5$SAYO#N<$vIn4f_s z^>#7MYE^z(8q(GRcqsOYF<3t6ap?U%nPIW4m6DwjKHTNrHUS$1flsma2}W4UhdnwK zu~_D@60FtSUkoEFZj15&Zf+dA%e{?jmvR%`3XT*%7};{WiXua;IwT~I!v>-Y>52m zbmG+xpsO&3w=9NMLxmaM>L(a_1H6&Pr(46)X`xAE20Xt0ghC9io#~Sh6lmtcSYEsF?S z=N*dkoz!mqFgA7Z=3=iwQH5m{%BG zU0TH~mUH#KD+!}4K;f<;g_HLf0rr(q*br7;;ivnJ#7Zk1pL9{L!rmVL9V-Otc7wSK zb#zp^QD9zS9O^}HWnesz#w)zO)cC8yYVa3PXdTTk5=?s?RCw5R29{HJ(#~Qx^Fbf_ z3&sSFBwg0eGy<%>Wk*J8L;MD@X-$VfXdi~hiSWlC{aZfO9FISFt-hks9Q!Ta^|rM} zh9^Oc`<3Tw;C$@wYQT$+Vq*=k%-7(svhm!>Ap9qo&r%WwfKpgW@XvLtFCH8#Y6!vQFkMaEt$(I^GP&Ii%19fMfHzihsw2Sv5T0ne}E ztgFB>4?CEdzwRLL>~gS;!eX*zVZ4m^StP>dH{eHCY*yYR_FvcUV3h+*q$te%svelM zVqaXCWnwpqhjK-8+l?@kYkNHxrddKHgEu_)zO~36%}SKm7V+z~`$od+L-^O{j-cq8 z7q0XoNpAGgt^L=m_aIR-=wfVg4H4oYO%KUW8R4x8f>rJ)?;sU_d=Gu5{(W83^0CZE zhwdt=9YNo|$@x&nND-QbCVnHb_Tfzp9R0wwu~cvr}K6kh($U%;h9cZJz4y>3?)`29N*+Q=N(Dby}R3W^8c<>1WMT-Q=1 zk&P2EsmaMZKfG?Aeel*cV5l~R1&%k2;MgiHTV=14%b{9gYw7rrrB5vL?%a}Yvd$Aa z(Oxjsp`;$LATCAXg~KCZttwvC_zufF$?4VorelHB(TXSCg{?bj5>*Mkha@@go&0>H zwQv`XEvQ6iy>p?t5|UJRV6laX)SwMB2(i3DZ_@fVP5?=E!9zFcOyE?8Bt}}JlqA;J zBmvCOmEHLF}R z5VYI^4`ug&!(GPN%||Z!yw40~H}$!&k1dW|ZEg`F%cL03_VEr0QL0H$;gtb~f+}y% zDT*`Dq94J8^#CF}S*zYYE5n^7tsh4N2sQ z&juQ5;L7s6eSd~vx?9aSRY%d}zHl%Z?~}JW2<8GC0Mw1Cau~^D6)02NhRlsv=9^pf zzAdtZ?|pBifu2rC^*+6Jg;<&2%iM(_e_(;Su zPuv<&Y~K|~n#*9^M~QbV4H4-`6TN7+LBCfmtjbod02B1N&_U3qms3NAD6yej^cov* zR?C*6X`7zzRSh&|+S}=;Q3Y{%>21h!P1D1e<^B27#(D#MAflKl>V&rH!^TMZ=Ow&+<00j=cQ$k*_*K8y8Y0_2FW;dXaWH%qFDK7{P8k zC!P5a%UT~Y-jI^XuGK)ZH!$C#JnP2#czlfD8VmB|ym_<2=BUfS8xNyx%1dabpC{eI zA3rocMzqU|LKi-(70-h^K2!nT5i0J-4O;lH3sEpotJI5Hnbc#IOsSmw#cPIuUz1)Wm?@HZv*?_?~Q1{8Yt->uAMENjW)q(dhV!@7vb zp%E%y>FXacnB)vhaM+e9thRKAgBmpJERn-V^h_qdSkEMFl(uKmGbrpSW7HoS4II3X z?wn_i-a+Au8kt+GL*R6Vl~PaGsHt0upn+z5`tDVjidQr>7q({bQs&;5RWQ| z{ltOQ%%eEg;E8$K9Xo#xQrl2ygmkQCIzT^>*AP#PAd$8RZH%6MRkU19APNs9mKbP= zNSiu(5s6sV+9+=7bbJvhBB~>ORMOMGscYHzLT*|cw(hFeb?6ZfLk~<_`WhLEh9wgz z(l%+mDBsfe4&lAXY(kp;IKjBl`jAED>cQ&iuyL-~0f)Y5OR)CV$K#^}H!!!KWpRmR zp0}^=m%C>nCO?VBGnM@G^Q2=0dB(&D?GCK{d0seN-R>JGIS9od!C5YER`pX8)q5dG zK8S|$o^lvQv~+VL}^Qm!UFdH4Zo2AqLpB7_Sidc)~vI@JCn-5(p}x&%ATd!FSKxs8DD-TNurz>ynZg@PWJUM3F;S2ChZ$V^u;cT(fD zA)`CHrALTu!eoupVbZX{A*kvOqoU<}!&o{s=ld*hpgD+0sSAyu@}Yw_ka(MZ&;%=% zwN!D>pgqbe2pKk64Bnj$bnZdfT#rX3GF6`B|w%-LnOZ9#`cZ|QSr2& zcTKTc@Ijb%dci|Gp<^Q?4f?~PqG2aswVb&R%UbubPT}p8JKNxHPsKDC;8I$r7pB~6JCSTapp+9v6yO*`@DWAxK#d|;z~lJrsUys|~HckUNJ zv7w^gu1~x^9v>l?`H?5*&H7Hh=5Ujm7g+H zGDf05vrYi5J76?pVx%an3DVw_*@QId7};C% zlinDabG+d9<&dq~fo@c@7`;3`MsT!%JUMUnJKekYI^gvd@%m2IXCFUSK>uy%!tBGc zRy}bZp##gNi99b_=^N-xciOS3VUWm$zW3?mRN-zRCsF8!$YB_b3zPSq*uZi{1TzcE z`oe?`x~fi(6* z6)<3@M89eJZRCRmy_mYt_+X){oX4k26FaM-qqx~yzr2`1b*!S{s#(gRuQx>H3gyTDu zTz!slWIm8^DPa0xCM%YCvRR^K7$g@(DqPe_$?>Vil4%cx-W~f~s+mg9REp$|FN6VZ z*F{JcZ>iwdQ$dyYYL0k{SIWh?jn0EcaBtT+{HVK2i>p%dAlCL*HSF-;2pIM~fPRV| zs^2IN`g6)M_k4sd7^5|;mq~>1L)++2ebGvfmJVG`{ikCg52oQd@HM*u+_HHd4I0aQ z(3GoD#K{JNM)A%Hyv3D>1eBAZn(-9j%)jes)IF~domqRe=Ads&ry5c_FfBCHXj7URCwx>It<(O z|I~phkF9yh?gDyScl64xDR87;(GHpztwqJ%e_sne4zOX*xx;FKYxBG>Dt2npaVg}O ztg?J9+V1;*YC$_GQ~+y%Wxf`{B`>5cgQyq{ZJzsp2!7;)4GCB$C6Q!9BO*eB9eg6; z5B{nXRed?){gu8ep0C!1M=J&-#H5i@*c4 z2HXC!27Dyod;x19cV@?T@ubWss6kH{8_*i`JMniukjo8N15}0g!Q@Ei4jB*yPT&LD z$5+lWRD;|jQo4Qo)%k2h>UC1T{JP(8(2myfg3(~AJC17*jb+~E4wG!h2&Xmlg;^;dAJIJRuWV?V$v9yz_UqcF58 z0E$!mu-kuu=T*lI1jJ*R$KQK3HlrZmyTgV(#ZSBUS9qG~(b-+g6w+i`Ec5u5-%Hg0 z2b4bm*3(RX?|~t_zgnqu2oF?+g^7O;3&n5Iobj>D^L3j#&2m?t{4JmAk1c$6!@?R5 z$ercuyT4=);mS*MA=8oYQ$78=8t@^2XC|-)c#@0v!N~l!UY<|`ILpMEjdkIzFR9#ka2)jW z?%)A?;{RiB|AtM~$JV}l0<#>;Jbl=y;p5=D0mVhIoYGU?8Bgbx$E8oCW0|MFQ0yq) z1ne#aHK6q8AO40;RY%V!ZeX^{dERf;&sIwz^#s5QCB5n)_>&>JS|z%F8nFr4`mxqi z$98lF!H2*@hZWtv8i}P^W2Wykw}_^tW1081y2_Df{{nO&c$|Xo7zgHM#>rfp0}L#; zPZrzyqQf=-`-#9mz8PgP->;*q5iF;0$mm;L;G1a06Hu5gbA9-32n_cYM!^|7Zcb+` zSvRlKj8f#6@notqX7q-Sn7gse>)hnH*}+}l>LQTQD0{xqY+h=duOS=DJlp>A#MS+Q zE#z{_o~OuXU?hbems8uma8XTs%c=c#=)`(E!RBblWpzm=ZJfs-`%gD6^BWE*yOlGm z0+xC6b!D$ds?Z#M$3_1@5=Rm`Rgl*I%|})VIsIFy+TBVaGOpDkR!-%_)ONq3AlL4N zoJX-{6^+31`eN^mSh*RSc|zgxLjgNPbbr#3N=9MnXbqj3YA@wv?K=F)4>=FAVV2eg zuC&o^TU)}gA`HG1)ooC@7a!=Zy(~*$?H2c^b~IpRK6+0Nv1xJxUMehtXm^kVOjIoy z3{?-est|-_9yGAro~3c1Tz5ExML`p4OM-a4P@fp{&zkcLxWvkX(pPpaJstEq3NQ+C zagYH~h0s+&4H*a(<3Z&Y77cQMpjZwocG|sS!FAspDM)tB1Xc1L#88OlQSsyEzYB#I zC%{9mrSWpngQ7|;%**z@iq8F_aiE-1>HYkc--K{z1M7ekX4+5|#;b*sUxZjWQ#QCRt=dSFyBbYs2)%rZGQ4!F8A#~j*}8osO3o;DN|i)cY%5|^$cb;NeER5RT*OXU9U=Jdt%f=Uq2NhkYZ-JN?>?>a4yrwo?)=e z>*I8H?Hw1eMEKEQih1rPiIG+YF>=bNecQQ2fhBEWgPtDI?AeK8*vVlB34s#-VJWUt zFJ=-7#+#%o5Iypz=%tS(t&?5oFTFZ>Sl{)n_D3g5d#s1X%Z153DrEiUQB`_@uX@1@ zRD0d6CCF5Vd%HJ(zZW)E90p-5@RI0$lSxzdRwXq+gP^*j9SFfP4=LUJsq16VeK*80 zg;>KfDI04sF9C$t{B0KdCBVd9Y(R(CMe>j@nb+sSb%=_$u<1e}O;r*Q={$-MvAe{2 zYa>`VZsZh1Av!y`y5mMXyXA6^NiX;LvE4=Me;YycIzTg}6Az_4$lp5(E@;{M= z!H{KMQZw7z+c@vS)F)+! zF9yV85ylEmv*|W$jV-)VIOWfYU>Gd(n0)ixOGZQPSW`iv(0;053D6u4BX!N%w2N%q zf)p(Clrs}d zu?ljq%-hrUo$0fRU{4uHij=cwqBMsFH2MkK5tg+aaZW6pyGSYI!~&C%6U3k5#VhFS z3+&UJz?2&w|0q`f!YasvnGoBwwK&n2qb9n^cJx=KJT^&cfwr}z9h%eE9qKDQw6)}i zFMn7VYb-zr6&`It43@QyVlDsHo-T31w=mVAhoYDSDGaYWb`^+`bJ@wumhXg2Di8ScQAYWVIC!$965#%$dGR@*rc0@?7;qnS;Y7{io~iv4#i zG&yvpEn6PY`jJuNTxOWfg5(x#$5Tr#HB9A$1V=|(P0MJga-SdX-Bsk96$~vOSK_Hp z*BC>UP8CQM#|*P|=K0B&_rf&v7+k7CRdwGePgN^@A&}%$U1QHIm1Bl%F#Wa+6fFp; zkgD1ic6V6gW^t+;Nm{0~sv}P_s+_9rX1F$hpway92BliV#g~StysCJ{Df}&?;;soF zOGVXX-X4bx^Ah|^siymlp;A?`-T0R&tBEB!4`=pMKN|(MZW1kM70uwNVPQcre_AOw zS><6^=1r`6=6duFkaHr)Svj}2v4np)a#$~n>WI2I|I2K{GLKW&TT-Gdcr-tZ)+lZp zoM|RH>e|K&h!a)BVVTEutxSzKbRhEbv@}Ipt65eRG}hp91MfUV>o0xa$AJ{C&~H$V zf0h(SPNc++j3Xz~#D7+O7!D#?L(Ef-<2h-Lv^t|h8Aq&+xQC^a&Fu4(BQx2=9bHRD zHpr6eZ1)uLXb4|wD;7dGL{D-QydVo=*%I=kQWeJUbg8O_Yj!o)Pqo(@f4ckIbVD^G z+h{Ni7PNWUc7~Qar*^f)!Gh00MEDkr+sk#oY$TeGAI#FrZ!k2L`8aKum1r+~=e+^q zhguzb)o3&gDRelZ#UaHy;LWG*D8E1xiH1(tg=9~g>-y2XgaKANcBQ;Gq&k(a)FD;h zU?zNk!a*ZE){A$6uJDaWJtA)YzxAMTfL~c2?N~=s6D;#J+25kxQB&}U4TwQ&QvBBc zR}(%gaGbt3l+^^wd`;fk^sg!`gNzr|Wayp$w;tKipx1q^eBw$ISLq@x}QkhTy1k1EjEz#qU{ z(ceiE8(8KQX_axf^4KHOGGB>FIXRQ+LM3uUm56x!*Ph@f zdngB1g36)YEqA{WX;&8FG99|sIz*1oPmHQWXqXZ%i4h-c#tICNXHv*jpv=t5!98J+ zHx(WllKo%)bp>cNU}nH7V3`-<>d^{oCqi%GD>@JM-``e&j|E)#!YW{yufit3nVmf# z4z5G`re3)4_Ak947YY7r^b2uxWpa=mM8a`st2AFmy*H`~e}35BSGWt`U+6{nGm##% zSxRW%F?NLT=_-Z@?~J`>hu;Wy$pymGgv8{R&;Nf-Xl!6+P=3;%DXu&|)V4V^(m)W0 z)@9L`|Fr(gI|6do{lb|M87rAD;{NT2k zyCGWoirUPe@3M7at2hom?8`T~%z*JoBy8y9q5_(ix2^)nenMUdi<>maq2L_(B!b)J7uf&}3ZIo9aD8|At zpH{*>@BdK=8WAW5Rsti0uf&cYb2pnq7To|TjGpKXGc{C+pwIv~TBq{mmx7R8qTe`) zP>>!}(C-6I7W^BwbPQ~oqCW=KTzzEr54isnv%Luz0 zn;;4)-KFr~(4|#hxsBN_r+UnUH5Y~NKMz6Z(LRdD_!T=p~_+BqdZGm^|pjraHD>B`7h z=6(I4rkQgkAQuLyDOp{?IGcHu(c4I--qy|!Y-+oWhi`8bwlF`SL3X*KVREQnq;G^& z3vcy+iTx>p8IIM_CpMj)l(YOxytL*o7wXr%#M?8SenOOY7tN36{9Ofj>G5mlTZdT% zu*^&U>FdQu-Jt@vA;D4)+=XBN&|Rk%4=}>iIs)(!fD&K@s07*waC!GUX(&{n5{z(Y z?8VhIQ~~KlL?mB)ZoK$(L}71ZJelf_ZM$LNM7?c&^aSOy!!WSS3zk!Mn$c`ta_rG- zIWsnvdC4=kf9x(Cym$pIp0YRD8f&+l+Lih-ww&4>kKFsW5h(o#IqggOI2%WmRyn6)l3tZ<9eoOggO^p1;VAc%QCwbOJjVFE4dY^&S2%s; z!VaT=`xbVCC^x>oG4{%-i(EN%7teQfp9kt*6RF$UMV6~M8zFUW*rrf~W;5WXidlf(58v*{GQxMJ)}C?Ywvmch^)4L? z5w!-+X;5y@w#L{ir!I2k{9O1`g#=6B_J9!?Jz8k)YJdwr#lbaQ6n8-{W~>}^e!=bY zIzqA%E+(Rf?S{J>1(nv;S}{$pwo9{Weh|J0ZwvXEVt*Ke<)y`A;fTdDAId4|n|`eY zY!_%m6dTjo2y1y|(a9BSF>B?VJg({8r7OVFX@I4DuwPeMYj#e-&E|#1vsTGg$*gDiNBZ}y zEuUw5`T!fgLFL%z;o!E+u#5A!oZ1N;85=d=?KZRgwp6(3U?#LMtj02r-ngbo(+SY7-Jo4lw1t-;Gz|BJU$^C# z%us7YW0|3)wWbR<_Xqz4T3YSbsuaCyH#w9)e^qe#MR+K@{}7|$yxzEMj&M9N$2+}R zui8C!LvPhX1V8Nk7jUXLy7~SLX1Sc=TVC1+?tz@L3yxILwtd*gFg!9$wC~D;vCLcD zKktnt!cRA*!$U*uV1UtJsy62BW2Q6p=JAmk)lT1lc6|+Orf8o)BhkFpcsbl2dxn;q zO2J7>KN#66f~xcA1h_(2e;Sv$D-0csXe{#%|9v;2uRAE63~i2%0u^dQXsPuvszB`B<1`i!8Oph{_OLfMRHsjwivRn@D6_A}G{MzFja5yE`h&GPQ%Zy8( zNX9a6^Vauk*KLF5Yzd1bl$;V{ELpleN0*tUiETM=Pw0I0`a7`soM>d0IMOg#vpmBM zysLPy&N{fc6j?ff(~;RhIAo|lwErv&0a;qYkiTRj#04QG3~(NV)O z#>v3o|g+_4F#hUPhy!Q+YGacXzjvBtBh+UWCL8<^d4YFDu_*>oSGTUZ^TC-CDE zD4T8Z$w-Um0};!+x3s5g#mmrqg$pXQ=L0R_UuGoAV5p9Gkn-Z4N}AnEEc2jCir)+O z0>lhfHz{a-k|c;14eu5>ZdzFb!ZHuqvEsi4pP~N35RZZ;O_KphD}*39g?uXKas4c` zMVNcjy9KsQry$w81yGfAdu9`sd7H+$m#`F)>==0H7x;G}1L`(Ff}%>{@#NK3R(h5C zIO=B$TWD><4_#8&CL6y%^*MntMZ^xURgWHig4$#eB{7uTv;Xaq<% z0Up|C+*xicmuiWhz-(DwL!%{X%UitYd$g-?gR-zwPRWZ_7)R!X#l7LxCm9*bJlS{X z$3TOPpxpQFp5_7H?ZJ|_P*cK@cuNMwqk%ML4 zo;%&rZ5Dt%_u!$NkZsZ&st)?eq!F_R%RJ{{m%x$2isdU%s2n+Q)oeTE$eq;qnZ{b3 zA(Gi(ujY6m3%#%6)h>AwRSDbGuy`B2IrDDFHj8*rX(RO5lr?L&9E(>9x8?lSFcy}1 z4<1^5JnuMQxkDDCtWNvnSyV0bA+qGua?9iG)dG~N3+vi+6k>XSve<$YHwr<_GtUUk zAWsex-p%UmDhRywqCPw7s0@bcg!!;aiml#!m{YrZvl9RjKC7aGgYL&9LA*#f>af_u zKy=$hJ7gXicXYocSR_0Y)cJ%ANLnET$+<4=*UDqoFbYw@A)LBhd${Jm^Rds9ATgYWJV%Gczd5*4trm%Ea)u4MFn}pVn-JEmE;OSFm?u1R z7`gu$H4!OPM@$4G=ju-c0h3pE&jiLh5y$4a6o;1#hrwY77)NeZH{j;oAHuNsqKH%Z zg)~Q69pq5IY1IjC(Q_Njixk_TyQ@kP%}b7xJ1lM+8XV>w62o=oC{(~BW*CL+3o5p`$4X-&yaFT+SWT>tv0l?H_&C2B#yQHNRh$b{2?Zufn`30 z>R!!5+w!>2QVeOm9M?$crESaaU#IS<2hI~7N;xk<;U&VcmgPA{!7?9+<4lG(5-#?d z1OpbDG3tMzwuGsbQ7UCL7x2&Cv&@7XIiKlfCOYx#@?DN2?YG;zQ}xFAq>AkebccZZ z2dtu`12QDucep@(=?)`dnfKj?%GwLu) zuz~T_j83gy!Yc(;=v1~>p8S7S8Z{Omgo=;zl!4n8Xv9a`cu6KJlY)~$j>gcAC}wzG z2@J114kdd2%P`bs+O}yDbKpn~uts<&rk<%Jh9)y~nyX@=#u~BH49T99i;09w@`>zt ziPfR0Om?)1cU55Y!&{F)_Bi-;Rl1O|oxa@L&rc206bGfBioYemupvzSvkAMmj00b7 zhlfs!&YPjXG=^|28U%Q!nR8d>HnfztY`@+3)E;2jd{{!Kv?+z@D5)?;Z&@7l&nQdfeZos$RC_?-t%HAF1&+ zQnAda(#@G}`F*Hn9F?k!KZJl>Ec4d>TX^+4d+>5NWH8DNsBR3GR~SdnL;Eo=%Z&(Y z?kQJ4A8?O}xYueJ$CXysD_+044F>$`4c~w&RH9!>uUbx=8zCOW4Tme%+HH&tks*ZCy(-Uaff(Lf^9}hcCa^&%xjDZ zTCG^8A!C`3t=<S&NC!@xLUrK4LZOOWQGL5a5&5ff{g|R?*b;8LcVzA6xvn6)vKYai*7#@mw(nG=;Ic4$xpQOHHyX1Il{EHW~-?WTfKZxsj@=xx(@Gm8~Sn; z_}&pHx=jWl`5iWCGJzcAsF~{F7x1|!WCFVV6qQ6QVBH!=!44;?-A0+TCKiDDY3bBl ziYhpO_z7RW+$3Fd7)LAu^Hb1h>#yf*6pAnQ{9fQm`f_0@D=Z{H*G?G}v2noS7VP!##(%>+MXr*d|DulQS)t*?2 zxe8JG5ZWGDK!^8cCakFy7 zR@uXv4wiXe+P?Hj`CtJ*Ev4ko5ZRuVHjcvvi^e>N`q_)+1}t~)1Uo|TpGO{#JZ%b@ LDE#ih09)}t&%6lc diff --git a/components/crontab/BaseCrontab.php b/components/crontab/BaseCrontab.php index 6839b45e..39481eac 100644 --- a/components/crontab/BaseCrontab.php +++ b/components/crontab/BaseCrontab.php @@ -23,6 +23,12 @@ abstract class BaseCrontab extends BaseObject */ public $enable = true; + /** + * 限流 默认60s + * @var int + */ + public $limit = 60; + /** * 定时任务名称 * @return mixed diff --git a/components/crontab/Crontab.php b/components/crontab/Crontab.php index 8bfbf8e0..eeb96fd0 100644 --- a/components/crontab/Crontab.php +++ b/components/crontab/Crontab.php @@ -33,8 +33,16 @@ public function doAllCrontab() if (!$crontab->enable) { continue; } + $name = $this->getClassName($crontab); + $cacheKey = 'LEADSHOP_CRONTAB_BY_' . $name; + $res = \Yii::$app->cache->get($cacheKey); + if ($res) { + \Yii::info('===定时任务' . $crontab->name() . '限流中==='); + continue; + } \Yii::info('===执行定时任务' . $crontab->name() . '开始==='); $crontab->doCrontab(); + \Yii::$app->cache->set($cacheKey, true, $crontab->limit); \Yii::info('===执行定时任务' . $crontab->name() . '成功==='); } catch (\Exception $e) { \Yii::error('===执行定时任务' . $crontab->name() . '失败==='); @@ -43,6 +51,17 @@ public function doAllCrontab() } } + /** + * 获取类名称(去除命名空间) + * @param BaseCrontab $crontab + * @return string + */ + private function getClassName(BaseCrontab $crontab) + { + $class = is_object($crontab) ? get_class($crontab) : $crontab; + return basename(str_replace('\\', '/', $class)); + } + /** * 执行单个crontab * @param $name diff --git a/components/subscribe/OrderSendMessage.php b/components/subscribe/OrderSendMessage.php index aa317f5c..c6fbcea2 100644 --- a/components/subscribe/OrderSendMessage.php +++ b/components/subscribe/OrderSendMessage.php @@ -24,17 +24,17 @@ public function tplName() public function msg() { return [ - 'thing7' => [ - 'value' => $this->expressName + 'thing7' => [ + 'value' => $this->expressName, ], 'character_string4' => [ - 'value' => $this->expressNo + 'value' => $this->expressNo, ], - 'thing11' => [ - 'value' => $this->address + 'thing11' => [ + 'value' => $this->address, ], 'character_string1' => [ - 'value' => $this->orderNo + 'value' => $this->orderNo, ], ]; } @@ -43,4 +43,4 @@ public function desc() { return '订单发货通知'; } -} \ No newline at end of file +} diff --git a/components/subscribe/TaskSendMessage.php b/components/subscribe/TaskSendMessage.php new file mode 100644 index 00000000..718cba4f --- /dev/null +++ b/components/subscribe/TaskSendMessage.php @@ -0,0 +1,60 @@ + [ +'id' => '310', +'keyword_id_list' => [1, 2, 3, 4], +'title' => '积分变更提醒', +'categoryId' => '307', // 类目id +'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 +'data' => [ +'character_string1' => '', +'character_string2' => '', +'thing3' => '', +'time4' => '', +], +], + */ + +namespace app\components\subscribe; + +class TaskSendMessage extends BaseSubscribeMessage +{ + public $number; + public $balance; + public $remark; + public $time; + + public function tplName() + { + return 'task_refund_tpl'; + } + + public function msg() + { + return [ + 'character_string1' => [ + 'value' => $this->number, + ], + 'character_string2' => [ + 'value' => $this->balance, + ], + 'thing3' => [ + 'value' => $this->remark, + ], + 'time4' => [ + 'value' => $this->time, + ], + ]; + } + + public function desc() + { + return '积分变更提醒'; + } +} diff --git a/config/aliases.php b/config/aliases.php index 88e93a0a..eb9ddc2e 100644 --- a/config/aliases.php +++ b/config/aliases.php @@ -2,8 +2,8 @@ /** * @Author: qinuoyun * @Date: 2021-01-05 10:39:18 - * @Last Modified by: wiki - * @Last Modified time: 2021-02-01 18:30:46 + * @Last Modified by: qinuoyun + * @Last Modified time: 2021-06-28 13:30:49 */ return [ @@ -59,5 +59,9 @@ '@subscribe/models' => '@leadmall/modules/subscribe/models', '@coupon/models' => '@leadmall/modules/coupon/models', '@collect/models' => '@leadmall/modules/collect/models', + + '@basics/common' => '@leadmall/modules/basics/common', + '@live/models' => '@leadmall/modules/live/models', + ]; diff --git a/config/config.json b/config/config.json index 8affc977..4735e3a3 100644 --- a/config/config.json +++ b/config/config.json @@ -1,49 +1,51 @@ { - "adminEmail": "admin@example.com", - "senderEmail": "noreply@example.com", - "senderName": "Example.com mailer", - "serialNumber": "F00BCF-50E396-C5AC18-737ABD-426F79-1586RR", - "username": "qinuoyun", - "regtime": "2020-11-06", - "siteid": "", - "admin": "qm73x0exg9nwb1hogg", - "accessWhitelist": [ - "leadmall/api/setting/update", - "leadmall/api/install/index", - "leadmall/app/poster/index", - "leadmall/api/install/create", - "leadmall/api/login/create", - "leadmall/api/cloud/index", - "leadmall/api/crontab/index", - "leadmall/api/crontab/create", - "leadmall/app/fitment/create", - "leadmall/app/qrcode/create", - "leadmall/app/login/create", - "leadmall/app/sms/create", - "leadmall/app/pay/create", - "leadmall/app/setting/index", - "leadmall/app/pages/index", - "leadmall/app/pages/view", - "leadmall/app/search/create", - "leadmall/app/goods/index", - "leadmall/app/goods/view", - "leadmall/app/tabcount/create", - "leadmall/app/evaluate/index", - "leadmall/app/group/index", - "leadmall/app/login/index", - "leadmall/app/login/view", - "leadmall/app/jssdk/index", - "leadmall/app/subscribe/index", - "leadmall/api/demo/index", - "leadmall/api/plugin/index", - "leadmall/api/plugin/view", - "leadmall/api/plugin/create", - "leadmall/api/plugin/delete", - "leadmall/api/plugin/update", - "leadmall/app/coupon/index", - "leadmall/app/coupon/view", - "leadmall/api/reset/create", - "leadmall/app/reset/create", - "leadmall/app/live/index" - ] -} \ No newline at end of file + "adminEmail": "admin@example.com", + "senderEmail": "noreply@example.com", + "senderName": "Example.com mailer", + "serialNumber": "F00BCF-50E396-C5AC18-737ABD-426F79-1586RR", + "username": "qinuoyun", + "regtime": "2020-11-06", + "siteid": "", + "admin": "qm73x0exg9nwb1hogg", + "expiration": 3600, + "accessWhitelist": [ + "leadmall/api/setting/update", + "leadmall/api/install/index", + "leadmall/app/poster/index", + "leadmall/api/install/create", + "leadmall/api/login/create", + "leadmall/api/cloud/index", + "leadmall/api/crontab/index", + "leadmall/api/crontab/create", + "leadmall/app/fitment/create", + "leadmall/app/qrcode/create", + "leadmall/app/login/create", + "leadmall/app/sms/create", + "leadmall/app/pay/create", + "leadmall/app/setting/index", + "leadmall/app/pages/index", + "leadmall/app/pages/view", + "leadmall/app/search/create", + "leadmall/app/goods/index", + "leadmall/app/goods/view", + "leadmall/app/tabcount/create", + "leadmall/app/evaluate/index", + "leadmall/app/group/index", + "leadmall/app/login/index", + "leadmall/app/login/view", + "leadmall/app/jssdk/index", + "leadmall/app/subscribe/index", + "leadmall/api/demo/index", + "leadmall/api/demo/create", + "leadmall/api/plugin/index", + "leadmall/api/plugin/view", + "leadmall/api/plugin/create", + "leadmall/api/plugin/delete", + "leadmall/api/plugin/update", + "leadmall/app/coupon/index", + "leadmall/app/coupon/view", + "leadmall/api/reset/create", + "leadmall/app/reset/create", + "leadmall/app/live/index" + ] +} diff --git a/forms/CommonWechat.php b/forms/CommonWechat.php index d25cfc21..20db3e74 100644 --- a/forms/CommonWechat.php +++ b/forms/CommonWechat.php @@ -69,9 +69,9 @@ public function getWechatPay($option = [],$appType = '') return $this->xWechatPay; } if ($option) { - $payType['appid'] = $option['appid']; - $payType['mchid'] = $option['mchid']; - $payType['key'] = $option['key']; + $payType['appid'] = trim($option['appid']); + $payType['mchid'] = trim($option['mchid']); + $payType['key'] = trim($option['key']); $payType['certPem'] = $option['certPem']; $payType['keyPem'] = $option['keyPem']; $payType['isService'] = false; @@ -101,9 +101,9 @@ public function getWechatPay($option = [],$appType = '') list($sslCer, $sslKey) = $this->generatePem($payType['certPem'], $payType['keyPem']); } $this->xWechatPay = load_wechat('Pay',[ - 'appid' => $payType['appid'], - 'mch_id' => $payType['mchid'], - 'partnerkey' => $payType['key'], + 'appid' => trim($payType['appid']), + 'mch_id' => trim($payType['mchid']), + 'partnerkey' => trim($payType['key']), 'ssl_cer' => $sslCer ?? '', 'ssl_key' => $sslKey ?? '' ]); diff --git a/forms/install/install.sql b/forms/install/install.sql index 72abf726..d99754cc 100644 --- a/forms/install/install.sql +++ b/forms/install/install.sql @@ -938,4 +938,141 @@ CREATE TABLE `heshop_initialize_prefix_live_room` ( `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4; \ No newline at end of file +) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4; + + +ALTER TABLE `heshop_initialize_prefix_goods_data` +ADD COLUMN `task_stock` int(10) NOT NULL COMMENT '兑换库存', +ADD COLUMN `task_number` bigint(10) NOT NULL COMMENT '兑换积分', +ADD COLUMN `task_price` decimal(10,2) DEFAULT NULL COMMENT '兑换价格', +ADD COLUMN `task_limit` bigint(5) DEFAULT NULL COMMENT '兑换限制', +ADD COLUMN `task_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否上架:0 下架 1 上架'; + + +ALTER TABLE `heshop_initialize_prefix_goods_group` +ADD COLUMN `is_show` tinyint(1) DEFAULT 1 COMMENT '是否显示 0不显示 1显示' ; + + +ALTER TABLE `heshop_initialize_prefix_order` +ADD COLUMN `score_amount` bigint(10) NOT NULL DEFAULT '0' COMMENT '积分支付', +ADD COLUMN `total_score` bigint(10) NOT NULL DEFAULT '0' COMMENT '积分统计', +ADD COLUMN `type` varchar(255) DEFAULT '' COMMENT '订单类型 base 基础订单 task 任务订单'; + + +ALTER TABLE `heshop_initialize_prefix_order_after` +ADD COLUMN `return_score` bigint(20) NOT NULL DEFAULT '0' COMMENT '退款积分', +ADD COLUMN `actual_score` bigint(20) DEFAULT NULL COMMENT '实际退还积分', +ADD COLUMN `order_type` varchar(255) DEFAULT 'base' COMMENT '订单类型', +ADD COLUMN `return_score_type` tinyint(1) DEFAULT '0' COMMENT '0不退积分 1退积分'; + + + +ALTER TABLE `heshop_initialize_prefix_order_goods` +ADD COLUMN `goods_score` bigint(10) NOT NULL DEFAULT '0' COMMENT '商品积分', +ADD COLUMN `score_amount` bigint(10) DEFAULT '0' COMMENT '总计积分'; + +ALTER TABLE `heshop_initialize_prefix_user` +ADD COLUMN `birthday` varchar(50) DEFAULT NULL COMMENT '生日', +ADD COLUMN `area` varchar(255) DEFAULT NULL COMMENT '地区', +ADD COLUMN `wechat` varchar(50) DEFAULT NULL COMMENT '微信号'; + +CREATE TABLE `heshop_initialize_prefix_task` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `name` varchar(255) DEFAULT NULL COMMENT '任务名称', + `keyword` varchar(255) DEFAULT NULL COMMENT '任务标识符', + `formula` varchar(255) DEFAULT NULL COMMENT '计算公式', + `icon` varchar(255) DEFAULT NULL COMMENT '任务图标', + `type` varchar(3) DEFAULT 'add' COMMENT '任务类型', + `total` varchar(10) DEFAULT '1' COMMENT '累计次数', + `acquire` bigint(10) DEFAULT '1' COMMENT '获取积分', + `maximum` bigint(10) DEFAULT '1' COMMENT '最大值', + `remark` varchar(255) DEFAULT NULL COMMENT '积分说明', + `url` varchar(255) DEFAULT NULL COMMENT '跳转链接', + `status` tinyint(1) DEFAULT '0' COMMENT '任务状态 0关闭 1开启', + `extend` text COMMENT '扩展配置', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + `prompt` varchar(255) DEFAULT NULL COMMENT '积分提示说明', + `extra` varchar(255) DEFAULT NULL COMMENT '第三个说明', + `page_tips` varchar(255) DEFAULT NULL COMMENT '微页面说明', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; + + +BEGIN; +INSERT INTO `heshop_initialize_prefix_task` VALUES (1, '购买商品', 'goods', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_goods_icon.png', '1', '0.02', 10, NULL, '消费%s元,获得%s积分', '/pages/goods/list', 1, '[]', 0, 1624552148, 1626170393, 0, '每日最多%s次', NULL, '消费%s元,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (2, '完成下单', 'order', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_order_icon.png', '1', '2', 77, NULL, '每下%s笔订单,获得%s积分', '/pages/goods/list', 1, '[]', 0, 1624552148, 1626170393, 0, '每日最多%s次', '再购买%s单,即可获得积分', '每下%5笔订单,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (3, '每日签到', 'signin', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_signin_icon.png', '1', '1', 1000, 10, '每日签到,获得%s积分', '/plugins/task/index', 1, '[]', 0, 1624552148, 1626170393, 0, NULL, NULL, '每日签到,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (4, '连续签到', 'sustain', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_signin_icon.png', '1', '2', 20, 100, '连续签到%s天,获得额外%s积分', '/plugins/task/index', 1, '[]', 0, 1624552148, 1626170393, 0, NULL, NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (5, '分享转发', 'share', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_share_icon.png', '1', '2', 6, 6, '每日分享转发%s次及以上,获得%s积分', '/pages/index/index', 1, '[]', 0, 1624552148, 1626170393, 0, '再分享转发%s次,即可获得积分', NULL, '每日转发%s次,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (6, '浏览商品', 'browse', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_browse_icon.png', '1', '2', 10, 6, '每日浏览商品%s件及以上,获得%s积分', '/pages/goods/search-list?task_browse=1', 1, '[]', 0, 1624552149, 1626170393, 0, '再浏览%s件商品,即可获得积分', NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (7, '邀请好友', 'invite', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_invite_icon.png', '1', '3', 6, 19, '每邀请好友%s人,获得%s积分', '/pages/index/index', 1, '[]', 0, 1624552149, 1626170393, 0, '再邀请%s人,即可获得积分', NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (8, '完善信息', 'perfect', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_perfect_icon.png', '2', '1', 123, 20, '完善个人信息,获得%s积分', '/plugins/task/userinfo', 1, '[\"realname\",\"avatar\",\"gender\",\"wechat\"]', 0, 1624552149, 1626170393, 0, NULL, NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (9, '绑定手机号', 'binding', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_binding_icon.png', '2', '1', 11, 20, '绑定手机号,获得%s积分', '/pages/user/index', 1, '[\"phone\"]', 0, 1624552149, 1626170393, 0, NULL, NULL, NULL); +COMMIT; + +CREATE TABLE `heshop_initialize_prefix_task_goods` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `goods_id` bigint(20) NOT NULL COMMENT '商品ID', + `task_stock` bigint(10) NOT NULL COMMENT '兑换库存', + `task_number` bigint(10) NOT NULL COMMENT '兑换积分', + `task_price` decimal(10,2) DEFAULT NULL COMMENT '兑换价格', + `task_limit` bigint(5) DEFAULT NULL COMMENT '兑换限制', + `goods_is_sale` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否上架:0 下架 1 上架', + `is_recycle` tinyint(1) DEFAULT '0' COMMENT '是否在回收站', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + `task_status` tinyint(1) DEFAULT '0' COMMENT '兑换状态', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4; + +CREATE TABLE `heshop_initialize_prefix_task_log` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `task_id` bigint(20) NOT NULL COMMENT '任务ID', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `start_time` bigint(10) NOT NULL DEFAULT '0' COMMENT '开始时间', + `status` tinyint(3) NOT NULL DEFAULT '1' COMMENT '任务装填: 0 未完成 1 已完成', + `number` bigint(10) NOT NULL DEFAULT '1' COMMENT '积分分值', + `extend` text COMMENT '扩展信息处理', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=705 DEFAULT CHARSET=utf8mb4; + +CREATE TABLE `heshop_initialize_prefix_task_score` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `task_id` bigint(20) NOT NULL COMMENT '任务ID', + `order_id` bigint(20) NOT NULL DEFAULT '0' COMMENT '订单ID', + `order_sn` varchar(50) DEFAULT NULL COMMENT '订单号', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `start_time` bigint(10) NOT NULL DEFAULT '0' COMMENT '开始时间', + `status` tinyint(3) NOT NULL DEFAULT '1' COMMENT '任务装填: 0 未完成 1 已完成', + `number` bigint(10) NOT NULL DEFAULT '1' COMMENT '积分分值', + `remark` varchar(255) DEFAULT NULL COMMENT '收支说明', + `identifier` varchar(30) DEFAULT NULL COMMENT '标识符', + `type` varchar(3) NOT NULL DEFAULT 'add' COMMENT '收支类型:add 增加 del 减少', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=455 DEFAULT CHARSET=utf8mb4; + +CREATE TABLE `heshop_initialize_prefix_task_user` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `number` bigint(10) DEFAULT '0' COMMENT '积分值', + `total` bigint(10) DEFAULT '0' COMMENT '积分累计', + `consume` bigint(10) DEFAULT '0' COMMENT '已消费积分', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4; diff --git a/modules/basics/api/BasicsController.php b/modules/basics/api/BasicsController.php index 5d3f0700..34db542c 100644 --- a/modules/basics/api/BasicsController.php +++ b/modules/basics/api/BasicsController.php @@ -14,12 +14,21 @@ */ class BasicsController extends BasicController { + /** + * 处理接口白名单 + * @var array + */ + public $whitelists = []; + /** * 重写父类 * @return [type] [description] */ public function actions() { + if (Yii::$app->request->post()) { + $_POST = Yii::$app->request->post(); + } $actions = parent::actions(); unset($actions['index']); unset($actions['create']); diff --git a/modules/basics/app/BasicsController.php b/modules/basics/app/BasicsController.php index c8cb58b2..3616973d 100644 --- a/modules/basics/app/BasicsController.php +++ b/modules/basics/app/BasicsController.php @@ -14,6 +14,12 @@ */ class BasicsController extends BasicController { + /** + * 处理接口白名单 + * @var array + */ + public $whitelists = []; + /** * 重写父类 * @return [type] [description] @@ -61,4 +67,5 @@ public function runModule($model, $name = '', $action = "index", $params = []) Yii::$app->params['runModule'] = true; return $controller->runAction($action, $params); } + } diff --git a/modules/basics/common/BasicsController.php b/modules/basics/common/BasicsController.php new file mode 100644 index 00000000..bb509749 --- /dev/null +++ b/modules/basics/common/BasicsController.php @@ -0,0 +1,296 @@ +request->get('include', ''); + $model = Yii::$app->request->get('model', ''); + if (!$include) { + Error('未找到插件'); + } + /** + * 获取子类信息 + * get_class($this) 返回获得子类类名 + * @var [type] + */ + $objClass = new \ReflectionClass(get_class($this)); + /** + * 获取子类所有类常量 + * @var [type] + */ + $arrConst = $objClass->getConstants(); + /** + * 拼写类信息 + * @var [type] + */ + $class = ['', 'plugins', $include, $arrConst['__APITYPE__'], ucfirst($model) . "Controller"]; + $class = implode('\\', $class); + return (new $class($this->id, $this->module)); + } + + /** + * 列表方法 + * @return [type] [description] + */ + public function actionIndex() + { + $params = []; + $action = Yii::$app->request->get('action', 'index'); + $action = in_array('$action', ['index', 'view', 'delete', 'update', 'creacte']) ? 'index' : $action; + return $this->get_plugin()->runAction($action, $action); + } + + /** + * 详情方法 + * @return [type] [description] + */ + public function actionView() + { + $params = []; + $action = Yii::$app->request->get('action', 'view'); + $action = in_array('$action', ['index', 'view', 'delete', 'update', 'creacte']) ? 'view' : $action; + return $this->get_plugin()->runAction($action, $action); + } + + /** + * 删除方法 + * @return [type] [description] + */ + public function actionDelete() + { + $params = []; + $action = Yii::$app->request->get('action', 'delete'); + $action = in_array('$action', ['index', 'view', 'delete', 'update', 'creacte']) ? 'delete' : $action; + return $this->get_plugin()->runAction($action, $action); + } + + /** + * 更新方法 + * @return [type] [description] + */ + public function actionUpdate() + { + $params = []; + $action = Yii::$app->request->get('action', 'update'); + $action = in_array('$action', ['index', 'view', 'delete', 'update', 'creacte']) ? 'update' : $action; + return $this->get_plugin()->runAction($action, $action); + } + + /** + * 创建方法 + * @return [type] [description] + */ + public function actionCreate() + { + $params = []; + $action = Yii::$app->request->get('action', 'create'); + $action = in_array('$action', ['index', 'view', 'delete', 'update', 'creacte']) ? 'create' : $action; + return $this->get_plugin()->runAction($action, $action); + } + + /** + * 执行模型 + * @param [type] $model [description] + * @param string $name [description] + * @param string $action [description] + * @param array $params [description] + * @return [type] [description] + */ + public function runModule($model, $name = '', $action = "index", $params = []) + { + $class = ['', $model, self::__APITYPE__, ucfirst($name) . "Controller"]; + $class = implode('\\', $class); + $controller = (new $class($this->id, $this->module)); + if ($action == "index") { + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "create") { + $_POST['_method'] = "post"; + } + if ($action == "view") { + $_GET = $params; + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "update") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST = \Yii::$app->request->post(); + $_POST['_method'] = "put"; + } + if ($action == "delete") { + $_POST['_method'] = "delete"; + } + Yii::$app->params['runModule'] = true; + return $controller->runAction($action, $params); + } + + /** + * 执行插件目录 + * @param [type] $model [description] + * @param string $name [description] + * @param string $action [description] + * @param array $params [description] + * @return [type] [description] + */ + public function runPlugin($model, $name = '', $action = "index", $params = []) + { + $class = ['', $model, self::__APITYPE__, ucfirst($name) . "Controller"]; + $class = implode('\\', $class); + $controller = (new $class($this->id, $this->module)); + if ($action == "index") { + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "create") { + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "post"; + } + if ($action == "view") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "update") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "put"; + } + if ($action == "delete") { + $_POST['_method'] = "delete"; + } + return $controller->runAction($action, $params); + } + /** + * 插件专用功能 + * 获取清单 + * manifest() 标识所有清代所有数据 + * manifest() 表示获取谋一个清单值数据 + * manifest() 多维数组嵌套的清单数据值获取 + * manifest(,) 表示修改某人清单数据值 + * manifest(,) 表示多维数组清单的值修改 + * @return [type] [description] + */ + public function manifest($keyword = "", $value = "") + { + $object_name = explode("\\", get_class($this)); + if ($object_name[0] == 'plugins') { + $plugin_name = $object_name[1]; + $manifest_dir = Yii::$app->basePath . "/plugins/" . $plugin_name . "/manifest.json"; + if (file_exists($manifest_dir)) { + $manifest_body = file_get_contents($manifest_dir); + $manifest_array = json_decode($manifest_body, true); + if (json_last_error() == JSON_ERROR_NONE) { + if ($keyword) { + $keyword_array = explode(".", $keyword); + //判断如果参数存在,则需要修改 + if ($value) { + $end_key = end($keyword_array); + $data = &$manifest_array; + if (count($keyword_array)) { + foreach ($keyword_array as $key) { + if ($key == $end_key) { + $data[$key] = $value; + } else { + $data = &$data[$key]; + } + } + } + return file_put_contents($manifest_dir, to_json($manifest_array)); + } else { + //标识获取参数值 + $data = $manifest_array; + foreach ($keyword_array as $key) { + $data = $data[$key]; + } + return $data; + } + } else { + return $manifest_array; + } + } else { + Error("manifest.json解析失败,请检查插件是否正常安装"); + } + } else { + Error("找不到manifest.json,请检查插件是否正常安装"); + } + } + return false; + } + + /** + * 获取配置信息 + * @param string $plugin_name [description] + * @return [type] [description] + */ + public function get_config($plugin_name = '') + { + $manifest_dir = Yii::$app->basePath . "/plugins/" . $plugin_name . "/manifest.json"; + if (file_exists($manifest_dir)) { + try { + $manifest_body = file_get_contents($manifest_dir); + $manifest_array = json_decode($manifest_body, true); + if (json_last_error() == JSON_ERROR_NONE) { + return $manifest_array; + } + } catch (\Exception $e) { + return false; + } + } else { + return false; + } + } +} diff --git a/modules/basics/models/Basics.php b/modules/basics/models/Basics.php index c4899412..87aa7434 100644 --- a/modules/basics/models/Basics.php +++ b/modules/basics/models/Basics.php @@ -10,5 +10,55 @@ class Basics extends CommonModels { + const id = ['bigkey' => 10, 'unique', 'comment' => 'ID']; + const keyword = ['varchar' => 50, 'notNull', 'comment' => '关键词']; + const content = ['text' => 0, 'notNull', 'comment' => '内容']; + const AppID = ['varchar' => 50, 'notNull', 'comment' => '应用ID']; + const merchant_id = ['bigint' => 10, 'notNull', 'comment' => '商户ID']; + const created_time = ['bigint' => 10, 'comment' => '创建时间']; + const updated_time = ['bigint' => 10, 'comment' => '修改时间']; + const deleted_time = ['bigint' => 10, 'comment' => '删除时间']; + const is_deleted = ['tinyint' => 1, 'default' => 0, 'comment' => '删除状态']; + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%basics}}'; + } + + /** + * 增加额外属性 + * @return [type] [description] + */ + public function attributes() + { + $attributes = parent::attributes(); + return $attributes; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + + ]; + } } diff --git a/modules/collect/models/collect/BaseCollect.php b/modules/collect/models/collect/BaseCollect.php index e5ff5c33..843d867d 100644 --- a/modules/collect/models/collect/BaseCollect.php +++ b/modules/collect/models/collect/BaseCollect.php @@ -1,368 +1,368 @@ -setTimeout('10'); - $this->name = $this->getName(); - $this->goods = new Goods(); - $model = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'apikey_99']); - if (!$model || !$model['content']) { - Error('请先配置采集appkey'); - } - $config = json_decode($model['content'], true); - if (!$config['apikey_99']) { - Error('请先配置采集appkey'); - } - $this->apiKey = $config['apikey_99']; - } - - /** - * 设置采集链接 - * @param $link - * @return $this - */ - public function setLink($link) - { - $this->link = $link; - return $this; - } - - public function setDownload($bool) - { - $this->download = (bool)$bool; - return $this; - } - - /** - * 设置分类 - * @param array $cats - * @return $this - */ - public function setCats(array $cats) - { - $this->cats = '-' . implode('-', $cats) . '-'; - return $this; - } - - public function setCatsText(array $catsTest) - { - $this->catsText = $catsTest; - return $this; - } - - public function setIsSale($status) - { - if ($status) { - $this->isSale = 1; - } - return $this; - } - - /** - * @param $start - * @param $end - * @param $str - * @return array - * 正则截取函数 - */ - protected function pregSubstr($start, $end, $str) // 正则截取函数 - { - $temp = preg_split($start, $str); - $result = []; - foreach ($temp as $index => $value) { - if ($index == 0) { - continue; - } - $content = preg_split($end, $value); - array_push($result, $content[0]); - } - return $result; - } - - public function getData() - { - $this->init(); - $url = $this->getUrl(); - $itemId = $this->getItemId($this->link); - $this->collectData = $this->get($url, ['apikey' => $this->apiKey, 'itemid' => $itemId]); - if ($this->collectData['retcode'] != '0000') { - if ($this->collectData['retcode'] == '4013') { - throw new LimitException($this->collectData['data'] ?? $this->collectData['message']); - } elseif ($this->collectData['retcode'] == '4005') { - throw new AuthException($this->collectData['data'] ?? $this->collectData['message']); - } - throw new CommonException($this->collectData['data'] ?? $this->collectData['message']); - } - return $this->collectData; - } - - abstract public function parseData(); - - // 处理图片 - public function handleImg($url) - { - if ($this->download) { - try { - $base64 = $this->getImageBase64($url); - //上传到系统设置的存储上 - $newUrl = $this->uploadFile($base64); - } catch (\Exception $exception) { - \Yii::error($exception); - $newUrl = $url; - } - return $newUrl; - } - return $url; - } - - /** - * @param $base64 - * @return string - * @throws \yii\base\InvalidRouteException - */ - protected function uploadFile($base64) - { - $upload = new Upload(); - $file = $upload->image_base64($base64); - $url = $upload::$upload_way == 0 ? URL_STRING . $file['url'] : $file['url']; - $thumbnail = $upload->image_compress($file['url']); - $thumbUrl = $upload::$upload_way == 0 ? URL_STRING . $thumbnail : $thumbnail; - $name = explode('.', ltrim(strrchr($file['url'], '/'), '/')); - $title = $name[0]; - $gallery = new Gallery(); - $gallery->group_id = 1; - $gallery->title = $title; - $gallery->type = 1; - $gallery->size = $file['size']; - $gallery->url = $url; - $gallery->thumbnail = $thumbUrl ?? $url; - $gallery->UID = \Yii::$app->user->identity->id; - $gallery->merchant_id = 1; - $gallery->AppID = \Yii::$app->params['AppID']; - if (!$gallery->save()) { - Error($gallery->getErrorMsg()); - } - return $url; - } - - /** - * @param $url - * @return mixed - * @throws \Exception - * 获取图片后缀 - */ - protected function getImageBase64($url) - { - if (!function_exists('getimagesize')) { - throw new \Exception('getimagesize函数无法使用'); - } - $imgInfo = getimagesize($url); - if (!$imgInfo) { - throw new \Exception('无效的图片链接'); - } - return 'data:'.$imgInfo['mime'].';base64,'.base64_encode(file_get_contents($url)); - } - - public function changeImgUrl($item) - { - if (substr($item, 0, 4) != 'http') { - return 'http:' . $item; - } - return $item; - } - - public function saveGoods() - { - $this->getData(); - /** - * @var Goods $goods - */ - $data = $this->parseData(); - $goods = $data->goods; - $this->saveCollectLog(); - $this->check(); - $transaction = \Yii::$app->db->beginTransaction(); //启动数据库事务 - $model = M('goods', 'Goods', true); - $model->setScenario('create'); - $model->name = $goods->name; - $model->price = $goods->price; - $model->line_price = $goods->linePrice; - $model->slideshow = json_encode($goods->slideshow); - $model->is_video = $goods->is_video; - $model->group = $this->cats; - $model->AppID = \Yii::$app->params['AppID']; - $model->merchant_id = 1; - $model->status = $this->hasError; - $model->is_sale = !$this->hasError ? $this->isSale : 0; - $model->ft_price = 0; - $model->param_type = $goods->param_type; - $model->stocks = $goods->stocks; - $model->unit = $goods->unit; - if ($model->validate()) { - $res = $model->save(); - if ($res) { - $goods_id = $model->attributes['id']; - - //商品规格表 - $param_model = M('goods', 'GoodsParam', true); - $param_model->goods_id = $goods_id; - $param_model->param_data = json_encode($goods->attr['goodsParam'], JSON_UNESCAPED_UNICODE); - $param_res = $param_model->save(); - //商品详情表 - $body_model = M('goods', 'GoodsBody', true); - $body_model->goods_id = $goods_id; - $body_model->content = htmlspecialchars($goods->desc); - $body_res = $body_model->save(); - - $prefix = \Yii::$app->db->tablePrefix; - $table_name = $prefix . 'goods_data'; - foreach ($goods->attr['goodsData'] as &$item) { - $item['goods_id'] = $goods_id; - } - unset($item); - $batch_res = \Yii::$app->db->createCommand()->batchInsert($table_name, ['param_value', 'price', 'stocks', 'cost_price', 'weight', 'goods_sn', 'created_time', 'goods_id'], $goods->attr['goodsData'])->execute(); - if ($param_res && $body_res && $batch_res) { - $this->saveCollectGoodsId($goods_id, 1); - $transaction->commit(); //事务执行 - return ['id' => $model->attributes['id'], 'status' => $this->hasError]; - } else { - $this->saveCollectGoodsId($goods_id, 0); - $transaction->rollBack(); //事务回滚 - \Yii::error('===采集失败==='); - \Yii::error($param_res); - \Yii::error($body_res); - \Yii::error($batch_res); - Error('创建失败'); - } - } else { - $transaction->rollBack(); //事务回滚 - \Yii::error($model->getErrorMsg()); - Error('创建失败'); - } - } else { - $transaction->rollBack(); //事务回滚 - Error($model->getErrorMsg()); - } - } - - /** - * 保存日志 - * @return BaseCollect - */ - public function saveCollectLog() - { - $log = new CollectLog(); - $log->AppID = \Yii::$app->params['AppID'] ?? '98c08c25f8136d590c'; - $log->cover = $this->goods->slideshow[0] ?? ''; - $log->group = $this->cats; - $log->group_text = json_encode($this->catsText); - $log->name = $this->goods->name; - $log->link = $this->link; - $log->json = json_encode($this->collectData, JSON_UNESCAPED_UNICODE); - $log->type = $this->getType(); - $log->status = 0; - $log->save(); - $this->log = $log; - return $this; - } - - public function saveCollectGoodsId($goods_id, $status) - { - $this->log->goods_id = $goods_id ?? 0; - $this->log->status = $this->hasError ? 2 : $status; - $this->log->save(); - } - - private function check() - { - if ($this->goods->param_type == 1) { - return true; - } - if (count($this->goods->attr['goodsParam']) > 3) { - $this->hasError = 1; - } - foreach ($this->goods->attr['goodsParam'] as $item) { - if (count($item['value']) > 20) { - $this->hasError = 1; - } - } - $checkName = array_column($this->goods->attr['goodsData'], 'param_value'); - if (count($checkName) != count(array_unique($checkName))) { - $this->hasError = 1; - } - } -} \ No newline at end of file +setTimeout('30'); + $this->name = $this->getName(); + $this->goods = new Goods(); + $model = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'apikey_99']); + if (!$model || !$model['content']) { + Error('请先配置采集appkey'); + } + $config = json_decode($model['content'], true); + if (!$config['apikey_99']) { + Error('请先配置采集appkey'); + } + $this->apiKey = $config['apikey_99']; + } + + /** + * 设置采集链接 + * @param $link + * @return $this + */ + public function setLink($link) + { + $this->link = $link; + return $this; + } + + public function setDownload($bool) + { + $this->download = (bool)$bool; + return $this; + } + + /** + * 设置分类 + * @param array $cats + * @return $this + */ + public function setCats(array $cats) + { + $this->cats = '-' . implode('-', $cats) . '-'; + return $this; + } + + public function setCatsText(array $catsTest) + { + $this->catsText = $catsTest; + return $this; + } + + public function setIsSale($status) + { + if ($status) { + $this->isSale = 1; + } + return $this; + } + + /** + * @param $start + * @param $end + * @param $str + * @return array + * 正则截取函数 + */ + protected function pregSubstr($start, $end, $str) // 正则截取函数 + { + $temp = preg_split($start, $str); + $result = []; + foreach ($temp as $index => $value) { + if ($index == 0) { + continue; + } + $content = preg_split($end, $value); + array_push($result, $content[0]); + } + return $result; + } + + public function getData() + { + $this->init(); + $url = $this->getUrl(); + $itemId = $this->getItemId($this->link); + $this->collectData = $this->get($url, ['apikey' => $this->apiKey, 'itemid' => $itemId]); + if ($this->collectData['retcode'] != '0000') { + if ($this->collectData['retcode'] == '4013') { + throw new LimitException($this->collectData['data'] ?? $this->collectData['message']); + } elseif ($this->collectData['retcode'] == '4005') { + throw new AuthException($this->collectData['data'] ?? $this->collectData['message']); + } + throw new CommonException($this->collectData['data'] ?? $this->collectData['message']); + } + return $this->collectData; + } + + abstract public function parseData(); + + // 处理图片 + public function handleImg($url) + { + if ($this->download) { + try { + $base64 = $this->getImageBase64($url); + //上传到系统设置的存储上 + $newUrl = $this->uploadFile($base64); + } catch (\Exception $exception) { + \Yii::error($exception); + $newUrl = $url; + } + return $newUrl; + } + return $url; + } + + /** + * @param $base64 + * @return string + * @throws \yii\base\InvalidRouteException + */ + protected function uploadFile($base64) + { + $upload = new Upload(); + $file = $upload->image_base64($base64); + $url = $upload::$upload_way == 0 ? URL_STRING . $file['url'] : $file['url']; + $thumbnail = $upload->image_compress($file['url']); + $thumbUrl = $upload::$upload_way == 0 ? URL_STRING . $thumbnail : $thumbnail; + $name = explode('.', ltrim(strrchr($file['url'], '/'), '/')); + $title = $name[0]; + $gallery = new Gallery(); + $gallery->group_id = 1; + $gallery->title = $title; + $gallery->type = 1; + $gallery->size = $file['size']; + $gallery->url = $url; + $gallery->thumbnail = $thumbUrl ?? $url; + $gallery->UID = \Yii::$app->user->identity->id; + $gallery->merchant_id = 1; + $gallery->AppID = \Yii::$app->params['AppID']; + if (!$gallery->save()) { + Error($gallery->getErrorMsg()); + } + return $url; + } + + /** + * @param $url + * @return mixed + * @throws \Exception + * 获取图片后缀 + */ + protected function getImageBase64($url) + { + if (!function_exists('getimagesize')) { + throw new \Exception('getimagesize函数无法使用'); + } + $imgInfo = getimagesize($url); + if (!$imgInfo) { + throw new \Exception('无效的图片链接'); + } + return 'data:'.$imgInfo['mime'].';base64,'.base64_encode(file_get_contents($url)); + } + + public function changeImgUrl($item) + { + if (substr($item, 0, 4) != 'http') { + return 'http:' . $item; + } + return $item; + } + + public function saveGoods() + { + $this->getData(); + /** + * @var Goods $goods + */ + $data = $this->parseData(); + $goods = $data->goods; + $this->saveCollectLog(); + $this->check(); + $transaction = \Yii::$app->db->beginTransaction(); //启动数据库事务 + $model = M('goods', 'Goods', true); + $model->setScenario('create'); + $model->name = $goods->name; + $model->price = $goods->price; + $model->line_price = $goods->linePrice; + $model->slideshow = json_encode($goods->slideshow); + $model->is_video = $goods->is_video; + $model->group = $this->cats; + $model->AppID = \Yii::$app->params['AppID']; + $model->merchant_id = 1; + $model->status = $this->hasError; + $model->is_sale = !$this->hasError ? $this->isSale : 0; + $model->ft_price = 0; + $model->param_type = $goods->param_type; + $model->stocks = $goods->stocks; + $model->unit = $goods->unit; + if ($model->validate()) { + $res = $model->save(); + if ($res) { + $goods_id = $model->attributes['id']; + + //商品规格表 + $param_model = M('goods', 'GoodsParam', true); + $param_model->goods_id = $goods_id; + $param_model->param_data = json_encode($goods->attr['goodsParam'], JSON_UNESCAPED_UNICODE); + $param_res = $param_model->save(); + //商品详情表 + $body_model = M('goods', 'GoodsBody', true); + $body_model->goods_id = $goods_id; + $body_model->content = htmlspecialchars($goods->desc); + $body_res = $body_model->save(); + + $prefix = \Yii::$app->db->tablePrefix; + $table_name = $prefix . 'goods_data'; + foreach ($goods->attr['goodsData'] as &$item) { + $item['goods_id'] = $goods_id; + } + unset($item); + $batch_res = \Yii::$app->db->createCommand()->batchInsert($table_name, ['param_value', 'price', 'stocks', 'cost_price', 'weight', 'goods_sn', 'created_time', 'goods_id'], $goods->attr['goodsData'])->execute(); + if ($param_res && $body_res && $batch_res) { + $this->saveCollectGoodsId($goods_id, 1); + $transaction->commit(); //事务执行 + return ['id' => $model->attributes['id'], 'status' => $this->hasError]; + } else { + $this->saveCollectGoodsId($goods_id, 0); + $transaction->rollBack(); //事务回滚 + \Yii::error('===采集失败==='); + \Yii::error($param_res); + \Yii::error($body_res); + \Yii::error($batch_res); + Error('创建失败'); + } + } else { + $transaction->rollBack(); //事务回滚 + \Yii::error($model->getErrorMsg()); + Error('创建失败'); + } + } else { + $transaction->rollBack(); //事务回滚 + Error($model->getErrorMsg()); + } + } + + /** + * 保存日志 + * @return BaseCollect + */ + public function saveCollectLog() + { + $log = new CollectLog(); + $log->AppID = \Yii::$app->params['AppID'] ?? '98c08c25f8136d590c'; + $log->cover = $this->goods->slideshow[0] ?? ''; + $log->group = $this->cats; + $log->group_text = json_encode($this->catsText); + $log->name = $this->goods->name; + $log->link = $this->link; + $log->json = json_encode($this->collectData, JSON_UNESCAPED_UNICODE); + $log->type = $this->getType(); + $log->status = 0; + $log->save(); + $this->log = $log; + return $this; + } + + public function saveCollectGoodsId($goods_id, $status) + { + $this->log->goods_id = $goods_id ?? 0; + $this->log->status = $this->hasError ? 2 : $status; + $this->log->save(); + } + + private function check() + { + if ($this->goods->param_type == 1) { + return true; + } + if (count($this->goods->attr['goodsParam']) > 3) { + $this->hasError = 1; + } + foreach ($this->goods->attr['goodsParam'] as $item) { + if (count($item['value']) > 20) { + $this->hasError = 1; + } + } + $checkName = array_column($this->goods->attr['goodsData'], 'param_value'); + if (count($checkName) != count(array_unique($checkName))) { + $this->hasError = 1; + } + } +} diff --git a/modules/goods/api/GroupController.php b/modules/goods/api/GroupController.php index 9dfc83e1..fd261a1c 100644 --- a/modules/goods/api/GroupController.php +++ b/modules/goods/api/GroupController.php @@ -21,19 +21,9 @@ class GroupController extends BasicController */ public function actions() { - $actions = parent::actions(); - $actions['create'] = [ - 'class' => 'yii\rest\CreateAction', - 'modelClass' => $this->modelClass, - 'checkAccess' => [$this, 'checkAccess'], - 'scenario' => 'create', - ]; - $actions['update'] = [ - 'class' => 'yii\rest\UpdateAction', - 'modelClass' => $this->modelClass, - 'checkAccess' => [$this, 'checkAccess'], - 'scenario' => 'update', - ]; + $actions = parent::actions(); + unset($actions['create']); + unset($actions['update']); return $actions; } @@ -43,19 +33,6 @@ public function actions() */ public function actionIndex() { - $type2_p = $this->modelClass::find()->where(['type'=>2,'parent_id'=>0])->select('id')->asArray()->all(); - if (!empty($type2_p)) { - $type2_p = array_column($type2_p,'id'); - $this->modelClass::updateAll(['type'=>2],['parent_id'=>$type2_p]); - } - $type3_p = $this->modelClass::find()->where(['type'=>3,'parent_id'=>0])->select('id')->asArray()->all(); - if (!empty($type3_p)) { - $type3_p = array_column($type3_p,'id'); - $type3_p2 = $this->modelClass::find()->where(['parent_id'=>$type3_p])->select('id')->asArray()->all(); - $type3_p2 = array_column($type3_p2,'id'); - $type3_p = array_merge($type3_p,$type3_p2); - $this->modelClass::updateAll(['type'=>3],['parent_id'=>$type3_p]); - } $get = Yii::$app->request->get(); $merchant_id = 1; $AppID = Yii::$app->params['AppID']; @@ -67,7 +44,10 @@ public function actionIndex() if (isset($get['parent'])) { $where['parent_id'] = 0; } - $data = $this->modelClass::find()->where($where)->orderBy(['id' => SORT_ASC])->select('id,name,parent_id,goods_show,icon,image,path,type,sort')->asArray()->all(); + if (isset($get['is_show'])) { + $where['is_show'] = 1; + } + $data = $this->modelClass::find()->where($where)->orderBy(['id' => SORT_ASC])->select('id,name,parent_id,goods_show,icon,image,path,type,sort,is_show')->asArray()->all(); //将所有返回内容中的本地地址代替字符串替换为域名 $data = str2url($data); return $data; @@ -127,60 +107,94 @@ public function actionDelete() } } - /** - * 数据前置检查器 - * @param [type] $operation [description] - * @param array $params [description] - * @param boolean $allowCaching [description] - * @return [type] [description] - */ - public function checkAccess($operation, $params = array(), $allowCaching = true) + public function actionCreate() { - switch ($operation) { - case 'create': - $post = Yii::$app->request->post(); - - $post = url2str($post); - - if (!empty($post['parent_id'])) { - $parent_info = $this->modelClass::find()->where(['id' => $post['parent_id'], 'is_deleted' => 0])->asArray()->one(); - if (!empty($parent_info)) { - //根据父级path中-的数量,判断时候还可以在添加 - if (substr_count($parent_info['path'], '-') >= 2) { - Error('分组超过三级,无法添加'); - } - $post['path'] = $parent_info['path'] . '-' . $post['parent_id']; - $post['type'] = $parent_info['type']; - } else { - Error('父级分组不存在'); - } - } + $post = Yii::$app->request->post(); + + $post = url2str($post); - $merchant_id = 1; - $post['merchant_id'] = $merchant_id; - $check = $this->modelClass::find()->where(['name' => $post['name'], 'parent_id' => $post['parent_id'], 'is_deleted' => 0, 'merchant_id' => $merchant_id])->exists(); - if ($check) { - Error('同一级分类名不能重复'); + if (!empty($post['parent_id'])) { + $parent_info = $this->modelClass::find()->where(['id' => $post['parent_id'], 'is_deleted' => 0])->asArray()->one(); + if (!empty($parent_info)) { + //根据父级path中-的数量,判断时候还可以在添加 + if (substr_count($parent_info['path'], '-') >= 2) { + Error('分组超过三级,无法添加'); } - $post['AppID'] = Yii::$app->params['AppID']; - Yii::$app->request->setBodyParams($post); - break; - case 'update': - $post = Yii::$app->request->post(); - - if (N('name')) { - $id = Yii::$app->request->get('id'); - $info = $this->modelClass::findOne($id); - $check = $this->modelClass::find()->where(['and', ['name' => $post['name'], 'parent_id' => $info->parent_id, 'is_deleted' => 0, 'merchant_id' => $info->merchant_id], ['<>', 'id', $id]])->exists(); - if ($check) { - Error('同一级分类名不能重复'); + $post['path'] = $parent_info['path'] . '-' . $post['parent_id']; + $post['type'] = $parent_info['type']; + } else { + Error('父级分组不存在'); + } + } + + $merchant_id = 1; + $post['merchant_id'] = $merchant_id; + $check = $this->modelClass::find()->where(['name' => $post['name'], 'parent_id' => $post['parent_id'], 'is_deleted' => 0, 'merchant_id' => $merchant_id])->exists(); + if ($check) { + Error('同一级分类名不能重复'); + } + $post['AppID'] = Yii::$app->params['AppID']; + + $model = M('goods', 'GoodsGroup', true); + $model->setScenario('create'); + $model->setAttributes($post); + if ($model->validate()) { + $res = $model->save(); + if ($res) { + return true; + } else { + Error('保存失败'); + } + + } + return $model; + } + + public function actionUpdate() + { + $post = Yii::$app->request->post(); + + $id = Yii::$app->request->get('id'); + $model = $this->modelClass::findOne($id); + if (N('name')) { + $check = $this->modelClass::find()->where(['and', ['name' => $post['name'], 'parent_id' => $model->parent_id, 'is_deleted' => 0, 'merchant_id' => $model->merchant_id], ['<>', 'id', $id]])->exists(); + if ($check) { + Error('同一级分类名不能重复'); + } + } + + $is_show = $model->is_show; + + $t = Yii::$app->db->beginTransaction(); + $post = url2str($post); + $model->setScenario('update'); + $model->setAttributes($post); + if ($model->validate()) { + $res = $model->save(); + if ($res) { + if (isset($post['is_show']) && $post['is_show'] != $is_show) { + $children = $this->modelClass::find()->where(['parent_id' => $id,'is_show'=>$is_show])->select('id')->asArray()->all(); + $children = array_column($children, 'id'); + if (count($children)) { + $children2 = $this->modelClass::find()->where(['parent_id' => $children,'is_show'=>$is_show])->select('id')->asArray()->all(); + $children2 = array_column($children2, 'id'); + $children = array_merge($children, $children2); + $batch_res = $this->modelClass::updateAll(['is_show' => $post['is_show']], ['id' => $children]); + if ($batch_res != count($children)) { + $t->rollBack(); + Error('保存失败'); + } } } + $t->commit(); + return true; + } else { + $t->rollBack(); + Error('保存失败'); + } - $post = url2str($post); - - Yii::$app->request->setBodyParams($post); - break; } + return $model; } + } diff --git a/modules/goods/api/IndexController.php b/modules/goods/api/IndexController.php index 9be55445..dce270c5 100644 --- a/modules/goods/api/IndexController.php +++ b/modules/goods/api/IndexController.php @@ -14,6 +14,7 @@ class IndexController extends BasicController { + public $goodsModel = 'goods\models\Goods'; /** * 重写父类 @@ -45,30 +46,46 @@ public function actionIndex() public function fitment() { $goods_id = Yii::$app->request->get('goods_id', ''); - $goods_id = explode(',', $goods_id); - $AppID = Yii::$app->params['AppID']; - $where = ['id' => $goods_id, 'AppID' => $AppID, 'is_sale' => 1]; + $is_task = Yii::$app->request->get('is_task', false); + if ($is_task) { + $auto = Yii::$app->request->get('auto', 20); + return $this->goodsModel::find() + ->from(['g' => $this->goodsModel::tableName()]) + ->joinWith('task') + ->where([ + "goods_is_sale" => 1, + ]) + ->limit($auto) + ->asArray() + ->all(); - $data = M()::find() - ->where($where) - ->orderBy(['created_time' => SORT_DESC]) - ->asArray() - ->all(); - - foreach ($data as $key => &$value) { - $value['slideshow'] = to_array($value['slideshow']); - } - //将所有返回内容中的本地地址代替字符串替换为域名 - $data = str2url($data); - - $data = array_column($data, null, 'id'); - $list = []; - foreach ($goods_id as $id) { - if ($data[$id]) { - array_push($list, $data[$id]); + } else { + $goods_id = explode(',', $goods_id); + $AppID = Yii::$app->params['AppID']; + $where = ['id' => $goods_id, 'AppID' => $AppID, 'is_sale' => 1]; + + $data = M()::find() + ->where($where) + ->orderBy(['created_time' => SORT_DESC]) + ->asArray() + ->all(); + + foreach ($data as $key => &$value) { + $value['slideshow'] = to_array($value['slideshow']); } + //将所有返回内容中的本地地址代替字符串替换为域名 + $data = str2url($data); + + $data = array_column($data, null, 'id'); + $list = []; + foreach ($goods_id as $id) { + if ($data[$id]) { + array_push($list, $data[$id]); + } + } + return $list; } - return $list; + } public function actionTabcount() @@ -102,6 +119,7 @@ public function actionTabcount() //价格区间 $price_start = $keyword['price_start'] ?? -1; + if ($price_start !== '' && $price_start >= 0) { $where = ['and', $where, ['>=', 'price', $price_start]]; } @@ -174,33 +192,66 @@ public function actionSearch() $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; //商品分组 $keyword = Yii::$app->request->post('keyword', []); + //商品分组 + $task_in = Yii::$app->request->get('task_in', 0); //处理获取商品类型 $tab_key = $keyword['tab_key'] ?? 'all'; - switch ($tab_key) { - case 'onsale': //上架中 - $where = ['is_sale' => 1, 'is_recycle' => 0, 'status' => 0]; - break; - case 'nosale': //下架中 - $where = ['is_sale' => 0, 'is_recycle' => 0, 'status' => 0]; - break; - case 'soldout': //售罄 - $where = ['and', ['is_recycle' => 0, 'status' => 0], ['<=', 'stocks', 0]]; - break; - case 'recycle': //回收站 - $where = ['is_recycle' => 1, 'is_deleted' => 0]; - break; - case 'drafts': //草稿箱 - $where = ['and', ['is_recycle' => 0], ['<>', 'status', 0]]; - break; - default: //默认获取全部 - $where = ['is_recycle' => 0, 'status' => 0]; - break; + + //获取积分商品 + $is_task = $keyword['is_task'] ?? 0; + + //判断是否安装 + $task_status = $this->plugins("task", "status"); + //用于判断插件是否安装 + if ($is_task && $task_status) { + switch ($tab_key) { + case 'onsale': //上架中 + $where = ['t.goods_is_sale' => 1, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'nosale': //下架中 + $where = ['t.goods_is_sale' => 0, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'soldout': //售罄 + $where = ['and', ['t.is_recycle' => 0, 'status' => 0], ['<=', 'stocks', 0]]; + break; + case 'recycle': //回收站 + $where = ['t.is_recycle' => 1, 'is_deleted' => 0]; + break; + case 'drafts': //草稿箱 + $where = ['and', ['t.is_recycle' => 0], ['<>', 'status', 0]]; + break; + default: //默认获取全部 + $where = ['t.is_recycle' => 0, 'status' => 0]; + break; + } + } else { + switch ($tab_key) { + case 'onsale': //上架中 + $where = ['is_sale' => 1, 'is_recycle' => 0, 'status' => 0]; + break; + case 'nosale': //下架中 + $where = ['is_sale' => 0, 'is_recycle' => 0, 'status' => 0]; + break; + case 'soldout': //售罄 + $where = ['and', ['is_recycle' => 0, 'status' => 0], ['<=', 'stocks', 0]]; + break; + case 'recycle': //回收站 + $where = ['is_recycle' => 1, 'is_deleted' => 0]; + break; + case 'drafts': //草稿箱 + $where = ['and', ['is_recycle' => 0], ['<>', 'status', 0]]; + break; + default: //默认获取全部 + $where = ['is_recycle' => 0, 'status' => 0]; + break; + } } $merchant_id = 1; $AppID = Yii::$app->params['AppID']; - $where = ['and', $where, ['merchant_id' => $merchant_id, 'AppID' => $AppID]]; + + $where = ['and', $where, ['merchant_id' => $merchant_id, 'AppID' => $AppID]]; //商品分类筛选 $group = $keyword['group'] ?? false; @@ -246,11 +297,12 @@ public function actionSearch() $param = M('goods', 'GoodsData')::find()->where(['goods_sn' => $search])->select('goods_id')->asArray()->all(); $goods_arr = array_column($param, 'goods_id'); - $where = ['and', $where, ['or', ['like', 'name', $search], ['in', 'id', $goods_arr], ['id' => $search]]]; + $where = ['and', $where, ['or', ['like', 'name', $search], ['in', 'g.id', $goods_arr], ['g.id' => $search]]]; } //处理排序 - $sort = isset($keyword['sort']) && is_array($keyword['sort']) ? $keyword['sort'] : []; + $sort = isset($keyword['sort']) && is_array($keyword['sort']) ? $keyword['sort'] : []; + $orderBy = []; if (empty($sort)) { $orderBy = ['created_time' => SORT_DESC]; @@ -259,17 +311,53 @@ public function actionSearch() $orderBy[$key] = $value === 'ASC' ? SORT_ASC : SORT_DESC; } } - - $data = new ActiveDataProvider( - [ - 'query' => M()::find() - ->where($where) - ->with('data') - ->orderBy($orderBy) - ->asArray(), - 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], - ] - ); + //判断是否安装 + $task_status = $this->plugins("task", "status"); + //用于判断插件是否安装 + if ($is_task && $task_status) { + $data = new ActiveDataProvider( + [ + 'query' => M()::find() + ->where($where) + ->from(['g' => M()::tableName()]) + ->joinWith('task') + ->with('data') + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } elseif ($task_in && $task_status) { + $taskGoodsClass = 'plugins\task\models\TaskGoods'; + $taskRow = $taskGoodsClass::find()->where(["is_deleted" => 0])->asArray()->all(); + $taskid_list = array_column($taskRow, 'goods_id'); + $where = ['and', $where, ['is_recycle' => 0, 'status' => 0]]; + //剔除已经存在的积分商品 + $data = new ActiveDataProvider( + [ + 'query' => M()::find() + ->where($where) + ->from(['g' => M()::tableName()]) + ->andwhere(['not in', "id", $taskid_list]) + ->with('data') + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } else { + $data = new ActiveDataProvider( + [ + 'query' => M()::find() + ->where($where) + ->with('data') + ->from(['g' => M()::tableName()]) + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } $list = $data->getModels(); $id_list = array_column($list, 'id'); @@ -561,9 +649,9 @@ public function paramSetting() //规格商品批量插入处理 M('goods', 'GoodsData')::deleteAll(['goods_id' => $id]); //批量插入前先删除之前数据 - $row = []; - $col = []; - $price = null; + $row = []; + $col = []; + $price = null; foreach ($post['goods_data'] as $v) { if ($v['price'] > 9999999 || $v['cost_price'] > 9999999) { $transaction->rollBack(); //事务回滚 @@ -597,7 +685,7 @@ public function paramSetting() } $model->setScenario('param_setting'); - $post['price'] = $price; + $post['price'] = $price; $model->setAttributes($post); if ($model->validate()) { $res = $model->save(); @@ -802,7 +890,8 @@ public function batchSetting() */ public function actionDelete() { - $id = Yii::$app->request->get('id', false); + $id = Yii::$app->request->get('id', false); + $is_task = Yii::$app->request->get('is_task', false); if (!$id) { Error('ID缺失'); } @@ -810,13 +899,21 @@ public function actionDelete() $data = [ 'is_recycle' => 1, ]; - - $result = M()::updateAll($data, ['id' => $id]); - - if ($result) { - return $result; + if ($is_task) { + $TaskGoodsModel = 'plugins\task\models\TaskGoods'; + $result = $TaskGoodsModel::updateAll($data, ['goods_id' => $id]); + if ($result) { + return $result; + } else { + Error('删除失败'); + } } else { - Error('删除失败'); + $result = M()::updateAll($data, ['id' => $id]); + if ($result) { + return $result; + } else { + Error('删除失败'); + } } } @@ -827,7 +924,8 @@ public function actionDelete() */ public function actionRemove() { - $id = Yii::$app->request->get('id', false); + $id = Yii::$app->request->get('id', false); + $is_task = Yii::$app->request->get('is_task', false); if (!$id) { Error('ID缺失'); } @@ -836,13 +934,22 @@ public function actionRemove() 'is_deleted' => 1, 'deleted_time' => time(), ]; - - $result = M()::updateAll($data, ['is_recycle' => 1, 'id' => $id]); - - if ($result) { - return $result; + if ($is_task) { + $TaskGoodsModel = 'plugins\task\models\TaskGoods'; + $result = $TaskGoodsModel::updateAll($data, ['goods_id' => $id]); + if ($result) { + return $result; + } else { + Error('删除失败'); + } } else { - Error('删除失败'); + $result = M()::updateAll($data, ['is_recycle' => 1, 'id' => $id]); + + if ($result) { + return $result; + } else { + Error('删除失败'); + } } } @@ -853,7 +960,8 @@ public function actionRemove() */ public function actionRestore() { - $id = Yii::$app->request->get('id', false); + $id = Yii::$app->request->get('id', false); + $is_task = Yii::$app->request->get('is_task', false); if (!$id) { return false; } @@ -862,14 +970,24 @@ public function actionRestore() 'is_recycle' => 0, 'deleted_time' => null, ]; - - $result = M()::updateAll($data, ['id' => $id]); - - if ($result) { - return $result; + if ($is_task) { + $TaskGoodsModel = 'plugins\task\models\TaskGoods'; + $result = $TaskGoodsModel::updateAll($data, ['goods_id' => $id]); + if ($result) { + return $result; + } else { + Error('删除失败'); + } } else { - Error('恢复失败'); + $result = M()::updateAll($data, ['id' => $id]); + + if ($result) { + return $result; + } else { + Error('恢复失败'); + } } + } } diff --git a/modules/goods/api/TemplateController.php b/modules/goods/api/TemplateController.php index 5bccdc3f..434fcf16 100644 --- a/modules/goods/api/TemplateController.php +++ b/modules/goods/api/TemplateController.php @@ -29,7 +29,7 @@ public function actionIndex() //获取分页信息 $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; $get = \Yii::$app->request->get(); - $query = GoodsParamTemplate::find() + $query = GoodsParamTemplate::find() ->where(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'is_deleted' => 0]); $name = $get['name'] ?? false; if ($name) { @@ -45,10 +45,10 @@ public function actionIndex() $list = $data->getModels(); if ($list) { foreach ($list as $item) { - $newItem['id'] = $item['id']; + $newItem['id'] = $item['id']; $newItem['param_name'] = $item['param_name']; $newItem['param_data'] = json_decode($item['param_data'], true); - $newList[] = $newItem; + $newList[] = $newItem; } } @@ -62,12 +62,12 @@ public function actionCreate() { $post = \Yii::$app->request->post(); $this->checkData($post); - $template = new GoodsParamTemplate(); - $template->AppID = \Yii::$app->params['AppID']; + $template = new GoodsParamTemplate(); + $template->AppID = \Yii::$app->params['AppID']; $template->merchant_id = 1; - $template->param_name = $post['param_name']; - $template->param_data = json_encode($post['param_data']); - $res = $template->save(); + $template->param_name = $post['param_name']; + $template->param_data = json_encode($post['param_data']); + $res = $template->save(); if (!$res) { Error($template->getErrorMsg()); } @@ -76,8 +76,8 @@ public function actionCreate() public function actionUpdate() { - $id = \Yii::$app->request->get('id', false); - $post = \Yii::$app->request->post(); + $id = \Yii::$app->request->get('id', false); + $post = \Yii::$app->request->post(); $template = GoodsParamTemplate::findOne(['id' => $id, 'is_deleted' => 0]); if (!$template) { Error('规格模板不存在'); @@ -85,7 +85,7 @@ public function actionUpdate() $this->checkData($post); $template->param_name = $post['param_name']; $template->param_data = json_encode($post['param_data']); - $res = $template->save(); + $res = $template->save(); if (!$res) { Error($template->getErrorMsg()); } @@ -94,7 +94,7 @@ public function actionUpdate() public function actionView() { - $id = \Yii::$app->request->get('id', false); + $id = \Yii::$app->request->get('id', false); $template = GoodsParamTemplate::findOne(['id' => $id, 'is_deleted' => 0]); if (!$template) { Error('规格模板不存在'); @@ -106,7 +106,7 @@ public function actionView() public function actionDelete() { $ids = \Yii::$app->request->get('id', false); - $id = explode(',', $ids); + $id = explode(',', $ids); GoodsParamTemplate::updateAll(['is_deleted' => 1, 'deleted_time' => time()], ['id' => $id]); return true; } @@ -129,4 +129,4 @@ private function checkData($post) } return true; } -} \ No newline at end of file +} diff --git a/modules/goods/app/GroupController.php b/modules/goods/app/GroupController.php index 801ad444..945d2ac1 100644 --- a/modules/goods/app/GroupController.php +++ b/modules/goods/app/GroupController.php @@ -42,7 +42,7 @@ public function actionIndex() { $merchant_id = Yii::$app->request->get('merchant_id', -1); $type = Yii::$app->request->get('type', -1); - $where = ['is_deleted' => 0, 'merchant_id' => $merchant_id]; + $where = ['is_deleted' => 0, 'merchant_id' => $merchant_id, 'is_show' => 1]; if ($type != 'all') { $parent_id = Yii::$app->request->get('parent_id', 0); $where = ['and', $where, ['parent_id' => $parent_id]]; diff --git a/modules/goods/app/IndexController.php b/modules/goods/app/IndexController.php index b225b2ca..27caf9d4 100644 --- a/modules/goods/app/IndexController.php +++ b/modules/goods/app/IndexController.php @@ -17,6 +17,8 @@ */ class IndexController extends BasicController { + public $goodsModel = 'goods\models\Goods'; + /** * 重写父类 * @return [type] [description] @@ -90,15 +92,55 @@ public function actionDelete() public function fitment() { $goods_id = Yii::$app->request->get('goods_id', ''); + $auto = Yii::$app->request->get('auto', 0); + $is_task = Yii::$app->request->get('is_task', false); $goods_id = explode(',', $goods_id); $AppID = Yii::$app->params['AppID']; - $where = ['id' => $goods_id, 'AppID' => $AppID, 'is_sale' => 1]; - $data = M()::find() - ->where($where) - ->orderBy(['created_time' => SORT_DESC]) - ->asArray() - ->all(); + //判断是否安装 + $task_status = $this->plugins("task", "status"); + if ($is_task && !$task_status) { + Error("任务中心插件未安装"); + } + //用于判断插件是否安装 + if ($is_task && $task_status) { + if ($auto) { + $data = $this->goodsModel::find() + ->from(['g' => $this->goodsModel::tableName()]) + ->joinWith('task') + ->where([ + "t.goods_is_sale" => 1, + ]) + ->limit($auto) + ->asArray() + ->all(); + foreach ($data as $key => &$value) { + $value['slideshow'] = to_array($value['slideshow']); + } + //将所有返回内容中的本地地址代替字符串替换为域名 + $data = str2url($data); + return $data; + } else { + $where = ['AppID' => $AppID]; + $where = ['and', $where, ['g.id' => $goods_id]]; + $where = ['and', $where, ['t.goods_is_sale' => 1]]; + $data = M()::find() + ->from(['g' => M()::tableName()]) + ->where($where) + ->orderBy(['g.created_time' => SORT_DESC]) + ->joinWith('task') + ->asArray() + ->all(); + } + + } else { + $where = ['id' => $goods_id, 'AppID' => $AppID, 'is_sale' => 1]; + $data = M()::find() + ->where($where) + ->orderBy(['created_time' => SORT_DESC]) + ->asArray() + ->all(); + } foreach ($data as $key => &$value) { $value['slideshow'] = to_array($value['slideshow']); @@ -122,31 +164,63 @@ public function fitment() public function recommend() { $AppID = Yii::$app->params['AppID']; - $where = ['is_recycle' => 0, 'is_sale' => 1, 'AppID' => $AppID]; + $where = ['AppID' => $AppID]; + //判断是否安装 + $task_status = $this->plugins("task", "status"); + //商品分组 + $is_task = Yii::$app->request->get('is_task', []); $setting_data = M('setting', 'Setting')::find()->where(['keyword' => 'setting_collection', 'merchant_id' => 1, 'AppID' => $AppID])->select('content')->asArray()->one(); $goods_id = false; - if ($setting_data) { + if ($setting_data && !$task_status) { $setting_data['content'] = to_array($setting_data['content']); if (isset($setting_data['content']['goods_setting'])) { $goods_setting = $setting_data['content']['goods_setting']; if ($goods_setting['recommend_status'] === 2) { $goods = $goods_setting['recommend_goods']; $goods_id = array_column($goods, 'id'); - $where = ['and', $where, ['id' => $goods_id]]; + $where = ['and', $where, ['g.id' => $goods_id]]; } } } - $data = M()::find() - ->where($where) - ->orderBy(['sales' => SORT_DESC]) - ->offset(0) - ->limit(20) - ->asArray() - ->all(); + //用于判断插件是否安装 + if ($is_task && $task_status) { + $where = ['and', $where, ['t.goods_is_sale' => 1]]; + $where = ['and', $where, ['t.is_recycle' => 0]]; + + $data = M()::find() + ->joinWith('task') + ->from(['g' => M()::tableName()]) + ->where($where) + ->orderBy(['sales' => SORT_DESC]) + ->offset(0) + ->limit(6) + ->asArray() + ->all(); + // $sql = M()::find() + // ->joinWith('task') + // ->from(['g' => M()::tableName()]) + // ->where($where) + // ->orderBy(['sales' => SORT_DESC]) + // ->offset(0) + // ->limit(20); + + // P2($sql); + // exit(); + } else { + $where = ['and', $where, ['is_recycle' => 0, 'is_sale' => 1]]; + $data = M()::find() + ->from(['g' => M()::tableName()]) + ->where($where) + ->orderBy(['sales' => SORT_DESC]) + ->offset(0) + ->limit(20) + ->asArray() + ->all(); + } foreach ($data as $key => &$value) { $value['slideshow'] = to_array($value['slideshow']); @@ -173,7 +247,6 @@ public function recommend() */ public function actionSearch() { - //获取头部信息 $headers = Yii::$app->getRequest()->getHeaders(); //获取分页信息 @@ -181,10 +254,11 @@ public function actionSearch() //商品分组 $keyword = Yii::$app->request->post('keyword', []); - $where = ['is_recycle' => 0, 'is_sale' => 1]; + //判断是否为积分商品 + $is_task = Yii::$app->request->get('is_task', 0); $AppID = Yii::$app->params['AppID']; - $where = ['and', $where, ['AppID' => $AppID]]; + $where = ['AppID' => $AppID]; //商品分类筛选 $group = $keyword['group'] ?? false; @@ -250,16 +324,35 @@ public function actionSearch() $orderBy[$key] = $value === 'ASC' ? SORT_ASC : SORT_DESC; } } - - $data = new ActiveDataProvider( - [ - 'query' => M()::find() - ->where($where) - ->orderBy($orderBy) - ->asArray(), - 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], - ] - ); + //判断是否安装 + $task_status = $this->plugins("task", "status"); + //用于判断插件是否安装 + if ($is_task && $task_status) { + $where = ['and', $where, ['t.goods_is_sale' => 1]]; + $where = ['and', $where, ['t.is_recycle' => 0]]; + $data = new ActiveDataProvider( + [ + 'query' => M()::find() + ->joinWith('task') + ->from(['g' => M()::tableName()]) + ->where($where) + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } else { + $where = ['and', $where, ['is_recycle' => 0, 'is_sale' => 1]]; + $data = new ActiveDataProvider( + [ + 'query' => M()::find() + ->where($where) + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } $list = $data->getModels(); foreach ($list as $key => &$value) { @@ -278,20 +371,36 @@ public function actionSearch() public function actionView() { $id = Yii::$app->request->get('id', false); + $is_task = Yii::$app->request->get('is_task', false); $address = Yii::$app->request->get('address', []); $type = Yii::$app->request->get('type', false); $UID = Yii::$app->user->identity->id ?? null; + //判断是否安装 + $task_status = $this->plugins("task", "status"); + if ($type == 'param') { $with = ['param']; } else { $with = ['param', 'body', 'package', 'freight']; } - $result = M()::find()->where(['id' => $id])->with($with)->asArray()->one(); - if (empty($result) || $result['is_deleted'] === 1) { - return ['empty_status' => 1]; - } elseif ($result['is_sale'] === 0) { - return ['empty_status' => 2]; + + if ($is_task && $task_status) { + $taskModel = 'plugins\task\models\TaskGoods'; + $result = $taskModel::find()->where(["goods_id" => $id])->asArray()->one(); + if (empty($result) || $result['is_deleted'] === 1) { + return ['empty_status' => 1]; + } elseif ($result['goods_is_sale'] === 0) { + return ['empty_status' => 2]; + } + $result = M()::find()->where(['id' => $id])->with($with)->asArray()->one(); + } else { + $result = M()::find()->where(['id' => $id])->with($with)->asArray()->one(); + if (empty($result) || $result['is_deleted'] === 1) { + return ['empty_status' => 1]; + } elseif ($result['is_sale'] === 0) { + return ['empty_status' => 2]; + } } $result['param']['param_data'] = to_array($result['param']['param_data']); @@ -376,7 +485,15 @@ public function actionView() $result['services'] = M('goods', 'GoodsService')::find()->where(['id' => $services, 'status' => 1])->select('title,content')->orderBy(['sort' => SORT_DESC])->asArray()->all(); $result['body']['content'] = htmlspecialchars_decode($result['body']['content']); //将所有返回内容中的本地地址代替字符串替换为域名 - $result = str2url($result); + $result = str2url($result); + $result['task'] = []; + + //用于判断插件是否安装 + if ($is_task && $task_status) { + $taskModel = 'plugins\task\models\TaskGoods'; + $task = $taskModel::find()->where(["goods_id" => $result['id']])->asArray()->one(); + $result['task'] = $task; + } M()::updateAllCounters(['visits' => 1], ['id' => $id]); diff --git a/modules/goods/models/Goods.php b/modules/goods/models/Goods.php index b37575f2..d91fe057 100644 --- a/modules/goods/models/Goods.php +++ b/modules/goods/models/Goods.php @@ -180,6 +180,18 @@ public function getParam() return $this->hasOne('goods\models\GoodsParam', ['goods_id' => 'id'])->with(['goods_data'])->select('id,goods_id,param_data'); } + public function getSpecs() + { + return $this->hasOne('goods\models\GoodsData', ['goods_id' => 'id']); + } + + public function getTask() + { + $TaskGoods = 'plugins\task\models\TaskGoods'; + //->select('name,keyword,icon,type,total,acquiremaximumz,maximum,remark,url,status,extend'); + return $this->hasOne($TaskGoods::className(), ['goods_id' => 'id'])->from(['t' => $TaskGoods::tableName()]); + } + public function getData() { return $this->hasOne('goods\models\GoodsData', ['goods_id' => 'id'])->select('id,goods_id,goods_sn'); @@ -200,6 +212,11 @@ public function getPackage() return $this->hasOne('logistics\models\PackageFreeRules', ['id' => 'pfr_id'])->select('id,name,type,free_area'); } + public function getTaskgoods() + { + return $this->hasOne('plugins\task\models\TaskGoods', ['goods_id' => 'id']); + } + public function getFreight() { return $this->hasOne('logistics\models\FreightTemplate', ['id' => 'ft_id'])->select('id,name,type,freight_rules'); diff --git a/modules/goods/models/GoodsData.php b/modules/goods/models/GoodsData.php index 08a54718..966c2f49 100644 --- a/modules/goods/models/GoodsData.php +++ b/modules/goods/models/GoodsData.php @@ -19,6 +19,11 @@ class GoodsData extends CommonModels const cost_price = ['decimal' => '10,2', 'default' => 0, 'comment' => '成本价']; const stocks = ['int' => 10, 'notNull', 'default' => 0, 'comment' => '库存']; const weight = ['decimal' => '10,2', 'default' => 0, 'comment' => '重量']; + const task_stock = ['int' => 10, 'comment' => '兑换库存']; + const task_number = ['bigint' => 10, 'comment' => '兑换积分']; + const task_price = ['decimal' => '10,2', 'comment' => '兑换价格']; + const task_limit = ['bigint' => 5, 'comment' => '兑换限制']; + const task_status = ['tinyint' => 1, 'default' => 0, 'comment' => '是否上架:0 下架 1 上架']; const goods_sn = ['varchar' => 50, 'comment' => '商品编号']; const created_time = ['bigint' => 10, 'comment' => '创建时间']; const updated_time = ['bigint' => 10, 'comment' => '修改时间']; diff --git a/modules/goods/models/GoodsGroup.php b/modules/goods/models/GoodsGroup.php index ea97c67a..60e26113 100644 --- a/modules/goods/models/GoodsGroup.php +++ b/modules/goods/models/GoodsGroup.php @@ -23,6 +23,7 @@ class GoodsGroup extends CommonModels const goods_show = ['tinyint' => 2, 'notNull', 'comment' => '分类商品展示方式']; const AppID = ['varchar' => 50, 'notNull', 'comment' => '应用ID']; const merchant_id = ['bigint' => 10, 'notNull', 'comment' => '商户ID']; + const is_show = ['tinyint' => 1, 'default' => 1, 'comment' => '是否显示 0不显示 1显示']; const created_time = ['bigint' => 10, 'comment' => '创建时间']; const updated_time = ['bigint' => 10, 'comment' => '修改时间']; const deleted_time = ['bigint' => 10, 'comment' => '删除时间']; @@ -43,7 +44,7 @@ public function rules() 'when' => function ($model) { return (!$model->parent_id > 0) ? true : false; }, 'message' => '{attribute}不能为空'], - [['parent_id', 'sort', 'merchant_id'], 'integer'], + [['parent_id', 'sort', 'is_show', 'merchant_id'], 'integer'], ['sort', 'compare', 'compareValue' => 999, 'operator' => '<=', 'message' => '{attribute}最多3位'], ['name', 'string', 'max' => 8, 'tooLong' => '{attribute}最多8位'], ]; @@ -70,8 +71,8 @@ public function attributes() public function scenarios() { $scenarios = parent::scenarios(); - $scenarios['create'] = ['name', 'parent_id', 'sort', 'merchant_id', 'AppID', 'icon', 'goods_show', 'path', 'type']; - $scenarios['update'] = ['name', 'sort', 'icon', 'goods_show', 'type']; + $scenarios['create'] = ['name', 'parent_id', 'sort', 'merchant_id', 'AppID', 'icon', 'goods_show', 'path', 'type', 'is_show']; + $scenarios['update'] = ['name', 'sort', 'icon', 'goods_show', 'type', 'is_show']; return $scenarios; } @@ -89,6 +90,7 @@ public function attributeLabels() 'goods_show' => '商品展示形式', 'path' => '分类路径', 'merchant_id' => '商户ID', + 'is_show' => '分组是否显示', ]; } diff --git a/modules/live/models/GoodsForm.php b/modules/live/models/GoodsForm.php index 3c3257f6..67a22fbd 100644 --- a/modules/live/models/GoodsForm.php +++ b/modules/live/models/GoodsForm.php @@ -5,6 +5,7 @@ use app\components\core\HttpRequest; use app\forms\CommonWechat; use app\forms\ImageTools; +use goods\models\Goods; use yii\base\Model; class GoodsForm extends Model @@ -76,9 +77,14 @@ private function getNewList($list) $item['my_goods_id'] = $liveGoods ? $liveGoods->gid : ''; $item['is_show'] = 0; $item['new_url'] = $item['url']; + $item['goods'] = null; if (strstr($item['url'], 'pages/goods/detail?id=')) { $item['new_url'] = str_replace('pages/goods/detail?id=', '' ,$item['url']); $item['is_show'] = 1; + $item['goods'] = Goods::find()->where(['id' => $item['new_url']])->select('id,name,slideshow')->one(); + if ($item['goods'] && $item['goods']['slideshow']) { + $item['goods']['slideshow'] = to_array($item['goods']['slideshow']); + } } $newList[] = $item; } diff --git a/modules/order/api/AfterController.php b/modules/order/api/AfterController.php index 537b6406..63503fd7 100644 --- a/modules/order/api/AfterController.php +++ b/modules/order/api/AfterController.php @@ -10,8 +10,10 @@ use app\components\subscribe\OrderRefundMessage; use app\components\subscribe\OrderSaleVerifyMessage; +use app\components\subscribe\TaskSendMessage; use framework\common\BasicController; use order\models\OrderAfter; +use sms\app\IndexController as smsController; use Yii; use yii\data\ActiveDataProvider; @@ -211,6 +213,12 @@ public function actionSearch() $where = ['and', $where, ['after.source' => $source]]; } + //订单类型 + $order_type = $keyword['order_type'] ?? ''; + if ($order_type) { + $where = ['and', $where, ['after.order_type' => $order_type]]; + } + //时间区间 $time_start = $keyword['time_start'] ?? false; if ($time_start > 0) { @@ -478,7 +486,9 @@ public function refund() { $id = Yii::$app->request->get('id', false); $actual_refund = Yii::$app->request->post('actual_refund', false); + $actual_score = Yii::$app->request->post('actual_score', 0); $model = $this->modelClass::findOne($id); + if (empty($model)) { Error('售后订单不存在'); } @@ -490,6 +500,12 @@ public function refund() Error('退款金额异常'); } + if ($actual_score) { + if ($actual_score < 0 || $actual_score > $model->return_score) { + Error('退还积分异常'); + } + } + $order_info = M('order', 'Order')::find()->where(['order_sn' => $model->order_sn])->select('pay_amount,pay_number,source')->asArray()->one(); $return_order = [ 'order_sn' => $order_info['pay_number'], @@ -497,13 +513,16 @@ public function refund() 'source' => $order_info['source'], ]; $return_sn = get_sn('rsn'); - return Yii::$app->payment->refund($return_order, $return_sn, $actual_refund, function () use ($model, $actual_refund, $return_sn) { - $time = time(); - $model->actual_refund = $actual_refund; - $model->return_sn = $return_sn; - $model->status = 200; - $model->return_time = $time; - $model->finish_time = $time; + + return Yii::$app->payment->refund($return_order, $return_sn, $actual_refund, function () use ($model, $actual_refund, $actual_score, $return_sn) { + $time = time(); + $model->actual_refund = $actual_refund; + $model->actual_score = $actual_score; + $model->return_score_type = $this->plugins("task", "config.integral_return"); + $model->return_sn = $return_sn; + $model->status = 200; + $model->return_time = $time; + $model->finish_time = $time; $process = to_array($model->process); array_unshift($process, ['label' => '卖家', 'content' => '退款' . date('Y-m-d H:i:s', $time)]); @@ -523,10 +542,14 @@ public function refund() } $order_model->save(); } - $this->orderFinishCheck($model->order_sn); + $this->orderFinishCheck($model->order_sn); $this->module->event->refunded = ['order_sn' => $model->order_sn, 'order_goods_id' => $model->order_goods_id, 'return_number' => $model->return_number]; $this->module->trigger('refunded'); + + //处理任务中心积分退还问题 + $this->onReturnScore($model); + return $model; } else { Error('操作失败'); @@ -534,15 +557,99 @@ public function refund() }); } + /** + * 执行积分退还 + * @param string $model [description] + * @return [type] [description] + */ + public function onReturnScore($model) + { + //判断是否安装 + $task_status = $this->plugins("task", "status"); + $task_return = $this->plugins("task", "config.integral_return"); + //用于判断积分可退 + if ($model->order_type == 'task' && $task_status && $task_return) { + $ScoreModel = '\plugins\task\models\TaskScore'; + //预下单积分处理 + $ScoreClass = (new $ScoreModel()); + $ScoreClass->task_id = 0; + $ScoreClass->UID = $model->UID; + $ScoreClass->start_time = time(); + $ScoreClass->status = 1; + $ScoreClass->order_sn = $model->order_sn; + $ScoreClass->type = 'add'; + $ScoreClass->number = $model->actual_score; + $ScoreClass->remark = "订单退款退积分"; + $ScoreClass->insert(); + //积分返回用户账户 + $balance = $this->onUserNumer($model->UID, $model->actual_score); + + //读取用户信息 + $UserData = \users\models\User::find()->where(["id" => $model->UID])->one(); + + //处理执行消息订阅 + \Yii::$app->subscribe + ->setUser($model->UID) + ->setPage('plugins/task/index') + ->send(new TaskSendMessage([ + 'number' => $model->actual_score, + 'balance' => $balance, + 'remark' => "订单退款退积分", + 'time' => date("Y年m月d日 H:m", time()), + ])); + + //判断手机号是否存在 + if ($UserData && $UserData->mobile) { + //处理短信模板 + $event = array('sms' => []); + $event = json_decode(json_encode($event)); + $event->sms = array( + 'type' => 'score_changes', + 'mobile' => [$UserData->mobile], + 'params' => [ + 'name1' => '变动', + 'name2' => $model->actual_score, + 'name3' => $balance, + ], + ); + //执行短信发送 + (new smsController($this->id, $this->module))->sendSms($event); + } + + } + } + + /** + * 处理积分返回用户账号 + * @param string $UID [description] + * @param [type] $number [description] + * @return [type] [description] + */ + public function onUserNumer($UID = '', $number) + { + //获取用户信息 + $UserModel = '\plugins\task\models\TaskUser'; + $UserClass = $UserModel::find()->where(["UID" => $UID])->one(); + //处理用户积分信息 + $UserClass->number += $number; + $UserClass->total += $number; + //执行积分数据写入 + $returned = $UserClass->save(); + return $UserClass->number; + } + /** * 退货退款 * @return [type] [description] */ public function salesReturn() { + $id = Yii::$app->request->get('id', false); $actual_refund = Yii::$app->request->post('actual_refund', false); + $actual_score = Yii::$app->request->post('actual_score', 0); $model = $this->modelClass::findOne($id); + if (empty($model)) { Error('售后订单不存在'); } @@ -554,6 +661,12 @@ public function salesReturn() Error('退款金额异常'); } + if ($actual_score) { + if ($actual_score < 0 || $actual_score > $model->return_score) { + Error('退还积分异常'); + } + } + $order_info = M('order', 'Order')::find()->where(['order_sn' => $model->order_sn])->select('pay_amount,pay_number,source')->asArray()->one(); $return_order = [ 'order_sn' => $order_info['pay_number'], @@ -561,13 +674,15 @@ public function salesReturn() 'source' => $order_info['source'], ]; $return_sn = get_sn('rsn'); - return Yii::$app->payment->refund($return_order, $return_sn, $actual_refund, function () use ($model, $actual_refund, $return_sn) { - $time = time(); - $model->actual_refund = $actual_refund; - $model->return_sn = $return_sn; - $model->status = 200; - $model->return_time = $time; - $model->finish_time = $time; + return Yii::$app->payment->refund($return_order, $return_sn, $actual_refund, function () use ($model, $actual_refund, $actual_score, $return_sn) { + $time = time(); + $model->actual_refund = $actual_refund; + $model->actual_score = $actual_score; + $model->return_score_type = $this->plugins("task", "config.integral_return"); + $model->return_sn = $return_sn; + $model->status = 200; + $model->return_time = $time; + $model->finish_time = $time; $process = to_array($model->process); array_unshift($process, ['label' => '卖家', 'content' => '确认收货并退款' . date('Y-m-d H:i:s', $time)]); @@ -591,6 +706,9 @@ public function salesReturn() $this->module->event->refunded = ['order_sn' => $model->order_sn, 'order_goods_id' => $model->order_goods_id, 'return_number' => $model->return_number]; $this->module->trigger('refunded'); + + //处理任务中心积分退还问题 + $this->onReturnScore($model); return $model; } else { Error('操作失败'); diff --git a/modules/order/api/IndexController.php b/modules/order/api/IndexController.php index 6171fa23..dd4a4ccc 100644 --- a/modules/order/api/IndexController.php +++ b/modules/order/api/IndexController.php @@ -30,7 +30,33 @@ public function actions() public function actionIndex() { - return '占位方法'; + $id = Yii::$app->request->get('id', false); + $order_sn = Yii::$app->request->get('order_sn', false); + $where = ['is_recycle' => 0]; + if ($id) { + $where = ['and', $where, ['id' => $id]]; + } + if ($order_sn) { + $where = ['and', $where, ['order_sn' => $order_sn]]; + } + + $result = M()::find() + ->where($where) + ->with([ + 'buyer', + 'goods', + 'user', + 'freight', + ]) + ->asArray() + ->one(); + + if (empty($result)) { + Error('订单不存在'); + } + $result = str2url($result); + $result['goods_amount'] = $result['goods_amount'] + $result['coupon_reduced']; + return $result; } public function actionTabcount() @@ -126,7 +152,6 @@ public function actionTabcount() case 'recycle': //回收站 $w = ['order.is_recycle' => 1, 'order.is_deleted' => 0]; break; - default: //默认获取全部 $w = ['order.is_recycle' => 0]; break; @@ -201,6 +226,12 @@ public function actionSearch() $where = ['and', $where, ['order.source' => $source]]; } + //订单类型 + $type = $keyword['type'] ?? ''; + if ($type) { + $where = ['and', $where, ['order.type' => $type]]; + } + //支付方式 $pay_type = $keyword['pay_type'] ?? false; if ($pay_type) { @@ -296,10 +327,18 @@ public function actionSearch() */ public function actionView() { - $id = Yii::$app->request->get('id', false); + $id = Yii::$app->request->get('id', false); + $order_sn = Yii::$app->request->get('order_sn', false); + $where = ['is_recycle' => 0]; + if ($id) { + $where = ['and', $where, ['id' => $id]]; + } + if ($order_sn) { + $where = ['and', $where, ['order_sn' => $order_sn]]; + } $result = M()::find() - ->where(['id' => $id, 'is_recycle' => 0]) + ->where($where) ->with([ 'buyer', 'goods', diff --git a/modules/order/app/AfterController.php b/modules/order/app/AfterController.php index c87dbde1..177b5f39 100644 --- a/modules/order/app/AfterController.php +++ b/modules/order/app/AfterController.php @@ -58,7 +58,7 @@ public function actionIndex() $list = $data->getModels(); foreach ($list as $key => &$value) { - $value['images'] = to_array($value['images']); + $value['images'] = to_array($value['images']); } //将所有返回内容中的本地地址代替字符串替换为域名 $list = str2url($list); @@ -98,10 +98,10 @@ public function actionView() ->asArray() ->one(); if ($result) { - $result['images'] = to_array($result['images']); - $result['return_address'] = to_array($result['return_address']); - $result['user_freight_info'] = to_array($result['user_freight_info']); - $result['merchant_freight_info'] = to_array($result['merchant_freight_info']); + $result['images'] = to_array($result['images']); + $result['return_address'] = to_array($result['return_address']); + $result['user_freight_info'] = to_array($result['user_freight_info']); + $result['merchant_freight_info'] = to_array($result['merchant_freight_info']); return str2url($result); } else { Error('售后不存在'); @@ -132,17 +132,24 @@ public function actionCreate() $transaction = Yii::$app->db->beginTransaction(); //启动数据库事务 - $merchant_id = 1; - $AppID = Yii::$app->params['AppID']; - $source = Yii::$app->params['AppType']; - $UID = Yii::$app->user->identity->id; - $post = Yii::$app->request->post(); - $post = url2str($post); - $post['images'] = to_json($post['images']); - $post['order_sn'] = $order_sn; - $post['UID'] = $UID; - $post['AppID'] = $AppID; - $post['source'] = $source; + $merchant_id = 1; + $AppID = Yii::$app->params['AppID']; + $source = Yii::$app->params['AppType']; + $UID = Yii::$app->user->identity->id; + $post = Yii::$app->request->post(); + $post = url2str($post); + $post['images'] = to_json($post['images']); + $post['order_sn'] = $order_sn; + $post['UID'] = $UID; + $post['AppID'] = $AppID; + $post['source'] = $source; + + ///判断是否要创建积分售后 + if ($this->plugins("task", "status") && $order_info->type = "task") { + $post['return_score_type'] = $this->plugins("task", "config.integral_return"); + } + // $post['return_score_type'] = 1; + $post['merchant_id'] = $merchant_id; //判断是否是第一次提交被拒绝,是则修改提交信息,不是则创建一条记录 @@ -152,19 +159,19 @@ public function actionCreate() Error('非法操作'); } $post['status'] = 102; - $process = to_array($model->process); + $process = to_array($model->process); array_unshift($process, ['label' => '买家', 'content' => '再次申请售后 ' . date('Y-m-d H:i:s', time())]); } else { $process = [ - [ - "label" => "买家", - "content" => "申请售后 " . date('Y-m-d H:i:s', time()), - ], - ]; + [ + "label" => "买家", + "content" => "申请售后 " . date('Y-m-d H:i:s', time()), + ], + ]; $post['after_sn'] = get_sn('asn'); $model = new $this->modelClass; } - $post['process'] = to_json($process); + $post['process'] = to_json($process); $model->setScenario('create'); $model->setAttributes($post); @@ -192,11 +199,11 @@ public function actionCreate() $setting = Setting::findOne(['AppID' => Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'sms_setting', 'is_deleted' => 0]); if ($setting && $setting['content']) { - $mobiles = json_decode($setting['content'], true); + $mobiles = json_decode($setting['content'], true); $this->module->event->sms = [ - 'type' => 'order_refund', + 'type' => 'order_refund', 'mobile' => $mobiles['mobile_list'] ?? [], - 'params' => [] + 'params' => [], ]; $this->module->trigger('send_sms'); } @@ -332,8 +339,8 @@ public function cancel() // } else { // $res1 = M('order', 'Order')::updateAll(['after_sales' => 0], ['order_sn' => $model->order_sn]); // } - $res2 = M('order', 'OrderGoods')::updateAll(['after_sales' => 0], ['id' => $model->order_goods_id]); - $res = $model->delete(); + $res2 = M('order', 'OrderGoods')::updateAll(['after_sales' => 0], ['id' => $model->order_goods_id]); + $res = $model->delete(); if ($res && $res2) { $transaction->commit(); return true; diff --git a/modules/order/app/EvaluateController.php b/modules/order/app/EvaluateController.php index 98fc4dd9..1d3ab94c 100644 --- a/modules/order/app/EvaluateController.php +++ b/modules/order/app/EvaluateController.php @@ -90,15 +90,15 @@ public function add($value) } $data = [ - 'UID' => $UID, - 'order_sn' => $order_goods['order_sn'], - 'goods_id' => $order_goods['goods_id'], - 'goods_name' => $order_goods['goods_name'], - 'goods_image' => $order_goods['goods_image'], + 'UID' => $UID, + 'order_sn' => $order_goods['order_sn'], + 'goods_id' => $order_goods['goods_id'], + 'goods_name' => $order_goods['goods_name'], + 'goods_image' => $order_goods['goods_image'], 'show_goods_param' => $order_goods['show_goods_param'], - 'goods_param' => $order_goods['goods_param'], - 'AppID' => $AppID, - 'merchant_id' => $merchant_id, + 'goods_param' => $order_goods['goods_param'], + 'AppID' => $AppID, + 'merchant_id' => $merchant_id, ]; $value['images'] = $value['images'] ?? []; $value['images'] = to_json($value['images']); diff --git a/modules/order/app/IndexController.php b/modules/order/app/IndexController.php index 36c1a81e..c16bdd1d 100644 --- a/modules/order/app/IndexController.php +++ b/modules/order/app/IndexController.php @@ -193,8 +193,10 @@ public function actionCreate() { $post = Yii::$app->request->post(); $calculate = Yii::$app->request->get('calculate', false); - $list = $this->build(); //预创建订单 + $list = $this->build(); //预创建订单 + + //先是指向预请求 if ($calculate == 'calculate') { //订单预提交页面信息 $return_data = $list[1]; @@ -210,11 +212,17 @@ public function actionCreate() $AppID = Yii::$app->params['AppID']; $source = Yii::$app->params['AppType']; - $transaction = Yii::$app->db->beginTransaction(); //启动数据库事务 - $order_list = []; - $pay_total_amount = 0; //拆单时统一支付金额 + $transaction = Yii::$app->db->beginTransaction(); //启动数据库事务 + $order_list = []; + //拆单时统一支付金额 + $pay_total_amount = 0; + //新增积分任务统计总支付积分 + $score_total_amount = 0; + foreach ($list as $order_data) { $pay_total_amount += $order_data['pay_amount']; + //统计积分总支出 + $score_total_amount += $order_data['total_score'] ?? 0; $setting_data = M('setting', 'Setting')::find()->where(['keyword' => 'setting_collection', 'merchant_id' => $order_data['merchant_id'], 'AppID' => $AppID])->select('content')->asArray()->one(); if ($setting_data) { @@ -236,7 +244,14 @@ public function actionCreate() $order_data['type'] = $post['type'] ?? ''; $order_data['status'] = 100; $order_data['source'] = $source ?? ''; - $model = M('order', 'Order', true); + + /** + * 添加积分统计 + */ + //@增加积分商品订单字段 + $order_data['score_amount'] = $score_total_amount; + + $model = M('order', 'Order', true); $model->setScenario('create'); $model->setAttributes($order_data); if ($model->validate()) { @@ -334,9 +349,59 @@ public function actionCreate() $return_data['pay_total_amount'] = $pay_total_amount; + if ($model->type == "task") { + //判断积分够不够 + $TaskUserModel = '\plugins\task\models\TaskUser'; + $TaskUser = $TaskUserModel::find()->where(["UID" => $UID])->one(); + + if (!$TaskUser || $TaskUser->number < $pay_total_amount) { + Error("当前积分余额:" . $TaskUser->number, 416); + } + } + //执行下单事件 $this->module->event->order_goods = $post['goods_data']; - $this->module->trigger('add_order'); + + //执行下单减库存 + if ($this->is_task()) { + //插件模式下事件问题还没解决暂时直接写 + foreach ($post['goods_data'] as $value) { + $GoodsData = 'goods\models\GoodsData'; + $taskGoodsData = 'plugins\task\models\TaskGoods'; + $GoodsData::updateAllCounters(['task_stock' => (0 - $value['goods_number'])], ['goods_id' => $value['goods_id'], 'param_value' => $value['goods_param']]); + $taskGoodsData::updateAllCounters(['task_stock' => (0 - $value['goods_number'])], ['id' => $value['goods_id']]); + } + } else { + //普通订单这里处理 + $this->module->trigger('add_order'); + } + + // //判断插件已经安装,则执行 + // if ($this->plugins("task", "status")) { + // //判断是否积分订单 + // if ($score_total_amount > 0) { + // //执行下单操作减积分操作 + // $this->plugins("task", ["order", [ + // $score_total_amount, + // $UID, + // $return_data['order_sn'], + // "order", + // ]]); + // } + + // //执行下单操作 + // $this->plugins("task", ["score", [ + // "goods", + // $pay_total_amount, + // $UID, + + // ]]); + // //执行下单操作 + // $this->plugins("task", ["score", [ + // "order", + // $pay_total_amount, + // ]]); + // } if ($pay_total_amount == 0) { $free_res = $this->freePay($return_data); @@ -354,11 +419,48 @@ public function freePay($order_info) { $order_sn = $order_info['order_sn'] ?? null; $model = M('order', 'Order')::find()->where(['order_sn' => $order_sn])->one(); + + Yii::info('判断插件是否安装' . $this->plugins("task", "status")); + Yii::info('读取积分支付信息' . $model->total_score); + Yii::info('读取积分支付总价' . $model->total_amount); + Yii::info('读取积分支付订单' . $order_sn); + Yii::info('读取积分支付用户' . $model->UID); + if ($model && $model->status < 201) { $model->status = 201; $model->pay_type = ''; $model->pay_time = time(); if ($model->save()) { + + //判断插件已经安装,则执行 + if ($this->plugins("task", "status")) { + //判断是否积分订单 + if ($model->total_score > 0) { + //执行下单操作减积分操作 + $this->plugins("task", ["order", [ + $model->total_score, + $model->UID, + $order_sn, + "order", + ]]); + } + //执行下单操作 + $this->plugins("task", ["score", [ + "goods", + 0, + $model->UID, + $order_sn, + + ]]); + //执行下单操作 + $this->plugins("task", ["score", [ + "order", + $model->total_amount, + $model->UID, + $order_sn, + ]]); + } + $this->module->event->pay_order_sn = $order_sn; $this->module->event->pay_uid = $model->UID; $this->module->trigger('pay_order'); @@ -433,13 +535,22 @@ public function cancel() $model->cancel_time = time(); if ($model->save()) { - //执行取消订单事件 - $order_goods = M('order', 'OrderGoods')::find()->where(['order_sn' => $model->order_sn])->select('goods_id,goods_param,goods_number')->asArray()->all(); - $this->module->event->cancel_order_goods = $order_goods; - $this->module->event->cancel_order_sn = $model->order_sn; - $this->module->trigger('cancel_order'); - + $order_goods = M('order', 'OrderGoods')::find()->where(['order_sn' => $model->order_sn])->select('goods_id,goods_param,goods_number')->asArray()->all(); + + //插件模式下事件问题还没解决暂时直接写 + if ($model->type == 'task') { + foreach ($order_goods as $value) { + $GoodsData = 'goods\models\GoodsData'; + $taskGoodsData = 'plugins\task\models\TaskGoods'; + $GoodsData::updateAllCounters(['task_stock' => $value['goods_number']], ['goods_id' => $value['goods_id'], 'param_value' => $value['goods_param']]); + $taskGoodsData::updateAllCounters(['task_stock' => $value['goods_number']], ['id' => $value['goods_id']]); + } + } else { + $this->module->event->cancel_order_goods = $order_goods; + $this->module->event->cancel_order_sn = $model->order_sn; + $this->module->trigger('cancel_order'); + } return true; } else { Error('操作失败'); @@ -497,9 +608,30 @@ public function build($type = 'shop_order') switch ($type) { //商城订单 case 'shop_order': - $result = $this->buildGoods(); + $result = []; + if ($this->is_task()) { + $result = $this->buildGoodsTask(); + } else { + $result = $this->buildGoods(); + } foreach ($result as $merchant_id => $value) { - $return_data[$merchant_id] = $this->buildAmount($value, $consignee_info, $merchant_id); + //判断此处处理价格计算 + if ($this->is_task()) { + $return_data[$merchant_id] = $this->buildAmountTask($value, $consignee_info, $merchant_id); + + // $UID = Yii::$app->user->identity->id; + // //判断积分够不够 + // $TaskUserModel = '\plugins\task\models\TaskUser'; + // $TaskUser = $TaskUserModel::find()->where(["UID" => $UID])->one(); + + // //跳转积分处理 + // if (!$TaskUser || $TaskUser->number < $return_data[$merchant_id]['total_score']) { + // Error("当前积分余额:" . $TaskUser->number, 416); + // } + + } else { + $return_data[$merchant_id] = $this->buildAmount($value, $consignee_info, $merchant_id); + } } break; @@ -508,6 +640,30 @@ public function build($type = 'shop_order') return $return_data; } + /** + * 用于判断是否为积分商品 + * @return boolean [description] + */ + public function is_task() + { + $task = Yii::$app->request->get('task', false); //判断是否是预请求 + if ($task == 'false') { + $task = false; + } + + if ($task == false) { + $type = Yii::$app->request->post('type', false); + if ($type == 'task') { + $task = true; + } + } + if ($this->plugins("task", "status")) { + return $task; + } else { + return false; + } + } + /** * 商品库存检测及处理 * @return [type] [description] @@ -654,7 +810,6 @@ public function buildGoods() } else { $show_goods_param .= $goods_param[$key] . ' '; } - } $v['goods_name'] = $value['name']; @@ -684,6 +839,205 @@ public function buildGoods() return $return_data; } + /** + * 商品库存检测及处理 + * @return [type] [description] + */ + public function buildGoodsTask() + { + $calculate = Yii::$app->request->get('calculate', false); //判断是否是预请求 + $UID = Yii::$app->user->identity->id; + $goods_data = Yii::$app->request->post('goods_data', []); + + if (empty($goods_data)) { + Error('商品为空'); + } + + $goods_id = array_unique(array_column($goods_data, 'goods_id')); + + //判断是否是任务中心下单 + $goods_list = M('goods', 'Goods')::find()->where(['id' => $goods_id])->with(['param', 'freight', 'package', 'task'])->asArray()->all(); + + $return_data = []; + $failure_reason = ''; //param规格不存在 is_sale下架 delete商品不存在 stocks库存不足 limit限购 min低于起购数 + $failure_number = null; + + $goods_data_number_count = []; + foreach ($goods_data as $goods) { + if (isset($goods_data_number_count[$goods['goods_id']])) { + $goods_data_number_count[$goods['goods_id']] += $goods['goods_number']; + } else { + $goods_data_number_count[$goods['goods_id']] = $goods['goods_number']; + } + } + + foreach ($goods_list as $value) { + + //判断是否有删除或者下架 + if ($value['task']['goods_is_sale'] === 0) { + if ($calculate == 'calculate') { + $failure_reason = $value['task']['goods_is_sale'] === 0 ? 'delete' : 'is_sale'; + } else { + Error($value['name'] . '不存在或已下架'); + } + } + + $value['freight']['freight_rules'] = $value['freight'] ? to_array($value['freight']['freight_rules']) : null; + $value['package']['free_area'] = $value['package'] ? to_array($value['package']['free_area']) : null; + $param_data = to_array($value['param']['param_data']); + $slideshow = to_array($value['slideshow']); //轮播图 + $first_param_info = array_column($param_data[0]['value'], null, 'value'); //第一个规格信息 + + foreach ($goods_data as $v) { + //商品数据去除多余部分 + $v = [ + 'goods_id' => $v['goods_id'], + 'goods_sn' => $v['goods_sn'], + 'goods_param' => $v['goods_param'], + 'goods_number' => $v['goods_number'], + ]; + + //购买商品和商品列表一一匹配 + if ($v['goods_id'] == $value['id']) { + //商品规格信息 + $goods_info = array_column($value['param']['goods_data'], null, 'param_value'); + + if (!isset($goods_info[$v['goods_param']])) { + if ($calculate == 'calculate') { + $failure_reason = 'param'; + } else { + Error($value['name'] . '不存在' . $v['goods_param']); + } + } + + /** + * 用于判断处理积分商品 + */ + if ($goods_info[$v['goods_param']]['task_stock'] < $v['goods_number']) { + if ($calculate == 'calculate') { + $failure_reason = 'stocks'; + } else { + Error("积分商品" . $value['name'] . '库存不足'); + } + } + + /** + * 判断兑换限制是否存在 + */ + if ($goods_info[$v['goods_param']]['task_limit']) { + if ($goods_info[$v['goods_param']]['task_limit'] > 0) { + //限制兑换-1 处理当前 + if ($goods_info[$v['goods_param']]['task_limit'] < $v['goods_number']) { + if ($calculate == 'calculate') { + $failure_reason = 'limit'; + } else { + Error("购买数量超过兑换限制数件"); + } + } + } + + //限购兑换-2 处理用户已购 + $UID = Yii::$app->user->identity->id; + $goods_number = M('order', 'OrderGoods')::find() + ->alias('goods') + ->joinWith([ + 'order as order', + ]) + ->where(['and', ['>', 'order.status', 200], [ + 'order.UID' => $UID, + 'order.type' => 'task', + 'goods.goods_id' => $value['id'], + 'goods.goods_param' => $v['goods_param'], + ]]) + ->SUM('goods.goods_number'); + + //算上当前购买量后的购买总数 + if (($goods_number + $v['goods_number']) > $goods_info[$v['goods_param']]['task_limit']) { + if ($calculate == 'calculate') { + $failure_reason = 'limit'; + $failure_number = $goods_info[$v['goods_param']]['task_limit']; + } else { + $can_buy_num = $goods_info[$v['goods_param']]['task_limit'] - $goods_number; + if ($can_buy_num <= 0) { + Error('您兑换' . $value['name'] . '已达上限'); + } else { + Error('您还可以购买' . $value['name'] . ' ' . $can_buy_num . ' 份'); + } + } + } + } + + /** + * 判断是否为0 + */ + if ($goods_info[$v['goods_param']]['task_limit'] === 0) { + if ($calculate == 'calculate') { + $failure_reason = 'limit'; + } else { + Error("购买数量超过兑换限制数件"); + } + } + + //判断积分够不够 + $TaskUserModel = '\plugins\task\models\TaskUser'; + $TaskUser = $TaskUserModel::find()->where(["UID" => $UID])->one(); + + $total_score = $goods_info[$v['goods_param']]['task_number'] * $v['goods_number']; + Yii::info('出发余额计算方式:' . $total_score); + Yii::info('出发用户余额:' . $TaskUser->number); + //跳转积分处理 + if (!$TaskUser || $TaskUser->number < $total_score) { + if ($calculate == 'calculate') { + $failure_reason = to_json([ + 'score' => $TaskUser->number, + 'msg' => "当前积分余额:" . $TaskUser->number, + ]); + } else { + Error("当前积分余额:" . $TaskUser->number, 416); + } + } + + $first_param = explode('_', $v['goods_param'])[0]; //第一个规格 + $goods_image = $param_data[0]['image_status'] && $first_param_info[$first_param]['image'] ? $first_param_info[$first_param]['image'] : $slideshow[0]; //存在规格图片则使用,不存在使用第一张轮播图 + + $show_goods_param = ''; + $goods_param = explode('_', $v['goods_param']); + foreach ($param_data as $key => $param_info) { + if ($param_info['name']) { + $show_goods_param .= $param_info['name'] . ':' . $goods_param[$key] . ' '; + } else { + $show_goods_param .= $goods_param[$key] . ' '; + } + } + + $v['goods_name'] = $value['name']; + $v['show_goods_param'] = $show_goods_param; + $v['goods_score'] = $goods_info[$v['goods_param']]['task_number'] ?? 0; + $v['goods_price'] = $goods_info[$v['goods_param']]['task_price']; + $v['goods_cost_price'] = $goods_info[$v['goods_param']]['cost_price'] ? $goods_info[$v['goods_param']]['cost_price'] : 0; + $v['goods_weight'] = $goods_info[$v['goods_param']]['weight'] ? $goods_info[$v['goods_param']]['weight'] : 0; + $v['goods_image'] = $goods_image; + $v['freight'] = $value['freight']; + $v['package'] = $value['package']; + $v['ft_type'] = $value['ft_type']; + $v['ft_price'] = $value['ft_price']; + if ($calculate == 'calculate') { + $v['failure_reason'] = $failure_reason; + $v['failure_number'] = $failure_number; + } + + if (array_key_exists($value['merchant_id'], $return_data)) { + array_push($return_data[$value['merchant_id']], $v); + } else { + $return_data[$value['merchant_id']] = [$v]; + } + } + } + } + + return $return_data; + } + /** * 金额计算 * @return [type] [description] @@ -724,6 +1078,50 @@ public function buildAmount($goods, $consignee_info, $merchant_id) } + /** + * 金额计算 + * @return [type] [description] + */ + public function buildAmountTask($goods, $consignee_info, $merchant_id) + { + $freight_data = $this->buildFreightPrice($goods, $consignee_info); + $goods_amount = $freight_data['goods_amount']; //商品总金额 + $freight_amount = $freight_data['freight_amount']; //总运费 + //累计计算积分 + $total_score = 0; + foreach ($goods as $key => &$value) { + $goods_price = $value['goods_number'] * $value['goods_price']; + $goods_score = $value['goods_number'] * $value['goods_score']; + unset($value['freight']); + unset($value['package']); + unset($value['ft_type']); + unset($value['ft_price']); + $value['total_amount'] = $goods_price; + $value['pay_amount'] = $goods_price; + $value['score_amount'] = $goods_score; + $value['coupon_reduced'] = 0; + //处理积分统计 + $total_score += $goods_score; + } + + $total_amount = $goods_amount + $freight_amount; + $return_data = [ + 'total_score' => $total_score, + 'total_amount' => $total_amount, + 'goods_amount' => $goods_amount, + 'pay_amount' => $total_amount, + 'freight_amount' => $freight_amount, + 'coupon_reduced' => 0, + 'merchant_id' => $merchant_id, + 'goods_data' => $goods, + ]; + + $return_data = $this->buildReducePrice($return_data); + + return $return_data; + + } + /** * 运费处理 */ diff --git a/modules/order/models/Order.php b/modules/order/models/Order.php index aa1e4806..b8d5be95 100644 --- a/modules/order/models/Order.php +++ b/modules/order/models/Order.php @@ -16,7 +16,10 @@ class Order extends CommonModels const order_sn = ['varchar' => 50, 'notNull', 'comment' => '订单号']; const UID = ['bigint' => 20, 'notNull', 'comment' => '买家ID']; const total_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '总计价格']; - const pay_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '实际支付']; + const pay_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '支付价格']; + const score_amount = ['bigint' => 10, 'notNull', 'default' => 0, 'comment' => '积分支付']; + const total_score = ['bigint' => 10, 'notNull', 'default' => 0, 'comment' => '积分统计']; + const type = ['varchar' => 255, 'default' => '', 'comment' => '订单类型 base 基础订单 task 任务订单']; const goods_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '商品金额']; const goods_reduced = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '商品减少']; const freight_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '物流金额']; @@ -86,7 +89,7 @@ public function attributes() public function scenarios() { $scenarios = parent::scenarios(); - $scenarios['create'] = ['order_sn', 'status', 'UID', 'total_amount', 'pay_amount', 'goods_amount', 'coupon_reduced', 'freight_amount', 'merchant_id', 'cancel_time', 'source', 'AppID']; + $scenarios['create'] = ['order_sn', 'status', 'type', 'UID', 'total_amount', 'task_amount', 'pay_amount', 'goods_amount', 'coupon_reduced', 'freight_amount', 'merchant_id', 'cancel_time', 'source', 'AppID', 'score_amount', 'total_score']; return $scenarios; } @@ -109,7 +112,14 @@ public function attributeLabels() public function getUser() { - return $this->hasOne('users\models\User', ['id' => 'UID'])->select('id,nickname,mobile,avatar'); + $User = 'users\models\User'; + return $this->hasOne($User::className(), ['id' => 'UID'])->from(['u' => $User::tableName()]); + } + + public function getOauth() + { + $Oauth = 'users\models\Oauth'; + return $this->hasOne($Oauth::className(), ['UID' => 'UID'])->from(['t' => $Oauth::tableName()]); } /** @@ -134,7 +144,11 @@ public function getFreight() */ public function getGoods() { - return $this->hasMany('order\models\OrderGoods', ['order_sn' => 'order_sn'])->select('id,order_sn,freight_sn,goods_id,goods_name,goods_sn,goods_image,goods_param,show_goods_param,goods_price,goods_weight,goods_number,total_amount,pay_amount,after_sales')->with('after'); + $Oauth = 'order\models\OrderGoods'; + return $this->hasMany($Oauth::className(), ['order_sn' => 'order_sn']) + ->select('id,order_sn,freight_sn,goods_id,goods_name,goods_sn,goods_image,goods_param,show_goods_param,goods_price,goods_weight,goods_number,total_amount,pay_amount,after_sales,goods_score,score_amount') + ->with('after') + ->from(['u' => $Oauth::tableName()]); } } diff --git a/modules/order/models/OrderAfter.php b/modules/order/models/OrderAfter.php index a76c0453..7bf19165 100644 --- a/modules/order/models/OrderAfter.php +++ b/modules/order/models/OrderAfter.php @@ -22,8 +22,12 @@ class OrderAfter extends CommonModels const source = ['varchar' => 50, 'notNull', 'comment' => '来源']; const return_number = ['int' => 10, 'notNull', 'default' => 1, 'comment' => '退货数量']; const return_amount = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '退款金额']; + const return_score = ['bigint' => 20, 'default' => 0, 'comment' => '退款积分']; + const return_score_type = ['tinyint' => 1, 'default' => 0, 'comment' => '0不退积分 1退积分']; const actual_refund = ['decimal' => '10,2', 'comment' => '实际退款']; + const actual_score = ['bigint' => 20, 'comment' => '实际退还积分']; const return_reason = ['varchar' => 255, 'comment' => '退货原因']; + const order_type = ['varchar' => 255, 'default' => 'base', 'comment' => '订单类型']; const images = ['text' => 0, 'comment' => '说明图片']; const status = ['smallint' => 3, 'notNull', 'default' => 100, 'comment' => '100待审核 101首次拒绝 102再次提交待审核 111审核通过待退款 121审核通过待买家发货 122买家发货待商家收货退款 131审核通过待买家发货 132买家发货待商家收货 133商家换货(买家待收) 200售后已完成 201两次拒绝之后完成']; const return_address = ['text' => 0, 'comment' => '退货地址']; @@ -89,7 +93,7 @@ public function attributes() public function scenarios() { $scenarios = parent::scenarios(); - $scenarios['create'] = ['order_sn', 'after_sn', 'UID', 'order_goods_id', 'return_amount', 'return_number', 'merchant_id', 'type', 'user_note', 'images', 'status', 'source', 'AppID', 'return_reason', 'process']; + $scenarios['create'] = ['order_sn', 'after_sn', 'UID', 'order_goods_id', 'return_amount', 'return_number', 'merchant_id', 'type', 'user_note', 'images', 'status', 'source', 'AppID', 'return_reason', 'process', 'return_score', 'order_type', 'return_score_type']; return $scenarios; } @@ -100,17 +104,18 @@ public function scenarios() public function attributeLabels() { return [ - 'order_sn' => '订单编号', - 'after_sn' => '售后编号', - 'UID' => '用户ID', - 'order_goods_id' => '订单商品ID', - 'type' => '售后类型', - 'return_number' => '售后数量', - 'return_amount' => '售后金额', - 'return_reason' => '退货原因', - 'user_note' => '用户备注', - 'source' => '来源', - 'process' => '流程', + 'order_sn' => '订单编号', + 'after_sn' => '售后编号', + 'UID' => '用户ID', + 'order_goods_id' => '订单商品ID', + 'type' => '售后类型', + 'return_number' => '售后数量', + 'return_amount' => '售后金额', + 'return_reason' => '退货原因', + 'return_score_type' => '售后订单类型', + 'user_note' => '用户备注', + 'source' => '来源', + 'process' => '流程', ]; } @@ -120,7 +125,7 @@ public function attributeLabels() */ public function getGoods() { - return $this->hasOne('order\models\OrderGoods', ['id' => 'order_goods_id'])->select('id,order_sn,freight_sn,goods_name,goods_id,goods_sn,goods_image,goods_param,show_goods_param,goods_price,goods_weight,goods_number,total_amount,pay_amount,after_sales'); + return $this->hasOne('order\models\OrderGoods', ['id' => 'order_goods_id'])->select('id,order_sn,freight_sn,goods_name,goods_id,goods_sn,goods_image,goods_param,show_goods_param,goods_price,goods_weight,goods_number,total_amount,pay_amount,after_sales,goods_score,score_amount'); } /** diff --git a/modules/order/models/OrderGoods.php b/modules/order/models/OrderGoods.php index 911c2f89..f90ceea6 100644 --- a/modules/order/models/OrderGoods.php +++ b/modules/order/models/OrderGoods.php @@ -22,10 +22,12 @@ class OrderGoods extends CommonModels const show_goods_param = ['varchar' => 255, 'notNull', 'comment' => '商品展示规格']; const goods_param = ['varchar' => 255, 'notNull', 'comment' => '商品规格']; const goods_price = ['decimal' => '10,2', 'notNull', 'comment' => '商品价格']; + const goods_score = ['bigint' => 10, 'notNull', 'default' => 0, 'comment' => '商品积分']; const goods_cost_price = ['decimal' => '10,2', 'comment' => '商品成本价格']; const goods_weight = ['decimal' => '10,2', 'comment' => '商品重量']; const goods_number = ['int' => 10, 'notNull', 'comment' => '商品数量']; const total_amount = ['decimal' => '10,2', 'notNull', 'comment' => '总计金额']; + const score_amount = ['bigint' => 10, 'default' => 0, 'comment' => '总计积分']; const pay_amount = ['decimal' => '10,2', 'notNull', 'comment' => '实付金额']; const coupon_reduced = ['decimal' => '10,2', 'notNull', 'default' => 0, 'comment' => '优惠券优惠金额']; const after_sales = ['tinyint' => 1, 'notNull', 'default' => 0, 'comment' => '0正常 1进行售后']; @@ -119,7 +121,18 @@ public function getAfter() */ public function getGoods() { - return $this->hasOne('goods\models\Goods', ['id' => 'goods_id'])->select('id,group'); + $Goods = 'goods\models\Goods'; + return $this->hasOne($Goods::className(), ['id' => 'goods_id'])->select('id,group')->from(['g' => $Goods::tableName()]); + } + + /** + * 物流信息 + * @return [type] [description] + */ + public function getTaskgoods() + { + $TaskGoods = 'plugins\task\models\TaskGoods'; + return $this->hasOne($TaskGoods::className(), ['goods_id' => 'goods_id'])->from(['g' => $TaskGoods::tableName()]); } } diff --git a/modules/order/models/OrderPay.php b/modules/order/models/OrderPay.php index ec69fb43..a98a6632 100644 --- a/modules/order/models/OrderPay.php +++ b/modules/order/models/OrderPay.php @@ -32,7 +32,7 @@ class OrderPay extends CommonModels public function rules() { return [ - [['pay_sn', 'order_list', 'total_amount','AppID'], 'required', 'message' => '{attribute}不能为空'], + [['pay_sn', 'order_list', 'total_amount', 'AppID'], 'required', 'message' => '{attribute}不能为空'], ]; } diff --git a/modules/plugins/api/BasicsController.php b/modules/plugins/api/BasicsController.php new file mode 100644 index 00000000..5d3f0700 --- /dev/null +++ b/modules/plugins/api/BasicsController.php @@ -0,0 +1,113 @@ +id, $this->module)); + if ($action == "index") { + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "create") { + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "post"; + } + if ($action == "view") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "update") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "put"; + } + if ($action == "delete") { + $_POST['_method'] = "delete"; + } + return $controller->runAction($action, $params); + } + + /** + * 执行插件目录 + * @param [type] $model [description] + * @param string $name [description] + * @param string $action [description] + * @param array $params [description] + * @return [type] [description] + */ + public function runPlugin($model, $name = '', $action = "index", $params = []) + { + $class = ['', $model, 'api', ucfirst($name) . "Controller"]; + $class = implode('\\', $class); + $controller = (new $class($this->id, $this->module)); + if ($action == "index") { + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "create") { + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "post"; + } + if ($action == "view") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "update") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST = Yii::$app->request->post(); + $_POST['_method'] = "put"; + } + if ($action == "delete") { + $_POST['_method'] = "delete"; + } + return $controller->runAction($action, $params); + } +} diff --git a/modules/plugins/app/BasicsController.php b/modules/plugins/app/BasicsController.php new file mode 100644 index 00000000..c8cb58b2 --- /dev/null +++ b/modules/plugins/app/BasicsController.php @@ -0,0 +1,64 @@ +id, $this->module)); + if ($action == "index") { + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "create") { + $_POST['_method'] = "post"; + } + if ($action == "view") { + $_GET = $params; + $_POST['_method'] = "get"; + $_SERVER['REQUEST_METHOD'] = "GET"; + } + if ($action == "update") { + if (empty($params)) { + $params = $_GET; + } else { + $_GET = $params; + } + $_POST = \Yii::$app->request->post(); + $_POST['_method'] = "put"; + } + if ($action == "delete") { + $_POST['_method'] = "delete"; + } + Yii::$app->params['runModule'] = true; + return $controller->runAction($action, $params); + } +} diff --git a/modules/plugins/models/Basics.php b/modules/plugins/models/Basics.php new file mode 100644 index 00000000..c4899412 --- /dev/null +++ b/modules/plugins/models/Basics.php @@ -0,0 +1,14 @@ +getSmsConfig(); return [ - 'detail' => $smsConfig, - 'setting' => $this->getSetting() + 'detail' => $smsConfig, + 'setting' => $this->getSetting(), ]; } @@ -32,7 +32,7 @@ public function actionCreate() { $behavior = \Yii::$app->request->get('behavior', ''); if ($behavior == 'test_sms') { - $type = \Yii::$app->request->post('type'); + $type = \Yii::$app->request->post('type'); $mobiles = \Yii::$app->request->post('mobile'); if (!$type) { Error('请选择消息类型'); @@ -50,13 +50,17 @@ public function actionCreate() $params = []; foreach ($setting[$type]['variable'] as $item) { - $params[$item['key']] = get_random(5); + if ($item['key'] == 'date' || $item['key'] == 'time') { + $params[$item['key']] = date('Y-m-d H:i:s', time()); + } else { + $params[$item['key']] = get_random(5); + } } $this->module->event->sms = [ - 'type' => $type, - 'debug' => true, + 'type' => $type, + 'debug' => true, 'mobile' => $mobiles, - 'params' => $params + 'params' => $params, ]; try { $this->module->trigger('send_sms'); @@ -65,12 +69,12 @@ public function actionCreate() Error($e->getMessage()); } } else { - $json = \Yii::$app->request->post(); + $json = \Yii::$app->request->post(); $model = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'sms_setting']); if (!$model) { - $model = new Setting(); - $model->AppID = \Yii::$app->params['AppID']; - $model->keyword = 'sms_setting'; + $model = new Setting(); + $model->AppID = \Yii::$app->params['AppID']; + $model->keyword = 'sms_setting'; $model->merchant_id = 1; } $model->content = json_encode($json, true); @@ -83,7 +87,7 @@ public function getSmsConfig() $option = []; $config = M('setting', 'Setting')::find()->where(['keyword' => 'sms_setting', 'merchant_id' => 1, 'AppID' => \Yii::$app->params['AppID']])->select('content')->asArray()->one(); if ($config) { - $option = json_decode($config['content'], true); + $option = json_decode($config['content'], true); } return $this->check($option, $this->getDefault()); } @@ -91,17 +95,17 @@ public function getSmsConfig() private function getDefault() { $setting = $this->getSetting(); - $result = [ - 'status' => '0', - 'platform' => 'aliyun',// 短信默认支持阿里云 - 'mobile_list' => [], - 'access_key_id' => '', + $result = [ + 'status' => '0', + 'platform' => 'aliyun', // 短信默认支持阿里云 + 'mobile_list' => [], + 'access_key_id' => '', 'access_key_secret' => '', - 'template_name' => '' + 'template_name' => '', ]; foreach ($setting as $index => $item) { $newItem = [ - 'template_id' => '' + 'template_id' => '', ]; foreach ($item['variable'] as $value) { $newItem[$value['key']] = ''; @@ -113,92 +117,133 @@ private function getDefault() public static function getSetting() { - return [ - 'order_refund' => [ - 'title' => '买家申请售后提醒', - 'content' => '例如:模板内容:有买家申请售后,请登录商城后台查看。', - 'loading' => false, + return [ + 'order_refund' => [ + 'title' => '买家申请售后提醒', + 'content' => '例如:模板内容:有买家申请售后,请登录商城后台查看。', + 'loading' => false, 'variable' => [], - 'key' => 'business' + 'key' => 'business', ], - 'order_pay_business' => [ - 'title' => '新订单提醒', - 'content' => '例如:模板内容:商城来新订单了,${code},请登录商城后台查看。', - 'loading' => false, + 'order_pay_business' => [ + 'title' => '新订单提醒', + 'content' => '例如:模板内容:商城来新订单了,${code},请登录商城后台查看。', + 'loading' => false, 'variable' => [ [ - 'key' => 'code', + 'key' => 'code', 'value' => '模板变量', - 'desc' => '例如:商城来新订单了,${code},请登录商城后台查看。' - ] + 'desc' => '例如:商城来新订单了,${code},请登录商城后台查看。', + ], ], - 'key' => 'business' + 'key' => 'business', ], - 'captcha' => [ - 'title' => '绑定手机号', - 'content' => '例如:模板内容:您的验证码为${code},请勿告知他人。', - 'loading' => false, + 'captcha' => [ + 'title' => '绑定手机号', + 'content' => '例如:模板内容:您的验证码为${code},请勿告知他人。', + 'loading' => false, 'variable' => [ [ - 'key' => 'code', + 'key' => 'code', 'value' => '模板变量', - 'desc' => '例如:模板内容:您的验证码为${code},请勿告知他人。,则只需填写code' - ] + 'desc' => '例如:模板内容:您的验证码为${code},请勿告知他人。,则只需填写code', + ], ], - 'key' => 'buyer' + 'key' => 'buyer', ], - 'order_pay' => [ - 'title' => '付款成功提醒', - 'content' => '例如:模板内容:亲爱的会员,您在${name}的订单提交成功。我们会尽快发货,记得关注我们的商城喔~感谢您的支持!', - 'loading' => false, + 'order_pay' => [ + 'title' => '付款成功提醒', + 'content' => '例如:模板内容:亲爱的会员,您在${name}的订单提交成功。我们会尽快发货,记得关注我们的商城喔~感谢您的支持!', + 'loading' => false, 'variable' => [ [ - 'key' => 'name', + 'key' => 'name', 'value' => '模板变量', - 'desc' => '例如:模板内容:亲爱的会员,您在${name}的订单提交成功。我们会尽快发货,记得关注我们的商城喔~感谢您的支持!则只需填写name' - ] + 'desc' => '例如:模板内容:亲爱的会员,您在${name}的订单提交成功。我们会尽快发货,记得关注我们的商城喔~感谢您的支持!则只需填写name', + ], ], - 'key' => 'buyer' + 'key' => 'buyer', ], - 'order_send' => [ - 'title' => '订单发货提醒', - 'content' => '例如:模板内容:亲爱的用户,您的尾号为${code}的订单已经发出,请注意查收。', - 'loading' => false, + 'order_send' => [ + 'title' => '订单发货提醒', + 'content' => '例如:模板内容:亲爱的用户,您的尾号为${code}的订单已经发出,请注意查收。', + 'loading' => false, 'variable' => [ [ - 'key' => 'code', + 'key' => 'code', 'value' => '模板变量', - 'desc' => '例如:亲爱的用户,您的尾号为${code}的订单已经发出,请注意查收。则只需填写code' - ] + 'desc' => '例如:亲爱的用户,您的尾号为${code}的订单已经发出,请注意查收。则只需填写code', + ], ], - 'key' => 'buyer' + 'key' => 'buyer', ], - 'order_verify' => [ - 'title' => '商家审核售后提醒', - 'content' => '例如:模板内容:您申请的售后请求已被${status},请前往查看。', - 'loading' => false, + 'order_verify' => [ + 'title' => '商家审核售后提醒', + 'content' => '例如:模板内容:您申请的售后请求已被${status},请前往查看。', + 'loading' => false, 'variable' => [ [ - 'key' => 'status', + 'key' => 'status', 'value' => '模板变量', - 'desc' => '例如:模板内容:您申请的售后请求已被${status},请前往查看。则只需填写status' - ] + 'desc' => '例如:模板内容:您申请的售后请求已被${status},请前往查看。则只需填写status', + ], ], - 'key' => 'buyer' + 'key' => 'buyer', ], 'order_refund_success' => [ - 'title' => '退款成功提醒', - 'content' => '例如:模板内容:您的尾号为${code}的订单,商家已退款', - 'loading' => false, + 'title' => '退款成功提醒', + 'content' => '例如:模板内容:您的尾号为${code}的订单,商家已退款', + 'loading' => false, + 'variable' => [ + [ + 'key' => 'code', + 'value' => '模板变量', + 'desc' => '例如:模板内容:您的尾号为${code}的订单,商家已退款。则只需填写code', + ], + ], + 'key' => 'buyer', + ], + 'score_changes' => [ + 'title' => '积分变动提醒', + 'content' => '例如:您的积分${name1}了${name2},剩余${name3}', + 'loading' => false, 'variable' => [ [ - 'key' => 'code', + 'key' => 'name1', + 'value' => '模板变量', + 'desc' => '例如:模板内容:您的积分${name1}了${name2},剩余${name3},则只需要填写${name1},${name2},${name3}', + ], + [ + 'key' => 'name2', 'value' => '模板变量', - 'desc' => '例如:模板内容:您的尾号为${code}的订单,商家已退款。则只需填写code' - ] + 'desc' => '例如:模板内容:您的积分${name1}了${name2},剩余${name3},则只需要填写${name1},${name2},${name3}', + ], + [ + 'key' => 'name3', + 'value' => '模板变量', + 'desc' => '例如:模板内容:您的积分${name1}了${name2},剩余${name3},则只需要填写${name1},${name2},${name3}', + ], + ], + 'key' => 'score', + ], + 'score_due' => [ + 'title' => '积分到期提醒', + 'content' => '例如:示例:您在X年X月X日前获得的${number}积分即将到期,请及时使用', + 'loading' => false, + 'variable' => [ + [ + 'key' => 'date', + 'value' => '时间变量', + 'desc' => '例如:模板内容:您在${date}前获得的${number}积分即将到期,请及时使用,则只需填写date,number', + ], + [ + 'key' => 'code', + 'value' => '积分变量', + 'desc' => '例如:模板内容:您在${date}前获得的${code}积分即将到期,请及时使用,则只需填写date,code', + ], ], - 'key' => 'buyer' - ] + 'key' => 'score', + ], ]; } @@ -221,4 +266,4 @@ public function check($list, $default) } return $list; } -} \ No newline at end of file +} diff --git a/modules/sms/app/IndexController.php b/modules/sms/app/IndexController.php index 46e133f0..2af46414 100644 --- a/modules/sms/app/IndexController.php +++ b/modules/sms/app/IndexController.php @@ -9,7 +9,6 @@ use framework\common\BasicController; use Overtrue\EasySms\Message; -use sms\models\SmsLog; use Yii; class IndexController extends BasicController @@ -48,12 +47,12 @@ public function actionCreate() if ($model->validate()) { if ($model->save()) { $this->module->event->sms = [ - 'type' => 'captcha', - 'debug' => true, + 'type' => 'captcha', + 'debug' => true, 'mobile' => [$post['mobile']], 'params' => [ - 'code' => $post['code'] - ] + 'code' => $post['code'], + ], ]; try { $this->module->trigger('send_sms'); @@ -89,7 +88,7 @@ public static function sendSms($event) Yii::info('触发短信事件'); try { $smsConfig = []; - $model = M('setting', 'Setting')::find()->where(['keyword' => 'sms_setting', 'merchant_id' => 1, 'AppID' => Yii::$app->params['AppID']])->select('content')->asArray()->one(); + $model = M('setting', 'Setting')::find()->where(['keyword' => 'sms_setting', 'merchant_id' => 1, 'AppID' => Yii::$app->params['AppID']])->select('content')->asArray()->one(); if ($model) { $smsConfig = json_decode($model['content'], true); } @@ -111,19 +110,19 @@ public static function sendSms($event) } $message = new Message([ 'template' => $smsConfig[$event->sms['type']]['template_id'], - 'data' => $data + 'data' => $data, ]); if (!is_array($event->sms['mobile'])) { $event->sms['mobile'] = [$event->sms['mobile']]; } - $res = false; + $res = false; $errorMsg = ''; foreach ($event->sms['mobile'] as $mobile) { try { $res = Yii::$app->sms->module('industry', [ - 'access_key_id' => $smsConfig['access_key_id'], + 'access_key_id' => $smsConfig['access_key_id'], 'access_key_secret' => $smsConfig['access_key_secret'], - 'template_name' => $smsConfig['template_name'], + 'template_name' => $smsConfig['template_name'], ])->send($mobile, $message); } catch (\Exception $e) { $errorMsg = $e->getMessage(); diff --git a/modules/subscribe/api/IndexController.php b/modules/subscribe/api/IndexController.php index 04293e45..383f9390 100644 --- a/modules/subscribe/api/IndexController.php +++ b/modules/subscribe/api/IndexController.php @@ -5,7 +5,7 @@ use framework\common\BasicController; use subscribe\models\SubscribeTemplate; -class IndexController extends BasicController +class IndexController extends BasicController { /** * 重写父类 @@ -26,7 +26,7 @@ public function actionIndex() Error('请选择平台'); } $AppID = \Yii::$app->params['AppID']; - $list = SubscribeTemplate::find()->where(['AppID' => $AppID, 'platform' => $behavior, 'is_deleted' => 0])->all(); + $list = SubscribeTemplate::find()->where(['AppID' => $AppID, 'platform' => $behavior, 'is_deleted' => 0])->all(); if ($list) { $list = array_column($list, null, 'tpl_name'); } @@ -39,7 +39,7 @@ public function actionIndex() } } return [ - 'form' => $newList + 'form' => $newList, ]; } @@ -66,30 +66,30 @@ public function actionCreate() private function save($platform) { - $t = \Yii::$app->db->beginTransaction(); + $t = \Yii::$app->db->beginTransaction(); $AppID = \Yii::$app->params['AppID']; SubscribeTemplate::updateAll([ 'deleted_time' => time(), - 'is_deleted' => 1 + 'is_deleted' => 1, ], [ - 'AppID' => $AppID, - 'platform' => $platform, - 'is_deleted' => 0 + 'AppID' => $AppID, + 'platform' => $platform, + 'is_deleted' => 0, ]); $default = array_keys(\subscribe\api\IndexController::getSetting()); - $post = []; + $post = []; foreach ($default as $item) { $post[$item] = \Yii::$app->request->post($item); } $list = []; foreach ($post as $key => $item) { - $newItem['AppID'] = $AppID; - $newItem['tpl_id'] = $item; - $newItem['tpl_name'] = $key; - $newItem['platform'] = $platform; + $newItem['AppID'] = $AppID; + $newItem['tpl_id'] = $item; + $newItem['tpl_name'] = $key; + $newItem['platform'] = $platform; $newItem['created_time'] = time(); $newItem['updated_time'] = time(); - $list[] = $newItem; + $list[] = $newItem; } if (count($list) > 0) { $res = \Yii::$app->db->createCommand()->batchInsert( @@ -108,71 +108,84 @@ private function save($platform) public static function getSetting() { - return [ - 'order_pay' => [ - 'id' => '4616', + return [ + 'order_pay' => [ + 'id' => '4616', 'keyword_id_list' => [2, 4, 6, 8], - 'title' => '付款成功通知', - 'categoryId' => '307', // 类目id - 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 - 'data' => [ - 'amount2' => '', - 'date4' => '', - 'thing6' => '', + 'title' => '付款成功通知', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ + 'amount2' => '', + 'date4' => '', + 'thing6' => '', 'character_string8' => '', - ] + ], ], - 'order_send' => [ - 'id' => '855', + 'order_send' => [ + 'id' => '855', 'keyword_id_list' => [7, 4, 11, 1], - 'title' => '订单发货通知', - 'categoryId' => '307', // 类目id - 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 - 'data' => [ - 'thing7' => '', + 'title' => '订单发货通知', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ + 'thing7' => '', 'character_string4' => '', - 'thing11' => '', + 'thing11' => '', 'character_string1' => '', - ] + ], ], 'order_sale_verify' => [ - 'id' => '5049', + 'id' => '5049', 'keyword_id_list' => [6, 8, 7], - 'title' => '售后状态通知', - 'categoryId' => '307', // 类目id - 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 - 'data' => [ - 'thing6' => '', + 'title' => '售后状态通知', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ + 'thing6' => '', 'character_string8' => '', - 'amount7' => '' - ] + 'amount7' => '', + ], ], - 'order_refund_tpl' => [ - 'id' => '7517', + 'order_refund_tpl' => [ + 'id' => '7517', 'keyword_id_list' => [6, 2, 3, 7], - 'title' => '退款成功通知', - 'categoryId' => '307', // 类目id - 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 - 'data' => [ - 'amount6' => '', + 'title' => '退款成功通知', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ + 'amount6' => '', 'character_string2' => '', - 'thing3' => '', - 'time7' => '', - ] + 'thing3' => '', + 'time7' => '', + ], ], - 'coupon_expire' => [ - 'id' => '1202', + 'coupon_expire' => [ + 'id' => '1202', 'keyword_id_list' => [5, 3, 1, 9], - 'title' => '优惠券到期提醒', - 'categoryId' => '307', // 类目id - 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 - 'data' => [ + 'title' => '优惠券到期提醒', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ 'thing5' => '', - 'time3' => '', + 'time3' => '', 'thing1' => '', 'thing9' => '', - ] - ] + ], + ], + 'task_refund_tpl' => [ + 'id' => '310', + 'keyword_id_list' => [1, 2, 3, 4], + 'title' => '积分变更提醒', + 'categoryId' => '307', // 类目id + 'type' => 2, // 订阅类型 2--一次性订阅 1--永久订阅 + 'data' => [ + 'character_string1' => '', + 'character_string2' => '', + 'thing3' => '', + 'time4' => '', + ], + ], ]; } @@ -186,8 +199,8 @@ private function addTemplate(array $templateList, $platform) 'appid' => $mpConfig['AppID'], // 填写高级调用功能的app id, 请在微信开发模式后台查询 'appsecret' => $mpConfig['AppSecret'], // 填写高级调用功能的密钥 ]); - $list = $wechat->getTemplateList(); - $newList = $list['data']; + $list = $wechat->getTemplateList(); + $newList = $list['data']; $templateIdList = []; foreach ($templateList as $index => $item) { $flag = true; @@ -196,7 +209,7 @@ private function addTemplate(array $templateList, $platform) $templateIdList[] = [ 'tpl_desc' => $item['title'], 'tpl_name' => $index, - 'tpl_id' => $value['priTmplId'] + 'tpl_id' => $value['priTmplId'], ]; $flag = false; break; @@ -204,11 +217,11 @@ private function addTemplate(array $templateList, $platform) } if ($flag) { try { - $res = $wechat->addTemplate($item['id'], $item['keyword_id_list'], '添加模板by-leadshop'); + $res = $wechat->addTemplate($item['id'], $item['keyword_id_list'], '添加模板by-leadshop'); $templateIdList[] = [ 'tpl_desc' => $item['title'], 'tpl_name' => $index, - 'tpl_id' => $res['priTmplId'] + 'tpl_id' => $res['priTmplId'], ]; } catch (\Exception $exception) { continue; @@ -217,4 +230,4 @@ private function addTemplate(array $templateList, $platform) } return $templateIdList; } -} \ No newline at end of file +} diff --git a/modules/system/api/AccountController.php b/modules/system/api/AccountController.php index 0120b3e8..d49736e2 100644 --- a/modules/system/api/AccountController.php +++ b/modules/system/api/AccountController.php @@ -6,9 +6,9 @@ */ namespace system\api; +use framework\common\AccessToken; use framework\common\BasicController; use Yii; -use \framework\common\TokenHttpException; /** * 后台用户管理器 @@ -30,8 +30,9 @@ public function actionLogin() //删除用户密码字段 unset($data['password']); //获取Token数据 - $token = $this->getToken($data['id']); - $data['token'] = $token; + $data['token_type'] = 'Bearer'; + $data['access_token'] = AccessToken::getToken($data['id']); + $data['refresh_token'] = AccessToken::getToken($data['id'], 2); return $data; } else { Error('用户不存在或密码错误'); @@ -44,15 +45,7 @@ public function actionLogin() */ public function actionLogout() { - $post = Yii::$app->request->post(); - $data = $this->modelClass::find()->where(['mobile' => $post['mobile'], 'password' => $post['password']])->one(); - if ($data) { - $token = $this->getToken($data['id']); - $data['token'] = $token; - return $data; - } else { - return null; - } + return null; } /** @@ -88,43 +81,17 @@ public function actionReset() //调用模型 $model = new $this->modelClass(); $postData = Yii::$app->request->post(); - $token = $postData['token'] ? $postData['token'] : ""; - $token = Yii::$app->jwt->getParser()->parse((string) $token); - $data = Yii::$app->jwt->getValidationData(); - $AppID = Yii::$app->params['AppID'] ? Yii::$app->params['AppID'] : ''; - $host = Yii::$app->request->hostInfo; - $origin = isset($_SERVER['HTTP_ORIGIN']) ? $_SERVER['HTTP_ORIGIN'] : ''; - $data->setIssuer($host); - $data->setAudience($origin); - $data->setId($AppID); - $data->setCurrentTime(time()); - if ($token->validate($data)) { - $id = $token->getClaim('id'); - if ($id) { - $data = $model::findOne($id)->toArray(); - $data['token'] = (string) $token; - return $data; - } else { - return null; - } + $token = $postData['refresh_token'] ? $postData['refresh_token'] : ""; + $token = AccessToken::resetToken($token, 2); + $id = $token->getClaim('id'); + if ($id) { + $data = $model::findOne($id)->toArray(); + $data['token_type'] = 'Bearer'; + $data['access_token'] = AccessToken::getToken($data['id']); + $data['refresh_token'] = AccessToken::getToken($data['id'], 2); + return $data; } else { - if ($token->getClaim('jti') !== $AppID) { - throw new TokenHttpException('Leadshop应用ID验证错误', 419); - } else { - $data->setCurrentTime(time() - 26500); - if ($token->validate($data)) { - $id = $token->getClaim('id'); - if ($id) { - $data = $model::findOne($id)->toArray(); - $data['token'] = (string) $this->getToken($id); - return $data; - } else { - return null; - } - } else { - throw new TokenHttpException('Token validation timeout', 419); - } - } + return null; } } diff --git a/modules/system/models/Account.php b/modules/system/models/Account.php index 23a9f23e..27a328d7 100644 --- a/modules/system/models/Account.php +++ b/modules/system/models/Account.php @@ -6,10 +6,9 @@ */ namespace system\models; +use framework\common\AccessToken; use framework\common\CommonModels; -use sizeg\jwt\Jwt; use Yii; -use \framework\common\TokenHttpException; class Account extends CommonModels implements \yii\web\IdentityInterface { @@ -73,37 +72,12 @@ public static function findIdentity($id) */ public static function findIdentityByAccessToken($token, $type = null) { - $token = Yii::$app->jwt->getParser()->parse((string) $token); - $data = Yii::$app->jwt->getValidationData(); - $AppID = Yii::$app->params['AppID'] ? Yii::$app->params['AppID'] : ''; - $host = Yii::$app->request->hostInfo; - $origin = isset($_SERVER['HTTP_ORIGIN']) ? $_SERVER['HTTP_ORIGIN'] : ''; - $data->setIssuer($host); - $data->setAudience($origin); - $data->setId($AppID); - $data->setCurrentTime(time()); - if ($token->validate($data)) { - $id = $token->getClaim('id'); - if ($id) { - $data = static::findOne($id); - $data->uid = $id; - $data->token = (string) $token; - return $data; - } else { - return null; - } - } else { - if ($token->getClaim('jti') !== $AppID) { - throw new TokenHttpException('Leadshop应用ID验证错误', 419); - } else { - $data->setCurrentTime(time() - 21500); - if ($token->validate($data)) { - throw new TokenHttpException('Token validation timeout', 420); - } else { - throw new TokenHttpException('Token validation timeout', 419); - } - } - } + $token = AccessToken::accessToken($token); + $id = $token->getClaim('id'); + $data = static::findOne($id); + $data->uid = $id; + $data->token = (string) $token; + return $data; } public function getId() diff --git a/modules/system/models/Plugin.php b/modules/system/models/Plugin.php new file mode 100644 index 00000000..002d537c --- /dev/null +++ b/modules/system/models/Plugin.php @@ -0,0 +1,42 @@ + 10, 'comment' => "ID"]; + const name = ['string' => 100, 'default' => '100', 'description' => "备注2"]; + const title = ['string' => 100, 'default' => '1', 'description' => '标题']; + const status = ['tinyint' => 1, 'notNull', 'comment' => '0非默认 1默认']; + const content = ['longtext' => 255, 'description' => '数据内容']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + ['body', 'string'], + ['title', 'string'], + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%plugin}}'; + } + +} diff --git a/modules/users/api/IndexController.php b/modules/users/api/IndexController.php index cd211b55..c102cedb 100644 --- a/modules/users/api/IndexController.php +++ b/modules/users/api/IndexController.php @@ -196,15 +196,30 @@ public function actionSearch() $AppID = Yii::$app->params['AppID']; $where = ['user.AppID' => $AppID]; - $with = [ - 'statistical as statistical', - 'oauth as oauth', - 'labellog as labellog' => function ($q) { - $q->with(['label' => function ($query) { - $query->select('id,name'); - }]); - }, - ]; + + //判断插件已经安装,则执行 + if ($this->plugins("task", "status")) { + $with = [ + 'statistical as statistical', + 'oauth as oauth', + 'taskuser as taskuser', + 'labellog as labellog' => function ($q) { + $q->with(['label' => function ($query) { + $query->select('id,name'); + }]); + }, + ]; + } else { + $with = [ + 'statistical as statistical', + 'oauth as oauth', + 'labellog as labellog' => function ($q) { + $q->with(['label' => function ($query) { + $query->select('id,name'); + }]); + }, + ]; + } //关键词搜索 $search = $keyword['search'] ?? false; @@ -309,17 +324,34 @@ public function actionView() { $id = Yii::$app->request->get('id', false); - $result = M('users', 'User')::find() - ->where(['id' => $id]) - ->with([ + //判断插件已经安装,则执行 taskuser + if ($this->plugins("task", "status")) { + $with = [ 'statistical', 'oauth', + 'taskuser', 'labellog' => function ($query) { $query->where(['is_deleted' => 0])->with(['label' => function ($query) { $query->select('id,name'); }]); }, - ]) + + ]; + } else { + $with = [ + 'statistical', + 'oauth', + 'labellog' => function ($query) { + $query->where(['is_deleted' => 0])->with(['label' => function ($query) { + $query->select('id,name'); + }]); + }, + ]; + } + + $result = M('users', 'User')::find() + ->where(['id' => $id]) + ->with($with) ->asArray() ->one(); @@ -365,7 +397,7 @@ public function actionView() } } - $result['coupon'] = M('coupon','UserCoupon')::find()->where(['UID'=>$id,'is_deleted'=>0])->count('id'); + $result['coupon'] = M('coupon', 'UserCoupon')::find()->where(['UID' => $id, 'is_deleted' => 0])->count('id'); return $result; } diff --git a/modules/users/app/IndexController.php b/modules/users/app/IndexController.php index 836e38cf..af562f2f 100644 --- a/modules/users/app/IndexController.php +++ b/modules/users/app/IndexController.php @@ -36,6 +36,10 @@ public function actionIndex() case 'visit': //用户设置 return $this->visit(); break; + case 'info': //用户设置 + $UID = Yii::$app->user->identity->id; + return $this->modelClass::find()->where(['id' => $UID])->one(); + break; default: Error('未定义操作'); break; @@ -126,6 +130,22 @@ public function actionUpdate() } } + /** + * 设置用户信息 + * @param string $value [description] + * @return [type] [description] + */ + public function setting() + { + $UID = Yii::$app->user->identity->id; + $post = Yii::$app->request->post(); + $model = M('users', 'User')::findOne($UID); + $model->setScenario('setting'); + $model->setAttributes($post); + $this->plugins("task", ["score", ["perfect", 1, $UID]]); + return $model->save(); + } + /** * 解绑手机 * @return [type] [description] @@ -138,7 +158,6 @@ public function removeMobile() if (empty($model)) { Error('用户不存在'); } - $model->mobile = null; return $model->save(); } @@ -294,7 +313,7 @@ public static function register($event) $coupons = Coupon::find()->where([ 'AND', [ - 'AppID' => Yii::$app->params['AppID'], + 'AppID' => Yii::$app->params['AppID'], 'status' => 1, ], ['>', 'over_num', 0], @@ -304,7 +323,7 @@ public static function register($event) /**@var Coupon $coupon*/ foreach ($coupons as $coupon) { try { - $result = Coupon::obtain($coupon, [Yii::$app->user], 4, $coupon->register_limit, 2); + $result = Coupon::obtain($coupon, [Yii::$app->user], 4, $coupon->register_limit, 2); $success = array_merge($success, $result); } catch (\Exception $exception) { Yii::error('==============user register error begin============'); diff --git a/modules/users/models/Address.php b/modules/users/models/Address.php index 86fc9c0d..122c8cf4 100644 --- a/modules/users/models/Address.php +++ b/modules/users/models/Address.php @@ -37,7 +37,7 @@ public function rules() return [ [['name', 'mobile', 'province', 'city', 'district', 'address', 'UID'], 'required', 'message' => '{attribute}不能为空'], [['UID', 'status'], 'integer', 'message' => '{attribute}必须是整数'], - [['mobile'], 'match', 'pattern' => '/^1[0-9]{10}$/','message' => '{attribute}必须为手机号'], + [['mobile'], 'match', 'pattern' => '/^1[0-9]{10}$/', 'message' => '{attribute}必须为手机号'], ]; } @@ -66,8 +66,8 @@ public function attributes() public function scenarios() { $scenarios = parent::scenarios(); - $scenarios['create'] = ['name', 'mobile', 'province', 'city', 'district', 'address', 'UID','status']; - $scenarios['update'] = ['name', 'mobile', 'province', 'city', 'district', 'address','status']; + $scenarios['create'] = ['name', 'mobile', 'province', 'city', 'district', 'address', 'UID', 'status']; + $scenarios['update'] = ['name', 'mobile', 'province', 'city', 'district', 'address', 'status']; return $scenarios; } diff --git a/modules/users/models/User.php b/modules/users/models/User.php index 64f96112..c42912bb 100644 --- a/modules/users/models/User.php +++ b/modules/users/models/User.php @@ -7,10 +7,11 @@ namespace users\models; +use framework\common\CommonModels; use sizeg\jwt\Jwt; use Yii; -use \framework\common\TokenHttpException; use yii\web\UnauthorizedHttpException; +use \framework\common\TokenHttpException; /** * This is the model class for table "{{%user}}". @@ -29,13 +30,16 @@ * @property int $deleted_time 删除事件 * @property Oauth $oauth 删除事件 */ -class User extends \yii\db\ActiveRecord implements \yii\web\IdentityInterface +class User extends CommonModels implements \yii\web\IdentityInterface { const id = ['bigkey' => 20, 'unique', 'comment' => 'ID']; const nickname = ['varchar' => 50, 'notNull', 'comment' => '昵称']; const mobile = ['bigint' => 11, 'comment' => '手机号']; const realname = ['varchar' => 50, 'comment' => '真实姓名']; + const birthday = ['varchar' => 50, 'comment' => '生日']; + const area = ['varchar' => 255, 'comment' => '地区']; + const wechat = ['varchar' => 50, 'comment' => '微信号']; const avatar = ['varchar' => 255, 'comment' => '头像']; const gender = ['tinyint' => 1, 'default' => 0, 'comment' => '性别 0未知 1男 2女']; const status = ['tinyint' => 1, 'notNull', 'default' => 0, 'comment' => '帐号状态 0正常 1禁用']; @@ -86,7 +90,7 @@ public function attributes() public function scenarios() { $scenarios = parent::scenarios(); - $scenarios['setting'] = ['mobile', 'realname']; + $scenarios['setting'] = ['mobile', 'realname', 'wechat', 'birthday', 'area']; return $scenarios; } @@ -101,7 +105,9 @@ public function attributeLabels() 'nickname' => '昵称', 'avatar' => '头像', 'gender' => '性别', - 'realname' => '真实姓名', + 'birthday' => '生日', + 'area' => '地区', + 'wechat' => '微信号', ]; } @@ -180,12 +186,25 @@ public function getOauth() return $this->hasOne(Oauth::className(), ['UID' => 'id']); } + public function getScore() + { + $Score = 'plugins\task\models\TaskScore'; + return $this->hasOne($Score::className(), ['UID' => 'id']); + } + + public function getTaskuser() + { + $TaskUser = 'plugins\task\models\TaskUser'; + return $this->hasOne($TaskUser::className(), ['UID' => 'id']); + } + public function getLabellog() { return $this->hasMany(LabelLog::className(), ['UID' => 'id'])->select('id,UID,label_id'); } - public function getCoupon(){ - return $this->hasMany('coupon\models\UserCoupon',['UID'=>'id']); + public function getCoupon() + { + return $this->hasMany('coupon\models\UserCoupon', ['UID' => 'id']); } } diff --git a/plugins/README.md b/plugins/README.md index 3f6acbcb..813ab447 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,3 +1,5 @@ 插件管理 访问方式: -http://域名/api/leadmall/plugin?include=integral&model=integral \ No newline at end of file +http://域名/index.php?q=api/leadmall/plugin&include=integral&model=integral + +http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=integral&model=integral \ No newline at end of file diff --git a/plugins/task/api/Backgoods.php b/plugins/task/api/Backgoods.php new file mode 100644 index 00000000..58d34b39 --- /dev/null +++ b/plugins/task/api/Backgoods.php @@ -0,0 +1,95 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=goods + */ +class Backgoods extends BasicsModules +{ + public $modelClass = 'plugins\task\models\TaskGoods'; + + /** + * 处理接口白名单 + * @var array + */ + public $whitelists = ['index']; + + /** + * GET多条记录 + * @return [type] [description] + */ + public function actionIndex() + { + return $this->modelClass::find()->asArray()->all(); + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + return 233333; + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + //开启事务操作 + //param_type 判断单规格多规格 + $transaction = Yii::$app->db->beginTransaction(); + try { + //获取提交过来的参数 + $post = Yii::$app->request->post(); + $goods_list = is_string($post['goods_list']) ? to_array($post['goods_list']) : $post['goods_list']; + $goods_field = ['goods_id', 'convert_stocks', 'convert_number', 'convert_price', 'convert_limit', 'convert_data']; + $goods_bodys = []; + //循环剥离参数 + foreach ($goods_list as $key => $value) { + if ($value['param_type'] == 1) { + $goods_bodys[$key] = [$value['id'], $value['convert_stocks'], $value['convert_number'], $value['convert_price'], $value['convert_limit'], ""]; + } else { + $goods_bodys[$key] = [$value['id'], "", "", "", "", $value['convert_data']]; + } + } + $returned = $this->modelClass::batchInsert($goods_field, $goods_bodys); + $transaction->commit(); //事务执行 + return $returned; + } catch (Exception $e) { + $transaction->rollBack(); + Error("批量写入数据失败"); + } + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + return "我是更新"; + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/BaseController.php b/plugins/task/api/BaseController.php new file mode 100644 index 00000000..b3ee1936 --- /dev/null +++ b/plugins/task/api/BaseController.php @@ -0,0 +1,336 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class BaseController extends BasicsModules +{ + public $modelClass = 'plugins\task\models\Task'; + public $ModelUser = 'plugins\task\models\TaskUser'; + public $ModelScore = 'plugins\task\models\TaskScore'; + /** + * 处理接口白名单 + * @var array + */ + public $whitelists = ['index', 'score']; + + /** + * GET多条记录 + * 用于处理定时任务使用 + * @return [type] [description] + */ + public function actionIndex() + { + $timing = Yii::$app->request->get("timing", false); + $is_url = Yii::$app->request->get("is_url", false); + $form = $this->manifest('config'); + $row = $this->modelClass::find()->asArray()->all(); + $task = []; + foreach ($row as $key => $item) { + $item['extend'] = to_array($item['extend']); + $task[$key] = $item; + } + + if ($is_url) { + $url = Yii::$app->request->getHostInfo() . Yii::$app->request->url; + return $url; + } + + /** + * 用于处理定时器 + */ + if ($timing) { + $this->checkAccessToken(); + if ($form['change_time']['start']) { + P2("执行系统积分清除计划"); + //获取每年的这个时间 + $Y = date('Y'); + $M = date('m', strtotime($form['change_time']['start'])); + $D = date('d', strtotime($form['change_time']['start'])); + + //判断是否是今天需要执行 + //此处用于执行数据清零 + if (date('Ymd', strtotime($Y . $M . $D)) == date('Ymd')) { + P2("处理积分清零操作"); + //这里需要执行积分清零接口 + //第一步:获取这个时间内365天所有获得积分值 + //第二步:获取这个时间内365天所有消费的分值 + //第三步:两个分数值相减,如果大于0的,就从总积分中,减去这个分值 + //处理积分时间 + + // $aaaa = \Yii::$app->subscribe + // ->setUser(2) + // ->setPage('plugins/task/index') + // ->send(new TaskSendMessage([ + // 'number' => 1, + // 'balance' => 22, + // 'remark' => "天机石积分", + // 'time' => date("Y年m月d日 H:m", time()), + // ])); + // P($aaaa); + // exit("大计靠拉伸打开吉安市"); + //处理积分时间 + $_M = date('m', strtotime($form['change_time']['end'])); + $_D = date('d', strtotime($form['change_time']['end'])); + //标签执行清零区间时间 + $timeA = strtotime("-1 year", strtotime($Y . $_M . $_D)); + $timeB = strtotime("+1 day", strtotime($Y . $_M . $_D)); + //标签执行清零时的时间 + $timeC = strtotime("+1 day", strtotime($Y . $M . $D)); + P2(["获得时间", [$timeA, date('Y-m-d H:m:s', $timeA)], [$timeB, date('Y-m-d H:m:s', $timeB)], [$timeC, date('Y-m-d H:m:s', $timeC)]]); + //处理年月日 + $money_count = $this->ModelScore::find()->select(["sum(number) as total", "UID"]) + ->where(['status' => 1, 'type' => 'add']) + ->andwhere(['>=', 'start_time', $timeA]) + ->andwhere(['<=', 'start_time', $timeB]) + ->groupBy(['UID']) + ->asArray() + ->all(); + P2($money_count); + + //处理循环用户 + foreach ($money_count as $key => $value) { + $dataUser = $this->ModelUser::find()->where(["UID" => $value['UID']])->one(); + if ($dataUser) { + $dataScore = $this->ModelScore::find() + ->where(["UID" => $value['UID']]) + ->andwhere(["identifier" => "reset"]) + ->andwhere(['>=', 'start_time', $timeA]) + ->andwhere(['<=', 'start_time', $timeC]) + ->one(); + //处理不存在 + if (!$dataScore) { + if ($dataUser->number >= $value['total']) { + P(["开始执行清除", [-$value['total'], $value['UID'], 0, 'del', '系统积分清零', "reset"]]); + $ret = $this->plugins("task", ["scoreadd", [-$value['total'], $value['UID'], 0, 'del', '系统积分清零', "reset"]]); + P2(["清除处理结果", $ret]); + } + } + } + } + P("完成清除计划"); + exit(); + } + + $_M = date('m', strtotime($form['change_time']['end'])); + $_D = date('d', strtotime($form['change_time']['end'])); + //获取几天前 + $reset = empty($form['reset_remind']) ? 1 : $form['reset_remind']; + $remind = strtotime("-$reset day", strtotime($Y . $_M . $_D)); + + //往前捣鼓15天(具体得看设置的时间) + //此处用于消息提醒触发 + if ($remind == strtotime(date('Ymd'))) { + P2("处理积分清零提醒"); + //这里需要执行积分提醒接口 + //第一步:获取这个时间内365天所有获得积分值 + //第二步:获取这个时间内365天所有消费的分值 + //第三步:两个分数值相减,如果大于0的,就从总积分中,减去这个分值 + //处理积分时间 + //标签执行清零区间时间 + $timeA = strtotime("-1 year", strtotime($Y . $_M . $_D)); + $timeB = strtotime("+1 day", strtotime($Y . $_M . $_D)); + //标签执行清零时的时间 + $timeC = strtotime("+1 day", strtotime($Y . $M . $D)); + + P2(["获得时间", [$timeA, date('Y-m-d H:m:s', $timeA)], [$timeB, date('Y-m-d H:m:s', $timeB)], [$timeC, date('Y-m-d H:m:s', $timeC)]]); + + //处理年月日 + $money_count = $this->ModelScore::find()->select(["sum(number) as total", "UID"]) + ->where(['status' => 1, 'type' => 'add']) + ->andwhere(['>=', 'start_time', $timeA]) + ->andwhere(['<=', 'start_time', $timeB]) + ->groupBy(['UID']) + ->asArray() + ->all(); + //满足清零条件的用户 + P($money_count); + //处理循环用户 + foreach ($money_count as $key => $value) { + $dataUser = $this->ModelUser::find()->where(["UID" => $value['UID']])->one(); + if ($dataUser->number >= $value['total']) { + $date = date('Ymd', $timeB); + P2(["循环执行提醒", $date, $value['UID'], $value['total']]); + $this->sendSMS($value['UID'], $date, $value['total']); + } + } + } + } + P2("定时任务接口"); + exit(); + return "处理白名单接口"; + } else { + //http://www.qmpaas.com/index.php?q=/api/leadmall/plugin&include=task&model=base + $url = $this->getUrlAddress(); + return ["form" => $form, "task" => $task, "url" => $url]; + } + + } + + /** + * 获取URL地址 + * @return [type] [description] + */ + public function getUrlAddress() + { + $behavior = \Yii::$app->request->get('behavior'); + $name = \Yii::$app->request->post('name'); + $name && \Yii::$app->crontab->getCrontab($name); + $setting = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'merchant_id' => 1, 'keyword' => 'crontab_access_token']); + if (!$setting || $behavior == 'reset') { + $accessToken = $this->generateAccessToken($setting); + } else { + $accessToken = $setting['content']; + } + $url = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl . '/index.php?q=/api/leadmall/plugin&include=task&model=base&timing=1&access_token=' . $accessToken . '&appid=' . \Yii::$app->params['AppID']; + if ($name) { + return $url . '&name=' . $name; + } + return $url; + } + + /** + * 获取Token信息 + * @param [type] $setting [description] + * @return [type] [description] + */ + private function generateAccessToken($setting) + { + if (!$setting) { + $setting = new Setting(); + } + $accessToken = \Yii::$app->security->generateRandomString(16); + $setting->AppID = \Yii::$app->params['AppID']; + $setting->merchant_id = 1; + $setting->keyword = 'crontab_access_token'; + $setting->content = $accessToken; + if (!$setting->save()) { + Error($setting->getErrorMsg()); + } + return $accessToken; + } + + /** + * 检查Token信息 + * @return [type] [description] + */ + private function checkAccessToken() + { + $appid = \Yii::$app->request->get('appid'); + if (!$appid) { + Error('店铺AppID不存在'); + } + $file = \Yii::$app->basePath . "/stores/{$appid}.json"; + if (!file_exists($file)) { + Error('店铺不存在'); + } + \Yii::$app->params = json_decode(file_get_contents($file), true); + $accessToken = \Yii::$app->request->get('access_token'); + if (!$accessToken) { + Error('定时任务access_token不存在'); + } + $res = Setting::findOne(['AppID' => \Yii::$app->params['AppID'], 'keyword' => 'crontab_access_token']); + if (!$res) { + Error('定时任务access_token尚未配置'); + } + if ($res['content'] != $accessToken) { + Error('定时任务access_token不正确'); + } + } + + public function sendSMS($UID, $date, $code) + { + $UserData = \users\models\User::find()->where(["id" => $UID])->one(); + //判断手机号是否存在 + if ($UserData && $UserData->mobile) { + //处理短信模板 + $event = array('sms' => []); + $event = json_decode(json_encode($event)); + $event->sms = array( + 'type' => 'score_due', + 'mobile' => [$UserData->mobile], + 'params' => [ + 'date' => $date, + 'code' => $code, + ], + ); + P2(["短信发送对象", $event]); + //执行短信发送 + (new smsController($this->id, $this->module))->sendSms($event); + } + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + return 233333444; + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + $form = Yii::$app->request->post("form"); + $task = Yii::$app->request->post("task"); + + //保存系统配置问题 + $this->manifest('config', $form); + //循环查找数据链 + foreach ($task as $key => $item) { + $model = $this->modelClass::find()->where(['keyword' => $item['keyword']])->one(); + if (!$model) { + $model = new $this->modelClass(); + } + //处理需要更新的字段信息1 + $model->name = $item['name']; + $model->type = $item['type']; + $model->keyword = $item['keyword']; + $model->total = $item['total']; + $model->acquire = $item['acquire']; + $model->maximum = $item['maximum']; + $model->status = $item['status']; + $model->remark = $item['remark']; + $model->extend = to_json($item['extend']); + $model->save(); + } + return true; + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + + return 111; + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/DemoController.php b/plugins/task/api/DemoController.php new file mode 100644 index 00000000..d1420d04 --- /dev/null +++ b/plugins/task/api/DemoController.php @@ -0,0 +1,65 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class DemoController extends BasicsModules +{ + public $modelClass = 'plugins\task\models\Task'; + + /** + * GET多条记录 + * @return [type] [description] + */ + public function actionIndex() + { + $this->manifest(); + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + return 233333; + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/GoodsController.php b/plugins/task/api/GoodsController.php new file mode 100644 index 00000000..f6da9e2c --- /dev/null +++ b/plugins/task/api/GoodsController.php @@ -0,0 +1,491 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=goods + */ +class GoodsController extends BasicsModules +{ + public $goodsModel = 'goods\models\Goods'; + public $orderModel = 'order\models\Order'; + public $taskGoodsModel = 'plugins\task\models\TaskGoods'; + public $goodsTaskModel = 'goods\models\Goods\GoodsData'; + public $specsModel = 'goods\models\GoodsData'; + public $goodsData = 'goods\models\GoodsData'; + public $goodsOrderGoods = 'order\models\OrderGoods'; + + /** + * 处理接口白名单 + * @var array + */ + public $whitelists = ['index']; + + /** + * 商品列表 + * @return [type] [description] + */ + public function actionIndex() + { + //获取头部信息 + $headers = Yii::$app->getRequest()->getHeaders(); + //获取分页信息 + $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; + //搜索关键字 + $keyword = Yii::$app->request->get('keyword', "[]"); + + //数据转换 + if ($keyword) { + $keyword = to_array($keyword); + } + + //判断是否有商品存在 + if (!$this->taskGoodsModel::find()->one()) { + return []; + } + + //处理获取商品类型 + $tab_key = $keyword['tab_key'] ?? 'all'; + switch ($tab_key) { + case 'onsale': //上架中 + $where = ['t.goods_is_sale' => 1, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'nosale': //下架中 + $where = ['t.goods_is_sale' => 0, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'soldout': //售罄 + $where = ['t.task_stock' => 0]; + break; + case 'recycle': //回收站 + $where = ['t.is_recycle' => 1, 't.is_deleted' => 0]; + break; + case 'drafts': //草稿箱 + $where = ['and', ['t.is_recycle' => 0], ['<>', 'status', 0]]; + break; + default: //默认获取全部 + $where = ['t.is_recycle' => 0, 'status' => 0]; + break; + } + + $merchant_id = 1; + $AppID = Yii::$app->params['AppID']; + $where = ['and', $where, ['merchant_id' => $merchant_id, 'AppID' => $AppID]]; + + //商品分类筛选 + $group = $keyword['group'] ?? false; + if ($group) { + $group = is_array($group) ? $group : [$group]; + if (count($group) > 1) { + $group_arr = ['or']; + foreach ($group as $value) { + $arr = ['like', 'group', '-' . $value . '-']; + array_push($group_arr, $arr); + } + $where = ['and', $where, $group_arr]; + } else { + $where = ['and', $where, ['like', 'group', '-' . $group[0] . '-']]; + } + } + + //积分区间 + $score_start = $keyword['score_start'] ?? -1; + if ($score_start !== '' && $score_start >= 0) { + $where = ['and', $where, ['>=', 't.task_number', $score_start]]; + } + $score_end = $keyword['score_end'] ?? -1; + if ($score_start !== '' && $score_end >= 0) { + $where = ['and', $where, ['<=', 't.task_number', $score_end]]; + } + + if ($keyword['date'] && $keyword['date'][0]) { + $keyword['time_start'] = strtotime($keyword['date'][0]); + $keyword['time_end'] = strtotime($keyword['date'][1]); + } + + //时间区间 + $time_start = $keyword['time_start'] ?? false; + if ($time_start > 0) { + $where = ['and', $where, ['>=', 't.created_time', $time_start]]; + } + $time_end = $keyword['time_end'] ?? false; + if ($time_end > 0) { + $where = ['and', $where, ['<=', 't.created_time', $time_end]]; + } + + //搜索 + $search = $keyword['search'] ?? ''; + if ($search) { + //从规格表中模糊查询出货号符合要求的商品ID数组 + $param = $this->goodsData::find()->where(['goods_sn' => $search])->select('goods_id')->asArray()->all(); + $goods_arr = array_column($param, 'goods_id'); + + $where = ['and', $where, ['or', ['like', 'name', $search], ['in', 'g.id', $goods_arr], ['g.id' => $search]]]; + } + + //处理排序 + $sort = isset($keyword['sort']) && is_array($keyword['sort']) ? $keyword['sort'] : []; + $orderBy = []; + if (empty($sort)) { + $orderBy = ['t.created_time' => SORT_DESC]; + } else { + foreach ($sort as $key => $value) { + $orderBy[$key] = $value === 'ASC' ? SORT_ASC : SORT_DESC; + } + } + //判断内容必须村子 + $where = ['and', $where, ['>', 't.goods_id', 0]]; + + $data = new ActiveDataProvider( + [ + 'query' => $this->goodsModel::find() + ->from(['g' => $this->goodsModel::tableName()]) + ->joinWith('task') + ->where($where) + ->with('data') + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + + $headers = Yii::$app->response->headers; + $content = $this->actionTabcount(); + $headers->add('content-page', to_json($content)); + // 用于打印SQl语句 + // P($this->goodsModel::find() + // ->joinWith('task') + // ->where($where) + // ->with('data') + // ->orderBy($orderBy) + // ->createCommand()->getRawSql()); + // exit(); + $list = $data->getModels(); + $id_list = array_column($list, 'id'); + //处理兑换记录 + $visit = $this->goodsOrderGoods::find() + ->where(['goods_id' => $id_list]) + ->andWhere(['>', 'score_amount', 0]) + ->groupBy(['goods_id']) + ->select(['goods_id', 'visitors' => 'count(goods_id)']) + ->asArray() + ->all(); + + $visit = array_column($visit, null, 'goods_id'); + foreach ($list as $key => &$value) { + // $value['slideshow'] = to_array($value['slideshow']); + // $value['goods_sn'] = @$value['data']['goods_sn']; + // unset($value['data']); + $value['visitors'] = isset($visit[$value['id']]) ? $visit[$value['id']]['visitors'] : 0; + } + //将所有返回内容中的本地地址代替字符串替换为域名 + $list = str2url($list); + $data->setModels($list); + return $data; + } + + public function actionTabcount() + { + //商品分组 + $keyword = Yii::$app->request->get('keyword', "[]"); + + //数据转换 + if ($keyword) { + $keyword = to_array($keyword); + } + + $merchant_id = 1; + $AppID = Yii::$app->params['AppID']; + $where = [ + 'merchant_id' => $merchant_id, + 'AppID' => $AppID, + ]; + + //积分区间 + $score_start = $keyword['score_start'] ?? -1; + if ($score_start !== '' && $score_start >= 0) { + $where = ['and', $where, ['>=', 't.task_number', $score_start]]; + } + $score_end = $keyword['score_end'] ?? -1; + if ($score_start !== '' && $score_end >= 0) { + $where = ['and', $where, ['<=', 't.task_number', $score_end]]; + } + + if ($keyword['date'] && $keyword['date'][0]) { + $keyword['time_start'] = strtotime($keyword['date'][0]); + $keyword['created_time'] = strtotime($keyword['date'][1]); + } + + //时间区间 + $time_start = $keyword['time_start'] ?? false; + if ($time_start > 0) { + $where = ['and', $where, ['>=', 't.created_time', $time_start]]; + } + $time_end = $keyword['time_end'] ?? false; + if ($time_end > 0) { + $where = ['and', $where, ['<=', 't.created_time', $time_end]]; + } + + //搜索 + $search = $keyword['search'] ?? ''; + if ($search) { + //从规格表中模糊查询出货号符合要求的商品ID数组 + $param = $this->goodsData::find()->where(['goods_sn' => $search])->select('goods_id')->asArray()->all(); + $goods_arr = array_column($param, 'goods_id'); + + $where = ['and', $where, ['or', ['like', 'name', $search], ['in', 'g.id', $goods_arr], ['g.id' => $search]]]; + } + + $data_list = ['all' => 0, 'onsale' => 0, 'nosale' => 0, 'soldout' => 0, 'drafts' => 0, 'recycle' => 0]; + + //判断内容必须村子 + $where = ['and', $where, ['>', 't.goods_id', 0]]; + + foreach ($data_list as $key => &$value) { + switch ($key) { + case 'onsale': //上架中 + $w = ['t.goods_is_sale' => 1, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'nosale': //下架中 + $w = ['t.goods_is_sale' => 0, 't.is_recycle' => 0, 'status' => 0]; + break; + case 'soldout': //售罄 + $w = ['t.task_stock' => 0]; + break; + case 'recycle': //回收站 + $w = ['t.is_recycle' => 1, 't.is_deleted' => 0]; + break; + case 'drafts': //草稿箱 + $w = ['and', ['t.is_recycle' => 0], ['<>', 'status', 0]]; + break; + default: //默认获取全部 + $w = ['t.is_recycle' => 0, 'status' => 0]; + break; + } + + $w = ['and', $where, $w]; + $value = $this->goodsModel::find() + ->from(['g' => $this->goodsModel::tableName()]) + ->joinWith('task') + ->with('data') + ->where($w) + ->count(); + + } + return $data_list; + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + $id = Yii::$app->request->get('id', null); + //判断内容必须村子 + $where = ['and', ["t.id" => $id]]; + + $data = $this->goodsModel::find() + ->joinWith('task') + ->with('data') + ->where($where) + ->asArray() + ->one(); + return str2url($data); + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + //param_type 判断单规格多规格 + $transaction = Yii::$app->db->beginTransaction(); + try { + //获取提交过来的参数 + $post = Yii::$app->request->post(); + //开启事务操作 + $goods_list = is_string($post['goods_list']) ? to_array($post['goods_list']) : $post['goods_list']; + //用于判断商品是否上架 + $goods_is_sale = $post['goods_is_sale']; + //需要批量修的列表 + $specs_lists = []; + //循环处理数据源 + foreach ($goods_list as $key => $data) { + + $specinfo = []; + if (isset($data['task_stock'])) { + $specinfo = $data; + } + if (isset($data['task'])) { + $specinfo = $data['task']; + } + //判断商品是否存在 + $goods_body = [ + 'goods_id' => $data['id'], //商品ID + 'task_stock' => isset($specinfo['task_stock']) ? $specinfo['task_stock'] : 0, //兑换库存 + 'task_number' => isset($specinfo['task_number']) ? $specinfo['task_number'] : 9999999999, //兑换积分值 + 'task_price' => isset($specinfo['task_price']) ? $specinfo['task_price'] : 9999999999, //兑换金额 + 'task_limit' => isset($specinfo['task_limit']) ? $specinfo['task_limit'] : '', //兑换限制 + 'goods_is_sale' => $goods_is_sale, //商品状态 是否上架 + ]; + + //此处处理多规格数据 + if ($data['param_type'] == 2) { + //处理更新把原本在的数据状态设置为0 + $this->specsModel::updateAll(['task_status' => 1], ['goods_id' => $data['id']]); + //库存清零 + $goods_body['task_stock'] = 0; + //循环保存数据 + foreach ($data['param'] as $i => $item) { + //对比获得最小值 + $task_number = $goods_body['task_number']; + $task_price = $goods_body['task_price']; + if ($goods_body['task_number'] > 0 && $goods_body['task_price'] > 0) { + if ($item['task_number'] <= $task_number) { + if ($item['task_price'] <= $task_price) { + $task_number = $item['task_number']; + $task_price = $item['task_price']; + } + } + } + + //循环处理商品信息 + $goods_body['task_stock'] += $item['task_stock']; + $goods_body['task_number'] = $task_number; //兑换积分值 + $goods_body['task_price'] = $task_price; //兑换金额 + $goods_body['task_limit'] = $item['task_limit']; + + //存储多规格需要写入的数据 + $specs_body = [ + 'goods_id' => $data['id'], //商品ID + 'task_stock' => $item['task_stock'], //兑换库存 + 'task_number' => $item['task_number'], //兑换积分值 + 'task_price' => $item['task_price'], //兑换金额 + 'task_limit' => $item['task_limit'], //兑换限制 + 'task_status' => 1, //商品状态 是否上架 + ]; + //不要问我为啥不用批量操作,批量操作要么用增加外键索引保证唯一,写入的时候自行判断 + //要么就先删除后写入操作,所以这里采用了循环执行SQL语句 + $this->getSpecsModel($item['id'], $specs_body); + } + } + + //此处处理多规格数据 + if ($data['param_type'] == 1) { + $model = $this->specsModel::find()->where(['goods_id' => $goods_body['goods_id']])->one(); + $ret = (new $this->specsModel())->updateAll(array( + 'task_stock' => $goods_body['task_stock'], //兑换库存 + 'task_number' => $goods_body['task_number'], //兑换积分值 + 'task_price' => $goods_body['task_price'], //兑换金额 + 'task_limit' => $goods_body['task_limit'], //兑换限制 + 'task_status' => 1, //商品状态 是否上架 + ), ['id' => $model->id]); + } + //执行商品数据写入操作 + $this->getGoodsModel($data['id'], $goods_body); + } + //事务执行 + $transaction->commit(); + //返回结果集 + return true; + } catch (Exception $e) { + $transaction->rollBack(); + Error("批量写入数据失败"); + } + } + + /** + * 判断商品是否存在 + * @param string $value [description] + * @return boolean [description] + */ + public function isGoodsExist() + { + # code... + } + + /** + * 获取商品模型 + * @param [type] $id [description] + * @return [type] [description] + */ + public function getGoodsModel($id, $data) + { + $model = $this->taskGoodsModel::find()->where(['goods_id' => $id])->one(); + if (!$model) { + $model = new $this->taskGoodsModel(); + } + //设置属性数据 + $model->goods_id = $data['goods_id']; + $model->task_stock = $data['task_stock']; + $model->task_number = $data['task_number']; + $model->task_price = $data['task_price']; + $model->task_limit = $data['task_limit']; + $model->is_recycle = 0; + $model->is_deleted = 0; + $model->goods_is_sale = $data['goods_is_sale']; + //执行数据保存 + $model->save(); + } + + /** + * 获取商品模型 + * @param [type] $id [description] + * @return [type] [description] + */ + public function getSpecsModel($id, $data) + { + $model = $this->specsModel::find()->where(['id' => $id])->one(); + if (!$model) { + $model = new $this->specsModel(); + } + //设置属性数据 + $model->goods_id = $data['goods_id']; + + $model->task_stock = $data['task_stock']; + $model->task_number = $data['task_number']; + $model->task_price = $data['task_price']; + $model->task_limit = $data['task_limit']; + $model->task_status = $data['task_status']; + //执行数据保存 + $model->save(); + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + //获取提交过来的参数 + $post = Yii::$app->request->post(); + $type = Yii::$app->request->get('type', 1); + $param = []; + + $param = ["goods_is_sale" => $post['goods_is_sale']]; + + $result = $this->taskGoodsModel::updateAll($param, ["in", "goods_id", $post['checkList']]); + return $result > 0 ? true : false; + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/OrderController.php b/plugins/task/api/OrderController.php new file mode 100644 index 00000000..35b6583b --- /dev/null +++ b/plugins/task/api/OrderController.php @@ -0,0 +1,154 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class OrderController extends BasicsModules +{ + public $orderModel = 'order\models\Order'; + + /** + * GET多条记录 + * @return [type] [description] + */ + public function actionIndex() + { + //获取头部信息 + $headers = Yii::$app->getRequest()->getHeaders(); + //获取分页信息 + $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; + //搜索关键字 + $keyword = Yii::$app->request->get('keyword', "[]"); + + //数据转换 + if ($keyword) { + $keyword = to_array($keyword); + } + + $AppID = Yii::$app->params['AppID']; + + $where = ['user.AppID' => $AppID]; + + $with = [ + 'user as user', + 'goods as goods', + 'oauth as oauth', + ]; + + //关键词搜索 + $search = $keyword['search'] ?? false; + if ($search) { + $where = ['and', $where, ['or', ['like', 'user.nickname', $search], ['like', 'user.realname', $search], ['user.mobile' => $search], ['user.id' => $search]]]; + } + + //用户来源筛选 + $source = $keyword['source'] ?? false; + if ($source) { + $where = ['and', $where, ['oauth.type' => $source]]; + } + + //积分区间 + $score_start = $keyword['score_start'] ?? -1; + if ($score_start !== '' && $score_start >= 0) { + $where = ['and', $where, ['>=', 'o.total_score', $score_start]]; + } + $score_end = $keyword['score_end'] ?? -1; + if ($score_start !== '' && $score_end >= 0) { + $where = ['and', $where, ['<=', 'o.total_score', $score_end]]; + } + + if ($keyword['date'] && $keyword['date'][0]) { + $keyword['time_start'] = strtotime($keyword['date'][0]); + $keyword['time_end'] = strtotime($keyword['date'][1]); + } + + //注册时间区间 + $created_time_start = $keyword['time_start'] ?? false; + if ($created_time_start > 0) { + $where = ['and', $where, ['>=', 'o.created_time', $created_time_start]]; + } + $created_time_end = $keyword['time_end'] ?? false; + if ($created_time_end > 0) { + $where = ['and', $where, ['<=', 'o.created_time', $created_time_end]]; + } + + //处理积分订单 + //'o.status' => 'task' + $where = ['and', $where, ['o.type' => 'task']]; + + $where = ['and', $where, ['>=', 'o.status', '201']]; + + //处理排序 + $sort = isset($keyword['sort']) && is_array($keyword['sort']) ? $keyword['sort'] : []; + $orderBy = []; + if (empty($sort)) { + $orderBy = ['o.created_time' => SORT_DESC]; + } else { + foreach ($sort as $key => $value) { + $orderBy[$key] = $value === 'ASC' ? SORT_ASC : SORT_DESC; + } + } + + //处理返回结果集 + return new ActiveDataProvider( + [ + 'query' => $this->orderModel::find() + ->from(['o' => $this->orderModel::tableName()]) + ->joinWith($with) + ->where($where) + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/ScoreController.php b/plugins/task/api/ScoreController.php new file mode 100644 index 00000000..4a5190ca --- /dev/null +++ b/plugins/task/api/ScoreController.php @@ -0,0 +1,62 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class ScoreController extends BasicsModules +{ + public $ModelTask = 'plugins\task\models\Task'; + public $ModelLog = 'plugins\task\models\TaskLog'; + public $ModelUser = 'plugins\task\models\TaskUser'; + public $ModelScore = 'plugins\task\models\TaskScore'; + + /** + * [actionIndex description] + * @return [type] [description] + * 通过以下方法可以执行内调公共方法 + * $this->plugins("task", ["demo", "098809809"]) + */ + public function actionIndex() + { + //开始结束时间 + $start_time = Yii::$app->request->get('start_time', 0); + $end_time = Yii::$app->request->get('end_time', 0); + //最低最高分数 + $min_score = Yii::$app->request->get('min_score', 0); + $max_score = Yii::$app->request->get('max_score', 0); + //用户ID + $UID = Yii::$app->request->get('UID', 0); + //默认筛选条件 + $where = ['AND']; + //组合拼接筛选条件 + if ($start_time) { + $where[] = [">=", "start_time", $start_time]; + } + if ($end_time) { + $where[] = ["<=", "start_time", $end_time]; + } + if ($min_score) { + $where[] = [">=", "number", $min_score]; + } + if ($max_score) { + $where[] = ["<=", "number", $max_score]; + } + if ($UID) { + $where[] = ["=", "UID", $UID]; + } + return $this->ModelScore::find()->where($where)->orderBy('id DESC')->asArray()->all(); + } + +} diff --git a/plugins/task/api/TaskController.php b/plugins/task/api/TaskController.php new file mode 100644 index 00000000..a1181268 --- /dev/null +++ b/plugins/task/api/TaskController.php @@ -0,0 +1,72 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class TaskController extends BasicsModules +{ + public $modelClass = 'plugins\task\models\Task'; + + /** + * GET多条记录 + * @return [type] [description] + */ + public function actionIndex() + { + $keyword = Yii::$app->request->get("keyword", ""); + if ($keyword) { + return $this->modelClass::find()->where(['keyword' => $keyword])->asArray()->one(); + } else { + return $this->modelClass::find()->asArray()->all(); + } + + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + return 233333; + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/api/UserController.php b/plugins/task/api/UserController.php new file mode 100644 index 00000000..2c871c6e --- /dev/null +++ b/plugins/task/api/UserController.php @@ -0,0 +1,175 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=api/leadmall/plugin&include=task&model=task + */ +class UserController extends BasicsModules +{ + public $modelScore = 'plugins\task\models\TaskScore'; + + /** + * GET多条记录 + * @return [type] [description] + */ + public function actionIndex() + { + //获取头部信息 + $headers = Yii::$app->getRequest()->getHeaders(); + //获取分页信息 + $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; + //搜索关键字 + $keyword = Yii::$app->request->get('keyword', "[]"); + + //数据转换 + if ($keyword) { + $keyword = to_array($keyword); + } + + $AppID = Yii::$app->params['AppID']; + + $where = ['user.AppID' => $AppID]; + $with = [ + 'user as user', + 'oauth as oauth', + ]; + + //关键词搜索 + $search = $keyword['search'] ?? false; + if ($search) { + $where = ['and', $where, ['or', ['like', 'user.nickname', $search], ['like', 'user.realname', $search], ['user.mobile' => $search], ['user.id' => $search]]]; + } + + //用户来源筛选 + $source = $keyword['source'] ?? false; + if ($source) { + $where = ['and', $where, ['oauth.type' => $source]]; + } + + //积分区间 + $score_start = $keyword['score_start'] ?? -1; + if ($score_start !== '') { + $where = ['and', $where, ['>=', 's.number', $score_start]]; + } + $score_end = $keyword['score_end'] ?? -1; + if ($score_end !== '') { + $where = ['and', $where, ['<=', 's.number', $score_end]]; + } + + if ($keyword['date'] && $keyword['date'][0]) { + $keyword['time_start'] = strtotime($keyword['date'][0]); + $keyword['time_end'] = strtotime($keyword['date'][1]); + } + + //注册时间区间 + $created_time_start = $keyword['time_start'] ?? false; + if ($created_time_start > 0) { + $where = ['and', $where, ['>=', 's.start_time', $created_time_start]]; + } + $created_time_end = $keyword['time_end'] ?? false; + if ($created_time_end > 0) { + $where = ['and', $where, ['<=', 's.start_time', $created_time_end]]; + } + + //处理排序 + $sort = isset($keyword['sort']) && is_array($keyword['sort']) ? $keyword['sort'] : []; + $orderBy = []; + if (empty($sort)) { + $orderBy = ['s.start_time' => SORT_DESC]; + } else { + foreach ($sort as $key => $value) { + $orderBy[$key] = $value === 'ASC' ? SORT_ASC : SORT_DESC; + } + } + + //处理返回结果集 + return new ActiveDataProvider( + [ + 'query' => $this->modelScore::find() + ->from(['s' => $this->modelScore::tableName()]) + ->joinWith($with) + ->where($where) + ->orderBy($orderBy) + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } + + /** + * GET单条记录 + * @return [type] [description] + */ + public function actionView() + { + return 233333; + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + //读取用户信息 + $UID = Yii::$app->request->post('UID'); + //读取用户信息 + $user_list = Yii::$app->request->post('user_list'); + //设置分数值 + $number = Yii::$app->request->post('number', 0); + //判断是批量还是单个 + $type = Yii::$app->request->post('type', 1); + if ($number === 0) { + return false; + } + //处理单个用户-此处预留循环写法用于插件视频教程录制 + //后续会改批量操作 + if ($type == 1) { + if ($number > 0) { + return $this->plugins("task", ["scoreadd", [$number, $UID, 0, 'add', '后台手动充值']]); + } else { + return $this->plugins("task", ["scoreadd", [$number, $UID, 0, 'del', '后台手动扣减']]); + } + } + if ($type == 2) { + foreach ($user_list as $key => $value) { + if ($number > 0) { + $this->plugins("task", ["scoreadd", [$number, $value, 0, 'add', '后台手动充值']]); + } else { + $this->plugins("task", ["scoreadd", [$number, $value, 0, 'del', '后台手动扣减']]); + } + } + } + return true; + } + + /** + * 更新数据 + * @return [type] [description] + */ + public function actionUpdate() + { + return 123123123; + } + + /** + * 删除数据 + * @return [type] [description] + */ + public function actionDelete() + { + + } +} diff --git a/plugins/task/app/GoodsController.php b/plugins/task/app/GoodsController.php new file mode 100644 index 00000000..0e1328e8 --- /dev/null +++ b/plugins/task/app/GoodsController.php @@ -0,0 +1,55 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class GoodsController extends BasicsModules +{ + public $modelClass = 'plugins\task\models\TaskGoods'; + + /** + * 处理接口白名单 + * @var array + * ->createCommand()->getRawSql(); 获取SQL语句 + * ->asArray() 如果不加asArray是无法显示关联数据的 + */ + public $whitelists = ['index']; + + public function actionIndex() + { + $where = $_POST['where'] ?? "g.id ASC"; + //处理执行关联数据查询 + //切记一定要加asArray()否则关联数据会查询不到 + //如果要做where条件查询一定要使用->alias('t')设置别名 + $query = $this->modelClass::find()->orderBy("g.id ASC")->alias('t')->where(['t.is_sale' => 1])->joinWith('goods')->asArray(); + //执行分页和排序处理 + return new ActiveDataProvider([ + 'query' => $query, + 'pagination' => [ + 'pageSize' => 3, + ], + ]); + } + + /** + * 创建界面 + * @return [type] [description] + */ + public function actionCreate() + { + return 1111; + } + +} diff --git a/plugins/task/app/LogController.php b/plugins/task/app/LogController.php new file mode 100644 index 00000000..f2b2b855 --- /dev/null +++ b/plugins/task/app/LogController.php @@ -0,0 +1,118 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class LogController extends BasicsModules +{ + public $UserModel = 'plugins\task\models\TaskUser'; + public $LogModel = 'plugins\task\models\TaskLog'; + public $ModelScore = 'plugins\task\models\TaskScore'; + + /** + * 小程序获取明细 + * @return [type] [description] + */ + public function actionIndex() + { + $UID = Yii::$app->user->identity->id; + $year = Yii::$app->request->get("year", date('Y')); + $month = Yii::$app->request->get("month", date('M')); + $type = Yii::$app->request->get("type"); + $keyword = Yii::$app->request->get("keyword"); + $number = Yii::$app->request->get("number", ''); + $status = Yii::$app->request->get("status", 0); + + //获取头部信息 + $headers = Yii::$app->getRequest()->getHeaders(); + //获取分页信息 + $pageSize = $headers->get('X-Pagination-Per-Page') ?? 20; + + if ($keyword) { + $where = ["UID" => $UID, "extend" => $keyword]; + if ($number) { + $where = ['and', $where, ["number" => $number]]; + } + if ($status) { + $where = ['and', $where, ["status" => $status]]; + } + return $this->LogModel::find()->where($where)->asArray()->all(); + } else { + //获取年月日 + $BeginDate = date('Y-m-01', strtotime($year . "-" . $month . "-01")); + $EndDate = date('Y-m-d', strtotime("$BeginDate +1 month -1 day")); + + //获取类型 收入 支出 还是全部 + $typeIn = ['add', 'del']; + + if ($type == 1) { + $typeIn = ['add']; + } + + if ($type == 2) { + $typeIn = ['del']; + } + + return new ActiveDataProvider( + [ + 'query' => $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['s.status' => 1, 'UID' => $UID]) + ->andWhere(['>=', 's.start_time', strtotime($BeginDate)]) + ->andWhere(['<=', 's.start_time', strtotime($EndDate)]) + ->andWhere(['in', 's.type', $typeIn]) + ->orderBy("start_time DESC") + ->asArray(), + 'pagination' => ['pageSize' => $pageSize, 'validatePage' => false], + ] + ); + } + + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + //获取提交过来的参数 + $post = Yii::$app->request->post(); + //判断是否存在 + $returned = $TaskModel::find()->where(array('keyword' => $post['keyword']))->one(); + //判断是否存在数据 + if ($returned) { + //通过任务的类型,设置不同的任务 + switch (intval($returned['type'])) { + case 1: + # code... + break; + case 2: + # code... + break; + case 3: + # code... + break; + case 4: + # code... + break; + } + } else { + return false; + } + } +} diff --git a/plugins/task/app/ScoreController.php b/plugins/task/app/ScoreController.php new file mode 100644 index 00000000..ae2a869b --- /dev/null +++ b/plugins/task/app/ScoreController.php @@ -0,0 +1,234 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class ScoreController extends BasicsModules +{ + public $ModelTask = 'plugins\task\models\Task'; + public $ModelLog = 'plugins\task\models\TaskLog'; + public $ModelUser = 'plugins\task\models\TaskUser'; + public $ModelScore = 'plugins\task\models\TaskScore'; + + /** + * 获取已经完成和可以领取积分 + * @return [type] [description] + */ + public function actionIndex() + { + $type = Yii::$app->request->get("type", null); + $keyword = Yii::$app->request->get("keyword", null); + $status = Yii::$app->request->get("status", null); + $today = Yii::$app->request->get("today", 1); + $UID = Yii::$app->user->identity->id; + //获取单个任务是否完成 + if ($type == 'single') { + $where = ['UID' => $UID]; + if ($status !== null) { + $where = ['and', $where, ['s.status' => $status]]; + } + if ($today) { + $where = ['and', $where, ['>=', 'start_time', strtotime(date("Y-m-d"), time())]]; + $where = ['and', $where, ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]]; + } + return $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where($where) + ->andWhere(['t.keyword' => $keyword]) + ->asArray() + ->one(); + } + //判断是否是要获取已经完成任务的 + if ($type == 'fulfil') { + $row_A = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['s.status' => 1, 'UID' => $UID]) + ->andWhere(['>=', 's.start_time', strtotime(date("Y-m-d"), time())]) + ->andWhere(['<=', 's.start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->andWhere(['not in', 't.keyword', ['perfect', 'binding', 'order', 'goods', 'invite']]) + ->orderBy("t.id DESC") + ->asArray() + ->all(); + $order_data = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['UID' => $UID]) + ->andWhere(['>=', 's.start_time', strtotime(date("Y-m-d"), time())]) + ->andWhere(['<=', 's.start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->andWhere(['t.keyword' => 'order']) + ->orderBy("t.id DESC") + ->asArray() + ->all(); + $row_B = []; + //处理次数选择 + if ($order_data) { + $sum = count($order_data); + $item = $order_data[0]; + if ($item['task']['maximum']) { + if ($sum >= $item['task']['maximum']) { + if ($item['status']) { + $row_B[] = $item; + } else { + $row_B = []; + } + } + } + } + $row_C = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['s.status' => 1, 'UID' => $UID]) + ->andWhere(['in', 't.keyword', ['perfect', 'binding']]) + ->asArray() + ->all(); + $goods_data = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['UID' => $UID]) + ->andWhere(['>=', 's.start_time', strtotime(date("Y-m-d"), time())]) + ->andWhere(['<=', 's.start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->andWhere(['t.keyword' => 'goods']) + ->orderBy("t.id DESC") + ->asArray() + ->all(); + $row_D = []; + //处理次数选择 + if ($goods_data) { + $sum = count($goods_data); + $item = $goods_data[0]; + if ($item['task']['maximum']) { + if ($sum >= $item['task']['maximum']) { + if ($item['status']) { + $row_D[] = $item; + } else { + $row_D = []; + } + } + } + } + //获取邀请记录 + $invite_data = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['UID' => $UID]) + ->andWhere(['>=', 's.start_time', strtotime(date("Y-m-d"), time())]) + ->andWhere(['<=', 's.start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->andWhere(['t.keyword' => 'invite']) + ->orderBy("t.id DESC") + ->asArray() + ->all(); + $row_E = []; + //处理次数选择 + if ($invite_data) { + $sum = count($invite_data); + $item = $invite_data[0]; + if ($item['task']['maximum']) { + if ($sum >= ceil($item['task']['maximum'] / $item['task']['acquire'])) { + if ($item['status']) { + $row_E[] = $item; + } else { + $row_E = []; + } + } + } + } + return array_merge($row_A, $row_B, $row_C, $row_D, $row_E); + } else { + $ScoreClass = $this->ModelScore::find() + ->joinWith('task') + ->from(['s' => $this->ModelScore::tableName()]) + ->where(['s.status' => 0, 'UID' => $UID]) + ->asArray() + ->all(); + return $ScoreClass; + } + } + + /** + * 下单结束后创建减少积分 + * @return [type] [description] + */ + public function actionUpdate() + { + //执行数据 + $transaction = Yii::$app->db->beginTransaction(); + try { + //获取数据 + $order_id = Yii::$app->request->post('order_id'); + $number = Yii::$app->request->post('number'); + $id = Yii::$app->request->get("id"); + $UID = Yii::$app->user->identity->id; + $returned = false; + $ScoreClass = $this->ModelScore::find() + ->where(["id" => $id]) + ->andwhere(['status' => 0]) + ->andwhere(['UID' => $UID]) + ->one(); + if ($ScoreClass) { + //设置积分状态 + $ScoreClass->status = 1; + $ScoreClass->save(); + //获取用户信息 + $UserClass = $this->ModelUser::find()->where(["UID" => $UID])->one(); + if (!$UserClass) { + $UserClass = (new $this->ModelUser()); + } + //处理用户积分信息 + $UserClass->UID = $UID; + $UserClass->number -= $number; + $UserClass->consume -= $number; + //执行积分数据写入 + $returned = $UserClass->save(); + } + //事务执行 + $transaction->commit(); + //返回结果集 + return $returned; + } catch (Exception $e) { + $transaction->rollBack(); + Error("批量写入数据失败"); + } + } + + /** + * 预下单的时候创建扣除积分 + * @return [type] [description] + */ + public function actionCreate() + { + //获取数据 + $order_id = Yii::$app->request->post('order_id'); + $remark = Yii::$app->request->post('remark', '购买商品'); + $status = Yii::$app->request->post('status', 0); + $number = Yii::$app->request->post('number'); + $id = Yii::$app->request->get("id"); + $UID = Yii::$app->user->identity->id; + //预下单积分处理 + $ScoreClass = $this->ModelScore::find()->where(["order_id" => $order_id])->one(); + if (!$ScoreClass) { + $ScoreClass = (new $this->ModelScore()); + } + $ScoreClass->UID = $UID; + $ScoreClass->start_time = time(); + $ScoreClass->status = $status; + $ScoreClass->order_id = $order_id; + $ScoreClass->type = 'del'; + $ScoreClass->number = $number; + $ScoreClass->remark = $remark; + return $ScoreClass->save(); + } +} diff --git a/plugins/task/app/SignController.php b/plugins/task/app/SignController.php new file mode 100644 index 00000000..4599740b --- /dev/null +++ b/plugins/task/app/SignController.php @@ -0,0 +1,49 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class SignController extends BasicsModules +{ + public $ModelScore = 'plugins\task\models\TaskScore'; + + /** + * [actionIndex description] + * @return [type] [description] + */ + public function actionIndex() + { + + /** + * 处理用户积分 + */ + $UID = Yii::$app->user->identity->id; + //根据多条件进行筛选 + $condition = array( + "and", + ["UID" => $UID], + ["task_id" => 3], + ['>=', 'start_time', strtotime(date('Y-m-d', strtotime('-2 day')))], + ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))], + ); + //获取积分 + return $this->ModelScore::find() + ->where($condition) + ->orderBy("start_time ASC") + ->andWhere($condition) + ->asArray() + ->all(); + } +} diff --git a/plugins/task/app/TaskController.php b/plugins/task/app/TaskController.php new file mode 100644 index 00000000..deb00f00 --- /dev/null +++ b/plugins/task/app/TaskController.php @@ -0,0 +1,417 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class TaskController extends BasicsModules +{ + public $ModelTask = 'plugins\task\models\Task'; + public $ModelLog = 'plugins\task\models\TaskLog'; + public $ModelUser = 'plugins\task\models\TaskUser'; + public $ModelScore = 'plugins\task\models\TaskScore'; + + /** + * 获取任务列表信息 + * @return [type] [description] + */ + public function actionIndex() + { + $keyword = Yii::$app->request->get("keyword", ""); + if ($keyword) { + $task = $this->ModelTask::find() + ->where(['keyword' => $keyword]) + ->asArray() + ->one(); + if ($task) { + if ($task['keyword'] == 'perfect') { + $task['remark'] = sprintf($task['remark'], $task['acquire']); + } + if ($task['keyword'] == 'binding') { + $task['remark'] = sprintf($task['remark'], $task['acquire']); + } + if ($task['keyword'] == 'browse') { + $UID = Yii::$app->user->identity->id; + $logList = $this->ModelLog::find() + ->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID]) + ->andwhere(['>=', 'start_time', strtotime(date("Y-m-d"), time())]) + ->andwhere(['<', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->all(); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + $task['logList'] = $logList; + } + if ($task['keyword'] == 'signin') { + $UID = Yii::$app->user->identity->id; + $task['log'] = $this->getLogDay($task, $UID, $task['total']); + } + if ($task['keyword'] == 'share') { + $UID = Yii::$app->user->identity->id; + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'order') { + $UID = Yii::$app->user->identity->id; + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'goods') { + $UID = Yii::$app->user->identity->id; + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + $task['remark'] = sprintf($task['remark'], $task['total'], $task['acquire']); + return $task; + } else { + return []; + } + } else { + $status = Yii::$app->request->get("status", -1); + $where = []; + if ($status != -1) { + $where = ["status" => $status]; + } + $taskRow = $this->ModelTask::find()->where($where)->asArray()->indexBy('keyword')->all(); + if ($taskRow) { + foreach ($taskRow as $key => &$task) { + if ($task['keyword'] == 'perfect') { + $task['declare'] = sprintf($task['remark'], $task['maximum']); + } + if ($task['keyword'] == 'binding') { + $task['declare'] = sprintf($task['remark'], $task['maximum']); + } + if ($task['keyword'] == 'browse') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'signin') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'share') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'order') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'goods') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + if ($task['keyword'] == 'invite') { + $UID = Yii::$app->user->identity->id; + $task['declare'] = sprintf($task['remark'], $task['total'], $task['acquire']); + $log = $this->ModelLog::find()->where(['task_id' => $task['id'], 'status' => 0, 'UID' => $UID])->count('task_id'); + $task['log'] = $log; + } + } + return $taskRow; + } else { + return $taskRow; + } + } + } + + /** + * 处理积分领取接口 + * @return [type] [description] + */ + public function actionUpdate() + { + //param_type 判断单规格多规格 + $transaction = Yii::$app->db->beginTransaction(); + try { + //获取数据 + $post = Yii::$app->request->post(); + $task_id = Yii::$app->request->post("task_id"); + $UID = Yii::$app->user->identity->id; + $returned = false; + $ScoreClass = $this->ModelScore::find() + ->where(["task_id" => $task_id]) + ->andwhere(['status' => 0]) + ->andwhere(['UID' => $UID]) + ->asArray() + ->all(); + $item = []; + if ($ScoreClass) { + $remark = "积分变动"; + //更新积分状态 + $this->ModelScore::updateAll(['status' => 1], [ + "task_id" => $task_id, + 'UID' => $UID, + ]); + $number = 0; + foreach ($ScoreClass as $key => $value) { + $number += $value['number']; + $item = $value; + $remark = $value['remark']; + } + //获取用户信息 + $UserClass = $this->ModelUser::find()->where(["UID" => $UID])->one(); + if (!$UserClass) { + $UserClass = (new $this->ModelUser()); + } + //修改获得的积分 + $item['number'] = $number; + //处理用户积分信息 + $UserClass->UID = $UID; + $UserClass->number += $number; + $UserClass->total += $number; + //执行积分数据写入 + $UserClass->save(); + + //处理执行消息订阅 + \Yii::$app->subscribe + ->setUser($UID) + ->setPage('plugins/task/index') + ->send(new TaskSendMessage([ + 'number' => $number, + 'balance' => $UserClass->number, + 'remark' => $remark, + 'time' => date("Y年m月d日 H:m", time()), + ])); + + $UserData = \users\models\User::find()->where(["id" => $UID])->one(); + //判断手机号是否存在 + if ($UserData && $UserData->mobile) { + //处理短信模板 + $event = array('sms' => []); + $event = json_decode(json_encode($event)); + $event->sms = array( + 'type' => 'score_changes', + 'mobile' => [$UserData->mobile], + 'params' => [ + 'name1' => '变动', + 'name2' => $number, + 'name3' => $UserClass->number, + ], + ); + //执行短信发送 + (new smsController($this->id, $this->module))->sendSms($event); + } + + } + //事务执行 + $transaction->commit(); + //返回结果集 + return $item; + } catch (Exception $e) { + $transaction->rollBack(); + Error("批量写入数据失败"); + } + } + + /** + * 处理任务接口 + * @return [type] [description] + */ + public function actionCreate() + { + //获取数据 + $post = Yii::$app->request->post(); + $number = Yii::$app->request->post('number'); + $UID = Yii::$app->user->identity->id; + if ($post['keyword'] == 'invite') { + $UID = $number; + $number = Yii::$app->user->identity->id; + } + //执行下单操作 + return $this->plugins("task", ["score", [$post['keyword'], $number, $UID]]); + } + + /** + * 获取用户真实积分统计 + * @return [type] [description] + */ + public function getScoreTotal($task, $UID) + { + return $this->ModelScore::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["task_id" => $task['id']]) + ->andwhere(['>=', 'start_time', strtotime(date("Y-m-d"), time())]) + ->andwhere(['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 获取用户积分获取统计数 + * @param [type] $task [description] + * @param [type] $UID [description] + * @return [type] [description] + */ + public function getLogTotal($task, $UID) + { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["task_id" => $task['id']]) + ->andwhere(["<>", "status", 1]) + ->andwhere(['>=', 'start_time', strtotime(date("Y-m-d"), time())]) + ->andwhere(['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 特殊记录获取 + * @param string $value [description] + * @return [type] [description] + */ + public function getLogDay($task, $UID, $day) + { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["status" => 1]) + ->andwhere(["extend" => 'signin']) + ->andwhere(['>=', 'start_time', strtotime(date('Y-m-d', strtotime("-$day day")))]) + ->andwhere(['<', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 获取在范围内 + * @param string $value [description] + * @return [type] [description] + */ + public function getLogIn($task, $UID, $extend) + { + if (!empty($extend)) { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(['extend' => $extend]) + ->asArray() + ->one(); + } else { + return [ + "count" => 0, + "total" => 0, + ]; + } + + } + + /** + * 获取用户统计数 + * @param [type] $task [description] + * @param [type] $UID [description] + * @return [type] [description] + */ + public function getLogList($task, $UID) + { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["task_id" => $task['id']]) + ->andwhere(["<>", "status", 1]) + ->asArray() + ->one(); + } + + /** + * 执行日志添加 + * @param string $number [description] + */ + public function addLog($number = '', $UID, $task) + { + $ModelLog = new $this->ModelLog(); + $ModelLog->UID = $UID; + $ModelLog->task_id = $task['id']; + $ModelLog->number = $number; + $ModelLog->extend = $task['keyword']; + $ModelLog->status = 0; //未使用 + $ModelLog->start_time = time(); + $ModelLog->insert(); + } + + /** + * 执行日志添加 + * @param string $number [description] + */ + public function addScore($number = '', $UID, $id, $type = 'add', $remark = '积分收入', $is_install = false) + { + $ModelLog = new $this->ModelScore(); + $ModelLog->UID = $UID; + $ModelLog->task_id = $id; + $ModelLog->order_sn = ""; + $ModelLog->number = $number; + $ModelLog->start_time = time(); + $ModelLog->type = $type; + $ModelLog->status = $is_install ? 1 : 0; //标识未领取 + $ModelLog->remark = $remark; + $ModelLog->insert(); + //修改状态 + $this->fixLog(1, $UID, $id); + if ($is_install) { + //处理用户积分 + $UserInfo = $this->ModelUser::find()->where(["UID" => $UID])->one(); + $UserInfo->number += $number; + $UserInfo->total += $number; + $UserInfo->save(); + } + + return ["code" => 0, "msg" => $remark, "data" => $number]; + } + + /** + * 执行日志状态更新 + * @param string $number [description] + */ + public function fixLog($status = 1, $UID, $id) + { + //根据多条件进行筛选 + $condition = array( + "and", + ["UID" => $UID], + ["task_id" => $id], + ['>=', 'start_time', strtotime(date("Y-m-d"), time())], + ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))], + ); + $this->ModelLog::updateAll(['status' => $status], $condition); + } +} diff --git a/plugins/task/app/UserController.php b/plugins/task/app/UserController.php new file mode 100644 index 00000000..17a63ec4 --- /dev/null +++ b/plugins/task/app/UserController.php @@ -0,0 +1,53 @@ +需要加载的插件名称 + * http://www.qmpaas.com/index.php?q=app/leadmall/plugin&include=task&model=task + */ +class UserController extends BasicsModules +{ + public $modelUser = 'plugins\task\models\TaskUser'; + + /** + * [actionIndex description] + * @return [type] [description] + */ + public function actionIndex() + { + /** + * 处理用户积分 + */ + $UID = Yii::$app->user->identity->id; + //获取积分 + $data = $this->modelUser::find()->where(["UID" => $UID])->asArray()->one(); + if ($data) { + return $data; + } else { + $UserClass = (new $this->modelUser()); + $UserClass->UID = $UID; + //执行积分数据写入 + $UserClass->save(); + return $UserClass::find()->asArray()->one(); + } + } + + /** + * POST写入 + * @return [type] [description] + */ + public function actionCreate() + { + + } +} diff --git a/plugins/task/common.php b/plugins/task/common.php new file mode 100644 index 00000000..8b721174 --- /dev/null +++ b/plugins/task/common.php @@ -0,0 +1,747 @@ +ModelTask::find()->where(array("keyword" => $keyword))->asArray()->one(); + + //处理文件 + if (!$task) { + return false; + } + + //处理任务状态为开启 + if (!$task['status']) { + return false; + } + + //获取用户信息 + if ($UID <= 0) { + $UID = Yii::$app->user->identity->id; + } + + //根据参数获取 + switch ($task['type']) { + # 第一种类型 + # 时间限制是按照当天时间计算 + case 1: + //开始计算 + // $today = strtotime(date("Y-m-d"), time()); + // $tomorrow = strtotime(date('Y-m-d', strtotime('+1 day'))); + // P([$today, $tomorrow, time()]); + + //统计数量 + $UserLog = $this->getLogTotal($task, $UID); + + //统计真实获得积分 + $ScoreLog = $this->getScoreTotal($task, $UID); + + //判断积分值必须大于0 + if ($task['acquire'] && $task['status']) { + + /** + * 一下条件类型相同的-后面优化的时候合并数据链,先期怕有变动调试所以每一条都单独处理 + * 存在代码冗余 + * 处理信息符合条件 A-2 + * 满多少值在规定范围内 + */ + if ($task['keyword'] == 'goods') { + if ($order_sn) { + //搜索是否已经存在 + $OrderInfo = $this->ModelOrderinfo::find() + ->andwhere(['order_sn' => $order_sn]) + ->asArray() + ->one(); + // P2($OrderInfo); + // P2([floatval($OrderInfo['pay_amount']), floatval($task['total'])]); + + if (floatval($OrderInfo['pay_amount']) >= floatval($task['total'])) { + $acquire = floor($OrderInfo['pay_amount'] / floatval($task['total'])) * $task['acquire']; + // P2($acquire); + //判断是否存在最大限制 + if ($task['maximum']) { + //判断如果小于极限的时候 + if ($ScoreLog['total'] >= intval($task['maximum'])) { + return true; + } + } + //单条记录 + $this->addLog($acquire, $UID, $task); + $msg = sprintf($task['remark'], $task['total'], $acquire); + + //积分记录 + return $this->addScore($acquire, $UID, $task['id'], 'add', $msg, false, "", $order_sn); + } + } + } + + /** + * 处理信息符合条件 A-1 + * 满多少值在规定范围内 + */ + if ($task['keyword'] == 'order') { + // P2($UserLog); + // P2($task); + if ($UserLog['total'] <= $task['total']) { + $acquire = $task['acquire']; + //判断是否存在最大限制 + if ($task['maximum']) { + //判断如果小于极限的时候 + if ($ScoreLog['total'] >= intval($task['maximum'])) { + return true; + } + } + //单条记录 + $this->addLog($acquire, $UID, $task); + //重新统计数据 + $UserLog = $this->getLogTotal($task, $UID); + //执行判断 + if (($UserLog['total'] == $task['total']) && $ScoreLog['total'] <= $task['maximum']) { + $msg = sprintf($task['remark'], $task['total'], $acquire); + //积分记录 + return $this->addScore($acquire, $UID, $task['id'], 'add', $msg, false, "", $order_sn); + } + } + } + + // if ($task['keyword'] == 'order') { + // if ($UserLog['total'] < $task['total']) { + // $acquire = $task['acquire']; + // //判断是否存在最大限制 + // if ($task['maximum']) { + // //判断如果小于极限的时候 + // if ($ScoreLog['count'] < intval($task['maximum'])) { + // //判断如果限制的积分数量不会整除的时候 + // if ((($ScoreLog['total'] + 1) * $task['acquire']) > intval($task['maximum'])) { + // $acquire = intval($task['maximum']) - ($ScoreLog['total'] * $task['acquire']); + // } + // } else { + // return true; + // } + // } + + // //单条记录 + // $this->addLog($acquire, $UID, $task); + // $msg = sprintf($task['remark'], $task['total'], $acquire); + + // //积分记录 + // return $this->addScore($acquire, $UID, $task['id'], 'add', $msg); + // } + // } + + // 原始方案备份 + // if ($task['keyword'] == 'order') { + // if (($UserLog['total'] < $task['total']) && $ScoreLog['total'] < (intval($task['maximum']) / intval($task['acquire']))) { + // $this->addLog($task['acquire'] / $task['total'], $UID, $task); + // } + // //重新统计数据 + // $UserLog = $this->getLogTotal($task, $UID); + // //判断是否要写入积分池 + // $UserLog['total'] == $task['total']; + + // if (($UserLog['total'] == $task['total']) && $ScoreLog['total'] < $task['maximum']) { + // $msg = sprintf($task['remark'], $task['total'], $task['acquire']); + // return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg); + // } + // } + + /** + * 处理信息符合条件 A-2 + * 满多少值在规定范围内 + */ + if ($task['keyword'] == 'signin') { + if (($UserLog['total'] < $task['total']) && $ScoreLog['count'] <= $task['maximum']) { + //单条记录 + $this->addLog($task['acquire'], $UID, $task); + $msg = sprintf($task['remark'], $task['acquire']); + //积分记录 + $ret = $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg, 1); + //执行连续签到 + $ret2 = $this->actionScore("sustain", 1, $UID); + if (is_array($ret2)) { + if ($ret2['msg']) { + $ret['data'] += $ret2['data']; + $ret['msg'] = $msg . ',' . $ret2['msg']; + } + return $ret; + } else { + //返回数据 + return $ret; + } + + } + } + + /** + * 处理信息符合条件 A-1 + * 分享转发 + */ + if ($task['keyword'] == 'share') { + if (($UserLog['total'] < $task['total']) && $ScoreLog['total'] < 1) { + $this->addLog($task['acquire'] / $task['total'], $UID, $task); + } + //重新统计数据 + $UserLog = $this->getLogTotal($task, $UID); + //判断是否要写入积分池 + if (($UserLog['total'] >= $task['total'])) { + $msg = sprintf($task['remark'], $task['total'], $task['acquire']); + return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg); + } + } + + /** + * 处理信息符合条件 A-1 + * 浏览商品 + */ + if ($task['keyword'] == 'browse') { + //如果已经存在则不记录 + if ($this->getLog($number, $UID, $task, true)) { + return true; + } + if (($UserLog['total'] < $task['total']) && $ScoreLog['total'] < 1) { + $this->addLog($number, $UID, $task); + } + //重新统计数据 + $UserLog = $this->getLogTotal($task, $UID); + //判断是否要写入积分池 + if (($UserLog['total'] >= $task['total'])) { + $msg = sprintf($task['remark'], $task['total'], $task['acquire']); + return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg); + } + } + + // if ($UserLog['total'] <= $task['total']) { + // $acquire = $task['acquire']; + // //判断是否存在最大限制 + // if ($task['maximum']) { + // //判断如果小于极限的时候 + // if ($ScoreLog['total'] >= intval($task['maximum'])) { + // return true; + // } + // } + // //单条记录 + // $this->addLog($acquire, $UID, $task); + // //重新统计数据 + // $UserLog = $this->getLogTotal($task, $UID); + // //执行判断 + // if (($UserLog['total'] == $task['total']) && $ScoreLog['total'] <= $task['maximum']) { + // $msg = sprintf($task['remark'], $task['total'], $acquire); + // //积分记录 + // return $this->addScore($acquire, $UID, $task['id'], 'add', $msg, false, "", $order_sn); + // } + // } + + /** + * 处理信息符合条件 A-1 + * 邀请好友 + */ + if ($task['keyword'] == 'invite') { + //搜索是否已经存在 + $UserData = $this->ModelLog::find() + ->where(["task_id" => $task['id']]) + ->andwhere(['number' => $number]) + ->andwhere(['extend' => $task['keyword']]) + ->one(); + + //判断用户是否存在的问题 + if ($UserData) { + return true; + } + + //超过极限不执行 + if ($ScoreLog['count'] >= $task['maximum']) { + return true; + } + + //判断超限的情况 + $_mod = ceil($task['maximum'] / $task['acquire']); + + //判断限制记录 + //$UserLog['total']标识邀请记录 + if ($UserLog['total'] < $task['total']) { + $this->addLog($number, $UID, $task); + } + //重新统计数据 + $UserLog = $this->getLogTotal($task, $UID); + + $num = isset($ScoreLog['total']) ? $ScoreLog['total'] + 1 : 1; + + if ($UserLog['total'] >= $task['total']) { + $msg = sprintf($task['remark'], $task['total'], $task['acquire']); + $acquire = $task['acquire']; + if ($ScoreLog['total'] >= ($_mod - 1)) { + $acquire = $task['maximum'] - ($acquire * ($_mod - 1)); + } + return $this->addScore($acquire, $UID, $task['id'], 'add', $msg); + } + + } + + /** + * 处理信息符合条件 A-3 + * 连续签到的特殊处理 + */ + if ($task['keyword'] == 'sustain') { + $UserLog = $this->getLogDay($task, $UID, $task['total']); + //判断是否要写入积分池 + if (($UserLog['total'] == $task['total']) && $ScoreLog['count'] < $task['maximum']) { + $msg = sprintf($task['remark'], $task['total'], $task['acquire']); + return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg, 1); + } + } + + return true; + } + + break; + # 第二种类型 + # 累计多少此处可以获得一定数量积分 + case 2: + //判断积分值必须大于0 + if ($task['acquire'] && $task['status']) { + //用于存储个人信息 + if ($task['keyword'] == 'perfect') { + $tak_extend = to_array($task['extend']); + + /** + * 处理信息符合条件 B-1 + * 读取用户的扩展信息 + */ + $UserLog = $this->getLogIn($task, $UID, to_array($task['extend'])); + //统计真实获得积分 + $ScoreLog = $this->getScoreTotal($task, $UID, false); + //搜索是否已经存在 + $UserInfo = $this->ModelUserinfo::find() + ->andwhere(['id' => $UID]) + ->asArray() + ->one(); + + //循环获取已经设置的属性 + $extend_list = []; + foreach ($tak_extend as $key => $value) { + if (isset($UserInfo[$value])) { + if (!empty($UserInfo[$value])) { + $extend_list[] = $value; + } + } + } + + // P($extend_list); + // P(count(to_array($task['extend']))); + + //判断是否可以获得积分 + if ((count($extend_list) == count(to_array($task['extend']))) && !$ScoreLog['count']) { + $msg = sprintf($task['remark'], $task['acquire']); + return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg); + } + + return true; + } + //处理手机号的绑定 + if ($task['keyword'] == 'binding') { + //搜索是否已经存在 + $UserData = $this->ModelLog::find() + ->where(["task_id" => $task['id']]) + ->andwhere(['UID' => $UID]) + ->andwhere(['extend' => $task['keyword']]) + ->one(); + if (!$UserData) { + $ModelLog = new $this->ModelLog(); + $ModelLog->UID = $UID; + $ModelLog->task_id = $task['id']; + $ModelLog->number = $task['acquire'] / $task['total']; + $ModelLog->extend = $task['keyword']; + $ModelLog->status = 0; //未使用 + $ModelLog->start_time = time(); + $ModelLog->insert(); + } + /** + * 处理信息符合条件 B-1 + * 读取用户的扩展信息 + */ + $UserLog = $this->getLogIn($task, $UID, $task['keyword']); + //统计真实获得积分 + $ScoreLog = $this->getScoreTotal($task, $UID, false); + //判断是否要写入积分池 + if (($UserLog['total'] == count(to_array($task['extend']))) && $ScoreLog['count'] < $task['maximum']) { + $msg = sprintf($task['remark'], $task['acquire']); + return $this->addScore($task['acquire'], $UID, $task['id'], 'add', $msg); + } + return true; + } + } + break; + # 第三种类型-用于扩展预留 + # 周期性获得积分 + case 3: + # code... + break; + # 第四种类型-用于扩展预留 + # 完成特定的任务 + default: + # code... + break; + } + } + + /** + * 获取用户真实积分统计 + * @return [type] [description] + */ + public function getScoreTotal($task, $UID, $is_day = true) + { + $where = ["UID" => $UID, "task_id" => $task['id']]; + if ($is_day) { + $where = ['and', $where, ['>=', 'start_time', strtotime(date("Y-m-d"), time())]]; + $where = ['and', $where, ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]]; + } + + return $this->ModelScore::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + 'status', + ]) + ->where($where) + // ->andwhere(['>=', 'start_time', strtotime(date("Y-m-d"), time())]) + // ->andwhere(['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 获取用户积分获取统计数 + * @param [type] $task [description] + * @param [type] $UID [description] + * @return [type] [description] + */ + public function getLogTotal($task, $UID, $status = 0) + { + $where = ["UID" => $UID]; + if ($status != -1) { + $where = ['and', $where, ["status" => $status]]; + } + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where($where) + ->andwhere(["task_id" => $task['id']]) + ->andwhere(['>=', 'start_time', strtotime(date("Y-m-d"), time())]) + ->andwhere(['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 特殊记录获取 + * @param string $value [description] + * @return [type] [description] + */ + public function getLogDay($task, $UID, $day) + { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["status" => 1]) + ->andwhere(["extend" => 'signin']) + ->andwhere(['>=', 'start_time', strtotime(date('Y-m-d', strtotime("-$day day")))]) + ->andwhere(['<', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]) + ->asArray() + ->one(); + } + + /** + * 获取在范围内 + * @param string $value [description] + * @return [type] [description] + */ + public function getLogIn($task, $UID, $extend) + { + if (!empty($extend)) { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(['extend' => $extend]) + ->asArray() + ->one(); + } else { + return [ + "count" => 0, + "total" => 0, + ]; + } + + } + + /** + * 获取用户统计数 + * @param [type] $task [description] + * @param [type] $UID [description] + * @return [type] [description] + */ + public function getLogList($task, $UID) + { + return $this->ModelLog::find() + ->alias('c')->select([ + 'sum(c.number) count', + 'count(1) total', + ]) + ->where(["UID" => $UID]) + ->andwhere(["task_id" => $task['id']]) + ->andwhere(["<>", "status", 1]) + ->asArray() + ->one(); + } + + /** + * 执行日志添加 + * 默认为未使用 + * @param string $number [description] + */ + public function addLog($number = '', $UID, $task, $status = 0) + { + $ModelLog = new $this->ModelLog(); + $ModelLog->UID = $UID; + $ModelLog->task_id = $task['id']; + $ModelLog->number = $number; + $ModelLog->extend = $task['keyword']; + $ModelLog->status = $status; //未使用 + $ModelLog->start_time = time(); + $ModelLog->insert(); + } + + /** + * 执行日志添加 + * @param string $number [description] + */ + public function getLog($number = '', $UID, $task, $is_day = false) + { + $where = [ + "UID" => $UID, + "extend" => $task['keyword'], + "status" => 0, + "number" => $number, + ]; + if ($is_day) { + //根据多条件进行筛选 + $where = ['and', $where, ['>=', 'start_time', strtotime(date("Y-m-d"), time())]]; + $where = ['and', $where, ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))]]; + + } + return $this->ModelLog::find()->where($where)->one(); + } + + /** + * 执行积分记录 + * @param string $number [description] + * @param [type] $UID [description] + * @param integer $id [description] + * @param string $type [description] + * @param string $remark [description] + * @return [type] [description] + */ + public function actionScoreadd($number = '', $UID, $id = 0, $type = 'add', $remark = '积分收入', $identifier = "") + { + return $this->addScore($number, $UID, $id, $type, $remark, 1, $identifier); + } + + /** + * [FunctionName description] + * @param string $value [description] + */ + public function actionOrder($number = '', $UID, $order_sn = "", $identifier = "order") + { + $remark = "下单购买商品"; + //执行几分 + $ModelLog = new $this->ModelScore(); + $ModelLog->UID = $UID; + $ModelLog->task_id = 0; + $ModelLog->order_sn = $order_sn; + $ModelLog->number = -$number; + $ModelLog->start_time = time(); + $ModelLog->type = "del"; + $ModelLog->identifier = $identifier; + $ModelLog->status = 1; + $ModelLog->remark = $remark; + $ModelLog->insert(); + //执行用户几分修改 + $this->addUserscore($UID, -$number, $remark); + return ["code" => 0, "msg" => $remark, "data" => -$number]; + } + + /** + * 执行日志添加 + * @param string $number [description] + */ + public function addScore($number = '', $UID, $id = 0, $type = 'add', $remark = '积分收入', $is_install = false, $identifier = "", $order_sn = '') + { + $ModelLog = new $this->ModelScore(); + $ModelLog->UID = $UID; + $ModelLog->task_id = $id; + $ModelLog->order_sn = $order_sn; + $ModelLog->number = $number; + $ModelLog->start_time = time(); + $ModelLog->type = $type; + $ModelLog->identifier = $identifier; + $ModelLog->status = $is_install ? 1 : 0; //标识未领取 + $ModelLog->remark = $remark; + $ModelLog->insert(); + //修改状态 + $this->fixLog(1, $UID, $id); + if ($is_install) { + //处理用户积分 + $this->addUserscore($UID, $number, $remark); + } + + return ["code" => 0, "msg" => $remark, "data" => $number]; + } + + /** + * 更新积分数据 + * @param string $number [description] + */ + public function updateScore($number = '', $UID, $id = 0, $type = 'add', $remark = "") + { + $ModelLog = $this->ModelScore::find() + ->where([ + "UID" => $UID, + "task_id" => $id, + "type" => $type, + "status" => 0, + ]) + ->one(); + if ($ModelLog) { + $ModelLog->number = $number; + $ModelLog->updated_time = time(); + //修改状态 + $this->fixLog(1, $UID, $id); + return $ModelLog->save(); + } else { + $this->addScore($number, $UID, $id, $type, $remark); + } + } + + /** + * 处理用户数据添加 + */ + public function addUserscore($UID, $number, $remark) + { + $UserInfo = $this->ModelUser::find()->where(["UID" => $UID])->one(); + $changeNum = $number; + if (!$UserInfo) { + $UserInfo = new $this->ModelUser(); + $UserInfo->UID = $UID; + } + + $total = 0; + + if ($UserInfo->number) { + $number = $UserInfo->number + $number; + } + if ($UserInfo->total) { + $total = $UserInfo->total + $total; + } + + if ($number < 0) { + $number = 0; + } + //处理界面 + $balance = $number; + $UserInfo->number = $number; + $UserInfo->total = $total; + $UserInfo->save(); + + //处理执行消息订阅 + \Yii::$app->subscribe + ->setUser($UID) + ->setPage('plugins/task/index') + ->send(new TaskSendMessage([ + 'number' => $changeNum, + 'balance' => $balance, + 'remark' => $remark, + 'time' => date("Y年m月d日 H:m", time()), + ])); + $UserData = \users\models\User::find()->where(["id" => $UID])->one(); + + //判断手机号是否存在 + if ($UserData && $UserData->mobile) { + //处理短信模板 + $event = array('sms' => []); + $event = json_decode(json_encode($event)); + $event->sms = array( + 'type' => 'score_changes', + 'mobile' => [$UserData->mobile], + 'params' => [ + 'name1' => '变动', + 'name2' => $changeNum, + 'name3' => $number, + ], + ); + //执行短信发送 + (new smsController($this->id, $this->module))->sendSms($event); + } + + return $UserInfo; + } + + /** + * 执行日志状态更新 + * @param string $number [description] + */ + public function fixLog($status = 1, $UID, $id) + { + //根据多条件进行筛选 + $condition = array( + "and", + ["UID" => $UID], + ["task_id" => $id], + ['>=', 'start_time', strtotime(date("Y-m-d"), time())], + ['<=', 'start_time', strtotime(date('Y-m-d', strtotime('+1 day')))], + ); + $this->ModelLog::updateAll(['status' => $status], $condition); + } +} diff --git a/plugins/task/install.sql b/plugins/task/install.sql new file mode 100644 index 00000000..263655e3 --- /dev/null +++ b/plugins/task/install.sql @@ -0,0 +1,17 @@ +CREATE TABLE `le_cart22` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `goods_id` bigint(20) NOT NULL COMMENT '商品ID', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `goods_param` varchar(255) NOT NULL DEFAULT '' COMMENT '商品规格', + `goods_number` int(10) NOT NULL DEFAULT '1' COMMENT '商品数量', + `created_time` bigint(10) NOT NULL COMMENT '创建时间', + `updated_time` bigint(10) DEFAULT NULL COMMENT '修改时间', + `deleted_time` bigint(10) DEFAULT NULL COMMENT '删除时间', + `is_deleted` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除', + `goods_name` varchar(255) NOT NULL COMMENT '商品名称', + `goods_image` varchar(255) NOT NULL COMMENT '商品图片', + `show_goods_param` varchar(255) NOT NULL COMMENT '商品规格', + PRIMARY KEY (`id`) USING BTREE, + KEY `商品id` (`goods_id`) USING BTREE, + KEY `用户id` (`UID`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; \ No newline at end of file diff --git a/plugins/task/manifest.json b/plugins/task/manifest.json new file mode 100644 index 00000000..8b73c890 --- /dev/null +++ b/plugins/task/manifest.json @@ -0,0 +1,29 @@ +{ + "name": "积分任务", + "identifie": "task", + "version": "v1.0.0", + "ability": "", + "description": "leadshop积分任务介绍", + "keywords": ["yii2", "plugins", "basic", "project template"], + "author": "浙江禾成云计算开发团队", + "homepage": "http://www.leadshop.vip", + "type": "activity", + "status": 1, + "require": + { + "leadshop": ">=1.2.4" + }, + "config": + { + "coupon_stacking": 0, + "integral_return": 1, + "integral_reset": 1, + "change_time": + { + "start": "2021-01-24 17:17", + "end": "2021-07-6 17:17" + }, + "reset_remind": 15, + "integral_rules": "积分商品暂时只支持兑换商城商品 \n积分任务 \n1. 购买商品:消费X元,获X积分消费的金额,即订单的实付款,其中也包括运费金额;购买的商品申请退款成功,不扣减积分; \n2. 完成下单:下单指对订单付款,每下X笔订单,获X积分付款的订单,申请退款成功,不扣减积分; \n3. 分享转发:生成分享海报/发送给好友/分享到朋友圈均为分享转发操作 \n4. 浏览商品:打开商品详情页同一件商品浏览多次,统计为1次; \n5. 邀请好友:好友通过分享的海报、链接、微信卡片、朋友圈进入到商城; \n6. 完善个人信息:填写完要求的所有信息已完善过信息; \n7. 绑定手机号:绑定手机号不支持解绑,只支持换手机号绑定; \n8. 签到:签到打卡" + } +} \ No newline at end of file diff --git a/plugins/task/models/Task.php b/plugins/task/models/Task.php new file mode 100644 index 00000000..4d50336c --- /dev/null +++ b/plugins/task/models/Task.php @@ -0,0 +1,53 @@ + 20, 'unique', 'comment' => 'ID']; + const name = ['varchar' => 255, 'comment' => '任务名称']; + const keyword = ['varchar' => 255, 'comment' => '任务标识符']; + const formula = ['varchar' => 255, 'comment' => '计算公式']; + const icon = ['varchar' => 255, 'comment' => '任务图标']; + const type = ['varchar' => 3, 'default' => 'add', 'comment' => '任务类型']; + const total = ['decimal' => '10,2', 'default' => 0, 'comment' => '条件']; + const acquire = ['bigint' => 10, 'default' => 1, 'comment' => '获取积分']; + const maximum = ['bigint' => 10, 'default' => 1, 'comment' => '最大值']; + const remark = ['varchar' => 255, 'comment' => '积分说明']; + const prompt = ['varchar' => 255, 'comment' => '积分提示说明']; + const extra = ['varchar' => 255, 'comment' => '第三个说明']; + const url = ['varchar' => 255, 'comment' => '跳转链接']; + const status = ['tinyint' => 1, 'default' => 0, 'comment' => '任务状态 0关闭 1开启']; + const extend = ['text' => 0, 'comment' => '扩展配置']; + const page_tips = ['varchar' => 255, 'comment' => '微页面说明']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task}}'; + } + +} diff --git a/plugins/task/models/TaskBill.php b/plugins/task/models/TaskBill.php new file mode 100644 index 00000000..81067990 --- /dev/null +++ b/plugins/task/models/TaskBill.php @@ -0,0 +1,70 @@ + 20, 'unique', 'comment' => 'ID']; + const task_goods_id = ['bigint' => 20, 'comment' => '积分商品ID']; + const goods_id = ['bigint' => 20, 'comment' => '商品ID']; + const order_id = ['bigint' => 20, 'comment' => '订单ID']; + const UID = ['bigint' => 20, 'comment' => '买家ID']; + const remark = ['varchar' => 255, 'comment' => '收支说明']; + const type = ['varchar' => 3, 'default' => 'add', 'comment' => '收支类型:add 增加 del 减少']; + const number = ['bigint' => 10, 'default' => 1, 'comment' => '积分收支']; + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%uask_bill}}'; + } + + /** + * 增加额外属性 + * @return [type] [description] + */ + public function attributes() + { + $attributes = parent::attributes(); + return $attributes; + } + + public function scenarios() + { + $scenarios = parent::scenarios(); + return $scenarios; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + + ]; + } + +} diff --git a/plugins/task/models/TaskConvert.php b/plugins/task/models/TaskConvert.php new file mode 100644 index 00000000..b7aaa682 --- /dev/null +++ b/plugins/task/models/TaskConvert.php @@ -0,0 +1,68 @@ + 20, 'unique', 'comment' => 'ID']; + const task_goods_id = ['bigint' => 20, 'notNull', 'comment' => '积分商品ID']; + const goods_id = ['bigint' => 20, 'notNull', 'comment' => '商品ID']; + const order_id = ['bigint' => 20, 'notNull', 'comment' => '订单ID']; + const UID = ['bigint' => 20, 'notNull', 'comment' => '买家ID']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task_convert}}'; + } + + /** + * 增加额外属性 + * @return [type] [description] + */ + public function attributes() + { + $attributes = parent::attributes(); + return $attributes; + } + + public function scenarios() + { + $scenarios = parent::scenarios(); + return $scenarios; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + + ]; + } + +} diff --git a/plugins/task/models/TaskGoods.php b/plugins/task/models/TaskGoods.php new file mode 100644 index 00000000..9efc6116 --- /dev/null +++ b/plugins/task/models/TaskGoods.php @@ -0,0 +1,61 @@ + 20, 'unique', 'comment' => 'ID']; + const goods_id = ['bigint' => 20, 'comment' => '商品ID']; + const task_stock = ['bigint' => 10, 'comment' => '兑换库存']; + const task_number = ['bigint' => 10, 'comment' => '兑换积分']; + const task_price = ['decimal' => '10,2', 'comment' => '兑换价格']; + const task_limit = ['bigint' => 5, 'comment' => '兑换限制']; + const task_status = ['tinyint' => 1, 'default' => 0, 'comment' => '兑换状态']; + const goods_is_sale = ['tinyint' => 1, 'default' => 0, 'comment' => '是否上架:0 下架 1 上架']; + const is_recycle = ['tinyint' => 1, 'default' => 0, 'comment' => '是否在回收站']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task_goods}}'; + } + + /** + * 获取商品信息数据 + * @return [type] [description] + */ + public function getGoods() + { + /** + * 第一个参数为要关联的字表模型类名称, + * 第二个参数指定 通过子表的 customer_id 去关联主表的 id 字段 + * ->from(['g' => Goods::tableName()]) 设置附表别名 + */ + return $this->hasOne(Goods::className(), ['id' => 'goods_id'])->from(['g' => Goods::tableName()]); + } + +} diff --git a/plugins/task/models/TaskLog.php b/plugins/task/models/TaskLog.php new file mode 100644 index 00000000..0b9bd1a3 --- /dev/null +++ b/plugins/task/models/TaskLog.php @@ -0,0 +1,70 @@ + 20, 'unique', 'comment' => 'ID']; + const task_id = ['bigint' => 20, 'comment' => '任务ID']; + const UID = ['bigint' => 20, 'comment' => '用户ID']; + const start_time = ['bigint' => 10, 'default' => 0, 'comment' => '开始时间']; + const status = ['tinyint' => 3, 'default' => 1, 'comment' => '任务装填: 0 未完成 1 已完成']; + const number = ['bigint' => 10, 'default' => 1, 'comment' => '积分分值']; + const extend = ['text' => 0, 'comment' => '扩展信息处理']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task_log}}'; + } + + /** + * 增加额外属性 + * @return [type] [description] + */ + public function attributes() + { + $attributes = parent::attributes(); + return $attributes; + } + + public function scenarios() + { + $scenarios = parent::scenarios(); + return $scenarios; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + + ]; + } + +} diff --git a/plugins/task/models/TaskScore.php b/plugins/task/models/TaskScore.php new file mode 100644 index 00000000..152bdf6d --- /dev/null +++ b/plugins/task/models/TaskScore.php @@ -0,0 +1,103 @@ + 20, 'unique', 'comment' => 'ID']; + const task_id = ['bigint' => 20, 'comment' => '任务ID']; + const order_id = ['bigint' => 20, 'default' => 0, 'comment' => '订单ID']; + const order_sn = ['varchar' => 50, 'comment' => '订单号']; + const UID = ['bigint' => 20, 'comment' => '用户ID']; + const start_time = ['bigint' => 10, 'default' => 0, 'comment' => '开始时间']; + const status = ['tinyint' => 3, 'default' => 1, 'comment' => '任务装填: 0 未完成 1 已完成']; + const number = ['bigint' => 10, 'default' => 1, 'comment' => '积分分值']; + const remark = ['varchar' => 255, 'comment' => '收支说明']; + const identifier = ['varchar' => 30, 'comment' => '标识符']; + const type = ['varchar' => 3, 'default' => 'add', 'comment' => '收支类型:add 增加 del 减少']; + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task_score}}'; + } + + /** + * 增加额外属性 + * @return [type] [description] + */ + public function attributes() + { + $attributes = parent::attributes(); + return $attributes; + } + + public function scenarios() + { + $scenarios = parent::scenarios(); + return $scenarios; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + + ]; + } + + /** + * 关联查询用户信息 + * @return [type] [description] + */ + public function getUser() + { + $User = 'users\models\User'; + $Oauth = 'users\models\Oauth'; + return $this->hasOne($User::className(), ['id' => 'UID'])->from(['u' => $User::tableName()]); + } + + /** + * 关联查询用户信息-第三方 + * @return [type] [description] + */ + public function getOauth() + { + $Oauth = 'users\models\Oauth'; + return $this->hasOne($Oauth::className(), ['UID' => 'UID'])->from(['o' => $Oauth::tableName()]); + } + + /** + * 关联查询任务 + * @return [type] [description] + */ + public function getTask() + { + return $this->hasOne(Task::className(), ['id' => 'task_id'])->from(['t' => Task::tableName()]); + } + +} diff --git a/plugins/task/models/TaskUser.php b/plugins/task/models/TaskUser.php new file mode 100644 index 00000000..000892e3 --- /dev/null +++ b/plugins/task/models/TaskUser.php @@ -0,0 +1,42 @@ + 20, 'unique', 'comment' => 'ID']; + const UID = ['bigint' => 20, 'notNull', 'comment' => '用户ID']; + const number = ['bigint' => 10, 'default' => 0, 'comment' => '积分值']; + const total = ['bigint' => 10, 'default' => 0, 'comment' => '积分累计']; + const consume = ['bigint' => 10, 'default' => 0, 'comment' => '已消费积分']; + + /** + * 实现数据验证 + * 需要数据写入,必须在rules添加对应规则 + * 在控制中执行[模型]->attributes = $postData; + * 否则会导致验证不生效,并且写入数据为空 + * @return [type] [description] + */ + public function rules() + { + return [ + + ]; + } + + /** + * @inheritdoc + */ + public static function tableName() + { + return '{{%task_user}}'; + } + +} diff --git a/sql.txt b/sql.txt index 18fa8118..3bfcd277 100644 --- a/sql.txt +++ b/sql.txt @@ -1,33 +1,135 @@ -CREATE TABLE `heshop_initialize_prefix_live_goods` ( +ALTER TABLE `heshop_initialize_prefix_goods_data` +ADD COLUMN `task_stock` int(10) NOT NULL COMMENT '兑换库存', +ADD COLUMN `task_number` bigint(10) NOT NULL COMMENT '兑换积分', +ADD COLUMN `task_price` decimal(10,2) DEFAULT NULL COMMENT '兑换价格', +ADD COLUMN `task_limit` bigint(5) DEFAULT NULL COMMENT '兑换限制', +ADD COLUMN `task_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否上架:0 下架 1 上架'; + + +ALTER TABLE `heshop_initialize_prefix_goods_group` +ADD COLUMN `is_show` tinyint(1) DEFAULT 1 COMMENT '是否显示 0不显示 1显示' ; + + +ALTER TABLE `heshop_initialize_prefix_order` +ADD COLUMN `score_amount` bigint(10) NOT NULL DEFAULT '0' COMMENT '积分支付', +ADD COLUMN `total_score` bigint(10) NOT NULL DEFAULT '0' COMMENT '积分统计', +ADD COLUMN `type` varchar(255) DEFAULT '' COMMENT '订单类型 base 基础订单 task 任务订单'; + + +ALTER TABLE `heshop_initialize_prefix_order_after` +ADD COLUMN `return_score` bigint(20) NOT NULL DEFAULT '0' COMMENT '退款积分', +ADD COLUMN `actual_score` bigint(20) DEFAULT NULL COMMENT '实际退还积分', +ADD COLUMN `order_type` varchar(255) DEFAULT 'base' COMMENT '订单类型', +ADD COLUMN `return_score_type` tinyint(1) DEFAULT '0' COMMENT '0不退积分 1退积分'; + + + +ALTER TABLE `heshop_initialize_prefix_order_goods` +ADD COLUMN `goods_score` bigint(10) NOT NULL DEFAULT '0' COMMENT '商品积分', +ADD COLUMN `score_amount` bigint(10) DEFAULT '0' COMMENT '总计积分'; + +ALTER TABLE `heshop_initialize_prefix_user` +ADD COLUMN `birthday` varchar(50) DEFAULT NULL COMMENT '生日', +ADD COLUMN `area` varchar(255) DEFAULT NULL COMMENT '地区', +ADD COLUMN `wechat` varchar(50) DEFAULT NULL COMMENT '微信号'; + +CREATE TABLE `heshop_initialize_prefix_task` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `name` varchar(255) DEFAULT NULL COMMENT '任务名称', + `keyword` varchar(255) DEFAULT NULL COMMENT '任务标识符', + `formula` varchar(255) DEFAULT NULL COMMENT '计算公式', + `icon` varchar(255) DEFAULT NULL COMMENT '任务图标', + `type` varchar(3) DEFAULT 'add' COMMENT '任务类型', + `total` varchar(10) DEFAULT '1' COMMENT '累计次数', + `acquire` bigint(10) DEFAULT '1' COMMENT '获取积分', + `maximum` bigint(10) DEFAULT '1' COMMENT '最大值', + `remark` varchar(255) DEFAULT NULL COMMENT '积分说明', + `url` varchar(255) DEFAULT NULL COMMENT '跳转链接', + `status` tinyint(1) DEFAULT '0' COMMENT '任务状态 0关闭 1开启', + `extend` text COMMENT '扩展配置', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + `prompt` varchar(255) DEFAULT NULL COMMENT '积分提示说明', + `extra` varchar(255) DEFAULT NULL COMMENT '第三个说明', + `page_tips` varchar(255) DEFAULT NULL COMMENT '微页面说明', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; + + +BEGIN; +INSERT INTO `heshop_initialize_prefix_task` VALUES (1, '购买商品', 'goods', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_goods_icon.png', '1', '0.02', 10, NULL, '消费%s元,获得%s积分', '/pages/goods/list', 1, '[]', 0, 1624552148, 1626170393, 0, '每日最多%s次', NULL, '消费%s元,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (2, '完成下单', 'order', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_order_icon.png', '1', '2', 77, NULL, '每下%s笔订单,获得%s积分', '/pages/goods/list', 1, '[]', 0, 1624552148, 1626170393, 0, '每日最多%s次', '再购买%s单,即可获得积分', '每下%5笔订单,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (3, '每日签到', 'signin', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_signin_icon.png', '1', '1', 1000, 10, '每日签到,获得%s积分', '/plugins/task/index', 1, '[]', 0, 1624552148, 1626170393, 0, NULL, NULL, '每日签到,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (4, '连续签到', 'sustain', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_signin_icon.png', '1', '2', 20, 100, '连续签到%s天,获得额外%s积分', '/plugins/task/index', 1, '[]', 0, 1624552148, 1626170393, 0, NULL, NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (5, '分享转发', 'share', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_share_icon.png', '1', '2', 6, 6, '每日分享转发%s次及以上,获得%s积分', '/pages/index/index', 1, '[]', 0, 1624552148, 1626170393, 0, '再分享转发%s次,即可获得积分', NULL, '每日转发%s次,获得%s积分'); +INSERT INTO `heshop_initialize_prefix_task` VALUES (6, '浏览商品', 'browse', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_browse_icon.png', '1', '2', 10, 6, '每日浏览商品%s件及以上,获得%s积分', '/pages/goods/search-list?task_browse=1', 1, '[]', 0, 1624552149, 1626170393, 0, '再浏览%s件商品,即可获得积分', NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (7, '邀请好友', 'invite', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_invite_icon.png', '1', '3', 6, 19, '每邀请好友%s人,获得%s积分', '/pages/index/index', 1, '[]', 0, 1624552149, 1626170393, 0, '再邀请%s人,即可获得积分', NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (8, '完善信息', 'perfect', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_perfect_icon.png', '2', '1', 123, 20, '完善个人信息,获得%s积分', '/plugins/task/userinfo', 1, '[\"realname\",\"avatar\",\"gender\",\"wechat\"]', 0, 1624552149, 1626170393, 0, NULL, NULL, NULL); +INSERT INTO `heshop_initialize_prefix_task` VALUES (9, '绑定手机号', 'binding', NULL, 'http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/icon/task_binding_icon.png', '2', '1', 11, 20, '绑定手机号,获得%s积分', '/pages/user/index', 1, '[\"phone\"]', 0, 1624552149, 1626170393, 0, NULL, NULL, NULL); +COMMIT; + +CREATE TABLE `heshop_initialize_prefix_task_goods` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', - `name` varchar(1024) NOT NULL DEFAULT '' COMMENT '商品名称', - `cover` varchar(4096) NOT NULL DEFAULT '' COMMENT '商品封面', - `price_type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '价格类型', - `price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '价格', - `price2` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '价格2', - `link` varchar(256) NOT NULL DEFAULT '' COMMENT '小程序路径', - `audit_id` varchar(255) NOT NULL DEFAULT '' COMMENT '审核单号', - `goods_id` int(11) NOT NULL DEFAULT '0' COMMENT '商品id', - `AppID` varchar(50) NOT NULL COMMENT '应用ID', - `merchant_id` bigint(10) NOT NULL DEFAULT '1' COMMENT '商户ID', + `goods_id` bigint(20) NOT NULL COMMENT '商品ID', + `task_stock` bigint(10) NOT NULL COMMENT '兑换库存', + `task_number` bigint(10) NOT NULL COMMENT '兑换积分', + `task_price` decimal(10,2) DEFAULT NULL COMMENT '兑换价格', + `task_limit` bigint(5) DEFAULT NULL COMMENT '兑换限制', + `goods_is_sale` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否上架:0 下架 1 上架', + `is_recycle` tinyint(1) DEFAULT '0' COMMENT '是否在回收站', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', `created_time` int(10) DEFAULT '0' COMMENT '创建时间', `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + `task_status` tinyint(1) DEFAULT '0' COMMENT '兑换状态', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4; + +CREATE TABLE `heshop_initialize_prefix_task_log` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `task_id` bigint(20) NOT NULL COMMENT '任务ID', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `start_time` bigint(10) NOT NULL DEFAULT '0' COMMENT '开始时间', + `status` tinyint(3) NOT NULL DEFAULT '1' COMMENT '任务装填: 0 未完成 1 已完成', + `number` bigint(10) NOT NULL DEFAULT '1' COMMENT '积分分值', + `extend` text COMMENT '扩展信息处理', `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', - `gid` int(11) NOT NULL DEFAULT '0' COMMENT 'leadshop商品id', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB AUTO_INCREMENT=705 DEFAULT CHARSET=utf8mb4; -CREATE TABLE `heshop_initialize_prefix_live_room` ( +CREATE TABLE `heshop_initialize_prefix_task_score` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', - `room_id` bigint(11) NOT NULL COMMENT '商品名称', - `anchor_wechat` varchar(128) NOT NULL COMMENT '主播微信号', - `sub_wechat` varchar(128) NOT NULL DEFAULT '' COMMENT '副手微信号', - `AppID` varchar(50) NOT NULL COMMENT '应用ID', - `merchant_id` bigint(10) NOT NULL DEFAULT '1' COMMENT '商户ID', + `task_id` bigint(20) NOT NULL COMMENT '任务ID', + `order_id` bigint(20) NOT NULL DEFAULT '0' COMMENT '订单ID', + `order_sn` varchar(50) DEFAULT NULL COMMENT '订单号', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `start_time` bigint(10) NOT NULL DEFAULT '0' COMMENT '开始时间', + `status` tinyint(3) NOT NULL DEFAULT '1' COMMENT '任务装填: 0 未完成 1 已完成', + `number` bigint(10) NOT NULL DEFAULT '1' COMMENT '积分分值', + `remark` varchar(255) DEFAULT NULL COMMENT '收支说明', + `identifier` varchar(30) DEFAULT NULL COMMENT '标识符', + `type` varchar(3) NOT NULL DEFAULT 'add' COMMENT '收支类型:add 增加 del 减少', + `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', `created_time` int(10) DEFAULT '0' COMMENT '创建时间', `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=455 DEFAULT CHARSET=utf8mb4; + +CREATE TABLE `heshop_initialize_prefix_task_user` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID', + `UID` bigint(20) NOT NULL COMMENT '用户ID', + `number` bigint(10) DEFAULT '0' COMMENT '积分值', + `total` bigint(10) DEFAULT '0' COMMENT '积分累计', + `consume` bigint(10) DEFAULT '0' COMMENT '已消费积分', `is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除', + `created_time` int(10) DEFAULT '0' COMMENT '创建时间', + `updated_time` int(10) DEFAULT '0' COMMENT '更新时间', + `deleted_time` int(10) DEFAULT '0' COMMENT '删除时间', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4; \ No newline at end of file +) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4; diff --git a/system/common/AccessToken.php b/system/common/AccessToken.php new file mode 100644 index 00000000..685da077 --- /dev/null +++ b/system/common/AccessToken.php @@ -0,0 +1,96 @@ +jwt; + $signer = $jwt->getSigner('HS256'); + $key = $jwt->getKey(); + $time = time(); + $host = Yii::$app->request->hostInfo; + + if ($type == 1) { + $origin = isset($_SERVER['HTTP_ORIGIN']) ? $_SERVER['HTTP_ORIGIN'] : ''; + $expiration = isset(Yii::$app->params['expiration']) ? Yii::$app->params['expiration'] : 3600; + $expiration = 86400; + } else { + $origin = "refresh"; + $expiration = 2592000; + } + // Adoption for lcobucci/jwt ^4.0 version + $token = $jwt->getBuilder() + ->issuedBy($host) // Configures the issuer (iss claim) + ->permittedFor($origin) // Configures the audience (aud claim) + ->identifiedBy(Yii::$app->params['AppID'] ? Yii::$app->params['AppID'] : '', true) // Configures the id (jti claim), replicating as a header item + ->issuedAt($time) // Configures the time that the token was issue (iat claim) + ->expiresAt($time + (int) $expiration) // Configures the expiration time of the token (exp claim) + ->withClaim('id', $id) // Configures a new claim, called "id" + ->getToken($signer, $key); // Retrieves the generated token + return (string) $token; + } + + /** + * Token验证处理 + * @param [type] $token [description] + * @param [type] $type [description] + * @return [type] [description] + */ + public static function accessToken($token) + { + $token = Yii::$app->jwt->getParser()->parse((string) $token); + $data = Yii::$app->jwt->getValidationData(); + $AppID = Yii::$app->params['AppID'] ? Yii::$app->params['AppID'] : ''; + $host = Yii::$app->request->hostInfo; + $data->setIssuer($host); + $data->setId($AppID); + $data->setCurrentTime(time()); + if ($token->validate($data)) { + $id = $token->getClaim('id'); + if ($id) { + return $token; + } else { + throw new TokenHttpException('Token Parsing Failed', 401); + } + } else { + if ($token->getClaim('jti') !== $AppID) { + throw new TokenHttpException('Token Validation Failure', 401); + } else { + throw new TokenHttpException('Token validation timeout', 401); + } + } + } + + /** + * 重置Token + * @param string $token [description] + * @return [type] [description] + */ + public static function resetToken($token = '') + { + $object = self::accessToken($token); + if ($object->getClaim('aud') == 'refresh') { + return $object; + } else { + throw new TokenHttpException('RefreshToken Parsing Failed', 401); + } + } +} diff --git a/system/common/BasicController.php b/system/common/BasicController.php index a3249a8c..2e18d44b 100644 --- a/system/common/BasicController.php +++ b/system/common/BasicController.php @@ -3,10 +3,11 @@ * @Author: qinuoyun * @Date: 2020-08-20 13:46:09 * @Last Modified by: qinuoyun - * @Last Modified time: 2021-05-11 17:07:44 + * @Last Modified time: 2021-07-08 18:05:14 */ namespace framework\common; +use ReflectionClass; use Yii; use yii\data\ActiveDataProvider; use yii\filters\auth\CompositeAuth; @@ -21,6 +22,7 @@ class BasicController extends StoreController */ public function init() { + if ($this->modelClass === null) { $tree = get_parent_class(get_class($this)); $info = explode("\\", $tree); @@ -61,11 +63,45 @@ public function getShopConfig() public function behaviors() { $behaviors = parent::behaviors(); + + //解决桥接问题 if (isset(Yii::$app->params['runModule'])) { Yii::error(Yii::$app->params['runModule']); return $behaviors; } + //插件部分全过滤 + if (get_class($this) == 'leadmall\app\PluginController') { + return $behaviors; + } + if (get_class($this) == 'leadmall\api\PluginController') { + return $behaviors; + } + if (get_class($this) == 'leadmall\api\PluginController') { + return $behaviors; + } + //处理插件白名单问题 + $classArray = explode("\\", get_class($this)); + + //Yii::info(to_json($classArray)); + + if ($classArray[0] == 'plugins') { + if ($classArray[2] == 'common') { + return $behaviors; + } + /** + * 如下备注用于测试 + */ + // if (get_class($this) == 'plugins\task\common') { + // P($this->whitelists); + // P(Yii::$app->controller->action->id); + // exit(); + // } + if (in_array(Yii::$app->controller->action->id, $this->whitelists)) { + return $behaviors; + } + } + //获取白名单 $accessWhitelist = Yii::$app->params['accessWhitelist'] ?? []; $optional = "__qmpaas_white__"; @@ -74,24 +110,6 @@ public function behaviors() $whitelist = explode("/", Yii::$app->requestedRoute); $optional = end($whitelist); } - if (isset(Yii::$app->params['runModule'])) { - Yii::error(Yii::$app->params['runModule']); - } - - if ($optional === '__qmpaas_white__') { - if (WE7_URL) { - $users = \system\models\Account::find()->one(); - $controller = (new \system\api\AccountController($this->id, $this->module)); - $token = $controller->getToken($users->id); - Yii::$app->request->getHeaders()->set("Authorization", "Bearer " . $token); - } else { - //解决微擎兼容问题 - if (!Yii::$app->request->getHeaders()->get('Authorization') && Yii::$app->request->getHeaders()->get('token')) { - $token = Yii::$app->request->getHeaders()->get('token'); - Yii::$app->request->getHeaders()->set("Authorization", $token); - } - } - } $behaviors['authenticator'] = [ 'class' => CompositeAuth::className(), @@ -120,8 +138,8 @@ public function beforeAction($action) header("Access-Control-Allow-Origin: {$url}"); header("Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS"); header('Access-Control-Allow-Credentials: true'); - header('Access-Control-Expose-Headers: Authorization,token,QM-APP-TYPE,QM-APP-ID,QM-APP-SECRET,X-Pagination-Current-Page,X-Pagination-Page-Count,X-Pagination-Per-Page,X-Pagination-Total-Count'); - header("Access-Control-Allow-Headers: Authorization,token,QM-APP-TYPE,QM-APP-ID,QM-APP-SECRET,Content-Type,Accept,Origin,X-Pagination-Per-Page"); + header('Access-Control-Expose-Headers: Authorization,token,QM-APP-TYPE,QM-APP-ID,QM-APP-SECRET,Content-Page,X-Pagination-Current-Page,X-Pagination-Page-Count,X-Pagination-Per-Page,X-Pagination-Total-Count'); + header("Access-Control-Allow-Headers: Authorization,token,QM-APP-TYPE,QM-APP-ID,QM-APP-SECRET,Content-Page,Content-Type,Accept,Origin,X-Pagination-Per-Page"); //判断是否为预请求接口 if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { Yii::$app->response->setStatusCode(204); @@ -273,4 +291,88 @@ final public function Authorization() { } + + /** + * 插件专用功能 + * 获取清单 + * manifest() 标识所有清代所有数据 + * manifest() 表示获取谋一个清单值数据 + * manifest() 多维数组嵌套的清单数据值获取 + * manifest(,) 表示修改某人清单数据值 + * manifest(,) 表示多维数组清单的值修改 + * @return [type] [description] + */ + public function plugins($plugin, $keyword = "", $value = "") + { + if ($plugin) { + $manifest_dir = Yii::$app->basePath . "/plugins/" . $plugin . "/manifest.json"; + //如果第二个参数为数组,则执行方法 + if (is_array($keyword)) { + $class = '\plugins\task\common'; + if (class_exists($class)) { + $class = new $class($this->id, $this->module); + $action = array_shift($keyword); + $param = empty($keyword) ? [] : array_shift($keyword); + //通过反射获取参数名称 + $reflect = new ReflectionClass($class); + $Parameters = $reflect->getMethod('action' . strtolower($action))->getParameters(); + $params = []; + //循环设置参数 + foreach ($Parameters as $key => $value) { + if (is_array($param) && !empty($param)) { + $params[$value->name] = array_shift($param); + } else { + if (isset($param) && !empty($param)) { + $params[$value->name] = $param ?? ""; + } + + } + } + //执行插件公共方法-专门用于内调 + return $class->runAction($action, $params); + } else { + Error("{$plugin}插件公共方法不存在,请检查插件是否正常安装"); + } + } else { + if (file_exists($manifest_dir)) { + $manifest_body = file_get_contents($manifest_dir); + $manifest_array = json_decode($manifest_body, true); + if (json_last_error() == JSON_ERROR_NONE) { + if ($keyword) { + $keyword_array = explode(".", $keyword); + //判断如果参数存在,则需要修改 + if ($value) { + $end_key = end($keyword_array); + $data = &$manifest_array; + if (count($keyword_array)) { + foreach ($keyword_array as $key) { + if ($key == $end_key) { + $data[$key] = $value; + } else { + $data = &$data[$key]; + } + } + } + return file_put_contents($manifest_dir, to_json($manifest_array)); + } else { + //标识获取参数值 + $data = $manifest_array; + foreach ($keyword_array as $key) { + $data = $data[$key]; + } + return $data; + } + } else { + return $manifest_array; + } + } else { + Error("manifest.json解析失败,请检查插件是否正常安装"); + } + } else { + Error("找不到manifest.json,请检查插件是否正常安装"); + } + } + } + return false; + } } diff --git a/system/common/BasicModule.php b/system/common/BasicModule.php index e26c9d7b..a9b1bac9 100644 --- a/system/common/BasicModule.php +++ b/system/common/BasicModule.php @@ -3,10 +3,11 @@ * @Author: qinuoyun * @Date: 2020-08-20 13:46:09 * @Last Modified by: qinuoyun - * @Last Modified time: 2021-01-05 10:17:04 + * @Last Modified time: 2021-05-29 15:21:56 */ namespace framework\common; +use Yii; use yii\base\Module; class BasicModule extends Module diff --git a/system/common/CommonModels.php b/system/common/CommonModels.php index 82a24c6c..99d27230 100644 --- a/system/common/CommonModels.php +++ b/system/common/CommonModels.php @@ -3,7 +3,7 @@ * @Author: qinuoyun * @Date: 2020-08-20 13:46:09 * @Last Modified by: qinuoyun - * @Last Modified time: 2021-01-05 10:17:04 + * @Last Modified time: 2021-06-26 13:35:48 */ namespace framework\common; @@ -143,9 +143,9 @@ public function getErrorMsg($model = null) public static function updateDb() { - $lastVersion = '1.2.0'; + $lastVersion = '1.2.0'; $currentVersion = app_version(); - $versions = require \Yii::$app->basePath . '/system/update.php'; + $versions = require \Yii::$app->basePath . '/system/update.php'; foreach ($versions as $v => $sql) { $lastVersion = $v; if (version_compare($v, $currentVersion) > 0) { @@ -153,17 +153,17 @@ public static function updateDb() } } $info = [ - 'version' => $currentVersion, - 'db_version' => $lastVersion + 'version' => $currentVersion, + 'db_version' => $lastVersion, ]; file_put_contents(Yii::$app->basePath . '/web/version.json', json_encode($info)); } public static function executeSql($sql) { - $sql = str_replace('heshop_initialize_prefix_', Yii::$app->db->tablePrefix, $sql); - $sql = str_replace("\r", "\n", $sql); - $array = explode(";\n",trim($sql)); + $sql = str_replace('heshop_initialize_prefix_', Yii::$app->db->tablePrefix, $sql); + $sql = str_replace("\r", "\n", $sql); + $array = explode(";\n", trim($sql)); foreach ($array as $item) { try { Yii::$app->db->createCommand(trim($item))->execute(); @@ -174,4 +174,17 @@ public static function executeSql($sql) } } } + + /** + * 批量写入数据 + * @return [type] [description] + */ + public static function batchInsert($fields, $data) + { + $tableName = self::tableName(); + return Yii::$app->db + ->createCommand() + ->batchInsert($tableName, $fields, $data) + ->execute(); + } } diff --git a/system/common/DatabaseMigration.php b/system/common/DatabaseMigration.php index aa2991c3..75df5123 100644 --- a/system/common/DatabaseMigration.php +++ b/system/common/DatabaseMigration.php @@ -1,9 +1,9 @@ $val) { - $val = array_merge($imageDefault, $val); - + $val = array_merge($imageDefault, $val); + $img_type = ""; if ($val['stream']) { //如果传的是字符串图像流 $info = getimagesizefromstring($val['url']); $function = 'imagecreatefromstring'; } else { $info = getimagesize($val['url']); - $function = 'imagecreatefrom' . image_type_to_extension($info[2], false); + $img_type = image_type_to_extension($info[2], false); + $function = 'imagecreatefrom' . $img_type; } $res = $function($val['url']); + + if ($img_type == 'png') { + imagesavealpha($res, true); + } + //根据尺寸居中裁剪 获取图形信息 $target_w = $val['width']; $target_h = $val['height']; @@ -90,18 +124,39 @@ function createPoster($config = array(), $filename = "") $start_y = !$judge ? ($resize_h - $target_h) / 2 : 0; /* 绘制居中缩放图像 */ $canvas = imagecreatetruecolor($resize_w, $resize_h); + /* 设置透明 */ + $color = imagecolorallocate($canvas, 255, 255, 255); + imagecolortransparent($canvas, $color); + imagefill($canvas, 0, 0, $color); + imagecopyresampled($canvas, $res, 0, 0, 0, 0, $resize_w, $resize_h, $source_w, $source_h); $target_img = imagecreatetruecolor($target_w, $target_h); + /* 设置透明 */ + $color = imagecolorallocate($target_img, 255, 255, 255); + imagecolortransparent($target_img, $color); + imagefill($target_img, 0, 0, $color); + + /* 图层拷贝 */ imagecopy($target_img, $canvas, 0, 0, $start_x, $start_y, $resize_w, $resize_h); //处理图片圆角问题 - $canvas = radius_img($canvas, $val['width'], $val['height'], $val['radius'], $val['color']); + // if ($val['radius'] > 0) { + // $canvas = radius_img($target_img, $val['width'], $val['height'], $val['radius'], $val['color']); + // } + + //一下注释的为了测试用 + // if ($img_type == 'png') { + // imagepng($canvas); //在浏览器上显示 + // imagedestroy($canvas); + // exit(); + // } //关键函数,参数(目标资源,源,目标资源的开始坐标x,y, 源资源的开始坐标x,y,目标资源的宽高w,h,源资源的宽高w,h) $val['left'] = $val['left'] < 0 ? $backgroundWidth - abs($val['left']) - $val['width'] : $val['left']; $val['top'] = $val['top'] < 0 ? $backgroundHeight - abs($val['top']) - $val['height'] : $val['top']; - //放置图像 - imagecopymerge($imageRes, $canvas, $val['left'], $val['top'], $val['right'], $val['bottom'], $val['width'], $val['height'], $val['opacity']); //左,上,右,下,宽度,高度,透明度 + //放置图像 左,上,右,下,宽度,高度,透明度 + imagecopymerge($imageRes, $canvas, $val['left'], $val['top'], $val['right'], $val['bottom'], $val['width'], $val['height'], $val['opacity']); // + } } //处理文字 @@ -184,6 +239,7 @@ function radius_img($src_img, $width, $height, $radius = 15, $color = "0,0,0") } } } + imagesavealpha($img, true); return $img; } } @@ -432,6 +488,26 @@ function Error($msg = '系统错误', $code = 403, $type = null) } } +if (!function_exists('is_object')) { + /** + * [is_object description] + * @param string $value [description] + */ + function is_object($array = []) + { + if (empty($array)) { + return false; + } + if (count($array) == count($array, 1)) { + return false; + } else { + return true; + } + } +} + +//用于直接写入 + if (!function_exists('getDirList')) { /** * 获取文件目录 @@ -522,6 +598,20 @@ function P($name, $type = 1) } } +if (!function_exists('P2')) { + /** + * 打印输出数据 + * @Author Sean Yan + * @DateTime 2018-09-07 + * @param [type] $name [description] + * @param integer $type [description] + */ + function P2($name, $type = 1) + { + echo "

" . print_r($name, true) . "
"; + } +} + if (!function_exists('to_mkdir')) { /** * 创建目录 diff --git a/system/wechat/WechatSubscribe.php b/system/wechat/WechatSubscribe.php index 55de12a4..7b7978ae 100644 --- a/system/wechat/WechatSubscribe.php +++ b/system/wechat/WechatSubscribe.php @@ -24,9 +24,9 @@ public function addTemplate($tid, $kidList, $sceneDesc) $api = "https://api.weixin.qq.com/wxaapi/newtmpl/addtemplate?access_token={$this->access_token}"; $result = Tools::httpPost($api, Tools::json_encode([ - 'tid' => $tid, - 'kidList' => $kidList, - 'sceneDesc' => $sceneDesc + 'tid' => $tid, + 'kidList' => $kidList, + 'sceneDesc' => $sceneDesc, ]), true); if ($result) { $json = json_decode($result, true); @@ -52,7 +52,7 @@ public function deleteTemplate($priTmplId) if (!$this->access_token && !$this->getAccessToken()) { return false; } - $api = "https://api.weixin.qq.com/wxaapi/newtmpl/deltemplate?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxaapi/newtmpl/deltemplate?access_token={$this->access_token}"; $result = Tools::httpPost($api, Tools::json_encode([ 'priTmplId' => $priTmplId, ])); @@ -79,7 +79,7 @@ public function getCategory() if (!$this->access_token && !$this->getAccessToken()) { return false; } - $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getcategory?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getcategory?access_token={$this->access_token}"; $result = Tools::httpGet($api); if ($result) { $json = json_decode($result, true); @@ -105,7 +105,7 @@ public function getPubTemplateKeyWordsById($tid) if (!$this->access_token && !$this->getAccessToken()) { return false; } - $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatekeywords?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatekeywords?access_token={$this->access_token}"; $result = Tools::httpGet($api . '&tid=' . $tid); if ($result) { $json = json_decode($result, true); @@ -136,7 +136,7 @@ public function getPubTemplateTitleList($ids, $start, $limit) if ($limit >= 30) { $limit = 30; } - $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatetitles?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatetitles?access_token={$this->access_token}"; $result = Tools::httpGet($api); if ($result) { $json = json_decode($result, true); @@ -161,7 +161,7 @@ public function getTemplateList() if (!$this->access_token && !$this->getAccessToken()) { return false; } - $api = "https://api.weixin.qq.com/wxaapi/newtmpl/gettemplate?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxaapi/newtmpl/gettemplate?access_token={$this->access_token}"; $result = Tools::httpGet($api); if ($result) { $json = json_decode($result, true); @@ -245,7 +245,7 @@ public function getScheme($args = array()) if (!$this->access_token && !$this->getAccessToken()) { return false; } - $api = "https://api.weixin.qq.com/wxa/generatescheme?access_token={$this->access_token}"; + $api = "https://api.weixin.qq.com/wxa/generatescheme?access_token={$this->access_token}"; $result = Tools::httpPost($api, Tools::json_encode($args)); if ($result) { $json = json_decode($result, true); @@ -258,4 +258,4 @@ public function getScheme($args = array()) } return false; } -} \ No newline at end of file +} diff --git a/views/admin/css/app.045926f2.css b/views/admin/css/app.045926f2.css new file mode 100644 index 00000000..bfa24439 --- /dev/null +++ b/views/admin/css/app.045926f2.css @@ -0,0 +1 @@ +@charset "UTF-8";.le-prompt-text{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf;line-height:20px}.el-popover--plain{padding:10px 15px!important}.le-search--form ::v-deep .el-form-item{margin-bottom:16px!important}body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}#app,body,html{margin:0;padding:0;width:100%;height:100%;min-width:1024px}.task-action.el-message-box{width:360px;height:226px;background:#fff;border-radius:16px}.task-action.el-message-box .el-message-box__header{padding-top:32px}.task-action.el-message-box .el-message-box__header .el-message-box__title{display:block!important;font-size:18px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:20px;text-align:center}.task-action.el-message-box .el-message-box__content{padding:0 40px}.task-action.el-message-box .el-button{width:72px;height:32px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.task-action.el-message-box .el-button.el-button--primary{width:72px;height:32px;background:#623ceb;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#fff}.task-action.el-message-box .el-input.el-input--miniz{width:280px;height:32px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.el-message-box__message{color:#262626;font-weight:400;font-size:16px;font-family:Microsoft YaHei}.select-cover__120{position:relative;width:120px;height:120px;flex:1}.select-cover__120-add{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.select-cover__120-icon{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.select-cover__120-text{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.select-cover__120-edit{position:absolute;cursor:pointer}.select-cover__120-edit,.select-cover__120-edit .el-image{width:120px;height:120px}.select-cover__120-tips{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.select-cover__120-edit:hover .select-cover__120-tips{display:block}.task-date .el-date-picker__header button:first-child,.task-date .el-date-picker__header button:nth-last-child(2),.task-date .el-date-picker__header span:nth-child(3){width:100px;background-color:#000!important;display:none!important}.el-tooltip__popper.is-dark{background-color:#fff!important;color:#000!important}.task-tooltip{background-color:#fff}div.v-modal{opacity:.7}/deep/ .he-dialog .el-dialog__headerbtn{right:-22px;top:-4px}/deep/ .he-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:18px;font-weight:800}/deep/ .he-dialog .el-dialog__header{text-align:center;padding:40px 0 32px 0}/deep/ .he-dialog .el-dialog__header .el-dialog__title{font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px;opacity:.85}/deep/ .he-dialog .el-dialog__footer{text-align:center}/deep/ .he-dialog .el-dialog{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:16px;background-clip:padding-box;outline:0;box-shadow:0 5px 15px rgba(0,0,0,.5)}/deep/ .he-dialog .el-dialog__body{padding:0;color:#606266;font-size:14px;word-break:break-all}a[data-v-74ec4834]{white-space:normal;word-break:break-all}a[data-v-74ec4834]:active,a[data-v-74ec4834]:hover,a[data-v-74ec4834]:link,a[data-v-74ec4834]:visited{color:#000;text-decoration:none}/deep/ .el-image{line-height:100%;text-align:center}.image-slot{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:#f5f7fa;color:#bbbfc8}.image-icon{font-size:50px;line-height:50px;height:50px;width:50px}.picture-selet .picture-selet__detail[data-v-9fcbdf92]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-9fcbdf92]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-9fcbdf92]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-9fcbdf92]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-9fcbdf92]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-9fcbdf92]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-9fcbdf92]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-9fcbdf92]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-9fcbdf92]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-9fcbdf92]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-9fcbdf92]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-9fcbdf92]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-9fcbdf92]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-9fcbdf92]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-9fcbdf92]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-9fcbdf92] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-9fcbdf92]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-9fcbdf92]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-9fcbdf92]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-9fcbdf92]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-9fcbdf92]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-9fcbdf92]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-9fcbdf92]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-9fcbdf92]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-9fcbdf92]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-9fcbdf92]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-9fcbdf92]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-9fcbdf92]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-9fcbdf92]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-9fcbdf92]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-9fcbdf92]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-9fcbdf92]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-9fcbdf92]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-9fcbdf92] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-9fcbdf92]{box-shadow:none}.picture-selet .picture-selet-content[data-v-9fcbdf92]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-9fcbdf92]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-9fcbdf92]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-9fcbdf92]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-9fcbdf92]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-9fcbdf92]{width:368px}.dialog-group__content[data-v-9fcbdf92]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-9fcbdf92]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-9fcbdf92] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-9fcbdf92] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-9fcbdf92] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-9fcbdf92]{border-left:1px solid #dcdfe6}.dialog-group[data-v-9fcbdf92] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-9fcbdf92] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-9fcbdf92] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-9fcbdf92] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-9fcbdf92] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-8979c85a]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-8979c85a]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-8979c85a]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-8979c85a]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-8979c85a]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-8979c85a]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-8979c85a]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-8979c85a]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-8979c85a]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-8979c85a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-8979c85a]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-8979c85a]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-8979c85a]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-8979c85a]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-8979c85a]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-8979c85a] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-8979c85a]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-8979c85a]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-8979c85a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-8979c85a]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-8979c85a]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-8979c85a]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-8979c85a]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-8979c85a]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-8979c85a]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-8979c85a]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-8979c85a]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-8979c85a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-8979c85a]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-8979c85a]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-8979c85a]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-8979c85a]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-8979c85a]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-8979c85a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-8979c85a]{box-shadow:none}.picture-selet .picture-selet-content[data-v-8979c85a]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-8979c85a]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-8979c85a]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-8979c85a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-8979c85a]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-8979c85a]{width:368px}.dialog-group__content[data-v-8979c85a]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-8979c85a]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-8979c85a] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-8979c85a] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-8979c85a] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-8979c85a]{border-left:1px solid #dcdfe6}.dialog-group[data-v-8979c85a] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-8979c85a] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-8979c85a] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-8979c85a] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-8979c85a] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-45d80a8a]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-45d80a8a]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-45d80a8a]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-45d80a8a]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-45d80a8a]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-45d80a8a]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-45d80a8a]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-45d80a8a]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-45d80a8a]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-45d80a8a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-45d80a8a]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-45d80a8a]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-45d80a8a]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-45d80a8a]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-45d80a8a]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-45d80a8a] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-45d80a8a]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-45d80a8a]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-45d80a8a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-45d80a8a]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-45d80a8a]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-45d80a8a]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-45d80a8a]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-45d80a8a]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-45d80a8a]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-45d80a8a]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-45d80a8a]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-45d80a8a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-45d80a8a]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-45d80a8a]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-45d80a8a]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-45d80a8a]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-45d80a8a]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-45d80a8a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-45d80a8a]{box-shadow:none}.picture-selet .picture-selet-content[data-v-45d80a8a]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-45d80a8a]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-45d80a8a]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-45d80a8a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-45d80a8a]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-45d80a8a]{width:368px}.dialog-group__content[data-v-45d80a8a]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-45d80a8a]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-45d80a8a] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-45d80a8a] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-45d80a8a] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-45d80a8a]{border-left:1px solid #dcdfe6}.dialog-group[data-v-45d80a8a] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-45d80a8a] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-45d80a8a] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-45d80a8a] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-45d80a8a] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-9194793e]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-9194793e]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-9194793e]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-9194793e]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-9194793e]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-9194793e]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-9194793e]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-9194793e]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-9194793e]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-9194793e]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-9194793e]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-9194793e]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-9194793e]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-9194793e]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-9194793e]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-9194793e] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-9194793e]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-9194793e]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-9194793e]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-9194793e]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-9194793e]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-9194793e]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-9194793e]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-9194793e]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-9194793e]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-9194793e]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-9194793e]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-9194793e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-9194793e]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-9194793e]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-9194793e]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-9194793e]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-9194793e]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-9194793e] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-9194793e]{box-shadow:none}.picture-selet .picture-selet-content[data-v-9194793e]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-9194793e]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-9194793e]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-9194793e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-9194793e]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-9194793e]{width:368px}.dialog-group__content[data-v-9194793e]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-9194793e]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-9194793e] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-9194793e] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-9194793e] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-9194793e]{border-left:1px solid #dcdfe6}.dialog-group[data-v-9194793e] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-9194793e] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-9194793e] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-9194793e] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-9194793e] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-400ace0f]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-400ace0f]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-400ace0f]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-400ace0f]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-400ace0f]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-400ace0f]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-400ace0f]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-400ace0f]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-400ace0f]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-400ace0f]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-400ace0f]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-400ace0f]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-400ace0f]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-400ace0f]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-400ace0f]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-400ace0f] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-400ace0f]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-400ace0f]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-400ace0f]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-400ace0f]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-400ace0f]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-400ace0f]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-400ace0f]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-400ace0f]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-400ace0f]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-400ace0f]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-400ace0f]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-400ace0f]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-400ace0f]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-400ace0f]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-400ace0f]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-400ace0f]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-400ace0f]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-400ace0f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-400ace0f]{box-shadow:none}.picture-selet .picture-selet-content[data-v-400ace0f]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-400ace0f]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-400ace0f]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-400ace0f]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-400ace0f]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-400ace0f]{width:368px}.dialog-group__content[data-v-400ace0f]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-400ace0f]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-400ace0f] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-400ace0f] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-400ace0f] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-400ace0f]{border-left:1px solid #dcdfe6}.dialog-group[data-v-400ace0f] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-400ace0f] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-400ace0f] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-400ace0f] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-400ace0f] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-97a30176]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-97a30176]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-97a30176]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-97a30176]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-97a30176]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-97a30176]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-97a30176]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-97a30176]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-97a30176]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-97a30176]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-97a30176]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-97a30176]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-97a30176]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-97a30176]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-97a30176]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-97a30176] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-97a30176]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-97a30176]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-97a30176]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-97a30176]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-97a30176]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-97a30176]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-97a30176]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-97a30176]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-97a30176]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-97a30176]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-97a30176]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-97a30176]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-97a30176]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-97a30176]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-97a30176]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-97a30176]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-97a30176]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-97a30176] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-97a30176]{box-shadow:none}.picture-selet .picture-selet-content[data-v-97a30176]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-97a30176]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-97a30176]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-97a30176]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-97a30176]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-97a30176]{width:368px}.dialog-group__content[data-v-97a30176]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-97a30176]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-97a30176] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-97a30176] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-97a30176] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-97a30176]{border-left:1px solid #dcdfe6}.dialog-group[data-v-97a30176] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-97a30176] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-97a30176] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-97a30176] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-97a30176] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-789a7e1d]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-789a7e1d]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-789a7e1d]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-789a7e1d]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-789a7e1d]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-789a7e1d]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-789a7e1d]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-789a7e1d]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-789a7e1d]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-789a7e1d]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-789a7e1d]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-789a7e1d]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-789a7e1d]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-789a7e1d]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-789a7e1d]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-789a7e1d] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-789a7e1d]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-789a7e1d]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-789a7e1d]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-789a7e1d]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-789a7e1d]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-789a7e1d]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-789a7e1d]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-789a7e1d]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-789a7e1d]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-789a7e1d]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-789a7e1d]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-789a7e1d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-789a7e1d]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-789a7e1d]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-789a7e1d]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-789a7e1d]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-789a7e1d]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-789a7e1d] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-789a7e1d]{box-shadow:none}.picture-selet .picture-selet-content[data-v-789a7e1d]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-789a7e1d]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-789a7e1d]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-789a7e1d]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-789a7e1d]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-789a7e1d]{width:368px}.dialog-group__content[data-v-789a7e1d]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-789a7e1d]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-789a7e1d] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-789a7e1d] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-789a7e1d] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-789a7e1d]{border-left:1px solid #dcdfe6}.dialog-group[data-v-789a7e1d] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-789a7e1d] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-789a7e1d] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-789a7e1d] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-789a7e1d] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.picture-selet .picture-selet__detail[data-v-2145a626]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-2145a626]{flex:1;height:769px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-2145a626]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-2145a626]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-2145a626]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-2145a626]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-2145a626]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-2145a626]{position:relative;width:100%;height:672px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-2145a626]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-2145a626]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-2145a626]{width:180px;margin:0 auto;text-align:center;padding-top:90px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-2145a626]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-2145a626]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-2145a626]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-2145a626]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-2145a626] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-2145a626]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-2145a626]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-2145a626]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-2145a626]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-2145a626]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-2145a626]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-2145a626]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-2145a626]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-2145a626]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-2145a626]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-2145a626]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-2145a626]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-2145a626]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-2145a626]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-2145a626]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-2145a626]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-2145a626]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card{flex:0 0 406px;width:406px;height:721px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-2145a626] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-2145a626]{box-shadow:none}.picture-selet .picture-selet-content[data-v-2145a626]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-2145a626]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-2145a626]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-2145a626]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet i[data-v-2145a626]{font-size:26px;color:#d9d9d9}.picture-selet p[data-v-2145a626]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-2145a626]{width:368px}.dialog-group__content[data-v-2145a626]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-2145a626]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-2145a626] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-2145a626] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-2145a626] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-2145a626]{border-left:1px solid #dcdfe6}.dialog-group[data-v-2145a626] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-2145a626] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-2145a626] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-2145a626] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-2145a626] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.le-confirmpopup[data-v-b3865ac6]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px;opacity:.85;text-align:center;margin-bottom:12px}.le-chooseGroup .le-cat__head[data-v-5894dd9a] .el-input{width:367px}.le-chooseGroup .le-cat__head[data-v-5894dd9a] .el-input-group__append{padding:0 20px}.le-chooseGroup .le-cat__head[data-v-5894dd9a] .el-input-group__append .el-button{width:45px;padding:0;height:32px}.le-chooseGroup .le-cat__body[data-v-5894dd9a]{width:480px;height:231px;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.le-chooseGroup .le-cat__body .le-cat-item__first[data-v-5894dd9a]{border-right:1px solid #dcdfe6}.le-chooseGroup .le-cat__body .le-cat-item__search[data-v-5894dd9a]{padding:16px 16px 0 16px}.le-chooseGroup .le-cat__body .le-cat-item__search .el-autocomplete[data-v-5894dd9a] .el-input{width:207px}.le-chooseGroup .le-cat__body .le-cat-item-bar[data-v-5894dd9a]{height:183px;width:239px;padding-top:15px}.le-chooseGroup .le-cat__body .le-cat-item-bar[data-v-5894dd9a] .el-scrollbar__wrap{overflow-x:hidden}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item[data-v-5894dd9a]:hover{background:#f3f5f7}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item[data-v-5894dd9a]{width:239px;height:32px;font-size:14px;font-family:PingFang SC;font-weight:500;line-height:32px;padding:0 11px 0 8px;cursor:pointer;color:rgba(0,0,0,.85)}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item .le-cat-item--check[data-v-5894dd9a]{width:28px;height:32px;line-height:32px;text-align:center}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item .le-cat-item--check svg[data-v-5894dd9a]{color:#623ceb}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item .le-item-arrow[data-v-5894dd9a]{width:7px;height:32px}.le-chooseGroup .le-cat__body .le-cat-item-bar .le-cat-item .le-cat-item-text[data-v-5894dd9a]{color:#623ceb}.he-main[data-v-62f97587]{margin:0 0 40px 0}[data-v-62f97587] .el-menu-vertical-demo .el-menu-item{text-align:center}[data-v-62f97587] .el-menu-vertical-demo{height:232px}.he-zoom[data-v-62f97587]{zoom:.32;margin:0 32px 0 64px}.he-poster[data-v-62f97587]{width:750px;height:728px;background-color:#f3f5f7;position:relative}.he-poster__body[data-v-62f97587]{width:686px;height:592px;background:#fff;border-radius:16px;position:absolute;bottom:32px;left:32px;text-align:center}.he-poster__body .he-poster__icon[data-v-62f97587]{width:160px;height:161px;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.he-poster__body .he-poster__name[data-v-62f97587]{font-size:32px;font-weight:500;color:#000;opacity:.85;margin:119px 0 0 0}.he-poster__body .he-poster__shop[data-v-62f97587]{font-size:24px;font-weight:500;color:#000;opacity:.65}.he-poster__body .he-poster__line[data-v-62f97587]{width:548px;height:1px;background-color:#d7d7d7;margin:auto}.he-poster__body .he-poster__QRCode[data-v-62f97587]{width:180px;height:180px;margin-top:51px}.he-poster__body .he-poster__sign[data-v-62f97587]{font-size:22px;font-weight:500;color:#000;opacity:.45}.he-title[data-v-62f97587]{font-size:14px;font-weight:400;color:#000;opacity:.65;margin-top:16px}.he-url[data-v-62f97587]{margin:16px 0;width:302px}.he-url[data-v-62f97587] .el-input__inner{padding-right:0}.he-url[data-v-62f97587] .el-button{background-color:#623ceb;color:#fff}.he-applets__btn[data-v-62f97587]{width:128px;padding:9px 0}.he-selectService[data-v-e635356a]{width:312px;height:260px;border:1px solid #dcdfe6;border-radius:4px}.he-selectService__input[data-v-e635356a]{margin:16px 15.5px 15px 15.5px}.he-selectService__input[data-v-e635356a] .el-input-group__append{padding:0 13px}.he-selectService__checkbox[data-v-e635356a]{height:195px;overflow:auto}.he-selectService__checkbox[data-v-e635356a] .el-checkbox{height:40px;line-height:40px;padding-left:15px}.le-matter[data-v-4df16bde]{padding:0 40px}.le-cat__body[data-v-4df16bde]{border:1px solid #dcdfe6;margin-top:16px}.le-matter .le-cat__input[data-v-4df16bde],.le-matter .le-cat__input[data-v-4df16bde] .el-input{width:100%}.le-cat__body-item[data-v-4df16bde]{padding-bottom:16px}.le-cat__body-item[data-v-4df16bde] input{padding-right:0}.le-cat__body-item[data-v-4df16bde]{border-right:1px solid #dcdfe6}.le-cat__body-item[data-v-4df16bde]:last-child{border-right:none}.le-cat__input[data-v-4df16bde] .el-button.el-button--mini{padding:9px 17px}.le-cat__input[data-v-4df16bde] .el-input-group__append{padding:0 17px}.le-cat__body .le-cat__input[data-v-4df16bde]{padding:16px 16px 0 16px}.le-cat__body-item-list[data-v-4df16bde]{margin-top:15px}.le-cat__body-item-list[data-v-4df16bde] .el-scrollbar__wrap{overflow-x:hidden}.le-cat__body-item-listitem[data-v-4df16bde]{height:32px;padding:0 16px;line-height:32px}.le-cat__body-item-listitem.active[data-v-4df16bde]{background:#f3f5f7}.le-cat__body-item-listitem[data-v-4df16bde] .el-checkbox{margin-right:7px}.le-cat__body-item-label[data-v-4df16bde]{width:100%;cursor:pointer}.le-cat__footer[data-v-4df16bde]{margin-top:16px}.le-cat__footer-tag[data-v-4df16bde]{margin-right:8px;background-color:#fff;margin-bottom:8px;border:1px solid #bebebe}.le-promote[data-v-35eff0a3]{padding:0 0 20px 0}.le-promote .le-menu[data-v-35eff0a3]{width:140px;border-right:1px solid #dcdfe6}.le-promote .le-menu__item[data-v-35eff0a3]{line-height:1;text-align:center;padding:12px 0;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);cursor:pointer}.le-promote .le-menu__active[data-v-35eff0a3]{color:#623ceb}.le-promote .le-poster[data-v-35eff0a3]{width:240px;margin:0 16px 0 32px}.le-promote .le-zoom[data-v-35eff0a3]{transform:scale(.32);transform-origin:0 0}.le-promote #poster-goods[data-v-35eff0a3]{width:750px;height:1046px;padding:32px;background-color:#f2f4f6}.le-promote #poster-goods .le-img[data-v-35eff0a3]{width:686px;height:686px;border-radius:16px}.le-promote #poster-goods .le-content[data-v-35eff0a3]{width:686px;height:280px;background:#fff;border-radius:16px;margin-top:16px;padding:32px}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-price[data-v-35eff0a3]{font-size:40px;font-family:Microsoft YaHei;font-weight:400;color:#f5212d}.le-promote #poster-goods .le-content .le-left .le-price .le-line-price[data-v-35eff0a3]{font-size:28px;font-family:PingFang SC;font-weight:500;text-decoration:line-through;color:rgba(0,0,0,.45)}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-price[data-v-35eff0a3]:before{content:"¥";font-size:80%}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-number[data-v-35eff0a3]{font-size:28px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);margin-left:23px}.le-promote #poster-goods .le-content .le-left .le-name[data-v-35eff0a3]{font-size:30px;line-height:40px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85)}.le-promote #poster-goods .le-content .le-left .le-shop .le-shop__img[data-v-35eff0a3]{width:48px;height:48px;border-radius:50%}.le-promote #poster-goods .le-content .le-left .le-shop .le-shop__name[data-v-35eff0a3]{font-size:24px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65);line-height:48px}.le-promote #poster-goods .le-content .le-right[data-v-35eff0a3]{margin-left:59px;width:180px;text-align:center}.le-promote #poster-goods .le-content .le-right .le-qrcode[data-v-35eff0a3]{width:180px;height:180px}.le-promote #poster-goods .le-content .le-right .le-text[data-v-35eff0a3]{font-size:22px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45)}.le-promote #poster-other[data-v-35eff0a3]{width:750px;height:728px;background:#f3f5f7;padding:104px 32px 32px 32px}.le-promote #poster-other .le-poster__content[data-v-35eff0a3]{width:686px;height:592px;background:#fff;border-radius:16px;position:relative;text-align:center;padding:115px 69px 0 69px}.le-promote #poster-other .le-poster__content .le-poster__icon[data-v-35eff0a3]{width:160px;height:160px;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.le-promote #poster-other .le-poster__content .le-poster__name[data-v-35eff0a3]{font-size:32px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85)}.le-promote #poster-other .le-poster__content .le-poster__shop[data-v-35eff0a3]{font-size:24px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65);margin-top:18px}.le-promote #poster-other .le-poster__content .le-hr[data-v-35eff0a3]{width:548px;height:1px;background-color:#d7d7d7;margin-top:65px}.le-promote #poster-other .le-poster__content .le-qrcode[data-v-35eff0a3]{width:180px;height:180px;margin-top:51px}.le-promote #poster-other .le-poster__content .le-text[data-v-35eff0a3]{font-size:22px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);margin-top:15px}.le-promote #poster-coupon[data-v-35eff0a3]{width:750px;height:818px;background:#f3f5f7;padding:38px 32px 32px 32px}.le-promote #poster-coupon .le-poster__content[data-v-35eff0a3]{width:686px;height:748px;background:#fff;border-radius:16px;padding:0 69px;overflow:hidden}.le-promote #poster-coupon .le-poster__content .le-store[data-v-35eff0a3]{margin-top:58px}.le-promote #poster-coupon .le-poster__content .le-store .le-store-logo[data-v-35eff0a3]{width:64px;height:64px;border-radius:50%;margin-right:25px}.le-promote #poster-coupon .le-poster__content .le-store .le-store-name[data-v-35eff0a3]{font-size:24px;line-height:32px;font-family:PingFang SC;font-weight:500;color:#222}.le-promote #poster-coupon .le-poster__content .le-store .le-store-desc[data-v-35eff0a3]{font-size:22px;line-height:32px;font-family:PingFang SC;font-weight:500;color:#999}.le-promote #poster-coupon .le-poster__content .le-poster-coupon[data-v-35eff0a3]{margin-top:32px;height:200px;width:100%;position:relative;overflow:hidden}.le-promote #poster-coupon .le-poster__content .le-poster-coupon img[data-v-35eff0a3]{width:100%;height:100%;position:absolute;z-index:0}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content[data-v-35eff0a3]{position:relative;z-index:1;color:#fff;margin-left:48px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-price[data-v-35eff0a3]{font-size:58px;font-family:DIN;font-weight:700;color:#fff;line-height:58px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-price[data-v-35eff0a3]:before{content:"¥";font-size:24px;font-family:PingFang SC;font-weight:500;line-height:14px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-condition[data-v-35eff0a3]{font-size:24px;font-family:PingFang SC;font-weight:500;line-height:14px;margin-left:8px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content-number[data-v-35eff0a3]{margin-top:33px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-conetent-name[data-v-35eff0a3]{line-height:40px;font-size:30px;font-family:PingFang SC;font-weight:500;margin-top:13px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content-date[data-v-35eff0a3]{font-size:20px;font-family:PingFang SC;font-weight:400;line-height:32px}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent[data-v-35eff0a3]{margin-top:64px;height:329px;border-top:1px solid #d7d7d7}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent img[data-v-35eff0a3]{width:180px;height:180px;margin-bottom:8px}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent .le-text[data-v-35eff0a3]{font-size:22px;font-family:PingFang SC;font-weight:500;color:#999;margin-top:8px}.le-promote .le-edit .le-title[data-v-35eff0a3]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);margin:13px 0}.le-promote .le-edit .le-url[data-v-35eff0a3]{width:100%;margin-bottom:16px}.le-promote .le-edit .le-url[data-v-35eff0a3] .el-input-group__append{width:59px;height:34px;padding:0;background:#623ceb;text-align:center;font-size:14px;font-family:PingFang SC;font-weight:500;color:#fff;position:relative;top:-1px}.le-promote .le-edit .le-url[data-v-35eff0a3] .el-input-group__append .el-button--default{padding:0}.le-promote .le-edit .le-url[data-v-35eff0a3] .el-input__inner{background-color:#f3f5f7;padding-right:0}.le-promote .le-edit .le-btn[data-v-35eff0a3]{border:1px solid #623ceb;background:#fff;border-radius:4px;font-weight:400;color:#623ceb;font-family:Microsoft YaHei;font-size:12px;height:32px}.le-promote .le-edit .le-btn[data-v-35eff0a3]:first-child{width:96px}.le-promote .le-edit .le-btn[data-v-35eff0a3]:last-child{width:128px}.le-promote .le-not-config[data-v-35eff0a3]{width:556px;height:262px;margin-left:32px;padding-top:53px}.le-promote .le-not-config .le-title[data-v-35eff0a3]{font-size:18px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:22px}.le-promote .le-not-config .le-content[data-v-35eff0a3]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:22px;margin:21px 0 32px 0}.le-promote .le-not-config .le-icon-zhushi[data-v-35eff0a3]{color:#ff8226;margin-right:15px}.le-promote[data-v-551a25e2]{padding:0 0 20px 0}.le-promote .le-menu[data-v-551a25e2]{width:140px;border-right:1px solid #dcdfe6}.le-promote .le-menu__item[data-v-551a25e2]{line-height:1;text-align:center;padding:12px 0;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);cursor:pointer}.le-promote .le-menu__active[data-v-551a25e2]{color:#623ceb}.le-promote .le-poster[data-v-551a25e2]{width:240px;margin:0 16px 0 32px}.le-promote .le-zoom[data-v-551a25e2]{transform:scale(.32);transform-origin:0 0}.le-promote #poster-goods[data-v-551a25e2]{width:750px;height:1046px;padding:32px;background-color:#f2f4f6}.le-promote #poster-goods .le-img-box[data-v-551a25e2]{width:686px;height:686px;border-radius:16px;position:relative}.le-promote #poster-goods .le-box[data-v-551a25e2],.le-promote #poster-goods .le-img[data-v-551a25e2]{position:absolute;left:0;top:0;width:686px;height:686px}.le-promote #poster-goods .le-img[data-v-551a25e2]{border-radius:16px}.le-promote #poster-goods .le-content[data-v-551a25e2]{width:686px;height:280px;background:#fff;border-radius:16px;margin-top:16px;padding:32px}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-price[data-v-551a25e2]{font-size:40px;font-family:Microsoft YaHei;font-weight:400;color:#f5212d}.le-promote #poster-goods .le-content .le-left .le-price .le-line-price[data-v-551a25e2]{font-size:28px;font-family:PingFang SC;font-weight:500;text-decoration:line-through;color:rgba(0,0,0,.45)}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-price[data-v-551a25e2]:before{content:"";font-size:80%}.le-promote #poster-goods .le-content .le-left .le-price .le-sell-number[data-v-551a25e2]{font-size:28px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);margin-left:23px}.le-promote #poster-goods .le-content .le-left .le-name[data-v-551a25e2]{font-size:30px;line-height:40px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85)}.le-promote #poster-goods .le-content .le-left .le-shop .le-shop__img[data-v-551a25e2]{width:48px;height:48px;border-radius:50%}.le-promote #poster-goods .le-content .le-left .le-shop .le-shop__name[data-v-551a25e2]{font-size:24px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65);line-height:48px}.le-promote #poster-goods .le-content .le-right[data-v-551a25e2]{margin-left:59px;width:180px;text-align:center}.le-promote #poster-goods .le-content .le-right .le-qrcode[data-v-551a25e2]{width:180px;height:180px}.le-promote #poster-goods .le-content .le-right .le-text[data-v-551a25e2]{font-size:22px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45)}.le-promote #poster-other[data-v-551a25e2]{width:750px;height:728px;background:#f3f5f7;padding:104px 32px 32px 32px}.le-promote #poster-other .le-poster__content[data-v-551a25e2]{width:686px;height:592px;background:#fff;border-radius:16px;position:relative;text-align:center;padding:115px 69px 0 69px}.le-promote #poster-other .le-poster__content .le-poster__icon[data-v-551a25e2]{width:160px;height:160px;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.le-promote #poster-other .le-poster__content .le-poster__name[data-v-551a25e2]{font-size:32px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85)}.le-promote #poster-other .le-poster__content .le-poster__shop[data-v-551a25e2]{font-size:24px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65);margin-top:18px}.le-promote #poster-other .le-poster__content .le-hr[data-v-551a25e2]{width:548px;height:1px;background-color:#d7d7d7;margin-top:65px}.le-promote #poster-other .le-poster__content .le-qrcode[data-v-551a25e2]{width:180px;height:180px;margin-top:51px}.le-promote #poster-other .le-poster__content .le-text[data-v-551a25e2]{font-size:22px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);margin-top:15px}.le-promote #poster-coupon[data-v-551a25e2]{width:750px;height:818px;background:#f3f5f7;padding:38px 32px 32px 32px}.le-promote #poster-coupon .le-poster__content[data-v-551a25e2]{width:686px;height:748px;background:#fff;border-radius:16px;padding:0 69px;overflow:hidden}.le-promote #poster-coupon .le-poster__content .le-store[data-v-551a25e2]{margin-top:58px}.le-promote #poster-coupon .le-poster__content .le-store .le-store-logo[data-v-551a25e2]{width:64px;height:64px;border-radius:50%;margin-right:25px}.le-promote #poster-coupon .le-poster__content .le-store .le-store-name[data-v-551a25e2]{font-size:24px;line-height:32px;font-family:PingFang SC;font-weight:500;color:#222}.le-promote #poster-coupon .le-poster__content .le-store .le-store-desc[data-v-551a25e2]{font-size:22px;line-height:32px;font-family:PingFang SC;font-weight:500;color:#999}.le-promote #poster-coupon .le-poster__content .le-poster-coupon[data-v-551a25e2]{margin-top:32px;height:200px;width:100%;position:relative;overflow:hidden}.le-promote #poster-coupon .le-poster__content .le-poster-coupon img[data-v-551a25e2]{width:100%;height:100%;position:absolute;z-index:0}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content[data-v-551a25e2]{position:relative;z-index:1;color:#fff;margin-left:48px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-price[data-v-551a25e2]{font-size:58px;font-family:DIN;font-weight:700;color:#fff;line-height:58px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-price[data-v-551a25e2]:before{content:"¥";font-size:24px;font-family:PingFang SC;font-weight:500;line-height:14px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content .le-content-condition[data-v-551a25e2]{font-size:24px;font-family:PingFang SC;font-weight:500;line-height:14px;margin-left:8px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content-number[data-v-551a25e2]{margin-top:33px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-conetent-name[data-v-551a25e2]{line-height:40px;font-size:30px;font-family:PingFang SC;font-weight:500;margin-top:13px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content-date[data-v-551a25e2]{font-size:20px;font-family:PingFang SC;font-weight:400;line-height:32px}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent[data-v-551a25e2]{margin-top:64px;height:329px;border-top:1px solid #d7d7d7}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent img[data-v-551a25e2]{width:180px;height:180px;margin-bottom:8px}.le-promote #poster-coupon .le-poster__content .le-qrcode-conent .le-text[data-v-551a25e2]{font-size:22px;font-family:PingFang SC;font-weight:500;color:#999;margin-top:8px}.le-promote .le-edit .le-title[data-v-551a25e2]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);margin:13px 0}.le-promote .le-edit .le-url[data-v-551a25e2]{width:100%;margin-bottom:16px}.le-promote .le-edit .le-url[data-v-551a25e2] .el-input-group__append{width:59px;height:34px;padding:0;background:#623ceb;text-align:center;font-size:14px;font-family:PingFang SC;font-weight:500;color:#fff;position:relative;top:-1px}.le-promote .le-edit .le-url[data-v-551a25e2] .el-input-group__append .el-button--default{padding:0}.le-promote .le-edit .le-url[data-v-551a25e2] .el-input__inner{background-color:#f3f5f7;padding-right:0}.le-promote .le-edit .le-btn[data-v-551a25e2]{border:1px solid #623ceb;background:#fff;border-radius:4px;font-weight:400;color:#623ceb;font-family:Microsoft YaHei;font-size:12px;height:32px}.le-promote .le-edit .le-btn[data-v-551a25e2]:first-child{width:96px}.le-promote .le-edit .le-btn[data-v-551a25e2]:last-child{width:128px}.le-promote .le-not-config[data-v-551a25e2]{width:556px;height:262px;margin-left:32px;padding-top:53px}.le-promote .le-not-config .le-title[data-v-551a25e2]{font-size:18px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:22px}.le-promote .le-not-config .le-content[data-v-551a25e2]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:22px;margin:21px 0 32px 0}.le-promote .le-not-config .le-icon-zhushi[data-v-551a25e2]{color:#ff8226;margin-right:15px}.group-manual[data-v-48d6a73c]{height:480px;overflow-y:auto}.group-manual__img[data-v-48d6a73c]{width:600px}.he-editName.el-textarea[data-v-901df97e]{width:300px;height:80px}.he-editName.el-textarea[data-v-901df97e] .el-textarea__inner{min-height:80px!important}.coupon-select .le-table[data-v-646d6416] .le-table-row{height:64px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.coupon-select .le-table .le-input-number[data-v-646d6416]{height:28px;width:116px}.coupon-select .le-table .le-input-number[data-v-646d6416] .el-input{margin:0!important;width:116px}.coupon-select .le-table .le-input-number[data-v-646d6416] .el-input .el-input__inner{height:28px!important;padding:0 29px;width:116px}.coupon-select .coupon-select__search[data-v-646d6416]{margin-bottom:16px}.coupon-select .coupon-select__search .le-coupon-page_search[data-v-646d6416] .el-input{width:367px}.coupon-select .coupon-select__page[data-v-646d6416]{padding-top:24px}.le-GroupTemplate[data-v-6c6a4448]{overflow:hidden}.le-group-list[data-v-6c6a4448]{width:640px;height:160px;background:#f3f5f7;border-radius:8px;margin-top:15px}.le-group-list[data-v-6c6a4448] .el-scrollbar__wrap{overflow-x:hidden}.le-group-list .le-group-content[data-v-6c6a4448]{padding:12px}.le-group-list .le-tag[data-v-6c6a4448]{margin-right:8px}.le-form-input[data-v-6c6a4448] .el-input{width:405px}.le-GroupTemplate .le-form-input[data-v-6c6a4448]:nth-child(2){margin-bottom:0}.le-GroupTemplate .le-form-input[data-v-6c6a4448]:nth-child(2) .el-input-group__append{width:60px}.le-GroupTemplate .le-form-input[data-v-6c6a4448]:nth-child(2) .el-input-group__append .el-button{padding:9px 17px}.le-group-nothing[data-v-6c6a4448]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;text-align:center;margin-top:21px}.le-box[data-v-20531d83]{height:400px;border:1px solid #dcdfe6;border-radius:4px}.le-box[data-v-20531d83] .el-scrollbar__wrap{overflow-x:hidden}.le-box .le-isNothing[data-v-20531d83]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf;line-height:22px;text-align:center;margin-top:21px}.le-box-left[data-v-20531d83]{width:260px;border-right:1px solid #dcdfe6}.le-left-search[data-v-20531d83]{height:63px;padding:15px}.le-left-search[data-v-20531d83] .el-input{width:100%}.le-left-search[data-v-20531d83] .el-input .el-input-group__append{width:45px}.le-left-search[data-v-20531d83] .el-input .el-button{padding:9px 15px}.le-left-content[data-v-20531d83]{height:337px}.le-left-content .le-group-item[data-v-20531d83]{height:40px;width:100%;padding-left:15px}.le-left-content .le-group-item[data-v-20531d83] .el-radio{width:100%}.le-left-content .le-group-item .le-label-span[data-v-20531d83]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:22px}.le-box-right[data-v-20531d83]{height:400px;width:360px}.le-right-title[data-v-20531d83]{font-family:Microsoft YaHei;font-weight:400;height:24px;line-height:24px;padding-left:15px;margin-top:12px}.le-right-title span[data-v-20531d83]:first-child{font-size:14px;color:#595959}.le-right-title span[data-v-20531d83]:last-child{color:#bfbfbf;font-size:12px;margin-left:8px}.le-right-item[data-v-20531d83]{height:40px;padding-left:15px}.le-right-item .el-checkbox[data-v-20531d83]{width:100%}.le-popconfirm[data-v-e8b36e8a]{display:inline-block;margin:0 5px}[data-v-e8b36e8a] .el-dialog{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:16px;background-clip:padding-box;outline:0;box-shadow:0 5px 15px rgba(0,0,0,.5)}[data-v-e8b36e8a] .el-dialog .el-dialog__headerbtn{right:-32px;top:-4px}[data-v-e8b36e8a] .el-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:20px;font-weight:800}[data-v-e8b36e8a] .el-dialog .el-dialog__header{text-align:center;padding:40px 0 22px 0}[data-v-e8b36e8a] .el-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:400;color:#000;line-height:20px;opacity:.85}[data-v-e8b36e8a] .el-dialog .el-dialog__footer{text-align:center}[data-v-e8b36e8a] .el-dialog .el-dialog__body{padding:0;margin:0}.le-popconfirm+.le-popconfirm[data-v-e8b36e8a]{margin-left:8px}.he-header[data-v-782a496d]{height:40px;line-height:40px;text-align:center;font-size:14px;font-weight:500;color:#000;opacity:.85;background:#f5f7fa}.he-item[data-v-782a496d]{margin-top:12px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.he-item__header[data-v-782a496d]{height:48px;line-height:48px;background:#f5f7fa}.he-item__time[data-v-782a496d]{padding-left:20px}.he-item__sn[data-v-782a496d],.he-item__time[data-v-782a496d]{font-size:14px;font-weight:500;color:#000;opacity:.85}.he-item__sn__title[data-v-782a496d]{font-size:14px;font-weight:500;color:#000;opacity:.45}.he-platform__icon[data-v-782a496d]{width:16px;height:16px;margin-right:8px}.he-remarks[data-v-782a496d]{height:48px;padding-right:25px}.he-remarks>span[data-v-782a496d]{height:48px}.he-remarks__icon[data-v-782a496d]{font-size:20px!important;width:18px;height:16px;cursor:pointer;line-height:48px}.he-vertical__center[data-v-782a496d]{display:flex;flex-flow:column;justify-content:center;align-items:center}.he-product[data-v-782a496d]{border-right:1px solid #dcdfe6}.he-product .he-goods__more[data-v-782a496d]{height:41px;line-height:41px;color:#595959;font-size:12px;text-align:center;cursor:pointer}.he-product .he-goods[data-v-782a496d]{padding:20px}.he-product .he-goods .he-goods__img__box[data-v-782a496d]{position:relative;width:80px;height:80px;background:#f2f2f2;margin-right:12px}.he-product .he-goods .he-goods__img__box .he-goods__img[data-v-782a496d]{position:absolute;width:80px;height:80px}.he-product .he-goods .he-goods__img__box .he-goods__after[data-v-782a496d]{width:80px;height:24px;line-height:24px;background-color:#f5212d;color:#fff;font-size:12px;bottom:0;text-align:center;position:absolute;cursor:pointer}.he-product .he-goods .he-goods__img__box .he-goods__after .he-goods__after__icon[data-v-782a496d]{font-size:10px!important}.he-product .he-goods .he-name[data-v-782a496d]{width:233px;font-size:14px;font-weight:500;color:#010101;opacity:.85}.he-product .he-goods .he-attr[data-v-782a496d]{font-size:12px;width:233px;font-weight:500;color:#010101;opacity:.65;margin-top:6px}.he-product .he-goods .he-price[data-v-782a496d]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;text-align:center}.he-product .he-goods[data-v-782a496d]:not(:last-child){border-bottom:1px solid #dcdfe6}.he-buyer-consignee[data-v-782a496d]{padding:6px;border-right:1px solid #dcdfe6;display:flex;flex-direction:column;justify-content:center}.he-buyer-consignee .he-buyer[data-v-782a496d]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85;text-align:center;margin-top:13px;margin-bottom:12px}.he-buyer-consignee .he-consignee[data-v-782a496d]{width:100%;height:60px;line-height:60px;background:#f5f7fa;border-radius:8px;padding-top:10px}.he-buyer-consignee .he-consignee__text[data-v-782a496d]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85;margin:0;text-align:center}.he-actually-paid[data-v-782a496d]{border-right:1px solid #dcdfe6;padding:19px 20px 20px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center}.he-actually-paid .he-price[data-v-782a496d]{text-align:center;font-size:14px;font-weight:500;color:#000;opacity:.85}.he-actually-paid .he-shipping[data-v-782a496d]{font-size:12px;font-weight:500;color:#000;opacity:.45}.he-actually-paid .he-edit__price[data-v-782a496d]{width:14px;height:14px;margin-top:9px;cursor:pointer;color:#bbbfc8}.he-payment-method[data-v-782a496d]{font-size:14px;border-right:1px solid #dcdfe6;text-align:center;padding-top:20px;display:flex;flex-direction:column;justify-content:center}.he-status[data-v-782a496d]{font-size:14px;margin-top:18px}.he-order-status[data-v-782a496d]{border-right:1px solid #dcdfe6;position:relative}.he-operating[data-v-782a496d],.he-order-status[data-v-782a496d]{text-align:center;display:flex;flex-direction:column;justify-content:center}.he-operating[data-v-782a496d]{padding-top:18px}.he-item__footer[data-v-782a496d]{height:32px;line-height:32px;border-radius:4px;background:#fff5d1;font-size:12px;font-weight:500;color:#000;opacity:.85;padding:0 20px}.he-footer[data-v-782a496d]{padding:16px 0 0 0}.he-delete-order[data-v-782a496d]{width:16px;height:18px;background-color:pink;cursor:pointer}.he-click[data-v-782a496d]{font-size:14px;font-weight:500;color:#623ceb;padding:4px 16px}.he-more-goods[data-v-782a496d]{text-align:center;height:40px;line-height:40px;font-size:12px;font-family:PingFang SC;font-weight:500;color:#595959;cursor:pointer}.he-click[data-v-782a496d]{padding:0!important;font-size:14px!important}.le-matter[data-v-685ba854] .el-tabs__content{min-width:1600px;overflow-x:auto}.le-tabs[data-v-685ba854]{margin-top:24px}.le-form-card[data-v-685ba854] .el-col.el-col-6{width:22.5%}.le-form-card[data-v-685ba854]{background-color:#fff;border-radius:16px;padding:24px 24px 0 24px;overflow:hidden}.le-form-card[data-v-685ba854] .el-input-group__prepend{background:#fff!important}.le-form-card .to[data-v-685ba854]{width:35px;text-align:center}.data-picker[data-v-685ba854] .el-input.el-input--mini .el-input__inner{padding-left:30px}.le-matter .he-searchInput[data-v-685ba854] .el-select--mini,.le-matter .he-searchInput[data-v-685ba854] .el-select--mini .el-input--suffix,.le-matter .he-searchInput[data-v-685ba854] .el-select--mini .el-input__inner{width:140px}.le-matter[data-v-685ba854] .he-searchInput{width:447px}.he-select__width[data-v-685ba854] .el-input--suffix{width:160px}.le-matter .el-form-item__content[data-v-685ba854] .el-button--text{margin-left:0;padding:10px 8px;color:#623ceb}.he-click[data-v-685ba854]{font-size:12px;font-weight:400;color:#623ceb;padding:0;margin-left:5px}.el-form-item[data-v-685ba854]{margin-right:40px}.le-matter[data-v-685ba854] .el-tabs--card>.el-tabs__content,[data-v-685ba854] .is-always-shadow{box-shadow:none}.le-main .le-tabs[data-v-685ba854] .el-tabs__content{padding:20px!important}.le-button[data-v-685ba854]{margin:0 0 24px 80px}.le-search--form[data-v-685ba854] .el-form-item{margin-bottom:16px!important}.le-matter[data-v-2da2ff42]{min-width:1600px}.he-header[data-v-2da2ff42]{height:40px;line-height:40px;text-align:center;font-size:14px;font-weight:500;color:#000;opacity:.85;background:#f5f7fa}.he-item[data-v-2da2ff42]{margin-top:12px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.he-item__header[data-v-2da2ff42]{height:48px;line-height:48px;background:#f5f7fa}.he-item__time[data-v-2da2ff42]{padding-left:20px}.he-item__sn[data-v-2da2ff42],.he-item__time[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;opacity:.85}.he-item__sn__title[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;opacity:.45}.he-platform__icon[data-v-2da2ff42]{width:16px;height:16px;margin-right:8px}.he-platform[data-v-2da2ff42]{margin-left:20px}.he-remarks[data-v-2da2ff42]{height:48px;padding-right:25px}.he-remarks__icon[data-v-2da2ff42]{width:18px;height:16px;cursor:pointer;line-height:48px;margin:15px 0;background-color:#639}.he-product[data-v-2da2ff42]{border-right:1px solid #dcdfe6}.he-product .he-goods[data-v-2da2ff42]{padding:20px}.he-product .he-goods .he-goods__img[data-v-2da2ff42]{width:80px;height:80px;background:#f2f2f2;margin-right:12px}.he-product .he-goods .he-name[data-v-2da2ff42]{width:233px;font-size:14px;font-weight:500;color:#010101;opacity:.85}.he-product .he-goods .he-attr[data-v-2da2ff42]{font-size:12px;font-weight:500;color:#010101;opacity:.65;margin-top:6px}.he-product .he-goods .he-price[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;text-align:center}.he-product .he-goods[data-v-2da2ff42]:not(:last-child){border-bottom:1px solid #dcdfe6}.he-buyer-consignee[data-v-2da2ff42]{padding:6px;border-right:1px solid #dcdfe6}.he-buyer-consignee .he-buyer[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85;text-align:center;margin-top:13px;margin-bottom:12px}.he-buyer-consignee .he-consignee[data-v-2da2ff42]{width:100%;height:60px;line-height:60px;background:#f5f7fa;border-radius:8px;padding-top:10px}.he-buyer-consignee .he-consignee__text[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85;margin:0;text-align:center}.he-vertical__center[data-v-2da2ff42]{display:flex;flex-flow:column;justify-content:center;align-items:center}.he-actually-paid:hover .he-edit__price[data-v-2da2ff42]{opacity:1}.he-actually-paid[data-v-2da2ff42]{border-right:1px solid #dcdfe6;padding:19px 20px 20px 20px;cursor:pointer;text-align:center}.he-actually-paid .he-price[data-v-2da2ff42]{text-align:center;font-size:14px;font-weight:500;color:#000;opacity:.85}.he-actually-paid .he-shipping[data-v-2da2ff42]{font-size:12px;font-weight:500;color:#000;opacity:.45}.he-actually-paid .he-edit__price[data-v-2da2ff42]{width:14px;height:14px;background:red;opacity:0;margin-top:9px}.he-return[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#000;opacity:.85}.he-order-status[data-v-2da2ff42],.he-return[data-v-2da2ff42]{border-right:1px solid #dcdfe6;text-align:center}.he-operating[data-v-2da2ff42]{text-align:center}.he-item__footer[data-v-2da2ff42]{height:32px;line-height:32px;border-radius:4px;background:#fff5d1;font-size:12px;font-weight:500;color:#000;opacity:.85;padding:0 20px}.he-footer[data-v-2da2ff42]{padding:16px 0 0 0}.he-delete-order[data-v-2da2ff42]{width:16px;height:18px;background-color:pink;cursor:pointer}.he-after-sale[data-v-2da2ff42]{width:68px;height:28px;line-height:28px;background:#f5212d;border-radius:0 0 8px 8px;color:#fff;margin:0 auto}.he-item__type[data-v-2da2ff42]{padding-left:20px}.he-item__type .he-tag__type[data-v-2da2ff42]{display:inline-block;text-align:center;font-size:14px;color:#623ceb;background:#f3f5f7;line-height:1;border:1px solid #623ceb;border-radius:12px;padding:5px 8px}.he-click[data-v-2da2ff42]{font-size:14px;font-weight:500;color:#623ceb!important;padding:4px 16px!important}.le-matter[data-v-2da2ff42] .is-always-shadow{box-shadow:none}.le-matter[data-v-db6c4496] .el-tabs__content{min-width:1600px;overflow-x:auto}.le-form-card[data-v-db6c4496]{background-color:#fff;border-radius:16px;padding:24px 24px 0 24px;overflow:hidden}.le-form-card[data-v-db6c4496] .el-input-group__prepend{background:#fff!important}.le-tabs[data-v-db6c4496]{margin-top:24px}.le-form-card[data-v-db6c4496] .el-col.el-col-6{width:22.5%}.le-form-card .to[data-v-db6c4496]{width:35px;text-align:center}.data-picker[data-v-db6c4496] .el-input.el-input--mini .el-input__inner{padding-left:30px}.le-matter .he-searchInput[data-v-db6c4496] .el-select--mini,.le-matter .he-searchInput[data-v-db6c4496] .el-select--mini .el-input--suffix,.le-matter .he-searchInput[data-v-db6c4496] .el-select--mini .el-input__inner{width:140px}.le-matter[data-v-db6c4496] .he-searchInput{width:447px}.he-select__width[data-v-db6c4496] .el-input--suffix{width:160px}.le-matter .el-form-item__content[data-v-db6c4496] .el-button--text{margin-left:0;padding:10px 8px;color:#623ceb}.he-click[data-v-db6c4496]{font-size:12px;font-weight:400;color:#623ceb;padding:0;margin-left:5px}.el-form-item[data-v-db6c4496]{margin-right:40px}.le-matter[data-v-db6c4496] .el-tabs .el-tabs__content{padding:24px!important}.le-button[data-v-db6c4496]{margin:0 0 24px 80px}.le-search--form[data-v-db6c4496] .el-form-item{margin-bottom:16px!important}.le-form-card[data-v-5999b4bf]{background-color:#fff;border-radius:16px;padding:24px 24px 0 24px}.le-form-card[data-v-5999b4bf] .el-input-group__prepend{background:#fff!important}.le-card[data-v-5999b4bf]{background-color:#fff;border-radius:16px;padding:24px;min-width:1600px}.le-form-card[data-v-5999b4bf] .el-col.el-col-6{width:22.5%}.le-form-card .to[data-v-5999b4bf]{width:35px;text-align:center}.data-picker[data-v-5999b4bf] .el-input.el-input--mini .el-input__inner{padding-left:30px}.le-matter .he-searchInput[data-v-5999b4bf] .el-select--mini,.le-matter .he-searchInput[data-v-5999b4bf] .el-select--mini .el-input--suffix,.le-matter .he-searchInput[data-v-5999b4bf] .el-select--mini .el-input__inner{width:140px}.le-matter[data-v-5999b4bf] .he-searchInput{width:447px}.he-select__width[data-v-5999b4bf] .el-input--suffix{width:160px}.le-matter .el-form-item__content[data-v-5999b4bf] .el-button--text{margin-left:0;padding:10px 8px;color:#623ceb}.he-all__check[data-v-5999b4bf]{margin-right:8px!important;margin-left:24px}.he-header[data-v-5999b4bf]{width:100%;height:40px;line-height:40px;background:#f5f7fa;font-size:14px;font-weight:500;color:#000;margin-top:16px;padding:0 20px}.he-header .he-goods[data-v-5999b4bf]{width:45%;padding-left:35px;opacity:.85}.he-header .he-rating[data-v-5999b4bf]{width:15%;opacity:.85}.he-header .he-evaluation[data-v-5999b4bf],.he-header .he-reply[data-v-5999b4bf]{width:20%;opacity:.85}.he-body .he-item__hidden[data-v-5999b4bf]{background-color:rgba(0,0,0,.05)}.he-body .he-item[data-v-5999b4bf]{margin-top:16px;border:1px solid #dcdfe6;border-radius:4px;position:relative}.he-body .he-item .he-item__header[data-v-5999b4bf]{width:100%;height:49px;line-height:49px;background:#f3f5f7;border-radius:4px 4px 0 0;padding-left:24px;padding-right:26px}.he-body .he-item .he-item__header .he-eye[data-v-5999b4bf]{width:20px;height:20px;margin-right:17px;cursor:pointer;color:#bbbfc8}.he-body .he-item .he-item__header .he-top[data-v-5999b4bf]{width:18px;height:18px;margin-right:19px;cursor:pointer}.he-body .he-item .he-item__header .he-top-0[data-v-5999b4bf]{color:#bbbfc8}.he-body .he-item .he-item__header .he-top-1[data-v-5999b4bf]{color:#fbad15}.he-body .he-item .he-item__header .he-delete[data-v-5999b4bf]{width:20px;height:20px;cursor:pointer;color:#bbbfc8}.he-body .he-item .he-item__header .he-label[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#000;opacity:.45}.he-body .he-item .he-item__header .he-value[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#000;opacity:.85;margin-right:33px}.he-body .he-item .he-item__header .he-check[data-v-5999b4bf]{margin-right:15px}.he-body .he-item .he-item__body[data-v-5999b4bf]{padding:20px}.he-body .he-item .he-item__body .he-goods[data-v-5999b4bf]{width:45%;padding-left:34px;padding-right:50px}.he-body .he-item .he-item__body .he-goods .he-goods__img[data-v-5999b4bf]{width:80px;height:80px}.he-body .he-item .he-item__body .he-goods .he-goods__name[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#010101;opacity:.85;margin-left:12px}.he-body .he-item .he-item__body .he-goods .he-goods__attr[data-v-5999b4bf]{font-size:12px;font-weight:500;color:#010101;opacity:.65;margin-left:12px;margin-top:5px}.he-body .he-item .he-item__body .he-rating[data-v-5999b4bf]{width:15%}.he-body .he-item .he-item__body .he-rating .he-rating__text[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-right:12px}.he-body .he-item .he-item__body .he-evaluation[data-v-5999b4bf]{width:20%;padding-right:20px}.he-body .he-item .he-item__body .he-evaluation .he-evaluation__text[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85}.he-body .he-item .he-item__body .he-evaluation .he-evaluation__img>img[data-v-5999b4bf]{margin-top:8px;width:80px;height:80px;border-radius:8px;margin-right:8px}.he-body .he-item .he-item__body .he-reply[data-v-5999b4bf]{width:20%}.he-body .he-item .he-item__body .he-reply .he-reply__btn[data-v-5999b4bf]{padding:0;font-size:14px;font-weight:500;color:#623ceb;margin-top:3px}.he-body .he-item .he-item__body .he-reply .he-reply__text[data-v-5999b4bf]{font-size:14px;font-weight:500;color:#000;line-height:18px;opacity:.85}.setBut[data-v-5999b4bf]{margin-left:8px}.he-footer[data-v-5999b4bf]{margin-top:20px}.le-search--form[data-v-5999b4bf] .el-form-item{margin-bottom:16px!important}[data-v-821932d0] .el-textarea{width:280px}[data-v-821932d0] .el-textarea .el-textarea__inner{width:280px;resize:none;height:100px}.le-card[data-v-07077f55]{background-color:#fff;border-radius:16px;padding:24px;height:100%}.le-header .le-header__btn[data-v-07077f55]{width:104px;height:32px;background:#623ceb;border-radius:4px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff;padding:0}.le-header .le-header__input[data-v-07077f55]{width:368px;margin-right:24px}.le-header .le-header__input .el-input-group__append .el-button[data-v-07077f55],.le-header .le-header__input .el-input-group__append[data-v-07077f55]{padding:9px 16px}.le-body[data-v-07077f55]{margin-top:16px;width:100%;height:calc(100% - 116px)}.le_goods__main-sort[data-v-07077f55]{cursor:pointer;height:48px;line-height:48px}.le_goods__main-sortedit[data-v-07077f55]{opacity:0;cursor:pointer}.le_goods__main-sort:hover .le_goods__main-sortedit[data-v-07077f55]{opacity:1}.he-pagination[data-v-07077f55]{margin-top:16px}.he-pagination[data-v-07077f55] .el-pagination.is-background button,.he-pagination[data-v-07077f55] .el-pagination.is-background li{background-color:#fff;border:1px solid #dcdfe6}.he-table[data-v-07077f55] .he-class__button-new{padding:0;color:#623ceb}.le-form-card[data-v-f096201e]{background-color:#fff;border-radius:16px;padding:24px}.he-table[data-v-f096201e]{margin-top:16px}.he-input[data-v-f096201e]{width:367px;margin-right:24px}.he-input[data-v-f096201e] .el-input-group__append{padding:0 15px}.he-input[data-v-f096201e] .el-input-group__append .el-button{padding:9px 20px}.le_goods__main-sort[data-v-f096201e]{cursor:pointer;height:48px;line-height:48px}.le_goods__main-sortedit[data-v-f096201e]{opacity:0;cursor:pointer}.le_goods__main-sort:hover .le_goods__main-sortedit[data-v-f096201e]{opacity:1}.he-pagination[data-v-f096201e]{margin-top:16px}.he-pagination[data-v-f096201e] .el-pagination.is-background button,.he-pagination[data-v-f096201e] .el-pagination.is-background li{background-color:#fff;border:1px solid #dcdfe6}.he-table[data-v-f096201e] .he-class__button-new{color:#623ceb;padding:0}.he-name[data-v-f096201e]{height:48px;line-height:48px}.le-header[data-v-33a1f45e]{margin-bottom:24px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.45)}.he-link[data-v-33a1f45e]{font-weight:700;transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133;text-decoration:none;cursor:pointer}.he-tips[data-v-33a1f45e]{line-height:13px;font-size:12px;font-weight:500;color:#000;opacity:.45;margin:0 0 10px 0;padding-left:20px}.he-link[data-v-33a1f45e]{font-size:12px;font-weight:500;color:#623ceb;margin-left:8px;opacity:1}.he-button[data-v-33a1f45e]{width:132px;height:32px;border:1px solid #623ceb;border-radius:4px;color:#623ceb;margin:16px 0 16px 0;text-align:center;font-size:14px;cursor:pointer}.le-form-card[data-v-33a1f45e]{border-radius:16px;background-color:#fff;padding:24px}[data-v-33a1f45e] .le-form-card .he-class__button-new{font-size:14px;padding:10px;color:#623ceb}.he-card[data-v-4dd80d22]{width:702px;height:359px;margin:auto;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-bottom:12px}.he-card>div[data-v-4dd80d22]{height:358px}.he-card>div[data-v-4dd80d22]:not(:last-child){border-right:1px solid #dcdfe6}.he-header[data-v-4dd80d22]{height:39px;border-bottom:1px solid #dcdfe6;padding-left:16px;line-height:39px}.he-body[data-v-4dd80d22]{height:318px;overflow-y:auto}.he-body[data-v-4dd80d22] .el-card__body{padding:0}.he-body[data-v-4dd80d22] .el-card::-webkit-scrollbar,.he-body[data-v-4dd80d22]::-webkit-scrollbar{display:none}.he-body__item[data-v-4dd80d22]{height:32px;padding-left:16px;line-height:32px;cursor:pointer;padding-right:11px}.he-body__item-name[data-v-4dd80d22]{font-size:14px;font-weight:500;color:#000;line-height:32px;opacity:.85;margin-left:8px}.he-matter .he-input[data-v-3a3cf50c]{width:200px}.he-delivery-information[data-v-0d827558]{width:269px;font-size:14px;font-weight:400;color:#000;line-height:20px;opacity:.85;padding-top:6px}[data-v-1a5077fc] .el-textarea{width:280px}[data-v-1a5077fc] .el-textarea .el-textarea__inner{width:280px;resize:none}.he-delivery-information[data-v-3c74f2cf]{width:269px;font-size:14px;font-weight:400;color:#000;line-height:20px;opacity:.85;padding-top:6px}.logistics-step[data-v-576d876d]{height:100%;padding-left:15px}.logistics-step[data-v-576d876d] .el-scrollbar__wrap{padding-top:20px}.le-step[data-v-576d876d]{display:flex;position:relative;flex-basis:50%}.le-step .le-step__head[data-v-576d876d]{width:8px;flex-grow:0;border-color:red}.le-step .le-step__head .le-step__line[data-v-576d876d]{margin-right:0;width:1px;top:0;bottom:0;left:4px;position:absolute;background:#dcdfe6}.le-step .le-step__head .le-step__dot[data-v-576d876d]{position:relative;width:8px;height:8px;border-radius:50%;z-index:1;background:#dcdfe6}.le-step .le-step__head .le-step__dot.le-select[data-v-576d876d]{background:#623ceb}.le-step .le-step__main[data-v-576d876d]{padding-left:10px;flex-grow:1;font-size:12px}.le-step .le-step__description[data-v-576d876d]{padding-right:10%;margin-top:-5px;margin-bottom:20px}.le-step .le-step__description .le-step__datetime[data-v-576d876d]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:18px}.le-step .le-step__description .le-step__content[data-v-576d876d]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:18px}.le-header[data-v-b396d172]{width:660px;height:40px;background:#f3f5f7}.le-header .le-header--label[data-v-b396d172]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;margin-right:12px;margin-left:24px}.le-header .le-header-value[data-v-b396d172]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-header .le-header--copy[data-v-b396d172]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;opacity:.85;padding:0 14px;margin:0 10px;cursor:pointer}.le-body[data-v-b396d172]{width:660px;height:260px;margin-top:4px;border:1px solid #dcdfe6}[data-v-b396d172] .el-scrollbar__wrap{overflow-x:hidden}.le-desc[data-v-b396d172]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:18px}.le-time-line[data-v-b396d172]{width:658px;padding-left:40px;padding-top:24px}.le-time-line .le-time-item[data-v-b396d172]{position:relative;border-left:1px solid #e5e5e5;min-height:50px;padding-bottom:23px}.le-time-line .le-time-item .le-item-content[data-v-b396d172]{margin-left:20px;position:absolute;top:-3px}.le-time-line .le-time-item .le-datetime[data-v-b396d172]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:18px;margin-top:11px}.le-time-line .le-time-item[data-v-b396d172]:last-child{border-left:none}.le-time-line .le-dot[data-v-b396d172]{height:10px;width:10px;border-radius:50%;position:absolute;left:-5px}.le-time-line .le-dot--default[data-v-b396d172]{background:#dcdfe6}.le-time-line .le-dot--first[data-v-b396d172]{background-color:#623ceb}#copy-tracking-number[data-v-b396d172]{background-color:#fff;border:none;opacity:0;position:absolute;z-index:-10}.he-value[data-v-3f79b377]{font-size:14px;font-weight:400;color:#000;opacity:.85}[data-v-3f79b377] .el-form-item{margin-bottom:6px!important}.le-matter .he-textarea[data-v-3f79b377]{width:400px!important;height:200px}.le-matter .he-textarea[data-v-3f79b377]>.el-textarea__inner{height:200px}[data-v-3f79b377] .el-textarea .el-textarea__inner{resize:none}.he-prompt[data-v-830e5c04]{width:440px;height:32px;font-size:12px;font-weight:400;color:#000;opacity:.85;margin:auto;background:#fff5d1;text-align:center;line-height:32px;margin-bottom:25px}.he-tips[data-v-830e5c04]{font-size:14px;font-weight:400;color:#000;line-height:20px;opacity:.45;margin-top:8px}.he-input[data-v-830e5c04]{width:200px}.he-input[data-v-830e5c04]>.el-input__inner{font-size:14px;font-weight:400;color:#f5212d;opacity:.85}.he-value[data-v-830e5c04],.he-value[data-v-baeea280]{font-size:14px;font-weight:400;color:#000;opacity:.85}[data-v-baeea280] .el-form-item{margin-bottom:6px!important}.he-address[data-v-baeea280]{width:460px;max-height:150px;overflow:auto;margin-bottom:8px}.he-address .he-address__item[data-v-baeea280]{margin-bottom:8px}.he-address_add[data-v-baeea280]{font-size:12px!important}.he-address_add .address__add__but[data-v-baeea280]{font-weight:600;color:#000;opacity:.45;width:108px;height:32px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.he-address_add .address__add__explain[data-v-baeea280]{font-weight:600;margin-left:10px;color:#000;opacity:.45}.el-radio[data-v-baeea280]{width:100%}.modal-bg[data-v-60be1f35]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:10}.modal-container[data-v-60be1f35]{width:340px;height:320px;background:#fff;border-radius:10px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.close-icon[data-v-60be1f35]{position:absolute;right:-32px;top:-4px;font-size:16px;color:#fff;cursor:pointer}.modal-footer[data-v-60be1f35]{display:flex;align-items:center;justify-content:center;height:57px;border-top:1px solid #ddd}.modal-footer button[data-v-60be1f35]{width:100px}.modal-main[data-v-60be1f35]{margin-top:72px;text-align:center}.modal-main .modal-image[data-v-60be1f35]{width:120px;height:120px;margin:0 auto}.modal-main .model-content[data-v-60be1f35]{display:block;margin:24px 0 12px 0;font-size:16px;font-weight:400;color:#000;line-height:20px;opacity:.85}.modal-main .modal-link[data-v-60be1f35]{font-size:14px;font-weight:400;color:#623ceb;line-height:20px;opacity:.85}.modal-main .modal-botton[data-v-60be1f35]{width:96px;height:32px;line-height:32px;background:#623ceb;border-radius:4px;margin:0 auto;text-align:center;font-size:12px;font-weight:400;color:#fff;cursor:pointer}.le-matter[data-v-246b6e49]{padding:0 80px}.he-header[data-v-246b6e49]{width:720px;background:#f3f5f7;border-radius:4px;padding:16px 24px 6px 24px;font-size:14px;font-weight:400;color:#000;opacity:.85}.he-item[data-v-246b6e49]{margin-right:40px;margin-bottom:10px;display:inline-block}.he-goods[data-v-246b6e49],.he-order[data-v-246b6e49]{display:inline-block;margin-left:5px;height:15px;font-weight:400;color:#000;opacity:.85}.he-checkbox .el-col[data-v-246b6e49]{margin-bottom:15px}.he-box[data-v-246b6e49] .el-checkbox__label{color:hsla(0,0%,50.2%,.85)}.le-matter .he-textarea[data-v-73aafd64]{width:400px;height:200px}.le-matter .he-textarea[data-v-73aafd64] .el-textarea__inner{height:200px;resize:none}.he-value[data-v-5d14eb54]{font-size:14px;font-weight:400;color:#000;opacity:.85}[data-v-5d14eb54] .el-form-item{margin-bottom:6px!important}.le-matter .he-textarea[data-v-5d7fe734]{width:398px;height:200px}.le-matter .he-textarea[data-v-5d7fe734] .el-textarea__inner{height:200px;resize:none}.le-matter .he-textarea[data-v-ec1c24ca]{width:398px;height:200px}.le-matter .he-textarea[data-v-ec1c24ca] .el-textarea__inner{height:200px;resize:none}.he-delivery-information[data-v-363c14b2]{width:269px;font-size:14px;font-weight:400;color:#000;line-height:20px;opacity:.85;padding-top:6px}.le-matter[data-v-138caece]{padding:0 80px}.he-header[data-v-138caece]{width:720px;background:#f3f5f7;border-radius:4px;padding:16px 24px 6px 24px;font-size:14px;font-weight:400;color:#000;opacity:.85}.he-item[data-v-138caece]{margin-right:40px;margin-bottom:10px;display:inline-block}.he-goods[data-v-138caece],.he-order[data-v-138caece]{display:inline-block;margin-left:5px;height:15px;font-weight:400;color:#000;opacity:.85}.he-checkbox .el-col[data-v-138caece]{margin-bottom:15px}.he-box[data-v-138caece] .el-checkbox__label{color:hsla(0,0%,50.2%,.85)}.le-card[data-v-211d90fe]{background-color:#fff;padding:24px}.he-link-text[data-v-211d90fe]{font-size:12px;font-weight:400;line-height:12px}.he-pagination[data-v-211d90fe]{padding-top:17px}.he-class__button-first[data-v-211d90fe]{padding:0 14px 0 0!important}.el-button--text.he-class__button-new.el-button--mini[data-v-211d90fe]{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0;margin:0}.he-text[data-v-211d90fe]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85;height:48px;line-height:48px}[data-v-211d90fe] .el-table .el-table__header th{padding:0}[data-v-211d90fe] .el-table .el-table__header th .cell{height:48px;line-height:48px}.le-header[data-v-0309e34e]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;margin-bottom:24px}.le-header .el-icon-arrow-right[data-v-0309e34e]{margin:0 10px}.le-header .le-header__left[data-v-0309e34e]{color:#262626;cursor:pointer}.le-header .le-header__right[data-v-0309e34e]{color:#8c8c8c}.le-form-card[data-v-0309e34e]{background-color:#fff;border-radius:16px;padding:24px}.le-form-card .le-rule[data-v-0309e34e]{margin-bottom:15px!important}.le-form-card .le-rule .el-button[data-v-0309e34e]{padding-left:0}.he-link[data-v-0309e34e]{font-weight:700;transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133;text-decoration:none;cursor:pointer}.he-tips[data-v-0309e34e]{font-size:12px;font-weight:500;color:#000;opacity:.45;margin:0}.he-link[data-v-0309e34e]{font-size:12px;font-weight:500;color:#623ceb;margin-left:8px;opacity:1}.he-button[data-v-0309e34e]{width:132px;height:32px;border:1px solid #623ceb;border-radius:4px;color:#623ceb;margin:16px 0 16px 0;text-align:center;font-size:14px;cursor:pointer}.el-table .el-input.el-input--mini[data-v-0309e34e]{width:100px}[data-v-0309e34e] .le-form-card .he-class__button-new{font-size:14px;padding:10px;color:#623ceb}.le-card[data-v-67e532c0]{background:#fff;border-radius:16px;padding:24px}.he-step[data-v-67e532c0]{padding:20px}.he-logistics-details[data-v-67e532c0]{padding-left:24px}.he-logistics-details .he-info__content[data-v-67e532c0]{width:100%;height:168px}.he-logistics-details .he-info__content .le-time-line[data-v-67e532c0]{padding-left:10px;padding-top:24px}.he-logistics-details .he-info__content .le-time-line .le-time-item[data-v-67e532c0]{position:relative;border-left:1px solid #e5e5e5;min-height:50px;padding-bottom:23px}.he-logistics-details .he-info__content .le-time-line .le-time-item .le-item-content[data-v-67e532c0]{margin-left:20px;position:absolute;top:-3px}.he-logistics-details .he-info__content .le-time-line .le-time-item .le-desc[data-v-67e532c0]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:18px}.he-logistics-details .he-info__content .le-time-line .le-time-item .le-datetime[data-v-67e532c0]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:18px;margin-top:11px}.he-logistics-details .he-info__content .le-time-line .le-time-item[data-v-67e532c0]:last-child{border-left:none}.he-logistics-details .he-info__content .le-time-line .le-dot[data-v-67e532c0]{height:8px;width:8px;border-radius:50%;position:absolute;left:-5px}.he-logistics-details .he-info__content .le-time-line .le-dot--default[data-v-67e532c0]{background:#dcdfe6}.he-logistics-details .he-info__content .le-time-line .le-dot--first[data-v-67e532c0]{background-color:#623ceb}.le-form-card[data-v-67e532c0]{border-radius:16px}.he-logistics__title[data-v-67e532c0]{width:59px;height:14px;font-size:14px;font-weight:500;color:#8c8c8c;line-height:22px}.he-logistics__value[data-v-67e532c0]{width:82px;height:14px;font-size:14px;font-weight:500;color:#262626;line-height:22px;margin-right:50px}.he-link-text[data-v-67e532c0]{font-size:12px;font-weight:400;line-height:12px}.he-step[data-v-67e532c0]{height:249px;margin-left:12px}.he-step .el-row--flex[data-v-67e532c0],.he-step[data-v-67e532c0] .el-card__body{width:100%}.he-step[data-v-67e532c0] .el-card__body,.he-step[data-v-67e532c0] .el-card__body>.is-align-middle.el-row--flex{height:100%}.he-step .he-img__box.he-img__active[data-v-67e532c0]{color:#623ceb}.he-step .he-img__box.he-img__noActive[data-v-67e532c0]{color:#bbbfc8}.he-step .he-img__box.he-img__noSelect[data-v-67e532c0],.he-step .he-img__box.he-img__select[data-v-67e532c0]{color:#fff;background:#623ceb}.he-step .he-transition .he-select[data-v-67e532c0]{background:#623ceb}.he-step .he-transition .he-row-select[data-v-67e532c0]{border-color:#623ceb}.he-step .he-transition .he-noSelect[data-v-67e532c0]{background:#bbbfc8}.he-step .he-transition .he-row-noSelect[data-v-67e532c0]{border-color:#bbbfc8}.he-step .he-buyer-orders .he-img__box[data-v-67e532c0]{width:56px;height:56px;border-radius:50%}.he-step .he-buyer-orders .img[data-v-67e532c0]{width:32px;height:32px}.he-step .he-buyer-payment .he-img__box[data-v-67e532c0]{width:56px;height:56px;border-radius:50%}.he-step .he-buyer-payment .img[data-v-67e532c0]{width:32px;height:32px}.he-step .he-buyer-shipment .he-img__box[data-v-67e532c0]{width:56px;height:56px;border-radius:50%}.he-step .he-buyer-shipment .img[data-v-67e532c0]{width:32px;height:32px}.he-step .he-buyer-receiving .he-img__box[data-v-67e532c0]{width:56px;height:56px;border-radius:50%}.he-step .he-buyer-receiving .img[data-v-67e532c0]{width:32px;height:32px}.he-step .he-successful-transaction .he-img__box[data-v-67e532c0]{width:56px;height:56px;border-radius:50%}.he-step .he-successful-transaction .img[data-v-67e532c0]{width:32px;height:32px}.he-step .he-transition[data-v-67e532c0]{width:64px;height:56px;position:relative}.he-step .he-transition .he-row[data-v-67e532c0]{width:12px;height:12px;border-width:2px;border-style:solid;border-top:none;border-right:none;position:absolute;top:50%;right:10px;transform:translate(-50%,-50%) rotate(-135deg)}.he-step .he-transition .he-dots[data-v-67e532c0]{width:5px;height:5px;border-radius:50%}.he-step .he-transition .he-dot-bar[data-v-67e532c0]{width:40px;position:absolute;top:50%;transform:translateY(-50%)}.he-step .he-title[data-v-67e532c0]{font-size:14px;font-weight:400;color:#000;opacity:.85;text-align:center;margin-top:17px}.he-step .he-time[data-v-67e532c0]{font-size:12px;font-weight:400;color:#000;opacity:.45;text-align:center}.he-do-info[data-v-67e532c0]{height:249px;padding:32px 20px}.he-do-info .he-status[data-v-67e532c0]{font-size:20px;font-weight:700;color:#623ceb;opacity:.85;margin-bottom:15px}.he-do-info .he-goSetting[data-v-67e532c0]{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0;margin-left:21px}.he-do-info .he-received-text[data-v-67e532c0]{margin-bottom:10px;font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85}.he-do-info .he-cancel[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;opacity:.85;margin-bottom:20px}.he-do-info .he-do-btn[data-v-67e532c0]{margin-right:8px;padding:10px 24px;font-size:12px;font-weight:600;margin-top:17px}.he-do-info .he-prompt[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;opacity:.85;margin-bottom:18px}.he-do-info .he-do-info__item .he-label[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}.he-do-info .he-do-info__item .he-value[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-left:9px}.he_goods__pic[data-v-67e532c0]{width:80px;height:80px;margin-right:12px}.he_goods__name[data-v-67e532c0]{width:293px;font-size:14px;font-weight:500;color:#010101;opacity:.85}.he-goods__attr[data-v-67e532c0]{font-size:12px;font-weight:500;color:#010101;opacity:.65}.he-total-amount[data-v-67e532c0],[data-v-67e532c0] .has-gutter .cell{text-align:center}.he-price-number[data-v-67e532c0],.he-total-amount[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;opacity:.85;text-align:center}.he-note .he-note__edit[data-v-67e532c0]{font-size:16px!important;display:inline-block;margin-right:12px;color:#bbbfc8;cursor:pointer}.he-note .he-note__text[data-v-67e532c0]{font-size:16px;font-weight:400;color:#fbad15}.he-all-price[data-v-67e532c0]{margin-top:24px}.he-all-price .he-label[data-v-67e532c0]{display:inline-block;text-align:right;width:175px;font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}.he-all-price .he-amount-price[data-v-67e532c0]{font-weight:700!important;color:#f5212d!important}.he-all-price .he-money[data-v-67e532c0]{width:121px;display:inline-block;text-align:right;font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-right:23px}.he-info .he-form__line[data-v-67e532c0]{border-right:1px solid #dcdfe6}.he-info[data-v-67e532c0] .el-card__body{padding:24px 0}.he-info .he-title[data-v-67e532c0]{font-size:16px;font-weight:500;color:#000;opacity:.85;margin-bottom:10px}.he-info .he-info__box[data-v-67e532c0]{padding-left:24px;padding-right:24px}.he-info .he-edit__price[data-v-67e532c0]{margin-left:5px;font-size:16px!important;color:#bbbfc8;cursor:pointer}.he-info .he-value[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-left:9px}.he-info .he-info__item .he-label[data-v-67e532c0]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}[data-v-67e532c0] .el-table thead th{height:40px;padding:0;margin:0;background-color:#f5f7fa}.he-purple[data-v-67e532c0]{color:#623ceb!important}#copy-tracking-number[data-v-67e532c0]{background-color:#fff;border:none;opacity:0;position:absolute;z-index:-10}.le-matter[data-v-67e532c0] .el-tabs--card>.el-tabs__content,[data-v-67e532c0] .is-always-shadow{box-shadow:none}.he-goods__img__box[data-v-67e532c0]{position:relative;width:80px;height:80px;background:#f2f2f2;margin-right:12px}.he-goods__img__box .he-goods__img[data-v-67e532c0]{position:absolute;width:80px;height:80px}.he-goods__img__box .he-goods__after[data-v-67e532c0]{width:80px;height:24px;line-height:24px;background-color:#f5212d;color:#fff;font-size:12px;bottom:0;text-align:center;position:absolute;cursor:pointer}.he-goods__img__box .he-goods__after .he-goods__after__icon[data-v-67e532c0]{font-size:10px!important}.le-form-card[data-v-9c6f095c]{border-radius:16px}.he-link-text[data-v-9c6f095c]{font-size:12px;font-weight:400;line-height:12px}.he-pagination[data-v-9c6f095c]{padding-top:17px}.he-class__button-first[data-v-9c6f095c]{padding:0 14px 0 0!important}.el-button--text.he-class__button-new.el-button--mini[data-v-9c6f095c]{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0 14px;margin:0}.he-text[data-v-9c6f095c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;height:40px;line-height:40px;opacity:.85}[data-v-9c6f095c] .el-table .el-table__header th{padding:0}[data-v-9c6f095c] .el-table .el-table__header th .cell{height:48px;line-height:48px}.le-card[data-v-d7a943be]{background:#fff;border-radius:16px}.le-status-information[data-v-d7a943be]{padding:32px 40px;width:33%}.le-status-information .le-status-text[data-v-d7a943be]{font-size:20px;font-family:PingFang SC;font-weight:700;color:#623ceb;opacity:.85}.le-description[data-v-d7a943be]{padding:32px 57px 32px 15px;margin-left:24px}.le-description .le-menu[data-v-d7a943be]{min-width:104px;border-right:1px solid #dcdfe6;height:120px;padding:0 24px}.le-description .le-menu__item[data-v-d7a943be]{height:26px;line-height:26px;text-align:center;cursor:pointer}.le-description .le-item__active[data-v-d7a943be]{color:#623ceb}.le-description .le-content[data-v-d7a943be]{width:600px;margin-left:25px}.le-description .le-content__note[data-v-d7a943be]{font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85);line-height:18px;margin-bottom:15px}.le-buyer-return-flow[data-v-d7a943be]{margin-top:20px;padding:24px}.le-buyer-return-flow .le-logistics__img[data-v-d7a943be]{width:80px;height:80px;border-radius:8px;margin-right:8px;-o-object-fit:cover;object-fit:cover}.he-user-freight.le-buyer-return-flow .he-info__content[data-v-d7a943be]{height:200px}.le-logistics-details[data-v-d7a943be]{padding:0 24px}.le-logistics-details .he-info__content[data-v-d7a943be]{width:100%;height:190px}.le-form-card[data-v-d7a943be]{border-radius:16px;box-shadow:none!important}.he-link-text[data-v-d7a943be]{font-size:12px;font-weight:400;line-height:12px}.he-do-info[data-v-d7a943be]{height:184px;padding:12px 20px}.he-do-info .he-status[data-v-d7a943be]{font-size:20px;font-weight:500;color:#623ceb;opacity:.85;margin-bottom:15px}.he-do-info .he-goSetting[data-v-d7a943be]{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0;margin-left:21px}.he-do-info .he-received-text[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85}.he-do-info .he-cancel[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;opacity:.85;margin-bottom:20px}.he-do-info .he-do-btn[data-v-d7a943be]{padding:10px 24px;font-size:12px;font-weight:400;margin-top:17px}.he-do-info .he-prompt[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;opacity:.85;margin-bottom:18px}.he-do-info .he-do-info__item .he-label[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}.he-do-info .he-do-info__item .he-value[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-left:9px}.he_goods__pic[data-v-d7a943be]{width:80px;height:80px;margin-right:12px}.he_goods__name[data-v-d7a943be]{width:100%;font-size:14px;font-weight:500;color:#010101;opacity:.85}.he-goods__attr[data-v-d7a943be]{font-size:12px;font-weight:500;color:#010101;opacity:.65}.he-total-amount[data-v-d7a943be],[data-v-d7a943be] .has-gutter .cell{text-align:center}.he-price-number[data-v-d7a943be],.he-total-amount[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;opacity:.85;text-align:center}.he-note[data-v-d7a943be] .el-card__body .he-note__edit{width:14px;height:14px;display:inline-block;margin-right:12px;cursor:pointer}.he-note[data-v-d7a943be] .el-card__body .he-note__text{font-size:16px;font-weight:400;color:#fbad15}.he-all-price[data-v-d7a943be]{margin-top:24px}.he-all-price .he-label[data-v-d7a943be]{display:inline-block;text-align:right;width:175px;font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}.he-all-price .he-amount-price[data-v-d7a943be]{font-weight:700!important;color:#f5212d!important}.he-all-price .he-money[data-v-d7a943be]{width:121px;display:inline-block;text-align:right;font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-right:23px}.he-all-price .he-money[data-v-d7a943be]:before{content:"¥"}.he-info .he-form__line[data-v-d7a943be]{border-right:1px solid #dcdfe6}.he-info[data-v-d7a943be] .el-card__body{padding:24px 0}.he-info .he-title[data-v-d7a943be]{font-size:16px;font-weight:500;color:#000;opacity:.85;margin-bottom:15px}.he-info .he-info__box[data-v-d7a943be]{padding-left:24px}.he-info .he-info__item .he-label[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.45}.he-info .he-info__item .he-value[data-v-d7a943be]{font-size:14px;font-weight:500;color:#000;line-height:22px;opacity:.85;margin-left:9px}.he-info .he-info__item .he-order-number[data-v-d7a943be]{font-weight:500;color:#623ceb;cursor:pointer}.he-info .he-info__item .he-logistics[data-v-d7a943be]{color:#623ceb;cursor:pointer;font-size:14px;margin-left:10px}.he-timeline[data-v-d7a943be]{list-style:none;margin:0;padding:0}.he-timeline .he-timeline-item[data-v-d7a943be]{position:relative;padding-bottom:20px;height:60px}.he-timeline .he-timeline-item .he-timeline-item__node[data-v-d7a943be]{top:6px;left:-1px;width:10px;height:10px;position:absolute;background:#623ceb;border-radius:50%;display:flex;justify-content:center;align-items:center}.he-timeline .he-timeline-item .he-timeline-item__tail[data-v-d7a943be]{position:absolute;left:3px;top:18px;height:33px;border-left:2px solid #623ceb}.he-timeline .he-timeline-item .he-timeline-item__wrapper[data-v-d7a943be]{position:relative;padding-left:20px}.he-timeline .he-timeline-item .he-timeline-item__wrapper .he-content[data-v-d7a943be]{font-size:14px;font-weight:400;color:#000;opacity:.85;margin-left:7px}.he-timeline .he-timeline-item .he-timeline-item__wrapper .he-label[data-v-d7a943be]{font-size:12px;font-weight:400;color:#623ceb;width:33px;display:inline-block;text-align:center;line-height:18px;height:20px;border:1px solid #623ceb;border-radius:10px;background:#fff}.copy-tracking-number[data-v-d7a943be]{background-color:#fff;border:none;opacity:0;position:absolute;z-index:-10}.he-button[data-v-d7a943be]{padding:0 20px;font-size:14px;font-weight:500;color:#623ceb;opacity:.85}[data-v-d7a943be] .el-table thead th{height:40px;padding:0;margin:0;background-color:#f5f7fa}.he-courier-certificate[data-v-d7a943be]{width:80px;height:80px;border-radius:8px;margin-right:8px}.le-matter[data-v-d7a943be] .el-tabs--card>.el-tabs__content,[data-v-d7a943be] .is-always-shadow{box-shadow:none}.el-menu-vertical-demo[data-v-d7a943be]{width:119px;height:125px}.el-menu-item[data-v-d7a943be]{height:38px;line-height:38px}.el-menu-item[data-v-d7a943be]:focus,.el-menu-item[data-v-d7a943be]:hover{background-color:#fff}.el-scrollbar[data-v-1bb10d2f]{width:600px;height:480px}.el-scrollbar[data-v-1bb10d2f] .el-scrollbar__wrap{overflow-x:hidden}.he-delivery-information[data-v-78ca2db4]{width:269px;font-size:14px;font-weight:400;color:#000;line-height:20px;opacity:.85;padding-top:6px}.le-table-edit .le-line-text[data-v-47cda96a]{width:1px;height:14px;background-color:#623ceb;margin:0 10px}.le-table-edit .le-button-text[data-v-47cda96a]{cursor:pointer;color:#623ceb;font-weight:400;font-size:14px;font-family:Microsoft YaHei}.le-users-label[data-v-47cda96a]{width:240px;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;height:32px;display:flex}.le-users-label .he-select__content[data-v-47cda96a]{width:220px;height:32px;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:12px}.le-users-label .le-users-label__placeholder[data-v-47cda96a]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#dcdfe6;line-height:1}.le-users-label .el-icon-arrow-down[data-v-47cda96a]{position:absolute;z-index:10;transform:rotate(-90deg);right:8px}.le-users-label .he-select__tag[data-v-47cda96a]{margin-right:5px;display:flex;height:20px;background:#f4f4f5;border:1px solid #e9e9eb;align-items:center;border-radius:4px;padding:5px}.le-users-label .he-select__tag>span[data-v-47cda96a]{width:76px;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.le-users-label .he-select__tag .el-tag__close[data-v-47cda96a]{border-radius:50%;font-size:6px}.le-users-label .he-select__tag .el-tag__close[data-v-47cda96a]:hover{background-color:#623ceb;color:#fff}.le-card[data-v-47cda96a]{border-radius:16px;background:#fff;padding:24px}.card-top[data-v-47cda96a] .el-card__body{padding-bottom:36px!important}.he-title-line[data-v-47cda96a]{width:4px;height:16px;background:#623ceb;display:inline-block}.he-title[data-v-47cda96a]{font-size:16px;font-weight:400;color:#000;opacity:.85;margin-left:12px}.he-time[data-v-47cda96a]{font-size:14px;font-weight:400;color:#000;opacity:.45;margin-left:16px}.he-statistics__title[data-v-47cda96a]{font-size:16px;font-weight:400;color:#000;opacity:.45}.he-statistics__item[data-v-47cda96a]{padding:0 0 0 16px}.he-statistics__number[data-v-47cda96a]{font-size:32px;font-weight:700;color:#000;opacity:.85}.he-statistics__detail[data-v-47cda96a]{font-size:14px;font-weight:400;color:#623ceb;margin-left:7px;cursor:pointer}.he-statistics__Yesterday[data-v-47cda96a]{font-size:14px;font-weight:400;color:#000;opacity:.45}.he-tabpane-pagination[data-v-47cda96a]{margin-top:18px}.el-card[data-v-47cda96a]{border-radius:16px;box-shadow:none!important}.le-matter[data-v-47cda96a] .el-form .el-input{width:200px}.le-matter[data-v-47cda96a] .el-date-editor--datetime .el-input__inner{padding-left:30px}.he-to[data-v-47cda96a]{padding:0 9px;font-size:14px;font-weight:400;color:#000;opacity:.85;display:inline-block}.he-annotation[data-v-47cda96a]{color:#bbbfc8;width:14px;height:14px;cursor:pointer}.he-export-history[data-v-47cda96a]{width:48px;height:13px;font-size:14px!important;font-weight:400;color:#623ceb;padding:0}.el-form-item[data-v-47cda96a]{margin-right:30px}.he-text[data-v-47cda96a]{line-height:20px;font-size:14px;opacity:.85}.he-mobile[data-v-47cda96a],.he-text[data-v-47cda96a]{font-family:Microsoft YaHei;font-weight:400;color:#000}.he-mobile[data-v-47cda96a]{font-size:12px;opacity:.65}.le-matter .le-router__btn[data-v-47cda96a]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;padding:0}.le-all-query[data-v-47cda96a]{padding-left:15px;margin-bottom:16px}.le-all-query .el-button[data-v-47cda96a]{margin-left:15px}.el-row--flex .le-all-query[data-v-47cda96a],.justify-between .le-all-query[data-v-47cda96a]{margin-top:16px}[data-v-47cda96a] .has-gutter .el-table-column--selection{opacity:0}.le-text-algin[data-v-47cda96a]{text-align:center}.le-confirm-line[data-v-47cda96a]{margin-bottom:15px}.le-warning-icon[data-v-47cda96a]{color:#ff8226;font-size:22px;margin-right:15px}.le-confirm-title[data-v-47cda96a]{font-size:18px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-confirm-tip[data-v-47cda96a]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:22px}.le-search--form[data-v-47cda96a] .el-form-item{margin-bottom:16px!important}.he-link-text[data-v-dd84c5ca]{font-size:12px;font-weight:400;line-height:12px}.he-title-line[data-v-dd84c5ca]{width:4px;height:16px;background:#623ceb;display:inline-block}.he-title[data-v-dd84c5ca]{font-size:16px;font-weight:400;color:#000;opacity:.85;margin-left:12px}.he-profile-picture[data-v-dd84c5ca]{width:216px;height:195px;display:flex;flex-direction:column;justify-content:center;align-items:center}.he-profile-picture>img[data-v-dd84c5ca]{width:80px;height:80px;border-radius:50%;margin-bottom:17px}.he-profile-picture .he-nickname[data-v-dd84c5ca]{font-size:14px;font-weight:400;color:#000;opacity:.85;margin-bottom:6px}.he-profile-picture .he-id[data-v-dd84c5ca]{font-size:12px;font-weight:400;color:#000;opacity:.65}.he-info .he-item[data-v-dd84c5ca]{margin-bottom:16px;font-size:14px;font-weight:400;color:#000}.he-info .he-item .he-label[data-v-dd84c5ca]{opacity:.65}.he-info .he-item .he-value[data-v-dd84c5ca]{opacity:.95;margin-left:8px}.he-info .he-item .he-icon[data-v-dd84c5ca]{width:14px;height:14px;margin-left:13px;color:#bbbfc8;cursor:pointer}.he-icon[data-v-dd84c5ca]{cursor:pointer}.he-trading-information[data-v-dd84c5ca]{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:23px}.he-trading-information .he-item[data-v-dd84c5ca]{padding:32px 0;min-width:0;flex-grow:1;flex-shrink:1;background:rgba(98,60,235,.05);border-radius:8px;text-align:center}.he-trading-information .he-item .he-footer[data-v-dd84c5ca]{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:35px}.he-trading-information .he-item .he-footer .he-other-label[data-v-dd84c5ca]{font-size:12px;font-weight:400;color:#000;opacity:.45}.he-trading-information .he-item .he-footer .he-other-value[data-v-dd84c5ca]{font-size:20px;font-family:DINPro;font-weight:700;color:#000;opacity:.85}.he-trading-information .he-item .he-footer>div[data-v-dd84c5ca]{min-width:0;flex-grow:1;flex-shrink:1}.he-trading-information .he-item .he-all-label[data-v-dd84c5ca]{font-size:16px;font-weight:400;color:#000;opacity:.45}.he-trading-information .he-item .he-all-value[data-v-dd84c5ca]{font-size:32px;font-weight:700;color:#000;opacity:.85}.he-trading-information .he-item[data-v-dd84c5ca]:not(:last-child){margin-right:24px}.le-header[data-v-dd84c5ca]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;margin-bottom:24px}.le-header .le-before[data-v-dd84c5ca]{color:rgba(0,0,0,.85)}.le-header .le-now[data-v-dd84c5ca]{color:rgba(0,0,0,.45)}.le-card-top[data-v-dd84c5ca]{background:#fff;border-radius:16px;padding:24px;margin-top:25px}.le-card-top .le-item[data-v-dd84c5ca]{margin-bottom:16px;font-size:14px;font-weight:400}.le-card-top .le-item .le-label[data-v-dd84c5ca]{color:rgba(0,0,0,.45)}.le-card-top .le-item .le-value[data-v-dd84c5ca]{color:rgba(0,0,0,.85)}.le-card-bottom[data-v-dd84c5ca],.le-card[data-v-dd84c5ca]{background:#fff;border-radius:16px;padding:24px}.le-card .he-link[data-v-dd84c5ca]{color:#623ceb;margin-left:8px}.le-card .he-link[data-v-dd84c5ca],.le-card .le-tag[data-v-dd84c5ca]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;cursor:pointer}.le-card .le-tag[data-v-dd84c5ca]{border:1px solid #bebebe;border-radius:4px;padding:9px 31px 9px 13px;color:#595959;margin-right:8px;margin-bottom:8px;position:relative}.le-card .le-tag .el-tag__close[data-v-dd84c5ca]{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.le-card .le-assets[data-v-dd84c5ca]{margin-top:20px}.le-card .le-assets .le-assets-top[data-v-dd84c5ca]{height:20px;line-height:20px}.le-card .le-assets .le-assets-text[data-v-dd84c5ca]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-card .le-assets .le-assets-btn[data-v-dd84c5ca]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;margin-left:8px;cursor:pointer}.le-card .le-assets .le-assets-num[data-v-dd84c5ca]{height:40px;line-height:40px;font-size:24px;font-family:DIN;font-weight:500;color:#623ceb;cursor:pointer}.le-form-card[data-v-1aec7e56]{border-radius:16px}.he-link-text[data-v-1aec7e56]{font-size:12px;font-weight:400;line-height:12px}.he-pagination[data-v-1aec7e56]{padding-top:17px}.el-button--text.he-class__button-new.el-button--mini[data-v-1aec7e56]{font-size:14px;font-weight:500;padding:0 14px;margin:0}.he-class__button-first[data-v-1aec7e56]{padding:0 14px 0 0!important}.he-text[data-v-1aec7e56]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px;opacity:.85}[data-v-1aec7e56] .el-table--mini td{padding:20px 0}[data-v-1aec7e56] .el-table .el-table__header th{padding:0}[data-v-1aec7e56] .el-table .el-table__header th .cell{height:48px;line-height:48px}.he-button[data-v-1aec7e56]{color:#623ceb}.le-matter .he-input[data-v-2d70921b],.le-matter .he-input[data-v-92bd6e64]{width:200px;height:32px;border-radius:4px}.le-chooseUser .le-chooseUser-input[data-v-3a5db324]{margin-bottom:16px;width:367px}.le-chooseUser .le-chooseUser-input[data-v-3a5db324] .el-input-group__append{width:45px}.le-chooseUser .le-chooseUser-input[data-v-3a5db324] .el-input-group__append .el-button{padding:9px 15px}.le-chooseUser .le-chooseUser-table[data-v-3a5db324] .le-chooseUser-table-row{height:57px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-chooseUser .le-chooseUser-table[data-v-3a5db324] .le-chooseUser-table-header-cell{height:48px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-chooseUser .le-chooseUser-pagination[data-v-3a5db324]{padding:24px 0 0 0}.le-chooseLabel[data-v-6e3c572b]{width:624px;height:260px;border:1px solid #dcdfe6;border-radius:4px}.le-chooseLabel>.flex-sub[data-v-6e3c572b]:first-child{border-right:1px solid #dcdfe6}.le-chooseLabel .le-chooseLabel-header[data-v-6e3c572b]{height:63px;padding:16px}.le-chooseLabel .le-scrollbar[data-v-6e3c572b]{height:calc(100% - 63px)}.le-chooseLabel .le-scrollbar[data-v-6e3c572b] .el-scrollbar__wrap{overflow-x:hidden}.le-chooseLabel .le-scroll-bar_right[data-v-6e3c572b]{padding-left:17px}.le-chooseLabel .le-chooseLabel-input[data-v-6e3c572b]{width:280px}.le-chooseLabel .le-chooseLabel-input .el-input-group__append[data-v-6e3c572b]{width:46px}.le-chooseLabel .le-chooseLabel-input .el-input-group__append .el-button[data-v-6e3c572b]{padding:10px 16px}.le-chooseLabel .le-label[data-v-6e3c572b]{height:40px;line-height:40px;padding-left:15px}.le-chooseLabel .le-label .el-checkbox[data-v-6e3c572b]{display:block;line-height:40px}.le-chooseLabel .le-label-name[data-v-6e3c572b]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:14px}.le-chooseLabel .le-tag[data-v-6e3c572b]{display:inline-block;border:1px solid #bebebe;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959;padding:10px 32px 10px 13px;margin:0 8px 8px 0;cursor:pointer;position:relative}.le-chooseLabel .le-tag .le-label-delete[data-v-6e3c572b]{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.le-chooseCoupon .le-chooseCoupon-input[data-v-de2ddf4c]{margin-bottom:16px;width:367px}.le-chooseCoupon .le-chooseCoupon-input[data-v-de2ddf4c] .el-input-group__append{width:45px}.le-chooseCoupon .le-chooseCoupon-input[data-v-de2ddf4c] .el-input-group__append .el-button{padding:9px 15px}.le-chooseCoupon .le-input-number[data-v-de2ddf4c]{height:28px;width:116px}.le-chooseCoupon .le-input-number[data-v-de2ddf4c] .el-input{margin:0!important;width:116px}.le-chooseCoupon .le-input-number[data-v-de2ddf4c] .el-input .el-input__inner{height:28px!important;padding:0 29px;width:116px}.le-chooseCoupon .le-chooseCoupon-table[data-v-de2ddf4c] .le-chooseCoupon-table-row{height:56px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-chooseCoupon .le-chooseCoupon-table[data-v-de2ddf4c] .le-chooseCoupon-table-header-cell{height:48px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-chooseCoupon .le-chooseCoupon-pagination[data-v-de2ddf4c]{padding:24px 0 0 0}.le-couponRecord .le-couponRecord-head[data-v-229b8b3e]{line-height:32px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-couponRecord .le-couponRecord-head .le-couponRecord-select[data-v-229b8b3e]{width:160px;margin-left:14px}.le-couponRecord .le-couponRecord-head .le-couponRecord-select[data-v-229b8b3e] .el-input,.le-couponRecord .le-couponRecord-head .le-couponRecord-select[data-v-229b8b3e] .el-select-dropdown{width:160px}.le-couponRecord .le-couponRecord-input[data-v-229b8b3e]{margin-bottom:16px;width:245px;margin-left:16px}.le-couponRecord .le-couponRecord-input[data-v-229b8b3e] .el-input-group__append{width:45px}.le-couponRecord .le-couponRecord-input[data-v-229b8b3e] .el-input-group__append .el-button{padding:9px 15px}.le-couponRecord .le-input-number[data-v-229b8b3e]{height:28px;width:116px}.le-couponRecord .le-input-number[data-v-229b8b3e] .el-input{margin:0!important;width:116px}.le-couponRecord .le-input-number[data-v-229b8b3e] .el-input .el-input__inner{height:28px!important;padding:0 29px;width:116px}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-table-status{width:68px;height:28px;line-height:26px;text-align:center;background:#fff;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-status-success{color:#53c41a;border:1px solid #53c41a}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-status-gray{color:rgba(0,0,0,.65);border:1px solid #bebebe}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-status-caveat{border:1px solid #fbad15;color:#fbad15}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-couponRecord-table-row{height:64px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-couponRecord .le-couponRecord-table[data-v-229b8b3e] .le-couponRecord-table-header-cell{height:48px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-couponRecord .le-couponRecord-pagination[data-v-229b8b3e]{padding:24px 0 0 0}.le-couponRecord .le-delete[data-v-229b8b3e]{padding:0}.le-couponRecord .le-order-sn[data-v-229b8b3e]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb}.modal-bg[data-v-1c0b506a]{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);z-index:10}.modal-container[data-v-1c0b506a]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-footer[data-v-1c0b506a]{display:flex;align-items:center;justify-content:center;height:57px;border-top:1px solid #ddd}.modal-footer button[data-v-1c0b506a]{width:100px}.modal-main[data-v-1c0b506a]{margin-top:64px;text-align:center}.modal-main .modal-image[data-v-1c0b506a]{width:60px;height:60px;margin:0 auto}.modal-main .model-content[data-v-1c0b506a]{font-size:14px;font-weight:500;color:#8c8c8c;line-height:22px}.le-matter[data-v-4a7351d4]{position:relative}.le-not-config[data-v-4a7351d4]{width:556px;height:262px;margin-left:32px;padding-top:53px}.le-not-config .le-title[data-v-4a7351d4]{font-size:18px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:22px}.le-not-config .le-content[data-v-4a7351d4]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:22px;margin:21px 0 32px 0}.le-not-config .le-icon-zhushi[data-v-4a7351d4]{color:#ff8226;margin-right:15px}.le-line .le-sign[data-v-4a7351d4]{display:inline-block;width:4px;height:16px;background:#623ceb;margin-right:12px}.le-line .le-text[data-v-4a7351d4]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85}.le-body[data-v-4a7351d4]{margin-top:15px}.le-body .le-mobile[data-v-4a7351d4]{min-width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-right:24px;padding:38px 20px;box-sizing:border-box;margin-bottom:25px;position:relative}.le-body .le-mobile .le-mobile__img[data-v-4a7351d4]{width:340px;height:603px;border:1px solid #dcdfe6}.le-body .le-mobile .le-mobile__box[data-v-4a7351d4]{position:absolute;top:38px;width:340px;height:603px;background-color:transparent}.le-body .le-content[data-v-4a7351d4]{height:680px;background:#fff;border-radius:16px;padding:40px 0 0 40px;box-sizing:border-box;margin-bottom:25px}.le-body .le-content__text[data-v-4a7351d4]{margin-top:24px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#000;line-height:22px}.le-body .le-text[data-v-4a7351d4]{opacity:.45}.le-body .le-store[data-v-4a7351d4]{opacity:.85;margin-left:9px}.le-body .le-promote[data-v-4a7351d4]{margin-top:24px;padding:32px 32px 32px 0;width:762px;height:300px;background:#fff;border:1px solid #dcdfe6;border-radius:8px}.le-body .le-promote .le-menu[data-v-4a7351d4]{width:140px;border-right:1px solid #dcdfe6}.le-body .le-promote .le-menu__item[data-v-4a7351d4]{line-height:1;text-align:center;padding:12px 0;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);cursor:pointer}.le-body .le-promote .le-menu__active[data-v-4a7351d4]{color:#623ceb}.le-body .le-promote .le-poster[data-v-4a7351d4]{width:240px;margin:0 16px 0 32px}.le-body .le-promote .le-zoom[data-v-4a7351d4]{zoom:.32}.le-body .le-promote #poster-other[data-v-4a7351d4]{width:750px;height:728px;background:#f3f5f7;padding:104px 32px 32px 32px}.le-body .le-promote #poster-other .le-poster__content[data-v-4a7351d4]{width:686px;height:592px;background:#fff;border-radius:16px;position:relative;text-align:center;padding:115px 69px 0 69px}.le-body .le-promote #poster-other .le-poster__content .le-poster__icon[data-v-4a7351d4]{width:160px;height:160px;position:absolute;top:0;left:50%;border-radius:50%;transform:translate(-50%,-50%)}.le-body .le-promote #poster-other .le-poster__content .le-poster__name[data-v-4a7351d4]{font-size:32px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.85)}.le-body .le-promote #poster-other .le-poster__content .le-poster__shop[data-v-4a7351d4]{font-size:24px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65);margin-top:18px}.le-body .le-promote #poster-other .le-poster__content .le-hr[data-v-4a7351d4]{width:548px;height:1px;background-color:#d7d7d7;margin-top:55px}.le-body .le-promote #poster-other .le-poster__content .le-qrcode[data-v-4a7351d4]{width:180px;height:180px;margin-top:51px}.le-body .le-promote #poster-other .le-poster__content .le-text[data-v-4a7351d4]{font-size:22px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);margin-top:15px}.le-body .le-promote .le-edit .le-title[data-v-4a7351d4]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.65);margin:13px 0}.le-body .le-promote .le-edit .le-url[data-v-4a7351d4]{width:100%;margin-bottom:16px}.le-body .le-promote .le-edit .le-url[data-v-4a7351d4] .el-input-group__append{width:59px;height:34px;padding:0;background:#623ceb;text-align:center;font-size:14px;font-family:PingFang SC;font-weight:500;color:#fff;position:relative;top:-1px}.le-body .le-promote .le-edit .le-url[data-v-4a7351d4] .el-input-group__append .el-button--default{padding:0}.le-body .le-promote .le-edit .le-url[data-v-4a7351d4] .el-input__inner{background-color:#f3f5f7;padding-right:0}.le-body .le-promote .le-edit .le-btn[data-v-4a7351d4]{border:1px solid #623ceb;background:#fff;border-radius:4px;font-weight:400;color:#623ceb;font-family:Microsoft YaHei;font-size:12px;height:32px}.le-body .le-promote .le-edit .le-btn[data-v-4a7351d4]:first-child{width:96px}.le-body .le-promote .le-edit .le-btn[data-v-4a7351d4]:last-child{width:128px}.le-body .le-menu[data-v-4a7351d4]{width:140px;height:100%}.le-body .le-menu .el-menu-item[data-v-4a7351d4]{padding:0!important;text-align:center}.le-body .le-menu .el-menu-item[data-v-4a7351d4]:focus,.le-body .le-menu .el-menu-item[data-v-4a7351d4]:hover{background-color:#fff}.le-footer[data-v-4a7351d4]{margin-top:16px;background:#fff;border-radius:16px;padding:40px 0 0 40px}.le-footer .le-item[data-v-4a7351d4]{position:relative;width:186px;height:417px;margin:0 20px 20px 0}.le-footer .le-item__content[data-v-4a7351d4]{width:186px;height:417px;background:#fff;border:1px solid #dee1e7;border-radius:4px;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden}.le-footer .le-item__content .le-item__body[data-v-4a7351d4]{width:186px;height:327px;border-radius:4px 4px 0 0;position:relative}.le-footer .le-item__content .le-item__img[data-v-4a7351d4]{width:186px;display:block}.le-footer .le-item__content .le-item__img__content[data-v-4a7351d4]{width:186px;height:327px;overflow:hidden}.le-footer .le-item__content .le-item__preview[data-v-4a7351d4]{position:absolute;top:0;width:186px;height:327px;opacity:0;background-color:rgba(0,0,0,.3);border-radius:4px 4px 0 0}.le-footer .le-item__content .le-bottom[data-v-4a7351d4]{font-family:PingFang SC;font-weight:500;color:#000;padding:15px 10px}.le-footer .le-item__content .he-btn__top[data-v-4a7351d4]{width:104px;height:32px;background:#623ceb;border-radius:4px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff;margin:0 0 8px 0}.le-footer .le-item__content .he-btn__bottom[data-v-4a7351d4]{width:104px;height:32px;border:1px solid #fff;border-radius:4px;background-color:transparent;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fefeff;margin:8px 0 0 0}.le-footer .le-item__content .he-name[data-v-4a7351d4]{font-size:14px;opacity:.85;margin-bottom:7px}.le-footer .le-item__content .he-user[data-v-4a7351d4]{font-size:12px;opacity:.45}.le-footer .le-item__content[data-v-4a7351d4]:hover{top:-7px}.le-footer .le-item__content:hover .le-item__preview[data-v-4a7351d4]{opacity:1}.le-footer .le-pagination[data-v-4a7351d4]{padding:0 40px 40px 0}.le-form-card[data-v-04f160dc]{background:#fff;border-radius:16px;padding:68px}.le-theme-list[data-v-04f160dc]{display:flex}.le-theme-list>div[data-v-04f160dc]{width:56px;height:56px;background:#f3f5f7;border-radius:28px;margin-right:32px;cursor:pointer;display:flex}.he-theme__heart[data-v-04f160dc]{width:32px;border-radius:16px;height:32px;margin:12px}.he-active__box[data-v-04f160dc]{display:flex;align-items:center}.he-active__text[data-v-04f160dc]{font-size:16px;font-family:PingFang SC;font-weight:500;color:#000;opacity:.65;margin-left:9px}.le-theme-list .he-theme__active[data-v-04f160dc]{width:155px}.he-red__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#e60b30,rgba(230,11,48,.4))}.he-purple__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#8f2df3,rgba(143,45,243,.4))}.he-blue__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#33a7ff,rgba(51,167,255,.4))}.he-green__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#1fc551,rgba(31,197,81,.4))}.he-orange__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#ff7f00,rgba(255,127,0,.4))}.he-golden__theme[data-v-04f160dc]{background:linear-gradient(-45deg,#caa45a,rgba(202,164,90,.4))}.he-theme__preview[data-v-04f160dc]{height:498px;margin-top:56px}.he-preview__image[data-v-04f160dc]{height:498px;width:280px;box-shadow:0 0 16px 0 rgba(33,34,36,.12)}.he-preview__image[data-v-04f160dc]:not(:last-child){margin-right:56px}.goods-selet[data-v-54364d40]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-54364d40],.goods-selet .goods-dialog[data-v-54364d40]{display:inline-block}.goods-selet .goods-selet-tips[data-v-54364d40]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-54364d40]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-item[data-v-54364d40]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-54364d40]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-54364d40]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-54364d40]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-54364d40]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-54364d40]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-54364d40]{width:50%}.goods-selet__table[data-v-54364d40] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-54364d40]{text-align:right;margin-top:24px}.goods-selet__table[data-v-54364d40] .el-table{margin-top:16px}.goods-selet__table[data-v-54364d40] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-54364d40] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-54364d40] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-54364d40]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-54364d40]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-54364d40]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-54364d40]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods-selet[data-v-7f7b1314]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-7f7b1314],.goods-selet .goods-dialog[data-v-7f7b1314]{display:inline-block}.goods-selet .goods-selet-tips[data-v-7f7b1314]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-7f7b1314]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-item[data-v-7f7b1314]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-7f7b1314]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-7f7b1314]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-7f7b1314]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-7f7b1314]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-7f7b1314]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-7f7b1314]{width:50%}.goods-selet__table[data-v-7f7b1314] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-7f7b1314]{text-align:right;margin-top:24px}.goods-selet__table[data-v-7f7b1314] .el-table{margin-top:16px}.goods-selet__table[data-v-7f7b1314] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-7f7b1314] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-7f7b1314] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-7f7b1314]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-7f7b1314]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-7f7b1314]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-7f7b1314]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods-selet[data-v-005c718b]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-005c718b],.goods-selet .goods-dialog[data-v-005c718b]{display:inline-block}.goods-selet .goods-selet-tips[data-v-005c718b]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-005c718b]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-item[data-v-005c718b]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-005c718b]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-005c718b]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-005c718b]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-005c718b]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-005c718b]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-005c718b]{width:50%}.goods-selet__table[data-v-005c718b] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-005c718b]{text-align:right;margin-top:24px}.goods-selet__table[data-v-005c718b] .el-table{margin-top:16px}.goods-selet__table[data-v-005c718b] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-005c718b] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-005c718b] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-005c718b]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-005c718b]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-005c718b]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-005c718b]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.le-card[data-v-749fb688]{background:#fff;border-radius:16px;padding:20px;margin-bottom:20px}.le-card[data-v-749fb688]:last-child{margin-bottom:40px}.he-title-line[data-v-749fb688]{width:4px;height:16px;background:#623ceb;display:inline-block}.le-reset[data-v-749fb688]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;cursor:pointer}.he-title[data-v-749fb688]{font-size:16px;font-weight:400;color:#000;opacity:.85;margin-left:12px}.le-matter[data-v-749fb688] .el-form-item .el-form-item__content .el-date-editor .el-input__inner{padding-left:30px}.le-matter[data-v-749fb688] .el-date-editor{margin-top:16px}[data-v-749fb688] .el-textarea{height:200px}[data-v-749fb688] .el-textarea .el-textarea__inner{resize:none;height:200px}.le-matter[data-v-749fb688] .el-form-item__content .el-input.el-input-group.el-input-group--append{width:200px}.he-tips[data-v-749fb688]{font-size:12px;font-weight:400;color:rgba(0,0,0,.45);margin-right:8px}.he-recommend-btn[data-v-749fb688]{margin-left:17px;width:104px;height:32px;background:#fff!important;border:1px solid #623ceb;border-radius:4px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#623ceb}.he-recommend-btn[disabled][data-v-749fb688]{color:#bfbfbf!important;border:1px solid #dcdfe6!important}.he-recommend-btn[disabled][data-v-749fb688]:hover{color:#bfbfbf!important}.he-recommend-btn[data-v-749fb688]:focus,.he-recommend-btn[data-v-749fb688]:hover{color:#623ceb!important}.he-disabled-btn[data-v-749fb688]{background:#f3f5f7!important;border-radius:4px;border:none}.he-disabled-btn span[data-v-749fb688]{font-size:14px;font-family:PingFang SC;font-weight:500;color:#000!important;opacity:.45}.he-example[data-v-749fb688]{font-size:13px;font-family:PingFang SC;font-weight:500;color:#623ceb;padding:0 9px!important}.he-example-img[data-v-749fb688]{width:225px;height:400px}.goods-selet[data-v-749fb688]{padding-bottom:0;padding-top:0}.goods-selet[data-v-749fb688] .goods-selet-list{margin-top:-20px}.le-copy[data-v-749fb688]{font-size:13px;font-family:PingFang SC;font-weight:500;color:#623ceb;padding:0 9px!important;cursor:pointer}.le-store-contact .le-contact__radio[data-v-749fb688]{margin-bottom:10px}.le-store-contact .el-form-item[data-v-749fb688]:last-child{margin-bottom:0}.le-store-contact .le-required-label[data-v-749fb688]:before{content:"*";color:red}.le-store-contact .le-banner-phone[data-v-749fb688]{height:42px;line-height:42px;background:#f3f5f7;border-radius:4px;padding-left:16px;margin-bottom:24px}.le-store-contact[data-v-749fb688] .el-checkbox__label{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626!important}.le-store-contact .le-item[data-v-749fb688]{margin-bottom:24px}.le-store-contact .le-item .le-label[data-v-749fb688]{display:inline-block;width:140px;text-align:right;padding-right:16px}.le-card[data-v-1516175e]{background:#fff;border-radius:16px;padding:20px}.he-tabpane-pagination[data-v-1516175e]{margin-top:16px}.le-table .le-table__text[data-v-1516175e]{display:inline-block;height:48px;line-height:48px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,.85)}.le-table[data-v-1516175e] .he-default__text{font-size:14px;font-family:PingFang SC;font-weight:400;color:#623ceb;padding:0}.le-table .le-default__warning[data-v-1516175e]{width:88px;height:28px;line-height:28px;background:rgba(251,173,21,.1);border-radius:4px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fbad15;text-align:center}.le-editor[data-v-1516175e]{color:#623ceb}.le-editor .le-line[data-v-1516175e]{height:15px;width:1px;background-color:#623ceb;margin:0 10px}.le-editor .el-button[data-v-1516175e]{padding:0;font-size:14px;font-family:PingFang SC;font-weight:400}.he-waring[data-v-a10c37ae]{width:100%;height:40px;line-height:40px;background:#fff5d1;border-radius:8px;padding-left:16px}.he-tip[data-v-a10c37ae]{font-size:12px;font-weight:500;color:#f5212d;margin-left:22px}.he-margin[data-v-a10c37ae]{margin-right:24px}.he-title[data-v-a10c37ae]{font-size:16px;font-weight:500;color:#000;opacity:.65;margin-bottom:28px}.he-card[data-v-a10c37ae] .el-card__body{height:230px}.he-card[data-v-a10c37ae] .el-card{border-radius:16px}.he-remind-business[data-v-a10c37ae]{width:63px;height:20px;background:#fff7e7;border-radius:4px;display:inline-block;font-size:12px;font-weight:500;color:#fbad15;text-align:center;margin-left:7px}.he-preview[data-v-a10c37ae]{font-size:14px;font-weight:500;color:#623ceb;padding:5px 12px}.le-form-card[data-v-4c2ca756]{background:#fff;border-radius:16px;padding:20px}[data-v-4c2ca756] .el-textarea{width:280px}[data-v-4c2ca756] .el-textarea .el-textarea__inner{width:280px;resize:none;height:100px}.le-messageGuide[data-v-d7f9e8dc]{width:600px;height:480px}.le-messageGuide[data-v-d7f9e8dc] .el-scrollbar__wrap{overflow-x:hidden}.le-messageGuide img[data-v-d7f9e8dc]{width:100%}.le-panel[data-v-710e36a0]{height:100%;background:#f3f5f7;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.le-index--content[data-v-710e36a0]{padding:24px;min-height:100%}.le-content__top[data-v-710e36a0]{height:308px}.le-panel__card[data-v-710e36a0]{background:#fff;padding:24px;border-radius:16px}.le-number[data-v-710e36a0]{font-size:24px;font-family:DINPro;font-weight:700;color:rgba(0,0,0,.85)}.le-prompt[data-v-710e36a0]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#cbced5}.le-panel__card--header[data-v-710e36a0]{height:16px;position:relative}.le-panel__card--header .le-header__sign[data-v-710e36a0]{width:4px;height:16px;background:#623ceb;margin-right:12px}.le-panel__card--header .le-header__text[data-v-710e36a0]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.85)}.le-panel__card--header .le-button[data-v-710e36a0]{position:absolute;right:0;width:56px;height:28px;background:#623ceb;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#fff;border:none;outline:none;cursor:pointer}.le-top__store[data-v-710e36a0]{height:308px;min-width:330px;margin-right:24px}.le-top__store .le-store__sign[data-v-710e36a0]{position:relative;height:96px;margin-top:40px}.le-top__store .le-store__sign .le-store__status[data-v-710e36a0]{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:52px;height:24px;line-height:22px;background:#fff;border:1px solid #623ceb;border-radius:12px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(98,60,235,.85);text-align:center}.le-top__store .le-pivot[data-v-710e36a0]{width:1px;height:13px;background:#623ceb;margin:0 10px}.le-top__store .le-router--text[data-v-710e36a0]{font-size:14px;line-height:1;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;cursor:pointer}.le-top__store .le-store__name[data-v-710e36a0]{font-size:18px;line-height:30px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.85);margin-top:7px;margin-bottom:8px}.le-router__top[data-v-710e36a0]{height:140px;margin-bottom:24px;width:100%}.le-router__top .le-router__top-left[data-v-710e36a0]{width:60%;margin-right:12px}.le-router__top .le-router__top-left .le-number[data-v-710e36a0]{cursor:pointer}.le-router__top .le-router__top-left .le-number[data-v-710e36a0]:hover{color:#623ceb}.le-router__top .le-router__top-right[data-v-710e36a0]{width:40%;margin-left:12px}.le-router__top .le-router__top-right .flex-sub:first-child .le-number[data-v-710e36a0]{cursor:pointer}.le-router__top .le-router__top-right .flex-sub:first-child .le-number[data-v-710e36a0]:hover{color:#623ceb}.le-router__top .le-router__top-right .he-annotation[data-v-710e36a0]{font-size:12px!important;color:#bbbfc8;cursor:pointer}.le-router__bottom[data-v-710e36a0]{height:144px}.le-router__bottom .le-router__bottom--body[data-v-710e36a0]{padding:32px 0 8px 0}.le-router__bottom .le-router__bottom--body .le-entrance[data-v-710e36a0]{height:40px;width:104px}.le-router__bottom .le-router__bottom--body .le-entrance .le-entrance__router[data-v-710e36a0]{cursor:pointer}.le-router__bottom .le-router__bottom--body .le-entrance .le-entrance__img[data-v-710e36a0]{height:40px;width:40px}.le-router__bottom .le-router__bottom--body .le-entrance .le-entrance__text[data-v-710e36a0]{margin-left:8px}.le-content__body[data-v-710e36a0]{margin-top:24px}.le-content__body .le-echarts[data-v-710e36a0]{height:237px;margin:30px 0 8px 0}.le-content__body .le-echarts .le-number[data-v-710e36a0]{line-height:32px}.le-content__body .le-echarts .le-prompt[data-v-710e36a0]{line-height:22px}.le-content__body .le-echarts .le-echarts__canvas[data-v-710e36a0]{height:180px;width:70%;margin:0 auto}.le-content__body .le-echarts[data-v-710e36a0]:not(:last-child){border-right:1px solid #dcdfe6}.le-content__footer[data-v-710e36a0]{margin-top:24px}.le-content__footer .le-table__content[data-v-710e36a0]:first-child{margin-right:12px}.le-content__footer .le-table__content[data-v-710e36a0]:last-child{margin-left:12px}.le-content__footer .le-table[data-v-710e36a0]{margin-top:32px}.le-content__footer .le-table[data-v-710e36a0] .le-table__header,.le-content__footer .le-table[data-v-710e36a0] .le-table__header .gutter{height:40px}.le-content__footer .le-table[data-v-710e36a0] .le-table__header .is-sortable{padding:0}.le-content__footer .le-table[data-v-710e36a0] .le-table__header th.is-leaf{height:40px}.le-content__footer .le-table[data-v-710e36a0] .le-table__row{height:55.5px}.le-content__footer .le-table[data-v-710e36a0] .le-table__cell{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.85)}.le-content__footer .le-table[data-v-710e36a0] .le-line-name .cell{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.le-content__footer .le-table .le-avatar[data-v-710e36a0]{width:28px;height:28px}.le-content__footer .le-table .le-icon[data-v-710e36a0]{margin-left:16px;margin-right:4px}.le-content__footer .le-table__page[data-v-710e36a0]{margin-top:16px}.le-panel__footer[data-v-710e36a0]{height:70px;width:100%;text-align:center;font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);line-height:22px;opacity:.45;padding-top:10px;margin-top:50px}.le-panel__footer .le-link span[data-v-710e36a0]{cursor:pointer;display:inline-block;margin:0 10px}.le-panel__footer .le-link span a[data-v-710e36a0]{color:rgba(0,0,0,.45)}.le-icon-zhushi[data-v-710e36a0]{cursor:pointer}[data-v-5aa5bdf2] .el-card__body{padding:56px 80px 80px 80px}.he-card[data-v-5aa5bdf2]{display:flex}.he-item[data-v-5aa5bdf2]{width:400px;height:278px;background:#fff;border:1px solid #dcdfe6;border-radius:16px;display:flex;position:relative;flex-direction:column;align-items:center}.he-item-0[data-v-5aa5bdf2]{background:rgba(243,245,247,.5)}.he-item-0 .he-item__text[data-v-5aa5bdf2]{opacity:.55}.he-item-0 .he-item__des[data-v-5aa5bdf2]{opacity:.25}.he-item[data-v-5aa5bdf2]:first-child{margin-right:80px}.he-item__sign[data-v-5aa5bdf2]{width:80px;height:80px;position:absolute;left:50%;transform:translate(-50%,-50%);border-radius:50%}.he-item__authority[data-v-5aa5bdf2]{width:104px;height:32px;background:#959697;position:absolute;top:24px;left:0;line-height:32px;text-align:center;border-radius:0 16px 16px 0;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff}.he-item__text[data-v-5aa5bdf2]{font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85;margin-top:68px}.he-item__des[data-v-5aa5bdf2]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px;opacity:.45;margin-top:20px;margin-bottom:39px}.he-title[data-v-444e7f4e]{margin-bottom:24px}.he-box[data-v-444e7f4e]{height:400px;background:#fff;border:1px solid #dcdfe6;border-radius:16px;display:flex;overflow:hidden}.he-box__img[data-v-444e7f4e]{height:400px;width:320px}.he-box__content[data-v-444e7f4e]{padding:50px 0 50px 57px}.he-box__title[data-v-444e7f4e]{font-size:24px;font-family:PingFang SC;font-weight:700;color:#000;opacity:.85;margin-bottom:35px}.he-box__radio[data-v-444e7f4e]{background:#fff;border:1px solid #dcdfe6;border-radius:8px;padding:11px 20px;cursor:pointer}.he-box__radio_1[data-v-444e7f4e]{border:1px solid #623ceb;background:#efebfd}.he-box .he-box__radio_1 span[data-v-444e7f4e]{color:#623ceb;opacity:1}.he-box__radio[data-v-444e7f4e]:not(:last-child){margin-right:8px}.he-box__radio span[data-v-444e7f4e]{opacity:.85;line-height:1}.he-box__label[data-v-444e7f4e],.he-box__radio span[data-v-444e7f4e]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000}.he-box__label[data-v-444e7f4e]{display:inline-block;width:56px;margin-right:28px;opacity:.65}.he-box__price[data-v-444e7f4e]{font-size:26px;font-family:DINPro;font-weight:700;color:#fb9115;opacity:.85}.he-box__store[data-v-444e7f4e]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85}.he-box__item[data-v-444e7f4e]{margin-bottom:23px}.he-box__btn[data-v-444e7f4e]{margin-top:25px}.flex[data-v-444e7f4e]{display:flex}.align-center[data-v-444e7f4e]{align-items:center}.he-title[data-v-5c0bb88e]{margin-bottom:24px}[data-v-5c0bb88e] .el-card__body{padding:32px}.he-header[data-v-5c0bb88e]{border-bottom:1px solid #dcdfe6}.he-title-1[data-v-5c0bb88e]{color:#000;opacity:.85}.he-title-1[data-v-5c0bb88e],.he-title-2[data-v-5c0bb88e]{font-size:16px;font-family:Microsoft YaHei;font-weight:400}.he-title-2[data-v-5c0bb88e]{color:#623ceb;margin-left:20px;cursor:pointer}.he-title-3[data-v-5c0bb88e]{opacity:.65;margin-bottom:23px;margin-top:10px}.he-title-3[data-v-5c0bb88e],.he-title-4[data-v-5c0bb88e]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000}.he-title-4[data-v-5c0bb88e]{opacity:.45;margin-top:24px;margin-bottom:19px}[data-v-5c0bb88e] .warning-row{background:#f7f8fa}[data-v-5c0bb88e] .el-table tr{height:44px}[data-v-5c0bb88e] .el-table thead th{background-color:#3bb430!important;color:#fff}.he-footer[data-v-5c0bb88e]{margin-top:20px}.he-icon[data-v-5c0bb88e]{color:#3bb430}.he-applets_header[data-v-5c0bb88e]{margin-bottom:20px}.he-applets__title[data-v-5c0bb88e]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85;margin-left:12px}.he-applets__sign[data-v-5c0bb88e]{display:inline-block;width:4px;height:16px;background:#623ceb}.flex[data-v-5c0bb88e]{display:flex}.align-center[data-v-5c0bb88e]{align-items:center}.flex[data-v-928bcf08]{display:flex}.flex-direction[data-v-928bcf08]{flex-direction:column}.le-steps[data-v-928bcf08]{width:60%}.align-center[data-v-928bcf08]{align-items:center}.he-title[data-v-928bcf08]{margin-bottom:24px}.le-form[data-v-928bcf08]{margin-top:50px}.le-view-guidelines[data-v-928bcf08]{font-size:14px;font-family:PingFang SC;font-weight:500;color:#623ceb;padding:0;margin-left:16px}.le-deploy[data-v-928bcf08]{width:40%;margin-top:50px}.le-deploy__item[data-v-928bcf08]{margin-bottom:20px}.le-deploy-1[data-v-928bcf08]{font-size:16px;font-family:PingFang SC;font-weight:500;color:#333;line-height:44px;opacity:.85}.le-deploy-2[data-v-928bcf08]{margin-bottom:35px}.le-item__label[data-v-928bcf08]{text-align:right;width:123px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#333;line-height:20px;opacity:.65;margin-right:15px;display:inline-block}.le-item__value[data-v-928bcf08]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.85}.le-matter.upload-guide[data-v-14946f18]{width:600px;margin:0 40px;height:480px;overflow-y:auto}.le-sign[data-v-14946f18]{width:10px;height:10px;background:#623ceb;border-radius:50%;display:inline-block;margin-right:3px}.le-text[data-v-14946f18]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px}.le-item__body[data-v-14946f18]{margin-top:20px;margin-bottom:28px}.le-item__body img[data-v-14946f18]{width:584px}.le-item__body-1 img[data-v-14946f18]{height:198px}.le-item__body-2 img[data-v-14946f18]{height:327px}.upload-guide[data-v-317a5089]{width:600px;margin:0 40px;height:480px;overflow-y:auto}.le-sign[data-v-317a5089]{width:10px;height:10px;background:#623ceb;border-radius:50%;display:inline-block;margin-right:3px}.le-text[data-v-317a5089]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px}.le-item__body[data-v-317a5089]{margin-top:20px;margin-bottom:28px}.le-item__body img[data-v-317a5089]{width:584px}.le-item__body-1 img[data-v-317a5089]{height:163px;width:565px}.le-item__body-2 img[data-v-317a5089]{height:214px;width:154px}.le-item__body-3 img[data-v-317a5089]{height:420px}.le-item__body-4 img[data-v-317a5089]{height:200px}.le-prompt[data-v-317a5089]{width:600px;height:32px;background:#fff4e7;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#fb9115;line-height:32px;padding-left:16px;margin:0 auto 36px auto}.le-qrcode[data-v-340e482d]{width:220px;height:220px;margin:auto}.le-qrcode img[data-v-340e482d]{width:100%;height:100%}.le-login[data-v-40270448]{position:relative;min-height:100vh;background-color:#f9fafb;overflow:hidden}.le-login .le-content__body[data-v-40270448]{width:420px;height:520px;background:#fff;box-shadow:0 0 16px 0 rgba(33,34,36,.06);border-radius:16px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.le-login .le-content__body .le-body__icon[data-v-40270448]{width:260px;height:64px;margin:72px auto 40px auto;background-size:100%;background-repeat:no-repeat;background-image:url(../img/logo.c20072f6.png)}.le-login .le-body__form[data-v-40270448]{padding:0 56px}.le-login .le-body__form .le-form__item[data-v-40270448]{border-bottom:1px solid #dcdfe6;margin-bottom:32px}.le-login .le-body__form .le-label[data-v-40270448]{height:28px;line-height:28px;background:#fff;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c}.le-login .le-body__form .le-value[data-v-40270448]{height:32px;background:#fff}.le-login .le-body__form .le-value[data-v-40270448] input{border:none;padding:5px}.le-login .le-body__form .le-login-submit[data-v-40270448],.le-login .le-body__form .le-login-submit[data-v-40270448]:active,.le-login .le-body__form .le-login-submit[data-v-40270448]:focus,.le-login .le-body__form .le-login-submit[data-v-40270448]:hover{width:308px;height:40px;background:#623ceb;border-radius:4px;font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#fff}.le-login .le-body__form .le-login-submit[disabled][data-v-40270448],.le-login .le-body__form .le-login-submit[disabled][data-v-40270448]:hover{background:#f3f5f7;color:#bfbfbf}.le-login .le-login__content[data-v-40270448]{width:952px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/login-background.e5d0a730.png)}.le-login .le-record[data-v-40270448]{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);line-height:44px}.le-login .le-publick-security[data-v-40270448]{margin-right:7px}.le-login .le-a[data-v-40270448]{color:rgba(0,0,0,.45);margin-right:5px;cursor:pointer}.le-login .le-a[data-v-40270448]:hover{color:#623ceb}.sub-el-icon[data-v-c11e7be4]{color:currentColor;width:1em;height:1em}#app[data-v-ac0dffbe],.apply-body[data-v-ac0dffbe],.leadshop[data-v-ac0dffbe],body[data-v-ac0dffbe],html[data-v-ac0dffbe]{width:100%;height:100%;padding:0;margin:0}.apply-main[data-v-ac0dffbe]{background-color:#222;margin:0;padding:0;width:100%;height:calc(100% - 64px)}.apply-main[data-v-ac0dffbe] .el-container{width:100%;height:100%;overflow:hidden}.apply-main__content[data-v-ac0dffbe]{background:#f3f5f7;border-radius:16px 0 0 0;width:100%;height:100%;padding:24px}.apply-main__menus[data-v-ac0dffbe]{width:96px;overflow-x:hidden;margin-top:25px}.apply-main__menus[data-v-ac0dffbe] .el-menu{width:96px;background-color:#222;border:0}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title{position:relative;height:40px;line-height:40px;font-weight:400;color:#999;padding-left:12px!important}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item>span,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title>span{font-size:12px;font-weight:400;color:#999;padding-left:7px}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item>.sub-el-icon,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title>.sub-el-icon{font-size:14px;color:#999}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-sidebar_item+.el-sidebar_item{margin-top:16px}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item.is-active,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:focus,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:hover{outline:0;background-color:#623ceb}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item.is-active>span,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:focus>span,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:hover>span{font-weight:700;color:#fefefe}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item.is-active>.sub-el-icon,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:focus>.sub-el-icon,.apply-main__menus[data-v-ac0dffbe] .el-menu .el-menu-item:hover>.sub-el-icon{font-size:14px;color:#fefefe}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-sidebar_item .el-submenu__title .el-icon-arrow-down{display:none}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-sidebar_item .el-menu--inline{padding-top:8px}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-sidebar_item .el-menu--inline .el-menu-item>span{padding-left:21px}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title:hover{background-color:#623ceb}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title:hover>span{font-weight:700;color:#fefefe}.apply-main__menus[data-v-ac0dffbe] .el-menu .el-submenu__title:hover>.sub-el-icon{font-size:14px;color:#fefefe}.apply-body[data-v-ac0dffbe]{background-color:#222}.apply-body .apply-header[data-v-ac0dffbe]{position:relative}.apply-body .apply-header__logo[data-v-ac0dffbe]{width:36px;height:36px;margin-top:14px;margin-left:10px;background-color:inherit}.apply-body .apply-header__logo img[data-v-ac0dffbe]{width:100%;height:100%}.apply-body .apply-header__menu[data-v-ac0dffbe]{position:absolute;top:0;left:117px;min-width:500px;height:64px}.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu{height:60px;background-color:#222;border:0}.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-submenu__title{font-weight:400;color:#999;height:64px}.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item span,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-submenu__title span{display:block;padding-top:4px;height:56px;box-sizing:content-box;border-bottom:4px solid #222}.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item.is-active,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item:focus,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item:hover{outline:0;background-color:#1b1b1b;font-weight:700;color:#fefefe}.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item.is-active>span,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item:focus>span,.apply-body .apply-header__menu[data-v-ac0dffbe] .el-menu .el-menu-item:hover>span{border-bottom:4px solid #623ceb}.apply-body .apply-header__shade[data-v-ac0dffbe]{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.1);z-index:99}.apply-body .apply-header__logout[data-v-ac0dffbe]{position:fixed;top:56px;right:24px;width:280px;padding:8px 0;z-index:100}.apply-body .apply-header__logout .header[data-v-ac0dffbe]{margin:20px}.apply-body .apply-header__logout .header ul[data-v-ac0dffbe]{margin:0;padding:0;list-style-type:none}.apply-body .apply-header__logout .header li[data-v-ac0dffbe]{float:left}.apply-body .apply-header__logout .header .user-photo[data-v-ac0dffbe]{width:48px;height:48px;border-radius:50%;overflow:hidden;margin-left:auto}.apply-body .apply-header__logout .header .user-photo img[data-v-ac0dffbe]{width:100%;height:100%}.apply-body .apply-header__logout .header .user-name[data-v-ac0dffbe]{display:inline-block;height:48px;line-height:48px;padding:0 10px;margin-left:auto;font-size:16px}.apply-body .apply-header__logout .hr[data-v-ac0dffbe]{clear:both;height:8px;line-height:8px;margin:0 20px;padding-top:20px;border-bottom:1px solid #ececec}.apply-body .apply-header__logout .footer[data-v-ac0dffbe]{clear:both;padding:20px 20px 0 20px;font-weight:500;cursor:pointer}.apply-body .apply-header__logout .footer .footer-item[data-v-ac0dffbe]{width:100%;min-height:30px;color:#a8a8a8}.apply-body .apply-header__logout .footer>i[data-v-ac0dffbe],.apply-body .apply-header__logout .footer span[data-v-ac0dffbe]{color:#a8a8a8}.apply-body .apply-header__user[data-v-ac0dffbe]{position:absolute;right:20px;top:0;min-width:200px;height:64px}.apply-body .apply-header__user ul[data-v-ac0dffbe]{margin:0;padding:0;list-style-type:none}.apply-body .apply-header__user li[data-v-ac0dffbe]{color:#999;float:right}.apply-body .apply-header__user .user-photo[data-v-ac0dffbe]{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-top:20px;margin-left:auto}.apply-body .apply-header__user .user-photo img[data-v-ac0dffbe]{width:100%;height:100%}.apply-body .apply-header__user .user-name[data-v-ac0dffbe]{display:inline-block;height:64px;line-height:64px;padding:0 10px;margin-left:auto;font-size:14px;cursor:pointer}.apply-body .el-aside[data-v-ac0dffbe]{height:100%}.apply-body .apply-menus-deputy .el-menu-item a[data-v-ac0dffbe]{padding:0;position:relative;font-size:12px;font-weight:400;color:#999}.apply-body .apply-menus-deputy .el-menu-item.is-active[data-v-ac0dffbe]{background:#623ceb!important}.apply-body .apply-menus-deputy .el-menu-item.is-active a[data-v-ac0dffbe]{color:#fff}.apply-body .apply-menus-deputy .el-menu-aside[data-v-ac0dffbe]{margin-top:12px;width:100%;border-right:0 solid #e6e6e6}.apply-body .apply-menus-deputy .el-menu-item[data-v-ac0dffbe]{margin:0;height:40px;line-height:40px;padding-left:32px!important;margin-top:12px}.apply-body .apply-menus-deputy .el-menu-item.is-active[data-v-ac0dffbe]{color:#fff}.apply-body .apply-menus-deputy .le-icon[data-v-ac0dffbe]{position:absolute;font-size:12px;width:12px;height:12px;line-height:12px;left:12px;top:15px}.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-submenu__title{margin:0;height:40px;line-height:40px;padding-left:32px!important;margin-top:12px;font-size:12px}.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-submenu .el-menu.el-menu--inline{padding:0;width:100%}.apply-body .apply-menus-deputy .el-submenu-aside[data-v-ac0dffbe]{padding:0!important}.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-menu.el-menu--inline .el-menu-item{width:96px;padding-left:0}.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-menu.el-menu--inline .el-menu-item a{padding-left:30px}.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-menu-item-group .el-menu-item-group__title,.apply-body .apply-menus-deputy[data-v-ac0dffbe] .el-submenu__icon-arrow{display:none}.apply-body .apply-header__logout[data-v-ac0dffbe]{width:132px;height:136px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1);border-radius:8px}.footer-item[data-v-ac0dffbe]{height:40px;line-height:40px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.65)}.apply-header__popver[data-v-ac0dffbe]{margin-top:-20px}.le-icon[data-v-ac0dffbe]{color:#a3a3a3}.le-update[data-v-ac0dffbe]{margin:17px 16px;cursor:pointer}.le-icon-youshengji[data-v-ac0dffbe]{font-size:20px;color:#623ceb}.le-icon-wushengji[data-v-ac0dffbe]{font-size:20px}#app[data-v-a4678322],.apply-body[data-v-a4678322],.leadshop[data-v-a4678322],body[data-v-a4678322],html[data-v-a4678322]{width:100%;height:100%;padding:0;margin:0}.apply-main[data-v-a4678322]{background-color:#222;margin:0;padding:0;width:100%;height:calc(100% - 64px)}.apply-main[data-v-a4678322] .el-container{width:100%;height:100%;overflow:hidden}.apply-main__content[data-v-a4678322]{background:#f3f5f7;border-radius:16px 0 0 0;width:100%;height:100%;padding:24px}.apply-main__menus[data-v-a4678322]{width:96px;overflow-x:hidden;margin-top:25px}.apply-main__menus[data-v-a4678322] .el-menu{width:96px;background-color:#222;border:0}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item,.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title{position:relative;height:40px;line-height:40px;font-weight:400;color:#999;padding-left:12px!important}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item>span,.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title>span{font-size:12px;font-weight:400;color:#999;padding-left:7px}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item>.sub-el-icon,.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title>.sub-el-icon{font-size:14px;color:#999}.apply-main__menus[data-v-a4678322] .el-menu .el-sidebar_item+.el-sidebar_item{margin-top:16px}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item.is-active,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:focus,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:hover{outline:0;background-color:#623ceb}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item.is-active>span,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:focus>span,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:hover>span{font-weight:700;color:#fefefe}.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item.is-active>.sub-el-icon,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:focus>.sub-el-icon,.apply-main__menus[data-v-a4678322] .el-menu .el-menu-item:hover>.sub-el-icon{font-size:14px;color:#fefefe}.apply-main__menus[data-v-a4678322] .el-menu .el-sidebar_item .el-submenu__title .el-icon-arrow-down{display:none}.apply-main__menus[data-v-a4678322] .el-menu .el-sidebar_item .el-menu--inline{padding-top:8px}.apply-main__menus[data-v-a4678322] .el-menu .el-sidebar_item .el-menu--inline .el-menu-item>span{padding-left:21px}.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title:hover{background-color:#623ceb}.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title:hover>span{font-weight:700;color:#fefefe}.apply-main__menus[data-v-a4678322] .el-menu .el-submenu__title:hover>.sub-el-icon{font-size:14px;color:#fefefe}.apply-body[data-v-a4678322]{background-color:#222}.apply-body .apply-header[data-v-a4678322]{position:relative}.apply-body .apply-header__logo[data-v-a4678322]{width:36px;height:36px;margin-top:14px;margin-left:10px;background-color:inherit}.apply-body .apply-header__logo img[data-v-a4678322]{width:100%;height:100%}.apply-body .apply-header__menu[data-v-a4678322]{position:absolute;top:0;left:117px;min-width:500px;height:64px}.apply-body .apply-header__menu[data-v-a4678322] .el-menu{height:60px;background-color:#222;border:0}.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-submenu__title{font-weight:400;color:#999;height:64px}.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item span,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-submenu__title span{display:block;padding-top:4px;height:56px;box-sizing:content-box;border-bottom:4px solid #222}.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item.is-active,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item:focus,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item:hover{outline:0;background-color:#1b1b1b;font-weight:700;color:#fefefe}.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item.is-active>span,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item:focus>span,.apply-body .apply-header__menu[data-v-a4678322] .el-menu .el-menu-item:hover>span{border-bottom:4px solid #623ceb}.apply-body .apply-header__shade[data-v-a4678322]{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.1);z-index:99}.apply-body .apply-header__logout[data-v-a4678322]{position:fixed;top:56px;right:24px;width:280px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1);border-radius:8px;padding:8px 0;z-index:100}.apply-body .apply-header__logout .header[data-v-a4678322]{margin:20px}.apply-body .apply-header__logout .header ul[data-v-a4678322]{margin:0;padding:0;list-style-type:none}.apply-body .apply-header__logout .header li[data-v-a4678322]{float:left}.apply-body .apply-header__logout .header .user-photo[data-v-a4678322]{width:48px;height:48px;border-radius:50%;overflow:hidden;margin-left:auto}.apply-body .apply-header__logout .header .user-photo img[data-v-a4678322]{width:100%;height:100%}.apply-body .apply-header__logout .header .user-name[data-v-a4678322]{display:inline-block;height:48px;line-height:48px;padding:0 10px;margin-left:auto;font-size:16px}.apply-body .apply-header__logout .hr[data-v-a4678322]{clear:both;height:8px;line-height:8px;margin:0 20px;padding-top:20px;border-bottom:1px solid #ececec}.apply-body .apply-header__logout .footer[data-v-a4678322]{clear:both;padding:20px 20px 0 20px;font-weight:500;cursor:pointer}.apply-body .apply-header__logout .footer .footer-item[data-v-a4678322]{width:100%;min-height:30px;color:#a8a8a8}.apply-body .apply-header__logout .footer>i[data-v-a4678322],.apply-body .apply-header__logout .footer span[data-v-a4678322]{color:#a8a8a8}.apply-body .apply-header__user[data-v-a4678322]{position:absolute;right:20px;top:0;min-width:200px;height:64px}.apply-body .apply-header__user ul[data-v-a4678322]{margin:0;padding:0;list-style-type:none}.apply-body .apply-header__user li[data-v-a4678322]{color:#999;float:right}.apply-body .apply-header__user .user-photo[data-v-a4678322]{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-top:20px;margin-left:auto}.apply-body .apply-header__user .user-photo img[data-v-a4678322]{width:100%;height:100%}.apply-body .apply-header__user .user-name[data-v-a4678322]{display:inline-block;height:64px;line-height:64px;padding:0 10px;margin-left:auto;font-size:14px;cursor:pointer}.apply-body .el-aside[data-v-a4678322]{height:100%}.apply-body .apply-menus-deputy .el-menu-item a[data-v-a4678322]{padding:0;position:relative;font-size:12px;font-weight:400;color:#999}.apply-body .apply-menus-deputy .el-menu-item.is-active[data-v-a4678322]{background:#623ceb!important}.apply-body .apply-menus-deputy .el-menu-item.is-active a[data-v-a4678322]{color:#fff}.apply-body .apply-menus-deputy .el-menu-aside[data-v-a4678322]{margin-top:12px;width:100%;border-right:0 solid #e6e6e6}.apply-body .apply-menus-deputy .el-menu-item[data-v-a4678322]{margin:0;height:40px;line-height:40px;padding-left:32px!important;margin-top:12px}.apply-body .apply-menus-deputy .el-menu-item.is-active[data-v-a4678322]{color:#fff}.apply-body .apply-menus-deputy .le-icon[data-v-a4678322]{position:absolute;font-size:12px;width:12px;height:12px;line-height:12px;left:12px;top:15px}.apply-body .apply-menus-deputy[data-v-a4678322] .el-submenu__title{margin:0;height:40px;line-height:40px;padding-left:32px!important;margin-top:12px;font-size:12px}.apply-body .apply-menus-deputy[data-v-a4678322] .el-submenu .el-menu.el-menu--inline{padding:0;width:100%}.apply-body .apply-menus-deputy .el-submenu-aside[data-v-a4678322]{padding:0!important}.apply-body .apply-menus-deputy[data-v-a4678322] .el-menu.el-menu--inline .el-menu-item{width:96px;padding-left:0}.apply-body .apply-menus-deputy[data-v-a4678322] .el-menu.el-menu--inline .el-menu-item a{padding-left:30px}.apply-body .apply-menus-deputy[data-v-a4678322] .el-menu-item-group .el-menu-item-group__title,.apply-body .apply-menus-deputy[data-v-a4678322] .el-submenu__icon-arrow{display:none}.le-main[data-v-a4678322]{padding:0}[data-v-a4678322] .el-scrollbar__wrap{overflow-x:hidden}.is-horizontal[data-v-a4678322],[data-v-a4678322] .el-scrollbar .el-scrollbar__bar{height:10px}.le-panel__footer[data-v-a4678322]{height:120px;width:100%;text-align:center;font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(0,0,0,.45);line-height:22px;opacity:.45;padding-top:10px;margin-top:50px}.le-panel__footer .le-link span[data-v-a4678322]{cursor:pointer;display:inline-block;margin:0 10px}.le-panel__footer .le-link span a[data-v-a4678322]{color:rgba(0,0,0,.45)}.le-panel__footer .le-copy[data-v-a4678322]{margin-bottom:50px}.control[data-v-7162f6cc]{padding:4px 32px}.control h4[data-v-7162f6cc]{font-size:14px;font-weight:400;color:rgba(51,51,51,.85)}.control .empty[data-v-7162f6cc]{height:20px}.control[data-v-7162f6cc] .control-item-h3{font-weight:400;color:#262626;font-size:14px}.control[data-v-7162f6cc] .el-tabs__content{overflow:visible}.control[data-v-7162f6cc] .el-form-item__label{font-size:14px;font-weight:400;color:#8c8c8c;opacity:.65}.control[data-v-7162f6cc] .el-radio{line-height:2}.control[data-v-7162f6cc] .control-item-button{width:336px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.control[data-v-7162f6cc] .fitment-radio .el-radio-button__inner{display:inline-block;width:auto;height:auto;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-bottom:8px;padding:6px 12px;margin-right:8px;color:#bbbfc8;position:relative}.control[data-v-7162f6cc] .fitment-radio .el-radio-button__orig-radio:checked+.el-radio-button__inner{background:#fff;color:#623ceb;box-shadow:none;border:1px solid #623ceb}.control[data-v-7162f6cc] .fitment-radio .fitment-radio-item{width:248px;height:60px}.control[data-v-7162f6cc] .el-divider--horizontal{margin:12px 0}.control[data-v-7162f6cc] .control-content__tabs .el-tabs__header{padding:0}.control[data-v-7162f6cc] .control-content__tabs div.el-tabs__nav{margin-left:68px}.control[data-v-7162f6cc] .control-content__tabs .el-tabs__item{padding:0 40px}.control[data-v-7162f6cc] .control-item-tips{width:336px;background:#f3f5f7;border-radius:4px;margin-top:15px;padding:15px;box-sizing:border-box}.control[data-v-7162f6cc] .control-item-tips>span{padding-left:8px;font-size:12px;font-weight:400;color:#bfbfbf}.control[data-v-7162f6cc] .control-item-title{line-height:35px;margin-bottom:5px;font-weight:400;color:#333;opacity:.85;font-size:14px}.control .control-content__title[data-v-7162f6cc]{position:relative;font-weight:400;font-size:20px;padding-left:16px;margin-bottom:10px}.control .control-content__title[data-v-7162f6cc]:before{position:absolute;content:"";left:0;top:5px;border-left:4px solid #623ceb;height:20px}.choice ul[data-v-4f38d4af]{margin:0;padding:0;list-style-type:none}.choice ul li[data-v-4f38d4af]{display:inline-block;padding:0;margin:0;min-width:84px;height:32px;background:rgba(98,60,235,.05);position:relative;margin-bottom:8px;margin-right:8px}.choice ul .choice-item[data-v-4f38d4af]{display:block;width:100%;height:100%;border:1px solid #dcdfe6;border-radius:4px;line-height:32px;position:absolute;overflow:hidden;text-align:center;color:#bbbfc8;font-weight:400;background:#fff}.choice ul .choice-item i[data-v-4f38d4af]{font-size:24px}.choice ul .choice-item span[data-v-4f38d4af]{font-size:14px;padding-left:8px}.choice ul .choice-input[data-v-4f38d4af]{position:absolute;left:-99999px}.choice ul .choice-input:checked+.choice-item[data-v-4f38d4af]{border:1px solid #623ceb;color:#623ceb}.colour[data-v-1b75d9c6]{position:relative;width:100%;height:28px}.colour .colour-input[data-v-1b75d9c6]{position:absolute;display:inline-block;width:100px;height:32px;line-height:32px;left:40px}.colour .colour-input .el-button[data-v-1b75d9c6]{line-height:32px}.colour .colour-reset[data-v-1b75d9c6]{position:absolute;display:inline-block;left:148px;color:#623ceb;font-weight:400;font-size:14px}.classify-select[data-v-4d322c63]{width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.classify-select .classify-select-tips[data-v-4d322c63]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select .el-form-item .el-input[data-v-4d322c63]{width:64px}.classify-select .el-form-item .el-button[data-v-4d322c63]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.classify-select__detail .classify-select-tips[data-v-4d322c63]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select__detail .classify-select__header[data-v-4d322c63]{width:50%;margin-bottom:16px}.classify-select__detail .classify-select__content[data-v-4d322c63]{width:721px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;display:flex}.classify-select__detail[data-v-4d322c63] .el-scrollbar__wrap{overflow-x:hidden}.classify-select__detail .classify-select__list[data-v-4d322c63]{flex:1;height:100%;width:240px;box-sizing:border-box;border-right:1px solid #dcdfe6;padding:16px 0}.classify-select__detail .classify-select__list .el-input--small[data-v-4d322c63]{margin:0 16px;width:207px;box-sizing:border-box}.classify-select__detail .classify-select__list[data-v-4d322c63]:last-child{border-right:0}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group{width:190px;padding:0 16px}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio{width:180px;height:40px;line-height:40px;margin-right:0;position:relative}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio .el-radio__input{position:absolute;left:-9999px}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio .el-radio__label{position:relative;width:180px;display:inline-block;padding-left:15px}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio .el-radio__label .le-icon-tick{position:absolute;left:-2px;height:40px;font-size:12px;opacity:0}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio .el-radio__label .le-icon-arrow-right{position:absolute;right:-10px;height:40px;font-size:12px}.classify-select__detail .classify-select__list[data-v-4d322c63] .el-radio-group .el-radio.is-checked .le-icon-tick{opacity:1}.classify-select[data-v-1e908634]{width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.classify-select .classify-select-tips[data-v-1e908634]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select .el-form-item .el-input[data-v-1e908634]{width:64px}.classify-select .el-form-item .el-button[data-v-1e908634]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.classify-select__detail .classify-select-tips[data-v-1e908634]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select__detail .classify-select__header[data-v-1e908634]{width:50%;margin-bottom:16px}.classify-select__detail .classify-select__content[data-v-1e908634]{width:721px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;display:flex}.classify-select__detail[data-v-1e908634] .el-scrollbar__wrap{overflow-x:hidden}.classify-select__detail .classify-select__list[data-v-1e908634]{flex:1;height:100%;width:240px;box-sizing:border-box;border-right:1px solid #dcdfe6;padding:16px 0}.classify-select__detail .classify-select__list .el-input--small[data-v-1e908634]{margin:0 16px;width:207px;box-sizing:border-box}.classify-select__detail .classify-select__list[data-v-1e908634]:last-child{border-right:0}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group{width:190px;padding:0 16px}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio{width:180px;height:40px;line-height:40px;margin-right:0;position:relative}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio .el-radio__input{position:absolute;left:-9999px}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio .el-radio__label{position:relative;width:180px;display:inline-block;padding-left:15px}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio .el-radio__label .le-icon-tick{position:absolute;left:-2px;height:40px;font-size:12px;opacity:0}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio .el-radio__label .le-icon-arrow-right{position:absolute;right:-10px;height:40px;font-size:12px}.classify-select__detail .classify-select__list[data-v-1e908634] .el-radio-group .el-radio.is-checked .le-icon-tick{opacity:1}.group-select__search[data-v-2c26fe94]{width:368px}.group-select__search .el-autocomplete[data-v-2c26fe94]{width:100%}.group-select__content[data-v-2c26fe94]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.group-select__item[data-v-2c26fe94]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.group-select__item[data-v-2c26fe94] .el-scrollbar{width:100%;height:160px;margin-top:16px}.group-select__item[data-v-2c26fe94] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.group-select__item[data-v-2c26fe94] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.group-select__item+.group-select__item[data-v-2c26fe94]{border-left:1px solid #dcdfe6}.group-select[data-v-2c26fe94] .el-cascader-panel{margin-top:16px}.group-select[data-v-2c26fe94] .el-cascader-panel .el-autocomplete{box-sizing:border-box}.group-select[data-v-2c26fe94] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.group-select[data-v-2c26fe94] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.group-select[data-v-2c26fe94] .el-cascader-panel .el-input-group{width:208px;margin:16px}.group-select[data-v-2c26fe94] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.hyperlink-dialog>span[data-v-57e99ac7]{color:#623ceb;font-size:14px;cursor:pointer}.hyperlink-select .classify-select-tag .el-button[data-v-57e99ac7]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.hyperlink-select .classify-select-tag .el-button[disabled][data-v-57e99ac7]{color:#bfbfbf}.hyperlink-detail[data-v-57e99ac7]{width:312px;height:260px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.hyperlink-detail .layout-table-tag[data-v-57e99ac7]{display:inline-block;width:59px;height:28px;background:#fff7e7;border-radius:4px;text-align:center;line-height:28px;font-size:14px;font-weight:400;color:#fbad15}.hyperlink-detail[data-v-57e99ac7] .el-scrollbar{height:196px}.hyperlink-detail[data-v-57e99ac7] .el-scrollbar__wrap{overflow-x:hidden}.hyperlink-detail .hyperlink-detail-search[data-v-57e99ac7]{padding:16px}.hyperlink-detail[data-v-57e99ac7] .el-radio-group{padding-left:15px;width:280px}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio{width:100%;height:40px;line-height:40px;margin-right:0}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio .hyperlink-detail-span{display:block;width:100%;position:relative;height:40px;line-height:40px}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio .hyperlink-detail-span .le-icon{height:40px;margin-top:-12px;font-size:12px}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio .hyperlink-detail-tips{display:inline-block;color:#bababa;font-size:14px;padding-left:4px;width:170px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio .el-radio__label{position:relative;width:250px;display:inline-block}.hyperlink-detail[data-v-57e99ac7] .el-radio-group .el-radio .el-radio__label .le-icon{position:absolute;right:0;top:12px}.goods-selet[data-v-1974298e]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-1974298e],.goods-selet .goods-dialog[data-v-1974298e]{display:inline-block}.goods-selet .goods-selet-tips[data-v-1974298e]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-1974298e]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-item[data-v-1974298e]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-1974298e]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-1974298e]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-1974298e]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-1974298e]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-1974298e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-1974298e]{width:50%}.goods-selet__table[data-v-1974298e] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-1974298e]{text-align:right;margin-top:24px}.goods-selet__table[data-v-1974298e] .el-table{margin-top:16px}.goods-selet__table[data-v-1974298e] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-1974298e] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-1974298e] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-1974298e]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-1974298e]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-1974298e]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-1974298e]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.le-live--image[data-v-1974298e]{width:64px;height:64px;margin-right:12px}.le-assist[data-v-1974298e]{line-height:16px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c}.goods-selet[data-v-676c18ae]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-676c18ae],.goods-selet .goods-dialog[data-v-676c18ae]{display:inline-block}.goods-selet .goods-selet-tips[data-v-676c18ae]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-676c18ae]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-item[data-v-676c18ae]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-676c18ae]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-676c18ae]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-676c18ae]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-676c18ae]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-676c18ae]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-676c18ae]{width:50%}.goods-selet__table[data-v-676c18ae] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-676c18ae]{text-align:right;margin-top:24px}.goods-selet__table[data-v-676c18ae] .el-table{margin-top:16px}.goods-selet__table[data-v-676c18ae] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-676c18ae] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-676c18ae] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-676c18ae]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-676c18ae]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-676c18ae]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-676c18ae]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.hyperlink-dialog>span[data-v-209947c8]{color:#623ceb;font-size:14px;cursor:pointer}.hyperlink-select .classify-select-tag .el-button[data-v-209947c8]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.hyperlink-select .classify-select-tag .el-button[disabled][data-v-209947c8]{color:#bfbfbf}.hyperlink-detail[data-v-209947c8]{width:312px;height:260px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.hyperlink-detail .layout-table-tag[data-v-209947c8]{display:inline-block;width:59px;height:28px;background:#fff7e7;border-radius:4px;text-align:center;line-height:28px;font-size:14px;font-weight:400;color:#fbad15}.hyperlink-detail[data-v-209947c8] .el-scrollbar{height:196px}.hyperlink-detail[data-v-209947c8] .el-scrollbar__wrap{overflow-x:hidden}.hyperlink-detail .hyperlink-detail-search[data-v-209947c8]{padding:16px}.hyperlink-detail[data-v-209947c8] .el-radio-group{padding-left:15px;width:280px}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio{width:100%;height:40px;line-height:40px;margin-right:0}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio .hyperlink-detail-span{display:block;width:100%;position:relative;height:40px;line-height:40px}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio .hyperlink-detail-span .le-icon{height:40px;margin-top:-12px;font-size:12px}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio .hyperlink-detail-tips{display:inline-block;color:#bababa;font-size:14px;padding-left:4px;width:170px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio .el-radio__label{position:relative;width:250px;display:inline-block}.hyperlink-detail[data-v-209947c8] .el-radio-group .el-radio .el-radio__label .le-icon{position:absolute;right:0;top:12px}.hyperlink-dialog>span[data-v-7feda605]{color:#623ceb;font-size:14px;cursor:pointer}.hyperlink-select .classify-select-tag .el-button[data-v-7feda605]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.hyperlink-select .classify-select-tag .el-button[disabled][data-v-7feda605]{color:#bfbfbf}.hyperlink-detail[data-v-7feda605]{width:312px;height:260px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.hyperlink-detail .layout-table-tag[data-v-7feda605]{display:inline-block;width:59px;height:28px;background:#fff7e7;border-radius:4px;text-align:center;line-height:28px;font-size:14px;font-weight:400;color:#fbad15}.hyperlink-detail[data-v-7feda605] .el-scrollbar{height:196px}.hyperlink-detail[data-v-7feda605] .el-scrollbar__wrap{overflow-x:hidden}.hyperlink-detail .hyperlink-detail-search[data-v-7feda605]{padding:16px}.hyperlink-detail[data-v-7feda605] .el-radio-group{padding-left:15px;width:280px}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio{width:100%;height:40px;line-height:40px;margin-right:0}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio .hyperlink-detail-span{display:block;width:100%;position:relative;height:40px;line-height:40px}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio .hyperlink-detail-span .le-icon{height:40px;margin-top:-12px;font-size:12px}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio .hyperlink-detail-tips{display:inline-block;color:#bababa;font-size:14px;padding-left:4px;width:170px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio .el-radio__label{position:relative;width:250px;display:inline-block}.hyperlink-detail[data-v-7feda605] .el-radio-group .el-radio .el-radio__label .le-icon{position:absolute;right:0;top:12px}.tag[data-v-fbe6071e]{display:inline-block;height:32px;min-width:60px;line-height:32px;border:1px solid #bebebe;border-radius:4px;padding:0 32px 0 12px;position:relative;color:rgba(0,0,0,.65);font-size:14px;font-weight:400;max-width:100px;text-overflow:ellipsis;white-space:nowrap}.tag .tag-close[data-v-fbe6071e]{position:absolute;right:8px;top:0;font-size:12px;height:32px;color:#bebebe;cursor:pointer}.hyperlink-dialog>span[data-v-4f24d4f3]{color:#623ceb;font-size:14px;cursor:pointer}.hyperlink-select .classify-select-tag .el-button[data-v-4f24d4f3]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.hyperlink-select .classify-select-tag .el-button[disabled][data-v-4f24d4f3]{color:#bfbfbf}.hyperlink-detail[data-v-4f24d4f3]{width:312px;height:260px;background:#fff;border:1px solid #dcdfe6;border-radius:4px}.hyperlink-detail .layout-table-tag[data-v-4f24d4f3]{display:inline-block;width:59px;height:28px;background:#fff7e7;border-radius:4px;text-align:center;line-height:28px;font-size:14px;font-weight:400;color:#fbad15}.hyperlink-detail[data-v-4f24d4f3] .el-scrollbar{height:196px}.hyperlink-detail[data-v-4f24d4f3] .el-scrollbar__wrap{overflow-x:hidden}.hyperlink-detail .hyperlink-detail-search[data-v-4f24d4f3]{padding:16px}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group{padding-left:15px;width:280px}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio{width:100%;height:40px;line-height:40px;margin-right:0}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio .hyperlink-detail-span{display:block;width:100%;position:relative;height:40px;line-height:40px}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio .hyperlink-detail-span .le-icon{height:40px;margin-top:-12px;font-size:12px}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio .hyperlink-detail-tips{display:inline-block;color:#bababa;font-size:14px;padding-left:4px;width:170px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio .el-radio__label{position:relative;width:250px;display:inline-block}.hyperlink-detail[data-v-4f24d4f3] .el-radio-group .el-radio .el-radio__label .le-icon{position:absolute;right:0;top:12px}.attribute[data-v-00569730]{position:relative}.attribute .image-slot .le-icon[data-v-00569730]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-00569730]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-00569730]{width:60px;height:60px}.attribute .select-cover__288[data-v-00569730]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-00569730]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-00569730]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-00569730]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-00569730]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-00569730]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-00569730]{display:block}.attribute .select-cover__120[data-v-00569730]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-00569730]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-00569730]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-00569730]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-00569730]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-00569730]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-00569730]{display:block}.attribute .select-cover__60[data-v-00569730]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-00569730]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-00569730]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-00569730]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-00569730]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-00569730]{display:block}.attribute .select-cover__80[data-v-00569730]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-00569730]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-00569730]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-00569730]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-00569730]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-00569730]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-00569730]{display:block}.attribute .select-photo__close[data-v-00569730]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-00569730]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-00569730]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-00569730]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-00569730]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-00569730]{height:72px;width:100%}.attribute .empty[data-v-00569730]{height:15px}.attribute .empty10[data-v-00569730]{height:10px}.attribute .empty20[data-v-00569730]{height:20px}.attribute .empty30[data-v-00569730]{height:30px}.attribute .empty40[data-v-00569730]{height:40px}.attribute .tips[data-v-00569730]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-00569730]{padding-left:4px}.attribute .button-adddata .el-button[data-v-00569730]{width:336px}.attribute .upload-cover[data-v-00569730]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-00569730]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-00569730]{display:block}.attribute .select-photo .el-input[data-v-00569730]{width:136px}.attribute .select-photo .el-button[data-v-00569730]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-00569730]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-00569730]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-00569730]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-00569730]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-00569730]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-00569730]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-00569730]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-00569730]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-00569730]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-00569730]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-00569730]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-00569730]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-00569730]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-00569730]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-00569730]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-00569730]{display:flex}.attribute .select-cover .select-cover__item[data-v-00569730]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-00569730]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-00569730]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-00569730]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-00569730]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-00569730]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-00569730]{display:block}.attribute .select-cover .select-cover__detail[data-v-00569730]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-00569730]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-00569730]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-00569730]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-00569730]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-00569730]{display:block}.attribute .select-frame .select-frame__item[data-v-00569730]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-00569730]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-00569730]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-00569730]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-00569730]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-00569730]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-00569730]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-00569730]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.pointer[data-v-87eb2132]{position:absolute;bottom:14px;display:flex;width:100%}.pointer .circle .pointer-item[data-v-87eb2132]{display:inline-block;width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3}.pointer .strip .pointer-item[data-v-87eb2132]{display:inline-block;width:12px;height:2px;background-color:#c5c5c5}.pointer .pointer-item+.pointer-item[data-v-87eb2132]{margin-left:6px}.pointer .pointer-content[data-v-87eb2132]{margin:0 20px;width:100%;box-sizing:border-box;text-align:right}.pointer .pointer-content[data-v-87eb2132] .active{background-color:#f44;opacity:1}.pointer .pointer-text[data-v-87eb2132]{margin:0 20px;width:100%;text-align:center}.pointer .pointer-text span[data-v-87eb2132]{display:inline-block;min-width:18px;height:18px;padding:0 5px;color:#fff;font-size:12px;line-height:18px;background:#000;border-radius:8px;opacity:.3}.banner .corner[data-v-97b236b4]{padding:16px}.banner .corner .banner-item-image[data-v-97b236b4]{border-radius:8px;overflow:hidden}.banner .banner-item-photo[data-v-97b236b4]{position:relative}.banner .banner-item-photo .banner-item-image[data-v-97b236b4]{position:relative;max-height:500px;overflow:hidden;padding-top:40%}.banner .banner-item-photo .banner-item-cover[data-v-97b236b4]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.widget[data-v-aeafd30c]{position:relative}.widget .widget-zoom[data-v-aeafd30c]{display:block;width:100%;height:100%;position:relative}.widget .widget-label[data-v-aeafd30c]{position:absolute;width:100%;height:100%;left:0;top:0;z-index:101;background:transparent}.widget input.widget-input[data-v-aeafd30c]{position:absolute;left:-99999px}.widget .widget-mask[data-v-aeafd30c]{position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);left:-2px;top:-2px;z-index:100;border:2px solid #623ceb;opacity:0;display:none;box-shadow:0 0 20px 0 rgba(98,60,235,.2);z-index:1}.widget .widget-handle[data-v-aeafd30c]{position:absolute;right:-43px;top:0;width:36px;height:143px;background:#623ceb;border-radius:4px}.widget .widget-handle .widget-handle-item[data-v-aeafd30c]{width:36px;height:35.75px;line-height:35.75px;text-align:center}.widget .widget-handle .widget-handle-item i[data-v-aeafd30c]{font-size:20px;color:#fff}.widget .widget-handle .widget-handle-item.disabled i[data-v-aeafd30c]{color:#9176f1}.widget input.widget-input:checked+.widget-mask[data-v-aeafd30c]{opacity:1;display:block;z-index:2}.banner .corner[data-v-7fb0adba]{padding:16px}.banner .corner .banner-item-image[data-v-7fb0adba]{border-radius:8px;overflow:hidden}.banner .banner-item-photo[data-v-7fb0adba]{position:relative}.banner .banner-item-photo .banner-item-image[data-v-7fb0adba]{position:relative;max-height:500px;overflow:hidden;padding-top:40%}.banner .banner-item-photo .banner-item-cover[data-v-7fb0adba]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.slider[data-v-e405c0b8]{position:relative;width:100%}.slider[data-v-e405c0b8] .el-slider{position:absolute;top:-5px;width:167px}.slider[data-v-e405c0b8] .el-slider .el-slider__button{width:12px;height:12px}.slider .slider-input[data-v-e405c0b8]{position:absolute;display:inline-block;margin-left:17px;width:64px;right:0;top:0}.attribute[data-v-3d3a7a83]{position:relative}.attribute .image-slot .le-icon[data-v-3d3a7a83]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-3d3a7a83]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-3d3a7a83]{width:60px;height:60px}.attribute .select-cover__288[data-v-3d3a7a83]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-3d3a7a83]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-3d3a7a83]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-3d3a7a83]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-3d3a7a83]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-3d3a7a83]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-3d3a7a83]{display:block}.attribute .select-cover__120[data-v-3d3a7a83]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-3d3a7a83]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-3d3a7a83]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-3d3a7a83]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-3d3a7a83]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-3d3a7a83]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-3d3a7a83]{display:block}.attribute .select-cover__60[data-v-3d3a7a83]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-3d3a7a83]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-3d3a7a83]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-3d3a7a83]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-3d3a7a83]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-3d3a7a83]{display:block}.attribute .select-cover__80[data-v-3d3a7a83]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-3d3a7a83]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-3d3a7a83]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-3d3a7a83]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-3d3a7a83]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-3d3a7a83]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-3d3a7a83]{display:block}.attribute .select-photo__close[data-v-3d3a7a83]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-3d3a7a83]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-3d3a7a83]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-3d3a7a83]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-3d3a7a83]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-3d3a7a83]{height:72px;width:100%}.attribute .empty[data-v-3d3a7a83]{height:15px}.attribute .empty10[data-v-3d3a7a83]{height:10px}.attribute .empty20[data-v-3d3a7a83]{height:20px}.attribute .empty30[data-v-3d3a7a83]{height:30px}.attribute .empty40[data-v-3d3a7a83]{height:40px}.attribute .tips[data-v-3d3a7a83]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-3d3a7a83]{padding-left:4px}.attribute .button-adddata .el-button[data-v-3d3a7a83]{width:336px}.attribute .upload-cover[data-v-3d3a7a83]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-3d3a7a83]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-3d3a7a83]{display:block}.attribute .select-photo .el-input[data-v-3d3a7a83]{width:136px}.attribute .select-photo .el-button[data-v-3d3a7a83]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-3d3a7a83]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-3d3a7a83]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-3d3a7a83]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-3d3a7a83]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-3d3a7a83]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-3d3a7a83]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-3d3a7a83]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-3d3a7a83]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-3d3a7a83]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-3d3a7a83]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-3d3a7a83]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-3d3a7a83]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-3d3a7a83]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-3d3a7a83]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-3d3a7a83]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-3d3a7a83]{display:flex}.attribute .select-cover .select-cover__item[data-v-3d3a7a83]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-3d3a7a83]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-3d3a7a83]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-3d3a7a83]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-3d3a7a83]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-3d3a7a83]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-3d3a7a83]{display:block}.attribute .select-cover .select-cover__detail[data-v-3d3a7a83]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-3d3a7a83]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-3d3a7a83]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-3d3a7a83]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-3d3a7a83]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-3d3a7a83]{display:block}.attribute .select-frame .select-frame__item[data-v-3d3a7a83]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-3d3a7a83]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-3d3a7a83]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-3d3a7a83]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-3d3a7a83]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-3d3a7a83]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-3d3a7a83]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-3d3a7a83]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.convert[data-v-9b525456]{position:relative}.classify-select[data-v-bbf7933e]{width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.classify-select .classify-select-tips[data-v-bbf7933e]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select .el-form-item .el-input[data-v-bbf7933e]{width:64px}.classify-select .el-form-item .el-button[data-v-bbf7933e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.classify-select__detail .classify-select-tips[data-v-bbf7933e]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.classify-select__detail .classify-select__header[data-v-bbf7933e]{width:50%;margin-bottom:16px}.classify-select__detail .classify-select__content[data-v-bbf7933e]{width:721px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;display:flex}.classify-select__detail[data-v-bbf7933e] .el-scrollbar__wrap{overflow-x:hidden}.classify-select__detail .classify-select__list[data-v-bbf7933e]{flex:1;height:100%;width:240px;box-sizing:border-box;border-right:1px solid #dcdfe6;padding:16px 0}.classify-select__detail .classify-select__list .el-input--small[data-v-bbf7933e]{margin:0 16px;width:207px;box-sizing:border-box}.classify-select__detail .classify-select__list[data-v-bbf7933e]:last-child{border-right:0}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group{width:190px;padding:0 16px}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio{width:180px;height:40px;line-height:40px;margin-right:0;position:relative}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio .el-radio__input{position:absolute;left:-9999px}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio .el-radio__label{position:relative;width:180px;display:inline-block;padding-left:15px}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio .el-radio__label .le-icon-tick{position:absolute;left:-2px;height:40px;font-size:12px;opacity:0}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio .el-radio__label .le-icon-arrow-right{position:absolute;right:-10px;height:40px;font-size:12px}.classify-select__detail .classify-select__list[data-v-bbf7933e] .el-radio-group .el-radio.is-checked .le-icon-tick{opacity:1}.photo-selet[data-v-235a21d8]{width:100%;height:100%;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;position:relative;cursor:pointer;box-sizing:border-box}.photo-selet .photo-selet__detail[data-v-235a21d8]{display:flex}.photo-selet .photo-selet__detail .photo-selet__layout[data-v-235a21d8]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header[data-v-235a21d8]{height:49px;text-align:left;line-height:49px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header span[data-v-235a21d8]{font-size:16px;font-weight:500;color:#000}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header .photo-selet__action[data-v-235a21d8]{float:right}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content[data-v-235a21d8]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content .photo-selet__paging[data-v-235a21d8]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul[data-v-235a21d8]{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li[data-v-235a21d8]{display:inline-block;width:124px;height:129px;margin-left:5px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label[data-v-235a21d8]{position:relative;width:100%;height:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label input[data-v-235a21d8]{position:absolute;left:-99999px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item[data-v-235a21d8]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item .photo-selet__content-close[data-v-235a21d8]{opacity:1}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-235a21d8]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close[data-v-235a21d8]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close i.le-icon[data-v-235a21d8]{position:absolute;left:4px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-235a21d8]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li p[data-v-235a21d8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo[data-v-235a21d8]{position:relative;width:84px;height:84px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-image[data-v-235a21d8]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-cover[data-v-235a21d8]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .el-card__body{padding:0}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group{width:100%;overflow:hidden}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio .photo-selet__detail-input{position:absolute;left:-99999px}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.photo-selet .photo-selet__detail[data-v-235a21d8] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.photo-selet .photo-selet__detail .el-card.is-always-shadow[data-v-235a21d8]{box-shadow:none}.photo-selet .photo-selet-content[data-v-235a21d8]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.photo-selet .photo-selet-content:hover .photo-selet-tips[data-v-235a21d8]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.photo-selet .photo-selet-image[data-v-235a21d8]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.photo-selet .photo-selet-cover[data-v-235a21d8]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.photo-selet i[data-v-235a21d8]{font-size:26px;color:#d9d9d9}.photo-selet p[data-v-235a21d8]{font-size:14px;font-weight:500;line-height:20px;color:rgba(51,51,51,.5)}.photo-selet .photo-dialog[data-v-235a21d8]{position:relative;display:block;widows:100%;height:100%}.photo-selet .photo-dialog p[data-v-235a21d8]{line-height:0}.photo-selet .photo-solt[data-v-235a21d8]{display:block;widows:100%;height:100%;vertical-align:middle;text-align:center}.photo-selet[data-v-4e8cd33b]{width:100%;height:100%;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;position:relative;cursor:pointer;box-sizing:border-box}.photo-selet .photo-selet__detail[data-v-4e8cd33b]{display:flex}.photo-selet .photo-selet__detail .photo-selet__layout[data-v-4e8cd33b]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header[data-v-4e8cd33b]{height:49px;text-align:left;line-height:49px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header span[data-v-4e8cd33b]{font-size:16px;font-weight:500;color:#000}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header .photo-selet__action[data-v-4e8cd33b]{float:right}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content[data-v-4e8cd33b]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content .photo-selet__paging[data-v-4e8cd33b]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul[data-v-4e8cd33b]{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li[data-v-4e8cd33b]{display:inline-block;width:124px;height:129px;margin-left:5px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label[data-v-4e8cd33b]{position:relative;width:100%;height:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label input[data-v-4e8cd33b]{position:absolute;left:-99999px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item[data-v-4e8cd33b]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item .photo-selet__content-close[data-v-4e8cd33b]{opacity:1}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-4e8cd33b]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close[data-v-4e8cd33b]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close i.le-icon[data-v-4e8cd33b]{position:absolute;left:4px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-4e8cd33b]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li p[data-v-4e8cd33b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo[data-v-4e8cd33b]{position:relative;width:84px;height:84px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-image[data-v-4e8cd33b]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-cover[data-v-4e8cd33b]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .el-card__body{padding:0}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group{width:100%;overflow:hidden}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio .photo-selet__detail-input{position:absolute;left:-99999px}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.photo-selet .photo-selet__detail[data-v-4e8cd33b] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.photo-selet .photo-selet__detail .el-card.is-always-shadow[data-v-4e8cd33b]{box-shadow:none}.photo-selet .photo-selet-content[data-v-4e8cd33b]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.photo-selet .photo-selet-content:hover .photo-selet-tips[data-v-4e8cd33b]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.photo-selet .photo-selet-image[data-v-4e8cd33b]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.photo-selet .photo-selet-cover[data-v-4e8cd33b]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.photo-selet i[data-v-4e8cd33b]{font-size:26px;color:#d9d9d9}.photo-selet p[data-v-4e8cd33b]{font-size:14px;font-weight:500;line-height:20px;color:rgba(51,51,51,.5)}.photo-selet .photo-dialog[data-v-4e8cd33b]{position:relative;display:block;widows:100%;height:100%}.photo-selet .photo-dialog p[data-v-4e8cd33b]{line-height:0}.photo-selet .photo-solt[data-v-4e8cd33b]{display:block;widows:100%;height:100%;vertical-align:middle;text-align:center}.photo-selet[data-v-345249d5]{width:100%;height:100%;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;position:relative;cursor:pointer;box-sizing:border-box}.photo-selet .photo-selet__detail[data-v-345249d5]{display:flex}.photo-selet .photo-selet__detail .photo-selet__layout[data-v-345249d5]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header[data-v-345249d5]{height:49px;text-align:left;line-height:49px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header span[data-v-345249d5]{font-size:16px;font-weight:500;color:#000}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__header .photo-selet__action[data-v-345249d5]{float:right}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content[data-v-345249d5]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content .photo-selet__paging[data-v-345249d5]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul[data-v-345249d5]{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li[data-v-345249d5]{display:inline-block;width:124px;height:129px;margin-left:5px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label[data-v-345249d5]{position:relative;width:100%;height:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-label input[data-v-345249d5]{position:absolute;left:-99999px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item[data-v-345249d5]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-input:checked+.photo-selet__content-item .photo-selet__content-close[data-v-345249d5]{opacity:1}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-345249d5]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close[data-v-345249d5]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item .photo-selet__content-close i.le-icon[data-v-345249d5]{position:absolute;left:4px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item[data-v-345249d5]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li p[data-v-345249d5]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo[data-v-345249d5]{position:relative;width:84px;height:84px}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-image[data-v-345249d5]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.photo-selet .photo-selet__detail .photo-selet__layout .photo-selet__content ul li .photo-selet__content-item-photo .photo-selet__content-item-cover[data-v-345249d5]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .el-card__body{padding:0}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group{width:100%;overflow:hidden}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio .photo-selet__detail-input{position:absolute;left:-99999px}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.photo-selet .photo-selet__detail[data-v-345249d5] .el-card .photo-selet__detail-group ul .photo-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.photo-selet .photo-selet__detail .el-card.is-always-shadow[data-v-345249d5]{box-shadow:none}.photo-selet .photo-selet-content[data-v-345249d5]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.photo-selet .photo-selet-content:hover .photo-selet-tips[data-v-345249d5]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.photo-selet .photo-selet-image[data-v-345249d5]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.photo-selet .photo-selet-cover[data-v-345249d5]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.photo-selet i[data-v-345249d5]{font-size:26px;color:#d9d9d9}.photo-selet p[data-v-345249d5]{font-size:14px;font-weight:500;line-height:20px;color:rgba(51,51,51,.5)}.photo-selet .photo-dialog[data-v-345249d5]{position:relative;display:block;widows:100%;height:100%}.photo-selet .photo-dialog p[data-v-345249d5]{line-height:0}.photo-selet .photo-solt[data-v-345249d5]{display:block;widows:100%;height:100%;vertical-align:middle;text-align:center}.attribute[data-v-52ef598f]{position:relative}.attribute .image-slot .le-icon[data-v-52ef598f]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-52ef598f]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-52ef598f]{width:60px;height:60px}.attribute .select-cover__288[data-v-52ef598f]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-52ef598f]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-52ef598f]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-52ef598f]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-52ef598f]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-52ef598f]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-52ef598f]{display:block}.attribute .select-cover__120[data-v-52ef598f]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-52ef598f]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-52ef598f]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-52ef598f]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-52ef598f]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-52ef598f]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-52ef598f]{display:block}.attribute .select-cover__60[data-v-52ef598f]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-52ef598f]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-52ef598f]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-52ef598f]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-52ef598f]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-52ef598f]{display:block}.attribute .select-cover__80[data-v-52ef598f]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-52ef598f]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-52ef598f]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-52ef598f]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-52ef598f]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-52ef598f]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-52ef598f]{display:block}.attribute .select-photo__close[data-v-52ef598f]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-52ef598f]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-52ef598f]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-52ef598f]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-52ef598f]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-52ef598f]{height:72px;width:100%}.attribute .empty[data-v-52ef598f]{height:15px}.attribute .empty10[data-v-52ef598f]{height:10px}.attribute .empty20[data-v-52ef598f]{height:20px}.attribute .empty30[data-v-52ef598f]{height:30px}.attribute .empty40[data-v-52ef598f]{height:40px}.attribute .tips[data-v-52ef598f]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-52ef598f]{padding-left:4px}.attribute .button-adddata .el-button[data-v-52ef598f]{width:336px}.attribute .upload-cover[data-v-52ef598f]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-52ef598f]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-52ef598f]{display:block}.attribute .select-photo .el-input[data-v-52ef598f]{width:136px}.attribute .select-photo .el-button[data-v-52ef598f]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-52ef598f]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-52ef598f]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-52ef598f]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-52ef598f]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-52ef598f]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-52ef598f]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-52ef598f]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-52ef598f]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-52ef598f]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-52ef598f]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-52ef598f]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-52ef598f]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-52ef598f]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-52ef598f]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-52ef598f]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-52ef598f]{display:flex}.attribute .select-cover .select-cover__item[data-v-52ef598f]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-52ef598f]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-52ef598f]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-52ef598f]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-52ef598f]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-52ef598f]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-52ef598f]{display:block}.attribute .select-cover .select-cover__detail[data-v-52ef598f]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-52ef598f]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-52ef598f]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-52ef598f]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-52ef598f]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-52ef598f]{display:block}.attribute .select-frame .select-frame__item[data-v-52ef598f]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-52ef598f]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-52ef598f]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-52ef598f]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-52ef598f]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-52ef598f]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-52ef598f]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-52ef598f]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.goods[data-v-6f43476a]{overflow:hidden}.goods .clear[data-v-6f43476a]{clear:both}.goods .chamfer .goods-item[data-v-6f43476a]{border-radius:8px}.goods .card .goods-item[data-v-6f43476a]{box-shadow:0 0 10px 0 rgba(0,0,0,.05)}.goods .stroke .goods-item[data-v-6f43476a]{border:1px solid rgba(50,50,51,.1)}.goods .lucency .goods-item[data-v-6f43476a]{background-color:transparent}.goods .goods-item[data-v-6f43476a]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;overflow:hidden}.goods .goods-item .goods-item-photo[data-v-6f43476a]{position:relative}.goods .goods-item .goods-item-photo .goods-item-image[data-v-6f43476a]{position:relative;max-height:500px;overflow:hidden;padding-top:50%}.goods .goods-item .goods-item-photo .goods-item-cover[data-v-6f43476a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods .goods-item .goods-item-cover[data-v-6f43476a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.goods .goods-item .goods-item-detail[data-v-6f43476a]{margin:10px 10px 5px 10px;position:relative}.goods .goods-item .goods-item-detail .goods-item-title[data-v-6f43476a]{font-size:16px;font-weight:500;color:#353535;line-height:1.4em;min-height:2.8em;margin-bottom:10px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods .goods-item .goods-item-detail .goods-item-info[data-v-6f43476a]{position:relative;width:100%;line-height:2em;display:flex;justify-content:space-between}.goods .goods-item .goods-item-detail .goods-item-price[data-v-6f43476a]{display:inline-block;font-weight:400;color:#e60b30}.goods .goods-item .goods-item-detail .goods-item-price .goods-item-price__tag[data-v-6f43476a]{font-size:14px}.goods .goods-item .goods-item-detail .goods-item-price .goods-item-price__val[data-v-6f43476a]{font-size:16px}.goods .goods-item .goods-item-detail .goods-item-button[data-v-6f43476a]{display:inline-block}.goods .goods-item .goods-item-detail .goods-item-button .le-icon[data-v-6f43476a]{vertical-align:0}.goods .goods-item .goods-item-detail .goods-item-button i[data-v-6f43476a]{color:#e60b30;font-size:16px}.goods .larger .goods-item-photo .goods-item-image[data-v-6f43476a]{height:25%}.goods .list .goods-item-photo .goods-item-image[data-v-6f43476a],.goods .small .goods-item-photo .goods-item-image[data-v-6f43476a],.goods .swipe .goods-item-photo .goods-item-image[data-v-6f43476a]{padding-top:100%}.goods .small .goods-wrapper[data-v-6f43476a]{float:left;width:50%}.goods .list .goods-item-photo[data-v-6f43476a]{float:left;width:120px;height:120px;min-height:auto;margin-right:10px}.goods .list .goods-item-detail[data-v-6f43476a]{height:120px;margin-left:120px;box-sizing:border-box;margin:0 15px 0 0;overflow:hidden}.goods .list .goods-item-detail .goods-item-title[data-v-6f43476a]{margin:14px 0 0}.goods .list .goods-item-detail .goods-item-info[data-v-6f43476a]{position:absolute;left:0;bottom:5px}.goods .swipe[data-v-6f43476a]{display:flex;flex-wrap:nowrap;margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.goods .swipe .goods-wrapper[data-v-6f43476a]{flex:0 0 30%;float:none;width:30%}.goods[data-v-2665bfe4]{overflow:hidden}.goods .clear[data-v-2665bfe4]{clear:both}.goods .chamfer .goods-item[data-v-2665bfe4]{border-radius:8px}.goods .card .goods-item[data-v-2665bfe4]{box-shadow:0 0 10px 0 rgba(0,0,0,.05)}.goods .stroke .goods-item[data-v-2665bfe4]{border:1px solid rgba(50,50,51,.1)}.goods .lucency .goods-item[data-v-2665bfe4]{background-color:transparent}.goods .goods-item[data-v-2665bfe4]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;overflow:hidden}.goods .goods-item .goods-item-photo[data-v-2665bfe4]{position:relative}.goods .goods-item .goods-item-photo .goods-item-image[data-v-2665bfe4]{position:relative;max-height:500px;overflow:hidden;padding-top:50%}.goods .goods-item .goods-item-photo .goods-item-cover[data-v-2665bfe4]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods .goods-item .goods-item-cover[data-v-2665bfe4]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.goods .goods-item .goods-item-detail[data-v-2665bfe4]{margin:10px 10px 5px 10px;position:relative}.goods .goods-item .goods-item-detail .goods-item-title[data-v-2665bfe4]{font-size:16px;font-weight:500;color:#353535;line-height:1.4em;min-height:2.8em;margin-bottom:10px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods .goods-item .goods-item-detail .goods-item-info[data-v-2665bfe4]{position:relative;width:100%;line-height:2em;display:flex;justify-content:space-between}.goods .goods-item .goods-item-detail .goods-item-price[data-v-2665bfe4]{display:inline-block;font-weight:400;color:#e60b30}.goods .goods-item .goods-item-detail .goods-item-price .goods-item-price__tag[data-v-2665bfe4]{font-size:14px}.goods .goods-item .goods-item-detail .goods-item-price .goods-item-price__val[data-v-2665bfe4]{font-size:16px}.goods .goods-item .goods-item-detail .goods-item-button[data-v-2665bfe4]{display:inline-block}.goods .goods-item .goods-item-detail .goods-item-button .le-icon[data-v-2665bfe4]{vertical-align:0}.goods .goods-item .goods-item-detail .goods-item-button i[data-v-2665bfe4]{color:#e60b30;font-size:16px}.goods .larger .goods-item-photo .goods-item-image[data-v-2665bfe4]{height:25%}.goods .list .goods-item-photo .goods-item-image[data-v-2665bfe4],.goods .small .goods-item-photo .goods-item-image[data-v-2665bfe4],.goods .swipe .goods-item-photo .goods-item-image[data-v-2665bfe4]{padding-top:100%}.goods .small .goods-wrapper[data-v-2665bfe4]{float:left;width:50%}.goods .list .goods-item-photo[data-v-2665bfe4]{float:left;width:120px;height:120px;min-height:auto;margin-right:10px}.goods .list .goods-item-detail[data-v-2665bfe4]{height:120px;margin-left:120px;box-sizing:border-box;margin:0 15px 0 0;overflow:hidden}.goods .list .goods-item-detail .goods-item-title[data-v-2665bfe4]{margin:14px 0 0}.goods .list .goods-item-detail .goods-item-info[data-v-2665bfe4]{position:absolute;left:0;bottom:5px}.goods .swipe[data-v-2665bfe4]{display:flex;flex-wrap:nowrap;margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.goods .swipe .goods-wrapper[data-v-2665bfe4]{flex:0 0 30%;float:none;width:30%}.choose ul[data-v-8cca7a1c]{margin:0;padding:0;list-style-type:none}.choose ul li[data-v-8cca7a1c]{display:inline-block;padding:0;margin:0;width:248px;height:60px;background:hsla(0,0%,100%,.05);position:relative;margin-right:8px}.choose ul .choose-radio+.choose-radio[data-v-8cca7a1c]{margin-top:8px}.choose ul .choose-item[data-v-8cca7a1c]{display:block;width:100%;height:100%;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;padding:6px}.choose ul .choose-item img[data-v-8cca7a1c]{width:100%;height:100%}.choose ul .choose-input[data-v-8cca7a1c]{position:absolute;left:-99999px}.choose ul .choose-input:checked+.choose-item[data-v-8cca7a1c]{border:1px solid #623ceb;color:#623ceb}.attribute[data-v-7332cb73]{position:relative}.attribute .image-slot .le-icon[data-v-7332cb73]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-7332cb73]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-7332cb73]{width:60px;height:60px}.attribute .select-cover__288[data-v-7332cb73]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-7332cb73]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-7332cb73]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-7332cb73]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-7332cb73]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-7332cb73]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-7332cb73]{display:block}.attribute .select-cover__120[data-v-7332cb73]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-7332cb73]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-7332cb73]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-7332cb73]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-7332cb73]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-7332cb73]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-7332cb73]{display:block}.attribute .select-cover__60[data-v-7332cb73]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-7332cb73]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-7332cb73]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-7332cb73]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-7332cb73]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-7332cb73]{display:block}.attribute .select-cover__80[data-v-7332cb73]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-7332cb73]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-7332cb73]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-7332cb73]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-7332cb73]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-7332cb73]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-7332cb73]{display:block}.attribute .select-photo__close[data-v-7332cb73]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-7332cb73]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-7332cb73]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-7332cb73]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-7332cb73]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-7332cb73]{height:72px;width:100%}.attribute .empty[data-v-7332cb73]{height:15px}.attribute .empty10[data-v-7332cb73]{height:10px}.attribute .empty20[data-v-7332cb73]{height:20px}.attribute .empty30[data-v-7332cb73]{height:30px}.attribute .empty40[data-v-7332cb73]{height:40px}.attribute .tips[data-v-7332cb73]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-7332cb73]{padding-left:4px}.attribute .button-adddata .el-button[data-v-7332cb73]{width:336px}.attribute .upload-cover[data-v-7332cb73]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-7332cb73]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-7332cb73]{display:block}.attribute .select-photo .el-input[data-v-7332cb73]{width:136px}.attribute .select-photo .el-button[data-v-7332cb73]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-7332cb73]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-7332cb73]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-7332cb73]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-7332cb73]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-7332cb73]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-7332cb73]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-7332cb73]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-7332cb73]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-7332cb73]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-7332cb73]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-7332cb73]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-7332cb73]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-7332cb73]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-7332cb73]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-7332cb73]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-7332cb73]{display:flex}.attribute .select-cover .select-cover__item[data-v-7332cb73]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-7332cb73]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-7332cb73]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-7332cb73]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-7332cb73]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-7332cb73]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-7332cb73]{display:block}.attribute .select-cover .select-cover__detail[data-v-7332cb73]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-7332cb73]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-7332cb73]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-7332cb73]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-7332cb73]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-7332cb73]{display:block}.attribute .select-frame .select-frame__item[data-v-7332cb73]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-7332cb73]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-7332cb73]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-7332cb73]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-7332cb73]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-7332cb73]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-7332cb73]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-7332cb73]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute[data-v-0fe2ca8e]{position:relative}.attribute .image-slot .le-icon[data-v-0fe2ca8e]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-0fe2ca8e]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-0fe2ca8e]{width:60px;height:60px}.attribute .select-cover__288[data-v-0fe2ca8e]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-0fe2ca8e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-0fe2ca8e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-0fe2ca8e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-0fe2ca8e]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-0fe2ca8e]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-0fe2ca8e]{display:block}.attribute .select-cover__120[data-v-0fe2ca8e]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-0fe2ca8e]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-0fe2ca8e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-0fe2ca8e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-0fe2ca8e]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-0fe2ca8e]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-0fe2ca8e]{display:block}.attribute .select-cover__60[data-v-0fe2ca8e]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-0fe2ca8e]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-0fe2ca8e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-0fe2ca8e]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-0fe2ca8e]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-0fe2ca8e]{display:block}.attribute .select-cover__80[data-v-0fe2ca8e]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-0fe2ca8e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-0fe2ca8e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-0fe2ca8e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-0fe2ca8e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-0fe2ca8e]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-0fe2ca8e]{display:block}.attribute .select-photo__close[data-v-0fe2ca8e]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-0fe2ca8e]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-0fe2ca8e]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-0fe2ca8e]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-0fe2ca8e]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-0fe2ca8e]{height:72px;width:100%}.attribute .empty[data-v-0fe2ca8e]{height:15px}.attribute .empty10[data-v-0fe2ca8e]{height:10px}.attribute .empty20[data-v-0fe2ca8e]{height:20px}.attribute .empty30[data-v-0fe2ca8e]{height:30px}.attribute .empty40[data-v-0fe2ca8e]{height:40px}.attribute .tips[data-v-0fe2ca8e]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-0fe2ca8e]{padding-left:4px}.attribute .button-adddata .el-button[data-v-0fe2ca8e]{width:336px}.attribute .upload-cover[data-v-0fe2ca8e]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-0fe2ca8e]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-0fe2ca8e]{display:block}.attribute .select-photo .el-input[data-v-0fe2ca8e]{width:136px}.attribute .select-photo .el-button[data-v-0fe2ca8e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-0fe2ca8e]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-0fe2ca8e]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-0fe2ca8e]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-0fe2ca8e]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-0fe2ca8e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-0fe2ca8e]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-0fe2ca8e]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-0fe2ca8e]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-0fe2ca8e]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-0fe2ca8e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-0fe2ca8e]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-0fe2ca8e]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-0fe2ca8e]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-0fe2ca8e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-0fe2ca8e]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-0fe2ca8e]{display:flex}.attribute .select-cover .select-cover__item[data-v-0fe2ca8e]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-0fe2ca8e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-0fe2ca8e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-0fe2ca8e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-0fe2ca8e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-0fe2ca8e]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-0fe2ca8e]{display:block}.attribute .select-cover .select-cover__detail[data-v-0fe2ca8e]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-0fe2ca8e]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-0fe2ca8e]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-0fe2ca8e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-0fe2ca8e]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-0fe2ca8e]{display:block}.attribute .select-frame .select-frame__item[data-v-0fe2ca8e]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-0fe2ca8e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-0fe2ca8e]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-0fe2ca8e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-0fe2ca8e]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-0fe2ca8e]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-0fe2ca8e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-0fe2ca8e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.navigation[data-v-a3b21358]{background-color:#fff}.navigation[data-v-a3b21358] ::-webkit-scrollbar{display:none}.navigation .one[data-v-a3b21358]{white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding:0 15px}.navigation .navigation-indicator[data-v-a3b21358]{width:100%;height:10px}.navigation .navigation-image-item[data-v-a3b21358]{display:inline-block;vertical-align:middle;margin-top:8px;margin-bottom:5px}.navigation .navigation-image-item .navigation-image-item__cover[data-v-a3b21358]{width:50px;height:50px;background-position:50%;background-size:cover;display:block;margin:0 auto;border:0}.navigation .navigation-image-item .navigation-image-item__title[data-v-a3b21358]{width:100%;font-size:12px;line-height:2.4em;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.navigation .navigation-text-item[data-v-a3b21358]{display:inline-block;padding:8px 0;color:#333;width:25%;text-decoration:none}.navigation .navigation-text-item .navigation-text-item__title[data-v-a3b21358]{display:inline-block;width:100%;position:relative;height:12px;font-size:12px;line-height:12px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 10px}.navigation .navigation-text-item .navigation-text-item__title[data-v-a3b21358]:after{position:absolute;top:0;left:0;box-sizing:border-box;width:200%;height:200%;transform:scale(.5);transform-origin:0 0;content:"";pointer-events:none;border-right:1px solid #eee}.navigation .navigation-text-item:last-child .navigation-text-item__title[data-v-a3b21358]:after{border-right:0}.navigation[data-v-68967f5c]{background-color:#fff}.navigation[data-v-68967f5c] ::-webkit-scrollbar{display:none}.navigation .one[data-v-68967f5c]{white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding:0 15px}.navigation .navigation-indicator[data-v-68967f5c]{width:100%;height:10px}.navigation .navigation-image-item[data-v-68967f5c]{display:inline-block;vertical-align:middle;margin-top:8px;margin-bottom:5px}.navigation .navigation-image-item .navigation-image-item__cover[data-v-68967f5c]{width:50px;height:50px;background-position:50%;background-size:cover;display:block;margin:0 auto;border:0}.navigation .navigation-image-item .navigation-image-item__title[data-v-68967f5c]{width:100%;font-size:12px;line-height:2.4em;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.navigation .navigation-text-item[data-v-68967f5c]{display:inline-block;padding:8px 0;color:#333;width:25%;text-decoration:none}.navigation .navigation-text-item .navigation-text-item__title[data-v-68967f5c]{display:inline-block;width:100%;position:relative;height:12px;font-size:12px;line-height:12px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 10px}.navigation .navigation-text-item .navigation-text-item__title[data-v-68967f5c]:after{position:absolute;top:0;left:0;box-sizing:border-box;width:200%;height:200%;transform:scale(.5);transform-origin:0 0;content:"";pointer-events:none;border-right:1px solid #eee}.navigation .navigation-text-item:last-child .navigation-text-item__title[data-v-68967f5c]:after{border-right:0}.matrix{width:336px;height:336px;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.matrix_cube{position:relative;float:left;color:#d9d9d9;display:flex;display:-webkit-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#fbfbfb;border:1px solid #dcdfe6;font-weight:200;font-size:32px}.matrix .selected-rubik-img{-o-object-fit:cover;object-fit:cover}.matrix .selected-rubik-cube{position:relative;display:flex;display:-webkit-flex;align-items:center;justify-content:center;font-size:12px;font-weight:400;color:#623ceb;text-align:center}.matrix .selected-rubik-cube .le-icon{position:absolute;font-size:14px;color:#b1b1b1;right:-8px;top:-8px;height:16px;width:16px;line-height:16px;display:none;cursor:pointer;z-index:1}.matrix .selected-rubik-cube:hover .le-icon{z-index:50;display:block}.matrix .selected{background:#f7f5fe}.advertising[data-v-6255ade7]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px}.advertising .advertising-item-label[data-v-6255ade7]{position:relative}.advertising .advertising-item-radio[data-v-6255ade7]{position:absolute;left:-99999px}.advertising .advertising-item-radio:checked+.advertising-item-image .advertising-item-tips[data-v-6255ade7]{position:relative;z-index:10;border:1px solid #623ceb!important;color:#623ceb}.advertising .advertising-item-radio:checked+.advertising-item-image .el-image[data-v-6255ade7]{position:relative;z-index:10;box-sizing:border-box;border:1px solid #623ceb!important}.advertising .advertising-item-1[data-v-6255ade7]{position:relative;text-align:center;font-weight:400;color:#8c8c8c;width:325px}.advertising .advertising-item-1 .advertising-item-tips[data-v-6255ade7]{width:325px;height:325px;line-height:325px;background:#f7f5fe;border:1px solid #dcdfe6}.advertising .advertising-item-1 .el-image[data-v-6255ade7]{width:100%;height:auto;box-sizing:border-box;border:1px solid #623ceb!important}.advertising .advertising-item-2[data-v-6255ade7]{position:relative;width:326px;display:flex}.advertising .advertising-item-2 .advertising-item-image[data-v-6255ade7]{flex:1 1 auto;width:163px}.advertising .advertising-item-2 .advertising-item-image:first-child .advertising-item-tips[data-v-6255ade7]{border-right:0}.advertising .advertising-item-2 .advertising-item-image .el-image[data-v-6255ade7]{width:100%;height:auto}.advertising .advertising-item-2 .advertising-item-tips[data-v-6255ade7]{box-sizing:border-box;padding:60px 50px;width:163px;height:163px;background:#f7f5fe;text-align:center;border:1px solid #dcdfe6;color:#8c8c8c}.advertising .advertising-item-3[data-v-6255ade7]{position:relative;width:324px;display:flex}.advertising .advertising-item-3 .advertising-item-label:last-child .advertising-item-tips[data-v-6255ade7]{border-right:1px solid #dcdfe6}.advertising .advertising-item-3 .advertising-item-image[data-v-6255ade7]{flex:1 1 1;width:108px}.advertising .advertising-item-3 .advertising-item-image .el-image[data-v-6255ade7]{width:100%;height:auto}.advertising .advertising-item-3 .advertising-item-tips[data-v-6255ade7]{box-sizing:border-box;padding:35px 20px;width:108px;height:108px;background:#f7f5fe;text-align:center;border:1px solid #dcdfe6;border-right:1px solid #f7f5fe;color:#8c8c8c}.advertising .advertising-item-4[data-v-6255ade7]{position:relative;width:324px;height:163px}.advertising .advertising-item-4 .advertising-item-image[data-v-6255ade7]{position:absolute;width:100%;height:100%}.advertising .advertising-item-4 .advertising-item-image .el-image[data-v-6255ade7]{width:100%;height:100%}.advertising .advertising-item-4 .advertising-item-tips[data-v-6255ade7]{box-sizing:border-box;width:100%;height:100%;background:#f7f5fe;text-align:center;border:1px solid #dcdfe6;color:#8c8c8c;display:flex;flex-direction:column;justify-content:center;align-items:center}.advertising .advertising-item-5[data-v-6255ade7]{position:relative;width:324px;display:flex}.advertising .advertising-item-5 .advertising-item-label:last-child .advertising-item-tips[data-v-6255ade7]{border-right:1px solid #dcdfe6}.advertising .advertising-item-5 .advertising-item-image[data-v-6255ade7]{flex:1 1 1 1;width:81px}.advertising .advertising-item-5 .advertising-item-image .el-image[data-v-6255ade7]{width:100%;height:auto}.advertising .advertising-item-5 .advertising-item-tips[data-v-6255ade7]{box-sizing:border-box;padding:25px 5px;width:81px;height:81px;background:#f7f5fe;text-align:center;border:1px solid #dcdfe6;border-right:1px solid #f7f5fe;color:#8c8c8c}.attribute[data-v-66e5690e]{position:relative}.attribute .image-slot .le-icon[data-v-66e5690e]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-66e5690e]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-66e5690e]{width:60px;height:60px}.attribute .select-cover__288[data-v-66e5690e]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-66e5690e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-66e5690e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-66e5690e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-66e5690e]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-66e5690e]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-66e5690e]{display:block}.attribute .select-cover__120[data-v-66e5690e]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-66e5690e]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-66e5690e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-66e5690e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-66e5690e]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-66e5690e]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-66e5690e]{display:block}.attribute .select-cover__60[data-v-66e5690e]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-66e5690e]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-66e5690e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-66e5690e]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-66e5690e]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-66e5690e]{display:block}.attribute .select-cover__80[data-v-66e5690e]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-66e5690e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-66e5690e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-66e5690e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-66e5690e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-66e5690e]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-66e5690e]{display:block}.attribute .select-photo__close[data-v-66e5690e]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-66e5690e]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-66e5690e]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-66e5690e]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-66e5690e]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-66e5690e]{height:72px;width:100%}.attribute .empty[data-v-66e5690e]{height:15px}.attribute .empty10[data-v-66e5690e]{height:10px}.attribute .empty20[data-v-66e5690e]{height:20px}.attribute .empty30[data-v-66e5690e]{height:30px}.attribute .empty40[data-v-66e5690e]{height:40px}.attribute .tips[data-v-66e5690e]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-66e5690e]{padding-left:4px}.attribute .button-adddata .el-button[data-v-66e5690e]{width:336px}.attribute .upload-cover[data-v-66e5690e]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-66e5690e]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-66e5690e]{display:block}.attribute .select-photo .el-input[data-v-66e5690e]{width:136px}.attribute .select-photo .el-button[data-v-66e5690e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-66e5690e]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-66e5690e]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-66e5690e]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-66e5690e]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-66e5690e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-66e5690e]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-66e5690e]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-66e5690e]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-66e5690e]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-66e5690e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-66e5690e]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-66e5690e]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-66e5690e]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-66e5690e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-66e5690e]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-66e5690e]{display:flex}.attribute .select-cover .select-cover__item[data-v-66e5690e]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-66e5690e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-66e5690e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-66e5690e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-66e5690e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-66e5690e]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-66e5690e]{display:block}.attribute .select-cover .select-cover__detail[data-v-66e5690e]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-66e5690e]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-66e5690e]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-66e5690e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-66e5690e]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-66e5690e]{display:block}.attribute .select-frame .select-frame__item[data-v-66e5690e]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-66e5690e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-66e5690e]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-66e5690e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-66e5690e]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-66e5690e]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-66e5690e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-66e5690e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.rubik-cube[data-v-c64a8c7e]{position:relative;width:750px;height:750px;zoom:.5;font-size:28px}.rubik-cube .rubik-cube__item[data-v-c64a8c7e]{position:absolute}.advertising[data-v-c64a8c7e]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;zoom:.5}.advertising .advertising-item-1[data-v-c64a8c7e]{position:relative;text-align:center;font-weight:400;color:#8c8c8c;width:750px;margin-bottom:-4px}.advertising .advertising-item-1 .advertising-item-tips[data-v-c64a8c7e]{width:750px;height:750px;line-height:750px;background:#f7f5fe}.advertising .advertising-item-1 img[data-v-c64a8c7e]{width:100%;height:auto}.advertising .advertising-item-2[data-v-c64a8c7e]{position:relative;width:750px;display:flex}.advertising .advertising-item-2 .advertising-item-image[data-v-c64a8c7e]{flex:1 1 auto;width:375px}.advertising .advertising-item-2 .advertising-item-image:first-child .advertising-item-tips[data-v-c64a8c7e]{border-right:0}.advertising .advertising-item-2 .advertising-item-image img[data-v-c64a8c7e]{width:100%;height:auto}.advertising .advertising-item-3[data-v-c64a8c7e]{position:relative;width:750px;display:flex}.advertising .advertising-item-3 .advertising-item-image[data-v-c64a8c7e]{flex:1 1 1;width:250px}.advertising .advertising-item-3 .advertising-item-image img[data-v-c64a8c7e]{width:100%;height:auto}.advertising .advertising-item-4[data-v-c64a8c7e]{position:relative;width:750px;height:375px}.advertising .advertising-item-4 .advertising-item-image[data-v-c64a8c7e]{position:absolute;width:100%;height:100%}.advertising .advertising-item-4 .advertising-item-image img[data-v-c64a8c7e]{width:100%;height:100%}.advertising .advertising-item-5[data-v-c64a8c7e]{position:relative;width:750px;display:flex}.advertising .advertising-item-5 .advertising-item-image[data-v-c64a8c7e]{flex:1 1 1 1;width:187.5px}.advertising .advertising-item-5 .advertising-item-image img[data-v-c64a8c7e]{width:100%;height:auto}.rubik-cube[data-v-43b3797f]{position:relative;width:750px;height:750px;zoom:.5;font-size:28px}.rubik-cube .rubik-cube__item[data-v-43b3797f]{position:absolute}.advertising[data-v-43b3797f]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;zoom:.5}.advertising .advertising-item-1[data-v-43b3797f]{position:relative;text-align:center;font-weight:400;color:#8c8c8c;width:750px;margin-bottom:-4px}.advertising .advertising-item-1 .advertising-item-tips[data-v-43b3797f]{width:750px;height:750px;line-height:750px;background:#f7f5fe}.advertising .advertising-item-1 img[data-v-43b3797f]{width:100%;height:auto}.advertising .advertising-item-2[data-v-43b3797f]{position:relative;width:750px;display:flex}.advertising .advertising-item-2 .advertising-item-image[data-v-43b3797f]{flex:1 1 auto;width:375px}.advertising .advertising-item-2 .advertising-item-image:first-child .advertising-item-tips[data-v-43b3797f]{border-right:0}.advertising .advertising-item-2 .advertising-item-image img[data-v-43b3797f]{width:100%;height:auto}.advertising .advertising-item-3[data-v-43b3797f]{position:relative;width:750px;display:flex}.advertising .advertising-item-3 .advertising-item-image[data-v-43b3797f]{flex:1 1 1;width:250px}.advertising .advertising-item-3 .advertising-item-image img[data-v-43b3797f]{width:100%;height:auto}.advertising .advertising-item-4[data-v-43b3797f]{position:relative;width:750px;height:375px}.advertising .advertising-item-4 .advertising-item-image[data-v-43b3797f]{position:absolute;width:100%;height:100%}.advertising .advertising-item-4 .advertising-item-image img[data-v-43b3797f]{width:100%;height:100%}.advertising .advertising-item-5[data-v-43b3797f]{position:relative;width:750px;display:flex}.advertising .advertising-item-5 .advertising-item-image[data-v-43b3797f]{flex:1 1 1 1;width:187.5px}.advertising .advertising-item-5 .advertising-item-image img[data-v-43b3797f]{width:100%;height:auto}.attribute[data-v-b84b3682]{position:relative}.attribute .image-slot .le-icon[data-v-b84b3682]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-b84b3682]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-b84b3682]{width:60px;height:60px}.attribute .select-cover__288[data-v-b84b3682]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-b84b3682]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-b84b3682]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-b84b3682]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-b84b3682]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-b84b3682]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-b84b3682]{display:block}.attribute .select-cover__120[data-v-b84b3682]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-b84b3682]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-b84b3682]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-b84b3682]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-b84b3682]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-b84b3682]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-b84b3682]{display:block}.attribute .select-cover__60[data-v-b84b3682]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-b84b3682]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-b84b3682]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-b84b3682]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-b84b3682]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-b84b3682]{display:block}.attribute .select-cover__80[data-v-b84b3682]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-b84b3682]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-b84b3682]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-b84b3682]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-b84b3682]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-b84b3682]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-b84b3682]{display:block}.attribute .select-photo__close[data-v-b84b3682]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-b84b3682]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-b84b3682]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-b84b3682]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-b84b3682]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-b84b3682]{height:72px;width:100%}.attribute .empty[data-v-b84b3682]{height:15px}.attribute .empty10[data-v-b84b3682]{height:10px}.attribute .empty20[data-v-b84b3682]{height:20px}.attribute .empty30[data-v-b84b3682]{height:30px}.attribute .empty40[data-v-b84b3682]{height:40px}.attribute .tips[data-v-b84b3682]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-b84b3682]{padding-left:4px}.attribute .button-adddata .el-button[data-v-b84b3682]{width:336px}.attribute .upload-cover[data-v-b84b3682]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-b84b3682]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-b84b3682]{display:block}.attribute .select-photo .el-input[data-v-b84b3682]{width:136px}.attribute .select-photo .el-button[data-v-b84b3682]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-b84b3682]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-b84b3682]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-b84b3682]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-b84b3682]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-b84b3682]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-b84b3682]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-b84b3682]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-b84b3682]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-b84b3682]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-b84b3682]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-b84b3682]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-b84b3682]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-b84b3682]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-b84b3682]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-b84b3682]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-b84b3682]{display:flex}.attribute .select-cover .select-cover__item[data-v-b84b3682]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-b84b3682]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-b84b3682]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-b84b3682]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-b84b3682]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-b84b3682]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-b84b3682]{display:block}.attribute .select-cover .select-cover__detail[data-v-b84b3682]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-b84b3682]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-b84b3682]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-b84b3682]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-b84b3682]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-b84b3682]{display:block}.attribute .select-frame .select-frame__item[data-v-b84b3682]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-b84b3682]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-b84b3682]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-b84b3682]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-b84b3682]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-b84b3682]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-b84b3682]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-b84b3682]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.search[data-v-70deed68]{width:100%;box-sizing:border-box;padding:10px 15px;background-color:#f3f0fd}.search .angle[data-v-70deed68]{border-radius:16px}.search .search-content[data-v-70deed68]{height:32px;line-height:32px;font-size:14px;box-sizing:border-box;color:#9c9c9c;background-color:#fff;padding-left:15px}.search .search-content span[data-v-70deed68]{padding-left:5px;font-size:12px}.search[data-v-bb13ef94]{width:100%;box-sizing:border-box;padding:10px 15px;background-color:#f3f0fd}.search .angle[data-v-bb13ef94]{border-radius:16px}.search .search-content[data-v-bb13ef94]{height:32px;line-height:32px;font-size:14px;box-sizing:border-box;color:#9c9c9c;background-color:#fff;padding-left:15px}.search .search-content span[data-v-bb13ef94]{padding-left:5px;font-size:12px}.attribute[data-v-58b7ec6e]{position:relative}.attribute .image-slot .le-icon[data-v-58b7ec6e]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-58b7ec6e]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-58b7ec6e]{width:60px;height:60px}.attribute .select-cover__288[data-v-58b7ec6e]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-58b7ec6e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-58b7ec6e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-58b7ec6e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-58b7ec6e]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-58b7ec6e]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-58b7ec6e]{display:block}.attribute .select-cover__120[data-v-58b7ec6e]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-58b7ec6e]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-58b7ec6e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-58b7ec6e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-58b7ec6e]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-58b7ec6e]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-58b7ec6e]{display:block}.attribute .select-cover__60[data-v-58b7ec6e]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-58b7ec6e]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-58b7ec6e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-58b7ec6e]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-58b7ec6e]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-58b7ec6e]{display:block}.attribute .select-cover__80[data-v-58b7ec6e]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-58b7ec6e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-58b7ec6e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-58b7ec6e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-58b7ec6e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-58b7ec6e]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-58b7ec6e]{display:block}.attribute .select-photo__close[data-v-58b7ec6e]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-58b7ec6e]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-58b7ec6e]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-58b7ec6e]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-58b7ec6e]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-58b7ec6e]{height:72px;width:100%}.attribute .empty[data-v-58b7ec6e]{height:15px}.attribute .empty10[data-v-58b7ec6e]{height:10px}.attribute .empty20[data-v-58b7ec6e]{height:20px}.attribute .empty30[data-v-58b7ec6e]{height:30px}.attribute .empty40[data-v-58b7ec6e]{height:40px}.attribute .tips[data-v-58b7ec6e]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-58b7ec6e]{padding-left:4px}.attribute .button-adddata .el-button[data-v-58b7ec6e]{width:336px}.attribute .upload-cover[data-v-58b7ec6e]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-58b7ec6e]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-58b7ec6e]{display:block}.attribute .select-photo .el-input[data-v-58b7ec6e]{width:136px}.attribute .select-photo .el-button[data-v-58b7ec6e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-58b7ec6e]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-58b7ec6e]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-58b7ec6e]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-58b7ec6e]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-58b7ec6e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-58b7ec6e]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-58b7ec6e]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-58b7ec6e]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-58b7ec6e]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-58b7ec6e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-58b7ec6e]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-58b7ec6e]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-58b7ec6e]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-58b7ec6e]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-58b7ec6e]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-58b7ec6e]{display:flex}.attribute .select-cover .select-cover__item[data-v-58b7ec6e]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-58b7ec6e]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-58b7ec6e]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-58b7ec6e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-58b7ec6e]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-58b7ec6e]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-58b7ec6e]{display:block}.attribute .select-cover .select-cover__detail[data-v-58b7ec6e]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-58b7ec6e]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-58b7ec6e]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-58b7ec6e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-58b7ec6e]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-58b7ec6e]{display:block}.attribute .select-frame .select-frame__item[data-v-58b7ec6e]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-58b7ec6e]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-58b7ec6e]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-58b7ec6e]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-58b7ec6e]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-58b7ec6e]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-58b7ec6e]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-58b7ec6e]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.title[data-v-588337aa]{background:#fff}.title .title-style1[data-v-588337aa],.title .title-style2[data-v-588337aa],.title .title-style3[data-v-588337aa]{width:100%;padding:0 16px;box-sizing:border-box;position:relative}.title .title-style3 .title-content[data-v-588337aa]{font-size:16px;font-weight:500;color:#333}.title .title-style3 .title-more[data-v-588337aa]{position:absolute;font-size:14px;font-weight:400;color:#333;right:16px;top:0;height:100%;line-height:100%;display:flex;align-items:center;justify-content:center}.title .title-style3 .title-subtitle[data-v-588337aa]{margin-top:4px;font-size:12px;height:20px;font-weight:400;color:#333}.title .title-style1[data-v-588337aa]{text-align:center}.title .title-style1 .title-content[data-v-588337aa]:before{display:inline-block;content:"";width:15%;height:5px;border-top:1px solid #898989;margin-right:10px}.title .title-style1 .title-content[data-v-588337aa]:after{display:inline-block;content:"";width:15%;height:5px;border-top:1px solid #898989;margin-left:10px}.title .title-style2[data-v-588337aa]{width:85%;box-sizing:border-box;text-align:center;line-height:20px;position:relative;margin:0 auto}.title .title-style2 .title-content[data-v-588337aa]{font-weight:400}.title .title-style2 .title-decorate[data-v-588337aa]:before{position:absolute;content:"";width:45%;border-bottom:1px solid #898989;right:0;top:30px}.title .title-style2 .title-decorate[data-v-588337aa]:after{position:absolute;content:"";width:45%;border-bottom:1px solid #898989;left:0;top:30px}.title[data-v-960a30b0]{background:#fff}.title .title-style1[data-v-960a30b0],.title .title-style2[data-v-960a30b0],.title .title-style3[data-v-960a30b0]{width:100%;padding:0 16px;box-sizing:border-box;position:relative}.title .title-style3 .title-content[data-v-960a30b0]{font-size:16px;font-weight:500;color:#333}.title .title-style3 .title-more[data-v-960a30b0]{position:absolute;font-size:14px;font-weight:400;color:#333;right:16px;top:0;height:100%;line-height:100%;display:flex;align-items:center;justify-content:center}.title .title-style3 .title-subtitle[data-v-960a30b0]{margin-top:4px;font-size:12px;height:20px;font-weight:400;color:#333}.title .title-style1[data-v-960a30b0]{text-align:center}.title .title-style1 .title-content[data-v-960a30b0]:before{display:inline-block;content:"";width:15%;height:5px;border-top:1px solid #898989;margin-right:10px}.title .title-style1 .title-content[data-v-960a30b0]:after{display:inline-block;content:"";width:15%;height:5px;border-top:1px solid #898989;margin-left:10px}.title .title-style2[data-v-960a30b0]{width:85%;box-sizing:border-box;text-align:center;line-height:20px;position:relative;margin:0 auto}.title .title-style2 .title-content[data-v-960a30b0]{font-weight:400}.title .title-style2 .title-decorate[data-v-960a30b0]:before{position:absolute;content:"";width:45%;border-bottom:1px solid #898989;right:0;top:30px}.title .title-style2 .title-decorate[data-v-960a30b0]:after{position:absolute;content:"";width:45%;border-bottom:1px solid #898989;left:0;top:30px}.attribute[data-v-066bfb72]{position:relative}.attribute .image-slot .le-icon[data-v-066bfb72]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-066bfb72]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-066bfb72]{width:60px;height:60px}.attribute .select-cover__288[data-v-066bfb72]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-066bfb72]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-066bfb72]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-066bfb72]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-066bfb72]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-066bfb72]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-066bfb72]{display:block}.attribute .select-cover__120[data-v-066bfb72]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-066bfb72]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-066bfb72]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-066bfb72]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-066bfb72]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-066bfb72]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-066bfb72]{display:block}.attribute .select-cover__60[data-v-066bfb72]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-066bfb72]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-066bfb72]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-066bfb72]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-066bfb72]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-066bfb72]{display:block}.attribute .select-cover__80[data-v-066bfb72]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-066bfb72]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-066bfb72]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-066bfb72]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-066bfb72]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-066bfb72]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-066bfb72]{display:block}.attribute .select-photo__close[data-v-066bfb72]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-066bfb72]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-066bfb72]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-066bfb72]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-066bfb72]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-066bfb72]{height:72px;width:100%}.attribute .empty[data-v-066bfb72]{height:15px}.attribute .empty10[data-v-066bfb72]{height:10px}.attribute .empty20[data-v-066bfb72]{height:20px}.attribute .empty30[data-v-066bfb72]{height:30px}.attribute .empty40[data-v-066bfb72]{height:40px}.attribute .tips[data-v-066bfb72]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-066bfb72]{padding-left:4px}.attribute .button-adddata .el-button[data-v-066bfb72]{width:336px}.attribute .upload-cover[data-v-066bfb72]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-066bfb72]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-066bfb72]{display:block}.attribute .select-photo .el-input[data-v-066bfb72]{width:136px}.attribute .select-photo .el-button[data-v-066bfb72]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-066bfb72]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-066bfb72]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-066bfb72]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-066bfb72]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-066bfb72]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-066bfb72]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-066bfb72]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-066bfb72]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-066bfb72]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-066bfb72]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-066bfb72]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-066bfb72]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-066bfb72]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-066bfb72]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-066bfb72]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-066bfb72]{display:flex}.attribute .select-cover .select-cover__item[data-v-066bfb72]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-066bfb72]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-066bfb72]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-066bfb72]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-066bfb72]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-066bfb72]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-066bfb72]{display:block}.attribute .select-cover .select-cover__detail[data-v-066bfb72]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-066bfb72]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-066bfb72]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-066bfb72]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-066bfb72]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-066bfb72]{display:block}.attribute .select-frame .select-frame__item[data-v-066bfb72]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-066bfb72]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-066bfb72]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-066bfb72]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-066bfb72]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-066bfb72]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-066bfb72]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-066bfb72]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.video[data-v-53e6a7f5]{width:375px;height:215px;position:relative}.video .video-icon[data-v-53e6a7f5]{position:absolute;left:50%;top:50%;margin-left:-35px;margin-top:-45px;height:70px;width:70px;line-height:70px;z-index:2;opacity:.5}.video .video-icon i[data-v-53e6a7f5]{font-size:70px}.video .video-cover[data-v-53e6a7f5]{width:100%;height:215px;overflow:hidden;background-origin:content;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.video[data-v-087ddb22]{width:375px;height:215px;position:relative}.video .video-icon[data-v-087ddb22]{position:absolute;left:50%;top:50%;margin-left:-35px;margin-top:-45px;height:70px;width:70px;line-height:70px;z-index:2;opacity:.5}.video .video-icon i[data-v-087ddb22]{font-size:70px}.video .video-cover[data-v-087ddb22]{width:100%;height:215px;overflow:hidden;background-origin:content;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.attribute[data-v-b7860d10]{position:relative}.attribute .image-slot .le-icon[data-v-b7860d10]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-b7860d10]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-b7860d10]{width:60px;height:60px}.attribute .select-cover__288[data-v-b7860d10]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-b7860d10]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-b7860d10]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-b7860d10]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-b7860d10]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-b7860d10]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-b7860d10]{display:block}.attribute .select-cover__120[data-v-b7860d10]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-b7860d10]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-b7860d10]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-b7860d10]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-b7860d10]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-b7860d10]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-b7860d10]{display:block}.attribute .select-cover__60[data-v-b7860d10]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-b7860d10]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-b7860d10]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-b7860d10]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-b7860d10]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-b7860d10]{display:block}.attribute .select-cover__80[data-v-b7860d10]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-b7860d10]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-b7860d10]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-b7860d10]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-b7860d10]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-b7860d10]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-b7860d10]{display:block}.attribute .select-photo__close[data-v-b7860d10]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-b7860d10]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-b7860d10]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-b7860d10]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-b7860d10]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-b7860d10]{height:72px;width:100%}.attribute .empty[data-v-b7860d10]{height:15px}.attribute .empty10[data-v-b7860d10]{height:10px}.attribute .empty20[data-v-b7860d10]{height:20px}.attribute .empty30[data-v-b7860d10]{height:30px}.attribute .empty40[data-v-b7860d10]{height:40px}.attribute .tips[data-v-b7860d10]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-b7860d10]{padding-left:4px}.attribute .button-adddata .el-button[data-v-b7860d10]{width:336px}.attribute .upload-cover[data-v-b7860d10]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-b7860d10]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-b7860d10]{display:block}.attribute .select-photo .el-input[data-v-b7860d10]{width:136px}.attribute .select-photo .el-button[data-v-b7860d10]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-b7860d10]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-b7860d10]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-b7860d10]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-b7860d10]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-b7860d10]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-b7860d10]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-b7860d10]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-b7860d10]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-b7860d10]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-b7860d10]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-b7860d10]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-b7860d10]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-b7860d10]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-b7860d10]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-b7860d10]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-b7860d10]{display:flex}.attribute .select-cover .select-cover__item[data-v-b7860d10]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-b7860d10]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-b7860d10]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-b7860d10]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-b7860d10]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-b7860d10]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-b7860d10]{display:block}.attribute .select-cover .select-cover__detail[data-v-b7860d10]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-b7860d10]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-b7860d10]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-b7860d10]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-b7860d10]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-b7860d10]{display:block}.attribute .select-frame .select-frame__item[data-v-b7860d10]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-b7860d10]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-b7860d10]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-b7860d10]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-b7860d10]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-b7860d10]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-b7860d10]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-b7860d10]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.wechat[data-v-45966961]{height:85px;width:100%}.wechat .wechat-tips[data-v-45966961]{color:#c5c5c5;font-size:12px;padding-left:10px}.wechat .wechat-body[data-v-45966961]{width:100%;height:55px;position:relative}.wechat .wechat-body .wechat-img[data-v-45966961]{position:absolute;width:45px;height:45px;background-color:red;left:10px;top:10px}.wechat .wechat-body .wechat-title[data-v-45966961]{position:absolute;width:100%;height:45px;left:75px;top:12px}.wechat .wechat-body .wechat-title .wechat-h3[data-v-45966961]{font-size:14px;color:#000}.wechat .wechat-body .wechat-title .wechat-p[data-v-45966961]{font-size:12px;color:#ababab;line-height:30px}.wechat .wechat-body .wechat-btn[data-v-45966961]{position:absolute;padding:0 15px;height:25px;border-radius:4px;color:#54c856;border:1px solid #54c856;right:20px;bottom:5px;text-align:center;line-height:25px;font-size:12px;font-weight:400}.wechat[data-v-39e6536d]{height:85px;width:100%}.wechat .wechat-tips[data-v-39e6536d]{color:#c5c5c5;font-size:12px;padding-left:10px}.wechat .wechat-body[data-v-39e6536d]{width:100%;height:55px;position:relative}.wechat .wechat-body .wechat-img[data-v-39e6536d]{position:absolute;width:45px;height:45px;background-color:red;left:10px;top:10px}.wechat .wechat-body .wechat-title[data-v-39e6536d]{position:absolute;width:100%;height:45px;left:75px;top:12px}.wechat .wechat-body .wechat-title .wechat-h3[data-v-39e6536d]{font-size:14px;color:#000}.wechat .wechat-body .wechat-title .wechat-p[data-v-39e6536d]{font-size:12px;color:#ababab;line-height:30px}.wechat .wechat-body .wechat-btn[data-v-39e6536d]{position:absolute;padding:0 15px;height:25px;border-radius:4px;color:#54c856;border:1px solid #54c856;right:20px;bottom:5px;text-align:center;line-height:25px;font-size:12px;font-weight:400}.dragrank[data-v-86c7450a]{position:relative;width:336px}.dragrank .dragrank-item[data-v-86c7450a]{position:relative;width:100%;cursor:move}.dragrank .dragrank-item .dragrank-item-move[data-v-86c7450a]{position:absolute;font-size:20px;height:20px;widows:20px;line-height:18px;left:10px;top:10px;color:#dcdfe6;cursor:move}.dragrank .dragrank-item .dragrank-item-radio[data-v-86c7450a]{position:absolute;left:-9999px}.dragrank .dragrank-item .dragrank-item-title[data-v-86c7450a]{width:100%;height:40px;background:#fff;border:1px solid #dcdfe6;box-sizing:border-box;border-radius:4px;position:relative;margin:8px auto;font-size:14px}.dragrank .dragrank-item .dragrank-item-title span[data-v-86c7450a]{padding-left:16px;line-height:36px;color:#333;opacity:.85}.dragrank .dragrank-item .dragrank-item-title .dragrank-item-del[data-v-86c7450a]{position:absolute;font-size:18px;line-height:36px;height:36px;right:18px;top:0;color:#dcdfe6;cursor:pointer}.dragrank .dragrank-item .dragrank-item-radio:checked+.dragrank-item-title[data-v-86c7450a]{background:#fff;border:2px solid #623ceb;border-radius:4px}.attribute[data-v-9eb26e82]{position:relative}.attribute .image-slot .le-icon[data-v-9eb26e82]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-9eb26e82]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-9eb26e82]{width:60px;height:60px}.attribute .select-cover__288[data-v-9eb26e82]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-9eb26e82]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-9eb26e82]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-9eb26e82]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-9eb26e82]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-9eb26e82]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-9eb26e82]{display:block}.attribute .select-cover__120[data-v-9eb26e82]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-9eb26e82]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-9eb26e82]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-9eb26e82]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-9eb26e82]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-9eb26e82]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-9eb26e82]{display:block}.attribute .select-cover__60[data-v-9eb26e82]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-9eb26e82]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-9eb26e82]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-9eb26e82]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-9eb26e82]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-9eb26e82]{display:block}.attribute .select-cover__80[data-v-9eb26e82]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-9eb26e82]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-9eb26e82]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-9eb26e82]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-9eb26e82]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-9eb26e82]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-9eb26e82]{display:block}.attribute .select-photo__close[data-v-9eb26e82]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-9eb26e82]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-9eb26e82]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-9eb26e82]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-9eb26e82]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-9eb26e82]{height:72px;width:100%}.attribute .empty[data-v-9eb26e82]{height:15px}.attribute .empty10[data-v-9eb26e82]{height:10px}.attribute .empty20[data-v-9eb26e82]{height:20px}.attribute .empty30[data-v-9eb26e82]{height:30px}.attribute .empty40[data-v-9eb26e82]{height:40px}.attribute .tips[data-v-9eb26e82]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-9eb26e82]{padding-left:4px}.attribute .button-adddata .el-button[data-v-9eb26e82]{width:336px}.attribute .upload-cover[data-v-9eb26e82]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-9eb26e82]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-9eb26e82]{display:block}.attribute .select-photo .el-input[data-v-9eb26e82]{width:136px}.attribute .select-photo .el-button[data-v-9eb26e82]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-9eb26e82]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-9eb26e82]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-9eb26e82]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-9eb26e82]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-9eb26e82]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-9eb26e82]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-9eb26e82]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-9eb26e82]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-9eb26e82]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-9eb26e82]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-9eb26e82]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-9eb26e82]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-9eb26e82]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-9eb26e82]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-9eb26e82]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-9eb26e82]{display:flex}.attribute .select-cover .select-cover__item[data-v-9eb26e82]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-9eb26e82]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-9eb26e82]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-9eb26e82]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-9eb26e82]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-9eb26e82]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-9eb26e82]{display:block}.attribute .select-cover .select-cover__detail[data-v-9eb26e82]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-9eb26e82]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-9eb26e82]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-9eb26e82]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-9eb26e82]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-9eb26e82]{display:block}.attribute .select-frame .select-frame__item[data-v-9eb26e82]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-9eb26e82]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-9eb26e82]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-9eb26e82]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-9eb26e82]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-9eb26e82]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-9eb26e82]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-9eb26e82]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.tabs .tabs-header[data-v-773a97e4]{position:relative;white-space:nowrap;overflow:hidden;padding-right:20px;background-color:rgba(243,245,247,0)}.tabs .tabs-header .tabs-header-icon[data-v-773a97e4]{position:absolute;height:40px;line-height:40px;right:0;width:20px;padding-left:8px;z-index:2;background-color:rgba(243,245,247,0)}.tabs .tabs-header .tabs-header-icon .tabs-header-checkbox[data-v-773a97e4]{position:absolute;left:-99999px}.tabs .tabs-header .tabs-header-icon .le-icon[data-v-773a97e4]{font-size:16px}.tabs .tabs-header .tabs-header-item[data-v-773a97e4]{position:relative;display:inline-block;height:40px}.tabs .tabs-header .tabs-header-item .tabs-header-radio[data-v-773a97e4]{position:absolute;left:-9999px}.tabs .tabs-header .tabs-header-item .active.tabs-header-title[data-v-773a97e4],.tabs .tabs-header .tabs-header-item .tabs-header-radio:checked+.tabs-header-title[data-v-773a97e4]{color:#e60b30;border-bottom:3px solid #e60b30}.tabs .tabs-header .tabs-header-item .tabs-header-title[data-v-773a97e4]{padding:13px 0;margin:0 10px;height:40px;font-size:12px;font-weight:500;color:#666;box-sizing:border-box;border-bottom:3px solid rgba(230,11,48,0)}.tabs .active[data-v-773a97e4]{white-space:nowrap;overflow:hidden}.tabs .active .tabs-header-active[data-v-773a97e4]{height:40px;line-height:40px;font-size:14px;width:100%;font-weight:500;color:#666;background-color:#fff;padding-left:20px;box-sizing:border-box;overflow:hidden}.tabs .active .tabs-header-item .tabs-header-radio:checked+.tabs-header-title[data-v-773a97e4]{border-bottom:3px solid rgba(230,11,48,0)}.tabs .tabs-header[data-v-809ec630]{position:relative;white-space:nowrap;overflow:hidden;padding-right:20px;background-color:rgba(243,245,247,0)}.tabs .tabs-header .tabs-header-icon[data-v-809ec630]{position:absolute;height:40px;line-height:40px;right:0;width:20px;padding-left:8px;z-index:2;background-color:rgba(243,245,247,0)}.tabs .tabs-header .tabs-header-icon .tabs-header-checkbox[data-v-809ec630]{position:absolute;left:-99999px}.tabs .tabs-header .tabs-header-icon .le-icon[data-v-809ec630]{font-size:16px}.tabs .tabs-header .tabs-header-item[data-v-809ec630]{position:relative;display:inline-block;height:40px}.tabs .tabs-header .tabs-header-item .tabs-header-radio[data-v-809ec630]{position:absolute;left:-9999px}.tabs .tabs-header .tabs-header-item .active.tabs-header-title[data-v-809ec630],.tabs .tabs-header .tabs-header-item .tabs-header-radio:checked+.tabs-header-title[data-v-809ec630]{color:#e60b30;border-bottom:3px solid #e60b30}.tabs .tabs-header .tabs-header-item .tabs-header-title[data-v-809ec630]{padding:13px 0;margin:0 10px;height:40px;font-size:12px;font-weight:500;color:#666;box-sizing:border-box;border-bottom:3px solid rgba(230,11,48,0)}.tabs .active[data-v-809ec630]{white-space:nowrap;overflow:hidden}.tabs .active .tabs-header-active[data-v-809ec630]{height:40px;line-height:40px;font-size:14px;width:100%;font-weight:500;color:#666;background-color:#fff;padding-left:20px;box-sizing:border-box;overflow:hidden}.tabs .active .tabs-header-item .tabs-header-radio:checked+.tabs-header-title[data-v-809ec630]{border-bottom:3px solid rgba(230,11,48,0)}.attribute[data-v-33084e2a]{position:relative}.attribute .image-slot .le-icon[data-v-33084e2a]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-33084e2a]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-33084e2a]{width:60px;height:60px}.attribute .select-cover__288[data-v-33084e2a]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-33084e2a]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-33084e2a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-33084e2a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-33084e2a]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-33084e2a]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-33084e2a]{display:block}.attribute .select-cover__120[data-v-33084e2a]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-33084e2a]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-33084e2a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-33084e2a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-33084e2a]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-33084e2a]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-33084e2a]{display:block}.attribute .select-cover__60[data-v-33084e2a]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-33084e2a]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-33084e2a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-33084e2a]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-33084e2a]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-33084e2a]{display:block}.attribute .select-cover__80[data-v-33084e2a]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-33084e2a]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-33084e2a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-33084e2a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-33084e2a]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-33084e2a]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-33084e2a]{display:block}.attribute .select-photo__close[data-v-33084e2a]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-33084e2a]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-33084e2a]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-33084e2a]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-33084e2a]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-33084e2a]{height:72px;width:100%}.attribute .empty[data-v-33084e2a]{height:15px}.attribute .empty10[data-v-33084e2a]{height:10px}.attribute .empty20[data-v-33084e2a]{height:20px}.attribute .empty30[data-v-33084e2a]{height:30px}.attribute .empty40[data-v-33084e2a]{height:40px}.attribute .tips[data-v-33084e2a]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-33084e2a]{padding-left:4px}.attribute .button-adddata .el-button[data-v-33084e2a]{width:336px}.attribute .upload-cover[data-v-33084e2a]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-33084e2a]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-33084e2a]{display:block}.attribute .select-photo .el-input[data-v-33084e2a]{width:136px}.attribute .select-photo .el-button[data-v-33084e2a]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-33084e2a]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-33084e2a]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-33084e2a]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-33084e2a]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-33084e2a]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-33084e2a]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-33084e2a]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-33084e2a]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-33084e2a]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-33084e2a]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-33084e2a]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-33084e2a]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-33084e2a]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-33084e2a]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-33084e2a]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-33084e2a]{display:flex}.attribute .select-cover .select-cover__item[data-v-33084e2a]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-33084e2a]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-33084e2a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-33084e2a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-33084e2a]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-33084e2a]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-33084e2a]{display:block}.attribute .select-cover .select-cover__detail[data-v-33084e2a]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-33084e2a]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-33084e2a]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-33084e2a]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-33084e2a]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-33084e2a]{display:block}.attribute .select-frame .select-frame__item[data-v-33084e2a]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-33084e2a]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-33084e2a]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-33084e2a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-33084e2a]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-33084e2a]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-33084e2a]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-33084e2a]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.resetBtn[data-v-33084e2a]{padding-left:7px;font-size:12px;font-weight:400;color:#623ceb;cursor:pointer}.notice[data-v-90d61704]{width:100%;height:40px}.notice-icon[data-v-90d61704]{float:left;width:20px;height:20px;margin:10px 12px}.notice-icon img[data-v-90d61704]{width:100%;height:100%}.notice-title[data-v-90d61704]{line-height:40px;overflow:hidden;height:40px;width:calc(100% - 44px)}.notice[data-v-190eb551]{width:100%;height:40px}.notice-icon[data-v-190eb551]{float:left;width:20px;height:20px;margin:10px 12px}.notice-icon img[data-v-190eb551]{width:100%;height:100%}.notice-title[data-v-190eb551]{line-height:40px;overflow:hidden;height:40px;width:calc(100% - 44px)}.coupon-select .coupon-select__search[data-v-5c1a046d]{margin-bottom:16px}.coupon-select .coupon-select__search .le-coupon-page_search[data-v-5c1a046d]{width:367px}.coupon-select[data-v-5c1a046d] .le-table-row{height:64px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.coupon-select .coupon-select__page[data-v-5c1a046d]{padding-top:24px}.coupon-select .le-table-status[data-v-5c1a046d]{width:68px;height:28px;line-height:26px;text-align:center;background:#fff;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.coupon-select .le-status-success[data-v-5c1a046d]{color:#53c41a;border:1px solid #53c41a}.coupon-select .le-status-gray[data-v-5c1a046d]{color:rgba(0,0,0,.65);border:1px solid #bebebe}.coupon-select .le-status-caveat[data-v-5c1a046d]{border:1px solid #fbad15;color:#fbad15}.attribute[data-v-44d504e4]{position:relative}.attribute .image-slot .le-icon[data-v-44d504e4]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-44d504e4]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-44d504e4]{width:60px;height:60px}.attribute .select-cover__288[data-v-44d504e4]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-44d504e4]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-44d504e4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-44d504e4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-44d504e4]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-44d504e4]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-44d504e4]{display:block}.attribute .select-cover__120[data-v-44d504e4]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-44d504e4]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-44d504e4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-44d504e4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-44d504e4]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-44d504e4]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-44d504e4]{display:block}.attribute .select-cover__60[data-v-44d504e4]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-44d504e4]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-44d504e4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-44d504e4]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-44d504e4]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-44d504e4]{display:block}.attribute .select-cover__80[data-v-44d504e4]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-44d504e4]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-44d504e4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-44d504e4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-44d504e4]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-44d504e4]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-44d504e4]{display:block}.attribute .select-photo__close[data-v-44d504e4]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-44d504e4]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-44d504e4]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-44d504e4]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-44d504e4]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-44d504e4]{height:72px;width:100%}.attribute .empty[data-v-44d504e4]{height:15px}.attribute .empty10[data-v-44d504e4]{height:10px}.attribute .empty20[data-v-44d504e4]{height:20px}.attribute .empty30[data-v-44d504e4]{height:30px}.attribute .empty40[data-v-44d504e4]{height:40px}.attribute .tips[data-v-44d504e4]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-44d504e4]{padding-left:4px}.attribute .button-adddata .el-button[data-v-44d504e4]{width:336px}.attribute .upload-cover[data-v-44d504e4]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-44d504e4]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-44d504e4]{display:block}.attribute .select-photo .el-input[data-v-44d504e4]{width:136px}.attribute .select-photo .el-button[data-v-44d504e4]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-44d504e4]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-44d504e4]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-44d504e4]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-44d504e4]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-44d504e4]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-44d504e4]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-44d504e4]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-44d504e4]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-44d504e4]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-44d504e4]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-44d504e4]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-44d504e4]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-44d504e4]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-44d504e4]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-44d504e4]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-44d504e4]{display:flex}.attribute .select-cover .select-cover__item[data-v-44d504e4]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-44d504e4]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-44d504e4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-44d504e4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-44d504e4]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-44d504e4]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-44d504e4]{display:block}.attribute .select-cover .select-cover__detail[data-v-44d504e4]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-44d504e4]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-44d504e4]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-44d504e4]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-44d504e4]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-44d504e4]{display:block}.attribute .select-frame .select-frame__item[data-v-44d504e4]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-44d504e4]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-44d504e4]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-44d504e4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-44d504e4]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-44d504e4]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-44d504e4]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-44d504e4]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.le-switch[data-v-44d504e4]{margin-left:62px}.le-icon-zhushi[data-v-44d504e4]{color:#bbbfc8}.le-radio-group[data-v-44d504e4]{margin-bottom:17px}.le-coupon-num[data-v-44d504e4]{width:336px;height:92px;background:#f3f5f7;border-radius:4px;padding:0 16px}.coupon[data-v-41695ef6]{overflow:hidden}.le-coupon-box[data-v-41695ef6]{width:375px;padding:10px 10px 5px 10px;background:#fff}.le-coupon-box .le-coupon-item[data-v-41695ef6]{height:80px;border-radius:8px;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content[data-v-41695ef6]{height:100%}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-left[data-v-41695ef6]{border-top-left-radius:8px;border-bottom-left-radius:8px;margin:5px 0 5px 5px;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center[data-v-41695ef6]{width:14px;position:relative;overflow:hidden;height:100%}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc[data-v-41695ef6]{position:absolute;border-radius:50%;left:50%;width:8px;height:8px;background:#fff}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc-a[data-v-41695ef6]{transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc-b[data-v-41695ef6]{bottom:0;transform:translate(-50%,50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center[data-v-41695ef6]{width:14px;height:calc(100% - 10px);margin:5px 0;position:relative;overflow:hidden}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .sawtooth[data-v-41695ef6]{display:block;width:8px;height:55px;background-image:radial-gradient(circle,#fff 30%,transparent 35%);background-size:8px 11px;background-repeat:repeat-y;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc[data-v-41695ef6]{width:16px;height:16px;border:1px solid transparent;border-radius:50%;position:absolute;left:50%;transform:translateX(-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc-a[data-v-41695ef6]{top:-11px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc-b[data-v-41695ef6]{bottom:-11px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-coupon-item-center-line[data-v-41695ef6]{position:absolute;width:1px;height:50px;top:50%;left:50%;background-size:1px 10px;background-repeat:repeat-y;background-position:50%;transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-right[data-v-41695ef6]{margin:5px 5px 5px 0;border-top-right-radius:8px;border-bottom-right-radius:8px;padding:3.5px 0;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-price[data-v-41695ef6]{font-family:DIN;font-weight:700;text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-price[data-v-41695ef6]:before{content:"¥";font-size:12px;font-family:PingFang SC;font-weight:500}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-min[data-v-41695ef6]{font-family:PingFang SC;font-weight:500;text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-iem-appoint[data-v-41695ef6]{font-size:11px;font-family:PingFang SC;font-weight:500;line-height:14px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-btn[data-v-41695ef6]{text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-text[data-v-41695ef6]{padding:11px 0 11px 13px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-name[data-v-41695ef6]{font-size:15px;font-family:PingFang SC;font-weight:500;line-height:20px}.le-coupon-box .le-item-marginRight-odd[data-v-41695ef6]:nth-child(odd),.le-coupon-box .le-item-marginRight[data-v-41695ef6]{margin-right:6px}.le-coupon-box .le-item-Jagged[data-v-41695ef6]{position:absolute;width:8px;height:70px;background-image:radial-gradient(circle,#fff 40%,transparent 45%);background-size:8px 18px;background-repeat:repeat-y;top:50%}.le-coupon-box .le-item-Jagged[data-v-41695ef6]:first-child{left:0;transform:translate(-50%,-50%)}.le-coupon-box .le-item-Jagged[data-v-41695ef6]:last-child{right:0;transform:translate(50%,-50%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-41695ef6]:after,.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-41695ef6]:before{content:"";display:block;position:absolute;width:15px;height:15px;background-image:radial-gradient(circle,#fff 70%,transparent 71%);background-size:15px 15px;background-repeat:no-repeat}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-41695ef6]:before{left:0;top:0;transform:translate(-80%,-80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-41695ef6]:after{left:0;bottom:0;transform:translate(-80%,80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-41695ef6]:after,.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-41695ef6]:before{content:"";display:block;position:absolute;width:15px;height:15px;background-image:radial-gradient(circle,#fff 70%,transparent 71%);background-size:15px 15px;background-repeat:no-repeat}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-41695ef6]:before{right:0;top:0;transform:translate(80%,-80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-41695ef6]:after{right:0;bottom:0;transform:translate(80%,80%)}.coupon[data-v-68eb1431]{overflow:hidden}.le-coupon-box[data-v-68eb1431]{width:375px;padding:10px 10px 5px 10px;background:#fff}.le-coupon-box .le-coupon-item[data-v-68eb1431]{height:80px;border-radius:8px;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content[data-v-68eb1431]{height:100%}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-left[data-v-68eb1431]{border-top-left-radius:8px;border-bottom-left-radius:8px;margin:5px 0 5px 5px;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center[data-v-68eb1431]{width:14px;position:relative;overflow:hidden;height:100%}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc[data-v-68eb1431]{position:absolute;border-radius:50%;left:50%;width:8px;height:8px;background:#fff}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc-a[data-v-68eb1431]{transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-doc-b[data-v-68eb1431]{bottom:0;transform:translate(-50%,50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center[data-v-68eb1431]{width:14px;height:calc(100% - 10px);margin:5px 0;position:relative;overflow:hidden}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .sawtooth[data-v-68eb1431]{display:block;width:8px;height:55px;background-image:radial-gradient(circle,#fff 30%,transparent 35%);background-size:8px 11px;background-repeat:repeat-y;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc[data-v-68eb1431]{width:16px;height:16px;border:1px solid transparent;border-radius:50%;position:absolute;left:50%;transform:translateX(-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc-a[data-v-68eb1431]{top:-11px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-item-center .le-item-center-doc-b[data-v-68eb1431]{bottom:-11px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-center .le-coupon-item-center-line[data-v-68eb1431]{position:absolute;width:1px;height:50px;top:50%;left:50%;background-size:1px 10px;background-repeat:repeat-y;background-position:50%;transform:translate(-50%,-50%)}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-right[data-v-68eb1431]{margin:5px 5px 5px 0;border-top-right-radius:8px;border-bottom-right-radius:8px;padding:3.5px 0;position:relative}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-price[data-v-68eb1431]{font-family:DIN;font-weight:700;text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-price[data-v-68eb1431]:before{content:"¥";font-size:12px;font-family:PingFang SC;font-weight:500}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-min[data-v-68eb1431]{font-family:PingFang SC;font-weight:500;text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-iem-appoint[data-v-68eb1431]{font-size:11px;font-family:PingFang SC;font-weight:500;line-height:14px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-btn[data-v-68eb1431]{text-align:center}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-text[data-v-68eb1431]{padding:11px 0 11px 13px}.le-coupon-box .le-coupon-item .le-coupon-item-content .le-coupon-item-name[data-v-68eb1431]{font-size:15px;font-family:PingFang SC;font-weight:500;line-height:20px}.le-coupon-box .le-item-marginRight-odd[data-v-68eb1431]:nth-child(odd),.le-coupon-box .le-item-marginRight[data-v-68eb1431]{margin-right:6px}.le-coupon-box .le-item-Jagged[data-v-68eb1431]{position:absolute;width:8px;height:70px;background-image:radial-gradient(circle,#fff 40%,transparent 45%);background-size:8px 18px;background-repeat:repeat-y;top:50%}.le-coupon-box .le-item-Jagged[data-v-68eb1431]:first-child{left:0;transform:translate(-50%,-50%)}.le-coupon-box .le-item-Jagged[data-v-68eb1431]:last-child{right:0;transform:translate(50%,-50%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-68eb1431]:after,.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-68eb1431]:before{content:"";display:block;position:absolute;width:15px;height:15px;background-image:radial-gradient(circle,#fff 70%,transparent 71%);background-size:15px 15px;background-repeat:no-repeat}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-68eb1431]:before{left:0;top:0;transform:translate(-80%,-80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-left[data-v-68eb1431]:after{left:0;bottom:0;transform:translate(-80%,80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-68eb1431]:after,.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-68eb1431]:before{content:"";display:block;position:absolute;width:15px;height:15px;background-image:radial-gradient(circle,#fff 70%,transparent 71%);background-size:15px 15px;background-repeat:no-repeat}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-68eb1431]:before{right:0;top:0;transform:translate(80%,-80%)}.le-coupon-box .le-coupon-item.fillet .le-coupon-item-right[data-v-68eb1431]:after{right:0;bottom:0;transform:translate(80%,80%)}.goods-selet[data-v-2177c07b]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-2177c07b],.goods-selet .goods-dialog[data-v-2177c07b]{display:inline-block}.goods-selet .goods-selet-tips[data-v-2177c07b]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-2177c07b]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-button[data-v-2177c07b]{width:104px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb}.goods-selet .goods-selet-item[data-v-2177c07b]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-2177c07b]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-2177c07b]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-2177c07b]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-2177c07b]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-2177c07b]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-2177c07b]{width:50%}.goods-selet__table[data-v-2177c07b] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-2177c07b]{text-align:right;margin-top:24px}.goods-selet__table[data-v-2177c07b] .el-table{margin-top:16px}.goods-selet__table[data-v-2177c07b] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-2177c07b] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-2177c07b] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-2177c07b]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-2177c07b]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-2177c07b]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-2177c07b]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods-selet[data-v-b39d57b0]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-b39d57b0],.goods-selet .goods-dialog[data-v-b39d57b0]{display:inline-block}.goods-selet .goods-selet-tips[data-v-b39d57b0]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-b39d57b0]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-button[data-v-b39d57b0]{width:104px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb}.goods-selet .goods-selet-item[data-v-b39d57b0]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-b39d57b0]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-b39d57b0]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-b39d57b0]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-b39d57b0]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-b39d57b0]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-b39d57b0]{width:50%}.goods-selet__table[data-v-b39d57b0] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-b39d57b0]{text-align:right;margin-top:24px}.goods-selet__table[data-v-b39d57b0] .el-table{margin-top:16px}.goods-selet__table[data-v-b39d57b0] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-b39d57b0] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-b39d57b0] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-b39d57b0]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-b39d57b0]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-b39d57b0]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-b39d57b0]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goods-selet[data-v-3f51c2b6]{display:inline-block;width:100%;background:#f3f5f7;border-radius:4px;padding:16px;box-sizing:border-box;padding-right:0;margin-bottom:8px}.goods-selet .goods-dialog-title[data-v-3f51c2b6],.goods-selet .goods-dialog[data-v-3f51c2b6]{display:inline-block}.goods-selet .goods-selet-tips[data-v-3f51c2b6]{padding-left:8px;font-size:12px;font-weight:400;color:rgba(0,0,0,.45)}.goods-selet .goods-selet-list[data-v-3f51c2b6]{list-style-type:none;display:block;padding:0;margin:0}.goods-selet .goods-selet-button[data-v-3f51c2b6]{width:104px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb}.goods-selet .goods-selet-item[data-v-3f51c2b6]{display:inline-block;width:64px;height:64px;position:relative;padding:0;margin:0;margin-top:16px;margin-right:14px;cursor:move}.goods-selet .goods-selet-item .goods-selet-item__close[data-v-3f51c2b6]{width:16px;height:16px;position:absolute;top:-10px;right:-8px;opacity:0;cursor:pointer}.goods-selet .goods-selet-item .goods-selet-item__close i[data-v-3f51c2b6]{font-size:16px;color:rgba(0,0,0,.3)}.goods-selet .goods-selet-item:hover .goods-selet-item__close[data-v-3f51c2b6]{opacity:1}.goods-selet .goods-selet-item .goods-item-image[data-v-3f51c2b6]{position:relative;max-height:500px;overflow:hidden;padding-top:100%;border-radius:2px}.goods-selet .goods-selet-item .goods-item-cover[data-v-3f51c2b6]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goods-selet__table .goods-selet__search[data-v-3f51c2b6]{width:50%}.goods-selet__table[data-v-3f51c2b6] .el-radio-group{width:100%}.goods-selet__table .goods-selet__goodspage[data-v-3f51c2b6]{text-align:right;margin-top:24px}.goods-selet__table[data-v-3f51c2b6] .el-table{margin-top:16px}.goods-selet__table[data-v-3f51c2b6] .el-table th{background:#f6f7fa}.goods-selet__table[data-v-3f51c2b6] .el-table .el-table__header .el-checkbox{margin-left:4px}.goods-selet__table[data-v-3f51c2b6] .el-table .cell{text-overflow:clip}.goods-selet__table .goods-selet__table-item[data-v-3f51c2b6]{width:100%;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-radio[data-v-3f51c2b6]{float:left;line-height:48px;height:48px}.goods-selet__table .goods-selet__table-item .goods-selet__table-cover[data-v-3f51c2b6]{float:left;width:48px;height:48px;background:#f3f5f7}.goods-selet__table .goods-selet__table-item .goods-selet__table-detail[data-v-3f51c2b6]{float:left;width:calc(100% - 100px);height:48px;padding-left:16px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.attribute[data-v-2dbcb4b7]{position:relative}.attribute .image-slot .le-icon[data-v-2dbcb4b7]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-2dbcb4b7]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-2dbcb4b7]{width:60px;height:60px}.attribute .select-cover__288[data-v-2dbcb4b7]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-2dbcb4b7]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-2dbcb4b7]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-2dbcb4b7]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-2dbcb4b7]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-2dbcb4b7]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-2dbcb4b7]{display:block}.attribute .select-cover__120[data-v-2dbcb4b7]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-2dbcb4b7]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-2dbcb4b7]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-2dbcb4b7]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-2dbcb4b7]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-2dbcb4b7]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-2dbcb4b7]{display:block}.attribute .select-cover__60[data-v-2dbcb4b7]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-2dbcb4b7]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-2dbcb4b7]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-2dbcb4b7]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-2dbcb4b7]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-2dbcb4b7]{display:block}.attribute .select-cover__80[data-v-2dbcb4b7]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-2dbcb4b7]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-2dbcb4b7]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-2dbcb4b7]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-2dbcb4b7]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-2dbcb4b7]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-2dbcb4b7]{display:block}.attribute .select-photo__close[data-v-2dbcb4b7]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-2dbcb4b7]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-2dbcb4b7]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-2dbcb4b7]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-2dbcb4b7]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-2dbcb4b7]{height:72px;width:100%}.attribute .empty[data-v-2dbcb4b7]{height:15px}.attribute .empty10[data-v-2dbcb4b7]{height:10px}.attribute .empty20[data-v-2dbcb4b7]{height:20px}.attribute .empty30[data-v-2dbcb4b7]{height:30px}.attribute .empty40[data-v-2dbcb4b7]{height:40px}.attribute .tips[data-v-2dbcb4b7]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-2dbcb4b7]{padding-left:4px}.attribute .button-adddata .el-button[data-v-2dbcb4b7]{width:336px}.attribute .upload-cover[data-v-2dbcb4b7]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-2dbcb4b7]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-2dbcb4b7]{display:block}.attribute .select-photo .el-input[data-v-2dbcb4b7]{width:136px}.attribute .select-photo .el-button[data-v-2dbcb4b7]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-2dbcb4b7]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-2dbcb4b7]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-2dbcb4b7]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-2dbcb4b7]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-2dbcb4b7]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-2dbcb4b7]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-2dbcb4b7]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-2dbcb4b7]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-2dbcb4b7]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-2dbcb4b7]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-2dbcb4b7]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-2dbcb4b7]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-2dbcb4b7]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-2dbcb4b7]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-2dbcb4b7]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-2dbcb4b7]{display:flex}.attribute .select-cover .select-cover__item[data-v-2dbcb4b7]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-2dbcb4b7]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-2dbcb4b7]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-2dbcb4b7]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-2dbcb4b7]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-2dbcb4b7]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-2dbcb4b7]{display:block}.attribute .select-cover .select-cover__detail[data-v-2dbcb4b7]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-2dbcb4b7]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-2dbcb4b7]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-2dbcb4b7]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-2dbcb4b7]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-2dbcb4b7]{display:block}.attribute .select-frame .select-frame__item[data-v-2dbcb4b7]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-2dbcb4b7]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-2dbcb4b7]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-2dbcb4b7]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-2dbcb4b7]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-2dbcb4b7]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-2dbcb4b7]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-2dbcb4b7]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.control-task_empty .el-button[data-v-2dbcb4b7]{width:100%}.task-auto-goods[data-v-2dbcb4b7]{width:336px;height:64px;background:#f3f5f7;border-radius:4px;padding:16px}.control-task[data-v-2dbcb4b7]{position:relative;width:710px;height:212px;transform:scale(.47);transform-origin:0 0;background:#fff;filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(1)}.control-task .select-photo__close[data-v-2dbcb4b7]{position:absolute;font-size:32px;right:-16px;top:-16px;color:#b1b1b1;width:32px;line-height:32px;height:32px;display:none}.control-task:hover .content-task-mark[data-v-2dbcb4b7],.control-task:hover .select-photo__close[data-v-2dbcb4b7]{display:block}.control-task .content-task-mark[data-v-2dbcb4b7]{display:none;cursor:pointer;position:absolute;width:100%;height:64px;left:0;bottom:0;z-index:100}.control-task .content-task-mark .content-task-bg[data-v-2dbcb4b7]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);border-radius:4px;z-index:101}.control-task .content-task-mark .content-task-h3[data-v-2dbcb4b7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:102;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff;text-align:center;line-height:64px;font-size:28px}.control-task_body[data-v-2dbcb4b7]{position:absolute;left:0;top:72px;width:710px;height:140px;background:#fff;border-radius:0 0 16px 16px;border:1px solid #ffb525}.control-task_header[data-v-2dbcb4b7]{position:absolute;left:0;top:0;width:710px;height:72px;background:#ffb525;border-radius:16px 16px 0 0;font-size:28px;font-family:PingFang SC;font-weight:500;color:#fffffe;line-height:72px;padding-left:23px}.control-task_icon[data-v-2dbcb4b7]{width:72px;height:72px;position:absolute;left:34px;top:34px}.control-task_button[data-v-2dbcb4b7]{position:absolute;right:24px;top:42px;width:140px;height:56px;background:#ffb525;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;line-height:56px;text-align:center}.control-task_title[data-v-2dbcb4b7]{top:38px;white-space:pre;height:64px;display:table-cell;vertical-align:middle;width:400px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis}.control-task_tips[data-v-2dbcb4b7],.control-task_title[data-v-2dbcb4b7]{font-size:26px;font-family:PingFang SC;font-weight:500;color:#666;position:absolute;left:120px;line-height:32px}.control-task_tips[data-v-2dbcb4b7]{top:70px}.goodstask[data-v-2bc733bd]{overflow:hidden}.goodstask .clear[data-v-2bc733bd]{clear:both}.goodstask .control-task[data-v-2bc733bd]{position:relative;width:738px;height:212px;zoom:.475;background:#fff;margin:0 auto;border-radius:16px;margin-top:20px;margin-bottom:20px}.goodstask .control-task:hover .select-photo__close[data-v-2bc733bd]{display:block}.goodstask .control-task_body[data-v-2bc733bd]{position:absolute;left:0;top:72px;width:710px;height:140px;background:#fff;border-radius:0 0 16px 16px}.goodstask .control-task_header[data-v-2bc733bd]{position:absolute;left:0;top:0;width:100%;height:72px;background:#ffb525;border-radius:16px 16px 0 0;font-size:28px;font-family:PingFang SC;font-weight:500;color:#fffffe;line-height:72px;padding-left:23px}.goodstask .control-task_icon[data-v-2bc733bd]{width:72px;height:72px;position:absolute;left:34px;top:34px}.goodstask .control-task_button[data-v-2bc733bd]{position:absolute;right:24px;top:42px;width:140px;height:56px;background:#ffb525;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;line-height:56px;text-align:center}.goodstask .control-task_title[data-v-2bc733bd]{top:38px;white-space:pre;height:64px;display:table-cell;vertical-align:middle;width:400px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis}.goodstask .control-task_tips[data-v-2bc733bd],.goodstask .control-task_title[data-v-2bc733bd]{font-size:26px;font-family:PingFang SC;font-weight:500;color:#666;position:absolute;left:120px;line-height:32px}.goodstask .control-task_tips[data-v-2bc733bd]{top:70px}.goodstask .chamfer .goods-item[data-v-2bc733bd]{border-radius:8px}.goodstask .card .goods-item[data-v-2bc733bd]{box-shadow:0 0 10px 0 rgba(0,0,0,.05)}.goodstask .stroke .goods-item[data-v-2bc733bd]{border:1px solid rgba(50,50,51,.1)}.goodstask .lucency .goods-item[data-v-2bc733bd]{background-color:transparent}.goodstask .goods-item[data-v-2bc733bd]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;overflow:hidden}.goodstask .goods-item .goods-item-photo[data-v-2bc733bd]{position:relative}.goodstask .goods-item .goods-item-photo .goods-item-image[data-v-2bc733bd]{position:relative;max-height:500px;overflow:hidden;padding-top:50%}.goodstask .goods-item .goods-item-photo .goods-item-cover[data-v-2bc733bd]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goodstask .goods-item .goods-item-cover[data-v-2bc733bd]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.goodstask .goods-item .goods-item-detail[data-v-2bc733bd]{margin:10px 10px 5px 10px;position:relative}.goodstask .goods-item .goods-item-detail .goods-item-title[data-v-2bc733bd]{font-size:16px;font-weight:500;color:#353535;line-height:1.4em;min-height:2.8em;margin-bottom:10px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goodstask .goods-item .goods-item-detail .goods-item-info[data-v-2bc733bd]{position:relative;width:100%;line-height:2em;display:flex;justify-content:space-between}.goodstask .goods-item .goods-item-detail .goods-item-price[data-v-2bc733bd]{display:inline-block;font-weight:400;color:#e60b30;height:30px;display:inline-flex;align-items:center;margin-top:10px;zoom:.5}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__icon[data-v-2bc733bd]{display:inline-block;font-size:24px;line-height:24px;width:24px;height:24px;padding-right:5px;color:#fbad15;position:relative;top:-3px}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__num[data-v-2bc733bd]{font-size:32px;line-height:32px;padding-left:4px}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__tag[data-v-2bc733bd],.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__val[data-v-2bc733bd]{font-size:24px}.goodstask .goods-item .goods-item-detail .goods-item-button[data-v-2bc733bd]{display:inline-block;width:30%;height:56px;background:#e60b30;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;text-align:center;line-height:56px;margin-bottom:8px;zoom:.5}.goodstask .small.goods-layout .goods-item-info[data-v-2bc733bd],.goodstask .swipe.goods-layout .goods-item-info[data-v-2bc733bd]{line-height:4em;display:block}.goodstask .small.goods-layout .goods-item-info .goods-item-price[data-v-2bc733bd],.goodstask .swipe.goods-layout .goods-item-info .goods-item-price[data-v-2bc733bd]{display:block;height:60px;line-height:60px;font-size:30px}.goodstask .small.goods-layout .goods-item-info .goods-item-button[data-v-2bc733bd],.goodstask .swipe.goods-layout .goods-item-info .goods-item-button[data-v-2bc733bd]{display:block;width:100%;height:56px;background:#e60b30;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;text-align:center;line-height:56px;margin-bottom:20px;zoom:.5}.goodstask .larger .goods-item-photo .goods-item-image[data-v-2bc733bd]{height:25%}.goodstask .small .goods-item-info[data-v-2bc733bd],.goodstask .swipe .goods-item-info[data-v-2bc733bd]{display:block!important}.goodstask .small .goods-item-price[data-v-2bc733bd],.goodstask .swipe .goods-item-price[data-v-2bc733bd]{display:block}.goodstask .small .goods-item-button[data-v-2bc733bd],.goodstask .swipe .goods-item-button[data-v-2bc733bd]{display:block;width:100%;height:28px;background:#e60b30;border-radius:16px;text-align:center;line-height:28px;color:#fff;margin-bottom:8px}.goodstask .larger .goods-item-button[data-v-2bc733bd],.goodstask .list .goods-item-button[data-v-2bc733bd]{width:55px;height:28px;background:#e60b30;border-radius:16px;text-align:center;line-height:28px;color:#fff;margin-bottom:8px}.goodstask .list .goods-item-photo .goods-item-image[data-v-2bc733bd],.goodstask .small .goods-item-photo .goods-item-image[data-v-2bc733bd],.goodstask .swipe .goods-item-photo .goods-item-image[data-v-2bc733bd]{padding-top:100%}.goodstask .small .goods-wrapper[data-v-2bc733bd]{float:left;width:50%}.goodstask .list .goods-item-photo[data-v-2bc733bd]{float:left;width:120px;height:120px;min-height:auto;margin-right:10px}.goodstask .list .goods-item-detail[data-v-2bc733bd]{height:120px;margin-left:120px;box-sizing:border-box;margin:0 15px 0 0;overflow:hidden}.goodstask .list .goods-item-detail .goods-item-title[data-v-2bc733bd]{margin:14px 0 0}.goodstask .list .goods-item-detail .goods-item-info[data-v-2bc733bd]{position:absolute;left:0;bottom:5px}.goodstask .swipe[data-v-2bc733bd]{display:flex;flex-wrap:nowrap;margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.goodstask .swipe .goods-wrapper[data-v-2bc733bd]{flex:0 0 30%;float:none;width:30%}.goodstask .swipe .goods-item-price__box[data-v-2bc733bd]{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.goodstask[data-v-79a3656d]{overflow:hidden}.goodstask .clear[data-v-79a3656d]{clear:both}.goodstask .control-task[data-v-79a3656d]{position:relative;width:738px;height:212px;zoom:.475;background:#fff;margin:0 auto;border-radius:16px;margin-top:20px;margin-bottom:20px}.goodstask .control-task:hover .select-photo__close[data-v-79a3656d]{display:block}.goodstask .control-task_body[data-v-79a3656d]{position:absolute;left:0;top:72px;width:710px;height:140px;background:#fff;border-radius:0 0 16px 16px}.goodstask .control-task_header[data-v-79a3656d]{position:absolute;left:0;top:0;width:100%;height:72px;background:#ffb525;border-radius:16px 16px 0 0;font-size:28px;font-family:PingFang SC;font-weight:500;color:#fffffe;line-height:72px;padding-left:23px}.goodstask .control-task_icon[data-v-79a3656d]{width:72px;height:72px;position:absolute;left:34px;top:34px}.goodstask .control-task_button[data-v-79a3656d]{position:absolute;right:24px;top:42px;width:140px;height:56px;background:#ffb525;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;line-height:56px;text-align:center}.goodstask .control-task_title[data-v-79a3656d]{top:38px;white-space:pre;height:64px;display:table-cell;vertical-align:middle;width:400px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis}.goodstask .control-task_tips[data-v-79a3656d],.goodstask .control-task_title[data-v-79a3656d]{font-size:26px;font-family:PingFang SC;font-weight:500;color:#666;position:absolute;left:120px;line-height:32px}.goodstask .control-task_tips[data-v-79a3656d]{top:70px}.goodstask .chamfer .goods-item[data-v-79a3656d]{border-radius:8px}.goodstask .card .goods-item[data-v-79a3656d]{box-shadow:0 0 10px 0 rgba(0,0,0,.05)}.goodstask .stroke .goods-item[data-v-79a3656d]{border:1px solid rgba(50,50,51,.1)}.goodstask .lucency .goods-item[data-v-79a3656d]{background-color:transparent}.goodstask .goods-item[data-v-79a3656d]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;overflow:hidden}.goodstask .goods-item .goods-item-photo[data-v-79a3656d]{position:relative}.goodstask .goods-item .goods-item-photo .goods-item-image[data-v-79a3656d]{position:relative;max-height:500px;overflow:hidden;padding-top:50%}.goodstask .goods-item .goods-item-photo .goods-item-cover[data-v-79a3656d]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.goodstask .goods-item .goods-item-cover[data-v-79a3656d]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.goodstask .goods-item .goods-item-detail[data-v-79a3656d]{margin:10px 10px 5px 10px;position:relative}.goodstask .goods-item .goods-item-detail .goods-item-title[data-v-79a3656d]{font-size:16px;font-weight:500;color:#353535;line-height:1.4em;min-height:2.8em;margin-bottom:10px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.goodstask .goods-item .goods-item-detail .goods-item-info[data-v-79a3656d]{position:relative;width:100%;line-height:2em;display:flex;justify-content:space-between}.goodstask .goods-item .goods-item-detail .goods-item-price[data-v-79a3656d]{display:inline-block;font-weight:400;color:#e60b30;height:30px;display:inline-flex;align-items:center;margin-top:10px;zoom:.5}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__icon[data-v-79a3656d]{display:inline-block;font-size:24px;line-height:24px;width:24px;height:24px;padding-right:5px;color:#fbad15;position:relative;top:-3px}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__num[data-v-79a3656d]{font-size:32px;line-height:32px;padding-left:4px}.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__tag[data-v-79a3656d],.goodstask .goods-item .goods-item-detail .goods-item-price .goods-item-price__val[data-v-79a3656d]{font-size:24px}.goodstask .goods-item .goods-item-detail .goods-item-button[data-v-79a3656d]{display:inline-block;width:30%;height:56px;background:#e60b30;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;text-align:center;line-height:56px;margin-bottom:8px;zoom:.5}.goodstask .small.goods-layout .goods-item-info[data-v-79a3656d],.goodstask .swipe.goods-layout .goods-item-info[data-v-79a3656d]{line-height:4em;display:block}.goodstask .small.goods-layout .goods-item-info .goods-item-price[data-v-79a3656d],.goodstask .swipe.goods-layout .goods-item-info .goods-item-price[data-v-79a3656d]{display:block;height:60px;line-height:60px;font-size:30px}.goodstask .small.goods-layout .goods-item-info .goods-item-button[data-v-79a3656d],.goodstask .swipe.goods-layout .goods-item-info .goods-item-button[data-v-79a3656d]{display:block;width:100%;height:56px;background:#e60b30;border-radius:28px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff;text-align:center;line-height:56px;margin-bottom:20px;zoom:.5}.goodstask .larger .goods-item-photo .goods-item-image[data-v-79a3656d]{height:25%}.goodstask .small .goods-item-info[data-v-79a3656d],.goodstask .swipe .goods-item-info[data-v-79a3656d]{display:block!important}.goodstask .small .goods-item-price[data-v-79a3656d],.goodstask .swipe .goods-item-price[data-v-79a3656d]{display:block}.goodstask .small .goods-item-button[data-v-79a3656d],.goodstask .swipe .goods-item-button[data-v-79a3656d]{display:block;width:100%;height:28px;background:#e60b30;border-radius:16px;text-align:center;line-height:28px;color:#fff;margin-bottom:8px}.goodstask .larger .goods-item-button[data-v-79a3656d],.goodstask .list .goods-item-button[data-v-79a3656d]{width:55px;height:28px;background:#e60b30;border-radius:16px;text-align:center;line-height:28px;color:#fff;margin-bottom:8px}.goodstask .list .goods-item-photo .goods-item-image[data-v-79a3656d],.goodstask .small .goods-item-photo .goods-item-image[data-v-79a3656d],.goodstask .swipe .goods-item-photo .goods-item-image[data-v-79a3656d]{padding-top:100%}.goodstask .small .goods-wrapper[data-v-79a3656d]{float:left;width:50%}.goodstask .list .goods-item-photo[data-v-79a3656d]{float:left;width:120px;height:120px;min-height:auto;margin-right:10px}.goodstask .list .goods-item-detail[data-v-79a3656d]{height:120px;margin-left:120px;box-sizing:border-box;margin:0 15px 0 0;overflow:hidden}.goodstask .list .goods-item-detail .goods-item-title[data-v-79a3656d]{margin:14px 0 0}.goodstask .list .goods-item-detail .goods-item-info[data-v-79a3656d]{position:absolute;left:0;bottom:5px}.goodstask .swipe[data-v-79a3656d]{display:flex;flex-wrap:nowrap;margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.goodstask .swipe .goods-wrapper[data-v-79a3656d]{flex:0 0 30%;float:none;width:30%}.goodstask .swipe .goods-item-price__box[data-v-79a3656d]{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attribute[data-v-91b6a7bc]{position:relative}.attribute .image-slot .le-icon[data-v-91b6a7bc]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-91b6a7bc]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-91b6a7bc]{width:60px;height:60px}.attribute .select-cover__288[data-v-91b6a7bc]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-91b6a7bc]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-91b6a7bc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-91b6a7bc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-91b6a7bc]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-91b6a7bc]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-91b6a7bc]{display:block}.attribute .select-cover__120[data-v-91b6a7bc]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-91b6a7bc]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-91b6a7bc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-91b6a7bc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-91b6a7bc]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-91b6a7bc]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-91b6a7bc]{display:block}.attribute .select-cover__60[data-v-91b6a7bc]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-91b6a7bc]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-91b6a7bc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-91b6a7bc]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-91b6a7bc]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-91b6a7bc]{display:block}.attribute .select-cover__80[data-v-91b6a7bc]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-91b6a7bc]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-91b6a7bc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-91b6a7bc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-91b6a7bc]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-91b6a7bc]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-91b6a7bc]{display:block}.attribute .select-photo__close[data-v-91b6a7bc]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-91b6a7bc]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-91b6a7bc]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-91b6a7bc]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-91b6a7bc]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-91b6a7bc]{height:72px;width:100%}.attribute .empty[data-v-91b6a7bc]{height:15px}.attribute .empty10[data-v-91b6a7bc]{height:10px}.attribute .empty20[data-v-91b6a7bc]{height:20px}.attribute .empty30[data-v-91b6a7bc]{height:30px}.attribute .empty40[data-v-91b6a7bc]{height:40px}.attribute .tips[data-v-91b6a7bc]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-91b6a7bc]{padding-left:4px}.attribute .button-adddata .el-button[data-v-91b6a7bc]{width:336px}.attribute .upload-cover[data-v-91b6a7bc]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-91b6a7bc]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-91b6a7bc]{display:block}.attribute .select-photo .el-input[data-v-91b6a7bc]{width:136px}.attribute .select-photo .el-button[data-v-91b6a7bc]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-91b6a7bc]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-91b6a7bc]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-91b6a7bc]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-91b6a7bc]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-91b6a7bc]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-91b6a7bc]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-91b6a7bc]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-91b6a7bc]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-91b6a7bc]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-91b6a7bc]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-91b6a7bc]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-91b6a7bc]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-91b6a7bc]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-91b6a7bc]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-91b6a7bc]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-91b6a7bc]{display:flex}.attribute .select-cover .select-cover__item[data-v-91b6a7bc]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-91b6a7bc]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-91b6a7bc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-91b6a7bc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-91b6a7bc]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-91b6a7bc]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-91b6a7bc]{display:block}.attribute .select-cover .select-cover__detail[data-v-91b6a7bc]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-91b6a7bc]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-91b6a7bc]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-91b6a7bc]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-91b6a7bc]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-91b6a7bc]{display:block}.attribute .select-frame .select-frame__item[data-v-91b6a7bc]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-91b6a7bc]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-91b6a7bc]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-91b6a7bc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-91b6a7bc]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-91b6a7bc]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-91b6a7bc]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-91b6a7bc]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.le-switch[data-v-91b6a7bc]{margin-left:62px}.le-icon-zhushi[data-v-91b6a7bc]{color:#bbbfc8}.le-radio-group[data-v-91b6a7bc]{margin-bottom:17px}.le-coupon-num[data-v-91b6a7bc]{width:336px;height:92px;background:#f3f5f7;border-radius:4px;padding:0 16px}.wechatLive[data-v-e47f7aec]{overflow:hidden}.wechatLive .le-head[data-v-e47f7aec]{height:42px;padding:0 10px;line-height:42px}.wechatLive .le-head .le-title[data-v-e47f7aec]{font-size:14px;font-family:PingFang SC;font-weight:700;color:#222}.wechatLive .le-head .le-more-text[data-v-e47f7aec]{font-size:12px;font-family:PingFang SC;font-weight:500;margin-right:2px}.wechatLive .le-head .le-icon-arrow-right[data-v-e47f7aec]{font-size:10px;width:auto;height:auto}.wechatLive .le-body .le-item[data-v-e47f7aec]{overflow:hidden}.wechatLive .le-body .le-item .le-item--box[data-v-e47f7aec]{background-color:#fff;border-radius:8px;overflow:hidden}.wechatLive .le-body .le-item .le-image-box[data-v-e47f7aec]{position:relative}.wechatLive .le-body .le-item .le-status-tag[data-v-e47f7aec]{position:absolute;top:0;background:linear-gradient(90deg,#fe4a6f,#fe2c4f);border-radius:8px 12px 12px 0;padding:5px 12px 5px 6px;color:#fff;font-size:12px;font-family:PingFang SC;font-weight:500}.wechatLive .le-body .le-item .le-status-tag .le-icon[data-v-e47f7aec]{margin-right:9px}.wechatLive .le-body .le-item .le-user .le-user-name[data-v-e47f7aec]{font-size:12px;font-family:PingFang SC;font-weight:500;color:#fff;margin-left:8px}.wechatLive .le-body .le-item .le-user .el-icon-user-solid[data-v-e47f7aec]{font-size:9px}.wechatLive .le-body .le-item .le-user .le-user-avatar[data-v-e47f7aec]{width:18px;height:18px}.wechatLive .le-body .le-item .le-user[data-v-e47f7aec] .el-icon-user-solid{font-size:9px;width:18px;height:18px}.wechatLive .le-body .le-item .le-content .le-live-name[data-v-e47f7aec]{font-size:15px;font-family:PingFang SC;font-weight:500;color:#222;line-height:20px}.wechatLive .le-body .le-item .le-content .le-goods[data-v-e47f7aec]{margin-top:10px;border-radius:4px}.wechatLive .le-body .le-item .le-content .le-goods .le-img[data-v-e47f7aec]{margin-right:8px;border-radius:4px}.wechatLive .le-body .le-item .le-content .le-goods .le-name[data-v-e47f7aec]{font-size:12px;font-family:PingFang SC;font-weight:500;color:#666;line-height:20px}.wechatLive .le-body .le-item .le-content .le-goods .le-price[data-v-e47f7aec]{font-size:13px;font-family:PingFang SC;font-weight:500;color:#e60b30;line-height:20px}.wechatLive .le-body .le-item-one .le-image-box[data-v-e47f7aec]{width:100%;height:173px}.wechatLive .le-body .le-item-one .le-content[data-v-e47f7aec]{width:100%;padding:8px 8px 12px 8px;border-radius:0 0 8px 8px}.wechatLive .le-body .le-item-one .le-user[data-v-e47f7aec]{position:absolute;bottom:8px;left:8px}.wechatLive .le-body .le-item-two[data-v-e47f7aec]{width:50%}.wechatLive .le-body .le-item-two .le-image-box[data-v-e47f7aec]{width:100%;height:173px}.wechatLive .le-body .le-item-two .le-content[data-v-e47f7aec]{width:100%;padding:8px 8px 12px 8px;border-radius:0 0 8px 8px}.wechatLive .le-body .le-item-two .le-content .le-live-name[data-v-e47f7aec]{height:40px}.wechatLive .le-body .le-item-two .le-user[data-v-e47f7aec]{position:absolute;bottom:8px;left:8px}.wechatLive .le-body .le-item-three[data-v-e47f7aec]{width:100%;height:144px}.wechatLive .le-body .le-item-three .le-content[data-v-e47f7aec]{padding:12px}.wechatLive .le-body .le-item-three .le-content .le-goods[data-v-e47f7aec]{margin-top:34px}.wechatLive .le-body .le-item-three .le-image-box[data-v-e47f7aec]{width:144px;height:100%}.wechatLive .le-body .le-item-three .le-user[data-v-e47f7aec]{margin-top:8px}.wechatLive .le-body .le-item-three .le-user .le-user-name[data-v-e47f7aec]{color:#999}.wechatLive[data-v-485005b6]{overflow:hidden}.wechatLive .le-head[data-v-485005b6]{height:42px;padding:0 10px;line-height:42px}.wechatLive .le-head .le-title[data-v-485005b6]{font-size:14px;font-family:PingFang SC;font-weight:700;color:#222}.wechatLive .le-head .le-more-text[data-v-485005b6]{font-size:12px;font-family:PingFang SC;font-weight:500;margin-right:2px}.wechatLive .le-head .le-icon-arrow-right[data-v-485005b6]{font-size:10px;width:auto;height:auto}.wechatLive .le-body .le-item[data-v-485005b6]{overflow:hidden}.wechatLive .le-body .le-item .le-item--box[data-v-485005b6]{background-color:#fff;border-radius:8px;overflow:hidden}.wechatLive .le-body .le-item .le-image-box[data-v-485005b6]{position:relative}.wechatLive .le-body .le-item .le-status-tag[data-v-485005b6]{position:absolute;top:0;background:linear-gradient(90deg,#fe4a6f,#fe2c4f);border-radius:8px 12px 12px 0;padding:5px 12px 5px 6px;color:#fff;font-size:12px;font-family:PingFang SC;font-weight:500}.wechatLive .le-body .le-item .le-status-tag .le-icon[data-v-485005b6]{margin-right:9px}.wechatLive .le-body .le-item .le-user .le-user-name[data-v-485005b6]{font-size:12px;font-family:PingFang SC;font-weight:500;color:#fff;margin-left:8px}.wechatLive .le-body .le-item .le-user .el-icon-user-solid[data-v-485005b6]{font-size:9px}.wechatLive .le-body .le-item .le-user .le-user-avatar[data-v-485005b6]{width:18px;height:18px}.wechatLive .le-body .le-item .le-user[data-v-485005b6] .el-icon-user-solid{font-size:9px;width:18px;height:18px}.wechatLive .le-body .le-item .le-content .le-live-name[data-v-485005b6]{font-size:15px;font-family:PingFang SC;font-weight:500;color:#222;line-height:20px}.wechatLive .le-body .le-item .le-content .le-goods[data-v-485005b6]{margin-top:10px;border-radius:4px}.wechatLive .le-body .le-item .le-content .le-goods .le-img[data-v-485005b6]{margin-right:8px;border-radius:4px}.wechatLive .le-body .le-item .le-content .le-goods .le-name[data-v-485005b6]{font-size:12px;font-family:PingFang SC;font-weight:500;color:#666;line-height:20px}.wechatLive .le-body .le-item .le-content .le-goods .le-price[data-v-485005b6]{font-size:13px;font-family:PingFang SC;font-weight:500;color:#e60b30;line-height:20px}.wechatLive .le-body .le-item-one .le-image-box[data-v-485005b6]{width:100%;height:173px}.wechatLive .le-body .le-item-one .le-content[data-v-485005b6]{width:100%;padding:8px 8px 12px 8px;border-radius:0 0 8px 8px}.wechatLive .le-body .le-item-one .le-user[data-v-485005b6]{position:absolute;bottom:8px;left:8px}.wechatLive .le-body .le-item-two[data-v-485005b6]{width:50%}.wechatLive .le-body .le-item-two .le-image-box[data-v-485005b6]{width:100%;height:173px}.wechatLive .le-body .le-item-two .le-content[data-v-485005b6]{width:100%;padding:8px 8px 12px 8px;border-radius:0 0 8px 8px}.wechatLive .le-body .le-item-two .le-content .le-live-name[data-v-485005b6]{height:40px}.wechatLive .le-body .le-item-two .le-user[data-v-485005b6]{position:absolute;bottom:8px;left:8px}.wechatLive .le-body .le-item-three[data-v-485005b6]{width:100%;height:144px}.wechatLive .le-body .le-item-three .le-content[data-v-485005b6]{padding:12px}.wechatLive .le-body .le-item-three .le-content .le-goods[data-v-485005b6]{margin-top:34px}.wechatLive .le-body .le-item-three .le-image-box[data-v-485005b6]{width:144px;height:100%}.wechatLive .le-body .le-item-three .le-user[data-v-485005b6]{margin-top:8px}.wechatLive .le-body .le-item-three .le-user .le-user-name[data-v-485005b6]{color:#999}.attribute[data-v-12d38033]{position:relative}.attribute .image-slot .le-icon[data-v-12d38033]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-12d38033]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-12d38033]{width:60px;height:60px}.attribute .select-cover__288[data-v-12d38033]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-12d38033]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-12d38033]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-12d38033]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-12d38033]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-12d38033]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-12d38033]{display:block}.attribute .select-cover__120[data-v-12d38033]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-12d38033]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-12d38033]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-12d38033]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-12d38033]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-12d38033]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-12d38033]{display:block}.attribute .select-cover__60[data-v-12d38033]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-12d38033]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-12d38033]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-12d38033]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-12d38033]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-12d38033]{display:block}.attribute .select-cover__80[data-v-12d38033]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-12d38033]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-12d38033]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-12d38033]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-12d38033]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-12d38033]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-12d38033]{display:block}.attribute .select-photo__close[data-v-12d38033]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-12d38033]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-12d38033]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-12d38033]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-12d38033]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-12d38033]{height:72px;width:100%}.attribute .empty[data-v-12d38033]{height:15px}.attribute .empty10[data-v-12d38033]{height:10px}.attribute .empty20[data-v-12d38033]{height:20px}.attribute .empty30[data-v-12d38033]{height:30px}.attribute .empty40[data-v-12d38033]{height:40px}.attribute .tips[data-v-12d38033]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-12d38033]{padding-left:4px}.attribute .button-adddata .el-button[data-v-12d38033]{width:336px}.attribute .upload-cover[data-v-12d38033]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-12d38033]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-12d38033]{display:block}.attribute .select-photo .el-input[data-v-12d38033]{width:136px}.attribute .select-photo .el-button[data-v-12d38033]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-12d38033]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-12d38033]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-12d38033]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-12d38033]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-12d38033]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-12d38033]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-12d38033]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-12d38033]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-12d38033]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-12d38033]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-12d38033]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-12d38033]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-12d38033]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-12d38033]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-12d38033]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-12d38033]{display:flex}.attribute .select-cover .select-cover__item[data-v-12d38033]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-12d38033]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-12d38033]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-12d38033]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-12d38033]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-12d38033]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-12d38033]{display:block}.attribute .select-cover .select-cover__detail[data-v-12d38033]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-12d38033]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-12d38033]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-12d38033]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-12d38033]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-12d38033]{display:block}.attribute .select-frame .select-frame__item[data-v-12d38033]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-12d38033]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-12d38033]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-12d38033]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-12d38033]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-12d38033]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-12d38033]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-12d38033]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.promotion[data-v-e0421a2c]{display:inline-block;margin:0 5px}.promotion .promotion-detail[data-v-e0421a2c]{height:334px}.promotion .promotion-detail .promotion-detail__menu[data-v-e0421a2c]{float:left;height:334px;width:107px;border-right:1px solid #dcdfe6;box-sizing:border-box}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item[data-v-e0421a2c]{position:relative;width:100%;height:40px;display:block}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item .promotion-detail__input[data-v-e0421a2c]{position:absolute;left:-9999px}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item .promotion-detail__input:checked+span[data-v-e0421a2c]{color:#623ceb}.promotion .promotion-detail .promotion-detail__body[data-v-e0421a2c]{float:left;width:240px;height:334px;border:1px solid #dcdfe6;padding:10px;box-sizing:border-box;margin:0 20px 0 40px;background-color:#f3f5f7}.promotion .promotion-detail .promotion-detail__body img[data-v-e0421a2c]{border-radius:4px;width:100%;height:100%}.promotion .promotion-detail .promotion-detail__form[data-v-e0421a2c]{float:left;width:290px}.promotion .promotion-detail .promotion-detail__form .el-form-item[data-v-e0421a2c]{margin-bottom:6px}.promotion .promotion-detail .promotion-detail__form[data-v-e0421a2c] .el-input-group__append{background-color:#623ceb;color:#fff}.promotion[data-v-7bda2386]{display:inline-block;margin:0 5px}.promotion .promotion-detail[data-v-7bda2386]{height:334px}.promotion .promotion-detail .promotion-detail__menu[data-v-7bda2386]{float:left;height:334px;width:107px;border-right:1px solid #dcdfe6;box-sizing:border-box}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item[data-v-7bda2386]{position:relative;width:100%;height:40px;display:block}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item .promotion-detail__input[data-v-7bda2386]{position:absolute;left:-9999px}.promotion .promotion-detail .promotion-detail__menu .promotion-detail__item .promotion-detail__input:checked+span[data-v-7bda2386]{color:#623ceb}.promotion .promotion-detail .promotion-detail__body[data-v-7bda2386]{float:left;width:240px;height:334px;border:1px solid #dcdfe6;padding:10px;box-sizing:border-box;margin:0 20px 0 40px;background-color:#f3f5f7}.promotion .promotion-detail .promotion-detail__body img[data-v-7bda2386]{border-radius:4px;width:100%;height:100%}.promotion .promotion-detail .promotion-detail__form[data-v-7bda2386]{float:left;width:290px}.promotion .promotion-detail .promotion-detail__form .el-form-item[data-v-7bda2386]{margin-bottom:6px}.promotion .promotion-detail .promotion-detail__form[data-v-7bda2386] .el-input-group__append{background-color:#623ceb;color:#fff}.pagetitle_error[data-v-20080033]{font-size:12px;font-weight:400;color:#f5212d;padding-top:5px}.template-select[data-v-9ffdb188]{display:inline-block;margin:0 5px}.template-detail[data-v-9ffdb188]{height:520px}.template-detail .template-detail__paging[data-v-9ffdb188]{clear:both;width:100%;text-align:right;padding-top:30px;height:30px}.template-detail li[data-v-9ffdb188],.template-detail ul[data-v-9ffdb188]{list-style-type:none;padding:0;margin:0}.template-detail .template-detail-empty[data-v-9ffdb188]{position:relative}.template-detail .template-detail-empty img[data-v-9ffdb188]{width:64px;height:64px;position:absolute;left:69px;top:171px}.template-detail .template-detail-empty p[data-v-9ffdb188]{padding-top:220px;text-align:center;width:100%;line-height:15px;font-size:14px;font-weight:500;color:#333;line-height:44px;opacity:.65}.template-detail .template-detail-empty .template-detail-item__img[data-v-9ffdb188]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.template-detail .template-detail-empty .template-detail-item__mark[data-v-9ffdb188]{position:absolute;padding-top:196px;left:0;width:100%;height:100%;box-sizing:border-box;z-index:2;display:none;background:rgba(0,0,0,.5);text-align:center}.template-detail .template-detail-empty:hover .template-detail-item__mark[data-v-9ffdb188]{display:block}.template-detail li[data-v-9ffdb188]{width:202px;height:435px;background:#fff;border:1px solid #dee1e7;border-radius:4px;float:left}.template-detail li .template-detail-item__cover[data-v-9ffdb188]{position:relative;width:100%;height:355px;border-radius:4px;text-align:center;padding:0;margin:0}.template-detail li .template-detail-item__cover .template-detail-item__img[data-v-9ffdb188]{position:absolute;top:0;left:0;width:100%;height:100%;background:#f3f5f7;z-index:1;overflow:hidden}.template-detail li .template-detail-item__cover .template-detail-item__img img[data-v-9ffdb188]{width:100%}.template-detail li .template-detail-item__cover .template-detail-item__mark[data-v-9ffdb188]{position:absolute;padding-top:146px;left:0;width:100%;height:100%;box-sizing:border-box;z-index:2;display:none;background:rgba(0,0,0,.5)}.template-detail li .template-detail-item__cover:hover .template-detail-item__mark[data-v-9ffdb188]{display:block}.template-detail li .template-detail-item__cover .el-button[data-v-9ffdb188]{display:block;color:#fff;border-radius:4px;border:1px solid #fff;margin:0 auto;background:transparent}.template-detail li .template-detail-item__cover .el-button--primary[data-v-9ffdb188]{display:block;color:#fff;background:#623ceb;border-radius:4px;margin:0 auto;border:1px solid #623ceb}.template-detail li .template-detail-item__cover .el-button+.el-button[data-v-9ffdb188]{margin-top:16px}.template-detail li+li[data-v-9ffdb188]{margin-left:25px}.template-detail .template-detail-item__fotter[data-v-9ffdb188]{padding-left:12px}.template-detail .template-detail-item__fotter h3[data-v-9ffdb188]{font-size:14px;line-height:15px;font-weight:500;color:#000;opacity:.85}.template-detail .template-detail-item__fotter p[data-v-9ffdb188]{font-size:12px;line-height:15px;font-weight:500;color:#000;opacity:.45}.template-select[data-v-41730e86]{display:inline-block;margin:0 5px}.template-detail[data-v-41730e86]{height:520px}.template-detail .template-detail__paging[data-v-41730e86]{clear:both;width:100%;text-align:right;padding-top:30px;height:30px}.template-detail li[data-v-41730e86],.template-detail ul[data-v-41730e86]{list-style-type:none;padding:0;margin:0}.template-detail .template-detail-empty[data-v-41730e86]{position:relative}.template-detail .template-detail-empty img[data-v-41730e86]{width:64px;height:64px;position:absolute;left:69px;top:171px}.template-detail .template-detail-empty p[data-v-41730e86]{padding-top:220px;text-align:center;width:100%;line-height:15px;font-size:14px;font-weight:500;color:#333;line-height:44px;opacity:.65}.template-detail .template-detail-empty .template-detail-item__img[data-v-41730e86]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.template-detail .template-detail-empty .template-detail-item__mark[data-v-41730e86]{position:absolute;padding-top:196px;left:0;width:100%;height:100%;box-sizing:border-box;z-index:2;display:none;background:rgba(0,0,0,.5);text-align:center}.template-detail .template-detail-empty:hover .template-detail-item__mark[data-v-41730e86]{display:block}.template-detail li[data-v-41730e86]{width:202px;height:435px;background:#fff;border:1px solid #dee1e7;border-radius:4px;float:left}.template-detail li .template-detail-item__cover[data-v-41730e86]{position:relative;width:100%;height:355px;border-radius:4px;text-align:center;padding:0;margin:0}.template-detail li .template-detail-item__cover .template-detail-item__img[data-v-41730e86]{position:absolute;top:0;left:0;width:100%;height:100%;background:#f3f5f7;z-index:1;overflow:hidden}.template-detail li .template-detail-item__cover .template-detail-item__img img[data-v-41730e86]{width:100%}.template-detail li .template-detail-item__cover .template-detail-item__mark[data-v-41730e86]{position:absolute;padding-top:146px;left:0;width:100%;height:100%;box-sizing:border-box;z-index:2;display:none;background:rgba(0,0,0,.5)}.template-detail li .template-detail-item__cover:hover .template-detail-item__mark[data-v-41730e86]{display:block}.template-detail li .template-detail-item__cover .el-button[data-v-41730e86]{display:block;color:#fff;border-radius:4px;border:1px solid #fff;margin:0 auto;background:transparent}.template-detail li .template-detail-item__cover .el-button--primary[data-v-41730e86]{display:block;color:#fff;background:#623ceb;border-radius:4px;margin:0 auto;border:1px solid #623ceb}.template-detail li .template-detail-item__cover .el-button+.el-button[data-v-41730e86]{margin-top:16px}.template-detail li+li[data-v-41730e86]{margin-left:25px}.template-detail .template-detail-item__fotter[data-v-41730e86]{padding-left:12px}.template-detail .template-detail-item__fotter h3[data-v-41730e86]{font-size:14px;line-height:15px;font-weight:500;color:#000;opacity:.85}.template-detail .template-detail-item__fotter p[data-v-41730e86]{font-size:12px;line-height:15px;font-weight:500;color:#000;opacity:.45}.dragrank[data-v-1bf46172]{position:relative;width:336px}.dragrank .dragrank-item[data-v-1bf46172]{position:relative;display:block;width:100%;height:40px}.dragrank .dragrank-item .dragrank-item-move[data-v-1bf46172]{position:absolute;font-size:20px;height:20px;widows:20px;line-height:18px;left:10px;top:10px;color:#dcdfe6;cursor:move}.dragrank .dragrank-item .dragrank-item-radio[data-v-1bf46172]{position:absolute;left:-9999px}.dragrank .dragrank-item .dragrank-item-title[data-v-1bf46172]{width:100%;height:40px;background:#fff;border:1px solid #dcdfe6;box-sizing:border-box;border-radius:4px;position:relative;margin:8px auto;font-size:14px}.dragrank .dragrank-item .dragrank-item-title span[data-v-1bf46172]{padding-left:36px;line-height:36px;color:#333;opacity:.85}.dragrank .dragrank-item .dragrank-item-title .dragrank-item-del[data-v-1bf46172]{position:absolute;font-size:18px;line-height:36px;height:36px;right:18px;top:0;color:#dcdfe6;cursor:pointer}.dragrank .dragrank-item .dragrank-item-radio:checked+.dragrank-item-title[data-v-1bf46172]{background:#fff;border:2px solid #623ceb;border-radius:4px}.guide[data-v-293530ef]{position:fixed;width:100%;height:100%;z-index:10086}.guide-mask[data-v-293530ef]{position:absolute;top:223px;left:205px;width:87px;height:92px;border-radius:8px;box-shadow:0 0 0 2000px rgba(0,0,0,.4)}.guide-animation[data-v-293530ef]{position:absolute;top:223px;left:205px;z-index:10088}.guide-step[data-v-293530ef]{position:absolute;left:50%;width:120px;margin-left:-60px;bottom:169px;z-index:10088;text-align:center;color:#fff;cursor:pointer}.noselect[data-v-30bf4255]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.layout[data-v-30bf4255]{height:100%;width:100%;position:relative;overflow:hidden}.layout .el-container[data-v-30bf4255]{height:100%;width:100%}.layout .layout-attribute[data-v-30bf4255]{width:400px;background:#fff;height:100%;overflow-x:hidden}.layout .layout-attribute[data-v-30bf4255] .el-scrollbar__wrap{overflow-x:hidden}.layout .el-header[data-v-30bf4255]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background:#fff;border:1px solid #dcdfe6}.layout .el-header .layout-logo[data-v-30bf4255]{position:absolute;left:32px;top:14px}.layout .el-header .layout-logo img[data-v-30bf4255]{width:33px;height:36px}.layout .el-header .layout-back[data-v-30bf4255]{position:absolute;left:78px;top:0;height:63px;color:rgba(0,0,0,.85);font-weight:400;cursor:pointer}.layout .el-header .layout-back ul[data-v-30bf4255]{list-style-type:none;height:63px;padding:0;margin:0}.layout .el-header .layout-back ul li[data-v-30bf4255]{float:left;padding:0 8px;line-height:63px}.layout .el-header .layout-back ul li a[data-v-30bf4255],.layout .el-header .layout-back ul li span[data-v-30bf4255]{color:rgba(0,0,0,.85);font-size:14px}.layout .el-header .layout-back ul li a i[data-v-30bf4255],.layout .el-header .layout-back ul li span i[data-v-30bf4255]{padding:0 9px}.layout .el-header .layout-back ul li .le-icon-editor[data-v-30bf4255]{color:#bbbfc8}.layout .el-header .layout-event[data-v-30bf4255]{position:absolute;right:40px;height:63px;line-height:63px}.layout .el-header .layout-event .layout-event-qrcode[data-v-30bf4255]{text-align:center}.layout .el-header .layout-event .layout-event-qrcode img[data-v-30bf4255]{margin:10px;width:100px;height:100px}.layout .el-header .layout-event .layout-event-qrcode p[data-v-30bf4255]{font-size:12px;font-weight:400;color:#000;opacity:.45}.layout .el-header .layout-event .el-button--text[data-v-30bf4255]{font-weight:400;color:rgba(0,0,0,.85)}.layout .el-header .layout-event .el-button+.el-button[data-v-30bf4255]{margin-left:32px}.layout .el-main[data-v-30bf4255]{background:#f3f5f7;display:flex;padding:0;width:100%;height:100%;overflow-x:hidden}.layout .el-main .layout-body[data-v-30bf4255]{flex:1;overflow-x:hidden}.layout .el-main .layout-body .layout-package[data-v-30bf4255]{position:fixed;right:424px;top:190px;width:94px;height:32px;background:#fff;color:#595959;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:4px;text-align:center;line-height:32px;cursor:pointer}.layout .el-main .layout-body .layout-package.active[data-v-30bf4255]{background:#623ceb;color:#fff}.layout .el-main .layout-body .layout-setpage[data-v-30bf4255]{position:fixed;right:424px;top:142px;width:94px;height:32px;background:#fff;color:#595959;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:4px;text-align:center;line-height:32px;cursor:pointer}.layout .el-main .layout-body .layout-setpage.active[data-v-30bf4255]{background:#623ceb;color:#fff}.layout .el-main .layout-body .layout-totop[data-v-30bf4255]{position:fixed;width:48px;right:424px;bottom:24px;height:48px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);border-radius:50%;text-align:center;background:#fff}.layout .el-main .layout-body .layout-totop i.le-icon[data-v-30bf4255]{font-size:28px;line-height:48px;color:#bbbfc8}.layout .el-main .layout-body[data-v-30bf4255] .el-scrollbar__wrap{overflow-x:hidden}.layout .el-main .layout-body .layout-phone[data-v-30bf4255]{width:375px;min-height:765px;margin:20px auto;background:#f5f5f5;box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.layout .el-main .layout-body .layout-phone .layout-phone-header[data-v-30bf4255]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:64px;width:100%;background:url(https://cdn2.weimob.com/saas/@assets/saas-fe-retail-web-stc/retail2/images/storeDesign/ad_moible_top.png) no-repeat;background-size:cover;position:relative}.layout .el-main .layout-body .layout-phone .layout-phone-header-active[data-v-30bf4255]{position:absolute;width:100%;height:100%;border:2px solid #623ceb;left:-2px;top:-2px;z-index:2}.layout .el-main .layout-body .layout-phone .layout-phone-title[data-v-30bf4255]{height:40px;width:100%;line-height:40px;position:absolute;top:22px;left:50%;transform:translate(-50%);text-align:center;font-size:15px;font-weight:600;color:#35323b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.layout .el-main .layout-body .layout-phone .layout-phone-body[data-v-30bf4255]{min-height:700px;position:relative}.layout .el-main .layout-tool[data-v-30bf4255]{width:320px;background:#fff;height:100%;padding:0;margin:0;overflow-x:hidden}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse{border-top:0;border-bottom:0;padding:24px 20px 24px 28px}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .el-collapse-item__header{height:30px;line-height:30px;font-weight:700;color:rgba(0,0,0,.85);line-height:12px;border-bottom:0 solid #ebeef5}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .el-collapse-item__header .le-icon{width:12px;height:12px;line-height:12px;font-size:10px;color:#bbbfc8;transform:rotate(-90deg);margin-right:8px}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .el-collapse-item__header i.el-collapse-item__arrow{display:none!important;width:0;height:0}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .el-collapse-item__header i.el-icon-arrow-right:before{content:""}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .is-active .le-icon{font-size:10px;color:#bbbfc8;transform:rotate(0deg)}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .el-collapse-item__wrap{padding:4px;border-bottom:0 solid #ebeef5}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool{list-style-type:none;padding:0;margin:0}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool li{position:relative;float:left;width:87px;height:92px;background:#fff;margin-bottom:8px;z-index:1px;text-align:center;cursor:move}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool li .le-icon{font-size:32px;color:#623ceb}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool li .widget-icon{width:32px;height:32px;margin-top:15px}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool li span{display:block;width:100%;text-align:center;color:rgba(0,0,0,.65);font-size:12px}.layout .el-main .layout-tool[data-v-30bf4255] .el-collapse .el-collapse-item .fm-collapse-tool li:hover{box-shadow:0 0 10px 0 rgba(98,60,235,.1);border-radius:8px;z-index:10}.task-menus{padding-left:24px!important}.task .task_tab_tl[data-v-7aca5616]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-7aca5616] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-7aca5616]{margin-bottom:20px}.task-header[data-v-7aca5616] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-7aca5616]:focus,.task .el-button.is-disabled.is-plain[data-v-7aca5616]:hover,.task[data-v-7aca5616] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-7aca5616]{padding:0}.task .he-btn__span[data-v-7aca5616]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-7aca5616]{display:flex}.task-edit .__card_body[data-v-7aca5616]{width:100%}.task-edit .__card_body_img[data-v-7aca5616]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-7aca5616]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-7aca5616]{margin-left:8px}.task-edit__phone[data-v-7aca5616]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-7aca5616]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-7aca5616]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-7aca5616]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-7aca5616]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-7aca5616]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-7aca5616]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-7aca5616]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-7aca5616]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-7aca5616]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-7aca5616]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-7aca5616]{width:100%}.task-edit__lists[data-v-7aca5616]{flex:404px 1}.task-setting[data-v-7aca5616]{margin-top:20px;display:flex}.task-setting_left[data-v-7aca5616]{width:417px}.task-setting_right[data-v-7aca5616]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-7aca5616]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-7aca5616]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-7aca5616]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-7aca5616] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-7aca5616] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-7aca5616]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-7aca5616]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-7aca5616]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-7aca5616]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-7aca5616]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-7aca5616]{margin-bottom:20px}.task-goodsList .el-table[data-v-7aca5616]{margin-top:20px}.task-goodsList .__goods_cover[data-v-7aca5616]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-7aca5616]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-7aca5616]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-7aca5616]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-7aca5616]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-7aca5616]{margin-top:20px}.task-tables[data-v-7aca5616] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-7aca5616] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-7aca5616]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-7aca5616]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-7aca5616]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-7aca5616]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-7aca5616]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-7aca5616]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-7aca5616]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-7aca5616] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-7aca5616]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-7aca5616]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-7aca5616]{margin-top:10px}.task-content .__body[data-v-7aca5616]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-7aca5616]{margin:24px 0}.task-content .__search[data-v-7aca5616]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-7aca5616]{margin-bottom:20px}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-7aca5616] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}[data-v-7aca5616] .task-header .el-breadcrumb__item .el-breadcrumb__inner{color:#8c8c8c;font-weight:400}[data-v-7aca5616] .task-header .el-icon-arrow_start .el-breadcrumb__inner{color:#262626;font-weight:400}.leadshop{height:100%;width:100%}.le-sidebar-item{display:inline-block}.le-sidebar>ul.el-menu--inline{position:absolute;left:0;top:100px}.le-sidebar>ul.el-menu--inline>.nest-menu{display:block}.task-menus{width:100%;height:64px;background:#fff;border-radius:16px;padding:0 24px;margin-bottom:24px!important}.task-menus .le-sidebar-item{height:64px}.task-menus .el-menu-item{height:64px;line-height:64px}.task-menus .el-menu-item>span{height:62px;font-size:14px;font-weight:400;display:inline-block}.task-menus .el-menu-item.is-active{color:#623ceb}.task-menus .el-menu-item.is-active>span{height:62px;width:100%;border-bottom:2px solid #623ceb}.task-menus .el-menu-item:focus,.task-menus .el-menu-item:hover{outline:0;background-color:transparent}.layoutA[data-v-6d09c05e] .el-input--prefix .el-input__inner{padding-left:30px}.layoutA-header[data-v-6d09c05e]{margin-bottom:20px}.layoutA-header[data-v-6d09c05e] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.el-button--medium,.el-button--medium.is-round,.u-button{padding:10px 20px}.el-button,.el-checkbox,.el-checkbox-button__inner,.el-pager,.plTableBox .el-table th,.tree--btn-wrapper,.u-button[disabled]{-moz-user-select:none;-ms-user-select:none}.u-icon{width:1em;height:1em}.u-icon.loading{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.box-shadow{box-shadow:0 0 5px rgba(0,0,0,.1)}.u-button{font-size:14px;border-radius:4px;border:1px solid #e6e6e6;background:#fff;display:inline-flex;justify-content:center;align-items:center;transition:all .2s;cursor:pointer}.u-button:focus{border-color:#f1c40f;outline:0}.u-button>.cloakLeft{float:left;height:inherit;opacity:.5}.u-button>.cloakRight{float:right;height:inherit;opacity:.5}.u-button.size-big{font-size:15px;padding:10px 23px;border-radius:5px}.u-button.size-medium{font-size:14px;padding:8px 18px;border-radius:4px}.u-button.size-small{font-size:13px;padding:6px 15px;border-radius:3px}.u-button.size-mini{font-size:12px;padding:4px 12px;border-radius:3px}.u-button:hover{opacity:.6}.u-button:active{background-color:#eee}.u-button>.u-button-content{order:2;white-space:nowrap}.u-button>.u-icon{order:1;margin-left:0;margin-right:.3em}.u-button.icon-right>.u-icon{order:2;margin-right:0;margin-left:.3em}.u-button.icon-right>.u-button-content{order:1}.u-button[disabled]{color:#c0c4cc;background:0 0;pointer-events:none;border-color:#ebeef5;opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:not-allowed}.u-button[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9}.u-button.dashed{border:1px dashed #e6e6e6}.u-button.type-error{color:#fff;background-color:#f54242;border-color:#f54242}.u-button.type-error:active{opacity:1;color:#fff;background-color:#d81e06;border-color:#d81e06}.u-button.type-warn,.u-button.type-warn:hover{border-color:#ffb311}.u-button.type-warn{color:#fff;background-color:#ffb311}.u-button.type-info{color:#fff;background-color:#c2c5cb;border-color:#c2c5cb}.u-button.type-info:hover{border-color:#909399}.u-button.type-success{color:#fff;background-color:#17cc15;border-color:#17cc15}.u-button.type-success:hover{opacity:1;border-color:#17cc15}.u-button.type-primary{color:#fff;background-color:#26acee;border-color:#26acee}.u-button.type-primary:hover{opacity:1;border-color:#26acee}.u-button.type-success.plain{color:#17cc15;background-color:#f0f9eb;border-color:#17cc15}.u-button.type-success.plain:hover{opacity:1;color:#fff;background-color:#17cc15;border-color:#17cc15}.u-button.type-primary.plain{color:#26acee;background-color:#ecf5ff;border-color:#26acee}.u-button.type-primary.plain:hover{opacity:1;color:#fff;background-color:#26acee;border-color:#26acee}.u-button.type-info.plain{color:#c2c5cb;background-color:#f4f4f5;border-color:#c2c5cb}.u-button.type-info.plain:hover{opacity:1;color:#fff;background-color:#c2c5cb;border-color:#c2c5cb}.u-button.type-warn.plain{color:#ffb311;background-color:#fdf6ec;border-color:#ffb311}.u-button.type-warn.plain:hover{opacity:1;color:#fff;background-color:#ffb311;border-color:#ffb311}.u-button.type-error.plain{color:#f54242;background-color:#fef0f0;border-color:#f54242}.u-button.type-error.plain:hover{opacity:1;color:#fff;background-color:#f54242;border-color:#f54242}.u-button.type-error.plain:active{opacity:1;color:#fff;background-color:#d81e06;border-color:#d81e06}.u-button.danger:hover{border:6px solid #f54242;border-radius:5px;z-index:1;opacity:0;-webkit-animation:danger 1s ease-out;animation:danger 1s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.u-button.circle{width:2.5em;height:2.5em;border-radius:50%;padding:10px;font-size:16px}.u-button.circle .u-icon{margin-left:0;margin-right:0}.u-button.circle.type-primary:hover{background-color:#26acee}.u-button.circle.type-success:hover{background-color:#17cc15}.u-button.circle.type-warn:hover{background-color:#ffb311}.u-button.circle.type-error:hover{background-color:#f54242}.u-button.circle.type-info:hover{background-color:#c2c5cb}.u-button .loading{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.u-button.loadingCloak{opacity:.5}@-webkit-keyframes loop{to{top:-8px;left:-8px;bottom:-8px;right:-8px;border-width:6px;opacity:0}}@keyframes loop{to{top:-8px;left:-8px;bottom:-8px;right:-8px;border-width:6px;opacity:0}}@keyframes danger{0%{transform:scale(1);opacity:0}25%{transform:scale(1.02);opacity:.1}50%{transform:scale(1.04);opacity:.3}75%{transform:scale(1.06);opacity:.5}to{transform:scale(1.08);opacity:0}}@-webkit-keyframes danger{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(0);opacity:.1}50%{-webkit-transform:scale(.1);opacity:.3}75%{-webkit-transform:scale(.5);opacity:.5}to{-webkit-transform:scale(1);opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loop{position:relative}.loop:before{content:"";display:block;background-color:inherit;pointer-events:none;position:absolute;z-index:1;top:-3px;left:-3px;bottom:-3px;right:-3px;border-radius:inherit;border:0 solid inherit;opacity:.3;-webkit-animation:loop .3s ease-in-out;animation:loop .3s ease-in-out;flex-shrink:0}.el-button,.el-pager,.plTableBox .el-table th{-webkit-user-select:none}.el-button+.el-button,.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-button:focus,.el-button:hover{border-color:#c6e2ff;background-color:#ecf5ff}.el-button.is-active,.el-button.is-plain:active,.el-button:active{color:#3a8ee6;border-color:#3a8ee6}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--text{border-color:transparent;background:0 0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff}.el-button--text:active{color:#3a8ee6}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:hsla(0,0%,100%,.5)}.el-button-group:after,.el-button-group:before,.el-pagination:after,.el-pagination:before{display:table;content:""}.el-pagination button{border:none;background:0 0}.el-pagination .btn-next,.el-pagination .btn-prev{background:50% no-repeat #fff}.el-input,.el-pager,.el-pager li,.el-textarea{display:inline-block}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination__jump .el-input__inner{padding:0 3px}.el-input__inner,.el-pager li,.el-select-dropdown__item,.el-textarea__inner{-webkit-box-sizing:border-box}.el-pager li{padding:0 4px;background:#fff;min-width:35.5px;line-height:28px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input__inner:hover,.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-input__suffix{pointer-events:none}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-select__input{border:none}.el-popper[x-placement^=top],.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=bottom],.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=left],.el-tooltip__popper[x-placement^=left]{margin-right:12px}.plTableBox .el-table,.plTableBox .el-table__expanded-cell{background-color:#fff}.plTableBox .el-table{position:relative;overflow:hidden;box-sizing:border-box;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.plTableBox .el-table__empty-block{min-height:60px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.plTableBox .el-table__empty-text{line-height:60px;width:50%;color:#909399}.plTableBox .el-table__expand-column .cell{padding:0;text-align:center}.plTableBox .el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;transition:transform .2s ease-in-out;height:20px}.plTableBox .el-table__expand-icon--expanded{transform:rotate(90deg)}.plTableBox .el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.plTableBox .el-table__expanded-cell[class*=cell]{padding:20px 50px}.plTableBox .el-table__expanded-cell:hover{background-color:transparent!important}.plTableBox .el-table__placeholder{display:inline-block;width:20px}.plTableBox .el-table__append-wrapper{overflow:hidden}.plTableBox .el-table--fit{border-right:0;border-bottom:0}.plTableBox .el-table--fit td.gutter,.plTableBox .el-table--fit th.gutter{border-right-width:1px}.plTableBox .el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.plTableBox .el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.plTableBox .el-table thead{color:#909399;font-weight:500}.plTableBox .el-table thead.is-group th{background:#f5f7fa}.plTableBox .el-table td,.plTableBox .el-table th{padding:12px 0;min-width:0;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.plTableBox .el-table td.is-center,.plTableBox .el-table th.is-center{text-align:center}.plTableBox .el-table td.is-right,.plTableBox .el-table th.is-right{text-align:right}.plTableBox .el-table td.gutter,.plTableBox .el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.plTableBox .el-table td.is-hidden>*,.plTableBox .el-table th.is-hidden>*{visibility:hidden}.plTableBox .el-table--medium td,.plTableBox .el-table--medium th{padding:10px 0}.plTableBox .el-table--small{font-size:12px}.plTableBox .el-table--small td,.plTableBox .el-table--small th{padding:8px 0}.plTableBox .el-table--mini{font-size:12px}.plTableBox .el-table--mini td,.plTableBox .el-table--mini th{padding:6px 0}.plTableBox .el-table tr{background-color:#fff}.plTableBox .el-table tr input[type=checkbox]{margin:0}.plTableBox .el-table td,.plTableBox .el-table th.is-leaf{border-bottom:1px solid #ebeef5}.plTableBox .el-table th.is-sortable{cursor:pointer}.plTableBox .el-table th{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.plTableBox .el-table th>.cell{display:inline-block;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.plTableBox .el-table th>.cell.highlight{color:#623ceb}.plTableBox .el-table th.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.plTableBox .el-table td div{box-sizing:border-box}.plTableBox .el-table td.gutter{width:0}.plTableBox .el-table .cell{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.plTableBox .el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.plTableBox .el-table--border,.plTableBox .el-table--group{border:1px solid #ebeef5}.plTableBox .el-table--border:after,.plTableBox .el-table--group:after,.plTableBox .el-table:before{content:"";position:absolute;background-color:#ebeef5;z-index:1}.plTableBox .el-table--border:after,.plTableBox .el-table--group:after{top:0;right:0;width:1px;height:100%}.plTableBox .el-table:before{left:0;bottom:0;width:100%;height:1px}.plTableBox .el-table--border{border-right:none;border-bottom:none}.plTableBox .el-table--border.el-loading-parent--relative{border-color:transparent}.plTableBox .el-table--border td,.plTableBox .el-table--border th,.plTableBox .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.plTableBox .el-table--border td:first-child .cell,.plTableBox .el-table--border th:first-child .cell{padding-left:10px}.plTableBox .el-table--border th.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.plTableBox .el-table--border th{border-bottom:1px solid #ebeef5}.plTableBox .el-table--hidden{visibility:hidden}.plTableBox .el-table__fixed,.plTableBox .el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;box-shadow:0 0 10px rgba(0,0,0,.12)}.plTableBox .el-table__fixed-right:before,.plTableBox .el-table__fixed:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.plTableBox .el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff;border-bottom:1px solid #ebeef5}.plTableBox .el-table__fixed-right{top:0;left:auto;right:0}.plTableBox .el-table__fixed-right .el-table__fixed-body-wrapper,.plTableBox .el-table__fixed-right .el-table__fixed-footer-wrapper,.plTableBox .el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.plTableBox .el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.plTableBox .el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.plTableBox .el-table__fixed-footer-wrapper tbody td{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.plTableBox .el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.plTableBox .el-table__body-wrapper,.plTableBox .el-table__footer-wrapper,.plTableBox .el-table__header-wrapper{width:100%}.plTableBox .el-table__footer-wrapper td{border-top:1px solid #ebeef5}.plTableBox .el-table__body,.plTableBox .el-table__footer,.plTableBox .el-table__header{table-layout:fixed;border-collapse:separate}.plTableBox .el-table__footer-wrapper,.plTableBox .el-table__header-wrapper{overflow:hidden}.plTableBox .el-table__footer-wrapper tbody td,.plTableBox .el-table__header-wrapper tbody td{background-color:#f5f7fa;color:#606266}.plTableBox .el-table__body-wrapper{overflow:hidden;position:relative}.plTableBox .el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.plTableBox .el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.plTableBox .el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.plTableBox .el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{box-shadow:none}.plTableBox .el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.plTableBox .el-table .caret-wrapper{display:inline-flex;flex-direction:column;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.plTableBox .el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.plTableBox .el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.plTableBox .el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.plTableBox .el-table .ascending .sort-caret.ascending{border-bottom-color:#623ceb}.plTableBox .el-table .descending .sort-caret.descending{border-top-color:#623ceb}.plTableBox .el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td{background:#fafafa}.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff}.plTableBox .el-table__body tr.hover-row.current-row>td,.plTableBox .el-table__body tr.hover-row.el-table__row--striped.current-row>td,.plTableBox .el-table__body tr.hover-row.el-table__row--striped>td,.plTableBox .el-table__body tr.hover-row>td{background-color:#f5f7fa}.plTableBox .el-table__body tr.current-row>td{background-color:#ecf5ff}.plTableBox .el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.plTableBox .el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.plTableBox .el-table__column-filter-trigger i{color:#909399;font-size:12px;transform:scale(.75)}.plTableBox .el-table--enable-row-transition .el-table__body td{transition:background-color .25s ease}.plTableBox .el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#f5f7fa}.plTableBox .el-table--fluid-height .el-table__fixed,.plTableBox .el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.plTableBox .el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner,.el-checkbox__inner{width:14px;height:14px}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox-button__inner{font-weight:500;-webkit-user-select:none}.el-checkbox-button.is-checked .el-checkbox-button__inner{box-shadow:-1px 0 0 0 #8cc5ff}.plTableBox .el-table-column--selection .cell{padding-left:14px;padding-right:14px}.plTableBox .el-table-filter{border:1px solid #ebeef5;border-radius:2px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:2px 0}.plTableBox .el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.plTableBox .el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.plTableBox .el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.plTableBox .el-table-filter__list-item.is-active{background-color:#623ceb;color:#fff}.plTableBox .el-table-filter__content{min-width:100px}.plTableBox .el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.plTableBox .el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-tag,.el-tooltip__popper{border-radius:4px;font-size:12px}.plTableBox .el-table-filter__bottom button:hover{color:#623ceb}.plTableBox .el-table-filter__bottom button:focus{outline:0}.plTableBox .el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.plTableBox .el-table-filter__wrap{max-height:280px}.plTableBox .el-table-filter__checkbox-group{padding:10px}.plTableBox .el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.plTableBox .el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-tag{background-color:#ecf5ff;border-color:#d9ecff}.el-tag.el-tag--info{border-color:#e9e9eb;color:#909399}.el-tag.el-tag--success{border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--warning{border-color:#faecd8;color:#e6a23c}.el-tag--dark .el-tag__close:hover{background-color:#66b1ff}.el-tag--plain{border-color:#b3d8ff}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow,.el-tooltip__popper[x-placement^=top] .popper__arrow:after{border-top-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow,.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right] .popper__arrow,.el-tooltip__popper[x-placement^=right] .popper__arrow:after{border-right-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow,.el-tooltip__popper[x-placement^=left] .popper__arrow:after{border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.plTableBox{width:100%;position:relative}.plTableBox .el-table .umy-table-beyond{white-space:nowrap!important;position:relative}.plTableBox .el-table__virtual-wrapper .el-table__body{width:100%}.plTableBox .el-table--fixed__virtual-wrapper{width:auto!important}.plTableBox .el-table--border th .pltableDragIcon{position:absolute;display:inline-block;width:7px;top:0;right:0;z-index:2;height:100%}.plTableBox .el-table--border th .pltableDragIconHover:hover{background-color:#c7c9cc}.plTableBox .el-table--border th .pltableDragIcon i{background-color:#c7c9cc;right:0;top:25%;display:block;height:50%;width:1px;position:absolute}.plTableBox .el-table__footer-wrapper{margin-top:0!important}.plTableBox .umy-table-header-border-right-none-th{border-right:none!important}.plTableBox .el-disabled{cursor:default!important;opacity:.4;-ms-pointer-events:none;pointer-events:none}.plTableBox .fixed-columns-roll-style .el-table__body-wrapper,.plTableBox .fixed-columns-roll-style .pltableFixedWrapper{z-index:2!important}.plTableBox .myPagination{padding-top:20px;text-align:right}.plTableBox .myPagination .el-pagination{color:#606266!important}.plTableBox .plDialog{width:0;position:absolute;top:0;right:0;height:100%;z-index:5556!important;background-color:#fff;transition:width .3s}.plTableBox .plDialog .checkListBox{width:100%;height:calc(100% - 110px);overflow-y:auto}.plTableBox li,.plTableBox ul{list-style:none}.plTableBox .plDialog .checkListBox ul li{overflow:hidden;box-sizing:border-box;padding:10px 17px 10px 20px;height:40px}.plTableBox .plDialog .checkListBox ul li:hover{background-color:#eff2f7}.plTableBox .plDialog .checkListBox ul li:hover .iconfont{display:block!important}.plTableBox .plDialog .checkListBox ul li .iconfont{font-size:16px;color:#555;display:none;float:right;width:30px;height:20px;text-align:center;line-height:23px}.plTableBox .plDialog .checkListBox ul li .iconfont:hover{color:#623ceb;cursor:pointer}.plTableBox .plDialog .checkListBox::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(144,147,153,.5)}.plTableBox .plDialog .table-cus-header{font-size:16px;line-height:50px;height:50px;padding-left:20px;color:#415161;box-sizing:border-box;border-bottom:1px solid #e7e9f1}.plTableBox .plDialog .table-cus-footer{width:100%;height:60px;line-height:60px;padding-left:20px;box-sizing:border-box}.plTableBox .plDialog .checkListBox::-webkit-scrollbar{width:9px;height:9px;background-color:hsla(0,0%,100%,0)}.plTableBox .pltree-loading{width:1.5em;position:absolute;top:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5555!important;background-color:#000;opacity:.2}.beautifyTableClass .plTbaleTotal .el-table__footer-two{border-top:1px solid #c7c9cc}.beautifyTableClass .el-table .el-table__header th{background-color:#f8f8f9}.beautifyTableClass .el-table__body,.beautifyTableClass .el-table__fixed-right:before,.beautifyTableClass .el-table__fixed:before{background-color:transparent!important}.beautifyTableClass .el-table th.is-leaf{border-bottom:none!important}.beautifyTableClass .el-table__fixed-footer-wrapper tbody td,.beautifyTableClass .el-table__footer-wrapper td{border-top:none!important;border-bottom:none!important}.beautifyTableClass .el-table .lineFooter td{border-bottom:1px solid #ebeef5!important}.beautifyTableClass .el-table__fixed-right .el-table__row td:last-child{border-right:none}.beautifyTableClass .el-table--border,.beautifyTableClass .el-table--border th.gutter:last-of-type,.beautifyTableClass .el-table--group{border:none!important}.beautifyTableClass .el-table__expand-icon>.el-icon{margin-left:-7px;margin-top:-3px;top:32%}.beautifyTableClass .el-table__footer-wrapper{background-color:#f5f7fa!important}.beautifyTableClass .el-table__header-wrapper,.beautifyTableClass .el-table th{background:#f7f7f7}.beautifyTableClass .el-table--border:after,.beautifyTableClass .el-table--group:after{width:0!important}.beautifyTableClass .el-table:before{height:0!important}.beautifyTableClass .el-table__fixed{box-shadow:5px 0 5px rgba(0,0,0,.1)}.beautifyTableClass .el-table__fixed-right{box-shadow:-6px 0 6px rgba(0,0,0,.1)}.beautifyTableClass .el-table__body-wrapper td,.beautifyTableClass .el-table__fixed-body-wrapper td,.beautifyTableClass .el-table__fixed-footer-wrapper td,.beautifyTableClass .el-table__footer-wrapper td{border-right:none!important}.beautifyTableClass .el-table__fixed-right-patch{background-color:transparent!important;border-color:transparent!important;z-index:3;top:0!important;border-bottom:none!important}.beautifyTableClass ::-webkit-scrollbar{width:9px;height:9px;background-color:hsla(0,0%,100%,0)}.beautifyTableClass .singleTable ::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(144,147,153,.5)}.cell--tree-node{position:relative}.pl-tree-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding-left:1.5em}.tree--btn-wrapper{position:absolute;top:50%;width:1em;height:1em;line-height:1em;margin-top:-.5em;transition:transform .2s ease-in-out;z-index:1;user-select:none;color:#333!important;font-size:16px;cursor:pointer}.elx-loading,.tree--btn-wrapper,[class*=elx-icon--]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.tree--btn-wrapper.tree--btn-wrapper-show{transform:rotate(90deg)}.reverse-table .u-table--fixed-left-wrapper .u-body--column{background-color:#f8f8f9}.elx-icon--square:before,.elx-icon--zoomin,.elx-icon--zoomout:after,.elx-icon--zoomout:before{border-width:.1em;border-color:inherit}[class*=elx-icon--]{display:inline-block;vertical-align:middle;position:relative;direction:ltr;font-family:Verdana,Arial,Tahoma;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[class*=elx-icon--].rotate45{transform:rotate(45deg)}[class*=elx-icon--].rotate90{transform:rotate(90deg)}[class*=elx-icon--].rotate180{transform:rotate(180deg)}.elx-icon--arrow-bottom,.elx-icon--arrow-left,.elx-icon--arrow-right,.elx-icon--arrow-top,.elx-icon--calendar,.elx-icon--caret-bottom,.elx-icon--caret-left,.elx-icon--caret-right,.elx-icon--caret-top,.elx-icon--check,.elx-icon--circle-plus,.elx-icon--close,.elx-icon--d-arrow-left,.elx-icon--d-arrow-right,.elx-icon--dot,.elx-icon--download,.elx-icon--edit-outline,.elx-icon--error,.elx-icon--eye,.elx-icon--eye-slash,.elx-icon--funnel,.elx-icon--info,.elx-icon--menu,.elx-icon--minus,.elx-icon--more,.elx-icon--plus,.elx-icon--print,.elx-icon--question,.elx-icon--refresh,.elx-icon--remove,.elx-icon--search,.elx-icon--square,.elx-icon--success,.elx-icon--upload,.elx-icon--warning,.elx-icon--zoomin,.elx-icon--zoomout{width:1em;height:1em;line-height:1em}.elx-icon--arrow-bottom:before,.elx-icon--arrow-left:before,.elx-icon--arrow-right:before,.elx-icon--arrow-top:before,.elx-icon--calendar:after,.elx-icon--calendar:before,.elx-icon--caret-bottom:before,.elx-icon--caret-left:before,.elx-icon--caret-right:before,.elx-icon--caret-top:before,.elx-icon--check:before,.elx-icon--circle-plus:after,.elx-icon--close:before,.elx-icon--d-arrow-left:after,.elx-icon--d-arrow-left:before,.elx-icon--d-arrow-right:after,.elx-icon--d-arrow-right:before,.elx-icon--dot:before,.elx-icon--download:after,.elx-icon--download:before,.elx-icon--edit-outline:after,.elx-icon--edit-outline:before,.elx-icon--error:after,.elx-icon--eye-slash:after,.elx-icon--eye-slash:before,.elx-icon--eye:before,.elx-icon--funnel:after,.elx-icon--funnel:before,.elx-icon--info:after,.elx-icon--minus:before,.elx-icon--more:before,.elx-icon--plus:before,.elx-icon--print:after,.elx-icon--print:before,.elx-icon--question:after,.elx-icon--refresh:after,.elx-icon--refresh:before,.elx-icon--remove:after,.elx-icon--search:after,.elx-icon--search:before,.elx-icon--square:before,.elx-icon--success:after,.elx-icon--upload:after,.elx-icon--upload:before,.elx-icon--warning:after,.elx-icon--zoomin:after,.elx-icon--zoomin:before,.elx-icon--zoomout:after,.elx-icon--zoomout:before{content:"";position:absolute}.elx-icon--square:before{left:.05em;top:.05em;width:.9em;height:.9em;border-style:solid}.elx-icon--zoomin{border-style:solid;background-color:#fff}.elx-icon--zoomin:after,.elx-icon--zoomin:before{background-color:inherit}.elx-icon--zoomin:before{left:-.1em;top:.2em;width:1.1em;height:.4em}.elx-icon--zoomin:after{top:-.1em;left:.2em;width:.4em;height:1.1em}.elx-icon--zoomout{position:relative}.elx-icon--zoomout:before{right:0;top:0;width:.7em;height:.7em;border-style:solid}.elx-icon--zoomout:after{left:.1em;bottom:.1em;width:.7em;height:.7em;border-style:solid;background-color:#fff}.elx-icon--menu:before{content:"";display:inline-block;width:.22em;height:.22em;box-shadow:0 -.36em 0,-.36em -.36em 0,.36em -.36em 0,inset 0 0 0 1em,-.36em 0 0,.36em 0 0,0 .36em 0,-.36em .36em 0,.36em .36em 0;margin:.26em}.elx-icon--caret-bottom:before,.elx-icon--caret-left:before,.elx-icon--caret-right:before,.elx-icon--caret-top:before{border-width:.4em;border-style:solid;border-color:transparent}.elx-icon--caret-top:before{left:.1em;bottom:.3em;border-bottom-color:inherit}.elx-icon--caret-bottom:before{left:.1em;top:.3em;border-top-color:inherit}.elx-icon--caret-left:before{right:.3em;bottom:.1em;border-right-color:inherit}.elx-icon--caret-right:before{left:.3em;bottom:.1em;border-left-color:inherit}.elx-icon--arrow-bottom:before,.elx-icon--arrow-left:before,.elx-icon--arrow-right:before,.elx-icon--arrow-top:before{top:.4em;left:.14em;width:.7em;height:.7em;border-width:.15em;border-style:solid;border-top-color:inherit;border-right-color:inherit;border-bottom-color:transparent;border-left-color:transparent;border-radius:.15em;transform:rotate(-45deg)}.elx-icon--arrow-bottom:before{top:0;left:.14em;transform:rotate(135deg)}.elx-icon--arrow-left:before{top:.18em;left:.35em;transform:rotate(-135deg)}.elx-icon--arrow-right:before{top:.18em;left:0;transform:rotate(45deg)}.elx-icon--d-arrow-left:before,.elx-icon--d-arrow-right:before{left:.15em}.elx-icon--d-arrow-left:after,.elx-icon--d-arrow-right:after{left:.58em}.elx-icon--d-arrow-left:after,.elx-icon--d-arrow-left:before,.elx-icon--d-arrow-right:after,.elx-icon--d-arrow-right:before{top:.18em;width:.7em;height:.7em;border-width:.15em;border-style:solid;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:inherit;border-radius:.15em;transform:rotate(-45deg)}.elx-icon--d-arrow-right:after,.elx-icon--d-arrow-right:before{transform:rotate(135deg)}.elx-icon--d-arrow-right:before{left:-.25em}.elx-icon--d-arrow-right:after{left:.18em}.elx-icon--funnel:before{top:.05em;left:0;border-width:.5em;border-style:solid;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.elx-icon--funnel:after{left:.41em;top:.4em;width:0;height:.5em;border-width:0 .2em 0 0;border-style:solid;border-right-color:inherit}.elx-icon--edit-outline:before{height:.84em;width:.86em;top:.1em;left:.02em;border-radius:.2em;border-width:.1em;border-style:solid;border-color:inherit}.elx-icon--edit-outline:after{left:.6em;bottom:.2em;width:0;height:.8em;border-radius:0 0 80% 80%;border-width:0 0 0 .22em;border-style:solid;border-color:inherit;transform:rotate(45deg)}.elx-icon--check:before,.elx-icon--eye-slash:after{border-style:solid}.elx-icon--more:before{content:"...";top:0;left:.1em;line-height:.5em;font-weight:700}.elx-icon--plus:before{content:"+";left:-.05em;bottom:0;line-height:.9em;font-size:1.4em}.elx-icon--check:before{left:.25em;bottom:.2em;width:.5em;height:.9em;border-width:.15em;border-top-color:transparent;border-right-color:inherit;border-bottom-color:inherit;border-radius:.15em;border-left-color:transparent;transform:rotate(45deg)}.elx-icon--close:before{content:"\D7";left:-.05em;bottom:0;line-height:.8em;font-size:1.4em}.elx-icon--minus:before{content:"\2500";left:0;bottom:0;width:100%;text-align:center;line-height:.9em;font-size:1.2em}.elx-icon--refresh{border-width:.1em;border-style:solid;border-radius:50%;border-right-color:transparent!important;border-left-color:transparent!important}.elx-icon--refresh:before{left:50%;top:0;transform:translateX(50%) rotate(-45deg)}.elx-icon--refresh:after{right:50%;bottom:0;transform:translateX(-50%) rotate(135deg)}.elx-icon--refresh:after,.elx-icon--refresh:before{width:0;height:0;border-width:.25em;border-style:solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.elx-icon--refresh.roll{-webkit-animation:rollCircle 1s linear infinite;animation:rollCircle 1s linear infinite}@-webkit-keyframes rollCircle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rollCircle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.elx-icon--circle-plus:before,.elx-icon--error:before,.elx-icon--info:before,.elx-icon--question:before,.elx-icon--remove:before,.elx-icon--success:before,.elx-icon--warning:before{content:"";border-radius:50%;border-width:.5em;border-style:solid;border-color:inherit;position:absolute;top:0;left:0;transform:scale(.95)}.elx-icon--info:after,.elx-icon--question:after,.elx-icon--warning:after{left:0;bottom:0;width:100%;text-align:center;color:#fff;transform:rotate(-10deg) scale(.75)}.elx-icon--question:after{content:"\3F"}.elx-icon--info:after{content:"\A1"}.elx-icon--warning:after{content:"\21"}.elx-icon--success:after{content:"\2713";left:.25em;bottom:0;color:#fff;font-size:.65em}.elx-icon--circle-plus:after,.elx-icon--remove:after{left:0;width:100%;color:#fff;text-align:center;bottom:0}.elx-icon--circle-plus:after{content:"+";line-height:1.4em;font-size:.8em}.elx-icon--remove:after{content:"\2500";line-height:1.5em;font-size:.7em}.elx-icon--error:after{content:"\D7";left:0;bottom:0;width:100%;line-height:1.4em;text-align:center;color:#fff;font-size:.8em}.elx-icon--download:after,.elx-icon--upload:after{content:"\2191";left:0}.elx-icon--download,.elx-icon--upload{overflow:hidden}.elx-icon--download:before,.elx-icon--upload:before{left:0;width:1em;border-width:0;border-style:solid;border-color:inherit}.elx-icon--download:after,.elx-icon--upload:after{width:100%;text-align:center;font-size:2em}.elx-icon--upload:before{top:.1em;border-top-width:.1em}.elx-icon--upload:after{top:.15em}.elx-icon--download:before{bottom:.05em;border-bottom-width:.1em}.elx-icon--download:after{bottom:.15em;transform:rotate(180deg)}.elx-icon--eye-slash:before,.elx-icon--eye:before{content:"\25CF";top:.16em;left:0;width:1em;height:.68em;line-height:.25em;border-radius:50%;border-width:.1em;border-style:solid;border-color:inherit;text-align:center}.elx-icon--eye-slash:after{top:-.1em;left:.45em;width:0;height:1.2em;border-width:0 0 0 .1em;border-color:inherit;transform:rotate(45deg)}.elx-icon--calendar:before{top:.15em;left:0;width:1em;height:.8em;border-width:.2em .1em .1em;border-radius:.1em .1em 0 0;border-style:solid;border-color:inherit}.elx-icon--calendar:after{left:.2em;top:0;width:.6em;height:.3em;border-width:0 .1em;border-style:solid;border-color:inherit}.elx-icon--dot:before{top:.25em;left:.25em;border-radius:50%;border-width:.25em;border-style:solid;border-color:inherit}.elx-icon--print{box-shadow:inset 0 0 0 .1em;border-width:.2em 0;border-style:solid;border-color:transparent!important;border-radius:.3em .3em 0 0}.elx-icon--print:before{height:.3em;top:-.2em}.elx-icon--print:after,.elx-icon--print:before{width:.6em;left:.2em;box-shadow:inset 0 0 0 .1em}.elx-icon--print:after{height:.6em;bottom:-.2em;background-color:#fff}.elx-icon--search:before{top:0;left:0;width:.8em;height:.8em;border-width:.15em;border-style:solid;border-color:inherit;border-radius:50%}.elx-icon--search:after{top:.75em;left:.6em;width:.35em;height:0;border-width:.15em 0 0;border-style:solid;border-color:inherit;transform:rotate(45deg)}.elx-loading{display:none;position:absolute;width:100%;height:100%;top:0;left:0;z-index:99;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,.2)}.elx-loading.is--visible{display:block}.elx-loading .elx-loading--spinner{width:56px;height:56px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elx-loading .elx-loading--spinner:after,.elx-loading .elx-loading--spinner:before{content:"";width:100%;height:100%;border-radius:50%;background-color:#623ceb;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}.elx-loading .elx-loading--spinner:after{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.size--mini .elx-loading .elx-loading--spinner{width:38px;height:38px}.size--small .elx-loading .elx-loading--spinner{width:44px;height:44px}.size--medium .elx-loading .elx-loading--spinner{width:50px;height:50px}.elx-table .elx-body--column.col--ellipsis,.elx-table.elx-editable .elx-body--column,.elx-table .elx-footer--column.col--ellipsis,.elx-table .elx-header--column.col--ellipsis{height:48px}.elx-table.elx-editable.size--medium .elx-body--column,.elx-table.size--medium .elx-body--column.col--ellipsis,.elx-table.size--medium .elx-footer--column.col--ellipsis,.elx-table.size--medium .elx-header--column.col--ellipsis{height:44px}.elx-table.elx-editable.size--small .elx-body--column,.elx-table.size--small .elx-body--column.col--ellipsis,.elx-table.size--small .elx-footer--column.col--ellipsis,.elx-table.size--small .elx-header--column.col--ellipsis{height:40px}.elx-table.elx-editable.size--mini .elx-body--column,.elx-table.size--mini .elx-body--column.col--ellipsis,.elx-table.size--mini .elx-footer--column.col--ellipsis,.elx-table.size--mini .elx-header--column.col--ellipsis{height:36px}.elx-table--file-form,.elx-table-slots{display:none}.elx-table--print-frame{position:fixed;bottom:-100%;left:-100%;height:0;width:0;border:0}.elx-table--body-wrapper,.elx-table--fixed-left-body-wrapper,.elx-table--fixed-right-body-wrapper{overflow-y:auto;overflow-x:auto}.elx-table--borders .elx-table-border-bottom,.elx-table--borders .elx-table-border-left,.elx-table--borders .elx-table-border-right,.elx-table--borders .elx-table-border-top{position:absolute;background-color:#623ceb}.elx-table--borders .elx-table-checked-borders .elx-table-border-bottom,.elx-table--borders .elx-table-checked-borders .elx-table-border-top{height:2px}.elx-table--borders .elx-table-checked-borders .elx-table-border-left,.elx-table--borders .elx-table-checked-borders .elx-table-border-right{width:2px}.elx-table--borders .elx-table-copyed-borders .elx-table-border-bottom,.elx-table--borders .elx-table-copyed-borders .elx-table-border-top{height:3px}.elx-table--borders .elx-table-copyed-borders .elx-table-border-left,.elx-table--borders .elx-table-copyed-borders .elx-table-border-right{width:3px}.elx-table--borders .elx-table-copyed-borders>span{background:repeating-linear-gradient(135deg,transparent,transparent 3px,#623ceb 0,#623ceb 9px);-webkit-animation:shine 1s linear infinite;animation:shine 1s linear infinite}.elx-body--row .elx-body--column.col--checked{position:relative;background-color:#e6f7ff}.elx-body--row .elx-body--column.col--selected{background-color:#fff}@-webkit-keyframes shine{0%{background-position:-1px -1px}to{background-position:-12px -12px}}@keyframes shine{0%{background-position:-1px -1px}to{background-position:-12px -12px}}.elx-cell .elx-default-input,.elx-cell .elx-default-select,.elx-cell .elx-default-textarea,.elx-table--filter-wrapper .elx-default-input,.elx-table--filter-wrapper .elx-default-select,.elx-table--filter-wrapper .elx-default-textarea{outline:0;padding:0 2px;width:100%;color:#606266;border-radius:4px;border:1px solid #dcdfe6;height:34px}.elx-cell .elx-default-input:focus,.elx-cell .elx-default-select:focus,.elx-cell .elx-default-textarea:focus,.elx-table--filter-wrapper .elx-default-input:focus,.elx-table--filter-wrapper .elx-default-select:focus,.elx-table--filter-wrapper .elx-default-textarea:focus{border:1px solid #623ceb}.elx-cell .elx-default-input[disabled],.elx-cell .elx-default-select[disabled],.elx-cell .elx-default-textarea[disabled],.elx-table--filter-wrapper .elx-default-input[disabled],.elx-table--filter-wrapper .elx-default-select[disabled],.elx-table--filter-wrapper .elx-default-textarea[disabled]{cursor:not-allowed;background-color:#f3f3f3}.elx-cell .elx-default-input[type=date]::-webkit-inner-spin-button,.elx-table--filter-wrapper .elx-default-input[type=date]::-webkit-inner-spin-button{margin-top:4px}.elx-cell .elx-default-input[type=date]::-webkit-inner-spin-button,.elx-cell .elx-default-input[type=number]::-webkit-inner-spin-button,.elx-table--filter-wrapper .elx-default-input[type=date]::-webkit-inner-spin-button,.elx-table--filter-wrapper .elx-default-input[type=number]::-webkit-inner-spin-button{height:24px}.elx-cell .elx-default-input::-moz-placeholder,.elx-table--filter-wrapper .elx-default-input::-moz-placeholder{color:#c0c4cc}.elx-cell .elx-default-input:-ms-input-placeholder,.elx-table--filter-wrapper .elx-default-input:-ms-input-placeholder{color:#c0c4cc}.elx-cell .elx-default-input::placeholder,.elx-table--filter-wrapper .elx-default-input::placeholder{color:#c0c4cc}.elx-cell .elx-default-textarea,.elx-table--filter-wrapper .elx-default-textarea{vertical-align:middle}.elx-cell .elx-input,.elx-cell .elx-select,.elx-cell .elx-textarea,.elx-table--filter-wrapper .elx-input,.elx-table--filter-wrapper .elx-select,.elx-table--filter-wrapper .elx-textarea{width:100%;display:block}.elx-cell .elx-input>.elx-input--inner,.elx-cell .elx-textarea>.elx-textarea--inner,.elx-table--filter-wrapper .elx-input>.elx-input--inner,.elx-table--filter-wrapper .elx-textarea>.elx-textarea--inner{padding:0 2px}.elx-cell .elx-default-textarea,.elx-cell .elx-textarea--inner,.elx-table--filter-wrapper .elx-default-textarea,.elx-table--filter-wrapper .elx-textarea--inner{resize:none}.elx-table--cell-active-area,.elx-table--cell-copy-area,.elx-table--cell-extend-area,.elx-table--cell-main-area,.elx-table--checkbox-range{display:none;position:absolute;pointer-events:none;z-index:1}.elx-table--fixed-left-wrapper .elx-table--cell-active-area,.elx-table--fixed-left-wrapper .elx-table--cell-copy-area,.elx-table--fixed-left-wrapper .elx-table--cell-extend-area,.elx-table--fixed-left-wrapper .elx-table--cell-main-area,.elx-table--fixed-left-wrapper .elx-table--checkbox-range,.elx-table--fixed-right-wrapper .elx-table--cell-active-area,.elx-table--fixed-right-wrapper .elx-table--cell-copy-area,.elx-table--fixed-right-wrapper .elx-table--cell-extend-area,.elx-table--fixed-right-wrapper .elx-table--cell-main-area,.elx-table--fixed-right-wrapper .elx-table--checkbox-range{z-index:2}.elx-table--fixed-left-wrapper .elx-table--cell-active-area[half="1"],.elx-table--fixed-left-wrapper .elx-table--cell-extend-area[half="1"],.elx-table--fixed-left-wrapper .elx-table--cell-main-area[half="1"]{border-right:0}.elx-table--fixed-left-wrapper .elx-table--cell-copy-area[half="1"]{background-size:3px 12px,0 12px,12px 3px,12px 3px}.elx-table--fixed-right-wrapper .elx-table--cell-active-area[half="1"],.elx-table--fixed-right-wrapper .elx-table--cell-extend-area[half="1"],.elx-table--fixed-right-wrapper .elx-table--cell-main-area[half="1"]{border-left:0}.elx-table--fixed-right-wrapper .elx-table--cell-copy-area[half="1"]{background-size:0 12px,3px 12px,12px 3px,12px 3px}.elx-table--checkbox-range{background-color:rgba(50,128,252,.2);border:1px solid #006af1}.elx-table--cell-area{height:0;font-size:0;display:none}.elx-table,.elx-table.size--medium{font-size:14px}.elx-grid.size--small,.elx-table.size--small{font-size:13px}.elx-table--cell-area>.elx-table--cell-main-area{background-color:rgba(64,158,255,.2);border:1px solid #623ceb}.elx-table--cell-area .elx-table--cell-main-area-btn{display:none;position:absolute;right:-1px;bottom:-1px;width:7px;height:7px;border-style:solid;border-color:#fff;border-width:1px 0 0 1px;background-color:#623ceb;pointer-events:auto;cursor:crosshair}.elx-table--cell-active-area,.elx-table--cell-area .elx-table--cell-extend-area{border:2px solid #623ceb}@-webkit-keyframes moveCopyCellBorder{to{background-position:0 -12px,100% 12px,12px 0,-12px 100%}}@keyframes moveCopyCellBorder{to{background-position:0 -12px,100% 12px,12px 0,-12px 100%}}.elx-table--cell-copy-area{background:linear-gradient(0deg,transparent 6px,#623ceb 0) repeat-y,linear-gradient(0deg,transparent 50%,#623ceb 0) repeat-y,linear-gradient(90deg,transparent 50%,#623ceb 0) repeat-x,linear-gradient(90deg,transparent 50%,#623ceb 0) repeat-x;background-size:3px 12px,3px 12px,12px 3px,12px 3px;background-position:0 0,100% 0,0 0,0 100%;-webkit-animation:moveCopyCellBorder .5s linear infinite;animation:moveCopyCellBorder .5s linear infinite}.elx-table--cell-multi-area>.elx-table--cell-main-area{background-color:rgba(64,158,255,.2)}.elx-table.is--round .elx-table--border-line,.elx-table.is--round .elx-table.is--round,.elx-table.is--round:not(.show--head):not(.show--foot) .elx-table--body-wrapper.body--wrapper{border-radius:4px}.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.body--wrapper,.elx-table.is--round.show--head .elx-table--header-wrapper.body--wrapper{border-radius:4px 4px 0 0}.elx-table.is--round.show--head .elx-table--header-wrapper.fixed-left--wrapper{border-radius:4px 0 0}.elx-table.is--round.show--head .elx-table--header-wrapper.fixed-right--wrapper{border-radius:0 4px 0 0}.elx-table.is--round.show--foot .elx-table--footer-wrapper.body--wrapper,.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.body--wrapper{border-radius:0 0 4px 4px}.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-left--wrapper,.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.fixed-left--wrapper,.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.fixed-left--wrapper{border-radius:0 0 0 4px}.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-right--wrapper,.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.fixed-right--wrapper,.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.fixed-right--wrapper{border-radius:0 0 4px}.elx-table{position:relative;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.elx-table[x-cloak] .elx-table--fixed-left-wrapper,.elx-table[x-cloak] .elx-table--fixed-right-wrapper,.elx-table[x-cloak] .elx-table--main-wrapper{visibility:hidden}.elx-table .elx-table--body-wrapper,.elx-table .elx-table--footer-wrapper{background-color:#fff}.elx-table .elx-table--body,.elx-table .elx-table--footer,.elx-table .elx-table--header{border:0;border-spacing:0;border-collapse:separate;table-layout:fixed}.elx-table .elx-table--footer-wrapper,.elx-table .elx-table--header-wrapper{overflow-x:hidden;overflow-y:hidden}.elx-table:not(.is--empty).show--foot.scroll--x .elx-table--body-wrapper{overflow-x:scroll}.elx-table .elx-body--row.row--stripe{background-color:#fafafa}.elx-table .elx-body--row.row--checked,.elx-table .elx-body--row.row--current,.elx-table .elx-body--row.row--radio{background-color:#e6f7ff}.elx-table .elx-body--row.row--hover,.elx-table .elx-body--row.row--hover.row--stripe{background-color:#f5f7fa}.elx-table .elx-body--row.row--hover.row--checked,.elx-table .elx-body--row.row--hover.row--radio{background-color:#e6f7ff}.elx-table .elx-body--row.row--hover.row--current{background-color:#d7effb}.elx-table.has--tree-line .elx-body--row.row--stripe .elx-tree--btn-wrapper{background-color:#fafafa}.elx-table.has--tree-line .elx-body--row.row--checked .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-body--row.row--current .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-body--row.row--radio .elx-tree--btn-wrapper{background-color:#e6f7ff}.elx-table.has--tree-line .elx-body--row.row--hover .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-body--row.row--hover.row--stripe .elx-tree--btn-wrapper{background-color:#f5f7fa}.elx-table.has--tree-line .elx-body--row.row--hover.row--checked .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-body--row.row--hover.row--radio .elx-tree--btn-wrapper{background-color:#e6f7ff}.elx-table.column--highlight .elx-header--column:not(.col--seq):hover,.elx-table.has--tree-line .elx-body--row.row--hover.row--current .elx-tree--btn-wrapper{background-color:#d7effb}.elx-table.drag--resize .elx-table--fixed-left-wrapper *,.elx-table.drag--resize .elx-table--fixed-right-wrapper *,.elx-table.drag--resize .elx-table--main-wrapper *{cursor:col-resize}.elx-table.drag--area .elx-table--fixed-left-wrapper *,.elx-table.drag--area .elx-table--fixed-right-wrapper *,.elx-table.drag--area .elx-table--main-wrapper *,.elx-table.drag--range .elx-table--fixed-left-wrapper *,.elx-table.drag--range .elx-table--fixed-right-wrapper *,.elx-table.drag--range .elx-table--main-wrapper *{cursor:default}.elx-table.drag--extend-range .elx-table--fixed-left-wrapper *,.elx-table.drag--extend-range .elx-table--fixed-right-wrapper *,.elx-table.drag--extend-range .elx-table--main-wrapper *{cursor:crosshair}.elx-table .elx-body--column.col--current,.elx-table .elx-body--column.col--current .elx-tree--btn-wrapper,.elx-table .elx-footer--column.col--current,.elx-table .elx-footer--column.col--current .elx-tree--btn-wrapper,.elx-table .elx-header--column.col--current,.elx-table .elx-header--column.col--current .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-body--column.col--current .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-footer--column.col--current .elx-tree--btn-wrapper,.elx-table.has--tree-line .elx-header--column.col--current .elx-tree--btn-wrapper{background-color:#e6f7ff}.elx-table.is--area .elx-table--main-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-table .elx-body--column,.elx-table .elx-footer--column,.elx-table .elx-header--column{position:relative;line-height:24px;text-align:left}.elx-table .elx-body--column:not(.col--ellipsis),.elx-table .elx-footer--column:not(.col--ellipsis),.elx-table .elx-header--column:not(.col--ellipsis){padding:12px 0}.elx-table .elx-body--column.col--center,.elx-table .elx-footer--column.col--center,.elx-table .elx-header--column.col--center{text-align:center}.elx-table .elx-body--column.col--right,.elx-table .elx-footer--column.col--right,.elx-table .elx-header--column.col--right{text-align:right}.elx-table .elx-footer--column.col--ellipsis.col--center .elx-cell,.elx-table .elx-header--column.col--ellipsis.col--center .elx-cell{justify-content:center}.elx-table .elx-footer--column.col--ellipsis.col--right .elx-cell,.elx-table .elx-header--column.col--ellipsis.col--right .elx-cell{justify-content:flex-end}.elx-table .elx-body--column.col--checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-table .elx-table--footer-wrapper{border-top:1px solid #e8eaec}.elx-table.border--default .elx-table--header-wrapper,.elx-table.border--full .elx-table--header-wrapper,.elx-table.border--outer .elx-table--header-wrapper{background-color:#f8f8f9}.elx-table.border--default .elx-body--column,.elx-table.border--default .elx-footer--column,.elx-table.border--default .elx-header--column,.elx-table.border--inner .elx-body--column,.elx-table.border--inner .elx-footer--column,.elx-table.border--inner .elx-header--column{background-image:linear-gradient(#e8eaec,#e8eaec);background-repeat:no-repeat;background-size:100% 1px;background-position:100% 100%}.elx-table.border--full .elx-body--column,.elx-table.border--full .elx-footer--column,.elx-table.border--full .elx-header--column{background-image:linear-gradient(#e8eaec,#e8eaec),linear-gradient(#e8eaec,#e8eaec);background-repeat:no-repeat;background-size:1px 100%,100% 1px;background-position:100% 0,100% 100%}.elx-table.border--full .elx-table--fixed-left-wrapper{border-right:1px solid #e8eaec}.elx-table.border--full .elx-table--fixed-left-wrapper .elx-body--column{border-right-color:#e8eaec}.elx-table.border--inner .elx-table--header-wrapper,.elx-table.border--none .elx-table--header-wrapper{background-color:#fff}.elx-table.border--inner .elx-table--fixed-left-wrapper,.elx-table.border--none .elx-table--fixed-left-wrapper{border-right:0}.elx-table.border--inner .elx-table--border-line{border-width:0 0 1px}.elx-table.border--none .elx-table--border-line,.elx-table.border--none .elx-table--header-border-line{display:none}.elx-table.t--checked .elx-body--column,.elx-table.t--checked .elx-footer--column{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-table.t--checked .elx-body--column.col--seq,.elx-table.t--checked .elx-header--column.col--seq{text-align:center;cursor:default}.elx-table.t--checked .elx-header--column.col--seq .elx-cell{visibility:hidden}.elx-table.t--checked .elx-body--column.col--seq{background-color:#f8f8f9}.elx-table.t--checked .elx-body--column.col--seq.col--seq-checked{background-color:#dcdcdc}.elx-table.size--medium .elx-table--empty-block,.elx-table.size--medium .elx-table--empty-placeholder{min-height:44px}.elx-table.size--medium .elx-body--column:not(.col--ellipsis),.elx-table.size--medium .elx-footer--column:not(.col--ellipsis),.elx-table.size--medium .elx-header--column:not(.col--ellipsis){padding:10px 0}.elx-table.size--medium .elx-cell .elx-default-input,.elx-table.size--medium .elx-cell .elx-default-select,.elx-table.size--medium .elx-cell .elx-default-textarea{height:32px}.elx-table.size--medium .elx-cell .elx-default-input[type=date]::-webkit-inner-spin-button{margin-top:3px}.elx-table.size--small .elx-table--empty-block,.elx-table.size--small .elx-table--empty-placeholder{min-height:40px}.elx-table.size--small .elx-body--column:not(.col--ellipsis),.elx-table.size--small .elx-footer--column:not(.col--ellipsis),.elx-table.size--small .elx-header--column:not(.col--ellipsis){padding:8px 0}.elx-table.size--small .elx-cell .elx-default-input,.elx-table.size--small .elx-cell .elx-default-select,.elx-table.size--small .elx-cell .elx-default-textarea{height:30px}.elx-table.size--small .elx-cell .elx-default-input[type=date]::-webkit-inner-spin-button{margin-top:2px}.elx-table.size--mini{font-size:12px}.elx-table.size--mini .elx-table--empty-block,.elx-table.size--mini .elx-table--empty-placeholder{min-height:36px}.elx-table.size--mini .elx-body--column:not(.col--ellipsis),.elx-table.size--mini .elx-footer--column:not(.col--ellipsis),.elx-table.size--mini .elx-header--column:not(.col--ellipsis){padding:6px 0}.elx-table.size--mini .elx-cell .elx-default-input,.elx-table.size--mini .elx-cell .elx-default-select,.elx-table.size--mini .elx-cell .elx-default-textarea{height:28px}.elx-table.size--mini .elx-cell .elx-default-input[type=date]::-webkit-inner-spin-button{margin-top:1px}.elx-table .elx-cell{white-space:pre-line;word-break:break-all;padding-left:10px;padding-right:10px}.elx-table .elx-cell--checkbox .elx-checkbox--icon,.elx-table .elx-cell--radio .elx-radio--icon{left:0;top:.1em}.elx-table .elx-cell--checkbox .elx-checkbox--label,.elx-table .elx-cell--radio .elx-radio--label{padding-left:.5em}.elx-table .elx-cell--checkbox,.elx-table .elx-cell--radio{padding-left:1.2em}.elx-table .fixed--hidden{visibility:hidden}.elx-table .elx-table--fixed-left-wrapper,.elx-table .elx-table--fixed-right-wrapper{width:100%;position:absolute;top:0;z-index:1;overflow:hidden;background-color:inherit}.elx-table .elx-table--fixed-left-wrapper .elx-table--body-wrapper,.elx-table .elx-table--fixed-right-wrapper .elx-table--body-wrapper{overflow-x:hidden}.elx-table.show--head .elx-table--fixed-left-wrapper .elx-table--body-wrapper:before,.elx-table.show--head .elx-table--fixed-right-wrapper .elx-table--body-wrapper:before{display:none}.elx-table .elx-table--fixed-left-wrapper{left:0;width:200px}.elx-table .elx-table--fixed-left-wrapper.scrolling--middle{box-shadow:4px 3px 4px 0 rgba(0,0,0,.12)}.elx-table .elx-table--fixed-right-wrapper{right:0}.elx-table .elx-table--fixed-right-wrapper.scrolling--middle{box-shadow:-4px 3px 4px 0 rgba(0,0,0,.12)}.elx-table .elx-table--body-wrapper,.elx-table .elx-table--footer-wrapper,.elx-table .elx-table--header-wrapper{position:relative}.elx-table .elx-table--body-wrapper.fixed-left--wrapper,.elx-table .elx-table--body-wrapper.fixed-right--wrapper,.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,.elx-table .elx-table--header-wrapper.fixed-left--wrapper,.elx-table .elx-table--header-wrapper.fixed-right--wrapper{position:absolute;top:0}.elx-table .elx-table--body-wrapper.fixed-left--wrapper,.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,.elx-table .elx-table--header-wrapper.fixed-left--wrapper{left:0}.elx-table .elx-table--body-wrapper.fixed-right--wrapper,.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,.elx-table .elx-table--header-wrapper.fixed-right--wrapper{right:0;overflow-y:auto}.elx-table .elx-body--x-space{width:100%;height:1px;margin-bottom:-1px}.elx-table .elx-body--y-space{width:0;float:left}.elx-table .elx-table--resizable-bar{display:none;position:absolute;top:0;left:0;width:1px;height:100%;z-index:4;cursor:col-resize}.elx-table .elx-table--resizable-bar:before{content:"";display:block;height:100%;background-color:#d9dddf}.elx-table .elx-table--border-line{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;border:1px solid #e8eaec}.elx-table.has--tree-line .elx-body--row:first-child .elx-tree--line{border-width:0 0 1px}.elx-table.has--tree-line .elx-body--row .elx-body--column{background-image:none}.elx-table.has--tree-line .elx-tree--btn-wrapper{background-color:#fff}.elx-table .elx-tree--line-wrapper{position:relative;display:block;height:0}.elx-table .elx-tree--line{content:"";position:absolute;bottom:-.9em;width:.8em;border-width:0 0 1px 1px;border-style:dotted;border-color:#909399;pointer-events:none}.elx-table .elx-cell--tree-node{position:relative}.elx-table .elx-tree--btn-wrapper{position:absolute;top:50%;width:1em;height:1em;text-align:center;transform:translateY(-50%);z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.elx-table .elx-tree--node-btn{display:block;color:#939599}.elx-table .elx-tree--node-btn:hover{color:#606266}.elx-table .elx-tree-cell{display:block;padding-left:1.5em}.elx-table .elx-body--column.col--ellipsis>.elx-cell .elx-tree-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elx-table .elx-table--expanded{cursor:pointer}.elx-table .elx-table--expanded .elx-table--expand-btn{width:1em;height:1em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#939599}.elx-table .elx-table--expanded .elx-table--expand-btn:hover{color:#606266}.elx-table .elx-table--expanded+.elx-table--expand-label{padding-left:.5em}.elx-table .elx-body--expanded-column{border-bottom:1px solid #e8eaec}.elx-table .elx-body--expanded-column.col--ellipsis>.elx-body--expanded-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elx-table .elx-body--expanded-cell{padding:20px}.elx-table .elx-body--column.col--ellipsis>.elx-cell,.elx-table .elx-footer--column.col--ellipsis>.elx-cell,.elx-table .elx-header--column.col--ellipsis>.elx-cell{max-height:48px}.elx-table.size--medium .elx-body--column.col--ellipsis>.elx-cell,.elx-table.size--medium .elx-footer--column.col--ellipsis>.elx-cell,.elx-table.size--medium .elx-header--column.col--ellipsis>.elx-cell{max-height:44px}.elx-table.size--medium .elx-cell--checkbox .elx-checkbox--icon,.elx-table.size--medium .elx-cell--radio .elx-radio--icon{font-size:15px}.elx-table.size--mini .elx-cell--checkbox .elx-checkbox--icon,.elx-table.size--mini .elx-cell--radio .elx-radio--icon,.elx-table.size--small .elx-cell--checkbox .elx-checkbox--icon,.elx-table.size--small .elx-cell--radio .elx-radio--icon{font-size:14px}.elx-table.size--small .elx-body--column.col--ellipsis>.elx-cell,.elx-table.size--small .elx-footer--column.col--ellipsis>.elx-cell,.elx-table.size--small .elx-header--column.col--ellipsis>.elx-cell{max-height:40px}.elx-table.size--mini .elx-body--column.col--ellipsis>.elx-cell,.elx-table.size--mini .elx-footer--column.col--ellipsis>.elx-cell,.elx-table.size--mini .elx-header--column.col--ellipsis>.elx-cell{max-height:36px}.elx-table .elx-table--empty-block,.elx-table .elx-table--empty-placeholder{min-height:48px;justify-content:center;align-items:center;text-align:center;overflow:hidden;width:100%;pointer-events:none}.elx-table .elx-table--empty-block{display:none;visibility:hidden}.elx-table .elx-table--empty-placeholder{display:none;position:absolute;top:0;z-index:8}.elx-table .elx-table--empty-content{display:block;width:50%;pointer-events:auto}.elx-table.is--empty .elx-table--empty-block,.elx-table.is--empty .elx-table--empty-placeholder{display:flex}.elx-table .elx-body--column.col--selected:not(.col--checked){box-shadow:inset 0 0 0 2px #623ceb}.elx-table .elx-body--column.col--actived,.elx-table .elx-body--column.col--dirty,.elx-table .elx-body--column.col--selected{position:relative}.elx-table .elx-body--column.col--valid-error .elx-cell--valid{min-width:380px;box-sizing:border-box;border:1px solid #fde2e2;position:fixed;left:50%;top:50px;z-index:10000;transform:translateX(-50%);transition:opacity .3s,transform .4s,top .4s;padding:15px 15px 15px 20px;display:flex;background-color:#fef0f0;align-items:center;color:#f56c6c;border-radius:4px}.elx-table .elx-body--column.col--valid-error .elx-cell--valid i{font-size:15px}.elx-table .elx-body--column.col--valid-error .elx-cell--valid span{padding:0;font-size:15px;line-height:1;color:#f56c6c}.elx-table .elx-body--column.col--valid-error .elx-default-input,.elx-table .elx-body--column.col--valid-error .elx-default-select,.elx-table .elx-body--column.col--valid-error .elx-default-textarea,.elx-table .elx-body--column.col--valid-error .elx-input>.elx-input--inner{border-color:#f56c6c}.elx-table .elx-body--column:first-child .elx-cell--valid{left:10px;transform:translateX(0);text-align:left}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived{box-shadow:inset 0 0 0 2px #623ceb}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived.col--valid-error{box-shadow:inset 0 0 0 2px #f56c6c}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-input,.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-textarea{border:0;padding:0}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-input{height:24px}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-input .elx-input--inner{border:0;padding-left:0}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-textarea{height:23px}.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-textarea .elx-textarea--inner{border:0}.elx-table.elx-editable .elx-body--column,.elx-table.elx-editable .elx-body--column.col--actived{padding:0}.elx-table.elx-editable .elx-body--column.col--dirty:before{content:"";top:-5px;left:-5px;position:absolute;border-width:5px;border-style:solid;border-color:transparent #f56c6c transparent transparent;transform:rotate(45deg)}.elx-table td,.elx-table th{vertical-align:middle}.elx-table--footer,.elx-table--header-wrapper{background-color:#f8f8f9}.elx-table .elx-table--header-wrapper .elx-table--header-border-line{position:absolute;left:0;bottom:0;height:0;border-bottom:1px solid #e8eaec}.elx-table .elx-cell--sort{width:1.5em;height:1.5em;vertical-align:middle;text-align:center;display:inline-block;position:relative}.elx-table .elx-sort--asc-btn,.elx-table .elx-sort--desc-btn{position:absolute;left:.35em;color:#c0c4cc;width:1em;text-align:center;cursor:pointer}.elx-table .elx-sort--asc-btn:hover,.elx-table .elx-sort--desc-btn:hover{color:#606266}.elx-table .elx-sort--asc-btn.sort--active,.elx-table .elx-sort--desc-btn.sort--active{color:#623ceb}.elx-table .elx-sort--asc-btn{top:-.04em}.elx-table .elx-sort--desc-btn{bottom:-.04em}.elx-header--column{position:relative;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-header--column.col--title-checked{background-color:#dcdcdc}.elx-header--column.col--ellipsis>.elx-cell{display:flex;align-items:center}.elx-header--column.col--ellipsis>.elx-cell .elx-cell--title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elx-header--column.col--ellipsis>.elx-cell>i:not(.elx-cell--title),.elx-header--column.col--ellipsis>.elx-cell>span:not(.elx-cell--title){flex-shrink:0}.elx-header--column .elx-cell--required-icon{display:inline-block;color:#f56c6c;width:.8em;height:1em;line-height:1em;font-family:Verdana,Arial,Tahoma;font-weight:400;position:relative;margin-right:.1em}.elx-table .is--checked.elx-cell--checkbox,.elx-table .is--checked.elx-cell--radio,.elx-table .is--indeterminate.elx-cell--checkbox,.is--checked.elx-table--filter-option,.is--indeterminate.elx-table--filter-option{color:#623ceb}.elx-header--column .elx-cell--required-icon:before{content:"*";position:absolute;left:0;top:.2em}.elx-header--column .elx-cell--edit-icon,.elx-header--column .elx-cell--required-icon,.elx-header--column .elx-cell--title,.elx-header--column .elx-cell-help-icon{vertical-align:middle}.elx-header--column .elx-cell--edit-icon,.elx-header--column .elx-cell-help-icon{margin-right:.2em}.elx-header--column .elx-cell-help-icon{cursor:help}.elx-header--column .elx-cell--title{line-height:1.5}.elx-header--column .elx-resizable{position:absolute;right:-7px;bottom:0;width:14px;height:100%;text-align:center;z-index:1;cursor:col-resize}.elx-header--column .elx-resizable.is--line:after,.elx-header--column .elx-resizable.is--line:before{content:"";display:inline-block;vertical-align:middle}.elx-header--column .elx-resizable.is--line:before{width:1px;height:50%;background-color:#d9dddf}.elx-header--column .elx-resizable.is--line:after{width:0;height:100%}.elx-table--fixed-right-wrapper .elx-header--column .elx-resizable{right:auto;left:-7px}.elx-table--footer-wrapper{margin-top:-1px;background-color:#fff}.elx-table--footer-wrapper.body--wrapper{overflow-x:auto}.elx-footer--column.col--ellipsis>.elx-cell{display:flex;align-items:center}.elx-footer--column.col--ellipsis>.elx-cell .elx-cell--item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elx-table--filter-option,.elx-table .elx-cell--checkbox,.elx-table .elx-cell--radio{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.elx-table--filter-option .elx-checkbox--icon,.elx-table .elx-cell--checkbox .elx-checkbox--icon,.elx-table .elx-cell--radio .elx-radio--icon{display:none;position:absolute;height:.9em;width:.9rem}.elx-table .elx-cell--radio .elx-radio--icon{font-size:16px}.elx-table .elx-cell--radio .elx-radio--icon:before{content:"";position:absolute;height:1em;width:1em;top:0;left:0;border:1px solid #dcdfe6;background-color:#fff;border-radius:50%}.elx-table .elx-cell--radio .elx-radio--unchecked-icon{display:inline-block}.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--unchecked-icon,.elx-table .is--checked.elx-cell--radio .elx-radio--unchecked-icon,.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--unchecked-icon,.is--checked.elx-table--filter-option .elx-checkbox--unchecked-icon,.is--indeterminate.elx-table--filter-option .elx-checkbox--unchecked-icon{display:none}.elx-table .elx-cell--radio .elx-radio--checked-icon:after{content:"";position:absolute;height:.25em;width:.25em;top:.4em;left:.4em;border-radius:50%;background-color:#fff}.elx-table--filter-option .elx-checkbox--unchecked-icon,.elx-table .elx-cell--checkbox .elx-checkbox--unchecked-icon,.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon{display:inline-block}.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon:before{border-color:#623ceb;background-color:#623ceb}.elx-table .elx-cell--radio:not(.is--disabled):hover .elx-radio--icon:before{border-color:#623ceb}.elx-table .is--disabled.elx-cell--radio{cursor:not-allowed;color:#bfbfbf}.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:before{border-color:#dcdfe6;background-color:#f3f3f3}.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:after{background-color:#c0c4cc}.elx-table--filter-option .elx-checkbox--icon,.elx-table .elx-cell--checkbox .elx-checkbox--icon{font-size:16px}.elx-table--filter-option .elx-checkbox--icon:before,.elx-table .elx-cell--checkbox .elx-checkbox--icon:before{content:"";position:absolute;height:.9em;width:.9em;top:0;left:0;background-color:#fff;border-radius:.15em;border:1px solid #dcdfe6}.elx-table--filter-option .elx-checkbox--checked-icon:after,.elx-table .elx-cell--checkbox .elx-checkbox--checked-icon:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:5px;position:absolute;top:2px;transform:rotate(45deg) scaleY(1);width:3px;transition:transform .15s ease-in .05s;transform-origin:center}.elx-table--filter-option .elx-checkbox--indeterminate-icon:after,.elx-table .elx-cell--checkbox .elx-checkbox--indeterminate-icon:after{content:"";position:absolute;top:50%;left:50%;height:1px;width:.3em;background-color:#fff;transform:translate(-50%,-50%)}.elx-cell--filter,.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--checked-icon,.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--indeterminate-icon,.is--checked.elx-table--filter-option .elx-checkbox--checked-icon,.is--indeterminate.elx-table--filter-option .elx-checkbox--indeterminate-icon{display:inline-block}.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--icon:before,.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--icon:before,.is--checked.elx-table--filter-option .elx-checkbox--icon:before,.is--indeterminate.elx-table--filter-option .elx-checkbox--icon:before{border-color:#623ceb;background-color:#623ceb}.elx-table--filter-option:not(.is--disabled):hover .elx-checkbox--icon:before,.elx-table .elx-cell--checkbox:not(.is--disabled):hover .elx-checkbox--icon:before{border-color:#623ceb}.elx-table .is--disabled.elx-cell--checkbox,.is--disabled.elx-table--filter-option{cursor:not-allowed;color:#bfbfbf}.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:before,.is--disabled.elx-table--filter-option .elx-checkbox--icon:before{border-color:#dcdfe6;background-color:#f3f3f3}.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:after,.is--disabled.elx-table--filter-option .elx-checkbox--icon:after{border-color:#c0c4cc}.elx-cell--filter{padding:0 .1em 0 .25em;text-align:center;vertical-align:middle;line-height:0}.elx-cell--filter.is--active .elx-filter--btn{color:#606266}.elx-cell--filter .elx-filter--btn{color:#c0c4cc;cursor:pointer}.elx-cell--filter .elx-filter--btn:hover{color:#606266}.elx-table--filter-wrapper .elx-table--filter-body>li.is--checked,.elx-table--filter-wrapper .elx-table--filter-header>li.is--checked,.filter--active .elx-cell--filter .elx-filter--btn{color:#623ceb}.elx-table--filter-wrapper{display:none;position:absolute;min-width:100px;border-radius:4px;background-color:#fff;border:1px solid #dadce0;box-shadow:0 1px 6px rgba(0,0,0,.2);z-index:10}.elx-table--filter-wrapper:not(.is--multiple){text-align:center}.elx-table--filter-wrapper.filter--active{display:block}.elx-table--filter-wrapper .elx-table--filter-body>li,.elx-table--filter-wrapper .elx-table--filter-header>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px;padding:.25em .8em;cursor:pointer}.elx-table--filter-wrapper .elx-table--filter-body>li:hover,.elx-table--filter-wrapper .elx-table--filter-header>li:hover{background-color:#f5f7fa}.elx-table--filter-wrapper .elx-table--filter-header{padding-top:.2em}.elx-table--filter-wrapper .elx-table--filter-body{max-height:240px;padding-bottom:.2em}.elx-table--filter-wrapper>ul{list-style-type:none;padding:0;margin:0;overflow:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-table--filter-wrapper.is--multiple>ul>li{padding:.25em .8em .25em 2.3em}.elx-table--filter-wrapper .elx-table--filter-footer{border-top:1px solid #dadce0;padding:.6em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elx-table--filter-wrapper .elx-table--filter-footer button{background-color:transparent;padding:0 .4em;border:0;color:#606266;cursor:pointer}.elx-checkbox>input:checked+.elx-checkbox--icon+.elx-checkbox--label,.elx-table--filter-wrapper .elx-table--filter-footer button:hover{color:#623ceb}.elx-table--filter-wrapper .elx-table--filter-footer button:focus{outline:0}.elx-table--filter-wrapper .elx-table--filter-footer button.is--disabled{color:#bfbfbf;cursor:not-allowed}.elx-table--filter-option .elx-checkbox--icon{left:.6em;top:.38em}.elx-table .elx-table--filter-option>.elx-checkbox--icon{font-size:16px}.elx-table.size--medium .elx-table--filter-option>.elx-checkbox--icon{font-size:15px}.elx-grid,.elx-grid.size--medium,.elx-table.size--mini .elx-table--filter-option>.elx-checkbox--icon,.elx-table.size--small .elx-table--filter-option>.elx-checkbox--icon{font-size:14px}.elx-grid{position:relative}.elx-grid.is--loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,.2)}.elx-grid.is--loading>.elx-table .elx-loading{background-color:transparent}.elx-grid.is--maximize{position:fixed;top:0;left:0;width:100%;height:100%;padding:.5em 1em;background-color:#fff}.elx-grid .elx-body--row.row--pending{color:#f56c6c;text-decoration:line-through;cursor:no-drop}.elx-grid .elx-body--row.row--pending .elx-body--column{position:relative}.elx-grid .elx-body--row.row--pending .elx-body--column:after{content:"";position:absolute;top:50%;left:0;width:100%;height:0;border-bottom:1px solid #f56c6c;z-index:1}.elx-grid .elx-grid--bottom-wrapper,.elx-grid .elx-grid--form-wrapper,.elx-grid .elx-grid--top-wrapper{position:relative}.elx-grid.size--mini{font-size:12px}.elx-checkbox,.elx-checkbox-group{display:inline-block;vertical-align:middle;line-height:1}.elx-checkbox{white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:14px}.elx-checkbox .elx-checkbox--icon,.elx-radio .elx-radio--icon{font-size:16px}.elx-checkbox+.elx-checkbox{margin-left:10px}.elx-checkbox>input[type=checkbox]{position:absolute;width:0;height:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.elx-checkbox>input+.elx-checkbox--icon{position:relative;display:inline-block;width:1em;height:1em;background-color:#fff;vertical-align:middle;border-radius:.15em;border:1px solid #dcdfe6}.elx-checkbox>input+.elx-checkbox--icon:before{content:"";position:absolute}.elx-checkbox>input:checked+.elx-checkbox--icon{background-color:#623ceb;border-color:#623ceb}.elx-checkbox>input:checked+.elx-checkbox--icon:before{height:.5em;width:.2em;left:50%;top:50%;border:1px solid #fff;border-left:0;border-top:0;transform:translate(-50%,-50%) rotate(45deg)}.elx-checkbox.is--indeterminate>input:not(:checked)+.elx-checkbox--icon{background-color:#623ceb;border-color:#623ceb}.elx-checkbox.is--indeterminate>input:not(:checked)+.elx-checkbox--icon:before{border:0;left:50%;top:50%;height:1px;width:.3em;background-color:#fff;transform:translate(-50%,-50%)}.elx-checkbox:not(.is--disabled)>input:focus+.elx-checkbox--icon{border-color:#623ceb;box-shadow:0 0 .2em 0 #623ceb}.elx-checkbox:not(.is--disabled):hover>input+.elx-checkbox--icon{border-color:#623ceb}.elx-checkbox.is--disabled{cursor:not-allowed}.elx-checkbox.is--disabled>input+.elx-checkbox--icon{border-color:#dcdfe6;background-color:#f3f3f3}.elx-checkbox.is--disabled>input+.elx-checkbox--icon:before{border-color:#c0c4cc}.elx-checkbox.is--disabled>input+.elx-checkbox--icon+.elx-checkbox--label{color:#bfbfbf}.elx-checkbox.is--disabled>input:checked+.elx-checkbox--icon{border-color:#dcdfe6;background-color:#f3f3f3}.elx-checkbox .elx-checkbox--label{padding-left:.5em;vertical-align:middle;display:inline-block;max-width:50em}.elx-checkbox.size--medium{font-size:14px}.elx-checkbox.size--medium .elx-checkbox--icon{font-size:15px}.elx-checkbox.size--small{font-size:13px}.elx-checkbox.size--small .elx-checkbox--icon{font-size:14px}.elx-checkbox.size--mini{font-size:12px}.elx-checkbox.size--mini .elx-checkbox--icon{font-size:14px}[class*=elx-],[class*=elx-]:after,[class*=elx-] :after,[class*=elx-]:before,[class*=elx-] :before{box-sizing:border-box}.elx-checkbox .elx-checkbox--label,.elx-radio-button .elx-radio--label,.elx-radio .elx-radio--label,.elx-table .elx-body--column.col--ellipsis:not(.col--actived)>.elx-cell,.elx-table .elx-footer--column.col--ellipsis:not(.col--actived)>.elx-cell,.elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body{line-height:1.5;font-feature-settings:"tnum"}.elx-radio-group+.elx-radio-group,.elx-radio:not(.elx-radio-button)+.elx-radio{margin-left:10px}.elx-radio,.elx-radio-group{line-height:1;vertical-align:middle}.elx-primary-color{color:#623ceb}.elx-success-color{color:#67c23a}.elx-info-color{color:#909399}.elx-warning-color{color:#e6a23c}.elx-danger-color{color:#f56c6c}.elx-perfect-color{color:#f8f8f9}.elx-row:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.elx-row>.elx-col--1{float:left;width:4.16667%}.elx-row>.elx-col--2{float:left;width:8.33333%}.elx-row>.elx-col--3{float:left;width:12.5%}.elx-row>.elx-col--4{float:left;width:16.66667%}.elx-row>.elx-col--5{float:left;width:20.83333%}.elx-row>.elx-col--6{float:left;width:25%}.elx-row>.elx-col--7{float:left;width:29.16667%}.elx-row>.elx-col--8{float:left;width:33.33333%}.elx-row>.elx-col--9{float:left;width:37.5%}.elx-row>.elx-col--10{float:left;width:41.66667%}.elx-row>.elx-col--11{float:left;width:45.83333%}.elx-row>.elx-col--12{float:left;width:50%}.elx-row>.elx-col--13{float:left;width:54.16667%}.elx-row>.elx-col--14{float:left;width:58.33333%}.elx-row>.elx-col--15{float:left;width:62.5%}.elx-row>.elx-col--16{float:left;width:66.66667%}.elx-row>.elx-col--17{float:left;width:70.83333%}.elx-row>.elx-col--18{float:left;width:75%}.elx-row>.elx-col--19{float:left;width:79.16667%}.elx-row>.elx-col--20{float:left;width:83.33333%}.elx-row>.elx-col--21{float:left;width:87.5%}.elx-row>.elx-col--22{float:left;width:91.66667%}.elx-row>.elx-col--23{float:left;width:95.83333%}.elx-row>.elx-col--24{float:left;width:100%}.t--animat .elx-filter--btn:after,.t--animat .elx-filter--btn:before,.t--animat .elx-input--wrapper .elx-input,.t--animat .elx-sort--asc-btn:after,.t--animat .elx-sort--asc-btn:before,.t--animat .elx-sort--desc-btn:after,.t--animat .elx-sort--desc-btn:before{transition:border .1s ease-in-out}.t--animat .elx-table--expand-btn,.t--animat .elx-tree--node-btn{transition:transform .1s ease-in-out}.t--animat .elx-checkbox>input:checked+span,.t--animat .elx-radio>input:checked+span{transition:background-color .1s ease-in-out}.elx-radio-group{display:inline-block;font-size:0}.elx-radio,.elx-radio.size--medium{font-size:14px}.elx-radio{display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.elx-radio-button.is--disabled,.elx-radio.is--disabled{cursor:not-allowed}.elx-radio>input[type=radio]{position:absolute;width:0;height:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.elx-radio>input+.elx-radio--icon{position:relative;display:inline-block;width:1em;height:1em;border:1px solid #dcdfe6;background-color:#fff;vertical-align:middle;border-radius:50%}.elx-radio>input:checked+.elx-radio--icon{background-color:#623ceb;border-color:#623ceb}.elx-radio>input:checked+.elx-radio--icon:before{content:"";position:absolute;background-color:#fff;border-radius:50%;height:.25em;width:.25em;top:50%;left:50%;transform:translate(-50%,-50%)}.elx-radio>input:checked+.elx-radio--icon+.elx-radio--label{color:#623ceb}.elx-radio:not(.is--disabled)>input:focus+.elx-radio--icon{border-color:#623ceb;box-shadow:0 0 .2em 0 #623ceb}.elx-radio:not(.is--disabled):hover>input+.elx-radio--icon{border-color:#623ceb}.elx-radio.is--disabled>input+.elx-radio--icon{border-color:#dcdfe6;background-color:#f3f3f3}.elx-radio.is--disabled>input+.elx-radio--icon:before{border-color:#c0c4cc;background-color:#c0c4cc}.elx-radio.is--disabled>input+.elx-radio--icon+.elx-radio--label{color:#bfbfbf}.elx-radio .elx-radio--label{padding-left:.5em;vertical-align:middle;display:inline-block;max-width:50em}.elx-radio-button{background-color:#fff}.elx-radio-button:first-child .elx-radio--label{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px}.elx-radio-button:last-child .elx-radio--label{border-radius:0 4px 4px 0}.elx-radio-button>input:checked+.elx-radio--label{color:#fff;background-color:#623ceb;border-color:#623ceb}.elx-radio-button .elx-radio--label{padding:0 1em;line-height:32px;display:inline-block;border-style:solid;border-color:#dcdfe6;border-width:1px 1px 1px 0;max-width:50em}.elx-radio-button.is--disabled>input:not(:checked)+.elx-radio--label{color:#dcdfe6}.elx-radio-button.is--disabled>input:checked+.elx-radio--label{border-color:#a6d2ff;background-color:#a6d2ff}.elx-radio-button:not(.is--disabled)>input:focus+.elx-radio--label{border-color:#623ceb;box-shadow:0 0 .2em 0 #623ceb}.elx-radio-button:not(.is--disabled):hover>input:not(:checked)+.elx-radio--label{color:#623ceb}.elx-radio-button.size--medium .elx-radio--label{line-height:30px}.elx-radio-button.size--small .elx-radio--label{line-height:28px}.elx-radio-button.size--mini .elx-radio--label{line-height:26px}.elx-radio.size--medium .elx-radio--icon{font-size:15px}.elx-radio.size--small{font-size:13px}.elx-radio.size--small .elx-radio--icon{font-size:14px}.elx-radio.size--mini{font-size:12px}.elx-radio.size--mini .elx-radio--icon{font-size:14px}.elx-table--tooltip-wrapper{display:none;position:absolute;top:-100%;left:-100%;font-size:12px;max-width:400px;border-radius:4px;padding:8px 12px;white-space:normal;word-break:break-word;box-shadow:2px 2px 4px -2px rgba(0,0,0,.2);color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.elx-table--tooltip-wrapper:not(.is--enterable){pointer-events:none}.elx-table--tooltip-wrapper.is--arrow .elx-table--tooltip-arrow,.elx-table--tooltip-wrapper.is--visible{display:block}.elx-table--tooltip-wrapper.is--enterable:after{content:"";position:absolute;left:0;width:100%;height:6px;background-color:transparent}.elx-table--tooltip-wrapper .elx-table--tooltip-content{white-space:pre-line}.elx-table--tooltip-wrapper .elx-table--tooltip-arrow{display:none;position:absolute;border-color:transparent;border-width:6px;border-style:solid;left:50%;transform:translateX(-6px)}.elx-table--tooltip-wrapper .elx-table--tooltip-arrow:before{content:"";position:absolute;border-color:transparent;border-width:5px;border-style:solid;left:-5px}.elx-table--tooltip-wrapper.placement--top.is--enterable:after{bottom:-6px}.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow{bottom:-12px}.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow:before{top:-7px}.elx-table--tooltip-wrapper.placement--bottom.is--enterable:after{top:-6px}.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow{top:-12px}.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow:before{top:-4px}.elx-table--tooltip-wrapper.theme--light{background-color:#fff;border:1px solid #dcdfe6}.elx-table--tooltip-wrapper.theme--light.placement--top .elx-table--tooltip-arrow{border-top-color:#dcdfe6}.elx-table--tooltip-wrapper.theme--light.placement--top .elx-table--tooltip-arrow:before{border-top-color:#fff}.elx-table--tooltip-wrapper.theme--light.placement--bottom .elx-table--tooltip-arrow{border-bottom-color:#dcdfe6}.elx-table--tooltip-wrapper.theme--light.placement--bottom .elx-table--tooltip-arrow:before{border-bottom-color:#fff}.elx-table--tooltip-wrapper.theme--dark{background:#303133;color:#fff}.elx-table--tooltip-wrapper.theme--dark.placement--top .elx-table--tooltip-arrow,.elx-table--tooltip-wrapper.theme--dark.placement--top .elx-table--tooltip-arrow:before{border-top-color:#303133}.elx-table--tooltip-wrapper.theme--dark.placement--bottom .elx-table--tooltip-arrow,.elx-table--tooltip-wrapper.theme--dark.placement--bottom .elx-table--tooltip-arrow:before{border-bottom-color:#303133}.elx-table--tooltip-wrapper.elx-table--valid-error{background-color:#f56c6c;color:#fff}.uxbeautifyTableClass .elx-header--column .elx-resizable.is--line:before,.uxbeautifyTableClass .elx-header--column .elx-resizable:hover{background-color:#c7c9cc}.uxbeautifyTableClass .elx-header--column .elx-resizable{right:-3px;width:7px;cursor:ew-resize}.uxbeautifyTableClass .elx-table--header-wrapper{color:#909399}.uxbeautifyTableClass .elx-table .elx-table--border-line{border:none}.uxbeautifyTableClass ::-webkit-scrollbar{width:9px;height:9px;background-color:hsla(0,0%,100%,0)}.uxbeautifyTableClass .singleTable ::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(144,147,153,.5)}.el-pagination--small .arrow.disabled,.el-table--hidden,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*{visibility:hidden}.el-input__suffix,.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),.el-message__closeBtn:focus,.el-message__content:focus,.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing),.el-rate:active,.el-rate:focus,.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing),.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}@font-face{font-family:element-icons;src:url(../fonts/element-icons.535877f5.woff) format("woff"),url(../fonts/element-icons.732389de.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination:after,.el-pagination:before{display:table;content:""}.el-pagination:after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:0;padding:0 6px;background:0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#623ceb}.el-pagination button:disabled{color:#c0c4cc;background-color:#fff;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:50% no-repeat #f4f4f5;background-size:16px;cursor:pointer;margin:0;color:#303133;border:1px solid #dcdfe6;min-width:30px;width:30px;height:28px}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:7px}.el-pagination .btn-next{padding-left:7px;margin-left:10px}.el-pagination .el-pager li.disabled{color:#c0c4cc;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .more:before,.el-pagination--small li.more:before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#623ceb}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input.el-pagination__editor .el-input__inner{padding:0}.el-pagination__jump .el-input.el-pagination__editor{width:40px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#c0c4cc}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#623ceb}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#623ceb;color:#fff}.el-dialog,.el-pager li{background:#fff;-webkit-box-sizing:border-box}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-date-table,.el-pager,.el-table th{-webkit-user-select:none;-moz-user-select:none}.el-pager .more:before{line-height:30px}.el-pager li{font-size:13px;min-width:30px;border:1px solid #dcdfe6;border-radius:2px;height:28px;line-height:27px;box-sizing:border-box;text-align:center;margin-left:10px}.el-menu--collapse .el-menu .el-submenu,.el-menu--popup{min-width:200px}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#c0c4cc}.el-pager li:hover{color:#623ceb}.el-pager li.active{color:#623ceb;cursor:default;border:1px solid #623ceb}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}.el-dialog{margin:0 auto 50px;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0;border:0;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#623ceb}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #e4e7ed;box-sizing:border-box;background-color:#fff}.el-dropdown-menu,.el-menu--collapse .el-submenu .el-menu{z-index:10;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button:before{content:"";position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:hsla(0,0%,100%,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default:before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown-menu{position:absolute;top:0;left:0;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#efecfd;color:#623ceb}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:"";height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:1px solid #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0}.el-menu,.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu:after,.el-menu:before{display:table;content:""}.el-menu:after{clear:both}.el-menu.el-menu--horizontal{border-bottom:1px solid #e6e6e6}.el-menu--horizontal{border-right:0}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #623ceb;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #623ceb;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;border:1px solid #e4e7ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;position:relative;-webkit-box-sizing:border-box;white-space:nowrap;list-style:none}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{transform:none}.el-menu--popup{z-index:100;border:0;padding:5px 0;border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#efecfd}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#623ceb}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#efecfd}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#efecfd}.el-submenu .el-menu{border:0}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;transition:transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#623ceb}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{transform:rotate(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{white-space:nowrap;background:#fff;border:1px solid #dcdfe6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#623ceb}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#623ceb;border-color:#623ceb;box-shadow:-1px 0 0 0 #623ceb}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#f2f6fc}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-popover,.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){box-shadow:0 0 2px 2px #623ceb}.el-switch{display:inline-flex;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#623ceb}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #dcdfe6;outline:0;border-radius:10px;box-sizing:border-box;background:#dcdfe6;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;transition:all .3s;width:16px;height:16px;background-color:#fff}.el-switch.is-checked .el-switch__core{border-color:#623ceb;background-color:#623ceb}.el-switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#623ceb;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#623ceb;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type):after{content:"";position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#623ceb}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;transition:transform .3s;transform:rotate(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{transform:rotate(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;transform:rotate(180deg);border-radius:100%;color:#c0c4cc;transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#623ceb}.el-select>.el-input{display:block}.el-select__input{border:0;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;transform:translateY(-50%);display:flex;align-items:center;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;right:-7px;top:0;color:#fff}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#fff}.el-select .el-tag__close.el-icon-close:before{display:block;transform:translateY(.5px)}.el-table{position:relative;overflow:hidden;box-sizing:border-box;flex:1;width:100%;max-width:100%;color:#606266}.el-table,.el-table--mini,.el-table--small,.el-table__expand-icon{font-size:14px}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;transition:transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th{background:#f5f7fa}.el-table th,.el-table tr{background-color:#fff}.el-table .el-table__header th,.el-table .el-table__header tr{background-color:#f5f7fa}.el-table .el-table__header th.is-leaf{border-bottom:0 solid #ebeef5;height:48px}.el-table td,.el-table th{padding:12px 0;min-width:0;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table--medium td,.el-table--medium th{padding:10px 0}.el-table--small td,.el-table--small th{padding:8px 0}.el-table--mini td,.el-table--mini th{padding:6px 0}.el-table--border td:first-child .cell,.el-table--border th:first-child .cell,.el-table .cell{padding-left:14px}.el-table tr input[type=checkbox]{margin:0}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #ebeef5}.el-table th.is-sortable{cursor:pointer}.el-table th{overflow:hidden;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table th>.cell{display:inline-block;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th>.cell.highlight{color:#623ceb}.el-table th.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td div{box-sizing:border-box}.el-table td.gutter{width:0}.el-table .cell{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #ebeef5}.el-table--border:after,.el-table--group:after,.el-table:before{content:"";position:absolute;background-color:#ebeef5;z-index:1}.el-table--border:after,.el-table--group:after{top:0;right:0;width:1px;height:100%}.el-table:before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:0;border-bottom:0}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.el-table--border th.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #ebeef5}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right:before,.el-table__fixed:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #ebeef5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#f5f7fa;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{box-shadow:none}.el-picker-panel,.el-table-filter{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.el-table .caret-wrapper{display:inline-flex;flex-direction:column;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#623ceb}.el-table .descending .sort-caret.descending{border-top-color:#623ceb}.el-table .hidden-columns{position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#fafafa}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#efecfd}.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#f5f7fa}.el-table__body tr.current-row>td{background-color:#efecfd}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;transform:scale(.75)}.el-table--enable-row-transition .el-table__body td{transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#f5f7fa}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #ebeef5;border-radius:2px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:2px 0}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#efecfd;color:#623ceb}.el-table-filter__list-item.is-active{background-color:#623ceb;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.el-table-filter__bottom button{background:0;border:0;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div,.el-date-table td.in-range div,.el-date-table td.in-range div:hover{background-color:#f2f6fc}.el-table-filter__bottom button:hover{color:#623ceb}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{padding:3px 0;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#c0c4cc}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#623ceb;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#fff}.el-date-table td.available:hover{color:#623ceb}.el-date-table td.current:not(.disabled) span{color:#fff;background-color:#623ceb}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#fff}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#623ceb}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#c0c4cc}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#f2f6fc;border-radius:15px}.el-date-table td.selected div:hover{background-color:#f2f6fc}.el-date-table td.selected span{background-color:#623ceb;color:#fff;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:1px solid #ebeef5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;box-sizing:border-box}.el-month-table td.today .cell{color:#623ceb;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#fff}.el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-month-table td.disabled .cell:hover{color:#c0c4cc}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#623ceb}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#f2f6fc}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#fff}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#fff;background-color:#623ceb}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#623ceb}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#623ceb;font-weight:700}.el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-year-table td.disabled .cell:hover{color:#c0c4cc}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#623ceb}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#623ceb}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#623ceb;font-weight:700}.time-select-item.disabled{color:#e4e7ed;cursor:not-allowed}.time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:inline-flex;align-items:center;padding:6px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#623ceb}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:32px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-popover,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#623ceb}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#623ceb}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#623ceb}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#623ceb}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #e4e7ed;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;user-select:none;box-sizing:content-box}.el-slider__button,.el-slider__button-wrapper,.el-time-panel{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content:after,.el-time-panel__content:before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content:after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content:before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds:after{left:66.66667%}.el-time-panel__content.has-seconds:before{padding-left:33.33333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;box-sizing:border-box}.el-time-panel__btn{border:0;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#623ceb}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-popover{position:absolute;background:#fff;min-width:150px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper:after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:0;outline:0;background:0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#f56c6c}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#623ceb}.el-message-box__content{padding:10px 70px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;transform:translateY(-50%);font-size:24px!important}.el-message-box__status:before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67c23a}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#e6a23c}.el-message-box__status.el-icon-error{color:#f56c6c}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;font-size:18px;line-height:24px}.el-message-box__errormsg{color:#f56c6c;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{flex-direction:row-reverse}.el-message-box--center{padding-bottom:10px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:flex;align-items:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:70px;padding-right:70px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes msgbox-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{display:table;content:""}.el-breadcrumb:after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#c0c4cc}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a{font-weight:700;text-decoration:none;transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover{color:#623ceb;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item:after,.el-form-item:before{display:table;content:""}.el-form-item:after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content:after,.el-form-item__content:before{display:table;content:""}.el-form-item__content:after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#f56c6c;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#f56c6c}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#623ceb;z-index:1;transition:transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;transition:all .15s}.el-collapse-item__arrow,.el-tabs__nav{-webkit-transition:-webkit-transform .3s}.el-tabs__new-tab .el-icon-plus{transform:scale(.8)}.el-tabs__new-tab:hover{color:#623ceb}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e4e7ed;z-index:1}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;transition:transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:flex}.el-tabs__nav.is-stretch>*{flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){box-shadow:inset 0 0 2px 2px #623ceb;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#c0c4cc;color:#fff}.el-tabs__item.is-active{color:#623ceb}.el-tabs__item:hover{color:#623ceb;cursor:pointer}.el-tabs__item.is-disabled{color:#c0c4cc;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #e4e7ed}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #e4e7ed;border-bottom:0;border-radius:4px 4px 0 0;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #e4e7ed;transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--border-card{background:#fff;border:1px solid #dcdfe6;box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#f5f7fa;border-bottom:1px solid #e4e7ed;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item{transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#623ceb;background-color:#fff;border-right-color:#dcdfe6;border-left-color:#dcdfe6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#623ceb}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#c0c4cc}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #dcdfe6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #e4e7ed;border-bottom:0;border-top:1px solid #e4e7ed;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #e4e7ed;border-top:0}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #e4e7ed;border-right-color:#fff;border-left:none;border-bottom:0}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:0}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:0}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #e4e7ed;border-right:0}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:0;border-top:1px solid #e4e7ed}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #e4e7ed;border-top:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #e4e7ed;border-left-color:#fff;border-right:0;border-bottom:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:0}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #e4e7ed;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}to{transform-origin:0 0;transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}to{transform-origin:0 0;transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(-100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(-100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}to{transform-origin:0 0;transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}to{transform-origin:0 0;transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#fff;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#623ceb}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#f5f7fa}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#623ceb;color:#fff}.el-tree-node__content{display:flex;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#f5f7fa}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#c0c4cc;font-size:12px;transform:rotate(0);transition:transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#c0c4cc}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f2effd}.el-alert{width:100%;padding:8px 16px;margin:0;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:flex;align-items:center;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#c0c4cc}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#fff}.el-alert.is-center{justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67c23a}.el-alert--success.is-light .el-alert__description{color:#67c23a}.el-alert--success.is-dark{background-color:#67c23a;color:#fff}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#fff}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.el-alert--warning.is-light .el-alert__description{color:#e6a23c}.el-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.el-alert--error.is-light{background-color:#fef0f0;color:#f56c6c}.el-alert--error.is-light .el-alert__description{color:#f56c6c}.el-alert--error.is-dark{background-color:#f56c6c;color:#fff}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active{opacity:0}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;transform:translateX(100%)}.el-notification-fade-enter.left{left:0;transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#623ceb}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#623ceb}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:0;border-left:1px solid #dcdfe6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:5px}.el-progress-bar__inner:after,.el-row:after,.el-row:before,.el-slider:after,.el-slider:before,.el-slider__button-wrapper:after,.el-upload-cover:after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#fff;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-5px;border-top-color:#fff;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#fff}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#fff}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#fff;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-5px;left:1px;border-right-color:#fff;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#fff}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#fff}.el-tooltip__popper.is-dark{background:#fff;box-shadow:0 0 16px 0 rgba(33,34,36,.12);color:#000}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-slider:after,.el-slider:before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after{vertical-align:middle;display:inline-block}.el-slider:after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#e4e7ed;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button{border-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#623ceb;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper:after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #623ceb;background-color:#fff;border-radius:50%;transition:.2s;user-select:none}.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#fff;transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #dcdfe6;line-height:20px;box-sizing:border-box;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#c0c4cc}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#623ceb}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-2,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-push-0,.el-col-push-1,.el-col-push-2,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-row{position:relative}.el-loading-spinner .el-loading-text{color:#623ceb;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#623ceb;stroke-linecap:round}.el-loading-spinner i{color:#623ceb}@-webkit-keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-rotate{to{transform:rotate(1turn)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{box-sizing:border-box}.el-row:after,.el-row:before{display:table}.el-row:after{clear:both}.el-row--flex{display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{justify-content:center}.el-row--flex.is-justify-end{justify-content:flex-end}.el-row--flex.is-justify-space-between{justify-content:space-between}.el-row--flex.is-justify-space-around{justify-content:space-around}.el-row--flex.is-align-middle{align-items:center}.el-row--flex.is-align-bottom{align-items:flex-end}[class*=el-col-]{float:left;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-col-0{width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#623ceb;color:#623ceb}.el-upload:focus .el-upload-dragger{border-color:#623ceb}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#c0c4cc;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #dcdfe6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#623ceb;font-style:normal}.el-upload-dragger:hover{border-color:#623ceb}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #623ceb}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67c23a}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#623ceb}.el-upload-list__item:hover{background-color:#f5f7fa}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#623ceb;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#623ceb}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;transform:rotate(45deg);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#fff}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;transform:rotate(45deg);box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover:after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;transform:rotate(45deg);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;transform:translateY(-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress-bar,.el-progress-bar__inner:after,.el-progress-bar__innerText,.el-spinner{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#623ceb;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;transition:width .6s ease}.el-card,.el-message{border-radius:4px;overflow:hidden}.el-progress-bar__inner:after{height:100%}.el-progress-bar__innerText{color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;transform:translateX(-50%);background-color:#edf2fc;transition:opacity .3s,transform .4s,top .4s;padding:15px 15px 15px 20px;display:flex;align-items:center}.el-message.is-center{justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#f56c6c;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#623ceb}.el-badge__content--success{background-color:#67c23a}.el-badge__content--warning{background-color:#e6a23c}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#f56c6c}.el-card{border:1px solid #ebeef5;background-color:#fff;color:#303133;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:0 solid #ebeef5;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#c0c4cc;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;flex-flow:column}.el-step{position:relative;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{flex-basis:auto!important;flex-shrink:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#c0c4cc;border-color:#c0c4cc}.el-step__head.is-success{color:#67c23a;border-color:#67c23a}.el-step__head.is-error{color:#f56c6c;border-color:#f56c6c}.el-step__head.is-finish{color:#623ceb;border-color:#623ceb}.el-step__icon{position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;box-sizing:border-box;background:#fff;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#c0c4cc}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;transition:.15s ease-out;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#c0c4cc}.el-step__title.is-success{color:#67c23a}.el-step__title.is-error{color:#f56c6c}.el-step__title.is-finish{color:#623ceb}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#c0c4cc}.el-step__description.is-success{color:#67c23a}.el-step__description.is-error{color:#f56c6c}.el-step__description.is-finish{color:#623ceb}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:flex;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:flex;align-items:stretch;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{flex-grow:1;display:flex;align-items:center;justify-content:center}.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before{content:"";display:inline-block;position:absolute;height:15px;width:1px;background:#c0c4cc}.el-step.is-simple .el-step__arrow:before{transform:rotate(-45deg) translateY(-4px);transform-origin:0 0}.el-step.is-simple .el-step__arrow:after{transform:rotate(45deg) translateY(4px);transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:0;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#c0c4cc;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:0;outline:0;padding:0;margin:0;cursor:pointer;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;top:0;left:0;position:absolute}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item--card,.el-carousel__item.is-animating{transition:transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#fff;opacity:.24;transition:.2s}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active,.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active,.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:flex;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;cursor:pointer;border-bottom:1px solid #ebeef5;font-size:13px;font-weight:500;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;transition:transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#623ceb}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#fff;overflow:hidden;box-sizing:border-box;border-bottom:1px solid #ebeef5}.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow:after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-tag{background-color:#fff;border-color:#e0d8fb;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#623ceb;border-width:1px;border-style:solid;border-radius:4px;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#623ceb}.el-tag .el-tag__close{color:#623ceb}.el-tag .el-tag__close:hover{color:#fff;background-color:#623ceb}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#bebebe;color:#8c8c8c}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#53c41a;color:#53c41a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#fbad15;color:#fbad15}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close:before{display:block}.el-tag--dark{background-color:#623ceb;color:#fff}.el-tag--dark,.el-tag--dark.is-hit{border-color:#623ceb}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#623ceb}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#c0b1f7;color:#623ceb}.el-tag--plain.is-hit{border-color:#623ceb}.el-tag--plain .el-tag__close{color:#623ceb}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#623ceb}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#c0c4cc}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#623ceb}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{transition:transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{transform:rotate(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#c0c4cc}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#fff;border:1px solid #e4e7ed;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-wrap:wrap;line-height:normal;text-align:left;box-sizing:border-box}.el-cascader__tags .el-tag{display:inline-flex;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{flex:none;background-color:#c0c4cc;color:#fff}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:flex;justify-content:space-between;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#f5f7fa}.el-cascader__suggestion-item.is-checked{color:#623ceb;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#c0c4cc}.el-cascader__search-input{flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:0;outline:0;box-sizing:border-box}.el-cascader__search-input::-moz-placeholder{color:#c0c4cc}.el-cascader__search-input:-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::placeholder{color:#c0c4cc}.el-color-predefine{display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{box-shadow:0 0 3px 2px #623ceb}.el-color-predefine__color-selector>div{display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.el-color-svpanel__black{background:linear-gradient(0deg,#000,transparent)}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper:after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#623ceb;border-color:#623ceb}.el-color-dropdown__link-btn{cursor:pointer;color:#623ceb;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#623ceb,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:hsla(0,0%,100%,.7)}.el-color-picker__trigger{display:inline-block;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty,.el-color-picker__icon{top:50%;left:50%;font-size:12px;position:absolute}.el-color-picker__empty{color:#999;transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;transform:translate3d(-50%,-50%,0);color:#fff;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;box-sizing:content-box;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#623ceb}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:inline-flex;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:normal;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#c0c4cc;text-align:center}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#623ceb;outline:0}.el-input__suffix{right:5px;transition:all .3s}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;transition:all .3s;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:32px;line-height:32px}.el-input--mini .el-input__icon{line-height:32px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#fff;background-color:#623ceb;font-size:0}.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #dcdfe6;background-color:#f5f7fa;color:#c0c4cc}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer-panel{border:1px solid #ebeef5;border-radius:4px;overflow:hidden;background:#fff;display:inline-block;vertical-align:middle;width:200px;max-height:100%;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#623ceb}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#f5f7fa;margin:0;padding-left:15px;border-bottom:1px solid #ebeef5;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-divider__text,.el-link{font-weight:500;font-size:14px}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#fff;margin:0;padding:0;border-top:1px solid #ebeef5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner:after{height:6px;width:3px;left:4px}.el-container{display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer{-webkit-box-orient:vertical}.el-aside,.el-header{-webkit-box-sizing:border-box}.el-container.is-vertical{flex-direction:column}.el-header{padding:0 20px}.el-aside,.el-header{box-sizing:border-box;flex-shrink:0}.el-aside{overflow:auto}.el-footer,.el-main{-webkit-box-sizing:border-box}.el-main{display:block;flex:1;flex-basis:auto;overflow:auto;padding:20px}.el-footer,.el-main{box-sizing:border-box}.el-footer{padding:0 20px;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #e4e7ed}.el-timeline-item__icon{color:#fff;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#e4e7ed;border-radius:50%;display:flex;justify-content:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#623ceb}.el-timeline-item__node--success{background-color:#67c23a}.el-timeline-item__node--warning{background-color:#e6a23c}.el-timeline-item__node--danger{background-color:#f56c6c}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:flex;justify-content:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #623ceb}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#623ceb}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#623ceb}.el-link.el-link--default.is-disabled{color:#c0c4cc}.el-link.el-link--primary,.el-link.el-link--primary:hover{color:#623ceb}.el-link.el-link--primary.is-disabled{color:#b19ef5}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#f56c6c}.el-link.el-link--danger{color:#f56c6c}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67c23a}.el-link.el-link--success{color:#67c23a}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#e6a23c}.el-link.el-link--warning{color:#e6a23c}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#dcdfe6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#fff;padding:0 20px;color:#303133}.el-image__error,.el-image__placeholder{background:#f5f7fa}.el-divider__text.is-left{left:20px;transform:translateY(-50%)}.el-divider__text.is-center{left:50%;transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);display:block}.el-image__error{display:flex;justify-content:center;align-items:center;font-size:14px;color:#c0c4cc;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;box-sizing:border-box;user-select:none}.el-button,.el-checkbox,.el-image-viewer__btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:flex;align-items:center;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{top:50%;width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__prev{transform:translateY(-50%);left:40px}.el-image-viewer__next{transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes viewer-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#623ceb;border-color:#d0c5f9;background-color:#efecfd}.el-button:active{color:#5836d4;border-color:#5836d4;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#623ceb;color:#623ceb}.el-button.is-active,.el-button.is-plain:active{color:#5836d4;border-color:#5836d4}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#623ceb;border-color:#623ceb}.el-button--primary:focus,.el-button--primary:hover{background:#623ceb;border-color:#623ceb;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#5836d4;border-color:#5836d4;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#b19ef5;border-color:#b19ef5}.el-button--primary.is-plain{color:#623ceb;background:#efecfd;border-color:#c0b1f7}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#623ceb;border-color:#623ceb;color:#fff}.el-button--primary.is-plain:active{background:#5836d4;border-color:#5836d4;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#a18af3;background-color:#efecfd;border-color:#e0d8fb}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:8px 23px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:8px 23px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#623ceb;background:0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#623ceb;border-color:transparent;background-color:transparent}.el-button--text:active{color:#5836d4;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:flex;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ebeef5}.el-backtop,.el-page-header{display:-ms-flexbox}.el-calendar__title{color:#000;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#c0c4cc}.el-backtop,.el-calendar-table td.is-today{color:#623ceb}.el-calendar-table td{border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5;vertical-align:top;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#f2f8fe}.el-calendar-table tr:first-child td{border-top:1px solid #ebeef5}.el-calendar-table tr td:first-child{border-left:1px solid #ebeef5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:0}.el-calendar-table .el-calendar-day{box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#f2f8fe}.el-backtop{position:fixed;background-color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#f2f6fc}.el-page-header{display:flex;line-height:24px}.el-page-header__left{display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left:after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;transform:translateY(-50%);background-color:#dcdfe6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-size:14px;cursor:pointer;user-select:none;margin-right:30px}.el-checkbox,.el-checkbox-button__inner,.el-radio{font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#623ceb}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#623ceb;border-color:#623ceb}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner:after{transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#623ceb}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#623ceb}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";position:absolute;display:block;background-color:#fff;height:2px;transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#623ceb}.el-checkbox__inner:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:3px;transition:transform .15s ease-in .05s;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#623ceb}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-radio,.el-radio__input{line-height:1;white-space:nowrap;outline:0}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#623ceb;border-color:#623ceb;box-shadow:-1px 0 0 0 #a18af3}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#623ceb}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#623ceb}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio{color:#606266;cursor:pointer;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#623ceb}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner:after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#623ceb;background:#623ceb}.el-radio__input.is-checked .el-radio__inner:after{transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#623ceb}.el-radio__input.is-focus .el-radio__inner{border-color:#623ceb}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;cursor:pointer;box-sizing:border-box}.el-radio__inner:hover{border-color:#623ceb}.el-radio__inner:after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{box-shadow:0 0 2px 2px #623ceb}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;transition:opacity .34s ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:background-color .3s}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;transition:opacity .12s ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #e4e7ed;border-radius:4px}.el-cascader-menu{min-width:180px;box-sizing:border-box;color:#606266;border-right:1px solid #e4e7ed}.el-cascader-menu:last-child{border-right:0}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;box-sizing:border-box}.el-avatar,.el-drawer{-webkit-box-sizing:border-box;overflow:hidden}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#c0c4cc}.el-cascader-node{position:relative;display:flex;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#623ceb;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#f5f7fa}.el-cascader-node.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;box-sizing:border-box;text-align:center;color:#fff;background:#c0c4cc;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-drawer,.el-drawer__header{display:-ms-flexbox}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}.el-drawer.btt,.el-drawer.ttb,.el-drawer__container{left:0;right:0;width:100%}.el-drawer.ltr,.el-drawer.rtl,.el-drawer__container{top:0;bottom:0;height:100%}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rtl-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@-webkit-keyframes rtl-drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes rtl-drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@-webkit-keyframes ltr-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes ltr-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@-webkit-keyframes ltr-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes ltr-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes ttb-drawer-in{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes ttb-drawer-in{0%{transform:translateY(-100%)}to{transform:translate(0)}}@-webkit-keyframes ttb-drawer-out{0%{transform:translate(0)}to{transform:translateY(-100%)}}@keyframes ttb-drawer-out{0%{transform:translate(0)}to{transform:translateY(-100%)}}@-webkit-keyframes btt-drawer-in{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes btt-drawer-in{0%{transform:translateY(100%)}to{transform:translate(0)}}@-webkit-keyframes btt-drawer-out{0%{transform:translate(0)}to{transform:translateY(100%)}}@keyframes btt-drawer-out{0%{transform:translate(0)}to{transform:translateY(100%)}}.el-drawer{position:absolute;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{align-items:center;color:#72767b;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{flex:1}.el-drawer__title{margin:0;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:0;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{flex:1}.el-drawer__body>*{box-sizing:border-box}.el-drawer__container{position:relative}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-popconfirm__main{display:flex;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}body{margin:0;padding:0;color:#595961;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-variant:tabular-nums;background-color:#fff;font-feature-settings:"tnum","tnum";font-weight:400}*,:after,:before{box-sizing:border-box}.le-clear{clear:both}.le-icon{width:1.5em;height:1.5em}.le-inline-block{display:inline-block}a:active,a:hover,a:link,a:visited{text-decoration:none}.le-matter{padding:0}.le-matter .le-columns-title{width:100%;height:48px;background:rgba(98,60,235,.05);border-radius:4px;line-height:48px;text-align:center;font-size:14px;font-weight:400;color:#623ceb;opacity:.85;margin-bottom:20px}.le-matter .le-matter-radio{display:inline-block;font-size:14px;height:100%}.le-matter .le-matter-radio .le-matter-radio-tick{display:none;position:absolute;top:2px;height:18px;width:18px;left:-6px;z-index:3}.le-matter .le-matter-radio .le-matter-radio-tick .le-icon{font-size:8px;color:#7d62ee}.le-matter .le-matter-radio input[type=radio]{position:absolute;left:-9999em}.le-matter .le-matter-radio input[type=radio]:checked+.le-matter-radio-tick{display:block}.le-matter .le-gallery-card-tools{text-align:center;width:100%;padding-top:10px;padding-bottom:5px}.le-matter .le-dialog-transfer{padding:20px 20px 10px}.le-matter .le-dialog-transfer-row{margin-top:20px}.le-matter .le-dialog-transfer-subfield{padding:10px;border:1px solid #ebeef5}.le-matter .le-dialog-transfer-subfield .el-scrollbar__wrap{overflow-x:hidden}.le-matter .le-dialog-transfer-subfield ul{list-style-type:none;margin:0;padding:0;padding-top:10px}.le-matter .le-dialog-transfer-subfield ul span{font-size:12px}.le-matter .le-dialog-transfer-subfield ul li{padding-left:15px;line-height:30px;font-size:12px;height:30px;position:relative}.le-matter .le-dialog-transfer-subfield ul li .le-icon{position:absolute;right:0;top:8px;font-size:12px}.le-matter .le-gallery-header{font-size:16px;font-weight:500;color:#000;line-height:44px}.le-matter .le-gallery-main{padding:0 20px}.le-matter .le-gallery-content{border:1px solid #ebeef5;border-radius:3px;padding:10px}.le-matter .le-gallery-content .le-gallery-allcheck{margin:0 10px}.le-matter .le-gallery-content .le-gallery-allcheck .el-checkbox__label{font-size:12px;font-weight:400}.le-matter .le-gallery-content .le-gallery-default{text-align:center;font-size:14px;color:#ccc}.le-matter .le-gallery-content .le-gallery-default .le-icon{font-size:130px;color:#eee}.le-matter .le-gallery-content .le-gallery__wrapper{margin-top:10px;padding:0;list-style-type:none;clear:both}.le-matter .le-gallery-content .le-gallery__wrapper li{display:block;width:121px;float:left;text-align:center}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-group-icon{position:relative;height:85px;width:85px;margin:5px 8px;z-index:2}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-group-icon .le-icon{font-size:60px}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-titile{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox{text-align:center;display:block;padding:5px 8px;border:1px solid #fff;border-radius:3px;position:relative}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox:hover{border:1px solid #623ceb;background-color:#f7f5fe}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox img{position:relative;height:85px;width:85px;margin:5px 8px;z-index:2;padding:0}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox span{display:block;margin:0;padding:0;position:relative;z-index:2}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox .le-matter-tick{display:none;position:absolute;left:6px;top:6px;height:18px;width:18px;line-height:18px;background-color:#623ceb;border-radius:9px;z-index:3;padding-top:2px}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox .le-matter-tick .le-icon{font-size:10px;color:#fff}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox input[type=checkbox]{position:absolute;left:-9999em}.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox input[type=checkbox]:checked+.le-matter-mark,.le-matter .le-gallery-content .le-gallery__wrapper li .le-matter-checkbox input[type=checkbox]:checked+.le-matter-tick{display:block}.le-matter .le-gallery-content .le-gallery-page{margin-top:10px;height:32px;text-align:right}.le-matter .le-gallery-card .el-card__header{background-color:#f3f5f7;height:50px}.le-matter .le-gallery-card .el-card__body{padding:10px}.le-matter .le-gallery-card .el-card__body ul{list-style-type:none;text-align:left;padding:0;margin:0}.le-matter .le-gallery-card .el-card__body ul li{height:30px;line-height:30px}.le-matter .le-gallery-card .el-card__body ul .le-gallery-card-action{float:right;color:#4ba0ff}.le-matter .le-columns-table{border:1px solid #dcdfe6;border-radius:4px}.le-matter .el-row{margin-bottom:0!important}.le-matter .le-tabpane-pagination{position:absolute;right:0;top:8px}.le-matter .le-tabpane-checkbox{margin-right:14px}.le-matter .le-tabpane-checkbox .el-checkbox__label{font-size:12px;font-weight:400}.le-matter .el-table th>.cell{padding-left:14px!important}.le-matter .el-table--enable-row-hover .el-table__body tr:hover>td{background-color:rgba(98,60,225,.05)!important}.le-matter>.el-card{border-radius:16px}.le-matter .el-tabs--card>.el-tabs__header{border-bottom:none!important;margin:0!important}.le-matter .el-tabs--card>.el-tabs__header .el-tabs__nav{border:none!important;border-bottom:0;box-sizing:border-box;position:relative}.le-matter .el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:none!important;border-left:none!important;height:60px}.le-matter .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff;border-radius:16px 16px 0 0;background-color:#fff}.le-matter .el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.le-matter .el-tabs--card>.el-tabs__content{background-color:#fff;border-radius:16px;padding:40px 20px 20px 20px;position:relative;margin-top:-20px}.le-matter .le-steps--simple{padding:13px 0!important}.le-matter .le-matter-pagination{position:fixed;height:50px;margin:0 -21px;bottom:0;width:4%;background:#fff;z-index:100;padding-top:10px;padding-left:20px;padding-right:20px;text-align:center}.le-matter .le-arrow{width:100%;height:42px;position:relative}.le-matter .le-arrow ul{list-style-type:none;padding:0;margin:0}.le-matter .le-arrow ul li{position:relative;float:left;width:50%;height:42px;background-color:#fff}.le-matter .le-arrow ul li .center{width:30%;height:42px;line-height:42px;margin:0 auto;position:absolute;left:50%;top:0;margin-left:-15%}.le-matter .le-arrow ul li:not(:last-child):before{content:"";position:absolute;top:-5px;right:-50px;width:0;height:0;border:26px solid #f3f5f7;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.le-matter .le-arrow ul li:not(:last-child):after{content:"";position:absolute;top:0;right:-40px;width:0;height:0;border:21px solid #fff;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.le-matter .le-arrow ul li.active{background-color:#623ceb;color:#fff}.le-matter .le-arrow ul li.active:not(:last-child):after{border-left-color:#623ceb;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.le-matter .le-dialog-transfer-subfield ul li.active,.le-matter .le-dialog-transfer-subfield ul li:hover{color:#7d62ee}.le-matter .le-gallery-card.is-always-shadow,.le-matter .le-gallery-card.is-hover-shadow:focus,.le-matter .le-gallery-card.is-hover-shadow:hover{box-shadow:none!important}.le-matter .le-tabpane-footer,.le-matter .le-tabpane-header{padding:12px 0 12px 14px;position:relative}.le-matter .el-table thead th,.le-matter .el-table thead tr{height:48px}.el-dialog{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:16px;background-clip:padding-box;outline:0;box-shadow:0 5px 15px rgba(0,0,0,.5)}.el-dialog .el-dialog__body{padding:0 40px;padding-bottom:22px;color:#606266;font-size:14px;word-break:break-all}.el-dialog .el-dialog__headerbtn{right:-32px;top:-4px}.el-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:20px;font-weight:800}.el-dialog .el-dialog__header{text-align:center;padding:40px 0 32px 0}.el-dialog .el-dialog__header .el-dialog__title{font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px;opacity:.85}.el-dialog .el-dialog__footer{text-align:center}.el-dialog .el-dialog__footer .el-button+.el-button{margin-left:16px}.he-line-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.he-line-2{-webkit-line-clamp:2}.he-line-3{-webkit-line-clamp:3}.he-line-4{-webkit-line-clamp:4}.he-line-5{-webkit-line-clamp:5}.he-line-2,.he-line-3,.he-line-4,.he-line-5{overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.flex{display:flex}.basis-xs{flex-basis:20%}.basis-sm{flex-basis:40%}.basis-df{flex-basis:50%}.basis-lg{flex-basis:60%}.basis-xl{flex-basis:80%}.flex-sub{flex:1}.flex-twice{flex:2}.flex-treble{flex:3}.flex-direction{flex-direction:column}.flex-wrap{flex-wrap:wrap}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.self-start{align-self:flex-start}.self-center{align-self:flex-center}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.align-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.el-message-box{min-width:320px;max-width:598px;width:auto;background:#fff;border-radius:16px;overflow:visible}.el-message-box .el-message-box__content{font-size:16px}.el-message-box .el-message-box__headerbtn{right:-37px;top:-6px;width:30px;height:30px}.el-message-box .el-message-box__headerbtn .el-message-box__close{font-size:20px;color:#fff;font-weight:800}.el-message-box .el-message-box__header{padding-top:16px}.el-message-box .el-message-box__header .el-message-box__title{display:none}.el-message-box .el-message-box__btns{margin-top:12px;text-align:center;margin-bottom:30px}.el-message-box .el-message-box__btns .el-button+.el-button{margin-left:16px}.he-dialog,.le-main{padding:0;margin:0}.he-dialog .el-dialog__title,.le-main .el-dialog__title{width:58px;height:20px;font-size:20px;font-weight:400;color:#262626;line-height:20px}.he-dialog .el-input,.le-main .el-input{width:280px}.he-dialog .el-input--mini .el-input__inner,.le-main .el-input--mini .el-input__inner{height:32px;line-height:32px;padding-left:12px}.he-dialog .el-textarea,.le-main .el-textarea{width:500px}.he-dialog .el-button+.el-button,.le-main .el-button+.el-button{margin-left:8px}.he-dialog .el-form-radio-group,.le-main .el-form-radio-group{padding-top:8px;margin:0}.he-dialog .el-radio__label,.le-main .el-radio__label{font-size:14px;padding-left:8px}.he-dialog .el-button--mini,.le-main .el-button--mini{padding:9px 24px;font-size:12px;border-radius:4px;font-weight:400}.he-dialog .el-form-item--mini.el-form-item,.le-main .el-form-item--mini.el-form-item{margin-bottom:24px}.he-dialog .el-form-item--mini .el-form-item__label,.le-main .el-form-item--mini .el-form-item__label{line-height:32px}.he-dialog .el-form-item--mini .el-form-item__content,.le-main .el-form-item--mini .el-form-item__content{line-height:32px;color:#8c8c8c;font-size:14px}.he-dialog .el-form-item__label,.le-main .el-form-item__label{color:#262626}.he-dialog .le-card,.le-main .le-card{border-radius:16px}.he-dialog .le-upload__container,.le-main .le-upload__container{padding:0;margin:0;list-style-type:none}.he-dialog .le-upload-item,.le-main .le-upload-item{width:120px;height:120px;border:1px dashed #ebeef5;border-radius:4px;float:left;margin-right:8px;position:relative;overflow:hidden}.he-dialog .le-upload-item__image,.le-main .le-upload-item__image{width:120px;height:120px;position:absolute;left:0;top:0;border:0}.he-dialog .le-tabs .el-tabs__header,.le-main .le-tabs .el-tabs__header{border-bottom:none!important;margin:0!important}.he-dialog .le-tabs .el-tabs__header .el-tabs__nav,.le-main .le-tabs .el-tabs__header .el-tabs__nav{border:none!important;border-bottom:0;box-sizing:border-box;position:relative}.he-dialog .le-tabs .el-tabs__header .el-tabs__item,.le-main .le-tabs .el-tabs__header .el-tabs__item{border-bottom:none!important;border-left:none!important;height:60px;color:#8c8c8c}.he-dialog .le-tabs .el-tabs__header .el-tabs__item.is-active,.le-main .le-tabs .el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff;border-radius:16px 16px 0 0;background-color:#fff;color:#623ceb}.he-dialog .le-tabs .el-tabs__header .el-tabs__item:first-child,.le-main .le-tabs .el-tabs__header .el-tabs__item:first-child{border-left:none}.he-dialog .le-tabs .el-tabs__content,.le-main .le-tabs .el-tabs__content{background-color:#fff;border-radius:16px;padding:40px 20px 20px 20px;position:relative;margin-top:-20px}.he-dialog .le-cardpin,.le-cardpin{position:fixed;height:50px;margin:0 -21px;bottom:0;width:calc(100% - 96px);background:#fff;z-index:100;padding-top:10px;padding-left:20px;padding-right:20px;text-align:center}.he-dialog .le-dialog .el-dialog__headerbtn,.le-main .le-dialog .el-dialog__headerbtn{right:-22px;top:-4px}.he-dialog .le-dialog .el-dialog__headerbtn .el-dialog__close,.le-main .le-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:18px;font-weight:800}.he-dialog .le-dialog .el-dialog__footer,.he-dialog .le-dialog .el-dialog__header,.le-main .le-dialog .el-dialog__footer,.le-main .le-dialog .el-dialog__header{text-align:center}.he-dialog .le-dialog .el-dialog,.le-main .le-dialog .el-dialog{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;background-clip:padding-box;outline:0;box-shadow:0 5px 15px rgba(0,0,0,.5)}.he-dialog .le-dialog .el-dialog__body,.le-main .le-dialog .el-dialog__body{padding:0;color:#606266;font-size:14px;word-break:break-all}.he-dialog .le-arrow,.le-main .le-arrow{width:100%;height:42px;position:relative}.he-dialog .le-arrow ul,.le-main .le-arrow ul{list-style-type:none;padding:0;margin:0}.he-dialog .le-arrow ul li,.le-main .le-arrow ul li{position:relative;float:left;width:50%;height:42px;background-color:#fff}.he-dialog .le-arrow ul li .center,.le-main .le-arrow ul li .center{width:30%;height:42px;line-height:42px;margin:0 auto;position:absolute;left:50%;top:0;margin-left:-15%}.he-dialog .le-arrow ul li:not(:last-child):before,.le-main .le-arrow ul li:not(:last-child):before{content:"";position:absolute;top:-5px;right:-50px;width:0;height:0;border:26px solid #f3f5f7;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.he-dialog .le-arrow ul li:not(:last-child):after,.le-main .le-arrow ul li:not(:last-child):after{content:"";position:absolute;top:0;right:-40px;width:0;height:0;border:21px solid #fff;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.he-dialog .le-arrow ul li.active,.le-main .le-arrow ul li.active{background-color:#623ceb;color:#fff}.he-dialog .le-arrow ul li.active:not(:last-child):after,.le-main .le-arrow ul li.active:not(:last-child):after{border-left-color:#623ceb;border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.he-dialog .le-tips,.le-main .le-tips{font-size:12px;color:#8c8c8c;margin:0;padding:8px 8px 8px 22px}.he-dialog .le-subfield .el-card__header,.le-main .le-subfield .el-card__header{padding:14.5px 16px;border-bottom:1px solid #ebeef5;box-sizing:border-box;background-color:#f3f5f7}.he-dialog .le-subfield.is-always-shadow,.he-dialog .le-subfield.is-hover-shadow:focus,.he-dialog .le-subfield.is-hover-shadow:hover,.le-main .le-subfield.is-always-shadow,.le-main .le-subfield.is-hover-shadow:focus,.le-main .le-subfield.is-hover-shadow:hover{box-shadow:none!important}.he-dialog .le-subfield .el-card__body,.le-main .le-subfield .el-card__body{padding:10px}.he-dialog .le-subfield .el-card__body ul,.le-main .le-subfield .el-card__body ul{list-style-type:none;text-align:left;padding:0;margin:0}.he-dialog .le-subfield .el-card__body ul li,.le-main .le-subfield .el-card__body ul li{height:30px;line-height:30px}.he-dialog .le-subfield .el-card__body ul .he-gallery-card-action,.le-main .le-subfield .el-card__body ul .he-gallery-card-action{float:right;color:#4ba0ff}.he-dialog .el-input-group__prepend div.el-select .el-input__inner,.le-main .el-input-group__prepend div.el-select .el-input__inner{font-size:14px;font-family:PingFang SC;font-weight:500;color:#010101;opacity:.85}.le-line{height:20px}.le-break{word-break:break-all;height:10px}.le-footer,.le-header{padding:0;margin:0}.el-popover{min-width:0}.le-icon{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.el-popover--plain{padding:18px 15px}.el-button.el-button--default.el-button--mini.is-plain{border:1px solid #623ceb;border-radius:4px;font-weight:400;color:#623ceb;font-size:14px;padding:8px 24px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-ff1fb1c0]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-ff1fb1c0]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-ff1fb1c0]{font-size:16px;font-weight:500;color:#000}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-ff1fb1c0]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-ff1fb1c0]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-ff1fb1c0]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-ff1fb1c0]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-ff1fb1c0]{display:inline-block;width:124px;height:129px;margin-left:5px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-ff1fb1c0]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-ff1fb1c0]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-ff1fb1c0]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-ff1fb1c0]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-ff1fb1c0]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-ff1fb1c0]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-ff1fb1c0]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-ff1fb1c0]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-ff1fb1c0]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-ff1fb1c0]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-ff1fb1c0]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-ff1fb1c0]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-ff1fb1c0] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-ff1fb1c0]{box-shadow:none}.picture-selet .picture-selet-content[data-v-ff1fb1c0]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-ff1fb1c0]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-ff1fb1c0]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-ff1fb1c0]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.picture-selet i[data-v-ff1fb1c0]{font-size:26px;color:#d9d9d9}.picture-selet p[data-v-ff1fb1c0]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.picture-selet .picture-selet__detail[data-v-74a30de3]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-74a30de3]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-74a30de3]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-74a30de3]{font-size:16px;font-weight:500;color:#000}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-74a30de3]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-74a30de3]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-74a30de3]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-74a30de3]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-74a30de3]{display:inline-block;width:124px;height:129px;margin-left:5px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-74a30de3]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-74a30de3]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-74a30de3]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-74a30de3]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-74a30de3]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-74a30de3]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-74a30de3]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-74a30de3]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-74a30de3]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-74a30de3]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-74a30de3]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-74a30de3]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-74a30de3] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-74a30de3]{box-shadow:none}.picture-selet .picture-selet-content[data-v-74a30de3]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-74a30de3]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-74a30de3]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-74a30de3]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.picture-selet i[data-v-74a30de3]{font-size:26px;color:#d9d9d9}.picture-selet p[data-v-74a30de3]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.picture-selet .picture-selet__detail[data-v-519bfd24]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-519bfd24]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-519bfd24]{height:49px;text-align:left;line-height:49px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-519bfd24]{font-size:16px;font-weight:500;color:#000}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-519bfd24]{float:right}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-519bfd24]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-519bfd24]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-519bfd24]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-519bfd24]{display:inline-block;width:124px;height:129px;margin-left:5px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-519bfd24]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-519bfd24]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-519bfd24]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-519bfd24]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-519bfd24]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-519bfd24]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-519bfd24]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-519bfd24]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-519bfd24]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-519bfd24]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-519bfd24]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-519bfd24]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-519bfd24] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-519bfd24]{box-shadow:none}.picture-selet .picture-selet-content[data-v-519bfd24]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-519bfd24]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-519bfd24]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-519bfd24]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.picture-selet i[data-v-519bfd24]{font-size:26px;color:#d9d9d9}.picture-selet p[data-v-519bfd24]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.he-upload-box[data-v-519bfd24]{border-radius:4px;position:relative;margin-right:8px;margin-bottom:8px;overflow:hidden}.he-upload-box .he-upload__image[data-v-519bfd24]{width:100%;height:100%}.he-upload-box .he-upload__tips[data-v-519bfd24]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px;text-align:center;cursor:pointer;opacity:0}.he-upload-box .he-upload__line[data-v-519bfd24]{margin:0 5px}.he-upload-box:hover .he-upload__tips[data-v-519bfd24]{opacity:1}.he-upload__select[data-v-519bfd24]{cursor:pointer;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px}.he-upload__select .he-upload__content[data-v-519bfd24]{text-align:center}.he-upload__select .he-upload__text[data-v-519bfd24]{font-size:14px;font-family:PingFang SC;font-weight:500;color:#333;line-height:44px;opacity:.85}.he-upload__select .he-icon__add[data-v-519bfd24]{margin-top:32px}.flex[data-v-519bfd24]{display:flex}.flex-wrap[data-v-519bfd24]{flex-wrap:wrap}.justify-center[data-v-519bfd24]{justify-content:center}.he-upload__lord[data-v-519bfd24]{position:absolute;font-size:14px;text-align:center;font-family:PingFang SC;font-weight:500;color:#fff;width:100px;height:25px;line-height:25px;transform:rotate(-45deg);transform-origin:38% 220%;background:#fbad15}.he-upload__border[data-v-519bfd24]{border:1px solid #fbad15}.he-border[data-v-519bfd24]{border:1px dashed #dcdfe6}.he-upload-size[data-v-519bfd24]{width:80px;height:80px;background:rgba(0,0,0,.02);text-align:center;cursor:pointer;position:relative;border-radius:4px;margin-right:8px;margin-bottom:8px}.he-upload-size .he-upload__text[data-v-519bfd24]{font-size:12px;font-family:PingFang SC;font-weight:500;color:#333;opacity:.85;margin:0;line-height:1}.he-upload-size .picture-content[data-v-519bfd24]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.he-upload-size .le-icon[data-v-519bfd24]{margin-top:15px}.he-upload-size .picture-selet-cover[data-v-519bfd24]{background-repeat:no-repeat;background-size:100% 100%}.he-upload-size .picture-selet-image[data-v-519bfd24]{height:80px}.he-upload-size .le-icon-cha2[data-v-519bfd24]{position:absolute;top:0;right:0;margin:0;font-size:16px;z-index:100;transform:translate(50%,-50%)}.photo-solt[data-v-6c7e2ba6],.picture-dialog[data-v-6c7e2ba6]{position:relative}.picture-selet__footer[data-v-6c7e2ba6]{clear:both;width:100%;height:104px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;margin-top:24px}.picture-selet__footer ul[data-v-6c7e2ba6]{padding:0;margin:0;list-style-type:none}.picture-selet__footer li[data-v-6c7e2ba6]{position:relative;float:left}.picture-selet__footer-title[data-v-6c7e2ba6]{width:32px;font-size:12px;line-height:14px;color:#262626;margin:38px 13px 38px 19px}.picture-selet__footer-image[data-v-6c7e2ba6]{position:relative;width:72px;height:72px;border-radius:2px;margin:16px 7px}.picture-selet__footer-close[data-v-6c7e2ba6]{position:absolute;width:16px;height:16px;color:#bfbfbf;top:-8px;right:-8px;z-index:10;font-size:16px;line-height:16px;display:block;cursor:pointer}li:hover .picture-selet__footer-close[data-v-6c7e2ba6]{display:block}.picture-selet .picture-selet__detail[data-v-6c7e2ba6]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-6c7e2ba6]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-6c7e2ba6]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-6c7e2ba6]{height:49px;text-align:left;line-height:49px;position:relative;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-6c7e2ba6]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-6c7e2ba6]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-6c7e2ba6]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-6c7e2ba6]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-6c7e2ba6]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-6c7e2ba6]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-6c7e2ba6]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-6c7e2ba6]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-6c7e2ba6]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-6c7e2ba6]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-6c7e2ba6]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-6c7e2ba6] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-6c7e2ba6]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-6c7e2ba6]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-6c7e2ba6]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-6c7e2ba6]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-6c7e2ba6]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-6c7e2ba6]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-6c7e2ba6]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-6c7e2ba6]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-6c7e2ba6]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-6c7e2ba6]{position:absolute;left:50%;top:50%;margin-top:-5px;margin-left:-5px;width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-6c7e2ba6],.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--text[data-v-6c7e2ba6]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-6c7e2ba6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-6c7e2ba6]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-6c7e2ba6]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-6c7e2ba6]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-6c7e2ba6]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-6c7e2ba6]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .el-card__header{padding:0 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px;height:48px;line-height:48px;box-sizing:border-box}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-6c7e2ba6] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-6c7e2ba6]{box-shadow:none}.picture-selet .picture-selet-content[data-v-6c7e2ba6]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-6c7e2ba6]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-6c7e2ba6]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-6c7e2ba6]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-6c7e2ba6]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-6c7e2ba6]{width:368px}.dialog-group__content[data-v-6c7e2ba6]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-6c7e2ba6]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-6c7e2ba6] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-6c7e2ba6] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-6c7e2ba6] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-6c7e2ba6]{border-left:1px solid #dcdfe6}.dialog-group[data-v-6c7e2ba6] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-6c7e2ba6] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-6c7e2ba6] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-6c7e2ba6] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-6c7e2ba6] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.photo-solt[data-v-43bb2354],.picture-dialog[data-v-43bb2354]{position:relative}.picture-selet__footer[data-v-43bb2354]{clear:both;width:100%;height:104px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;margin-top:24px}.picture-selet__footer ul[data-v-43bb2354]{padding:0;margin:0;list-style-type:none}.picture-selet__footer li[data-v-43bb2354]{position:relative;float:left}.picture-selet__footer-title[data-v-43bb2354]{width:32px;font-size:12px;line-height:14px;color:#262626;margin:38px 13px 38px 19px}.picture-selet__footer-image[data-v-43bb2354]{position:relative;width:72px;height:72px;border-radius:2px;margin:16px 7px}.picture-selet__footer-close[data-v-43bb2354]{position:absolute;width:16px;height:16px;color:#bfbfbf;top:-8px;right:-8px;z-index:10;font-size:16px;line-height:16px;display:block;cursor:pointer}li:hover .picture-selet__footer-close[data-v-43bb2354]{display:block}.picture-selet .picture-selet__detail[data-v-43bb2354]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-43bb2354]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-43bb2354]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-43bb2354]{height:49px;text-align:left;line-height:49px;position:relative;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-43bb2354]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-43bb2354]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-43bb2354]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-43bb2354]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-43bb2354]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-43bb2354]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-43bb2354]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-43bb2354]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-43bb2354]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-43bb2354]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-43bb2354]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-43bb2354] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-43bb2354]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-43bb2354]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-43bb2354]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-43bb2354]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-43bb2354]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-43bb2354]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-43bb2354]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-43bb2354]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-43bb2354]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-43bb2354]{position:absolute;left:50%;top:50%;margin-top:-5px;margin-left:-5px;width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-43bb2354],.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--text[data-v-43bb2354]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-43bb2354]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-43bb2354]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-43bb2354]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-43bb2354]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-43bb2354]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-43bb2354]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .el-card__header{padding:0 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px;height:48px;line-height:48px;box-sizing:border-box}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-43bb2354] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-43bb2354]{box-shadow:none}.picture-selet .picture-selet-content[data-v-43bb2354]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-43bb2354]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-43bb2354]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-43bb2354]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-43bb2354]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-43bb2354]{width:368px}.dialog-group__content[data-v-43bb2354]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-43bb2354]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-43bb2354] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-43bb2354] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-43bb2354] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-43bb2354]{border-left:1px solid #dcdfe6}.dialog-group[data-v-43bb2354] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-43bb2354] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-43bb2354] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-43bb2354] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-43bb2354] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.photo-solt[data-v-54c99f0a],.picture-dialog[data-v-54c99f0a]{position:relative}.picture-selet__footer[data-v-54c99f0a]{clear:both;width:100%;height:104px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;margin-top:24px}.picture-selet__footer ul[data-v-54c99f0a]{padding:0;margin:0;list-style-type:none}.picture-selet__footer li[data-v-54c99f0a]{position:relative;float:left}.picture-selet__footer-title[data-v-54c99f0a]{width:32px;font-size:12px;line-height:14px;color:#262626;margin:38px 13px 38px 19px}.picture-selet__footer-image[data-v-54c99f0a]{position:relative;width:72px;height:72px;border-radius:2px;margin:16px 7px}.picture-selet__footer-close[data-v-54c99f0a]{position:absolute;width:16px;height:16px;color:#bfbfbf;top:-8px;right:-8px;z-index:10;font-size:16px;line-height:16px;display:block;cursor:pointer}li:hover .picture-selet__footer-close[data-v-54c99f0a]{display:block}.picture-selet .picture-selet__detail[data-v-54c99f0a]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-54c99f0a]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-54c99f0a]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-54c99f0a]{height:49px;text-align:left;line-height:49px;position:relative;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-54c99f0a]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-54c99f0a]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-54c99f0a]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-54c99f0a]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-54c99f0a]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-54c99f0a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-54c99f0a]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-54c99f0a]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-54c99f0a]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-54c99f0a]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-54c99f0a]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-54c99f0a] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-54c99f0a]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-54c99f0a]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-54c99f0a]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-54c99f0a]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-54c99f0a]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-54c99f0a]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-54c99f0a]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-54c99f0a]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-54c99f0a]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-54c99f0a]{position:absolute;left:50%;top:50%;margin-top:-5px;margin-left:-5px;width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-54c99f0a],.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--text[data-v-54c99f0a]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-54c99f0a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-54c99f0a]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-54c99f0a]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-54c99f0a]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-54c99f0a]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-54c99f0a]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .el-card__header{padding:0 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px;height:48px;line-height:48px;box-sizing:border-box}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-54c99f0a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-54c99f0a]{box-shadow:none}.picture-selet .picture-selet-content[data-v-54c99f0a]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-54c99f0a]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-54c99f0a]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-54c99f0a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-54c99f0a]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-54c99f0a]{width:368px}.dialog-group__content[data-v-54c99f0a]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-54c99f0a]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-54c99f0a] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-54c99f0a] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-54c99f0a] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-54c99f0a]{border-left:1px solid #dcdfe6}.dialog-group[data-v-54c99f0a] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-54c99f0a] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-54c99f0a] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-54c99f0a] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-54c99f0a] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.photo-solt[data-v-72119263],.video-dialog[data-v-72119263]{position:relative}.picture-selet .picture-selet__detail[data-v-72119263]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-72119263]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-72119263]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-72119263]{height:49px;text-align:left;line-height:49px;position:relative}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-72119263]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-72119263]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-72119263]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-72119263]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-72119263]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-72119263]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-72119263]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-72119263]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-72119263]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-72119263]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-72119263]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-72119263] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-72119263]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-72119263]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-72119263]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-72119263]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-72119263]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-72119263]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-72119263]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-72119263]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-72119263]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-72119263]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-72119263]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-72119263]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-72119263]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .le-icon[data-v-72119263]{font-size:24px;height:24px;width:24px;line-height:24px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-72119263]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-72119263]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-72119263]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-72119263]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-72119263] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-72119263] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-72119263]{box-shadow:none}.picture-selet .picture-selet-content[data-v-72119263]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-72119263]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-72119263]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-72119263]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-72119263]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-72119263]{width:368px}.dialog-group__content[data-v-72119263]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-72119263]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-72119263] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-72119263] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-72119263] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-72119263]{border-left:1px solid #dcdfe6}.dialog-group[data-v-72119263] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-72119263] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-72119263] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-72119263] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-72119263] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.photo-solt[data-v-7d1b2860],.video-dialog[data-v-7d1b2860]{position:relative}.picture-selet .picture-selet__detail[data-v-7d1b2860]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-7d1b2860]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-7d1b2860]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-7d1b2860]{height:49px;text-align:left;line-height:49px;position:relative}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-7d1b2860]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-7d1b2860]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-7d1b2860]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-7d1b2860]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-7d1b2860]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-7d1b2860]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-7d1b2860]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-7d1b2860]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-7d1b2860]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-7d1b2860]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-7d1b2860]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-7d1b2860] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-7d1b2860]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-7d1b2860]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-7d1b2860]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-7d1b2860]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-7d1b2860]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-7d1b2860]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-7d1b2860]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-7d1b2860]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-7d1b2860]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-7d1b2860]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-7d1b2860]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-7d1b2860]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-7d1b2860]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .le-icon[data-v-7d1b2860]{font-size:24px;height:24px;width:24px;line-height:24px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-7d1b2860]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-7d1b2860]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-7d1b2860]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-7d1b2860]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-7d1b2860] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-7d1b2860]{box-shadow:none}.picture-selet .picture-selet-content[data-v-7d1b2860]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-7d1b2860]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-7d1b2860]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-7d1b2860]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-7d1b2860]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-7d1b2860]{width:368px}.dialog-group__content[data-v-7d1b2860]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-7d1b2860]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-7d1b2860] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-7d1b2860] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-7d1b2860] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-7d1b2860]{border-left:1px solid #dcdfe6}.dialog-group[data-v-7d1b2860] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-7d1b2860] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-7d1b2860] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-7d1b2860] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-7d1b2860] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0}.photo-solt[data-v-4e9d513f],.video-dialog[data-v-4e9d513f]{position:relative}.picture-selet .picture-selet__detail[data-v-4e9d513f]{display:flex}.picture-selet .picture-selet__detail .picture-selet__layout[data-v-4e9d513f]{flex:1;width:685px;margin-left:20px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__action[data-v-4e9d513f]{position:absolute;right:0;top:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-4e9d513f]{height:49px;text-align:left;line-height:49px;position:relative}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner span[data-v-4e9d513f]{font-size:16px;font-weight:400;line-height:49px;color:#000;cursor:pointer}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__inner[data-v-4e9d513f]:hover{color:#623ceb}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__header .el-breadcrumb__item:not(:first-child):last-child .el-breadcrumb__inner span[data-v-4e9d513f]{color:#adadad}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-4e9d513f]{position:relative;width:100%;height:486px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__tools[data-v-4e9d513f]{height:40px;margin-bottom:16px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty[data-v-4e9d513f]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty div[data-v-4e9d513f]{width:180px;margin:0 auto;text-align:center;padding-top:20px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__content-empty .le-icon-default[data-v-4e9d513f]{font-size:180px;text-align:center;line-height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action[data-v-4e9d513f]{float:left;margin-left:8px;line-height:40px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__action .el-checkbox[data-v-4e9d513f]{padding:0 8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-4e9d513f]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-4e9d513f] .el-popover--plain{padding:15px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-4e9d513f]{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-4e9d513f]{display:inline-block;width:124px;height:129px;margin-left:8px;margin-bottom:8px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-4e9d513f]{position:relative;width:100%;height:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-4e9d513f]{position:absolute;left:-99999px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-4e9d513f]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-4e9d513f]{opacity:1}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-popover[data-v-4e9d513f]{position:absolute}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-4e9d513f]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-4e9d513f]{position:absolute;left:6px;top:6px;width:20px;height:20px;line-height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-4e9d513f]{width:12px;height:12px;line-height:12px;font-size:12px;color:#fff;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .el-button--mini[data-v-4e9d513f]{padding:9px 5px;width:100%;text-align:center;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-4e9d513f]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-4e9d513f]{position:relative;width:84px;height:84px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .le-icon[data-v-4e9d513f]{font-size:24px;height:24px;width:24px;line-height:24px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-4e9d513f]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-4e9d513f]{font-size:16px;height:18px;width:18px;line-height:18px}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-4e9d513f]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.picture-selet .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-4e9d513f]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card{flex:0 0 286px;width:286px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .el-card__header{padding:13px 20px;background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .el-card__body{padding:0}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group-add{width:100%;height:40px;text-align:center}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group .el-radio-group{display:block}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group .el-radio__input{position:absolute;left:-9999px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group .el-radio__label{padding-left:0}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group .el-radio__label .el-input{width:200px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul li{position:relative}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-action{position:absolute;right:14px;top:0;height:48px;line-height:48px;cursor:pointer;font-size:13px;color:#623ceb}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;line-height:48px;width:100%;padding-left:54px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input{width:250px;height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-input-group__append{border:0}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button{padding:9px 0;width:46px;background:#623ceb;border-radius:0 4px 4px 0;border:0;border-bottom:1px solid #623ceb;color:#fff}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .el-input .el-button span{color:#fff}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:15px;left:24px;width:18px;height:16px}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:400;color:#6a6a6a}.picture-selet .picture-selet__detail[data-v-4e9d513f] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio.is-checked{background:rgba(98,60,235,.05)}.picture-selet .picture-selet__detail .el-card.is-always-shadow[data-v-4e9d513f]{box-shadow:none}.picture-selet .picture-selet-content[data-v-4e9d513f]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.picture-selet .picture-selet-content:hover .picture-selet-tips[data-v-4e9d513f]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px}.picture-selet .picture-selet-image[data-v-4e9d513f]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.picture-selet .picture-selet-cover[data-v-4e9d513f]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background:#f3f5f7;background-size:cover}.picture-selet p[data-v-4e9d513f]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.dialog-group__search[data-v-4e9d513f]{width:368px}.dialog-group__content[data-v-4e9d513f]{width:720px;height:231px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:16px}.dialog-group__item[data-v-4e9d513f]{box-sizing:border-box;width:33.3333%;height:231px;padding:16px;float:left}.dialog-group__item[data-v-4e9d513f] .el-scrollbar{width:100%;height:160px;margin-top:16px}.dialog-group__item[data-v-4e9d513f] .el-scrollbar .el-scrollbar__wrap{overflow-x:hidden}.dialog-group__item[data-v-4e9d513f] .el-scrollbar .el-radio{display:block;width:100%;height:32px;line-height:32px}.dialog-group__item+.dialog-group__item[data-v-4e9d513f]{border-left:1px solid #dcdfe6}.dialog-group[data-v-4e9d513f] .el-cascader-panel{margin-top:16px}.dialog-group[data-v-4e9d513f] .el-cascader-panel .el-cascader-item{width:238px;border-right:1px solid #e4e7ed}.dialog-group[data-v-4e9d513f] .el-cascader-panel .el-cascader-item:nth-child(3){border-right:0}.dialog-group[data-v-4e9d513f] .el-cascader-panel .el-input-group{width:208px;margin:16px}.dialog-group[data-v-4e9d513f] .el-cascader-panel .el-cascader-menu{width:100%;border-right:0} \ No newline at end of file diff --git a/views/admin/css/chunk-044bd706.a88058ad.css b/views/admin/css/chunk-044bd706.a88058ad.css new file mode 100644 index 00000000..9114c047 --- /dev/null +++ b/views/admin/css/chunk-044bd706.a88058ad.css @@ -0,0 +1 @@ +.covermask[data-v-0195e64d]{min-height:40px;border:1px dashed #623ceb;background:rgba(98,60,235,.05);transition:.3s linear;display:flex;align-items:center;justify-content:center;font-size:14px;color:#ccc;margin-left:-1px}.covermask span[data-v-0195e64d]{font-size:14px;font-weight:400;color:#623ceb;line-height:12px}.covermask i[data-v-0195e64d]{font-size:18px}.package[data-v-6aa76de0]{min-height:700px;padding-bottom:50px} \ No newline at end of file diff --git a/views/admin/css/chunk-14616a2b.240ff63c.css b/views/admin/css/chunk-14616a2b.240ff63c.css new file mode 100644 index 00000000..33ec7971 --- /dev/null +++ b/views/admin/css/chunk-14616a2b.240ff63c.css @@ -0,0 +1 @@ +.task__specs[data-v-3d838ec8]{margin-top:16px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-table__header th.is-leaf{padding-left:3px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .cell.umy-table-beyond{text-overflow:clip}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-input.el-input--mini.el-input-group{width:124px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-input.el-input--mini.el-input-group .el-input-group__append{padding:0 15px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .__specs_title{display:table;height:55px;width:262px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .__specs_title p{padding:0;margin:0;display:table-cell;vertical-align:middle;line-height:16px;word-wrap:break-word!important;word-break:normal!important;white-space:pre-wrap!important}.task__specs_tools[data-v-3d838ec8]{width:100%;height:48px;background:#f3f5f7;line-height:48px;padding-left:14px;text-align:left}.task__specs_tools[data-v-3d838ec8] .el-checkbox__label{font-size:12px;font-weight:400;color:#262626;padding-right:35px}.task__specs_tools[data-v-3d838ec8] .el-button--mini.el-button--text{padding:9px 12px}.task .task_tab_tl[data-v-218d081b]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-218d081b] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-218d081b]{margin-bottom:20px}.task-header[data-v-218d081b] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-218d081b]:focus,.task .el-button.is-disabled.is-plain[data-v-218d081b]:hover,.task[data-v-218d081b] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-218d081b]{padding:0}.task .he-btn__span[data-v-218d081b]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-218d081b]{display:flex}.task-edit .__card_body[data-v-218d081b]{width:100%}.task-edit .__card_body_img[data-v-218d081b]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-218d081b]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-218d081b]{margin-left:8px}.task-edit__phone[data-v-218d081b]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-218d081b]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-218d081b]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-218d081b]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-218d081b]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-218d081b]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-218d081b]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-218d081b]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-218d081b]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-218d081b]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-218d081b]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-218d081b]{width:100%}.task-edit__lists[data-v-218d081b]{flex:404px 1}.task-setting[data-v-218d081b]{margin-top:20px;display:flex}.task-setting_left[data-v-218d081b]{width:417px}.task-setting_right[data-v-218d081b]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-218d081b]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-218d081b]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-218d081b]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-218d081b] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-218d081b] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-218d081b]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-218d081b]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-218d081b]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-218d081b]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-218d081b]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-218d081b]{margin-bottom:20px}.task-goodsList .el-table[data-v-218d081b]{margin-top:20px}.task-goodsList .__goods_cover[data-v-218d081b]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-218d081b]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-218d081b]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-218d081b]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-218d081b]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-218d081b]{margin-top:20px}.task-tables[data-v-218d081b] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-218d081b] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-218d081b]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-218d081b]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-218d081b]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-218d081b]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-218d081b]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-218d081b]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-218d081b]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-218d081b] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-218d081b]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-218d081b]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-218d081b]{margin-top:10px}.task-content .__body[data-v-218d081b]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-218d081b]{margin:24px 0}.task-content .__search[data-v-218d081b]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-218d081b]{margin-bottom:20px}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-218d081b] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.task-edit[data-v-218d081b]{margin-top:-20px}[data-v-218d081b] .task-edit__lists .__card .el-card__body{padding-top:0!important}[data-v-218d081b] .task-edit__lists .task__specs{margin-top:0} \ No newline at end of file diff --git a/views/admin/css/chunk-179fabaa.29d86bb9.css b/views/admin/css/chunk-179fabaa.29d86bb9.css new file mode 100644 index 00000000..12638be0 --- /dev/null +++ b/views/admin/css/chunk-179fabaa.29d86bb9.css @@ -0,0 +1 @@ +.noselect[data-v-20e002d1]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.le-matters[data-v-20e002d1]{position:relative}.le-matters .le-upload-loading[data-v-20e002d1]{position:fixed;z-index:100;top:0;left:0;bottom:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.8)}.le-matters .le-upload-loading .le-upload-content[data-v-20e002d1]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-matters .le-upload-loading .le-upload-content .le-upload-img[data-v-20e002d1]{width:56px;height:56px;margin-bottom:10px}.tabbar[data-v-20e002d1]{display:flex;margin-bottom:50px}.tabbar-phone[data-v-20e002d1]{width:375px;height:765px;background:#f5f5f5;box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.tabbar-phone-header[data-v-20e002d1]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:64px;width:100%;background:url(https://cdn2.weimob.com/saas/@assets/saas-fe-retail-web-stc/retail2/images/storeDesign/ad_moible_top.png) no-repeat;background-size:cover;position:relative}.tabbar-phone-title[data-v-20e002d1]{height:40px;width:100%;line-height:40px;position:absolute;top:22px;left:50%;transform:translate(-50%);text-align:center;font-size:15px;font-weight:600;color:#35323b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tabbar-phone-body[data-v-20e002d1]{min-height:700px;position:relative}.tabbar-phone-body-phone-opacity[data-v-20e002d1]{width:100%;height:100%;top:0;position:absolute}.tabbar-phone-body-phone-iframe[data-v-20e002d1]{width:100%;height:100%}.tabbar .select-photo[data-v-20e002d1]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.tabbar .select-photo__upload[data-v-20e002d1]{width:60px;height:60px}.tabbar .select-photo__close[data-v-20e002d1]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.tabbar .select-photo:hover .select-photo__close[data-v-20e002d1]{display:block}.tabbar .select-photo .el-input[data-v-20e002d1]{width:136px}.tabbar .select-photo .el-button[data-v-20e002d1]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.tabbar .select-photo .select-photo__item[data-v-20e002d1]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.tabbar .select-photo .select-photo__item span[data-v-20e002d1]{font-size:12px;font-weight:400;color:#8c8c8c}.tabbar .select-cover__60[data-v-20e002d1]{width:60px;height:60px;flex:1}.tabbar .select-cover__60-add[data-v-20e002d1]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.tabbar .select-cover__60-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.tabbar .select-cover__60-edit[data-v-20e002d1]{position:absolute;width:60px;height:60px;cursor:pointer}.tabbar .select-cover__60-edit .el-image[data-v-20e002d1]{width:60px;height:60px}.tabbar .select-cover__60-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.tabbar .select-cover__60-edit:hover .select-cover__60-tips[data-v-20e002d1]{display:block}.tabbar-attribute[data-v-20e002d1]{flex:1;min-width:500px;margin-left:24px}.tabbar-attribute .control-item-title[data-v-20e002d1]{line-height:35px;margin-bottom:5px;font-weight:400;color:#333;opacity:.85;font-size:14px}.tabbar-attribute[data-v-20e002d1] .el-tabs.active-tow .el-tabs__content{border-radius:16px}.tabbar-attribute[data-v-20e002d1] .el-tabs{margin-top:24px}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__header{margin:0}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__header .el-tabs__item{padding:0 20px!important}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff;border-radius:16px 16px 0 0;background-color:#fff;color:#623ceb}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__active-bar,.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__nav-wrap:after{display:none}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__content{background-color:#fff;border-radius:0 16px 16px 16px;padding:20px}.tabbar-attribute[data-v-20e002d1] .el-tabs .el-tabs__content .el-tab-pane{width:336px}.tabbar-footer[data-v-20e002d1]{position:fixed;width:calc(100% - 111px);height:52px;left:96px;background:#fff;bottom:0;text-align:center;line-height:52px;box-shadow:-10px -10px 20px 0 rgba(0,0,0,.05);z-index:10086}.attribute[data-v-20e002d1]{position:relative}.attribute .image-slot .le-icon[data-v-20e002d1]{font-size:50px;height:50px;widows:50px;line-height:50px}.attribute .control-task[data-v-20e002d1]{width:336px;height:100px;border-radius:4px}.attribute .select-photo__upload[data-v-20e002d1]{width:60px;height:60px}.attribute .select-cover__288[data-v-20e002d1]{width:288px;height:109px;flex:1}.attribute .select-cover__288-add[data-v-20e002d1]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__288-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__288-text[data-v-20e002d1]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__288-edit[data-v-20e002d1]{position:absolute;width:288px;height:109px;cursor:pointer}.attribute .select-cover__288-edit .el-image[data-v-20e002d1]{width:288px;height:109px}.attribute .select-cover__288-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__288-edit:hover .select-cover__item-tips[data-v-20e002d1]{display:block}.attribute .select-cover__120[data-v-20e002d1]{width:120px;height:120px;flex:1}.attribute .select-cover__120-add[data-v-20e002d1]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__120-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__120-text[data-v-20e002d1]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__120-edit[data-v-20e002d1]{position:absolute;width:120px;height:120px;cursor:pointer}.attribute .select-cover__120-edit .el-image[data-v-20e002d1]{width:120px;height:120px}.attribute .select-cover__120-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:120px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__120-edit:hover .select-cover__120-tips[data-v-20e002d1]{display:block}.attribute .select-cover__60[data-v-20e002d1]{width:60px;height:60px;flex:1}.attribute .select-cover__60-add[data-v-20e002d1]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__60-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__60-edit[data-v-20e002d1]{position:absolute;width:60px;height:60px;cursor:pointer}.attribute .select-cover__60-edit .el-image[data-v-20e002d1]{width:60px;height:60px}.attribute .select-cover__60-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__60-edit:hover .select-cover__60-tips[data-v-20e002d1]{display:block}.attribute .select-cover__80[data-v-20e002d1]{width:80px;height:80px;flex:1}.attribute .select-cover__80-add[data-v-20e002d1]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover__80-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover__80-text[data-v-20e002d1]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover__80-edit[data-v-20e002d1]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover__80-edit .el-image[data-v-20e002d1]{width:80px;height:80px}.attribute .select-cover__80-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover__80-edit:hover .select-cover__80-tips[data-v-20e002d1]{display:block}.attribute .select-photo__close[data-v-20e002d1]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.attribute-select__photo[data-v-20e002d1]{position:relative;width:336px;height:128px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;margin-bottom:24px}.attribute-select__photo_cover[data-v-20e002d1]{position:absolute;top:24px;left:24px;width:80px;height:80px;background:rgba(0,0,0,.02);border-radius:4px}.attribute-select__photo_link[data-v-20e002d1]{position:absolute;top:24px;left:120px;height:30px;line-height:30px;width:185px}.attribute .attribute-footer[data-v-20e002d1]{position:fixed;bottom:0;right:0;width:400px;height:56px;line-height:56px;border-top:1px solid #dcdfe6;text-align:center;z-index:2;background:#fff}.attribute .attribute-footer-empty[data-v-20e002d1]{height:72px;width:100%}.attribute .empty[data-v-20e002d1]{height:15px}.attribute .empty10[data-v-20e002d1]{height:10px}.attribute .empty20[data-v-20e002d1]{height:20px}.attribute .empty30[data-v-20e002d1]{height:30px}.attribute .empty40[data-v-20e002d1]{height:40px}.attribute .tips[data-v-20e002d1]{font-size:12px;font-weight:500;color:rgba(0,0,0,.45);line-height:22px}.attribute .el-switch+.tips[data-v-20e002d1]{padding-left:4px}.attribute .button-adddata .el-button[data-v-20e002d1]{width:336px}.attribute .upload-cover[data-v-20e002d1]{width:120px;height:120px;border-radius:4px}.attribute .select-photo[data-v-20e002d1]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.attribute .select-photo:hover .select-photo__close[data-v-20e002d1]{display:block}.attribute .select-photo .el-input[data-v-20e002d1]{width:136px}.attribute .select-photo .el-button[data-v-20e002d1]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-photo .select-photo__item[data-v-20e002d1]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.attribute .select-photo .select-photo__item span[data-v-20e002d1]{font-size:12px;font-weight:400;color:#8c8c8c}.attribute .select-text[data-v-20e002d1]{position:relative;width:336px;height:118px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;margin:16px auto;cursor:move}.attribute .select-text .select-cover__header[data-v-20e002d1]{height:36px;line-height:36px;width:100%}.attribute .select-text .select-cover__header .le-icon[data-v-20e002d1]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-text .select-cover__header>span[data-v-20e002d1]{padding-left:4px;color:#595959}.attribute .select-text:hover .select-photo__close[data-v-20e002d1]{display:block;cursor:pointer}.attribute .select-text .select-cover__detail[data-v-20e002d1]{display:inline-block;height:80px;padding-left:16px}.attribute .select-text .select-cover__detail .el-form-item--small.el-form-item[data-v-20e002d1]{margin-bottom:14px}.attribute .select-text .select-cover__detail .el-button[data-v-20e002d1]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-cover[data-v-20e002d1]{position:relative;width:336px;height:132px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 24px 24px;display:block;margin:16px auto;cursor:move}.attribute .select-cover:hover .select-photo__close[data-v-20e002d1]{display:block;cursor:pointer}.attribute .select-cover .select-cover__header[data-v-20e002d1]{height:36px;line-height:36px;width:100%}.attribute .select-cover .select-cover__header .le-icon[data-v-20e002d1]{font-size:20px;width:20px;height:20px;line-height:20px;color:#dcdfe6;cursor:move}.attribute .select-cover .select-cover__header>span[data-v-20e002d1]{padding-left:4px;color:#595959}.attribute .select-cover .select-cover__content[data-v-20e002d1]{display:flex}.attribute .select-cover .select-cover__item[data-v-20e002d1]{width:80px;height:80px;flex:1}.attribute .select-cover .select-cover__item-add[data-v-20e002d1]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-cover .select-cover__item .le-icon[data-v-20e002d1]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.attribute .select-cover .select-cover__item-text[data-v-20e002d1]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.attribute .select-cover .select-cover__item-edit[data-v-20e002d1]{position:absolute;width:80px;height:80px;cursor:pointer}.attribute .select-cover .select-cover__item-edit .el-image[data-v-20e002d1]{width:80px;height:80px}.attribute .select-cover .select-cover__item-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-cover .select-cover__item-edit:hover .select-cover__item-tips[data-v-20e002d1]{display:block}.attribute .select-cover .select-cover__detail[data-v-20e002d1]{flex:1;height:80px;padding-left:16px}.attribute .select-cover .select-cover__detail .el-form-item--small.el-form-item[data-v-20e002d1]{margin-bottom:14px}.attribute .select-cover .select-cover__detail .el-input[data-v-20e002d1]{width:147px}.attribute .select-cover .select-cover__detail .el-button[data-v-20e002d1]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.attribute .select-frame[data-v-20e002d1]{width:336px;height:212px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px;margin-bottom:16px;position:relative}.attribute .select-frame:hover .select-photo__close[data-v-20e002d1]{display:block}.attribute .select-frame .select-frame__item[data-v-20e002d1]{width:288px;height:108px;margin-bottom:23px}.attribute .select-frame .select-frame__item .select-cover__item-add[data-v-20e002d1]{width:288px;height:109px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-icon[data-v-20e002d1]{display:block;font-size:24px;width:24px;height:24px;line-height:24px;color:#d9d9d9;margin:8px auto}.attribute .select-frame .select-frame__item .select-cover__item-text[data-v-20e002d1]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#7a7a7a}.attribute .select-frame .select-frame__item .select-cover__item-edit[data-v-20e002d1]{position:absolute;width:288px;height:109px;border-radius:4px;cursor:pointer}.attribute .select-frame .select-frame__item .select-cover__item-edit .el-image[data-v-20e002d1]{width:288px;height:109px}.attribute .select-frame .select-frame__item .select-cover__item-tips[data-v-20e002d1]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.attribute .select-frame .el-button[data-v-20e002d1]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.itemWarp{flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column;height:50px}.itemWarp span{font-size:12px;color:#666,}.warp{width:100%;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-around;font-size:0}.warp img{width:20px;height:20px}.tabberWarp img{margin-top:10px;margin-bottom:5px}.tabberWarp{position:absolute;bottom:0;left:-2px;width:100%;padding-bottom:5px;border:2px solid #623ceb}.le-name[data-v-7ac31803]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.85);line-height:20px;text-align:center;margin-bottom:28px}.le-title[data-v-7ac31803]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;margin:0 32px 0 30px}.le-prompt[data-v-7ac31803]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-btn[data-v-7ac31803]{margin:0 auto;display:block;margin-top:34px;margin-bottom:20px}.le-download .el-dialog__header{padding:40px 0 0 0}.noselect[data-v-8efb4ba0]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.le-matters[data-v-8efb4ba0]{position:relative}.le-matters .le-upload-loading[data-v-8efb4ba0]{position:fixed;z-index:100;top:0;left:0;bottom:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.8)}.le-matters .le-upload-loading .le-upload-content[data-v-8efb4ba0]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-matters .le-upload-loading .le-upload-content .le-upload-img[data-v-8efb4ba0]{width:56px;height:56px;margin-bottom:10px}.tabbar[data-v-8efb4ba0]{display:flex;margin-bottom:50px}.tabbar-phone[data-v-8efb4ba0]{width:375px;height:765px;background:#f5f5f5;box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.tabbar-phone-header[data-v-8efb4ba0]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:64px;width:100%;background:url(https://cdn2.weimob.com/saas/@assets/saas-fe-retail-web-stc/retail2/images/storeDesign/ad_moible_top.png) no-repeat;background-size:cover;position:relative}.tabbar-phone-title[data-v-8efb4ba0]{height:40px;width:100%;line-height:40px;position:absolute;top:22px;left:50%;transform:translate(-50%);text-align:center;font-size:15px;font-weight:600;color:#35323b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tabbar-phone-body[data-v-8efb4ba0]{min-height:700px;position:relative}.tabbar-phone-body-phone-opacity[data-v-8efb4ba0]{width:100%;height:100%;top:0;position:absolute}.tabbar-phone-body-phone-iframe[data-v-8efb4ba0]{width:100%;height:100%}.tabbar .select-photo[data-v-8efb4ba0]{width:336px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:8px;box-sizing:border-box;padding:24px 24px 8px 24px;margin-bottom:24px;position:relative}.tabbar .select-photo__upload[data-v-8efb4ba0]{width:60px;height:60px}.tabbar .select-photo__close[data-v-8efb4ba0]{position:absolute;font-size:16px;right:-8px;top:-8px;color:#b1b1b1;width:16px;line-height:16px;height:16px;display:none}.tabbar .select-photo:hover .select-photo__close[data-v-8efb4ba0]{display:block}.tabbar .select-photo .el-input[data-v-8efb4ba0]{width:136px}.tabbar .select-photo .el-button[data-v-8efb4ba0]{font-size:14px;font-weight:400;color:#623ceb;margin-left:8px}.tabbar .select-photo .select-photo__item[data-v-8efb4ba0]{display:inline-block;width:60px;height:60px;margin-right:16px;padding-top:6px;text-align:center}.tabbar .select-photo .select-photo__item span[data-v-8efb4ba0]{font-size:12px;font-weight:400;color:#8c8c8c}.tabbar .select-cover__60[data-v-8efb4ba0]{width:60px;height:60px;flex:1}.tabbar .select-cover__60-add[data-v-8efb4ba0]{width:60px;height:60px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.tabbar .select-cover__60-icon[data-v-8efb4ba0]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.tabbar .select-cover__60-edit[data-v-8efb4ba0]{position:absolute;width:60px;height:60px;cursor:pointer}.tabbar .select-cover__60-edit .el-image[data-v-8efb4ba0]{width:60px;height:60px}.tabbar .select-cover__60-tips[data-v-8efb4ba0]{position:absolute;left:0;bottom:0;width:60px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.tabbar .select-cover__60-edit:hover .select-cover__60-tips[data-v-8efb4ba0]{display:block}.tabbar-attribute[data-v-8efb4ba0]{flex:1;min-width:500px;margin-left:24px}.tabbar-attribute .control-item-title[data-v-8efb4ba0]{line-height:35px;margin-bottom:5px;font-weight:400;color:#333;opacity:.85;font-size:14px}.tabbar-attribute[data-v-8efb4ba0] .el-tabs.active-tow .el-tabs__content{border-radius:16px}.tabbar-attribute[data-v-8efb4ba0] .el-tabs{margin-top:24px}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__header{margin:0}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__header .el-tabs__item{padding:0 20px!important}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff;border-radius:16px 16px 0 0;background-color:#fff;color:#623ceb}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__active-bar,.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__nav-wrap:after{display:none}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__content{background-color:#fff;border-radius:0 16px 16px 16px;padding:20px}.tabbar-attribute[data-v-8efb4ba0] .el-tabs .el-tabs__content .el-tab-pane{width:336px}.tabbar-footer[data-v-8efb4ba0]{position:fixed;width:calc(100% - 111px);height:52px;left:96px;background:#fff;bottom:0;text-align:center;line-height:52px;box-shadow:-10px -10px 20px 0 rgba(0,0,0,.05);z-index:10086} \ No newline at end of file diff --git a/views/admin/css/chunk-25fba388.b057d1ee.css b/views/admin/css/chunk-25fba388.b057d1ee.css new file mode 100644 index 00000000..cdff2aeb --- /dev/null +++ b/views/admin/css/chunk-25fba388.b057d1ee.css @@ -0,0 +1 @@ +.le-icon-zhushi1[data-v-47995f73]{color:#cbced5;font-size:16px}.le-card[data-v-70a8c0a3]{min-width:700px;background:#fff;border-radius:16px;width:100%;height:100%;padding:24px;position:relative}.le-header[data-v-70a8c0a3]{margin-bottom:16px}.le-header .le-input[data-v-70a8c0a3]{width:370px;height:32px}.le-header .le-input[data-v-70a8c0a3] .el-input__inner{width:330px}.le-header .le-input[data-v-70a8c0a3] .el-input-group__append{width:40px;padding:0;text-align:center}.le-header .le-input[data-v-70a8c0a3] .el-input-group__append .el-button{padding:0;margin:0}.le-header .le-header__btn[data-v-70a8c0a3]{width:133px;height:32px;padding:0;background:#623ceb;border-radius:4px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff;margin-left:24px}.le-table[data-v-70a8c0a3]{min-width:658px}.le-table[data-v-70a8c0a3] .el-table__row .cell,.le-table[data-v-70a8c0a3] .has-gutter .cell{height:48px;line-height:48px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#333}.le-table .le-edit[data-v-70a8c0a3]{height:100%}.le-table .le-edit .el-button[data-v-70a8c0a3]{padding:0}.le-table .le-edit-line[data-v-70a8c0a3]{width:1px;height:14px;background:#623ceb;margin:0 15px}.le-footer[data-v-70a8c0a3]{padding-top:24px}.le_goods__main-sort[data-v-70a8c0a3]{cursor:pointer;height:48px;line-height:48px}.le_goods__main-sortedit[data-v-70a8c0a3]{opacity:0;cursor:pointer;width:14px;height:14px;color:#bbbfc8}.le_goods__main-sort:hover .le_goods__main-sortedit[data-v-70a8c0a3]{opacity:1} \ No newline at end of file diff --git a/views/admin/css/chunk-272d2bba.81d77177.css b/views/admin/css/chunk-272d2bba.81d77177.css new file mode 100644 index 00000000..8b9f52f5 --- /dev/null +++ b/views/admin/css/chunk-272d2bba.81d77177.css @@ -0,0 +1 @@ +.le-table[data-v-9cafb354] .le-table--row{height:72px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-table[data-v-9cafb354] .le-image{width:48px;height:48px;margin-right:12px}.le-table[data-v-9cafb354] .le-price{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf}.le-table[data-v-9cafb354] .le-operating .el-button{padding:9px 0}.le-table[data-v-9cafb354] .le-operating .le-line{display:inline-block;background:#623ceb;width:1px;height:12px;margin:0 10px}.le-pagination[data-v-9cafb354]{margin-top:15px}.le-submit-review .el-message-box__message{text-align:center}.le-card[data-v-3ae9e778]{padding:24px;border-radius:16px;background:#fff}.le-card .le-card--header[data-v-3ae9e778]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626;margin-bottom:24px}.le-card .le-card--header .le-sign[data-v-3ae9e778]{display:inline-block;width:4px;height:16px;background:#623ceb;margin-right:12px}.le-tabs[data-v-3ae9e778]{margin-top:24px}.le-main .le-tabs[data-v-3ae9e778] .el-tabs__content{padding-top:24px} \ No newline at end of file diff --git a/views/admin/css/chunk-31ebc028.2c246296.css b/views/admin/css/chunk-31ebc028.2c246296.css new file mode 100644 index 00000000..b79ee022 --- /dev/null +++ b/views/admin/css/chunk-31ebc028.2c246296.css @@ -0,0 +1 @@ +.plugins[data-v-74f448e4]{width:100%;background:#fff;border-radius:16px;padding:12px;box-sizing:border-box;min-height:700px}[data-v-74f448e4] .plugins-details .el-breadcrumb__item .el-breadcrumb__inner{color:#8c8c8c;font-weight:400}[data-v-74f448e4] .plugins-details .el-icon-arrow_start .el-breadcrumb__inner{color:#262626;font-weight:400}.plugins-details .plugins-details__header[data-v-74f448e4]{margin-top:25px;position:relative;width:1296px;height:168px;background:#fff;border-radius:16px}.plugins-details .plugins-details__header .__header_cover[data-v-74f448e4]{position:absolute;top:24px;left:24px;width:120px;height:120px}.plugins-details .plugins-details__header .__header_title[data-v-74f448e4]{position:absolute;left:168px;top:34px;font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:12px;padding:0;margin:0}.plugins-details .plugins-details__header .__header_declare[data-v-74f448e4]{position:absolute;left:168px;top:70px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:18px;padding:0;margin:0;padding-right:24px}.plugins-details .plugins-details__body[data-v-74f448e4]{width:1296px;min-height:683px;background:#fff;border-radius:16px;padding:24px;margin-top:24px}.plugins-details .plugins-details__body .__header_title[data-v-74f448e4]{position:relative;font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626;padding:0;margin:0;padding-left:15px}.plugins-details .plugins-details__body .__header_title[data-v-74f448e4]:before{position:absolute;content:"";width:4px;height:16px;background:#623ceb;left:0;top:4px} \ No newline at end of file diff --git a/views/admin/css/chunk-5e2aad85.0fb6d74e.css b/views/admin/css/chunk-5e2aad85.0fb6d74e.css new file mode 100644 index 00000000..bac87aff --- /dev/null +++ b/views/admin/css/chunk-5e2aad85.0fb6d74e.css @@ -0,0 +1 @@ +.task .task_tab_tl[data-v-04ef7d42]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-04ef7d42] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-04ef7d42]{margin-bottom:20px}.task-header[data-v-04ef7d42] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-04ef7d42]:focus,.task .el-button.is-disabled.is-plain[data-v-04ef7d42]:hover,.task[data-v-04ef7d42] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-04ef7d42]{padding:0}.task .he-btn__span[data-v-04ef7d42]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-04ef7d42]{display:flex}.task-edit .__card_body[data-v-04ef7d42]{width:100%}.task-edit .__card_body_img[data-v-04ef7d42]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-04ef7d42]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-04ef7d42]{margin-left:8px}.task-edit__phone[data-v-04ef7d42]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-04ef7d42]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-04ef7d42]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-04ef7d42]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-04ef7d42]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-04ef7d42]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-04ef7d42]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-04ef7d42]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-04ef7d42]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-04ef7d42]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-04ef7d42]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-04ef7d42]{width:100%}.task-edit__lists[data-v-04ef7d42]{flex:404px 1}.task-setting[data-v-04ef7d42]{margin-top:20px;display:flex}.task-setting_left[data-v-04ef7d42]{width:417px}.task-setting_right[data-v-04ef7d42]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-04ef7d42]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-04ef7d42]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-04ef7d42]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-04ef7d42] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-04ef7d42] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-04ef7d42]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-04ef7d42]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-04ef7d42]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-04ef7d42]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-04ef7d42]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-04ef7d42]{margin-bottom:20px}.task-goodsList .el-table[data-v-04ef7d42]{margin-top:20px}.task-goodsList .__goods_cover[data-v-04ef7d42]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-04ef7d42]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-04ef7d42]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-04ef7d42]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-04ef7d42]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-04ef7d42]{margin-top:20px}.task-tables[data-v-04ef7d42] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-04ef7d42] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-04ef7d42]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-04ef7d42]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-04ef7d42]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-04ef7d42]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-04ef7d42]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-04ef7d42]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-04ef7d42]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-04ef7d42] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-04ef7d42]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-04ef7d42]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-04ef7d42]{margin-top:10px}.task-content .__body[data-v-04ef7d42]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-04ef7d42]{margin:24px 0}.task-content .__search[data-v-04ef7d42]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-04ef7d42]{margin-bottom:20px}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-04ef7d42] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.el-tag[data-v-04ef7d42]{background-color:#fff!important;font-size:12px;font-family:Microsoft YaHei;font-weight:400;padding:0 16px;border-radius:4px;height:28px}.le_goods__header-checkbox[data-v-04ef7d42]{margin-left:13px;margin-right:16px;font-size:12px}[data-v-04ef7d42] .el-table-column--selection.is-leaf .el-checkbox{margin-left:4px;display:none}[data-v-04ef7d42] .el-table .cell{text-overflow:clip}.task .task_tab_tl[data-v-593239be]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-593239be] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-593239be]{margin-bottom:20px}.task-header[data-v-593239be] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-593239be]:focus,.task .el-button.is-disabled.is-plain[data-v-593239be]:hover,.task[data-v-593239be] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-593239be]{padding:0}.task .he-btn__span[data-v-593239be]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-593239be]{display:flex}.task-edit .__card_body[data-v-593239be]{width:100%}.task-edit .__card_body_img[data-v-593239be]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-593239be]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-593239be]{margin-left:8px}.task-edit__phone[data-v-593239be]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-593239be]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-593239be]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-593239be]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-593239be]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-593239be]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-593239be]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-593239be]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-593239be]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-593239be]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-593239be]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-593239be]{width:100%}.task-edit__lists[data-v-593239be]{flex:404px 1}.task-setting[data-v-593239be]{margin-top:20px;display:flex}.task-setting_left[data-v-593239be]{width:417px}.task-setting_right[data-v-593239be]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-593239be]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-593239be]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-593239be]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-593239be] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-593239be] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-593239be]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-593239be]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-593239be]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-593239be]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-593239be]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-593239be]{margin-bottom:20px}.task-goodsList .el-table[data-v-593239be]{margin-top:20px}.task-goodsList .__goods_cover[data-v-593239be]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-593239be]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-593239be]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-593239be]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-593239be]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-593239be]{margin-top:20px}.task-tables[data-v-593239be] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-593239be] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-593239be]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-593239be]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-593239be]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-593239be]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-593239be]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-593239be]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-593239be]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-593239be] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-593239be]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-593239be]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-593239be]{margin-top:10px}.task-content .__body[data-v-593239be]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-593239be]{margin:24px 0}.task-content .__search[data-v-593239be]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-593239be]{margin-bottom:20px}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-593239be] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.task .task_tab_tl[data-v-251a6af2]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-251a6af2] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-251a6af2]{margin-bottom:20px}.task-header[data-v-251a6af2] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-251a6af2]:focus,.task .el-button.is-disabled.is-plain[data-v-251a6af2]:hover,.task[data-v-251a6af2] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-251a6af2]{padding:0}.task .he-btn__span[data-v-251a6af2]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-251a6af2]{display:flex}.task-edit .__card_body[data-v-251a6af2]{width:100%}.task-edit .__card_body_img[data-v-251a6af2]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-251a6af2]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-251a6af2]{margin-left:8px}.task-edit__phone[data-v-251a6af2]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-251a6af2]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-251a6af2]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-251a6af2]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-251a6af2]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-251a6af2]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-251a6af2]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-251a6af2]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-251a6af2]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-251a6af2]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-251a6af2]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-251a6af2]{width:100%}.task-edit__lists[data-v-251a6af2]{flex:404px 1}.task-setting[data-v-251a6af2]{margin-top:20px;display:flex}.task-setting_left[data-v-251a6af2]{width:417px}.task-setting_right[data-v-251a6af2]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-251a6af2]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-251a6af2]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-251a6af2]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-251a6af2] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-251a6af2] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-251a6af2]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-251a6af2]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-251a6af2]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-251a6af2]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-251a6af2]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-251a6af2]{margin-bottom:20px}.task-goodsList .el-table[data-v-251a6af2]{margin-top:20px}.task-goodsList .__goods_cover[data-v-251a6af2]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-251a6af2]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-251a6af2]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-251a6af2]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-251a6af2]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-251a6af2]{margin-top:20px}.task-tables[data-v-251a6af2] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-251a6af2] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-251a6af2]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-251a6af2]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-251a6af2]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-251a6af2]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-251a6af2]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-251a6af2]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-251a6af2]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-251a6af2] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-251a6af2]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-251a6af2]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-251a6af2]{margin-top:10px}.task-content .__body[data-v-251a6af2]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-251a6af2]{margin:24px 0}.task-content .__search[data-v-251a6af2]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-251a6af2]{margin-bottom:20px}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-251a6af2] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff} \ No newline at end of file diff --git a/views/admin/css/chunk-62ffc749.2010fbcc.css b/views/admin/css/chunk-62ffc749.2010fbcc.css new file mode 100644 index 00000000..e72faf08 --- /dev/null +++ b/views/admin/css/chunk-62ffc749.2010fbcc.css @@ -0,0 +1 @@ +.task__specs[data-v-3d838ec8]{margin-top:16px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-table__header th.is-leaf{padding-left:3px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .cell.umy-table-beyond{text-overflow:clip}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-input.el-input--mini.el-input-group{width:124px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .el-input.el-input--mini.el-input-group .el-input-group__append{padding:0 15px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .__specs_title{display:table;height:55px;width:262px}.task__specs[data-v-3d838ec8] .plTableBox .el-table .__specs_title p{padding:0;margin:0;display:table-cell;vertical-align:middle;line-height:16px;word-wrap:break-word!important;word-break:normal!important;white-space:pre-wrap!important}.task__specs_tools[data-v-3d838ec8]{width:100%;height:48px;background:#f3f5f7;line-height:48px;padding-left:14px;text-align:left}.task__specs_tools[data-v-3d838ec8] .el-checkbox__label{font-size:12px;font-weight:400;color:#262626;padding-right:35px}.task__specs_tools[data-v-3d838ec8] .el-button--mini.el-button--text{padding:9px 12px}.task-dialog .__tools[data-v-31d18100]{width:384px;height:72px;background:#fff;border:1px solid #dcdfe6;padding:12px}.task-dialog .__tools .__goods_cover[data-v-31d18100]{display:flex;position:relative;width:384px}.task-dialog .__tools .__goods_cover img[data-v-31d18100]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-dialog .__tools .__goods_cover .__goods_title[data-v-31d18100]{display:table;height:48px;width:300px;text-align:left}.task-dialog .__tools .__goods_cover .__goods_title p[data-v-31d18100]{display:table-cell;vertical-align:middle;line-height:16px}.task-dialog .__lists[data-v-31d18100]{margin-top:16px}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .el-table__header th.is-leaf{padding-left:3px}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .cell.umy-table-beyond{text-overflow:clip}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .el-input.el-input--mini.el-input-group{width:124px}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .el-input.el-input--mini.el-input-group .el-input-group__append{padding:0 15px}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .__specs_title{display:table;height:55px;width:262px}.task-dialog .__lists[data-v-31d18100] .plTableBox .el-table .__specs_title p{padding:0;margin:0;display:table-cell;vertical-align:middle;line-height:16px;word-wrap:break-word!important;word-break:normal!important;white-space:pre-wrap!important}.task-dialog .__lists_tools[data-v-31d18100]{width:956px;height:48px;background:#f3f5f7;line-height:48px;padding-left:14px}.task-dialog .__paging[data-v-31d18100]{margin-top:24px;text-align:right}.task-dialog .__paging[data-v-31d18100] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task .task_tab_tl[data-v-5c472ef6]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-5c472ef6] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-5c472ef6]{margin-bottom:20px}.task-header[data-v-5c472ef6] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-5c472ef6]:focus,.task .el-button.is-disabled.is-plain[data-v-5c472ef6]:hover,.task[data-v-5c472ef6] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-5c472ef6]{padding:0}.task .he-btn__span[data-v-5c472ef6]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-5c472ef6]{display:flex}.task-edit .__card_body[data-v-5c472ef6]{width:100%}.task-edit .__card_body_img[data-v-5c472ef6]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-5c472ef6]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-5c472ef6]{margin-left:8px}.task-edit__phone[data-v-5c472ef6]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-5c472ef6]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-5c472ef6]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-5c472ef6]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-5c472ef6]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-5c472ef6]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-5c472ef6]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-5c472ef6]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-5c472ef6]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-5c472ef6]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-5c472ef6]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-5c472ef6]{width:100%}.task-edit__lists[data-v-5c472ef6]{flex:404px 1}.task-setting[data-v-5c472ef6]{margin-top:20px;display:flex}.task-setting_left[data-v-5c472ef6]{width:417px}.task-setting_right[data-v-5c472ef6]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-5c472ef6]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-5c472ef6]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-5c472ef6]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-5c472ef6] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-5c472ef6] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-5c472ef6]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-5c472ef6]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-5c472ef6]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-5c472ef6]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-5c472ef6]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-5c472ef6]{margin-bottom:20px}.task-goodsList .el-table[data-v-5c472ef6]{margin-top:20px}.task-goodsList .__goods_cover[data-v-5c472ef6]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-5c472ef6]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-5c472ef6]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-5c472ef6]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-5c472ef6]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-5c472ef6]{margin-top:20px}.task-tables[data-v-5c472ef6] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-5c472ef6] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-5c472ef6]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-5c472ef6]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-5c472ef6]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-5c472ef6]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-5c472ef6]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-5c472ef6]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-5c472ef6]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-5c472ef6] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-5c472ef6]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-5c472ef6]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-5c472ef6]{margin-top:10px}.task-content .__body[data-v-5c472ef6]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-5c472ef6]{margin:24px 0}.task-content .__search[data-v-5c472ef6]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-5c472ef6]{margin-bottom:20px}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-5c472ef6] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.el-tag[data-v-5c472ef6]{background-color:#fff!important;font-size:12px;font-family:Microsoft YaHei;font-weight:400;padding:0 16px;border-radius:4px;height:28px}.task-dialog .__search[data-v-09a2827e]{margin-bottom:16px}.task-dialog .__search .el-input.el-input--mini.el-input-group[data-v-09a2827e]{width:368px}.task-dialog .__search .el-input-group__append .el-button--mini[data-v-09a2827e]{padding:9px 16px}.task-dialog .__lists[data-v-09a2827e] .el-table th>.cell{font-size:14px;font-weight:400;color:#595959}.task-dialog .__lists[data-v-09a2827e] .el-table .el-table__header th.is-leaf{padding-left:4px}.task-dialog .__lists .__tag[data-v-09a2827e]{width:68px;height:28px;background:#fff;border:1px solid #53c41a;border-radius:4px;font-size:12px;text-align:center;line-height:28px;font-weight:400;color:#53c41a}.task-dialog .__lists .__tag.is_shelves[data-v-09a2827e]{border:1px solid #bebebe;color:#8c8c8c}.task-dialog .__paging[data-v-09a2827e]{margin-top:24px;text-align:right}.task-dialog .__paging[data-v-09a2827e] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-dialog .__goods_cover[data-v-09a2827e]{display:flex;position:relative;min-width:330px}.task-dialog .__goods_cover img[data-v-09a2827e]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-dialog .__goods_cover .__goods_title[data-v-09a2827e]{display:table;height:48px;width:230px}.task-dialog .__goods_cover .__goods_title p[data-v-09a2827e]{display:table-cell;vertical-align:middle;line-height:16px}.task .task_tab_tl[data-v-584a0b7c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-584a0b7c] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-584a0b7c]{margin-bottom:20px}.task-header[data-v-584a0b7c] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-584a0b7c]:focus,.task .el-button.is-disabled.is-plain[data-v-584a0b7c]:hover,.task[data-v-584a0b7c] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-584a0b7c]{padding:0}.task .he-btn__span[data-v-584a0b7c]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-584a0b7c]{display:flex}.task-edit .__card_body[data-v-584a0b7c]{width:100%}.task-edit .__card_body_img[data-v-584a0b7c]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-584a0b7c]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-584a0b7c]{margin-left:8px}.task-edit__phone[data-v-584a0b7c]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-584a0b7c]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-584a0b7c]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-584a0b7c]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-584a0b7c]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-584a0b7c]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-584a0b7c]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-584a0b7c]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-584a0b7c]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-584a0b7c]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-584a0b7c]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-584a0b7c]{width:100%}.task-edit__lists[data-v-584a0b7c]{flex:404px 1}.task-setting[data-v-584a0b7c]{margin-top:20px;display:flex}.task-setting_left[data-v-584a0b7c]{width:417px}.task-setting_right[data-v-584a0b7c]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-584a0b7c]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-584a0b7c]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-584a0b7c]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-584a0b7c] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-584a0b7c] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-584a0b7c]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-584a0b7c]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-584a0b7c]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-584a0b7c]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-584a0b7c]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-584a0b7c]{margin-bottom:20px}.task-goodsList .el-table[data-v-584a0b7c]{margin-top:20px}.task-goodsList .__goods_cover[data-v-584a0b7c]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-584a0b7c]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-584a0b7c]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-584a0b7c]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-584a0b7c]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-584a0b7c]{margin-top:20px}.task-tables[data-v-584a0b7c] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-584a0b7c] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-584a0b7c]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-584a0b7c]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-584a0b7c]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-584a0b7c]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-584a0b7c]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-584a0b7c]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-584a0b7c]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-584a0b7c] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-584a0b7c]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-584a0b7c]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-584a0b7c]{margin-top:10px}.task-content .__body[data-v-584a0b7c]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-584a0b7c]{margin:24px 0}.task-content .__search[data-v-584a0b7c]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-584a0b7c]{margin-bottom:20px}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-584a0b7c] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff} \ No newline at end of file diff --git a/views/admin/css/chunk-632ea3de.630deab5.css b/views/admin/css/chunk-632ea3de.630deab5.css new file mode 100644 index 00000000..f34ed81c --- /dev/null +++ b/views/admin/css/chunk-632ea3de.630deab5.css @@ -0,0 +1 @@ +.task .task_tab_tl[data-v-87e3cbbe]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-87e3cbbe] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-87e3cbbe]{margin-bottom:20px}.task-header[data-v-87e3cbbe] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-87e3cbbe]:focus,.task .el-button.is-disabled.is-plain[data-v-87e3cbbe]:hover,.task[data-v-87e3cbbe] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-87e3cbbe]{padding:0}.task .he-btn__span[data-v-87e3cbbe]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-87e3cbbe]{display:flex}.task-edit .__card_body[data-v-87e3cbbe]{width:100%}.task-edit .__card_body_img[data-v-87e3cbbe]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-87e3cbbe]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-87e3cbbe]{margin-left:8px}.task-edit__phone[data-v-87e3cbbe]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-87e3cbbe]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-87e3cbbe]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-87e3cbbe]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-87e3cbbe]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-87e3cbbe]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-87e3cbbe]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-87e3cbbe]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-87e3cbbe]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-87e3cbbe]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-87e3cbbe]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-87e3cbbe]{width:100%}.task-edit__lists[data-v-87e3cbbe]{flex:404px 1}.task-setting[data-v-87e3cbbe]{margin-top:20px;display:flex}.task-setting_left[data-v-87e3cbbe]{width:417px}.task-setting_right[data-v-87e3cbbe]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-87e3cbbe]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-87e3cbbe]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-87e3cbbe]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-87e3cbbe] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-87e3cbbe] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-87e3cbbe]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-87e3cbbe]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-87e3cbbe]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-87e3cbbe]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-87e3cbbe]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-87e3cbbe]{margin-bottom:20px}.task-goodsList .el-table[data-v-87e3cbbe]{margin-top:20px}.task-goodsList .__goods_cover[data-v-87e3cbbe]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-87e3cbbe]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-87e3cbbe]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-87e3cbbe]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-87e3cbbe]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-87e3cbbe]{margin-top:20px}.task-tables[data-v-87e3cbbe] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-87e3cbbe] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-87e3cbbe]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-87e3cbbe]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-87e3cbbe]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-87e3cbbe]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-87e3cbbe]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-87e3cbbe]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-87e3cbbe]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-87e3cbbe] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-87e3cbbe]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-87e3cbbe]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-87e3cbbe]{margin-top:10px}.task-content .__body[data-v-87e3cbbe]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-87e3cbbe]{margin:24px 0}.task-content .__search[data-v-87e3cbbe]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-87e3cbbe]{margin-bottom:20px}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-87e3cbbe] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.task-content .__content_cover[data-v-87e3cbbe]{position:relative;padding-left:25px;margin-bottom:10px;margin-top:10px}.task-content .__content_cover h3[data-v-87e3cbbe],.task-content .__content_cover p[data-v-87e3cbbe]{padding:0;margin:0}.task-content .__content_cover .le-icon[data-v-87e3cbbe]{position:absolute;left:0;top:5px;font-size:16px;height:16px;line-height:16px;width:16px}.task-content .__goods_cover[data-v-87e3cbbe]{display:flex;position:relative}.task-content .__goods_cover img[data-v-87e3cbbe]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-content .__goods_cover .__goods_title[data-v-87e3cbbe]{display:table;height:48px;width:230px}.task-content .__goods_cover .__goods_title h3[data-v-87e3cbbe]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-content .__goods_cover .__goods_title p[data-v-87e3cbbe]{padding:0;margin:0;line-height:16px;font-size:12px;font-weight:400;color:#8c8c8c} \ No newline at end of file diff --git a/views/admin/css/chunk-658cf40c.70db341e.css b/views/admin/css/chunk-658cf40c.70db341e.css new file mode 100644 index 00000000..7af77da2 --- /dev/null +++ b/views/admin/css/chunk-658cf40c.70db341e.css @@ -0,0 +1 @@ +.le-card[data-v-e9424854]{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px}.le-card .le-form-item__label[data-v-e9424854]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-card .le-form-item__tips[data-v-e9424854]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf;line-height:26px}.le-card .le-card-header[data-v-e9424854]{margin-bottom:35px}.le-card .le-card-header span[data-v-e9424854]:first-child{width:4px;height:16px;background:#623ceb;margin-right:12px}.le-card .le-card-header span[data-v-e9424854]:last-child{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-card .le-card-body .le-card-title[data-v-e9424854]{height:42px;line-height:42px;background:#f3f5f7;border-radius:4px;padding-left:15px;margin-bottom:24px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-card .le-card-body .le-test-btn[data-v-e9424854]{margin-left:8px;border:1px solid #dcdfe6;background:#fff;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-card__last[data-v-e9424854]{margin-bottom:50px}.le-switch .el-form-item.el-form-item--mini[data-v-e9424854]{margin-bottom:0} \ No newline at end of file diff --git a/views/admin/css/chunk-68fbc556.27780820.css b/views/admin/css/chunk-68fbc556.27780820.css new file mode 100644 index 00000000..27f8410a --- /dev/null +++ b/views/admin/css/chunk-68fbc556.27780820.css @@ -0,0 +1 @@ +.task-background[data-v-fa2136ac]{width:100%;height:360px;position:relative}.task-background1[data-v-fa2136ac]{width:1500px;height:1500px;border-radius:0 1500px;transform:rotate(-45deg);left:50%;margin-left:-750px;top:-800px}.task-background1[data-v-fa2136ac],.task-background2[data-v-fa2136ac]{background:linear-gradient(-55deg,#e60b30,rgba(230,11,48,.75));position:absolute}.task-background2[data-v-fa2136ac]{left:0;top:0;width:100%;height:220px}.task-background3[data-v-fa2136ac]{position:absolute;right:0;top:0;width:750px;height:360px}.he-products-featured[data-v-fa2136ac]{width:750px;overflow:hidden;text-align:center}.task-background__span[data-v-fa2136ac]{position:absolute;right:20px;top:32px;font-size:24px;color:#fff}.he-top[data-v-fa2136ac]{margin-top:43px;border-radius:16px 16px 0 0}.iconproductrecommendation_line[data-v-fa2136ac]{font-size:68px;color:#a2a2a2}.he-icon-right[data-v-fa2136ac]{transform:rotate(180deg);transform-origin:50% 50%}.he-text[data-v-fa2136ac]{font-size:28px;font-family:PingFang SC;font-weight:500;color:#222;margin:0 21px}.task-uni[data-v-fa2136ac]{width:750px;overflow:hidden;background:#f5f5f5;position:relative;font-family:PingFang SC}.task-uni .task-viewmore[data-v-fa2136ac]{width:299px;height:72px;line-height:72px;border:1px solid #e60b30;border-radius:36px;font-size:24px;font-weight:400;color:#e60b30;text-align:center;margin-bottom:79px}.task-uni .task-body[data-v-fa2136ac]{background:#f5f5f5}.task-uni .task-main[data-v-fa2136ac]{margin-top:-96px}.task-uni .task-card[data-v-fa2136ac]{width:710px;padding:20px;background:#fff;border-radius:16px;margin:16px auto;position:relative;z-index:100}.task-uni .task-card .task-card__header[data-v-fa2136ac]{width:100%;height:48px;line-height:48px;font-size:32px;font-weight:400;color:#222;margin-bottom:8px}.task-uni .task-card .task-card__lists .__item[data-v-fa2136ac]{width:100%;padding:36px 24px 0 24px;box-sizing:border-box;display:flex;flex-flow:row;align-items:flex-start}.task-uni .task-card .task-card__lists .__item .__icon[data-v-fa2136ac]{width:88px;height:88px}.task-uni .task-card .task-card__lists .__item .__info[data-v-fa2136ac]{flex:1;padding-left:17px;position:relative;border-bottom:1px solid #e5e5e5;padding-bottom:36px}.task-uni .task-card .task-card__lists .__item .__info .__title[data-v-fa2136ac]{width:420px;height:44px;line-height:44px;font-size:30px;font-weight:400;color:#222}.task-uni .task-card .task-card__lists .__item .__info .__tips[data-v-fa2136ac]{width:420px;height:44px;line-height:44px;font-size:24px;font-weight:400;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.task-uni .task-card .task-card__lists .__item .__info .__notice[data-v-fa2136ac]{width:420px;height:32px;line-height:32px;font-size:24px;font-weight:400;color:#e60b30}.task-uni .task-card .task-card__lists .__item .__info .__btn[data-v-fa2136ac]{position:absolute;top:0;right:0;width:120px;height:52px;background:#fff;border:1px solid #e60b30;border-radius:26px;text-align:center;line-height:52px;font-weight:400;color:#e60b30;font-size:24px}.task-uni .task-card .task-card__lists .__item:last-child .__info[data-v-fa2136ac]{border-bottom:0 solid #e5e5e5}.task-uni .task-panel[data-v-fa2136ac]{position:relative;margin:0 auto;width:710px;min-height:420px;background:#fff;border-radius:16px;padding-bottom:48px;padding-top:36px}.task-uni .task-panel [data-v-fa2136ac]{margin:0;padding:0}.task-uni .task-background__icon[data-v-fa2136ac]{position:absolute;left:20px;top:144px;width:52px;height:52px}.task-uni .task-background__info[data-v-fa2136ac]{position:absolute;left:92px;top:144px;height:52px}.task-uni .task-background__info ._number[data-v-fa2136ac]{font-size:60px;line-height:52px;font-family:DIN;font-weight:500;color:#fff}.task-uni .task-background__info ._detail[data-v-fa2136ac]{padding-left:24px;font-size:24px;font-weight:400;color:#fff}.task-uni .task-background__info .iconfont[data-v-fa2136ac]{padding-left:8px;color:#fff;font-size:22px}.task-uni .task-background__text[data-v-fa2136ac]{position:absolute;right:22px;top:35px;width:200px;text-align:right;height:22px;font-size:22px;font-weight:400;color:#fff}.task-uni .task-background__current[data-v-fa2136ac]{width:120px;font-size:26px;font-weight:400;color:#fff;top:87px;left:22px;position:absolute}.task-uni .task-background__btn[data-v-fa2136ac]{width:142px;height:60px;line-height:60px;border:1px solid #fff;border-radius:30px;text-align:center;font-size:24px;font-weight:400;color:#fff;position:absolute;top:140px;right:20px}.task-uni .task-panel__title2[data-v-fa2136ac],.task-uni .task-panel__title[data-v-fa2136ac]{width:100%;text-align:center;font-size:24px;font-weight:400;color:#999}.task-uni .task-panel__button[data-v-fa2136ac]{background:#e60b30}.task-uni .task-panel__button[data-v-fa2136ac],.task-uni .task-panel__button_w[data-v-fa2136ac]{bottom:48px;width:380px;height:80px;margin:0 auto;line-height:80px;border-radius:40px;font-size:30px;font-weight:400;color:#fff;text-align:center;margin-top:42px}.task-uni .task-panel__button_w[data-v-fa2136ac]{background:#ccc}.task-uni .task-panel__button_b[data-v-fa2136ac]{bottom:48px;width:380px;height:80px;margin:0 auto;text-align:center}.task-uni .task-panel__button_h5[data-v-fa2136ac]{width:380px;height:80px;line-height:80px;background:#e60b30;border-radius:40px;font-size:30px;font-weight:400;color:#fff;text-align:center}.task-uni .task-panel__lists[data-v-fa2136ac]{text-align:center;padding:0 24px;margin-left:-6px;display:flex;margin-top:35px}.task-uni .task-panel__item[data-v-fa2136ac]{position:relative;flex:1;width:84px;margin:0 6px}.task-uni .task-panel__item .__bg[data-v-fa2136ac]{width:84px;height:116px;background:#f5f6fa;border-radius:16px;position:relative}.task-uni .task-panel__item .__bg img[data-v-fa2136ac]{position:absolute;left:16px;top:16px;width:52px;height:52px}.task-uni .task-panel__item .__bg.active[data-v-fa2136ac]{background:#fff3cf}.task-uni .task-panel__item .__date[data-v-fa2136ac]{margin-top:12px;width:100%;text-align:center;font-size:24px;font-weight:400;color:#999}.task-uni .task-panel__item .__tips[data-v-fa2136ac]{position:absolute;left:0;bottom:20px;width:100%;text-align:center;height:22px;font-size:24px;font-weight:400;color:#666}.he-no-content-yet[data-v-fa2136ac]{font-size:26px;font-family:PingFang SC;font-weight:500;color:#999;line-height:1.3;text-align:center;margin-top:40px;position:relative;z-index:999}.he-no-content-yet.card[data-v-fa2136ac]{background:#fff;border-radius:16px;width:95%;margin:0 auto;padding:40px;margin-bottom:40px}.he-empty__image[data-v-fa2136ac]{width:320px;height:320px}.task .task_tab_tl[data-v-6df391b0]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-6df391b0] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-6df391b0]{margin-bottom:20px}.task-header[data-v-6df391b0] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-6df391b0]:focus,.task .el-button.is-disabled.is-plain[data-v-6df391b0]:hover,.task[data-v-6df391b0] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-6df391b0]{padding:0}.task .he-btn__span[data-v-6df391b0]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-6df391b0]{display:flex}.task-edit .__card_body[data-v-6df391b0]{width:100%}.task-edit .__card_body_img[data-v-6df391b0]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-6df391b0]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-6df391b0]{margin-left:8px}.task-edit__phone[data-v-6df391b0]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-6df391b0]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-6df391b0]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-6df391b0]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-6df391b0]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-6df391b0]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-6df391b0]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-6df391b0]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-6df391b0]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-6df391b0]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-6df391b0]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-6df391b0]{width:100%}.task-edit__lists[data-v-6df391b0]{flex:404px 1}.task-setting[data-v-6df391b0]{margin-top:20px;display:flex}.task-setting_left[data-v-6df391b0]{width:417px}.task-setting_right[data-v-6df391b0]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-6df391b0]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-6df391b0]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-6df391b0]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-6df391b0] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-6df391b0] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-6df391b0]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-6df391b0]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-6df391b0]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-6df391b0]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-6df391b0]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-6df391b0]{margin-bottom:20px}.task-goodsList .el-table[data-v-6df391b0]{margin-top:20px}.task-goodsList .__goods_cover[data-v-6df391b0]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-6df391b0]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-6df391b0]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-6df391b0]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-6df391b0]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-6df391b0]{margin-top:20px}.task-tables[data-v-6df391b0] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-6df391b0] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-6df391b0]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-6df391b0]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-6df391b0]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-6df391b0]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-6df391b0]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-6df391b0]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-6df391b0]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-6df391b0] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-6df391b0]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-6df391b0]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-6df391b0]{margin-top:10px}.task-content .__body[data-v-6df391b0]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-6df391b0]{margin:24px 0}.task-content .__search[data-v-6df391b0]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-6df391b0]{margin-bottom:20px}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-6df391b0] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.task-setting[data-v-6df391b0] .el-card__header{padding-bottom:0}.task-setting .el-form-item__content p[data-v-6df391b0]{padding:0;margin:0;line-height:20px;padding-left:70px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf;line-height:30px}.task-setting .__card_body[data-v-6df391b0] .__card_body_item{border:2px solid #f5f7fa;border-radius:8px;padding:0;margin:0 0 24px 0}.task-setting .__card_body[data-v-6df391b0] .__card_body_item .__card_body_item_status{padding-left:64px}.task-setting .__card_body[data-v-6df391b0] .__card_body_item .el-form-item--mini.el-form-item{margin-bottom:12px}.task-setting .__card_body[data-v-6df391b0] .__card_body_item h3{padding:0;margin:0;width:100%;height:48px;line-height:48px;padding-left:21px;background:#f5f7fa;border-radius:8px 8px 0 0;font-weight:400;color:#595959;margin-bottom:32px}.task-setting .__card_body .el-textarea.el-input--mini[data-v-6df391b0]{width:600px;background:#fff;border-radius:4px} \ No newline at end of file diff --git a/views/admin/css/chunk-7125cdb5.a191283a.css b/views/admin/css/chunk-7125cdb5.a191283a.css new file mode 100644 index 00000000..28c6bd43 --- /dev/null +++ b/views/admin/css/chunk-7125cdb5.a191283a.css @@ -0,0 +1 @@ +.le-preview__img[data-v-1c162bcc]{width:506px;display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.le-page__preview[data-v-1c162bcc]{width:508px;height:100vh;margin:0 auto}[data-v-1c162bcc] .el-scrollbar__wrap{overflow-x:hidden} \ No newline at end of file diff --git a/views/admin/css/chunk-7caa660b.84ad429c.css b/views/admin/css/chunk-7caa660b.84ad429c.css new file mode 100644 index 00000000..f245e3ae --- /dev/null +++ b/views/admin/css/chunk-7caa660b.84ad429c.css @@ -0,0 +1 @@ +.task .task_tab_tl[data-v-25134787]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.task[data-v-25134787] .el-input--prefix .el-input__inner{padding-left:30px}.task-header[data-v-25134787]{margin-bottom:20px}.task-header[data-v-25134787] .el-breadcrumb .el-breadcrumb__inner{font-size:12px;font-weight:400}.task .el-button.is-disabled.is-plain[data-v-25134787]:focus,.task .el-button.is-disabled.is-plain[data-v-25134787]:hover,.task[data-v-25134787] .el-button.is-disabled.is-plain{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.task .le-button-editor .le-goods__btn.el-button[data-v-25134787]{padding:0}.task .he-btn__span[data-v-25134787]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.task-edit[data-v-25134787]{display:flex}.task-edit .__card_body[data-v-25134787]{width:100%}.task-edit .__card_body_img[data-v-25134787]{display:inline-block;width:80px;height:80px}.task-edit .__card_body_img img[data-v-25134787]{width:80px;height:80px}.task-edit .__card_body_img+.__card_body_img[data-v-25134787]{margin-left:8px}.task-edit__phone[data-v-25134787]{width:380px;height:680px;background:#fff;border:1px solid #dcdfe6;border-radius:40px;margin-top:24px;margin-right:20px}.task-edit__phone_window[data-v-25134787]{width:340px;position:relative;background:#f5f5f5;border:1px solid #dcdfe6;margin:39px auto;overflow:hidden}.task-edit__phone_window .header[data-v-25134787]{position:relative;width:340px;height:80px}.task-edit__phone_window .header img[data-v-25134787]{width:340px;height:80px}.task-edit__phone_window .header h3[data-v-25134787]{display:inline-block;position:absolute;font-size:16px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:50px;height:50px;text-align:center}.task-edit__phone_window .body .goods-info[data-v-25134787]{width:322px;height:89px;margin:9px auto;border-radius:4px;background:#fff;position:relative;padding:11px;box-sizing:border-box}.task-edit__phone_window .body .goods-price[data-v-25134787]{width:100%}.task-edit__phone_window .body .goods-sales[data-v-25134787]{position:absolute;right:11px;top:21px;font-size:11px;font-weight:500;color:#999;padding-left:5px}.task-edit__phone_window .body .goods-title[data-v-25134787]{width:251px;height:35px;font-size:13px;font-weight:700;color:#222;line-height:17px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-edit__phone_window .body .goods-share[data-v-25134787]{position:absolute;right:11px;top:55px;font-size:10px;font-weight:500;color:#999;padding-left:5px;line-height:8px;text-align:center;transform:scale(.8);transform-origin:0 0}.task-edit__phone_window .body .goods-pay[data-v-25134787]{width:340px;height:84px}.task-edit__phone_window .body .goods-pay img[data-v-25134787]{width:100%}.task-edit__lists[data-v-25134787]{flex:404px 1}.task-setting[data-v-25134787]{margin-top:20px;display:flex}.task-setting_left[data-v-25134787]{width:417px}.task-setting_right[data-v-25134787]{flex:417px 1;margin-left:24px}.task-setting .__card[data-v-25134787]{border-radius:16px}.task-setting .__card_clearfix h3[data-v-25134787]{font-size:16px;font-weight:400;color:#262626;padding:0;margin:0;line-height:30px}.task-setting .__card_clearfix h3[data-v-25134787]:before{content:"";width:4px;height:16px;border-left:4px solid #623ceb;padding-right:12px}.task-setting .__card[data-v-25134787] .__card_input{width:125px;margin-right:5px;margin-left:5px}.task-setting .__card[data-v-25134787] .__card_input .el-input-group__append{padding:0 16px}.task-setting .__phone[data-v-25134787]{margin:0 auto;width:834px;background:#fff;border:1px solid #dcdfe6;border-radius:88px;transform:scale(.5);transform-origin:0 0}.task-setting .__phone .__phone_window[data-v-25134787]{width:750px;position:relative;background:#fff;border:1px solid #dcdfe6;margin:88px auto;overflow:hidden}.task-setting .__phone .header[data-v-25134787]{position:relative;width:750px;height:176px}.task-setting .__phone .header .header-bg[data-v-25134787]{width:750px;height:176px}.task-setting .__phone .header h3[data-v-25134787]{display:inline-block;position:absolute;font-size:32px;font-weight:700;color:#262626;width:100%;bottom:0;left:0;padding:0;margin:0;line-height:80px;height:80px;text-align:center}.task-setting .__card[data-v-25134787]{margin-bottom:20px}.task-goodsList .el-table[data-v-25134787]{margin-top:20px}.task-goodsList .__goods_cover[data-v-25134787]{display:flex;position:relative}.task-goodsList .__goods_cover img[data-v-25134787]{width:64px;height:64px;background:#f2f2f2;margin-right:12px}.task-goodsList .__goods_cover .__goods_title[data-v-25134787]{display:table;height:48px;width:230px}.task-goodsList .__goods_cover .__goods_title h3[data-v-25134787]{padding:0;margin:0;font-size:14px;font-weight:400;color:#262626;line-height:18px;margin-bottom:4px;padding-right:4px}.task-goodsList .__goods_cover .__goods_title p[data-v-25134787]{padding:0;margin:0;line-height:12px;font-size:12px;font-weight:400;color:#8c8c8c}.task-tables[data-v-25134787]{margin-top:20px}.task-tables[data-v-25134787] .el-input.el-input-group.el-input-group--append{width:125px}.task-tables[data-v-25134787] .el-input-group__append{padding:0 16px}.task-tables .__specs-setting[data-v-25134787]{width:98%;height:48px;background:#f3f5f7;text-align:center;line-height:48px}.task-tables .__goods_cover[data-v-25134787]{display:flex;position:relative;min-width:330px}.task-tables .__goods_cover img[data-v-25134787]{width:48px;height:48px;background:#f2f2f2;margin-right:12px}.task-tables .__goods_cover .__goods_title[data-v-25134787]{display:table;height:48px;width:230px}.task-tables .__goods_cover .__goods_title p[data-v-25134787]{display:table-cell;vertical-align:middle;line-height:16px}.task .__content[data-v-25134787]{background:#fff;border-radius:16px;padding:12px 24px 24px 24px}.task .__content .__paging[data-v-25134787]{margin-top:24px;text-align:right}.task .__content .__paging[data-v-25134787] .el-pagination .el-input--mini .el-input__inner{height:28px;line-height:28px}.task-card[data-v-25134787]{margin-top:10px;background:#fff;border-radius:16px;padding:40px}.task-card-footer[data-v-25134787]{position:fixed;width:calc(100% - 96px);height:52px;bottom:0;left:96px;text-align:center;line-height:52px;background-color:#fff;z-index:100}.task-content[data-v-25134787]{margin-top:10px}.task-content .__body[data-v-25134787]{margin:10px 0;padding:24px;background-color:#fff}.task-content .__tools[data-v-25134787]{margin:24px 0}.task-content .__search[data-v-25134787]{margin:24px 0;padding:24px 42px;background-color:#fff;border-radius:16px}.task-content .__card[data-v-25134787]{margin-bottom:20px}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header{border-bottom:0 solid #e4e7ed;margin:0}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__nav{border:0}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item{color:#8c8c8c;border:0;font-weight:400}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item:first-child{border-left:none}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top>.el-tabs__header .el-tabs__item.is-active{background:#fff;border-radius:16px 16px 0 0;color:#623ceb}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane{border-radius:16px;background:#fff;padding:24px}.task-content .__tabs[data-v-25134787] .el-tabs.el-tabs--card.el-tabs--top .el-tabs__content .el-tab-pane:first-child{border-radius:0 16px 16px 16px;background:#fff}.task-content .__content_cover[data-v-25134787]{position:relative;padding-left:25px;margin-bottom:10px;margin-top:10px}.task-content .__content_cover h3[data-v-25134787],.task-content .__content_cover p[data-v-25134787]{padding:0;margin:0}.task-content .__content_cover .le-icon[data-v-25134787]{position:absolute;left:0;top:5px;font-size:16px;height:16px;line-height:16px;width:16px} \ No newline at end of file diff --git a/views/admin/css/chunk-7ecc2127.7f8b27a5.css b/views/admin/css/chunk-7ecc2127.7f8b27a5.css new file mode 100644 index 00000000..bcde8373 --- /dev/null +++ b/views/admin/css/chunk-7ecc2127.7f8b27a5.css @@ -0,0 +1 @@ +.le-matter[data-v-22e95ad3]{height:680px;padding:24px;background:#fff;border-radius:16px}.le-matter .le-pay-item[data-v-22e95ad3]{width:302px;height:72px;background:#f3f5f7;border-radius:8px;padding:16px;cursor:pointer;position:relative}.le-matter .le-pay-item .__btn[data-v-22e95ad3]{position:absolute;width:40px;height:28px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;text-align:center;line-height:26px;right:12px;top:32px;display:block}.le-matter .le-pay-item:hover .__btn[data-v-22e95ad3]{display:block}.le-matter .le-pay-item .le-item-icon[data-v-22e95ad3]{width:40px;height:40px;border-radius:8px;margin-right:12px}.le-matter .le-pay-item .le-item-name[data-v-22e95ad3]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:20px}.le-matter .le-pay-item .le-item-desc[data-v-22e95ad3]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:20px} \ No newline at end of file diff --git a/views/admin/css/chunk-80ca18f4.9639b48c.css b/views/admin/css/chunk-80ca18f4.9639b48c.css new file mode 100644 index 00000000..34e021c5 --- /dev/null +++ b/views/admin/css/chunk-80ca18f4.9639b48c.css @@ -0,0 +1 @@ +.le-card[data-v-8c128a2c]{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px}.le-header[data-v-8c128a2c]{background-color:#fff5d1;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959;line-height:18px;padding:15px 0 15px 20px}.le-header .le-header-button[data-v-8c128a2c]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;cursor:pointer}.le-header .le-header-btn[data-v-8c128a2c]{display:block;width:130px;height:32px;background:#623ceb;border-radius:4px;cursor:pointer;color:#fff;outline:none;border:none;margin-top:12px;padding:0;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-body[data-v-8c128a2c]{margin-bottom:26px}.le-body .le-card[data-v-8c128a2c]{padding:20px 40px 40px 24px}.le-body .le-card .le-card-title[data-v-8c128a2c]{margin-bottom:32px;font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-body .le-card .le-card-desc[data-v-8c128a2c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf}.le-body .le-card .le-form-item__label[data-v-8c128a2c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-body .le-card .le-form-item__content[data-v-8c128a2c]{background:#f3f5f7;border-radius:4px;padding:24px 16px}.le-body .le-card .le-form-item__content .le-tip-item[data-v-8c128a2c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:45px}.le-body .le-card .le-form-item__content .le-tip-item .le-label[data-v-8c128a2c]{display:inline-block;width:100px;text-align:right;margin-right:18px}.le-body>.flex-sub[data-v-8c128a2c]:first-child{margin-right:12px}.le-body>.flex-sub[data-v-8c128a2c]:last-child{margin-left:12px} \ No newline at end of file diff --git a/views/admin/css/chunk-a4b68392.8642727b.css b/views/admin/css/chunk-a4b68392.8642727b.css new file mode 100644 index 00000000..7f2a523d --- /dev/null +++ b/views/admin/css/chunk-a4b68392.8642727b.css @@ -0,0 +1 @@ +.plugins[data-v-bf192214]{width:100%;background:#fff;border-radius:16px;padding:12px;box-sizing:border-box;min-height:700px}.plugins .clear[data-v-bf192214]{clear:both}.plugins .plugins-toolslist[data-v-bf192214]{padding:0;margin:0}.plugins .plugins-toolslist .plugins-toolslist__item[data-v-bf192214]{position:relative;cursor:pointer;width:302px;height:72px;background:#f3f5f7;border-radius:8px;float:left;margin:12px}.plugins .plugins-toolslist .plugins-toolslist__item .__btn[data-v-bf192214]{position:absolute;width:40px;height:28px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;text-align:center;line-height:26px;right:12px;top:32px;display:block}.plugins .plugins-toolslist .plugins-toolslist__item:hover .__btn[data-v-bf192214]{display:block}.plugins .plugins-toolslist .plugins-toolslist__item .__icon[data-v-bf192214]{position:absolute;width:40px;height:40px;left:16px;top:16px}.plugins .plugins-toolslist .plugins-toolslist__item .__info[data-v-bf192214]{position:absolute;left:68px;top:16px;height:60px}.plugins .plugins-toolslist .plugins-toolslist__item .__info h3[data-v-bf192214]{height:20px;line-height:20px;font-size:14px;font-weight:400;color:#262626;margin:0}.plugins .plugins-toolslist .plugins-toolslist__item .__info p[data-v-bf192214]{height:20px;line-height:20px;font-size:12px;font-weight:400;color:#8c8c8c;margin:0} \ No newline at end of file diff --git a/views/admin/css/chunk-a9d3ea84.32898c37.css b/views/admin/css/chunk-a9d3ea84.32898c37.css new file mode 100644 index 00000000..2f0219d3 --- /dev/null +++ b/views/admin/css/chunk-a9d3ea84.32898c37.css @@ -0,0 +1 @@ +.le-card[data-v-0c553a8c]{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px}.le-header[data-v-0c553a8c]{background-color:#fff5d1;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959;line-height:18px;padding:15px 0 15px 20px}.le-header .le-header-button[data-v-0c553a8c]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;cursor:pointer}.le-header .le-header-btn[data-v-0c553a8c]{display:block;width:130px;height:32px;background:#623ceb;border-radius:4px;cursor:pointer;color:#fff;outline:none;border:none;margin-top:12px;padding:0;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-body[data-v-0c553a8c]{margin-bottom:26px}.le-body .le-card[data-v-0c553a8c]{padding:20px 40px 40px 24px}.le-body .le-card .le-card-title[data-v-0c553a8c]{margin-bottom:32px;font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-body .le-card .le-card-desc[data-v-0c553a8c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf}.le-body .le-card .le-form-item__label[data-v-0c553a8c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-body .le-card .le-form-item__content[data-v-0c553a8c]{background:#f3f5f7;border-radius:4px;padding:24px 16px}.le-body .le-card .le-form-item__content .le-tip-item[data-v-0c553a8c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:45px}.le-body .le-card .le-form-item__content .le-tip-item .le-label[data-v-0c553a8c]{display:inline-block;width:100px;text-align:right;margin-right:18px}.le-body>.flex-sub[data-v-0c553a8c]:first-child{margin-right:12px}.le-body>.flex-sub[data-v-0c553a8c]:last-child{margin-left:12px} \ No newline at end of file diff --git a/views/admin/css/chunk-bc52a7a4.b8eb3b56.css b/views/admin/css/chunk-bc52a7a4.b8eb3b56.css new file mode 100644 index 00000000..685a14db --- /dev/null +++ b/views/admin/css/chunk-bc52a7a4.b8eb3b56.css @@ -0,0 +1 @@ +.le-card[data-v-685d550c]{padding:24px;border-radius:16px;background:#fff}.le-card .le-card--header[data-v-685d550c]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626;margin-bottom:24px}.le-card .le-card--header .le-sign[data-v-685d550c]{display:inline-block;width:4px;height:16px;background:#623ceb;margin-right:12px}.le-main[data-v-685d550c]{padding-top:40px}.el-radio-group[data-v-685d550c]{margin-bottom:5px}.le-search--id[data-v-685d550c] .el-input-group__append{padding:0 10px}.le-still[data-v-685d550c] .select-cover__120-edit{cursor:not-allowed!important}.le-small-input[data-v-685d550c] .el-input{width:150px}.le-small-input[data-v-685d550c]>span{display:inline-block;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959;padding:0 9px}.le-goods[data-v-685d550c]{width:580px;height:72px;border:1px solid #dcdfe6;border-radius:8px;margin-top:15px;padding:12px 24px}.le-goods--image[data-v-685d550c]{width:48px;height:48px}.le-goods--name[data-v-685d550c]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:24px;height:48px;margin-left:24px;margin-right:20px}[data-v-685d550c] .el-button[disabled]{color:#bfbfbf!important;border:1px solid #dcdfe6!important} \ No newline at end of file diff --git a/views/admin/css/chunk-c8783366.d5c6f0d2.css b/views/admin/css/chunk-c8783366.d5c6f0d2.css new file mode 100644 index 00000000..efaebda2 --- /dev/null +++ b/views/admin/css/chunk-c8783366.d5c6f0d2.css @@ -0,0 +1 @@ +.le-card[data-v-c491958a]{background:#fff;border-radius:16px;padding:24px;margin-top:24px}.le-card .le-search-input .el-form-item__label[data-v-c491958a]{display:inline}.le-card .le-search-input .el-input[data-v-c491958a]{width:240px}.le-card .le-search-date .el-form-item__content .el-date-editor[data-v-c491958a],.le-card .le-search-date .el-form-item__content .el-input--prefix[data-v-c491958a],.le-card .le-search-date .el-form-item__content .el-input[data-v-c491958a]{width:200px}.le-card .le-search-date .el-form-item__content .el-date-editor[data-v-c491958a] input.el-input__inner,.le-card .le-search-date .el-form-item__content .el-input--prefix[data-v-c491958a] input.el-input__inner,.le-card .le-search-date .el-form-item__content .el-input[data-v-c491958a] input.el-input__inner{padding-left:41px!important}.le-card .le-search-date .le-go[data-v-c491958a]{display:inline-block;width:48px;text-align:center}.le-card .le-search-select[data-v-c491958a] .el-form-item__content .el-input,.le-card .le-search-select[data-v-c491958a] .el-form-item__content .el-input--suffix{width:160px}.le-card .le-button[data-v-c491958a]{margin-top:-8px;padding-left:110px}.le-card .le-button .he-btn[data-v-c491958a]:first-child{margin-right:8px}.le-card .le-button .he-btn[data-v-c491958a]:last-child{padding:9px 24px}.le-new-add[data-v-c491958a]{margin-top:24px}.he-btn[data-v-c491958a]{padding:10px 24px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;outline:none;border-radius:4px;cursor:pointer;box-sizing:border-box}.he-primary-btn[data-v-c491958a]{background:#623ceb;border:none;color:#fff}.he-clear-btn[data-v-c491958a]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#595959;background:#fff;border:1px solid #dcdfe6}.le-table[data-v-c491958a]{height:794px}.le-table[data-v-c491958a] .le-table-row{height:64px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-table .le-table-edit[data-v-c491958a]{color:#623ceb;max-width:178px}.le-table .le-table-edit .le-button-text[data-v-c491958a]{cursor:pointer;font-size:14px;font-family:Microsoft YaHei;font-weight:400}.le-table .le-table-edit .le-line-text[data-v-c491958a]{height:14px;width:1px;background-color:#623ceb;margin:0 10px}.le-table .le-table-status[data-v-c491958a]{width:68px;height:28px;line-height:26px;text-align:center;background:#fff;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-table .le-status-success[data-v-c491958a]{color:#53c41a;border:1px solid #53c41a}.le-table .le-status-gray[data-v-c491958a]{color:rgba(0,0,0,.65);border:1px solid #bebebe}.le-table .le-status-caveat[data-v-c491958a]{border:1px solid #fbad15;color:#fbad15}.le-table .le-pagination[data-v-c491958a]{padding-top:18px}.el-breadcrumb__item[data-v-c491958a]{font-size:12px} \ No newline at end of file diff --git a/views/admin/css/chunk-e2481ba0.383036a8.css b/views/admin/css/chunk-e2481ba0.383036a8.css new file mode 100644 index 00000000..21205c1a --- /dev/null +++ b/views/admin/css/chunk-e2481ba0.383036a8.css @@ -0,0 +1 @@ +.le-matter[data-v-eccec342]{position:relative}.le-matter .le-upload-loading[data-v-eccec342]{position:fixed;top:0;left:0;bottom:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.8);z-index:100}.le-matter .le-upload-loading .le-upload-content[data-v-eccec342]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#595959}.le-matter .le-upload-loading .le-upload-content .le-upload-img[data-v-eccec342]{width:56px;height:56px;margin-bottom:10px}.le-bind[data-v-eccec342]{height:454px;background:#fff;border-radius:16px;padding:96px 0 80px 80px}.le-bind .le-bind__content[data-v-eccec342]{width:480px;height:278px;background:#fff;border:1px solid #dcdfe6;border-radius:16px;position:relative}.le-bind .le-bind__content .le-bind-name[data-v-eccec342]{font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:#262626;margin-top:68px}.le-bind .le-bind__content .le-bind-des[data-v-eccec342]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf;line-height:20px;margin-top:15px}.le-bind .le-bind__content .le-bind-btn[data-v-eccec342]{width:104px;height:32px;background:#623ceb;border-radius:4px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#fff;padding:0;margin-top:30px}.le-bind .le-bind__content .le-bind-logo[data-v-eccec342]{width:80px;height:80px;background-image:url(../img/he-applets.9504bc56.png);background-size:100% 100%;background-repeat:no-repeat;border-radius:50%;position:absolute;top:-40px}.le-form[data-v-eccec342]{height:320px;background:#fff;border-radius:16px;padding:24px}.le-form .le-form__header[data-v-eccec342]{margin-bottom:38px}.le-form .le-form__header .le-tip[data-v-eccec342]{width:4px;height:16px;background:#623ceb;margin-right:12px}.le-form .le-form__header .le-text[data-v-eccec342]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-form .le-form__header .el-input[data-v-eccec342]{width:380px}.le-bind-over .le-card[data-v-eccec342]{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px}.le-bind-over .le-bind-header[data-v-eccec342]{height:56px;background:#fee8ea;border-radius:16px;padding:14px 24px;margin-bottom:24px}.le-bind-over .le-bind-header .le-text[data-v-eccec342]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#f5212d}.le-bind-over .le-bind-header .le-btn[data-v-eccec342]{width:80px;height:28px;background:#623ceb;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#fff;padding:0;margin-left:20px}.le-bind-over .le-info .le-info__header[data-v-eccec342]{margin-bottom:40px}.le-bind-over .le-info .le-info__header .le-tip[data-v-eccec342]{width:4px;height:16px;background:#623ceb;margin-right:12px}.le-bind-over .le-info .le-info__header .le-text[data-v-eccec342]{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-bind-over .le-item[data-v-eccec342]{margin-bottom:23px}.le-bind-over .le-item .le-item__label[data-v-eccec342]{width:176px;text-align:right;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-bind-over .le-item .le-item__value[data-v-eccec342]{padding-left:16px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626}.le-bind-over .le-item .le-item__img[data-v-eccec342]{width:48px;height:48px;border-radius:50%}.le-bind-over .le-item .le-item--download[data-v-eccec342]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;line-height:20px;cursor:pointer}.le-bind-over .le-item .le-item-tip[data-v-eccec342]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#bfbfbf}.le-bind-over .le-editor[data-v-eccec342]{width:132px;height:32px;background:#623ceb;border-radius:4px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#fff;padding:0;margin-left:193px} \ No newline at end of file diff --git a/views/admin/css/chunk-e3f332a4.2877f9d5.css b/views/admin/css/chunk-e3f332a4.2877f9d5.css new file mode 100644 index 00000000..1deb6daa --- /dev/null +++ b/views/admin/css/chunk-e3f332a4.2877f9d5.css @@ -0,0 +1 @@ +.le-card[data-v-6130cd02]{background-color:#fff;padding:24px}.le-router[data-v-6130cd02]{display:block;color:#623ceb} \ No newline at end of file diff --git a/views/admin/css/chunk-f25bb93e.e6c458c8.css b/views/admin/css/chunk-f25bb93e.e6c458c8.css new file mode 100644 index 00000000..aa7ddb73 --- /dev/null +++ b/views/admin/css/chunk-f25bb93e.e6c458c8.css @@ -0,0 +1 @@ +.le-matter[data-v-dfe6860e]{height:680px;padding:24px;background:#fff;border-radius:16px}.le-matter .le-pay-item[data-v-dfe6860e]{width:302px;height:72px;background:#f3f5f7;border-radius:8px;padding:16px;cursor:pointer;position:relative}.le-matter .le-pay-item .__btn[data-v-dfe6860e]{position:absolute;width:40px;height:28px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;text-align:center;line-height:26px;right:12px;top:32px;display:block}.le-matter .le-pay-item:hover .__btn[data-v-dfe6860e]{display:block}.le-matter .le-pay-item .le-item-icon[data-v-dfe6860e]{width:40px;height:40px;border-radius:8px;margin-right:12px}.le-matter .le-pay-item .le-item-name[data-v-dfe6860e]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#262626;line-height:20px}.le-matter .le-pay-item .le-item-desc[data-v-dfe6860e]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#8c8c8c;line-height:20px} \ No newline at end of file diff --git a/views/admin/css/error-401.d430b095.css b/views/admin/css/error-401.d430b095.css new file mode 100644 index 00000000..95a6f2af --- /dev/null +++ b/views/admin/css/error-401.d430b095.css @@ -0,0 +1 @@ +.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px} \ No newline at end of file diff --git a/views/admin/css/error-404.d430b095.css b/views/admin/css/error-404.d430b095.css new file mode 100644 index 00000000..95a6f2af --- /dev/null +++ b/views/admin/css/error-404.d430b095.css @@ -0,0 +1 @@ +.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px} \ No newline at end of file diff --git a/views/admin/css/error-500.d430b095.css b/views/admin/css/error-500.d430b095.css new file mode 100644 index 00000000..95a6f2af --- /dev/null +++ b/views/admin/css/error-500.d430b095.css @@ -0,0 +1 @@ +.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px} \ No newline at end of file diff --git a/views/admin/css/goods-group.7e96f1e3.css b/views/admin/css/goods-group.7e96f1e3.css new file mode 100644 index 00000000..a367573f --- /dev/null +++ b/views/admin/css/goods-group.7e96f1e3.css @@ -0,0 +1 @@ +.le-icon-zhushi1[data-v-47995f73]{color:#cbced5;font-size:16px}.le-card[data-v-51908c9a]{background-color:#fff;padding:24px}.he-input[data-v-51908c9a]{width:367px;margin-right:24px}.he-input[data-v-51908c9a] .el-input-group{width:100%}.he-input[data-v-51908c9a] .el-input-group__append{padding:0 15px}.he-input[data-v-51908c9a] .el-input-group__append .el-button{padding:9px 20px}.he-attr__header[data-v-51908c9a]{min-width:400px;margin-right:25px;height:48px;line-height:48px;background:rgba(98,60,235,.05);border-radius:4px;text-align:center}.he-attr__header .he-text[data-v-51908c9a]{font-size:14px;font-weight:400;color:#623ceb;opacity:.85}.he-attr__body[data-v-51908c9a]{overflow:hidden;min-width:400px;margin-right:25px;height:520px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;margin-top:8px}.he-attr__body[data-v-51908c9a] .el-scrollbar__wrap{overflow-x:hidden!important}.he-attr__body .he-group__empty[data-v-51908c9a]{text-align:center;color:grey;margin-top:40px}.he-attr__body .he-attr__group[data-v-51908c9a]{display:flex;justify-content:space-between;width:100%;height:48px;line-height:48px;border-bottom:1px solid #dcdfe6}.he-attr__body .he-attr__group span[data-v-51908c9a]{font-size:14px;display:inline-block;opacity:.85}.he-attr__body .he-attr__group span i[data-v-51908c9a]{color:#bbbfc8}.he-attr__body .he-attr__group .he-group__name[data-v-51908c9a]{margin-left:20px;width:35%}.he-attr__body .he-attr__group .he-group__sort[data-v-51908c9a]{text-align:center;width:15%}.he-attr__body .he-attr__group .he-group__handle[data-v-51908c9a]{margin-right:20px;text-align:right;width:35%}.he-attr__body .he-attr__group .he-group__handle .le-icon[data-v-51908c9a]{font-size:16px;color:#8c8c8c;margin-left:15px;cursor:pointer}.he-attr__body .he-group__title[data-v-51908c9a]{color:#000;background:#f3f5f7;border-bottom:none}.he-attr__body .he-title[data-v-51908c9a]{font-size:14px;font-weight:400;color:#010101;opacity:.85;margin-left:4px}.he-attr__body .el-button--text.he-class__button-new.el-button--mini[data-v-51908c9a]{padding:0 5px}.le_goods__main-sortedit[data-v-51908c9a]{opacity:0;width:14px;height:14px;cursor:pointer;color:#bbbfc8}.le_goods__main-sort:hover .le_goods__main-sortedit[data-v-51908c9a]{opacity:1}.he-style[data-v-51908c9a]{padding:0 12px;margin-bottom:16px;width:184px;background:#fff;border-radius:4px;cursor:pointer}.he-style .he-text[data-v-51908c9a]{width:100px;height:15px;font-size:14px;font-weight:400;margin-left:12px}.he-style .le-icon[data-v-51908c9a]{width:48px;height:48px}.he-style__yes[data-v-51908c9a]{color:#623ceb;border:1px solid #623ceb}.he-style__yes .he-text[data-v-51908c9a]{color:#623ceb}.he-style__no[data-v-51908c9a]{color:#dcdfe6;border:1px solid #dcdfe6}.he-style__no .he-text[data-v-51908c9a]{color:#000;opacity:.65}.he-preview[data-v-51908c9a]{width:330px;height:600px;background:#fff;border:1px solid #dcdfe6;border-radius:40px}.he-preview>img[data-v-51908c9a]{width:300px;height:534px;margin:33px 15px}.he-display-style[data-v-51908c9a]{padding:20px}.he-using[data-v-51908c9a]{margin-top:12px;font-size:12px;font-weight:400;color:#53c41a}.he-using .he-using-icon[data-v-51908c9a]{display:inline-block;width:6px;height:6px;background:#53c41a;border-radius:50%;margin-right:8px}.he-enable[data-v-51908c9a]{margin:24px 0}.he-style__preview[data-v-51908c9a]{padding-left:24px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.he-button[data-v-51908c9a]{display:flex;align-items:right}.el-scrollbar__wrap[data-v-51908c9a]{overflow-x:hidden} \ No newline at end of file diff --git a/views/admin/css/goods-groupTemplate.8f34701f.css b/views/admin/css/goods-groupTemplate.8f34701f.css new file mode 100644 index 00000000..0da502eb --- /dev/null +++ b/views/admin/css/goods-groupTemplate.8f34701f.css @@ -0,0 +1 @@ +.le-card[data-v-2fa86580]{background:#fff;border-radius:16px;margin-top:24px}.le-search[data-v-2fa86580]{padding:24px 0}.le-search-btn[data-v-2fa86580]{margin-left:96px}.le-list[data-v-2fa86580]{padding:24px}.le-table[data-v-2fa86580] .le-table-row{width:658px;height:35px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;line-height:20px;color:rgba(0,0,0,.85)}.le-table[data-v-2fa86580] .le-table-row td{padding:15px 0}.le-table[data-v-2fa86580] .has-gutter .el-table-column--selection{opacity:0}.le-table[data-v-2fa86580] .le-table-edit{color:#623ceb;max-width:178px}.le-table[data-v-2fa86580] .le-table-edit .le-button-text{cursor:pointer;font-size:14px;font-family:Microsoft YaHei;font-weight:400}.le-table[data-v-2fa86580] .le-table-edit .le-line-text{height:14px;width:1px;background-color:#623ceb;margin:0 10px}.le-operating[data-v-2fa86580]{padding-left:14px}.le-operating .el-button[data-v-2fa86580]{margin-left:15px}.le-operating[data-v-2fa86580]:first-child{padding-bottom:16px}.le-operating[data-v-2fa86580]:last-child{padding-top:16px} \ No newline at end of file diff --git a/views/admin/css/goods-index.3ccc1276.css b/views/admin/css/goods-index.3ccc1276.css new file mode 100644 index 00000000..0bcb4efd --- /dev/null +++ b/views/admin/css/goods-index.3ccc1276.css @@ -0,0 +1 @@ +.le-icon-zhushi1[data-v-47995f73]{color:#cbced5;font-size:16px}.le-goods__header[data-v-d842e0f4]{height:52px}.le_goods__header-checkbox[data-v-d842e0f4]{width:122px;padding-left:14px}.le-goods__footer[data-v-d842e0f4]{height:69px}.le_goods__main-pic[data-v-d842e0f4]{width:64px;height:64px;margin-right:9px;display:block;-o-object-fit:contain;object-fit:contain}.le_goods__main-goodsinfo[data-v-d842e0f4]{width:236px}[data-v-d842e0f4] .el-table--mini td,[data-v-d842e0f4] .el-table--mini th{padding:16px 0}.le_goods__main-goodsname[data-v-d842e0f4]{font-size:14px;line-height:18px;font-family:PingFang SC;font-weight:500;color:#010101;opacity:.85;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;position:relative}.le_goods__main-goodsname:hover .le-goods__editor[data-v-d842e0f4]{display:inline-block}.le-goods__editor[data-v-d842e0f4]{position:absolute;display:none;width:32px;height:32px;top:50%;transform:translateY(-50%);right:0;text-align:center;line-height:32px;background:linear-gradient(90deg,#f7f5fe,#f7f5fe)}.le-goods__editor .le_goods__main-sortedit[data-v-d842e0f4]{opacity:1}.le_goods__main-goodscn[data-v-d842e0f4]{font-size:12px;font-family:PingFang SC;font-weight:500;line-height:1.1;color:rgba(0,0,0,.65)}.le_goods__main-goodstitle[data-v-d842e0f4]{font-size:14px;font-family:PingFang SC;font-weight:400;color:#000;opacity:.85}.le_goods__main-sort[data-v-d842e0f4]{cursor:pointer;height:56px;line-height:56px}.le_goods__main-sortedit[data-v-d842e0f4]{opacity:0;cursor:pointer;width:14px;height:14px;color:#bbbfc8}.le_goods__main-sort:hover .le_goods__main-sortedit[data-v-d842e0f4]{opacity:1}[data-v-d842e0f4] .el-tag{background-color:#fff!important;font-size:12px;font-family:Microsoft YaHei;font-weight:400;padding:0 16px;border-radius:4px;height:28px}.le-goods .le-button-editor .le-goods__btn.el-button[data-v-d842e0f4]{padding:0}.le-main[data-v-d842e0f4] .el-pagination__editor.el-input{width:50px}.le-main[data-v-d842e0f4] .el-pagination__editor.el-input .el-input__inner{padding:0}.el-pagination__jump[data-v-d842e0f4]{margin-left:10px}.he-btn[data-v-d842e0f4] .el-button--mini.el-button--text{padding:9px;color:#623ceb}.he-btn[data-v-d842e0f4]{color:#623ceb}.he-btn__span[data-v-d842e0f4]{display:inline-block;height:12px;width:1px;background-color:#623ceb;margin:0 8px}.le_goods__main[data-v-d842e0f4] .el-table__header-wrapper .el-table-column--selection .cell{display:none}.le-matter[data-v-d842e0f4] .el-tabs--card>.el-tabs__content,[data-v-d842e0f4] .is-always-shadow{box-shadow:none}.le-goods__img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;display:block;margin-right:9px;background:#f3f5f7}.le-goods__name{line-height:17px}.le-goods__description{font-size:12px;font-weight:500;line-height:14px;color:rgba(0,0,0,.65)}.le-goods__cell{padding:12px 0!important}.le-edit__btn,.le-goods__cell{font-size:14px;font-family:PingFang SC}.le-edit__btn{line-height:1;margin:0 10px;font-weight:400;display:inline-block;cursor:pointer;color:#623ceb}.le-edit__line{width:1px;height:14px;background:#623ceb}.le-goods__visits{color:rgba(1,1,1,.85);line-height:1.3}.le-success__tag{border:1px solid #53c41a;border-radius:4px;color:#53c41a}.le-info__tag,.le-success__tag{display:inline-block;text-align:center;width:68px;height:28px;line-height:26px;background:#fff;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-info__tag{border:1px solid #bebebe;border-radius:4px;color:rgba(0,0,0,.65)}.le-warning__tag{display:inline-block;text-align:center;width:56px;height:28px;line-height:26px;border:1px solid #fbad15;border-radius:4px;color:#fbad15}.le-publish-btn[data-v-21029a27],.le-warning__tag{font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-publish-btn[data-v-21029a27]{margin-top:8px;width:96px;height:32px;background:#623ceb;border-radius:4px;color:#fff}.le-card[data-v-21029a27]{background:#fff;border-radius:16px;padding:24px}.le-search[data-v-21029a27]{margin-top:24px;min-width:750px}.le-search[data-v-21029a27] .el-input__inner::-webkit-input-placeholder{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.25)}.le-search .le-item[data-v-21029a27]{margin-right:40px;margin-bottom:16px}.le-search .le-go[data-v-21029a27]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;display:inline-block;margin:0 16px;color:rgba(0,0,0,.85)}.le-search .le-item .le-item__label[data-v-21029a27]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;color:rgba(0,0,0,.65);margin-right:16px;height:32px;line-height:32px;width:56px}.le-search .le-left__input[data-v-21029a27]{width:240px;height:32px}.le-search .le-date__input[data-v-21029a27],.le-search .le-right__input[data-v-21029a27]{width:200px}.le-search .le-date__input[data-v-21029a27] .el-input__inner{padding-left:41px}.le-search .le-group-input[data-v-21029a27]{width:240px;height:32px;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;padding:0 12px}.le-search .le-group-input .le-placeholder[data-v-21029a27]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.25)}.le-search .le-button[data-v-21029a27]{padding-left:72px}.le-search .le-button .el-button[data-v-21029a27]{width:72px;height:32px;border-radius:4px;font-size:12px;font-family:Microsoft YaHei;font-weight:400}.le-search .le-button .el-button--default[data-v-21029a27]{color:rgba(0,0,0,.85);margin-left:8px}.le-search .le-button .el-button--text[data-v-21029a27]{padding-left:8px;padding-right:8px;margin-left:0}.he-select__input[data-v-21029a27]{width:280px;height:32px;border:1px solid #dcdfe6;border-radius:4px;padding:0 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.he-select__input .he-select__placeholder[data-v-21029a27]{height:30px;line-height:30px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.25}.he-select__input .le-icon-arrow-right[data-v-21029a27]{width:12px;height:12px}.le-tabs[data-v-21029a27]{margin-top:24px}.le-tabs[data-v-21029a27] .el-tabs__item{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(0,0,0,.45)}.el-icon-arrow-down[data-v-21029a27]{transform:rotate(-90deg)}.he-select__content[data-v-21029a27]{width:244px;height:32px;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.he-select__tag[data-v-21029a27]{margin-right:5px;display:flex;height:20px;background:#f4f4f5;border:1px solid #e9e9eb;align-items:center;border-radius:4px;padding:5px}.he-select__tag>span[data-v-21029a27]{width:92px;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.he-select__tag .el-tag__close[data-v-21029a27]{border-radius:50%;font-size:6px}.he-select__tag .el-tag__close[data-v-21029a27]:hover{background-color:#623ceb;color:#fff} \ No newline at end of file diff --git a/views/admin/css/goods-publish.eb10ed65.css b/views/admin/css/goods-publish.eb10ed65.css new file mode 100644 index 00000000..31b56212 --- /dev/null +++ b/views/admin/css/goods-publish.eb10ed65.css @@ -0,0 +1 @@ +.video-select[data-v-3dcd469a]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;box-sizing:border-box;padding:28px;text-align:center;position:relative;cursor:pointer}.video-select .picture-selet__detail[data-v-3dcd469a]{display:flex}.video-select .picture-selet__detail .picture-selet__layout[data-v-3dcd469a]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-3dcd469a]{height:49px;text-align:left;line-height:49px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-3dcd469a]{font-size:16px;font-weight:500;color:#000}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-3dcd469a]{float:right}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-3dcd469a]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-3dcd469a]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-3dcd469a]{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-3dcd469a]{display:inline-block;width:124px;height:129px;margin-left:5px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-3dcd469a]{position:relative;width:100%;height:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-3dcd469a]{position:absolute;left:-99999px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-3dcd469a]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-3dcd469a]{opacity:1}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-3dcd469a]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-3dcd469a]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-3dcd469a]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-3dcd469a]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-3dcd469a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-3dcd469a]{position:relative;width:84px;height:84px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-3dcd469a]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-3dcd469a]{font-size:16px;height:18px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-3dcd469a]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-3dcd469a]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .el-card__body{padding:0}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.video-select .picture-selet__detail[data-v-3dcd469a] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.video-select .picture-selet__detail .el-card.is-always-shadow[data-v-3dcd469a]{box-shadow:none}.video-select .picture-selet-content[data-v-3dcd469a]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.video-select .picture-selet-content .picture-selet-tips[data-v-3dcd469a]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px;opacity:0}.video-select .picture-selet-content:hover .picture-selet-tips[data-v-3dcd469a]{opacity:1}.video-select .picture-selet-image[data-v-3dcd469a]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.video-select .picture-selet-cover[data-v-3dcd469a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.video-select i[data-v-3dcd469a]{font-size:26px;color:#d9d9d9}.video-select p[data-v-3dcd469a]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.video-select[data-v-edfe7f16]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;box-sizing:border-box;padding:28px;text-align:center;position:relative;cursor:pointer}.video-select .picture-selet__detail[data-v-edfe7f16]{display:flex}.video-select .picture-selet__detail .picture-selet__layout[data-v-edfe7f16]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-edfe7f16]{height:49px;text-align:left;line-height:49px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-edfe7f16]{font-size:16px;font-weight:500;color:#000}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-edfe7f16]{float:right}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-edfe7f16]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-edfe7f16]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-edfe7f16]{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-edfe7f16]{display:inline-block;width:124px;height:129px;margin-left:5px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-edfe7f16]{position:relative;width:100%;height:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-edfe7f16]{position:absolute;left:-99999px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-edfe7f16]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-edfe7f16]{opacity:1}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-edfe7f16]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-edfe7f16]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-edfe7f16]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-edfe7f16]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-edfe7f16]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-edfe7f16]{position:relative;width:84px;height:84px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-edfe7f16]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-edfe7f16]{font-size:16px;height:18px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-edfe7f16]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-edfe7f16]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .el-card__body{padding:0}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.video-select .picture-selet__detail[data-v-edfe7f16] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.video-select .picture-selet__detail .el-card.is-always-shadow[data-v-edfe7f16]{box-shadow:none}.video-select .picture-selet-content[data-v-edfe7f16]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.video-select .picture-selet-content .picture-selet-tips[data-v-edfe7f16]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px;opacity:0}.video-select .picture-selet-content:hover .picture-selet-tips[data-v-edfe7f16]{opacity:1}.video-select .picture-selet-image[data-v-edfe7f16]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.video-select .picture-selet-cover[data-v-edfe7f16]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.video-select i[data-v-edfe7f16]{font-size:26px;color:#d9d9d9}.video-select p[data-v-edfe7f16]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.video-select[data-v-65f59088]{width:120px;height:120px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;box-sizing:border-box;padding:28px;text-align:center;position:relative;cursor:pointer}.video-select .picture-selet__detail[data-v-65f59088]{display:flex}.video-select .picture-selet__detail .picture-selet__layout[data-v-65f59088]{flex:1;height:536px;width:685px;margin-left:20px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header[data-v-65f59088]{height:49px;text-align:left;line-height:49px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header span[data-v-65f59088]{font-size:16px;font-weight:500;color:#000}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__header .picture-selet__action[data-v-65f59088]{float:right}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content[data-v-65f59088]{position:relative;width:685px;height:488px;background:#fff;border:1px solid #e3e3e3;border-radius:4px;text-align:left;padding:16px;box-sizing:border-box}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content .picture-selet__paging[data-v-65f59088]{padding:24px;text-align:right;position:absolute;bottom:0;right:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul[data-v-65f59088]{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li[data-v-65f59088]{display:inline-block;width:124px;height:129px;margin-left:5px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label[data-v-65f59088]{position:relative;width:100%;height:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-label input[data-v-65f59088]{position:absolute;left:-99999px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item[data-v-65f59088]{background:rgba(98,60,235,.05);border:1px solid #623ceb;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-input:checked+.picture-selet__content-item .picture-selet__content-close[data-v-65f59088]{opacity:1}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-65f59088]{height:100%;width:100%;border:1px solid transparent;box-sizing:border-box;padding:10px 20px;border-radius:3px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close[data-v-65f59088]{position:absolute;left:6px;top:6px;width:20px;height:20px;background:#623ceb;border-radius:50%;opacity:1;z-index:1;text-align:center;opacity:0}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item .picture-selet__content-close i.le-icon[data-v-65f59088]{position:absolute;left:2px;top:8px;font-size:12px;color:#fff;z-index:2;line-height:.5em}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item[data-v-65f59088]:hover{background:rgba(98,60,235,.05);border:1px solid #623ceb}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li p[data-v-65f59088]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1em;font-size:12px;text-align:center}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo[data-v-65f59088]{position:relative;width:84px;height:84px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon[data-v-65f59088]{position:absolute;width:26px;height:18px;line-height:16px;text-align:center;background:#000;opacity:.4;border-radius:0 9px 9px 0;left:0;top:5px;z-index:2}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-icon .le-icon[data-v-65f59088]{font-size:16px;height:18px}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-image[data-v-65f59088]{position:relative;max-height:84px;overflow:hidden;padding-top:100%}.video-select .picture-selet__detail .picture-selet__layout .picture-selet__content ul li .picture-selet__content-item-photo .picture-selet__content-item-cover[data-v-65f59088]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.video-select .picture-selet__detail[data-v-65f59088] .el-card{flex:0 0 288px;width:288px;height:536px;background:#fff;border:1px solid #e3e3e3;border-radius:4px}.video-select .picture-selet__detail[data-v-65f59088] .el-card .el-card__header{background:#f3f5f7;text-align:left;color:rgba(0,0,0,.45);font-weight:500;font-size:14px}.video-select .picture-selet__detail[data-v-65f59088] .el-card .el-card__body{padding:0}.video-select .picture-selet__detail[data-v-65f59088] .el-card .el-card__body .el-scrollbar__wrap{overflow-x:hidden}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group{width:100%;overflow:hidden}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul{list-style-type:none;padding:0;margin:0}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio{text-align:left;position:relative;display:block;height:48px;padding-left:54px}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio .picture-selet__detail-input{position:absolute;left:-99999px}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio:hover{background:rgba(98,60,235,.05)}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio img{position:absolute;top:18px;left:24px;width:18px;height:16px}.video-select .picture-selet__detail[data-v-65f59088] .el-card .picture-selet__detail-group ul .picture-selet__detail-radio span{font-size:14px;font-weight:500;color:rgba(0,0,0,.75);line-height:44px;line-height:3.8em}.video-select .picture-selet__detail .el-card.is-always-shadow[data-v-65f59088]{box-shadow:none}.video-select .picture-selet-content[data-v-65f59088]{position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);left:-1px;top:-1px;border-radius:4px;overflow:hidden;display:block}.video-select .picture-selet-content .picture-selet-tips[data-v-65f59088]{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px;opacity:0}.video-select .picture-selet-content:hover .picture-selet-tips[data-v-65f59088]{opacity:1}.video-select .picture-selet-image[data-v-65f59088]{position:relative;max-height:500px;overflow:hidden;padding-top:38%}.video-select .picture-selet-cover[data-v-65f59088]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.video-select i[data-v-65f59088]{font-size:26px;color:#d9d9d9}.video-select p[data-v-65f59088]{font-size:14px;font-weight:500;color:rgba(51,51,51,.5)}.picture-selet-tips[data-v-65f59088]{left:0;bottom:0;width:100%;height:32px;line-height:32px;background:rgba(0,0,0,.4);border-radius:4px;color:#fff;font-size:14px;text-align:center;cursor:pointer;opacity:0}.picture-selet-tips .he-upload__line[data-v-65f59088]{margin:0 5px}.le-basic__name .el-textarea .el-textarea__inner{resize:none}.el-form-item__content .le-cat__footer-tag{margin-right:8px;background-color:#fff;border:1px solid #bebebe}.le-label__require:before{content:"*";color:red}.he-class__button.el-button--primary{background-color:#fff}.le-label__require-item{border-radius:4px;position:relative;margin-right:8px;margin-bottom:8px;overflow:hidden;float:left}.le-label__require-image{box-sizing:border-box;border:1px solid #fbad15}.le-label__require-image:before{content:"主图";position:absolute;font-size:14px;text-align:center;font-family:PingFang SC;font-weight:500;color:#fff;width:100px;height:25px;line-height:25px;transform:rotate(-45deg);transform-origin:38% 220%;background:#fbad15;z-index:10}.el-button--text.he-class__button-new.el-button--mini{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0 14px;margin:0}.he-upload{width:120px;height:120px}.le-video__input.el-input{width:500px!important}.le-banner .select-cover__120-edit{cursor:move}.specification[data-v-5e22296a]{margin-bottom:8px}.specification[data-v-5e22296a] .plTableBox .el-table__fixed-right-patch,.specification[data-v-5e22296a] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-5e22296a] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-5e22296a] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-5e22296a]{width:100%}.specification-table__footer[data-v-5e22296a]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-5e22296a]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-5e22296a]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-5e22296a]{display:inline-block}.specification-table .__all-tips[data-v-5e22296a]{padding-left:16px}.specification-table[data-v-5e22296a] .el-table{width:1096px}.specification-table[data-v-5e22296a] .el-table__footer-wrapper tbody td,.specification-table[data-v-5e22296a] .el-table__footer-wrapper tbody th,.specification-table[data-v-5e22296a] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-5e22296a] .el-table .cell{text-overflow:clip}.specification-attr[data-v-5e22296a]{margin-bottom:8px}.specification-tools__add[data-v-5e22296a] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-5e22296a] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-5e22296a] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-5e22296a] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-5e22296a]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-5e22296a]{margin-bottom:12px}.specification-popover__footer[data-v-5e22296a]{text-align:center}.specification-popover__footer .el-button[data-v-5e22296a]{height:28px}.specification-item[data-v-5e22296a]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-5e22296a]{flex:1;display:block}.specification-item__header[data-v-5e22296a]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-5e22296a]{padding-top:14px}.specification-item__header__close[data-v-5e22296a]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-5e22296a]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-5e22296a]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-5e22296a]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-5e22296a]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-5e22296a]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-5e22296a]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-5e22296a]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-5e22296a]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-5e22296a]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-5e22296a]{width:80px;height:80px}.specification-item__cover-tips[data-v-5e22296a]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-5e22296a]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-5e22296a]{display:block}.specification-item__input[data-v-5e22296a]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-5e22296a]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-5e22296a]{width:200px;position:relative}.specification-item__header__close[data-v-5e22296a]{top:50%;transform:translateY(-50%)}.specification[data-v-ad7ab7e6]{margin-bottom:8px}.specification[data-v-ad7ab7e6] .plTableBox .el-table__fixed-right-patch,.specification[data-v-ad7ab7e6] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-ad7ab7e6] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-ad7ab7e6] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-ad7ab7e6]{width:100%}.specification-table__footer[data-v-ad7ab7e6]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-ad7ab7e6]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-ad7ab7e6]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-ad7ab7e6]{display:inline-block}.specification-table .__all-tips[data-v-ad7ab7e6]{padding-left:16px}.specification-table[data-v-ad7ab7e6] .el-table{width:1096px}.specification-table[data-v-ad7ab7e6] .el-table__footer-wrapper tbody td,.specification-table[data-v-ad7ab7e6] .el-table__footer-wrapper tbody th,.specification-table[data-v-ad7ab7e6] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-ad7ab7e6] .el-table .cell{text-overflow:clip}.specification-attr[data-v-ad7ab7e6]{margin-bottom:8px}.specification-tools__add[data-v-ad7ab7e6] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-ad7ab7e6] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-ad7ab7e6] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-ad7ab7e6] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-ad7ab7e6]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-ad7ab7e6]{margin-bottom:12px}.specification-popover__footer[data-v-ad7ab7e6]{text-align:center}.specification-popover__footer .el-button[data-v-ad7ab7e6]{height:28px}.specification-item[data-v-ad7ab7e6]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-ad7ab7e6]{flex:1;display:block}.specification-item__header[data-v-ad7ab7e6]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-ad7ab7e6]{padding-top:14px}.specification-item__header__close[data-v-ad7ab7e6]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-ad7ab7e6]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-ad7ab7e6]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-ad7ab7e6]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-ad7ab7e6]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-ad7ab7e6]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-ad7ab7e6]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-ad7ab7e6]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-ad7ab7e6]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-ad7ab7e6]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-ad7ab7e6]{width:80px;height:80px}.specification-item__cover-tips[data-v-ad7ab7e6]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-ad7ab7e6]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-ad7ab7e6]{display:block}.specification-item__input[data-v-ad7ab7e6]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-ad7ab7e6]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-ad7ab7e6]{width:200px;position:relative}.specification[data-v-47d63b18]{margin-bottom:8px}.specification[data-v-47d63b18] .plTableBox .el-table__fixed-right-patch,.specification[data-v-47d63b18] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-47d63b18] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-47d63b18] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-47d63b18]{width:100%}.specification-table__footer[data-v-47d63b18]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-47d63b18]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-47d63b18]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-47d63b18]{display:inline-block}.specification-table .__all-tips[data-v-47d63b18]{padding-left:16px}.specification-table[data-v-47d63b18] .el-table{width:1096px}.specification-table[data-v-47d63b18] .el-table__footer-wrapper tbody td,.specification-table[data-v-47d63b18] .el-table__footer-wrapper tbody th,.specification-table[data-v-47d63b18] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-47d63b18] .el-table .cell{text-overflow:clip}.specification-attr[data-v-47d63b18]{margin-bottom:8px}.specification-tools__add[data-v-47d63b18] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-47d63b18] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-47d63b18] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-47d63b18] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-47d63b18]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-47d63b18]{margin-bottom:12px}.specification-popover__footer[data-v-47d63b18]{text-align:center}.specification-popover__footer .el-button[data-v-47d63b18]{height:28px}.specification-item[data-v-47d63b18]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-47d63b18]{flex:1;display:block}.specification-item__header[data-v-47d63b18]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-47d63b18]{padding-top:14px}.specification-item__header__close[data-v-47d63b18]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-47d63b18]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-47d63b18]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-47d63b18]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-47d63b18]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-47d63b18]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-47d63b18]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-47d63b18]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-47d63b18]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-47d63b18]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-47d63b18]{width:80px;height:80px}.specification-item__cover-tips[data-v-47d63b18]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-47d63b18]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-47d63b18]{display:block}.specification-item__input[data-v-47d63b18]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-47d63b18]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-47d63b18]{width:200px;position:relative}.specification[data-v-8ccff7cc]{margin-bottom:8px}.specification[data-v-8ccff7cc] .plTableBox .el-table__fixed-right-patch,.specification[data-v-8ccff7cc] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-8ccff7cc] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-8ccff7cc] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-8ccff7cc]{width:100%}.specification-table__footer[data-v-8ccff7cc]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-8ccff7cc]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-8ccff7cc]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-8ccff7cc]{display:inline-block}.specification-table .__all-tips[data-v-8ccff7cc]{padding-left:16px}.specification-table[data-v-8ccff7cc] .el-table{width:1096px}.specification-table[data-v-8ccff7cc] .el-table__footer-wrapper tbody td,.specification-table[data-v-8ccff7cc] .el-table__footer-wrapper tbody th,.specification-table[data-v-8ccff7cc] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-8ccff7cc] .el-table .cell{text-overflow:clip}.specification-attr[data-v-8ccff7cc]{margin-bottom:8px}.specification-tools__add[data-v-8ccff7cc] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-8ccff7cc] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-8ccff7cc] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-8ccff7cc] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-8ccff7cc]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-8ccff7cc]{margin-bottom:12px}.specification-popover__footer[data-v-8ccff7cc]{text-align:center}.specification-popover__footer .el-button[data-v-8ccff7cc]{height:28px}.specification-item[data-v-8ccff7cc]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-8ccff7cc]{flex:1;display:block}.specification-item__header[data-v-8ccff7cc]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-8ccff7cc]{padding-top:14px}.specification-item__header__close[data-v-8ccff7cc]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-8ccff7cc]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-8ccff7cc]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-8ccff7cc]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-8ccff7cc]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-8ccff7cc]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-8ccff7cc]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-8ccff7cc]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-8ccff7cc]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-8ccff7cc]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-8ccff7cc]{width:80px;height:80px}.specification-item__cover-tips[data-v-8ccff7cc]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-8ccff7cc]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-8ccff7cc]{display:block}.specification-item__input[data-v-8ccff7cc]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-8ccff7cc]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-8ccff7cc]{width:200px;position:relative}.he-tips[data-v-f1ea74b4]{font-size:12px;font-weight:400;color:#000!important;opacity:.45}.le-label__require[data-v-f1ea74b4]:before{content:"*";color:red}.he-margin-right[data-v-03aac9b9]{margin-right:8px}.he-tips[data-v-03aac9b9]{font-size:12px;opacity:.45}.he-delivery[data-v-03aac9b9],.he-tips[data-v-03aac9b9]{font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px}.he-delivery[data-v-03aac9b9]{font-size:14px;opacity:.85}.le-line-btn[data-v-03aac9b9]{width:1px;height:15px;display:inline-block;background-color:#5e00ff;margin:0 10px}.he-btn[data-v-03aac9b9]{margin-left:15px}.he-btn .el-button[data-v-03aac9b9]{padding:0}.le-label__require[data-v-03aac9b9]:before{content:"*";color:red}.le-coupon-btn[data-v-32ee00a0]{border:1px solid #623ceb;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;margin-right:5px}.le-coupon-btn[data-v-32ee00a0]:hover{background:#fff}.le-text-btn[data-v-32ee00a0]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;line-height:22px;padding:0 10px;cursor:pointer}.le-line[data-v-32ee00a0]{width:1px;height:13px;background:#623ceb}.le-coupon .le-coupon-item[data-v-32ee00a0]{width:368px;height:56px;border:1px solid #dcdfe6;border-radius:4px;margin-bottom:15px;padding:0 15px;position:relative}.le-coupon .le-coupon-item[data-v-32ee00a0] .le-input-number{height:28px;width:116px}.le-coupon .le-coupon-item[data-v-32ee00a0] .le-input-number .el-input{margin:0!important;width:116px}.le-coupon .le-coupon-item[data-v-32ee00a0] .le-input-number .el-input .el-input__inner{height:28px!important;padding:0 29px;width:116px}.le-coupon .le-coupon-item .le-icon-cha2[data-v-32ee00a0]{position:absolute;right:-6px;top:-6px;cursor:pointer;color:#b2b2b2;font-size:16px;line-height:1}.le-limit[data-v-0895055c]{width:250px}.le-limit[data-v-0895055c] .el-input-group__prepend .el-input{width:90px}[data-v-0895055c] .el-input-group__prepend{background-color:#fff}[data-v-0895055c] .el-input-group--append.el-input-group--prepend{width:220px}.he-tips[data-v-0895055c]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.45;margin:0}.le-top[data-v-b08ffc7c]{padding-top:24px}.he-editor__preview-header[data-v-b08ffc7c]{width:416px;height:48px;background:#f3f5f7;border:1px solid #dcdfe6;border-radius:4px 4px 0 0;font-size:14px;font-family:Adobe Heiti Std;font-weight:400;color:#000;opacity:.65;line-height:48px;text-align:center}.he-editor__preview-body[data-v-b08ffc7c]{padding:0 10px;overflow-y:auto;height:542px;word-break:break-all;border:1px solid #dcdfe6;border-top:0}#div1[data-v-b08ffc7c]{width:416px;height:590px;margin-left:12px}#div2[data-v-b08ffc7c]{width:416px;height:590px;background:#fff;margin-right:12px}table[data-v-b08ffc7c]{border-top:1px solid #ccc;border-left:1px solid #ccc}table td[data-v-b08ffc7c],table th[data-v-b08ffc7c]{border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:3px 5px}table th[data-v-b08ffc7c]{border-bottom:2px solid #ccc;text-align:center}blockquote[data-v-b08ffc7c]{display:block;border-left:8px solid #d0e5f2;padding:5px 10px;margin:10px 0;line-height:1.4;font-size:100%;background-color:#f1f1f1}code[data-v-b08ffc7c]{display:inline-block;*display:inline;*zoom:1;background-color:#f1f1f1;border-radius:3px;padding:3px 5px;margin:0 3px}pre code[data-v-b08ffc7c]{display:block}ol[data-v-b08ffc7c],ul[data-v-b08ffc7c]{margin:10px 0 10px 20px}[data-v-b08ffc7c] .w-e-toolbar{z-index:10!important}[data-v-b08ffc7c] .w-e-text-container{z-index:9!important}[data-v-7868acf8] .el-carousel__arrow{display:none}.he-goodsPreview[data-v-7868acf8]{width:410px;height:740px;border:1px solid #dcdfe6;border-radius:40px;background-image:url(../img/goods-preview.6c321d6c.png)}.he-goodsPreview__zoom[data-v-7868acf8]{zoom:.5;margin:74px 36px 72px 36px;padding-top:128px}.he-goodsPreview__content[data-v-7868acf8]{width:750px;height:1111px;overflow:auto}.he-goodsPreview__footer[data-v-7868acf8]{width:750px;height:95px;background:#fff;border-top:1px solid #d7d7d7}.he-icon[data-v-7868acf8]{width:88px;height:100%;text-align:center}.he-icon svg[data-v-7868acf8]{width:32px;height:32px;margin-top:19px}.he-cat[data-v-7868acf8]{background:rgba(230,11,48,.05);border:1px solid #e60b30;border-radius:36px;color:#e60b30;margin:11px 10px 12px 0}.he-bay[data-v-7868acf8],.he-cat[data-v-7868acf8]{width:226px;height:72px;font-size:24px;font-weight:500;text-align:center;line-height:70px}.he-bay[data-v-7868acf8]{background:#e60b30;border-radius:36px;color:#f3f5f7;margin:11px 0 12px 0}.he-goodsPreview__content[data-v-7868acf8]::-webkit-scrollbar{display:none}.he-goodsPreview__banner[data-v-7868acf8]{position:relative;background:#fff}.he-goodsPreview__indicators[data-v-7868acf8]{position:absolute;background:#000;opacity:.5;border-radius:16px;right:24px;bottom:24px;z-index:1000;padding:5px 14px;font-size:20px;font-weight:500;color:#fff}.he-goodsPreview__banner-img[data-v-7868acf8]{width:750px;height:750px}.he-goodsPreview__item[data-v-7868acf8]{background:#fff;border-radius:16px;width:710px;margin:20px 20px 0 20px;padding:24px}.he-goodsPreview__name .price[data-v-7868acf8]{font-size:30px;font-weight:700;color:#e60b30}.he-goodsPreview__name .price[data-v-7868acf8]:before{content:"¥";font-size:50%}.he-goodsPreview__name .origin-price[data-v-7868acf8]{font-size:24px;font-weight:500;text-decoration:line-through;color:#999}.he-goodsPreview__name .sale[data-v-7868acf8]{font-size:24px;font-weight:500;color:#999;float:right}.he-goodsPreview__title[data-v-7868acf8]{width:545px;font-size:28px;font-weight:700;color:#222;line-height:36px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.he-goodsPreview__share[data-v-7868acf8]{width:70px;font-size:20px;font-weight:500;color:#999;text-align:center}.he-goodsPreview__share svg[data-v-7868acf8]{width:36px;height:36px;margin-bottom:4px}.he-goodsPreview__parameter .label[data-v-7868acf8]{font-size:24px;font-weight:500;color:#999;line-height:36px}.arrow[data-v-7868acf8]{width:20px;height:20px}.content[data-v-7868acf8]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#222;line-height:36px;margin-left:21px}.he-goodsPreview__evaluation-header .he-title[data-v-7868acf8]{font-size:28px;font-family:PingFang SC;font-weight:500;color:#333}.he-goodsPreview__evaluation-header .he-more[data-v-7868acf8]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#999}.he-goodsPreview__evaluation-header .he-more__top[data-v-7868acf8]{margin-right:8px}.he-title__sign[data-v-7868acf8]{width:6px;height:28px;background:#e60b30;border-radius:3px;margin-right:11px}.he-header__avatar[data-v-7868acf8]{width:48px;height:48px;border-radius:50%}.he-header[data-v-7868acf8]{margin-top:40px}.he-header__name[data-v-7868acf8]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#999;margin-left:16px}.he-header__star-item[data-v-7868acf8]{width:20px;height:20px;margin-left:8px}.he-header__body[data-v-7868acf8]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#222;line-height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:24px}.he-header__footer[data-v-7868acf8]{margin-top:24px}.he-header__footer-img[data-v-7868acf8]{width:160px;height:160px;border-radius:8px;margin-right:4px}.he-detail[data-v-7868acf8]{margin-top:39px}.he-detail__title[data-v-7868acf8]{font-size:28px;font-family:PingFang SC;font-weight:500;color:#999;text-align:center;margin-bottom:20px}.he-detail__body[data-v-7868acf8]{background:#fff;padding:14px 10px;zoom:2}.le-matter .le-cardpin{z-index:3000}.le-tabs{margin-top:24px} \ No newline at end of file diff --git a/views/admin/img/box_scores.3165ca08.png b/views/admin/img/box_scores.3165ca08.png new file mode 100644 index 0000000000000000000000000000000000000000..35df65b984ff98a7fefbdaf9ff9f3d25393c561e GIT binary patch literal 63836 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 O0000 - - - - - - - - - - <?=$title?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - \ No newline at end of file + + + + + + + + + + + + <?=$title?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/views/admin/index.php b/views/admin/index.php index 83d0c80f..5073bf1a 100644 --- a/views/admin/index.php +++ b/views/admin/index.php @@ -2,135 +2,151 @@ - - - - - - - <?=$title?> - + + + <?=$title?> + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
- - + +
+ + - \ No newline at end of file + diff --git a/views/admin/js/app.68fbb904.js b/views/admin/js/app.68fbb904.js new file mode 100644 index 00000000..64369d67 --- /dev/null +++ b/views/admin/js/app.68fbb904.js @@ -0,0 +1 @@ +(function(e){function t(t){for(var a,n,l=t[0],c=t[1],o=t[2],d=0,u=[];d\n \n ')}else i||(this.hoverTimer=setTimeout(this.clearHoverZone,this.panel.config.hoverThreshold))},clearHoverZone:function(){var e=this.$refs.hoverZone;e&&(e.innerHTML="")},renderEmptyText:function(e){return e("div",{class:"el-cascader-menu__empty-text"},[this.t("el.cascader.noData")])},renderNodeList:function(e){var t=this.menuId,i=this.panel.isHoverMenu,a={on:{}};i&&(a.on.expand=this.handleExpand);var n=this.nodes.map((function(i,n){var s=i.hasChildren;return e("cascader-node",_()([{key:i.uid,attrs:{node:i,"node-id":"".concat(t,"-").concat(n),"aria-haspopup":s,"aria-owns":s?t:null}},a]))}));return[].concat(Object(y["a"])(n),[i?e("svg",{ref:"hoverZone",class:"el-cascader-menu__hover-zone"}):null])}},render:function(e){var t=this.isEmpty,i=this.menuId,a={nativeOn:{}};return this.panel.isHoverMenu&&(a.nativeOn.mousemove=this.handleMouseMove),e("el-scrollbar",_()([{attrs:{tag:"ul",role:"menu",id:i,"wrap-class":"el-cascader-menu__wrap","view-class":{"el-cascader-menu__list":!0,"is-empty":t}},class:"el-cascader-menu"},a]),[t?this.renderEmptyText(e):this.renderNodeList(e)])}},P=N,T=Object(D["a"])(P,s,r,!1,null,null,null),z=T.exports,R=i("d4ec"),F=i("bee2"),M=(i("13d5"),i("a3ce")),q=0,B=function(){function e(t,i,a){Object(R["a"])(this,e),this.data=t,this.config=i,this.parent=a||null,this.level=this.parent?this.parent.level+1:1,this.uid=q++,this.initState(),this.initChildren()}return Object(F["a"])(e,[{key:"initState",value:function(){var e=this.config,t=e.value,i=e.label;this.value=this.data[t],this.label=this.data[i],this.pathNodes=this.calculatePathNodes(),this.path=this.pathNodes.map((function(e){return e.value})),this.pathLabels=this.pathNodes.map((function(e){return e.label})),this.loading=!1,this.loaded=!1}},{key:"initChildren",value:function(){var t=this,i=this.config,a=i.children,n=this.data[a];this.hasChildren=Array.isArray(n),this.children=(n||[]).map((function(a){return new e(a,i,t)}))}},{key:"isDisabled",get:function(){var e=this.data,t=this.parent,i=this.config,a=i.disabled,n=i.checkStrictly;return e[a]||!n&&t&&t.isDisabled}},{key:"isLeaf",get:function(){var e=this.data,t=this.loaded,i=this.hasChildren,a=this.children,n=this.config,s=n.lazy,r=n.leaf;if(s){var l=Object(M["a"])(e[r])?e[r]:!!t&&!a.length;return this.hasChildren=!l,l}return!i}},{key:"calculatePathNodes",value:function(){var e=[this],t=this.parent;while(t)e.unshift(t),t=t.parent;return e}},{key:"getPath",value:function(){return this.path}},{key:"getValue",value:function(){return this.value}},{key:"getValueByOption",value:function(){return this.config.emitPath?this.getPath():this.getValue()}},{key:"getText",value:function(e,t){return e?this.pathLabels.join(t):this.label}},{key:"isSameNode",value:function(e){var t=this.getValueByOption();return this.config.multiple&&Array.isArray(e)?e.some((function(e){return Object($["f"])(e,t)})):Object($["f"])(e,t)}},{key:"broadcast",value:function(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),a=1;a1?a-1:0),s=1;s0}},{key:"syncCheckState",value:function(e){var t=this.getValueByOption(),i=this.isSameNode(e,t);this.doCheck(i)}},{key:"doCheck",value:function(e){this.checked!==e&&(this.config.checkStrictly?this.checked=e:(this.broadcast("check",e),this.setCheckState(e),this.emit("check")))}}]),e}(),V=function e(t,i){return t.reduce((function(t,a){return a.isLeaf?t.push(a):(!i&&t.push(a),t=t.concat(e(a.children,i))),t}),[])},G=function(){function e(t,i){Object(R["a"])(this,e),this.config=i,this.initNodes(t)}return Object(F["a"])(e,[{key:"initNodes",value:function(e){var t=this;e=Object($["b"])(e),this.nodes=e.map((function(e){return new B(e,t.config)})),this.flattedNodes=this.getFlattedNodes(!1,!1),this.leafNodes=this.getFlattedNodes(!0,!1)}},{key:"appendNode",value:function(e,t){var i=new B(e,this.config,t),a=t?t.children:this.nodes;a.push(i)}},{key:"appendNodes",value:function(e,t){var i=this;e=Object($["b"])(e),e.forEach((function(e){return i.appendNode(e,t)}))}},{key:"getNodes",value:function(){return this.nodes}},{key:"getFlattedNodes",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=e?this.leafNodes:this.flattedNodes;return t?i:V(this.nodes,e)}},{key:"getNodeByValue",value:function(e){if(e){var t=this.getFlattedNodes(!1,!this.config.lazy).filter((function(t){return Object($["h"])(t.path,e)||t.value===e}));return t&&t.length?t[0]:null}return null}}]),e}(),U=i("eab7"),H=i("9373"),J=i("106f"),Q=H["a"].keys,K={expandTrigger:"click",multiple:!1,checkStrictly:!1,emitPath:!0,lazy:!1,lazyLoad:$["g"],value:"value",label:"label",children:"children",leaf:"leaf",disabled:"disabled",hoverThreshold:500},W=function(e){return!e.getAttribute("aria-owns")},Y=function(e,t){var i=e.parentNode;if(i){var a=i.querySelectorAll('.el-cascader-node[tabindex="-1"]'),n=Array.prototype.indexOf.call(a,e);return a[n+t]||null}return null},X=function(e,t){if(e){var i=e.id.split("-");return Number(i[i.length-2])}},Z=function(e){e&&(e.focus(),!W(e)&&e.click())},ee=function(e){if(e){var t=e.querySelector("input");t?t.click():W(e)&&e.click()}},te={name:"ElCascaderPanel",components:{CascaderMenu:z},props:{value:{},options:Array,props:Object,border:{type:Boolean,default:!0},renderLabel:Function},provide:function(){return{panel:this}},data:function(){return{searchValue:[],checkedValue:null,checkedNodePaths:[],store:[],menus:[],activePath:[],loadCount:0}},computed:{config:function(){return Object(U["a"])(Object(S["a"])({},K),this.props||{})},multiple:function(){return this.config.multiple},checkStrictly:function(){return this.config.checkStrictly},leafOnly:function(){return!this.checkStrictly},isHoverMenu:function(){return"hover"===this.config.expandTrigger},renderLabelFn:function(){return this.renderLabel||this.$scopedSlots.default}},watch:{options:{handler:function(){this.initStore()},immediate:!0,deep:!0},value:function(){this.syncCheckedValue(),this.checkStrictly&&this.calculateCheckedNodePaths()},checkedValue:function(e){Object($["f"])(e,this.value)||(this.checkStrictly&&this.calculateCheckedNodePaths(),this.$emit("input",e),this.$emit("change",e))}},mounted:function(){Object($["e"])(this.value)||this.syncCheckedValue()},methods:{getlevel:function(e){return 0===e?"一级":1===e?"二级":2===e?"三级":void 0},handleEnter:function(e,t){e&&e.length>0?this.querySearch(e,$["g"],t):this.initStore()},querySearch:function(e,t,i){var a=this.menus[i],n=e?a.filter(this.createFilter(e)):a;n.length>0?this.menus[i]=n:this.m,t(n)},createFilter:function(e){return function(t){var i=[""].concat(Object(y["a"])(e),[""]).join(".*"),a=new RegExp(i);return a.test(t.label)}},initStore:function(){var e=this.config,t=this.options;e.lazy&&Object($["e"])(t)?this.lazyLoad():(this.store=new G(t,e),this.menus=[this.store.getNodes()],this.syncMenuState())},syncCheckedValue:function(){var e=this.value,t=this.checkedValue;Object($["f"])(e,t)||(this.checkedValue=e,this.syncMenuState())},syncMenuState:function(){var e=this.multiple,t=this.checkStrictly;this.syncActivePath(),e&&this.syncMultiCheckState(),t&&this.calculateCheckedNodePaths(),this.$nextTick(this.scrollIntoView)},syncMultiCheckState:function(){var e=this,t=this.getFlattedNodes(this.leafOnly);t.forEach((function(t){t.syncCheckState(e.checkedValue)}))},syncActivePath:function(){var e=this,t=this.store,i=this.multiple,a=this.activePath,n=this.checkedValue;if(Object($["e"])(a))if(Object($["e"])(n))this.activePath=[],this.menus=[t.getNodes()];else{var s=i?n[0]:n,r=this.getNodeByValue(s)||{},l=(r.pathNodes||[]).slice(0,-1);this.expandNodes(l)}else{var c=a.map((function(t){return e.getNodeByValue(t.getValue())}));this.expandNodes(c)}},expandNodes:function(e){var t=this;e.forEach((function(e){return t.handleExpand(e,!0)}))},calculateCheckedNodePaths:function(){var e=this,t=this.checkedValue,i=this.multiple,a=i?Object($["b"])(t):[t];this.checkedNodePaths=a.map((function(t){var i=e.getNodeByValue(t);return i?i.pathNodes:[]}))},handleKeyDown:function(e){var t=e.target,i=e.keyCode;switch(i){case Q.up:var a=Y(t,-1);Z(a);break;case Q.down:var n=Y(t,1);Z(n);break;case Q.left:var s=this.$refs.menu[X(t)-1];if(s){var r=s.$el.querySelector('.el-cascader-node[aria-expanded="true"]');Z(r)}break;case Q.right:var l=this.$refs.menu[X(t)+1];if(l){var c=l.$el.querySelector('.el-cascader-node[tabindex="-1"]');Z(c)}break;case Q.enter:ee(t);break;case Q.esc:case Q.tab:this.$emit("close");break;default:return}},handleExpand:function(e,t){var i=this.activePath,a=e.level,n=i.slice(0,a-1),s=this.menus.slice(0,a);if(e.isLeaf||(n.push(e),s.push(e.children)),this.activePath=n,this.menus=s,!t){var r=n.map((function(e){return e.getValue()})),l=i.map((function(e){return e.getValue()}));Object($["h"])(r,l)||(this.$emit("active-item-change",r),this.$emit("expand-change",r))}},handleCheckChange:function(e){this.checkedValue=e},lazyLoad:function(e,t){var i=this,a=this.config;e||(e=e||{root:!0,level:0},this.store=new G([],a),this.menus=[this.store.getNodes()]),e.loading=!0;var n=function(a){var n=e.root?null:e;if(a&&a.length&&i.store.appendNodes(a,n),e.loading=!1,e.loaded=!0,Array.isArray(i.checkedValue)){var s=i.checkedValue[i.loadCount++],r=i.config.value,l=i.config.leaf;if(Array.isArray(a)&&a.filter((function(e){return e[r]===s})).length>0){var c=i.store.getNodeByValue(s);c.data[l]||i.lazyLoad(c,(function(){i.handleExpand(c)})),i.loadCount===i.checkedValue.length&&i.$parent.computePresentText()}}t&&t(a)};a.lazyLoad(e,n)},calculateMultiCheckedValue:function(){this.checkedValue=this.getCheckedNodes(this.leafOnly).map((function(e){return e.getValueByOption()}))},scrollIntoView:function(){if(!this.$isServer){var e=this.$refs.menu||[];e.forEach((function(e){var t=e.$el;if(t){var i=t.querySelector(".el-scrollbar__wrap"),a=t.querySelector(".el-cascader-node.is-active")||t.querySelector(".el-cascader-node.in-active-path");Object(J["a"])(i,a)}}))}},getNodeByValue:function(e){return this.store.getNodeByValue(e)},getFlattedNodes:function(e){var t=!this.config.lazy;return this.store.getFlattedNodes(e,t)},getCheckedNodes:function(e){var t=this.checkedValue,i=this.multiple;if(i){var a=this.getFlattedNodes(e);return a.filter((function(e){return e.checked}))}return Object($["e"])(t)?[]:[this.getNodeByValue(t)]},clearCheckedNodes:function(){var e=this.config,t=this.leafOnly,i=e.multiple,a=e.emitPath;i?(this.getCheckedNodes(t).filter((function(e){return!e.isDisabled})).forEach((function(e){return e.doCheck(!1)})),this.calculateMultiCheckedValue()):this.checkedValue=a?[]:null}}},ie=te,ae=Object(D["a"])(ie,C,w,!1,null,null,null),ne=ae.exports,se=ne,re={components:{cascaderPanel:se},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"商品分类"}},data:function(){return{searchValue:"",dialogVisible:!1,inputData:"",groupData:[],radio:[0,0,0]}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleOpen:function(){var e=this;this.$heshop.group("get",{include:"goods"}).then((function(t){e.dialogVisible=!0,e.groupList=t,e.groupData=e.setTreeData(t)})).catch((function(e){}))},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){var e=this;if(this.inputData.length>0){var t=[],i=this.inputData[this.inputData.length-1];this.inputData.map((function(a){for(var n in e.groupList){var s=e.groupList[n];a==s.id&&t.push(s.name),i==s.id&&(i=s)}})),i.address=t.join(">"),this.$emit("input",i),this.handleClose()}else this.$message({message:"请选择要移动的分组",type:"warning"})},handleClosed:function(){this.inputData=""},setTreeData:function(e){return this.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentID:0,childrenKey:"children"}).on(e).get()},handleChange:function(e){this.inputData=e},querySearch:function(e,t){var i=this,a=this.groupList,n=e?a.filter(this.createFilter(e)):a,s=[];for(var r in n){var l=n[r];l.id&&function(){var e=l.path+"-"+l.id,t=e.split("-"),a=[];t.shift(),t.map((function(e){for(var t in i.groupList){var n=i.groupList[t];n.id&&n.id==e&&a.push(n.name)}})),l.address=a.join("/"),s.push(l)}()}t(s||[])},createFilter:function(e){return function(t){var i=[""].concat(Object(y["a"])(e),[""]).join(".*"),a=new RegExp(i);return a.test(t.name)}},handleSelect:function(e){var t=this,i=[],a=e.path+"-"+e.id,n=a.split("-");this.inputData=[],n.shift(),n.map((function(e,a){if(parseInt(e)>0)for(var n in t.inputData.push(parseInt(e)),t.groupList){var s=t.groupList[n];s.id&&s.id==e&&i.push(s)}})),this.groupData=this.setTreeData(i)}},render:function(){var e=this,t=arguments[0],i=this.dialogVisible,a=this.handleOpen,n=this.handleClose,s=this.handleConfirm,r=this.title,l=this.querySearch,c=this.$slots.trigger||this.$slots.default,o={on:{click:a}},d={props:{visible:i,top:"10%",title:r,width:"800px","append-to-body":!0,"destroy-on-close":!0,"before-close":n},on:{closed:this.handleClosed}},u={props:{placeholder:"输入分类名称搜索","value-key":"address","trigger-on-focus":!1,"fetch-suggestions":function(e,t){return l(e,t)}},on:{select:this.handleSelect}},p={props:{value:this.inputData,options:this.groupData,"show-all-levels":!0,filterable:!0,key:1,props:{value:"id",label:"name"}}};return t("div",_()([{class:"group-select"},o]),[c,t("el-dialog",_()([{},d]),[t("div",{class:"group-select"},[t("div",{class:"group-select__search"},[t("el-autocomplete",_()([{},u,{model:{value:e.searchValue,callback:function(t){e.searchValue=t}}}]),[t("el-button",{slot:"append",attrs:{icon:"el-icon-search"}})])]),t(se,_()([{},p,{on:{change:this.handleChange}}]))]),t("span",{slot:"footer",class:"dialog-footer"},[t("el-button",{on:{click:n}},["取 消"]),t("el-button",{attrs:{type:"primary"},on:{click:s,close:n}},["确 定"])])])])}},le=re,ce=(i("cfc6"),Object(D["a"])(le,l,c,!1,null,"2c26fe94",null)),oe=ce.exports,de={provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},visible:{type:Boolean,default:!1},limit:{type:Number,default:1}},data:function(){return{dialogVisible:!1,pagesData:[],cacheData:null,searchData:"",selectData:""}},computed:{},created:function(){},watch:{searchData:function(e){""==e&&(this.pagesData=JSON.parse(JSON.stringify(this.cacheData)),this.selectData=null)}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleLoad();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleLoad:function(){var e=this;this.$heshop.option("get",{include:"pages"}).then((function(t){e.pagesData=t,e.cacheData=JSON.parse(JSON.stringify(t))})).catch((function(e){console.error("错误提示",e)}))},handleSearch:function(){var e=this,t=this.pagesData.filter((function(t,i){return t.name==e.searchData}));this.pagesData=t},handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("input",this.selectData),this.dialogVisible=!1}},render:function(e){var t=this,i=this.dialogVisible,a=this.handleClick,n=this.handleClose,s=this.handleConfirm,r=this.handleSearch,l=(this.selectData,this.$slots.trigger||this.$slots.default),c={on:{click:a}},o={props:{visible:i,title:"选择微页面","before-close":n,width:"392px","destroy-on-close":!0,"append-to-body":!0}},d={attrs:{height:"196px"}};return e("div",{class:"hyperlink-pages"},[e("div",_()([{},c]),[l]),e("el-dialog",_()([{},o]),[e("div",{class:"hyperlink-detail"},[e("div",{class:"hyperlink-detail-search"},[e("el-input",{attrs:{placeholder:"请输入内容"},class:"input-with-search",model:{value:t.searchData,callback:function(e){t.searchData=e}}},[e("el-button",{slot:"append",attrs:{icon:"el-icon-search"},on:{click:r}})])]),e("el-scrollbar",_()([{},d]),[e("el-radio-group",{model:{value:t.selectData,callback:function(e){t.selectData=e}}},[this.pagesData.map((function(t,i){var a={props:{label:t}},n=t.status?e("span",{class:"layout-table-tag"},["首页"]):"";return e("el-radio",_()([{},a]),[" ",t.title," ",n," "])}))])])]),e("template",{slot:"footer"},[e("el-button",{on:{click:n}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:s}},["确 定"])])])])}},ue=de,pe=(i("a4e9"),Object(D["a"])(ue,o,d,!1,null,"57e99ac7",null)),me=pe.exports,he=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"goods-selet__table"},["radio"==e.self.type?i("el-radio-group",{on:{change:e.handleChange},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}},[i("el-table",{ref:"multipleTable",attrs:{data:e.list}},[i("el-table-column",{scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"goods-selet__table-item"},[i("div",{staticClass:"goods-selet__table-radio"},[i("el-radio",{attrs:{label:t.row.roomid}},[i("span")])],1),i("div",[e._v(" "+e._s(e._f("getTime")(t.row.start_time))+" - "),i("br"),e._v(" "+e._s(e._f("getTime")(t.row.end_time))+" ")])])]}}],null,!1,3104577989)},[i("template",{slot:"header"},[i("span",{staticStyle:{"padding-left":"30px"}},[e._v("直播时间")])])],2),i("el-table-column",{attrs:{label:"直播间信息",width:"416"},scopedSlots:e._u([{key:"default",fn:function(t){return i("div",{staticClass:"flex"},[i("el-image",{staticClass:"le-live--image",attrs:{src:t.row.cover_img_base64}}),i("div",[i("div",[e._v(e._s(t.row.name))]),i("div",{staticClass:"le-assist"},[e._v(" 房间号:"+e._s(t.row.roomid)),i("br"),e._v(" 主播:"+e._s(t.row.anchor_name)+" ")])])],1)}}],null,!1,1697650462)}),i("el-table-column",{attrs:{label:"直播状态",width:"156px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("el-tag",{attrs:{effect:"plain",size:"medium",type:101===t.row.live_status?"success":102===t.row.live_status?"warning":103===t.row.live_status||107===t.row.live_status?"info":104===t.row.live_status||106===t.row.live_status?"danger":""}},[e._v(" "+e._s(101===t.row.live_status?"直播中":102===t.row.live_status?"未开始":103===t.row.live_status?"已结束":104===t.row.live_status?"禁播":105===t.row.live_status?"暂停":106===t.row.live_status?"异常":107===t.row.live_status?"已过期":"")+" ")])]}}],null,!1,388545721)})],1)],1):e._e(),i("div",{staticClass:"goods-selet__goodspage"},[i("el-pagination",{attrs:{layout:"prev, pager, next,jumper",background:"","page-size":5,"current-page":e.page.current,"page-count":e.page.count},on:{"current-change":e.handleSizeChange,"update:currentPage":function(t){return e.$set(e.page,"current",t)},"update:current-page":function(t){return e.$set(e.page,"current",t)}}})],1)],1)},ve=[],fe=i("1fc5"),_e=i("2f62"),ge=Object(_e["a"])("goods"),be=ge.mapState,ye={components:{Picture:fe["a"]},inject:["self"],data:function(){return{select:0,list:[],page:{current:1,count:1}}},props:{},computed:Object(S["a"])({},be(["goodsData","pageInfo"])),mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleSizeChange(1);case 1:case"end":return t.stop()}}),t)})))()},watch:{},methods:{getList:function(){var e=this;return new Promise((function(t,i){e.$heshop.live("get",{page:e.page.current,limit:5}).then((function(i){i.list.forEach((function(e){e.start_time=new Date(e.start_time),e.end_time=new Date(e.end_time)})),e.list=i.list,e.page.count=i.pageCount,t()})).catch((function(t){e.$message.error(t.data.message),i()}))}))},handleChange:function(e){for(var t in console.log(e),this.list){var i=this.list[t];if(i.roomid==e){this.self.selectData=JSON.parse(JSON.stringify(i));break}}},getRowKeys:function(e){return e.id},handleSizeChange:function(){this.getList()},getGoodsCover:function(e){return e&&e[0]&&"string"==typeof e[0]?e[0]:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"}},filters:{getTime:function(e){if(!(e instanceof Date))return"";var t=e.getMonth()+1,i=e.getDate()<10?"0".concat(e.getDate()):e.getDate(),a=e.getHours()<10?"0".concat(e.getHours()):e.getHours(),n=e.getMinutes()<10?"0".concat(e.getMinutes()):e.getMinutes();return"".concat(t,"月").concat(i,"日 ").concat(a,":").concat(n)}}},ke=ye,xe=(i("cc60"),Object(D["a"])(ke,he,ve,!1,null,"1974298e",null)),Ce=xe.exports,we=Object(_e["a"])("goods"),Se=(we.mapState,we.mapActions),$e=(we.mapMutations,{components:{Table:Ce},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},data:{type:[String,Number,Boolean,Object,Array],default:""},select:{type:Boolean,default:!1},type:{type:String,default:"radio"},limit:{type:Number,default:1}},data:function(){return{selectData:null,dialogVisible:!1}},computed:{},created:function(){},watch:{dialogVisible:function(e){e&&("checkbox"==this.type?this.selectData=[]:this.selectData={})}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:"checkbox"==e.type?e.selectData=[]:e.selectData={};case 1:case"end":return t.stop()}}),t)})))()},activated:function(){"checkbox"==this.type?this.selectData=[]:this.selectData={}},methods:Object(S["a"])(Object(S["a"])({},Se(["handleGoods"])),{},{handleClick:function(){this.value.length>=this.limit||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("input",this.selectData),this.$emit("confirm",this.selectData),this.dialogVisible=!1}}),render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={on:{click:i}},l={props:{visible:t,title:"选择直播间","before-close":a,width:"880px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"goods-dialog"},[e("div",_()([{class:"goods-dialog-title"},r]),[s]),e("el-dialog",_()([{},l]),[e(Ce),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}}),Oe=$e,Ae=(i("90a4"),Object(D["a"])(Oe,u,p,!1,null,"676c18ae",null)),je=Ae.exports,De={components:{goodsSelet:k["a"],classifySelect:x["a"],groupSelect:oe,pagesSelet:me,liveSelect:je},inject:["self"],data:function(){return{searchData:"",cacheData:null,linkList:[{name:"店铺首页",path:"/pages/index/index",param:{},index:0,extend:!1},{name:"全部商品",path:"/pages/goods/list",param:{},index:1,extend:!1},{name:"单一商品",path:"/pages/goods/detail",param:{},index:2,extend:!0},{name:"商品分类",path:"/pages/goods/search-list",param:{},index:3,extend:!0},{name:"购物车",path:"/pages/cart/index",param:{},index:4,extend:!1},{name:"个人中心",path:"/pages/user/index",param:{},index:5,extend:!1},{name:"我的订单",path:"/pages/order/index",param:{},index:6,extend:!1},{name:"微页面",path:"/pages/page/index",param:{},index:7,extend:!0},{name:"所有分类",path:"/pages/categories/index",param:{},index:8,extend:!1},{name:"直播间列表",path:"/pages/live/index",param:{},index:9,extend:!1},{name:"直播间",path:"/pages/live/index",param:{},index:10,extend:!0}]}},watch:{"self.original":{handler:function(e){e&&this.handlerDataUpdate()},immediate:!0,deep:!0},searchData:function(e){""==e&&(this.linkList=JSON.parse(JSON.stringify(this.cacheData)),this.self.selectData=null)}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.cacheData=JSON.parse(JSON.stringify(e.linkList)),e.handlerDataUpdate();case 2:case"end":return t.stop()}}),t)})))()},methods:{handlerChange:function(e){console.log("value",e)},handlerDataUpdate:function(){var e=this.self.original;for(var t in this.linkList){var i=this.linkList[t];e.index==i.index&&(this.linkList[t]=e)}e&&(this.self.selectData=e)},hendleSearch:function(){var e=this.searchData,t=this.linkList.filter((function(t){var i=[""].concat(Object(y["a"])(e),[""]).join(".*"),a=new RegExp(i);return a.test(t.name)}));for(var i in this.linkList=t,t){var a=t[i];this.self.selectData=a;break}}}},Le=De,Ee=(i("3c48"),Object(D["a"])(Le,g,b,!1,null,"209947c8",null)),Ie=Ee.exports;function Ne(e){return"[object Object]"!==Object.prototype.toString.call(e)?"Type Error":0===Object.keys(e).length}var Pe,Te,ze={components:{Detail:Ie},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},original:{type:[String,Number,Boolean,Object,Array],default:""},visible:{type:Boolean,default:!1},limit:{type:Number,default:1},forbidden:{type:Array,default:function(){return[]}}},watch:{original:function(e){e&&(console.log("value",e),this.selectData=JSON.parse(JSON.stringify(this.original)))}},data:function(){return{dialogVisible:!1,selectData:"",tipsData:{t2:"请选择商品",t3:"请选择商品分类",t7:"请选择微页面"}}},methods:{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){if(this.selectData.extend){var e=this.selectData.param,t="t"+this.selectData.index;if(Ne(e))return void this.$message({message:this.tipsData[t],type:"warning"})}this.dialogVisible=!1,this.$emit("confirm",this.selectData)}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={on:{click:i}},l={props:{visible:t,title:"选择跳转链接","before-close":a,width:"392px","destroy-on-close":!0}};return e("div",{class:"hyperlink-dialog"},[e("span",_()([{},r]),[s]),e("el-dialog",_()([{},l]),[e(Ie),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},Re=ze,Fe=(i("3a7d"),Object(D["a"])(Re,Pe,Te,!1,null,"7feda605",null)),Me=Fe.exports,qe=i("ab01"),Be={components:{popup:Me,Tag:qe["a"]},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},index:{type:Number},forbidden:{type:Array,default:function(){return[]}}},data:function(){return{}},computed:{selectData:{get:function(){return this.value},set:function(e){var t=JSON.parse(JSON.stringify(e));this.$emit("input",t)}},isHome:function(){return 0===this.index}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{getTipsInfo:function(e){if(e.extend){if(2==e.index&&e.param.name)return e.param.name.length>4?e.param.name.slice(0,4)+"...":e.param.name;if(3==e.index&&e.param.address)return e.param.address.length>4?e.param.address.slice(0,4)+"...":e.param.address;if(7==e.index&&e.param.title)return e.param.title.length>4?e.param.title.slice(0,4)+"...":e.param.title;if(10===e.index&&e.param.name)return e.param.name.length>4?e.param.name.slice(0,4)+"...":e.param.name}return e.name},handleClose:function(){this.selectData={}},handleConfirm:function(e){var t=this;this.$nextTick((function(){t.selectData=e}))},stop:function(e){this.isHome&&e.stopPropagation()}}},Ve=Be,Ge=(i("d928"),Object(D["a"])(Ve,m,h,!1,null,"4f24d4f3",null));t["a"]=Ge.exports},"00f8":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAFfElEQVRIS2WVbWyeVRnHf9c599vz1hVpp0UCFLZFURCkW4losMzgjGYhKP1ggokzc/GTiV80xpjGxKhflhjxZemcfvJDByMMCYM5mmUJ0qzKGh3Y1q0JEhbWsUnb53nut3Muc98daOL5dOfcV37nuv7nf11H/OM8qcLDgEqJly7ig9CnOydW1h7cNydBa7uU6ccFbVAFIX0Nkr9r2V0eOH1kPDk7O2rKwmgL1QADiCgvin6Nr3rHT6XkZlKkHL6R7s4vk27/lNfGQE98EaOEFfT9JRRqwkz6a81k+WXTOvsUweo7kNTwN43le6KPsYUu38LwnXTHnUPvTuyT7JZ7kDzD9NZwZYHzil6nCmCNYIMQ3xxAo5j4jXMMvvRbjZdev4JykBa/ruLQR7m5e9dnDq2NT+7JP/QRI/11fLqBcx6DYKSqrw5FVfEKHsVag0naaKNNfOkfvvPK0ROt82cOyDHeFFXkjVNHRomSaQ0aE2SpuDyrIXFoicKQMLRYa+u96rCiKMmLgqxwteo2iiFuqJT9WfJ0/y27963I4uwfhiIbfl/x36DIBnzpCIwliSqYIQgCoiiqgVXOxhryPKcsy3ovzR2ld5jAQhivgRwuXPkTufDi73eDHla4TRUCE9CMLEYUY4O69IsrKyxfvEj1f9sdt7NtdBQjgnMlXoVeDS+p1DIiK0VZ7pflF44cBN2vqm1rIhphgJUSY0MCGzD/6qucOHmS9Y0uQWgZHBjkcxOf5d67766z9r7AaUC/KHE+r+5iA2Ralp4/PKeqY4gxSZQQG49XRxTG5EXOcy+cZGl5ift37aovcPb0GUZvu5WvPLKXVrNFnmeIGDJvSPMU1HsRmZfF56Yve/XDNohoRhFG87rkqtTSed65dhUxwo2DN7Dw2uucOjXL6O23snfPnhqc1WDwEtHLc1yRY4xZlfPHf7Omop04atAMQ7TsV81Ta1tl2OkM0Gg3eWXuLE8df5YwCHj4oQnG7vkEWXWJRVHHSZDQywuyvI8g6/K3Z361pmgniVs0Q4sW18G1baXOKmk2WVxa5MSfZrl29So777uXB8Z3VZlRVOAqMkzoFY40626CF57+5WXQ4ShKaMcxFH1UqH3bT1MWly/ivOeTd32Mt1evcPSZ47SaDR750hf54NAQWZZtVhc22Mgy8kpnZFUWjj0x570fM2FgtjTbWJfhnCOOI7r9Psf++DzLFy5w/9gYURTy13ML3DQywt4vfJ4t7Q5ZlmKsxdmYd3sb+KL0xpp5OffkLw56/H6PtjutLbQCQ55u1BmHYcT5xWXO/PllVq9cxRhh69ZhPj0+zke3b6Mo8jqJKGnTLT3r3bVqBGwYI9Oy8PQTu33ppwtfjgZhxAc6A5gyIy/SullsEPD25VX+9dalun0/PDLCyNbhWp7SFURhgg9irq6v1Y6wYldKx36Zf/bQkPTTHzjvvunVN5qNJoPtDpr3KfJ+3X1RGGFNNWrBq6/d4J0jjBIkanBtY51+v4cV0zdiDqkrfywKMj/zsx2q0e/UuXHnvWm22gy2WwTqKLIU791/pxuKEUsYJ5Ri+fdGl153ozrYi7VzeZ5//YHHv7tUm2pqasrs2d55UNGfq+qdznubJDGdVpMktPWzUHdN7UDBA2nhWO/2SNOsgjoReU2Qb59YXj89NTXlN4csMDMzY0f6FyaMsT8Evc97bVYGrdwRVx1pr0vhNqXIsrySvLrQHshfvHc/utS4Y3ZycrKapbW3318zM4/Zm9bHtplID3iVR1X9DV5pqermMH7vFRFxRuiKmGtG9JjP5dBbnfl/Tk4eraH/B35vc/bQ1JAE4c4gsA+paqX7DqoXbXOl1pglEZkrS/eSlsXZiQNTV/734Or7P3UKvs4W0C1IAAAAAElFTkSuQmCC"},"0106":function(e,t,i){},"015d":function(e,t,i){"use strict";i("b38d")},"01a7":function(e,t,i){e.exports=i.p+"img/he-6-user.3800adcf.png"},"0297":function(e,t,i){"use strict";i("ce51")},"047c":function(e,t,i){},"05cc":function(e,t,i){"use strict";i("ebe8")},"08c8":function(e,t,i){"use strict";i("1ef7")},"08e8":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-scrollbar",{staticClass:"logistics-step flex flex-direction"},e._l(e.list,(function(t,a){return i("div",{key:a,staticClass:"le-step"},[i("div",{staticClass:"le-step__head"},[a!==e.list.length-1?i("div",{staticClass:"le-step__line"}):e._e(),i("div",{staticClass:"le-step__dot",class:{"le-select":0===a}})]),i("div",{staticClass:"le-step__main"},[i("div",{staticClass:"le-step__description"},[i("div",{staticClass:"le-step__content"},[e._v(" "+e._s(t.desc)+" ")]),i("div",{staticClass:"le-step__datetime"},[e._v(e._s(t.datetime))])])])])})),0)},n=[],s={name:"logisticsStep",props:{list:{type:Array,default:function(){return[]}}}},r=s,l=(i("f02a"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"576d876d",null);t["a"]=c.exports},"0962":function(e,t,i){},"09cd":function(e,t,i){"use strict";i("27ec")},"09e6":function(e,t,i){},"0aac":function(e,t,i){"use strict";i("be31")},"0b39":function(e,t,i){},"0b51":function(e,t,i){e.exports=i.p+"img/he-deploy-guide-3.fb2f0c8b.png"},"0bb1":function(e,t,i){},"0bf6":function(e,t,i){e.exports=i.p+"img/group-manual.90379864.png"},"0cde":function(e,t,i){},"0f1c":function(e,t,i){"use strict";i("e063")},"0f34":function(e,t,i){e.exports=i.p+"img/he-6-order.6d33fdc7.png"},"0f63":function(e,t,i){},"0f93":function(e,t,i){},1:function(e,t,i){e.exports=i("56d7")},1031:function(e,t,i){},1099:function(e,t,i){e.exports=i.p+"img/he-6-goods.f00ed13d.png"},1186:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter"},[e._m(0),i("div",{staticClass:"le-body flex flex-wrap"},[i("div",{staticClass:"le-mobile"},[i("iframe",{staticClass:"le-mobile__img",attrs:{src:e.origin,alt:""}}),i("div",{staticClass:"le-mobile__box"})]),i("div",{staticClass:"flex-sub le-content"},[i("div",[i("el-button",{attrs:{type:"primary"},on:{click:e.router}},[e._v("编辑首页")])],1),i("div",{staticClass:"le-content__text"},[i("span",{staticClass:"le-text"},[e._v("首页名称:")]),i("span",{staticClass:"le-store"},[e._v(e._s(e.firstPage.title))])]),i("div",{staticClass:"le-promote flex"},[i("div",{staticClass:"le-menu"},[i("div",{staticClass:"le-menu__item",class:{"le-menu__active":0===e.active},on:{click:function(t){e.active=0}}},[e._v(" 微信小程序 ")]),i("div",{staticClass:"le-menu__item",class:{"le-menu__active":1===e.active},on:{click:function(t){e.active=1}}},[e._v(" 公众号 ")])]),1===e.active||0===e.active&&!e.notConfig?[i("div",{staticClass:"le-poster"},[i("div",{staticClass:"le-zoom",attrs:{id:"poster-other"}},[i("div",{staticClass:"le-poster__content"},[i("img",{staticClass:"le-poster__icon",attrs:{src:e.store_info.logo,alt:""}}),i("div",{staticClass:"le-poster__name"},[e._v(e._s(e.store_info.name))]),i("div",{staticClass:"le-hr"}),i("img",{staticClass:"le-qrcode",attrs:{src:e.qrcodeImg,alt:""}}),i("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])])]),i("div",{staticClass:"le-edit flex-sub"},[i("div",{staticClass:"le-title"},[e._v(" "+e._s(0===e.active?"小程序路径":"公众号链接")+" ")]),i("el-input",{staticClass:"le-url",attrs:{value:e.url,disabled:""}},[i("el-button",{attrs:{slot:"append"},on:{click:function(t){return e.copy()}},slot:"append"},[e._v(" 复制 ")])],1),i("el-button",{staticClass:"le-btn",on:{click:e.downLoad}},[e._v("下载海报")]),i("el-button",{staticClass:"le-btn",on:{click:e.downLoadQrcode}},[e._v("仅下载"+e._s(0===e.active?"小程序":"公众号")+"码")])],1)]:e._e(),0===e.active&&e.notConfig?i("div",{staticClass:"le-not-config flex flex-direction align-center"},[i("div",{staticClass:"le-title flex align-center"},[i("he-icon",{staticClass:"le-icon-zhushi",attrs:{type:"le-icon-zhushi",size:"32px"}}),i("span",[e._v("提示")])],1),i("div",{staticClass:"le-content"},[e._v("小程序信息未配置或未发布最新小程序线上版本,无法使用推广功能")])]):e._e()],2)])]),e._m(1),i("div",{staticClass:"le-footer"},[i("div",{staticClass:"le-footer__content flex flex-wrap"},e._l(e.list,(function(t,a){return i("div",{key:a,staticClass:"le-item"},[i("div",{staticClass:"le-item__content flex flex-direction"},[i("div",{staticClass:"le-item__body"},[i("div",{staticClass:"le-item__img__content"},[i("img",{staticClass:"le-item__img",attrs:{src:t.image,alt:""}})]),i("div",{staticClass:"le-item__preview flex flex-direction justify-center align-center"},[i("el-button",{staticClass:"he-btn__top",attrs:{type:"primary"},on:{click:function(i){return e.putPage(t)}}},[e._v("启用模板")]),i("el-button",{staticClass:"he-btn__bottom",on:{click:function(i){return e.preview(t.image)}}},[e._v("预览模板")])],1)]),i("div",{staticClass:"le-bottom flex-sub"},[i("div",{staticClass:"he-name"},[e._v(e._s(t.name))]),i("div",{staticClass:"he-user"},[e._v("设计师:"+e._s(t.writer))])])])])})),0),i("div",{staticClass:"flex justify-end le-pagination"},[i("el-pagination",{attrs:{background:"","current-page":e.page.current,"page-count":e.page.count,layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)]),i("he-loading",{attrs:{show:e.load,title:"模板启用中,请稍后..."}})],1)},n=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-line flex align-center"},[i("span",{staticClass:"le-sign"}),i("span",{staticClass:"le-text"},[e._v("当前首页")])])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-line flex align-center"},[i("span",{staticClass:"le-sign"}),i("span",{staticClass:"le-text"},[e._v("我的模板")])])}],s=i("1da1"),r=(i("d3b7"),i("841c"),i("ac1f"),i("b0c0"),i("1276"),i("5cc6"),i("9a8c"),i("a975"),i("735e"),i("c1ac"),i("d139"),i("3a7b"),i("d5d6"),i("82f8"),i("e91f"),i("60bd"),i("5f96"),i("3280"),i("3fcc"),i("ca91"),i("25a1"),i("cd26"),i("3c5d"),i("2954"),i("649e"),i("219c"),i("170b"),i("b39a"),i("72f7"),i("2b3d"),i("3ca3"),i("ddb0"),i("96cf"),i("c0e9")),l=i.n(r),c=i("19e9"),o=i("7d53"),d={components:{heLoading:o["a"]},data:function(){return{menuActive:"1",list:[],page:{},store_info:{},qrcode:null,active:0,promote:{},firstPage:{},loading:!0,load:!1,origin:$_W.AppWEB}},computed:{qrcodeImg:function(){return this.qrcode?0===this.active?this.qrcode.weapp.image:this.qrcode.wechat.image:""},url:function(){return this.qrcode?0===this.active?this.qrcode.weapp.url:this.qrcode.wechat.url:""},notConfig:function(){return!(!this.qrcode||!this.qrcode.weapp||this.qrcode.weapp.image)}},created:function(){},watch:{},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.getIndex();case 2:return t.next=4,e.getTemplate();case 4:return e.list=t.sent,t.next=7,e.getStore();case 7:return e.loading=!1,t.next=10,e.getQrcode();case 10:case"end":return t.stop()}}),t)})))()},methods:{preview:function(e){var t=this.$router.resolve({path:"/store/pagePreview",query:{img:encodeURIComponent(e)}});window.open(t.href,"_blank")},router:function(){this.$router.push({path:"/package/index",query:{id:this.firstPage.id}})},menuSelect:function(e){this.menuActive=e},currentChange:function(e){this.page.current=e,this.getTemplate()},getTemplate:function(){var e=this;return new Promise((function(t,i){e.$heshop.pagetemplate("get").then((function(i){var a=i.data,n=i.headers;e.page={current:+n["x-pagination-current-page"],count:+n["x-pagination-page-count"],size:+n["x-pagination-per-page"],total:+n["x-pagination-total-count"]},t(a)})).catch((function(e){console.error(e),i(e)}))}))},putPage:function(e){var t=this;this.load=!0,this.$heshop.pagetemplate("get",e.id).then((function(e){t.$heshop.pages("POST",{name:"新建微页面",title:(new Date).valueOf(),content:e.content}).then((function(e){t.load=!1,t.$router.push({path:"/package/index",query:{id:e.id}})})).catch((function(e){console.error("错误信息",e)}))}))},getIndex:function(){var e=this;this.$heshop.pages("get",{behavior:"firstPage"}).then((function(t){e.firstPage=t}))},getStore:function(){var e=this;return new Promise((function(t,i){var a=this;e.$heshop.search("post",{include:"setting"},{keyword:"setting_collection",content_key:"store_setting"}).then((function(i){e.store_info=i,t()})).catch((function(e){a.$message.error(e.data.message),i()}))}))},getQrcode:function(){var e=this;return new Promise((function(t,i){e.$heshop.qrcode("post",{page:"pages/index/index"}).then((function(i){e.qrcode=i,t()})).catch((function(t){e.$message.error(t.data.message),i()}))}))},downLoad:function(){var e=this,t="poster-other";new l.a(document.getElementById(t),{backgroundColor:"transparent",useCORS:!0}).then((function(t){var i=t.toDataURL("image/jpeg");e.downloadFile(i,e.store_info.name)}))},downLoadQrcode:function(){0===this.active?this.downloadFile(this.qrcode.weapp.image,this.store_info.name):this.downloadFile(this.qrcode.wechat.image,this.store_info.name)},downloadFile:function(e,t){var i=function(e){for(var t=e.split(";base64,"),i=t[0].split(":")[1],a=window.atob(t[1]),n=a.length,s=new Uint8Array(n),r=0;r=10},on:{click:e.handleAdditem}},[e._v("添加图片")]),i("p",{staticClass:"tips"},[e._v(" 最多添加10张轮播图片,建议图片尺寸:750px*300px ")])],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("轮播图样式")]),i("choice",{attrs:{data:e.chamferData,group:"list"},model:{value:e.facade.chamfer_style,callback:function(t){e.$set(e.facade,"chamfer_style",t)},expression:"facade.chamfer_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("指示器样式")]),i("choice",{attrs:{data:e.pointerData,group:"pointer"},model:{value:e.facade.indicator_style,callback:function(t){e.$set(e.facade,"indicator_style",t)},expression:"facade.indicator_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("指示器位置")]),i("choice",{attrs:{data:e.positionData,group:"positio"},model:{value:e.facade.indicator_align,callback:function(t){e.$set(e.facade,"indicator_align",t)},expression:"facade.indicator_align"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"选中颜色"}},[i("colour",{attrs:{colour:"#f5212d"},model:{value:e.facade.indicator_color,callback:function(t){e.$set(e.facade,"indicator_color",t)},expression:"facade.indicator_color"}})],1)],1)],1)],2)},h=[],v=i("1da1"),f=(i("a434"),i("96cf"),i("db33")),_=i("2760"),g=i("3ec8"),b=i("00ee"),y={components:{control:f["a"],choice:_["a"],colour:g["a"],hyperlinkSelect:b["a"]},data:function(){return{contentdef:{},chamferData:[{value:1,icon:"le-icon-graphic-party",name:"方角"},{value:2,icon:"le-icon-graphic-rounded",name:"圆角"}],pointerData:[{value:2,icon:"le-icon-graphic-point2",name:"圆角"},{value:1,icon:"le-icon-graphic-point",name:"圆形"},{value:3,icon:"le-icon-zhishiqi-shuzi",name:"数字"}],positionData:[{value:"left",icon:"le-icon-graphic-left",name:"居左"},{value:"center",icon:"le-icon-graphic-middle",name:"居中"},{value:"right",icon:"le-icon-graphic-right",name:"居右"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleDelete:function(e){this.content.splice(e,1)},handleAdditem:function(){this.content.length<10?this.content.push({url:"",link:{}}):this.$message({message:"最多添加10张轮播图片",type:"warning"})}}},k=y,x=(i("5b43"),i("2877")),C=Object(x["a"])(k,m,h,!1,null,"00569730",null),w=C.exports,S=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"banner"},[i("div",{staticClass:"banner-item-photo",class:{corner:2==e.facade.chamfer_style}},[i("div",{staticClass:"banner-item-image"},[i("div",{staticClass:"banner-item-cover"},[i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{src:e.getCover(e.content),fit:"cover"}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"image-icon le-icon le-icon-morentupian"})])])],1)])]),i("pointer",{attrs:{margin:e.margin,color:e.facade.indicator_color,type:e.facade.indicator_style,align:e.facade.indicator_align}})],1)},$=[],O=(i("d3b7"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"pointer",style:{marginBottom:e.margin+"px",marginLeft:e.margin/2+"px"}},[e.type<3?i("div",{staticClass:"pointer-content",class:{circle:1==e.type,strip:2==e.type},style:{textAlign:e.align}},[i("span",{staticClass:"pointer-item active",style:{"background-color":e.color}}),i("span",{staticClass:"pointer-item"}),i("span",{staticClass:"pointer-item"})]):e._e(),3==e.type?i("div",{staticClass:"pointer-text",style:{textAlign:e.align}},[i("span",[e._v("1/3")])]):e._e()])}),A=[],j=(i("a9e3"),{props:{number:{type:[String,Number,Boolean],default:""},margin:{type:[Number],default:8},type:{type:[String,Number,Boolean],default:1},align:{type:[String,Number,Boolean],default:"left"},color:{type:[String,Number,Boolean],default:"#f44"}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}}),D=j,L=(i("eb1b"),Object(x["a"])(D,O,A,!1,null,"87eb2132",null)),E=L.exports,I=i("1fc5"),N={components:{pointer:E,Picture:I["a"]},props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{margin:function(){return 1==this.facade.chamfer_style?0:10}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{getCover:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="";return e&&"[object Array]"==Object.prototype.toString.call(e)&&e[0]?e[0].url:t}}},P=N,T=(i("ac5b"),Object(x["a"])(P,S,$,!1,null,"97b236b4",null)),z=T.exports,R=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},F=[],M=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"widget"},[i("div",{staticClass:"widget-zoom"},[i("label",{staticClass:"widget-label",attrs:{for:"widget"+e.index,"data-index":e.index,"data-type":"widget"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"widget-input",attrs:{type:"radio",name:"widget",id:"widget"+e.index},domProps:{value:e.index,checked:e._q(e.select,e.index)},on:{change:function(t){e.select=e.index}}}),i("div",{staticClass:"widget-mask",attrs:{"data-index":e.index,"data-type":"widget"}},[i("div",{staticClass:"widget-handle",attrs:{id:1==e.index?"guide003":"widget"}},[i("div",{staticClass:"widget-handle-item"},[i("i",{staticClass:"le-icon le-icon-trash",on:{click:function(t){return t.stopPropagation(),e.onDelete(t)}}})]),i("div",{staticClass:"widget-handle-item",class:{disabled:e.is_copy},attrs:{disabled:e.is_copy}},[i("i",{staticClass:"le-icon le-icon-copy",on:{click:function(t){return t.stopPropagation(),e.onCopy(t)}}})]),i("div",{staticClass:"widget-handle-item",class:{disabled:e.is_up},attrs:{disabled:e.is_up}},[i("i",{staticClass:"le-icon le-icon-arrow-top",on:{click:function(t){return t.stopPropagation(),e.moveUp(t)}}})]),i("div",{staticClass:"widget-handle-item",class:{disabled:e.is_down},attrs:{disabled:e.is_down}},[i("i",{staticClass:"le-icon le-icon-arrow-down",on:{click:function(t){return t.stopPropagation(),e.moveDown(t)}}})])])])]),i("div",{staticClass:"widget-content"},[e._t("default")],2)])])},q=[],B=(i("b0c0"),i("d8df")),V={components:{popconfirm:B["a"]},props:{index:{type:[Number,String]},type:{type:[Number,String],default:""},facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{pages:{get:function(){return this.$store.state.finish.pages},set:function(){this.$store.commit("finish/setPagesData",pages)}},select:{get:function(){return this.$store.state.finish.index},set:function(e){this.$store.commit("finish/setIndex",e)}},is_copy:function(){return"wechat"==this.type},is_up:function(){return 0===this.index},is_down:function(){return this.index===this.pages.length-1}},created:function(){},watch:{},methods:{onDelete:function(){var e=this.index;this.pages.splice(e,1)},onCopy:function(){var e=this.index,t=this.pages[e];if("wechat"!==t.name){var i=JSON.parse(JSON.stringify(this.pages));i.splice(e,0,t),this.$store.commit("finish/setPagesData",i),this.$store.commit("finish/setIndex",e+1)}},moveUp:function(){if(!this.is_up){var e=this.index;this.pages[e]=this.pages.splice(e-1,1,this.pages[e])[0],this.$store.commit("finish/setIndex",e-1)}},moveDown:function(){if(!this.is_down){var e=this.index;this.pages[e]=this.pages.splice(e+1,1,this.pages[e])[0],this.$store.commit("finish/setIndex",e+1)}}}},G=V,U=(i("0aac"),Object(x["a"])(G,M,q,!1,null,"aeafd30c",null)),H=U.exports,J={components:{Widget:H,Element:z},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Q=J,K=(i("b3e3"),Object(x["a"])(Q,R,F,!1,null,"7fb0adba",null)),W=K.exports,Y={attribute:w,element:z,widget:W},X=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"辅助空白",is_tab:!1}},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"填充颜色"}},[i("colour",{attrs:{colour:"#FFFFFF"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("高度设置")]),i("el-form-item",{attrs:{label:"空白高度"}},[i("slider",{attrs:{min:10,max:100},model:{value:e.facade.height,callback:function(t){e.$set(e.facade,"height",t)},expression:"facade.height"}})],1)],1)],1)},Z=[],ee=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"slider"},[i("el-slider",{attrs:{min:e.min,max:e.max},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}}),i("el-input",{staticClass:"slider-input",attrs:{type:"text",readonly:""},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}})],1)},te=[],ie={props:{value:{type:[String,Number],default:""},min:{type:[String,Number],default:20},max:{type:[String,Number],default:40}},data:function(){return{}},computed:{select:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}}},ae=ie,ne=(i("40ce"),Object(x["a"])(ae,ee,te,!1,null,"e405c0b8",null)),se=ne.exports,re={components:{control:f["a"],colour:g["a"],slider:se},data:function(){return{}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},le=re,ce=(i("3c15"),Object(x["a"])(le,X,Z,!1,null,"3d3a7a83",null)),oe=ce.exports,de=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"blank",style:{height:e.facade.height+"px",backgroundColor:e.facade.background_color}})},ue=[],pe={components:{pointer:E},props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{margin:function(){return 1==this.facade.chamfer_style?0:10}}},me=pe,he=(i("dc79"),Object(x["a"])(me,de,ue,!1,null,"1addcab7",null)),ve=he.exports,fe=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},_e=[],ge={components:{Widget:H,Element:ve},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},be=ge,ye=(i("9cdf"),Object(x["a"])(be,fe,_e,!1,null,"065d172c",null)),ke=ye.exports,xe={attribute:oe,element:ve,widget:ke},Ce=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"商品"}},[i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"80px",size:"small","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("添加商品")]),i("el-radio-group",{model:{value:e.content.type,callback:function(t){e.$set(e.content,"type",t)},expression:"content.type"}},[i("el-radio",{attrs:{label:1}},[e._v("选择商品")]),i("el-radio",{attrs:{label:2}},[e._v("选择分类")])],1),i("div",{staticClass:"empty"}),1==e.content.type?i("goodsSelet",{attrs:{number:50,limit:50-e.content.goods.length},on:{confirm:e.handleGoodsConfirm},model:{value:e.content.goods,callback:function(t){e.$set(e.content,"goods",t)},expression:"content.goods"}}):e._e(),2==e.content.type?i("classifySelect",{model:{value:e.content.group,callback:function(t){e.$set(e.content,"group",t)},expression:"content.group"}}):e._e(),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("商品内容")]),i("el-form-item",{attrs:{label:"商品名称"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_title,callback:function(t){e.$set(e.content,"is_title",t)},expression:"content.is_title"}})],1),i("el-form-item",{attrs:{label:"商品价格"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_price,callback:function(t){e.$set(e.content,"is_price",t)},expression:"content.is_price"}})],1),i("el-form-item",{attrs:{label:"购买按钮"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_button,callback:function(t){e.$set(e.content,"is_button",t)},expression:"content.is_button"}})],1)],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("列表样式")]),i("choice",{attrs:{data:e.listData,width:"112px",group:"list_style"},model:{value:e.facade.list_style,callback:function(t){e.$set(e.facade,"list_style",t)},expression:"facade.list_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片样式")]),i("el-radio-group",{model:{value:e.facade.card_style,callback:function(t){e.$set(e.facade,"card_style",t)},expression:"facade.card_style"}},[i("el-radio",{attrs:{label:1}},[e._v("无边白底")]),i("el-radio",{attrs:{label:2}},[e._v("卡片投影")]),i("el-radio",{attrs:{label:3}},[e._v("描边白底")]),i("el-radio",{attrs:{label:4}},[e._v("无边透明底")])],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片倒角")]),i("choice",{attrs:{data:e.cardData,group:"chamfer_style"},model:{value:e.facade.chamfer_style,callback:function(t){e.$set(e.facade,"chamfer_style",t)},expression:"facade.chamfer_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("距离设置")]),i("el-form-item",{attrs:{label:"商品间距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.margin,callback:function(t){e.$set(e.facade,"margin",t)},expression:"facade.margin"}})],1),i("el-form-item",{attrs:{label:"左右边距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.padding,callback:function(t){e.$set(e.facade,"padding",t)},expression:"facade.padding"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#F5F5F5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1)],1)],1)],2)},we=[],Se=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"convert"},[i("el-switch",{model:{value:e.select,callback:function(t){e.select=t},expression:"select"}}),e._v(" "),i("span",[e._v(e._s(e.text))])],1)},$e=[],Oe={props:{value:{type:[String,Number,Boolean],default:""},on:{type:String,default:"显示"},off:{type:String,default:"隐藏"}},data:function(){return{}},computed:{select:{get:function(){return this.value},set:function(e){this.$emit("input",e)}},text:function(){return this.select?this.on:this.off}}},Ae=Oe,je=(i("ae9b"),Object(x["a"])(Ae,Se,$e,!1,null,"9b525456",null)),De=je.exports,Le=i("ab01"),Ee=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"classify-select"},[i("popup",{attrs:{type:"checkbox"},on:{confirm:e.handleConfirm},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[e.selectData.name?e._e():i("el-button",[e._v("选择分类")]),e.selectData.name?i("el-form-item",{attrs:{label:"商品分类","label-width":"80px"}},[i("Tag",{on:{close:e.handleClose}},[i("div",{staticClass:"classify-select-tag"},[e._v(e._s(e._f("setleng")(e.selectData.name)))])]),i("el-button",{attrs:{type:"text"}},[e._v("修改")])],1):e._e()],1),i("el-form-item",{directives:[{name:"show",rawName:"v-show",value:e.selectData.name,expression:"selectData.name"}],attrs:{label:"显示件数","label-width":"80px"}},[i("el-input",{attrs:{type:"text",maxlength:"50"},on:{change:e.handleChange},model:{value:e.limit,callback:function(t){e.limit=t},expression:"limit"}}),i("span",{staticClass:"classify-select-tips"},[e._v("最多添加50件商品")])],1)],1)},Ie=[],Ne=i("22c9"),Pe={components:{popup:Ne["a"],Tag:Le["a"]},props:{value:{type:[String,Number,Boolean,Object,Array],default:""}},data:function(){return{limit:20}},filters:{setleng:function(e){return e.length>6?e.substring(0,4)+"...":e}},computed:{selectData:{get:function(){return this.value},set:function(e){var t=JSON.parse(JSON.stringify(e));t.limit=this.limit,this.$emit("input",t)}}},methods:{handleConfirm:function(e){this.$emit("confirm",e)},handleClose:function(e){this.$emit("delete",{}),this.selectData={}},handleChange:function(e){var t=JSON.parse(JSON.stringify(this.value));t.limit=this.limit,this.$emit("input",t)}}},Te=Pe,ze=(i("2b29"),Object(x["a"])(Te,Ee,Ie,!1,null,"bbf7933e",null)),Re=ze.exports,Fe=i("57f9"),Me=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{ref:"picture",staticClass:"photo-selet"},[i("popup",{on:{confirm:e.handleConfirm}},[i("i",{staticClass:"le-icon le-icon-add"}),"16px"!==e.paddingStyle?i("p",{attrs:{type:"text"}},[e._v("添加"+e._s(e.title))]):e._e()])],1)},qe=[],Be=i("2638"),Ve=i.n(Be),Ge=i("5530"),Ue=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"photo-selet__detail"},[i("el-card",[i("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("span",[e._v("分组名称")])]),i("div",{staticClass:"photo-selet__detail-group"},[i("el-scrollbar",{style:{height:"478px"}},[i("ul",e._l(e.classify,(function(t,a){return i("li",[i("label",{staticClass:"photo-selet__detail-radio"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectClassify,expression:"uploader.selectClassify"}],staticClass:"photo-selet__detail-input",attrs:{type:"radio"},domProps:{value:t.id,checked:e._q(e.uploader.selectClassify,t.id)},on:{change:function(i){return e.$set(e.uploader,"selectClassify",t.id)}}}),i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),i("span",[e._v(e._s(t.name))])])])})),0)])],1)]),i("div",{staticClass:"photo-selet__layout"},[i("div",{staticClass:"photo-selet__header"},[i("span",[e._v(e._s(e.classifyInfo.name||"未分组"))]),i("div",{staticClass:"photo-selet__action"},[i("Upload",{attrs:{action:e.uploadFile,onSuccess:e.handleSizeChange,autoUpload:""}},[i("el-button",{attrs:{type:"primary"}},[e._v("上传图片")])],1)],1)]),i("div",{staticClass:"photo-selet__content"},[i("ul",e._l(e.pictures,(function(t,a){return i("li",[0===t.type?i("div",{staticClass:"photo-selet__content-label",on:{click:function(i){return i.stopPropagation(),e.handleChange(t)}}},[i("div",{staticClass:"photo-selet__content-item"},[i("div",{staticClass:"photo-selet__content-item-photo"},[i("div",{staticClass:"photo-selet__content-item-image"},[i("div",{staticClass:"photo-selet__content-item-cover",style:{"background-image":"url(http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png)"}})])]),i("p",[e._v(" "+e._s(t.title_name)+" ")])])]):e._e(),1===t.type?i("label",{staticClass:"photo-selet__content-label"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectPicture,expression:"uploader.selectPicture"}],staticClass:"photo-selet__content-input",attrs:{type:"radio"},domProps:{value:t.url,checked:e._q(e.uploader.selectPicture,t.url)},on:{change:function(i){return e.$set(e.uploader,"selectPicture",t.url)}}}),i("div",{staticClass:"photo-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"photo-selet__content-item-photo"},[i("div",{staticClass:"photo-selet__content-item-image"},[i("div",{staticClass:"photo-selet__content-item-cover"},[i("Picture",{attrs:{src:t.url}})],1)])]),i("p",[e._v(" 图片"+e._s(t.title_name)+" ")])])]):e._e()])})),0),i("div",{staticClass:"photo-selet__paging"},[i("el-pagination",{attrs:{layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)},He=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"photo-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])}],Je=(i("fb6a"),i("159b"),i("b64b"),{inject:["uploader"],props:{type:String,action:{type:Function,default:function(){}},name:{type:String,default:"file"},multiple:Boolean,accept:String,onProgress:Function,onSuccess:Function,onError:Function,beforeUpload:Function,onPreview:{type:Function,default:function(){}},onRemove:{type:Function,default:function(){}},fileList:Array,autoUpload:Boolean,listType:String,disabled:Boolean,limit:Number,onExceed:Function},data:function(){return{mouseover:!1,reqs:{}}},methods:{isImage:function(e){return-1!==e.indexOf("image")},handleChange:function(e){var t=e.target.files;t&&this.uploadFiles(t)},uploadFiles:function(e){var t=this,i=Array.prototype.slice.call(e);this.multiple||(i=i.slice(0,1)),0!==i.length&&i.forEach((function(e){t.autoUpload&&t.upload(e)}))},upload:function(e){var t=this;if(this.$refs.input.value=null,!this.beforeUpload)return this.post(e);var i=this.beforeUpload(e);i&&i.then?i.then((function(i){var a=Object.prototype.toString.call(i);if("[object File]"===a||"[object Blob]"===a){for(var n in"[object Blob]"===a&&(i=new File([i],e.name,{type:e.type})),e)e.hasOwnProperty(n)&&(i[n]=e[n]);t.post(i)}else t.post(e)}),(function(){t.onRemove(null,e)})):!1!==i?this.post(e):this.onRemove(null,e)},abort:function(e){var t=this.reqs;if(e){var i=e;e.uid&&(i=e.uid),t[i]&&t[i].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())},post:function(e){var t=this,i=e.uid,a=this.action(e,this.uploader.groupID);this.reqs[i]=a,a&&a.then&&a.then((function(a){t.onSuccess(a,e),delete t.reqs[i]})).catch((function(a){console.error("error错误",a),t.onError&&t.onError(a,e),delete t.reqs[i]}))}},render:function(e){var t=this.handleClick,i=(this.drag,this.name),a=this.handleChange,n=this.multiple,s=this.accept,r=this.listType,l=(this.uploadFiles,this.disabled,this.handleKeydown),c={class:{"el-upload":!0},on:{click:t,keydown:l}};return c.class["el-upload--".concat(r)]=!0,e("div",Ve()([{},c,{attrs:{tabindex:"0"}}]),[this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:i,multiple:n,accept:s},ref:"input",on:{change:a}})])}}),Qe=Je,Ke=Object(x["a"])(Qe,a,n,!1,null,null,null),We=Ke.exports,Ye=i("2f62"),Xe=Object(Ye["a"])("picture"),Ze=Xe.mapState,et=Xe.mapActions,tt=Xe.mapMutations,it={components:{Picture:I["a"],Upload:We},inject:["uploader"],data:function(){return{keyword:"",pageSize:5,pageTotal:0,pageCurrent:1}},computed:Object(Ge["a"])({},Ze(["classify","pictures","pageInfo","classifyInfo"])),mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:""==e.uploader.selectClassify&&(e.uploader.selectClassify=e.classify[0].id);case 1:case"end":return t.stop()}}),t)})))()},methods:Object(Ge["a"])(Object(Ge["a"])(Object(Ge["a"])({},tt(["setClassifyInfo"])),et(["handlePictures"])),{},{handleSuccess:function(){},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;""==this.uploader.selectClassify&&(this.uploader.selectClassify=this.classify[0].id),this.handlePictures({id:this.uploader.selectClassify,current:e,pageSize:15})},handleChange:function(e){var t=this;this.handlePictures({id:e.id,current:1,pageSize:15}).then((function(i){t.uploader.selectClassify=e.id,t.setClassifyInfo({id:e.id,name:e.title_name})}))},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FileReader;console.log("获取",e),n.readAsDataURL(e),n.onload=function(e){t.$heshop.uploadV2({type:1,group_id:t.uploader.selectClassify,content:e.target.result}).then((function(e){console.error("返回数据",e),i(e)})).catch((function(e){a(e)}))}}))}})},at=it,nt=(i("6199"),Object(x["a"])(at,Ue,He,!1,null,"235a21d8",null)),st=nt.exports,rt=Object(Ye["a"])("picture"),lt=rt.mapState,ct=rt.mapMutations,ot=rt.mapActions,dt={components:{Detail:st},provide:function(){return{uploader:this}},props:{visible:{type:Boolean,default:!1},limit:{type:Number,default:1}},data:function(){return{selectClassify:"",selectPicture:{},dialogVisible:!1}},computed:Object(Ge["a"])({},lt(["classify","pictures","classifyInfo"])),created:function(){},watch:{selectClassify:function(e){var t=this.classify;for(var i in t){var a=t[i];a.id==e&&this.setClassifyInfo(a)}this.handlePictures({id:e,current:1,pageSize:15})}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleClassify();case 1:case"end":return t.stop()}}),t)})))()},methods:Object(Ge["a"])(Object(Ge["a"])(Object(Ge["a"])({},ct(["setClassifyInfo"])),ot(["handleClassify","handlePictures"])),{},{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.dialogVisible=!1,this.$emit("confirm",this.selectPicture)}}),render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={class:"photo-solt",on:{click:i}},l={props:{visible:t,title:"选择图片","before-close":a,width:"1077px","destroy-on-close":!0}};return e("div",{class:"photo-dialog"},[e("div",Ve()([{},r]),[s]),e("el-dialog",Ve()([{},l]),[e(st),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},ut=dt,pt=(i("674d"),Object(x["a"])(ut,s,r,!1,null,"4e8cd33b",null)),mt=pt.exports,ht={components:{popup:mt},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},padding:{type:[String,Number,Boolean],default:!1}},data:function(){return{paddingStyle:"28px",top:"100%"}},computed:{url:{get:function(){return this.value||!1},set:function(e){this.$emit("input",e)}}},created:function(){},watch:{},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){var i,a,n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.padding?e.paddingStyle=e.padding:(i=e.$refs.picture.offsetHeight,a=e.$refs.picture.offsetWidth,n=a,i>a?(n=i,e.top=a/i*100+"%"):e.top=i/a*100+"%",e.paddingStyle=n>100?"28px":n>60?"10px 0 0 0":"16px");case 1:case"end":return t.stop()}}),t)})))()},methods:{handleConfirm:function(e){this.url=e}}},vt=ht,ft=(i("c47e"),Object(x["a"])(vt,Me,qe,!1,null,"345249d5",null)),_t=ft.exports,gt={components:{control:f["a"],choice:_["a"],slider:se,colour:g["a"],convert:De,classifySelect:Re,goodsSelet:Fe["a"],photoSelect:_t,hyperlinkSelect:b["a"],tag:Le["a"]},data:function(){return{demo11:"",listData:[{value:1,icon:"le-icon-graphic-figure",name:"大图模式"},{value:2,icon:"le-icon-graphic-columns",name:"一行两个"},{value:3,icon:"le-icon-graphic-list",name:"列表模式"},{value:4,icon:"le-icon-graphic-sliding",name:"横向滑动"}],cardData:[{value:0,icon:"le-icon-graphic-angle",name:"直角"},{value:1,icon:"le-icon-rounded-line",name:"圆角"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleGoodsConfirm:function(e){}}},bt=gt,yt=(i("6b1c"),Object(x["a"])(bt,Ce,we,!1,null,"52ef598f",null)),kt=yt.exports,xt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"goods",style:{backgroundColor:e.facade.background_color}},[i("div",{staticClass:"goods-layout",class:{larger:1==e.facade.list_style,small:2==e.facade.list_style,list:3==e.facade.list_style,swipe:4==e.facade.list_style},style:{paddingLeft:e.facade.padding+"px",paddingRight:e.facade.padding+"px",marginLeft:-e.facade.margin/2+"px",marginRight:-e.facade.margin/2+"px"}},[e._l(e.goodsData,(function(t,a){return i("div",{key:a,staticClass:"goods-wrapper",class:{white:1==e.facade.card_style,card:2==e.facade.card_style,stroke:3==e.facade.card_style,lucency:4==e.facade.card_style,chamfer:e.facade.chamfer_style}},[i("div",{staticClass:"goods-item",style:{margin:e.facade.margin/2+"px"}},[i("div",{staticClass:"goods-item-photo"},[i("div",{staticClass:"goods-item-image"},[i("div",{staticClass:"goods-item-cover"},[i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{src:e.getGoodsCover(t.slideshow),fit:"cover"}})],1)])]),e.is_hide?i("div",{staticClass:"goods-item-detail"},[e.content.is_title?i("div",{staticClass:"goods-item-title"},[e._v(" "+e._s(t.name)+" ")]):e._e(),i("div",{staticClass:"goods-item-info"},[i("div",{staticClass:"goods-item-price"},[e.content.is_price?i("div",[i("span",{staticClass:"goods-item-price__tag"},[e._v("¥")]),i("span",{staticClass:"goods-item-price__val"},[e._v(e._s(t.price))])]):e._e()]),e.content.is_button?i("div",{staticClass:"goods-item-button"},[i("i",{staticClass:"le-icon le-icon-nav_shoppingcart_normal"})]):e._e()])]):e._e()])])})),i("div",{staticClass:"clear"})],2)])},Ct=[],wt=(i("841c"),i("ac1f"),{props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{goods:[{id:1,name:"商品名称",cover:"cover",price:999},{id:1,name:"商品名称",cover:"cover",price:999},{id:1,name:"商品名称",cover:"cover",price:999},{id:1,name:"商品名称",cover:"cover",price:999},{id:1,name:"商品名称",cover:"cover",price:999}],goodsData:[]}},computed:{is_hide:function(){return 3===this.facade.list_style||!!(this.content.is_title||this.content.is_price||this.content.is_button)}},watch:{content:{deep:!0,handler:function(e,t){this.handleCheck()}}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleCheck();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleCheck:function(){1==this.content.type&&this.content.goods&&this.content.goods.length>0?this.goodsData=this.content.goods:2==this.content.type?(this.handleGroupList(this.content.group),this.goodsData=this.goods):this.goodsData=this.goods},getGoodsCover:function(e){return e&&"[object Array]"==Object.prototype.toString.call(e)?e[0]:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"},handleGroupList:function(e){var t=this,i=e.id,a=e.limit;i&&this.$heshop.search("POST",{include:"goods"},{keyword:{group:i,tab_key:"onsale"}}).page(1,a).then((function(e){e.data.length>0?t.goodsData=e.data:t.goodsData=t.goods})).catch((function(e){console.error("获取错误信息",e)}))}}}),St=wt,$t=(i("2704"),Object(x["a"])(St,xt,Ct,!1,null,"6f43476a",null)),Ot=$t.exports,At=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},jt=[],Dt={components:{Widget:H,Element:Ot},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Lt=Dt,Et=(i("2661"),Object(x["a"])(Lt,At,jt,!1,null,"2665bfe4",null)),It=Et.exports,Nt={attribute:kt,element:Ot,widget:It},Pt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"辅助线",is_tab:!1}},[i("div",{staticClass:"control-item-title"},[e._v("选择样式")]),i("choose",{attrs:{data:e.imgData,group:"list_style",width:"250px",height:"40px"},model:{value:e.content.style,callback:function(t){e.$set(e.content,"style",t)},expression:"content.style"}}),i("el-divider"),i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"线条颜色"}},[i("colour",{attrs:{colour:"#bebebe"},model:{value:e.facade.fill_color,callback:function(t){e.$set(e.facade,"fill_color",t)},expression:"facade.fill_color"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("边距设置")]),i("el-form-item",{attrs:{label:"上下边距"}},[i("slider",{attrs:{min:10,max:40},model:{value:e.facade.margin,callback:function(t){e.$set(e.facade,"margin",t)},expression:"facade.margin"}})],1)],1)],1)},Tt=[],zt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"choose"},[i("ul",e._l(e.data,(function(t,a){return i("li",{key:a,staticClass:"choose-radio",style:{width:e.width,height:e.height}},[i("label",[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"choose-input",attrs:{type:"radio",name:e.group},domProps:{value:t.value,checked:e._q(e.select,t.value)},on:{change:function(i){e.select=t.value}}}),i("div",{staticClass:"choose-item",style:{padding:e.padding}},[e.is_active(t)?i("img",{attrs:{src:t.active}}):i("img",{attrs:{src:t.src}})])])])})),0)])},Rt=[],Ft={props:{value:{type:[String,Number],default:""},width:{type:[String,Number],default:"248px"},height:{type:[String,Number],default:"60px"},padding:{type:[String,Number],default:"6px"},group:{type:[String,Number],default:"choose"},data:{type:Array}},computed:{select:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},methods:{is_active:function(e){return!(!e.active||e.value!==this.value)}}},Mt=Ft,qt=(i("d090"),Object(x["a"])(Mt,zt,Rt,!1,null,"8cca7a1c",null)),Bt=qt.exports,Vt={components:{control:f["a"],choose:Bt,colour:g["a"],slider:se},data:function(){return{imgData:[{value:"solid",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/linestyle1.png"},{value:"dashed",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/linestyle2.png"},{value:"dotted",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/linestyle3.png"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}}},Gt=Vt,Ut=(i("94cf"),Object(x["a"])(Gt,Pt,Tt,!1,null,"7332cb73",null)),Ht=Ut.exports,Jt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"separate",style:{paddingTop:e.facade.margin+"px",paddingBottom:e.facade.margin+"px"}},[i("div",{style:{borderTopWidth:"1px",borderTopStyle:e.content.style,borderTopColor:e.facade.fill_color}})])},Qt=[],Kt={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{margin:function(){return 1==this.facade.chamfer_style?0:10}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},Wt=Kt,Yt=(i("7466"),Object(x["a"])(Wt,Jt,Qt,!1,null,"3a371c1c",null)),Xt=Yt.exports,Zt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},ei=[],ti={components:{Widget:H,Element:Xt},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},ii=ti,ai=(i("e051"),Object(x["a"])(ii,Zt,ei,!1,null,"35c44bb1",null)),ni=ai.exports,si={attribute:Ht,element:Xt,widget:ni},ri=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"图文导航"}},[i("h4",[e._v("导航样式")]),i("choice",{attrs:{data:e.navData,width:"112px",group:"navData"},model:{value:e.content.style,callback:function(t){e.$set(e.content,"style",t)},expression:"content.style"}}),i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("draggable",{attrs:{handle:".select-cover",chosenClass:"chosen",forceFallback:"true",group:"navigation10",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}},[i("transition-group",e._l(e.content.data,(function(t,a){return 1==e.content.style?i("div",{key:"im_"+a,staticClass:"select-cover"},[i("i",{staticClass:"le-icon le-icon-cha2 select-photo__close",on:{click:function(t){return e.handleDelete(a)}}}),i("div",{staticClass:"select-cover__content"},[i("div",{staticClass:"select-cover__item"},[i("pictureDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__item-edit"},[i("el-image",{attrs:{src:t.url,fit:"cover"}}),i("div",{staticClass:"select-cover__item-tips"},[e._v(" 替换图片 ")])],1)}}],null,!0),model:{value:t.url,callback:function(i){e.$set(t,"url",i)},expression:"item.url"}},[i("div",{staticClass:"select-cover__item-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add"}),i("span",{staticClass:"select-cover__item-text"},[e._v("添加图片")])])])],1),i("div",{staticClass:"select-cover__detail"},[i("el-form-item",{attrs:{label:"标题","label-width":"40px"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入标题",maxlength:"10"},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:t.title,callback:function(i){e.$set(t,"title",i)},expression:"item.title"}})],1),i("el-form-item",{attrs:{label:"链接","label-width":"40px"}},[i("hyperlinkSelect",{model:{value:t.link,callback:function(i){e.$set(t,"link",i)},expression:"item.link"}},[e._v("请选择跳转链接")])],1)],1)])]):e._e()})),0)],1),2==e.content.style?i("draggable",{attrs:{handle:".select-text",chosenClass:"chosen",forceFallback:"true",group:"navigation10",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}},[i("transition-group",e._l(e.content.data,(function(t,a){return i("div",{key:"te_"+a,staticClass:"select-text"},[i("i",{staticClass:"le-icon le-icon-cha2 select-photo__close",on:{click:function(t){return e.handleDelete(a)}}}),i("div",{staticClass:"select-text__detail"},[i("el-form-item",{attrs:{label:"标题","label-width":"40px"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入标题",maxlength:"10"},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:t.title,callback:function(i){e.$set(t,"title",i)},expression:"item.title"}})],1),i("el-form-item",{attrs:{label:"链接","label-width":"40px"}},[i("hyperlinkSelect",{model:{value:t.link,callback:function(i){e.$set(t,"link",i)},expression:"item.link"}},[e._v("请选择跳转链接")])],1)],1)])})),0)],1):e._e()],1),i("div",{staticClass:"button-adddata"},[i("el-button",{attrs:{disabled:this.content.data.length>=20},on:{click:e.handleAdditem}},[e._v("添加导航")]),i("p",{staticClass:"tips"},[e._v(" 最多添加20个导航,建议图片尺寸:200px*200px 拖拽可改变导航顺序 ")])],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("展示样式")]),i("choice",{attrs:{data:e.styleData,width:"112px",group:"nav_style"},model:{value:e.facade.nav_style,callback:function(t){e.$set(e.facade,"nav_style",t)},expression:"facade.nav_style"}}),2==e.facade.nav_style?i("el-form-item",{attrs:{label:"显示行数"}},[i("el-radio-group",{model:{value:e.facade.nav_line,callback:function(t){e.$set(e.facade,"nav_line",t)},expression:"facade.nav_line"}},[i("el-radio",{attrs:{label:2}},[e._v("2行")]),i("el-radio",{attrs:{label:3}},[e._v("3行")]),i("el-radio",{attrs:{label:4}},[e._v("4行")])],1)],1):e._e(),2==e.facade.nav_style?i("el-form-item",{attrs:{label:"每行个数"}},[i("el-radio-group",{model:{value:e.facade.nav_line_mun,callback:function(t){e.$set(e.facade,"nav_line_mun",t)},expression:"facade.nav_line_mun"}},[i("el-radio",{attrs:{label:3}},[e._v("3个")]),i("el-radio",{attrs:{label:4}},[e._v("4个")]),i("el-radio",{attrs:{label:5}},[e._v("5个")])],1)],1):e._e(),2==e.facade.nav_style?i("el-divider"):e._e(),2==e.facade.nav_style?i("div",{staticClass:"control-item-title"},[e._v("指示器样式")]):e._e(),2==e.facade.nav_style?i("choice",{attrs:{data:e.indicatorData,group:"indicator"},model:{value:e.facade.indicator_style,callback:function(t){e.$set(e.facade,"indicator_style",t)},expression:"facade.indicator_style"}}):e._e(),i("div",{staticClass:"empty10"}),2==e.facade.nav_style?i("el-form-item",{attrs:{label:"选中颜色"}},[i("colour",{attrs:{colour:"#f5212d"},model:{value:e.facade.active_color,callback:function(t){e.$set(e.facade,"active_color",t)},expression:"facade.active_color"}})],1):e._e(),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#FFFFFF"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1),i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#333333"},model:{value:e.facade.text_color,callback:function(t){e.$set(e.facade,"text_color",t)},expression:"facade.text_color"}})],1)],1)],1)],2)},li=[],ci=i("b76a"),oi=i.n(ci),di={components:{control:f["a"],choice:_["a"],colour:g["a"],slider:se,convert:De,photoSelect:_t,hyperlinkSelect:b["a"],draggable:oi.a},data:function(){return{drag:!1,contentdef:{},navData:[{value:1,icon:"le-icon-graphic-graphic",name:"图文导航"},{value:2,icon:"le-icon-graphic-text",name:"文字导航"}],styleData:[{value:1,icon:"le-icon-gray-line",name:"单行展示"},{value:2,icon:"le-icon-graphic-multiplelines",name:"多行展示"}],indicatorData:[{value:2,icon:"le-icon-graphic-indicator",name:"长条"},{value:1,icon:"le-icon-graphic-point",name:"圆形"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:console.log("图文到哈",e.content);case 1:case"end":return t.stop()}}),t)})))()},methods:{onStart:function(){this.drag=!0},onEnd:function(){this.drag=!1},handleDelete:function(e){this.content.data.splice(e,1)},handleAdditem:function(){this.content.data.length<20?this.content.data.push({url:"",title:"导航",link:{}}):this.$message({message:"最多添加20张轮播图片",type:"warning"})}}},ui=di,pi=(i("2744"),Object(x["a"])(ui,ri,li,!1,null,"0fe2ca8e",null)),mi=pi.exports,hi=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"navigation",style:{"background-color":e.facade.background_color}},[2==e.content.style?i("div",{staticClass:"navigation-text",class:{one:1==e.facade.nav_style,two:2==e.facade.nav_style}},e._l(e.navigationData,(function(t,a){return i("div",{key:a,staticClass:"navigation-text-item",style:{width:e.width}},[i("span",{staticClass:"navigation-text-item__title",style:{color:e.facade.text_color}},[e._v(" "+e._s(t.title)+" ")])])})),0):e._e(),1==e.content.style?i("div",{staticClass:"navigation-image",class:{one:1==e.facade.nav_style,two:2==e.facade.nav_style}},e._l(e.navigationData,(function(t,a){return i("div",{key:a,staticClass:"navigation-image-item",style:{width:e.width}},[i("div",{staticClass:"navigation-image-item__cover",style:{"background-image":"url("+e.getCover(t.url)+")"}}),i("div",{staticClass:"navigation-image-item__title",style:{color:e.facade.text_color}},[e._v(" "+e._s(t.title)+" ")])])})),0):e._e(),2==e.facade.nav_style?i("div",{staticClass:"navigation-indicator"},[i("pointer",{attrs:{margin:-10,color:e.facade.active_color,type:e.facade.indicator_style,align:"center"}})],1):e._e()])},vi=[],fi={components:{pointer:E},props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{navigation:[{id:1,title:"导航一",url:"",link:{}}]}},computed:{navigationData:{get:function(){return 0===this.navigation.length?[{url:"",title:"导航一",link:{}},{url:"",title:"导航二",link:{}},{url:"",title:"导航三",link:{}},{url:"",title:"导航四",link:{}}]:this.navigation},set:function(){}},width:function(){return 1!=this.facade.nav_style?100/this.facade.nav_line_mun+"%":1==this.content.style?this.navigationData.length>5?"24%":100/this.navigationData.length+"%":2==this.content.style?this.navigationData.length>4?"30%":100/this.navigationData.length+"%":void 0}},created:function(){},watch:{content:{deep:!0,handler:function(e,t){this.handleCheck()}},facade:{deep:!0,handler:function(e,t){this.handleCheck()}}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleCheck();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleCheck:function(){if(this.content.data.length>0&&(this.navigation=this.content.data),2==this.facade.nav_style){var e=this.content.data,t=this.facade.nav_line*this.facade.nav_line_mun;this.navigation=e.slice(0,t)}},getCover:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="https://img.yzcdn.cn/upload_files/2018/01/22/FnlHRufXMtUI_AbAEP0tux_nDL1T.png!large.webp";return e||t},onStart:function(){this.drag=!0},onEnd:function(){this.drag=!1}}},_i=fi,gi=(i("ae57"),Object(x["a"])(_i,hi,vi,!1,null,"a3b21358",null)),bi=gi.exports,yi=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},ki=[],xi={components:{Widget:H,Element:bi},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Ci=xi,wi=(i("00ed"),Object(x["a"])(Ci,yi,ki,!1,null,"68967f5c",null)),Si=wi.exports,$i={attribute:mi,element:bi,widget:Si},Oi=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"图片魔方",is_tab:!1}},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"small","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("选择样式"+e._s(e.content.style))]),i("choose",{attrs:{data:e.imgData,group:"list_style",width:"48px",height:"32px",padding:"2px 10px"},model:{value:e.content.style,callback:function(t){e.$set(e.content,"style",t)},expression:"content.style"}}),i("div",{staticStyle:{height:"24px"}}),7==e.content.style?i("el-form-item",{attrs:{label:"魔方密度"}},[i("el-select",{attrs:{placeholder:"请选择"},model:{value:e.content.density,callback:function(t){e.$set(e.content,"density",t)},expression:"content.density"}},e._l(e.options,(function(e){return i("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1):e._e(),i("el-divider"),i("div",{staticClass:"control-item-h3"},[e._v(" 布局 "),i("div",{staticClass:"tips"},[e._v(" 选定布局区域,在下方添加图片,建议添加比例一致的图片 ")]),7==e.content.style?i("div",{staticClass:"control-item-zoom"},[i("matrix",{attrs:{cubeSize:e.content.density},on:{active:function(t){return e.activeIndex=t}},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}})],1):i("advertising",{attrs:{size:e.content.style},on:{active:function(t){return e.activeIndex=t}},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}})],1),e.activeIndex>-1?i("el-divider"):e._e(),e.activeIndex>-1?i("div",{staticClass:"attribute-select__photo"},[i("div",{staticClass:"attribute-select__photo_cover"},[i("pictureDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__80-edit"},[i("el-image",{attrs:{src:t.url,fit:"cover"}}),i("div",{staticClass:"select-cover__80-tips"},[e._v(" 替换图片 ")])],1)}}],null,!1,2099560095),model:{value:e.linkInfo.url,callback:function(t){e.$set(e.linkInfo,"url",t)},expression:"linkInfo.url"}},[i("div",{staticClass:"select-cover__80-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add select-cover__80-icon"}),i("span",{staticClass:"select-cover__80-text"},[e._v("添加图片")])])])],1),i("div",{staticClass:"attribute-select__photo_link"},[i("el-form-item",{attrs:{label:"链接","label-width":"40px"}},[i("hyperlinkSelect",{model:{value:e.linkInfo.link,callback:function(t){e.$set(e.linkInfo,"link",t)},expression:"linkInfo.link"}},[e._v("请选择跳转链接")])],1)],1)]):e._e()],1)],1)},Ai=[],ji=(i("d81d"),i("9911"),i("a630"),i("3ca3"),i("5319"),i("25f0"),i("1276"),i("caad"),{props:{value:{type:[String,Number,Array],default:""},layoutWidth:{type:[String,Number],default:336},cubeSize:{type:[String,Number],default:6}},computed:{cubeArray:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},watch:{cubeSize:function(e){this.cubeRows=[],this.columnRows=[],this.coordinates=null,this.firstEvent=null,this.reset()},cubeArray:{handler:function(e){if(this.onTarget){var t=this.getIndexID(e,this.onTarget.id),i=e[t];this.setImage(this.onTarget,i.url)}},immediate:!0,deep:!0}},data:function(){return{cubeRows:[],columnRows:[],cubeKeys:[],coordinates:null,firstEvent:null,onTarget:null}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){var i;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:i=e,i.initialize();case 2:case"end":return t.stop()}}),t)})))()},methods:{reset:function(e){for(var t=this,i=this.$refs["cube-box"].querySelectorAll(".selected-rubik-cube"),a=0;a1&&void 0!==arguments[1]?arguments[1]:"",i=null;i=e.getElementsByClassName("selected-rubik-img")[0]||null,t&&(i?i.setAttribute("src",t):(i=document.createElement("img"),i.setAttribute("class","selected-rubik-img"),i.setAttribute("src",t),i.style.width="100%",i.style.height="100%",i.style.position="absolute",i.style.top=0,i.style.left=0,i.onclick=function(e){e.target},e.appendChild(i)))},getIndex:function(e){var t=-1;return Array.from(this.$refs["cube-box"].querySelectorAll(".selected-rubik-cube")).forEach((function(i,a){i.id==e&&(t=a)})),t},getIndexID:function(e,t){var i=-1;for(var a in e){var n=e[a];n.uuid==t&&(i=a)}return i},getUUID:function(){var e=(new Date).getTime();window.performance&&"function"===typeof window.performance.now&&(e+=performance.now());var t="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var i=(e+16*Math.random())%16|0;return e=Math.floor(e/16),("x"==t?i:3&i|8).toString(16)}));return t},handleItemActive:function(e){this.coordinates=null,this.handleEventRefresh(),this.handleCubeRowRefresh();var t=e.target||e;t.style.background="#F7F5FE",t.style.border="1px solid #623CEB",t.style.zIndex=8,this.onTarget=t;var i=this.getIndex(t.id);this.$emit("active",i)},handleItemDelete:function(e){e.target;var t,i,a,n,s=Number(e.target.parentNode.getAttribute("data-rowStart")),r=Number(e.target.parentNode.getAttribute("data-rowEnd")),l=Number(e.target.parentNode.getAttribute("data-columnStart")),c=Number(e.target.parentNode.getAttribute("data-columnEnd")),o=(Number(e.target.parentNode.getAttribute("data-index")),e.target.parentNode.id);s>r?(t=[r,s],s=t[0],r=t[1]):(i=[s,r],s=i[0],r=i[1]),l>c?(a=[c,l],l=a[0],c=a[1]):(n=[l,c],l=n[0],c=n[1]),this.$refs["cube-box"].removeChild(e.target.parentNode);var d=this.getIndexID(this.cubeArray,o);this.cubeRows.splice(d,1),this.cubeArray.splice(d,1);for(var u=s;u<=r;u++)for(var p=l;p<=c;p++){var m="cube-"+u+"_"+p;this.$refs[m].classList.remove("selected"),this.$refs[m].innerHTML="+",this.$refs[m].setAttribute("data-finish",0)}this.$emit("active",-1)},handleEventAdd:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=750/this.cubeSize,a=this,n=this.layoutWidth/this.cubeSize,s=this.layoutWidth/this.cubeSize,r={left:parseInt(e[1]-1)*n,top:parseInt(e[0]-1)*s},l=Number(e[2])-Number(e[0])+1,c=Number(e[3])-Number(e[1])+1,o=n*c+1,d=s*l+1,u=document.createElement("label"),p=document.createElement("i");return u.setAttribute("class","selected-rubik-cube"),u.style.position="absolute",u.style.top=r.top+"px",u.style.left=r.left-1+"px",u.style.width=o+"px",u.style.height=d+"px",u.style.background="#F7F5FE",u.style.border="1px solid #623CEB",u.id=t,u.setAttribute("data-rowStart",e[0]),u.setAttribute("data-columnStart",e[1]),u.setAttribute("data-rowEnd",e[2]),u.setAttribute("data-columnEnd",e[3]),u.setAttribute("data-url",""),u.setAttribute("data-link",""),u.setAttribute("data-index",this.cubeRows.length),u.innerHTML=Math.round(c*i)+"x"+Math.round(l*i)+"像素或同比例",p.setAttribute("class","le-icon"),p.classList.add("le-icon-cha2"),u.appendChild(p),u.onclick=function(e){e.target!=this?a.handleItemActive(e.target.parentNode):a.handleItemActive(e)},this.onTarget=u,p.onclick=this.handleItemDelete,this.$refs["cube-box"].appendChild(u),this.cubeRows.push(u),this.firstEvent=null,this.eventCount=[],this.columnRows=[],u},handleEventRefresh:function(){var e=this;this.cubeKeys.map((function(t,i){var a=e.$refs[t];parseInt(a.dataset.finish)||a.dataset.coordinates===e.coordinates||(e.$refs[t].classList.remove("selected"),e.$refs[t].innerHTML="+")}))},handleAbnormalRefresh:function(){var e=this,t=!1;return this.cubeKeys.map((function(i,a){var n=e.$refs[i];parseInt(n.dataset.start)&&n.className.search("selected")>0&&(t=n)})),t},handleCubeRowRefresh:function(){this.cubeRows.map((function(e,t){e.style.border="1px solid #DCDFE6",e.style.background="#FFFFFF",e.style.zIndex="inherit"}))},handleCubeItem:function(e){var t=this,i=e.target;if(this.handleCubeRowRefresh(),i.className.search("selected")>0){var a=this.columnRows;this.coordinates=null;this.$refs[this.firstEvent];this.cubeKeys.map((function(e,i){var a=t.$refs[e];a.removeAttribute("data-start"),a.className.search("selected")>0&&t.$refs[e].setAttribute("data-finish",1)}));var n=this.getUUID();this.cubeArray.push({rowStart:a[0],columnStart:a[1],rowEnd:a[2],columnEnd:a[3],uuid:n,url:"",link:{}}),this.handleEventAdd(a,n),this.$emit("active",this.cubeRows.length-1)}else{var s=this.handleAbnormalRefresh();s&&(s.classList.remove("selected"),s.innerHTML="+",s.removeAttribute("data-start")),i.classList.add("selected"),i.setAttribute("data-start",1),i.innerHTML="",this.coordinates=i.dataset.coordinates;var r=i.dataset.coordinates.split(":");this.firstEvent="cube-"+parseInt(r[0])+"_"+parseInt(r[1]),this.columnRows=[parseInt(r[0]),parseInt(r[1]),parseInt(r[0]),parseInt(r[1])]}},handleMouseover:function(e){var t=this,i=this.coordinates;if(this.handleEventRefresh(),void 0!=i){var a,n,s,r,l,c,o,d,u=e.target;l=parseInt(i.split(":")[0]),c=parseInt(i.split(":")[1]),o=parseInt(u.dataset.coordinates.split(":")[0]),d=parseInt(u.dataset.coordinates.split(":")[1]),l>o?(a=[o,l],l=a[0],o=a[1]):(n=[l,o],l=n[0],o=n[1]),c>d?(s=[d,c],c=s[0],d=s[1]):(r=[c,d],c=r[0],d=r[1]);var p=[],m=!0;this.firstEvent="cube-"+l+"_"+c,this.columnRows=[l,c,o,d];for(var h=l;h<=o;h++){0;for(var v=c;v<=d;v++){var f="cube-"+h+"_"+v;if(parseInt(this.$refs[f].dataset.finish)){m=!1;break}p.includes(v)||p.push(v),this.$refs[f].classList.add("selected"),this.$refs[f].innerHTML=""}}if(!m){this.cubeKeys.map((function(e,i){var a=t.$refs[e];!parseInt(a.dataset.finish)&&a.className.search("selected")>0&&(t.$refs[e].classList.remove("selected"),t.$refs[e].innerHTML="+")}));var _="cube-"+this.coordinates.split(":")[0]+"_"+this.coordinates.split(":")[1],g=this.$refs[_];g.classList.add("selected"),g.setAttribute("data-start",1),g.innerHTML=""}}}},render:function(e){for(var t=this.layoutWidth,i=this.cubeSize,a=[],n=[],s=0;s0?this.content.data[e]:{url:"",link:{}}},set:function(){}},content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};t=JSON.parse(JSON.stringify(t)),this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{"content.style":function(e){this.activeIndex=0;var t=this.imgData[e-1].number||1;if(7==e)if(this.content.data.length){var i=this.content.data[0];if(i.columnEnd&&i.rowEnd)return;this.content.data=[]}else this.content.data=[];else this.initialize(t)}},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){var i,a;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:i=e.content.style,a=e.imgData[i-1].number||1,0===e.content.data.length&&e.initialize(a);case 3:case"end":return t.stop()}}),t)})))()},methods:{initialize:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.content.data=this.handleArray(e)},handleArray:function(e){for(var t=JSON.parse(JSON.stringify(this.content.data)),i=[],a=0;a0&&void 0!==arguments[0]?arguments[0]:"",t="";return e&&"[object Array]"==Object.prototype.toString.call(e)&&e[0]?e[0].url:t}}},Hi=Ui,Ji=(i("cfa9"),Object(x["a"])(Hi,Vi,Gi,!1,null,"c64a8c7e",null)),Qi=Ji.exports,Ki=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},Wi=[],Yi={components:{Widget:H,Element:Qi},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Xi=Yi,Zi=(i("3937"),Object(x["a"])(Xi,Ki,Wi,!1,null,"43b3797f",null)),ea=Zi.exports,ta={attribute:Bi,element:Qi,widget:ea},ia=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"搜索框"}},[i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{"label-width":"90px",size:"small","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("el-form-item",{attrs:{label:"提示文字"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入关键字搜索",maxlength:"10","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.text,callback:function(t){e.$set(e.content,"text",t)},expression:"content.text"}})],1)],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("边框样式")]),i("choice",{attrs:{data:e.borderData,group:"border_style"},model:{value:e.facade.border_style,callback:function(t){e.$set(e.facade,"border_style",t)},expression:"facade.border_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("文本位置")]),i("choice",{attrs:{data:e.textData,group:"text_align"},model:{value:e.facade.text_align,callback:function(t){e.$set(e.facade,"text_align",t)},expression:"facade.text_align"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#f7f7f7"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1),i("el-form-item",{attrs:{label:"输入框颜色"}},[i("colour",{attrs:{colour:"#FFFFFF"},model:{value:e.facade.border_color,callback:function(t){e.$set(e.facade,"border_color",t)},expression:"facade.border_color"}})],1),i("el-form-item",{attrs:{label:"图标颜色"}},[i("colour",{attrs:{colour:"#999999"},model:{value:e.facade.icon_color,callback:function(t){e.$set(e.facade,"icon_color",t)},expression:"facade.icon_color"}})],1),i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#999999"},model:{value:e.facade.text_color,callback:function(t){e.$set(e.facade,"text_color",t)},expression:"facade.text_color"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("高度设置")]),i("el-form-item",{attrs:{label:"框体高度"}},[i("slider",{attrs:{min:20,max:40},model:{value:e.facade.high_style,callback:function(t){e.$set(e.facade,"high_style",t)},expression:"facade.high_style"}})],1)],1)],1)],2)},aa=[],na={components:{control:f["a"],choice:_["a"],colour:g["a"],slider:se},data:function(){return{borderData:[{value:1,icon:"le-icon-graphic-party",name:"方框"},{value:2,icon:"le-icon-graphic-rounded",name:"圆角"}],textData:[{value:"left",icon:"le-icon-graphic-left",name:"居左"},{value:"center",icon:"le-icon-graphic-middle",name:"居中"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},sa=na,ra=(i("2a28"),Object(x["a"])(sa,ia,aa,!1,null,"b84b3682",null)),la=ra.exports,ca=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"search",style:{"padding-top":e.facade.high_style/2+"px","padding-bottom":e.facade.high_style/2+"px","background-color":e.facade.background_color}},[i("div",{staticClass:"search-content",class:{angle:2==e.facade.border_style},style:{textAlign:e.facade.text_align,color:e.facade.text_color,"background-color":e.facade.border_color}},[i("i",{staticClass:"le-icon le-icon-search",style:{color:e.facade.icon_color}}),i("span",[e._v(e._s(e.content.text||"请输入关键字搜索"))])])])},oa=[],da={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}}},ua=da,pa=(i("1ba6"),Object(x["a"])(ua,ca,oa,!1,null,"70deed68",null)),ma=pa.exports,ha=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},va=[],fa={components:{Widget:H,Element:ma},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},_a=fa,ga=(i("9a09"),Object(x["a"])(_a,ha,va,!1,null,"bb13ef94",null)),ba=ga.exports,ya={attribute:la,element:ma,widget:ba},ka=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"标题"}},[i("h4",[e._v("风格选择")]),i("choose",{attrs:{data:e.styleData},model:{value:e.content.style,callback:function(t){e.$set(e.content,"style",t)},expression:"content.style"}}),i("div",{staticClass:"empty"}),i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("主标题")]),i("el-form-item",{attrs:{label:"文字"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入主标题",maxlength:"8","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.title,callback:function(t){e.$set(e.content,"title",t)},expression:"content.title"}})],1),3==e.content.style?i("el-divider"):e._e(),3==e.content.style?[i("div",{staticClass:"control-item-title"},[e._v("子标题")]),i("el-form-item",{attrs:{label:"文字"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入子标题",maxlength:"8","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.subtitle,callback:function(t){e.$set(e.content,"subtitle",t)},expression:"content.subtitle"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("右侧按钮")]),i("el-form-item",{attrs:{label:"是否显示"}},[i("el-switch",{model:{value:e.content.is_more,callback:function(t){e.$set(e.content,"is_more",t)},expression:"content.is_more"}})],1),e.content.is_more?i("el-form-item",{attrs:{label:"文字"}},[i("el-input",{attrs:{type:"text",placeholder:"查看更多",maxlength:"4","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.moretitle,callback:function(t){e.$set(e.content,"moretitle",t)},expression:"content.moretitle"}})],1):e._e()]:e._e(),3==e.content.style&&e.content.is_more?i("el-form-item",{attrs:{label:"链接"}},[i("hyperlinkSelect",{model:{value:e.content.morelink,callback:function(t){e.$set(e.content,"morelink",t)},expression:"content.morelink"}},[e._v(" 请选择跳转链接 ")])],1):e._e()],2)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[3!=e.content.style?i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]):e._e(),3!=e.content.style?i("el-form-item",{attrs:{label:"标题颜色"}},[i("colour",{attrs:{colour:"#333333"},model:{value:e.facade.title_color,callback:function(t){e.$set(e.facade,"title_color",t)},expression:"facade.title_color"}})],1):e._e(),3!=e.content.style?i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#F5F5F5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1):e._e(),3==e.content.style?i("div",{staticClass:"control-item-title"},[e._v("主标题")]):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#333333"},model:{value:e.facade.title_color,callback:function(t){e.$set(e.facade,"title_color",t)},expression:"facade.title_color"}})],1):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"字号"}},[i("slider",{attrs:{min:12,max:32},model:{value:e.facade.title_font_size,callback:function(t){e.$set(e.facade,"title_font_size",t)},expression:"facade.title_font_size"}})],1):e._e(),3==e.content.style?i("el-divider"):e._e(),3==e.content.style?i("div",{staticClass:"control-item-title"},[e._v("子标题")]):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#999999"},model:{value:e.facade.subtitle_color,callback:function(t){e.$set(e.facade,"subtitle_color",t)},expression:"facade.subtitle_color"}})],1):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"字号"}},[i("slider",{attrs:{min:12,max:32},model:{value:e.facade.subtitle_font_size,callback:function(t){e.$set(e.facade,"subtitle_font_size",t)},expression:"facade.subtitle_font_size"}})],1):e._e(),3==e.content.style?i("el-divider"):e._e(),3==e.content.style?i("div",{staticClass:"control-item-title"},[e._v("右侧按钮")]):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"按钮颜色"}},[i("colour",{attrs:{colour:"#999999"},model:{value:e.facade.more_color,callback:function(t){e.$set(e.facade,"more_color",t)},expression:"facade.more_color"}})],1):e._e(),3==e.content.style?i("el-divider"):e._e(),3==e.content.style?i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]):e._e(),3==e.content.style?i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#F5F5F5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1):e._e(),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("边距设置")]),i("el-form-item",{attrs:{label:"上下边距"}},[i("slider",{attrs:{min:20,max:40},model:{value:e.facade.margin,callback:function(t){e.$set(e.facade,"margin",t)},expression:"facade.margin"}})],1)],1)],1)],2)},xa=[],Ca={components:{control:f["a"],choose:Bt,colour:g["a"],slider:se,hyperlinkSelect:b["a"]},data:function(){return{styleData:[{value:1,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/title-style1.png"},{value:2,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/title-style2.png"},{value:3,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/title-style3.png"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},wa=Ca,Sa=(i("7bb5"),Object(x["a"])(wa,ka,xa,!1,null,"58b7ec6e",null)),$a=Sa.exports,Oa=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"title",style:{"padding-top":e.facade.margin+"px","padding-bottom":e.facade.margin+"px",backgroundColor:e.facade.background_color}},[1==e.content.style?i("div",{staticClass:"title-style1",style:{color:e.facade.title_color}},[i("div",{staticClass:"title-content"},[e._v(" "+e._s(e.content.title)+" ")])]):e._e(),2==e.content.style?i("div",{staticClass:"title-style2",style:{color:e.facade.title_color}},[i("div",{staticClass:"title-content"},[e._v(" "+e._s(e.content.title)+" ")]),i("div",{staticClass:"title-decorate"},[e._v("◇")])]):e._e(),3==e.content.style?i("div",{staticClass:"title-style3"},[i("div",{staticClass:"title-content",style:{color:e.facade.title_color,"font-size":e.facade.title_font_size+"px"}},[e._v(" "+e._s(e.content.title)+" ")]),e.content.is_more?i("div",{staticClass:"title-more",style:{color:e.facade.more_color}},[e._v(" "+e._s(e.content.moretitle)+" "),i("i",{staticClass:"le-icon le-icon-arrow-right"})]):e._e(),i("div",{staticClass:"title-subtitle",style:{color:e.facade.subtitle_color,"font-size":e.facade.subtitle_font_size+"px"}},[e._v(" "+e._s(e.content.subtitle)+" ")])]):e._e()])},Aa=[],ja={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Da=ja,La=(i("3e15"),Object(x["a"])(Da,Oa,Aa,!1,null,"588337aa",null)),Ea=La.exports,Ia=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},Na=[],Pa={components:{Widget:H,Element:Ea},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Ta=Pa,za=(i("f73d"),Object(x["a"])(Ta,Ia,Na,!1,null,"960a30b0",null)),Ra=za.exports,Fa={attribute:$a,element:Ea,widget:Ra},Ma=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"视频",is_tab:!1}},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("el-form-item",{attrs:{label:"视频来源"}},[i("el-radio-group",{staticClass:"le-radio-group",on:{change:function(t){return e.emptyVideo()}},model:{value:e.content.source,callback:function(t){e.$set(e.content,"source",t)},expression:"content.source"}},[i("el-radio",{attrs:{label:0}},[e._v("素材库")]),i("el-radio",{attrs:{label:1}},[e._v("网络")])],1)],1),1==e.content.source?i("el-form-item",{attrs:{label:"视频地址"}},[i("el-input",{attrs:{placeholder:"复制视频地址到这里"},model:{value:e.content.video.url,callback:function(t){e.$set(e.content.video,"url",t)},expression:"content.video.url"}}),i("p",{staticClass:"tips"},[e._v("支持视频源地址和腾讯视频平台的网络视频")])],1):i("el-form-item",{attrs:{label:"视频上传"}},[i("div",{staticClass:"select-cover__120"},[i("videoDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__120-edit"},[i("el-image",{attrs:{src:t.url.cover||"",fit:"cover"}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"le-icon le-icon-morentupian"})])]),i("div",{staticClass:"select-cover__120-tips"},[e._v("替换视频")])],1)}}]),model:{value:e.content.video,callback:function(t){e.$set(e.content,"video",t)},expression:"content.video"}},[i("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),i("span",{staticClass:"select-cover__120-text"},[e._v("添加视频")])])])],1),i("p",{staticClass:"tips"},[e._v(" 视频大小不超过 100 MB,建议时长在5分钟以内,宽高比 16:9 ")])]),i("el-form-item",{attrs:{label:"视频封面"}},[i("div",{staticClass:"select-cover__120"},[i("pictureDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__120-edit"},[i("el-image",{attrs:{src:t.url,fit:"cover"}}),i("div",{staticClass:"select-cover__120-tips"},[e._v("替换封面")])],1)}}]),model:{value:e.content.cover,callback:function(t){e.$set(e.content,"cover",t)},expression:"content.cover"}},[i("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),i("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),i("p",{staticClass:"tips"},[e._v("大小不超过3M,建议宽高比 16:9")])]),i("el-form-item",{attrs:{label:"自动播放"}},[i("el-switch",{model:{value:e.content.autoplay,callback:function(t){e.$set(e.content,"autoplay",t)},expression:"content.autoplay"}}),i("span",{staticClass:"tips"},[e._v(" 默认静音播放")])],1),i("el-form-item",{attrs:{label:"循环播放"}},[i("el-switch",{model:{value:e.content.loop,callback:function(t){e.$set(e.content,"loop",t)},expression:"content.loop"}})],1)],1)],1)},qa=[],Ba={components:{control:f["a"]},data:function(){return{}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},methods:{emptyVideo:function(){this.content.video={}}}},Va=Ba,Ga=(i("2371"),Object(x["a"])(Va,Ma,qa,!1,null,"066bfb72",null)),Ua=Ga.exports,Ha=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"video"},[e._m(0),i("div",{staticClass:"video-cover",style:{"background-image":"url("+e.cover+")"}})])},Ja=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"video-icon"},[i("i",{staticClass:"le-icon le-icon-bofang"})])}],Qa={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},computed:{cover:function(){return this.content.cover?this.content.cover:this.content.video&&this.content.video.cover?this.content.video.cover:""}}},Ka=Qa,Wa=(i("cf7d"),Object(x["a"])(Ka,Ha,Ja,!1,null,"53e6a7f5",null)),Ya=Wa.exports,Xa=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},Za=[],en={components:{Widget:H,Element:Ya},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},tn=en,an=(i("b0f3"),Object(x["a"])(tn,Xa,Za,!1,null,"087ddb22",null)),nn=an.exports,sn={attribute:Ua,element:Ya,widget:nn},rn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"微信公众号",is_tab:!1}},[i("div",{staticClass:"control-item-title"},[e._v("该模块由系统根据设置自动展示,无需编辑")])])},ln=[],cn={components:{control:f["a"]},data:function(){return{}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},on=cn,dn=(i("1d36"),Object(x["a"])(on,rn,ln,!1,null,"b7860d10",null)),un=dn.exports,pn=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},mn=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"wechat"},[i("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/wechat_bg.png",width:"100%",height:"100%"}})])}],hn={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{margin:function(){return 1==this.facade.chamfer_style?0:10}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},vn=hn,fn=(i("49b4"),Object(x["a"])(vn,pn,mn,!1,null,"45966961",null)),_n=fn.exports,gn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index,type:"wechat"}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},bn=[],yn={components:{Widget:H,Element:_n},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},kn=yn,xn=(i("6e9e"),Object(x["a"])(kn,gn,bn,!1,null,"39e6536d",null)),Cn=xn.exports,wn={attribute:un,element:_n,widget:Cn},Sn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"选项卡"}},[i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"80px",size:"small","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("选项卡设置")]),i("dragrank",{on:{change:e.handleChange},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}}),i("div",{staticClass:"button-adddata"},[i("el-button",{attrs:{disabled:10==e.content.data.length},on:{click:e.handleAdditem}},[e._v("添加选项")]),i("p",{staticClass:"tips"},[e._v(" 最多添加10个选项卡,拖拽可改变选项卡顺序 ")])],1),i("el-divider"),e.content.data.length?i("div",{staticClass:"control-item-title"},[e._v("选项内容")]):e._e(),e.content.data.length?i("div",{staticClass:"select-photo"},[i("el-form-item",{attrs:{label:"选项名称"}},[i("el-input",{attrs:{type:"text",placeholder:"输入选项名称",maxlength:"6","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.data[e.index].title,callback:function(t){e.$set(e.content.data[e.index],"title",t)},expression:"content.data[index].title"}})],1),i("el-form-item",{attrs:{label:"添加商品"}},[i("el-radio-group",{model:{value:e.content.data[e.index].type,callback:function(t){e.$set(e.content.data[e.index],"type",t)},expression:"content.data[index].type"}},[i("el-radio",{attrs:{label:1}},[e._v("选择商品")]),i("el-radio",{attrs:{label:2}},[e._v("选择分类")])],1)],1),i("div",{staticClass:"empty"}),2!=e.contentData.type?i("goodsSelet",{attrs:{number:50,limit:50-e.contentData.goods.length},on:{change:e.handleGoodsChange,confirm:e.handleGoodsConfirm,remove:e.handleGoodsRemove},model:{value:e.contentData.goods,callback:function(t){e.$set(e.contentData,"goods",t)},expression:"contentData.goods"}}):e._e(),2==e.contentData.type?i("classifySelect",{on:{confirm:e.handleGroupConfirm,delete:e.handleGroupConfirm},model:{value:e.contentData.group,callback:function(t){e.$set(e.contentData,"group",t)},expression:"contentData.group"}}):e._e()],1):e._e(),e.content.data.length?i("el-divider"):e._e(),i("div",{staticClass:"control-item-title"},[e._v("商品内容")]),i("el-form-item",{attrs:{label:"商品名称"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_title,callback:function(t){e.$set(e.content,"is_title",t)},expression:"content.is_title"}})],1),i("el-form-item",{attrs:{label:"商品价格"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_price,callback:function(t){e.$set(e.content,"is_price",t)},expression:"content.is_price"}})],1),i("el-form-item",{attrs:{label:"商品按钮"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_button,callback:function(t){e.$set(e.content,"is_button",t)},expression:"content.is_button"}})],1)],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("列表样式")]),i("choice",{attrs:{data:e.listData,width:"112px",group:"list_style"},model:{value:e.facade.list_style,callback:function(t){e.$set(e.facade,"list_style",t)},expression:"facade.list_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片样式")]),i("el-radio-group",{model:{value:e.facade.card_style,callback:function(t){e.$set(e.facade,"card_style",t)},expression:"facade.card_style"}},[i("el-radio",{attrs:{label:1}},[e._v("无边白底")]),i("el-radio",{attrs:{label:2}},[e._v("卡片投影")]),i("el-radio",{attrs:{label:3}},[e._v("描边白底")]),i("el-radio",{attrs:{label:4}},[e._v("无边透明底")])],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片倒角")]),i("choice",{attrs:{data:e.cardData,group:"chamfer_style"},model:{value:e.facade.chamfer_style,callback:function(t){e.$set(e.facade,"chamfer_style",t)},expression:"facade.chamfer_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("距离设置")]),i("el-form-item",{attrs:{label:"商品间距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.margin,callback:function(t){e.$set(e.facade,"margin",t)},expression:"facade.margin"}})],1),i("el-form-item",{attrs:{label:"左右边距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.padding,callback:function(t){e.$set(e.facade,"padding",t)},expression:"facade.padding"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#F5F5F5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1)],1)],1)],2)},$n=[],On=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"dragrank"},[i("draggable",{staticClass:"dragrank-content",attrs:{handle:".dragrank-item",chosenClass:"chosen",forceFallback:"true",group:"people",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.tabArray,callback:function(t){e.tabArray=t},expression:"tabArray"}},[i("transition-group",e._l(e.tabArray,(function(t,a){return i("label",{key:"kd"+a,staticClass:"dragrank-item"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"dragrank-item-radio",attrs:{type:"radio",disabled:!e.edit},domProps:{value:a,checked:e._q(e.select,a)},on:{change:function(t){e.select=a}}}),i("div",{staticClass:"dragrank-item-title"},[i("span",[e._v(e._s(t[e.titleKey]))]),i("i",{staticClass:"le-icon le-icon-trash dragrank-item-del",on:{click:function(t){return t.stopPropagation(),e.handleDelete(a)}}})])])})),0)],1)],1)},An=[],jn={components:{draggable:oi.a},props:{value:{type:[Array,Object],default:""},edit:{type:Boolean,default:function(){return!0}},titleKey:{type:String,default:function(){return"title"}}},data:function(){return{select:this.edit?0:-1}},computed:{tabArray:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},watch:{select:function(e){this.$emit("change",e)}},methods:{handleDelete:function(e){e===this.select&&(this.select=0),this.tabArray.splice(e,1)},onStart:function(){this.drag=!0},onEnd:function(){this.drag=!1}}},Dn=jn,Ln=(i("16f6"),Object(x["a"])(Dn,On,An,!1,null,"86c7450a",null)),En=Ln.exports,In={components:{control:f["a"],choice:_["a"],colour:g["a"],slider:se,convert:De,dragrank:En,classifySelect:Re,goodsSelet:Fe["a"],photoSelect:_t,hyperlinkSelect:b["a"],tag:Le["a"]},data:function(){return{index:0,data:{type:1,goods:[],group:{}},listData:[{value:1,icon:"le-icon-graphic-figure",name:"大图模式"},{value:2,icon:"le-icon-graphic-columns",name:"一行两个"},{value:3,icon:"le-icon-graphic-list",name:"列表模式"},{value:4,icon:"le-icon-graphic-sliding",name:"横向滑动"}],cardData:[{value:0,icon:"le-icon-graphic-angle",name:"直角"},{value:1,icon:"le-icon-rounded-line",name:"圆角"}]}},computed:{contentData:{get:function(){var e=this.index,t=this.content.data[e];return JSON.parse(JSON.stringify(t))},set:function(e){var t=this.index,i=JSON.parse(JSON.stringify(e));this.content.data[t]=i}},content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleGoodsChange:function(e){var t=this.index;this.content.data[t].goods=e},handleGoodsConfirm:function(e){var t=this.index,i=this.content.data[t].goods||[];i=JSON.parse(JSON.stringify(i)),i.push.apply(i,e),this.content.data[t].goods=i.splice(0,20)},handleGoodsRemove:function(e){var t=this.index;e=JSON.parse(JSON.stringify(e)),this.content.data[t].goods=e},handleGroupConfirm:function(e){var t=this.index;e=JSON.parse(JSON.stringify(e)),this.content.data[t].group=e},handleChange:function(e){this.index=e},handleAdditem:function(){this.content.data.length<10?this.content.data.push({title:"名称",type:1,goods:[],group:{}}):this.$message({message:"最多添加10个选项卡",type:"warning"})}}},Nn=In,Pn=(i("515a"),Object(x["a"])(Nn,Sn,$n,!1,null,"9eb26e82",null)),Tn=Pn.exports,zn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"tabs",style:{backgroundColor:e.facade.background_color}},[i("div",{staticClass:"tabs-header",class:{active:e.active}},[e.is_arrow?i("label",{staticClass:"tabs-header-icon"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.active,expression:"active"}],staticClass:"tabs-header-checkbox",attrs:{type:"checkbox"},domProps:{value:!0,checked:Array.isArray(e.active)?e._i(e.active,!0)>-1:e.active},on:{change:function(t){var i=e.active,a=t.target,n=!!a.checked;if(Array.isArray(i)){var s=!0,r=e._i(i,s);a.checked?r<0&&(e.active=i.concat([s])):r>-1&&(e.active=i.slice(0,r).concat(i.slice(r+1)))}else e.active=n}}})]):e._e(),e.active?i("div",{staticClass:"tabs-header-active"},[e._v(" 分类切换 ")]):e._e(),e._l(e.content.data,(function(t,a){return i("label",{key:a,ref:"imgBox",refInFor:!0,staticClass:"tabs-header-item"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"tabs-header-radio",attrs:{type:"radio"},domProps:{value:a,checked:e._q(e.select,a)},on:{change:function(t){e.select=a}}}),i("div",{staticClass:"tabs-header-title"},[e._v(e._s(t.title))])])})),0===e.content.data.length?i("label",{staticClass:"tabs-header-item "},[i("div",{staticClass:"tabs-header-title active"},[e._v("选项卡")])]):e._e()],2),i("div",{staticClass:"tabs-content"},[i("div",{staticClass:"tabs-content-item"},[i("Goods",{attrs:{facade:e.facade,content:e.goodsContent}})],1)])])},Rn=[],Fn={components:{Goods:Ot},props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{is_arrow:!1,active:!1,select:0}},computed:{goodsContent:function(){if(this.getImgBox(),this.content.data.length>0){var e=this.content.data[0];return Object(Ge["a"])(Object(Ge["a"])({},e),{},{is_title:this.content.is_title,is_price:this.content.is_price,is_button:this.content.is_button})}return{type:1,goods:[],group:{},is_title:this.content.is_title,is_price:this.content.is_price,is_button:this.content.is_button}}},methods:{getImgBox:function(){if(this.is_arrow=!1,this.$refs.imgBox&&this.$refs.imgBox[1]){var e=0;for(var t in this.$refs.imgBox){var i=this.$refs.imgBox[t];i.offsetWidth&&(e+=i.offsetWidth,e>265&&(this.is_arrow=!0))}}}}},Mn=Fn,qn=(i("f372"),Object(x["a"])(Mn,zn,Rn,!1,null,"773a97e4",null)),Bn=qn.exports,Vn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},Gn=[],Un={components:{Widget:H,Element:Bn},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Hn=Un,Jn=(i("75c9"),Object(x["a"])(Hn,Vn,Gn,!1,null,"809ec630",null)),Qn=Jn.exports,Kn={attribute:Tn,element:Bn,widget:Qn},Wn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"公告",is_tab:!1}},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("文字设置")]),i("el-form-item",{attrs:{label:"文字内容"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入文字内容"},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.title,callback:function(t){e.$set(e.content,"title",t)},expression:"content.title"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#f58e20"},model:{value:e.facade.title_color,callback:function(t){e.$set(e.facade,"title_color",t)},expression:"facade.title_color"}})],1),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#fff5e1"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("速度设置")]),i("el-form-item",{attrs:{label:"轮播速度"}},[i("el-radio-group",{staticClass:"le-radio-group",model:{value:e.facade.speed,callback:function(t){e.$set(e.facade,"speed",t)},expression:"facade.speed"}},[i("el-radio",{attrs:{label:80}},[e._v("标准速")]),i("el-radio",{attrs:{label:40}},[e._v("中速")]),i("el-radio",{attrs:{label:20}},[e._v("低速")])],1)],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("图标设置")]),i("el-form-item",{attrs:{label:"公告图标"}},[i("div",{staticClass:"select-cover__60"},[i("pictureDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__60-edit",staticStyle:{border:"1px solid #DCDFE6","border-radius":"4px"}},[i("el-image",{attrs:{src:e.content.icon,fit:"cover"}}),i("div",{staticClass:"select-cover__60-tips"},[e._v(" 替换 ")])],1)}}]),model:{value:e.content.icon,callback:function(t){e.$set(e.content,"icon",t)},expression:"content.icon"}},[i("div",{staticClass:"select-cover__60-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add select-cover__60-icon"})])])],1),i("p",{staticClass:"tips"},[e._v(" 建议尺寸:80px*80px "),i("span",{staticClass:"resetBtn",on:{click:e.resetIcon}},[e._v("恢复默认")])])])],1)],1)},Yn=[],Xn={components:{control:f["a"],colour:g["a"]},data:function(){return{}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{resetIcon:function(){this.content.icon="http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/notice-img.png"}}},Zn=Xn,es=(i("1707"),Object(x["a"])(Zn,Wn,Yn,!1,null,"33084e2a",null)),ts=es.exports,is=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"notice",style:{backgroundColor:e.facade.background_color}},[i("div",{staticClass:"notice-icon"},[i("img",{attrs:{src:e.content.icon}})]),i("div",{staticClass:"notice-title",style:{color:e.facade.title_color}},[e._v(e._s(e.content.title))])])},as=[],ns={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()}},ss=ns,rs=(i("160e"),Object(x["a"])(ss,is,as,!1,null,"90d61704",null)),ls=rs.exports,cs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index,type:"notice"}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},os=[],ds={components:{Widget:H,Element:ls},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},us=ds,ps=(i("67f9"),Object(x["a"])(us,cs,os,!1,null,"190eb551",null)),ms=ps.exports,hs={attribute:ts,element:ls,widget:ms},vs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"优惠券"}},[i("h4",[e._v("风格选择")]),i("choose",{attrs:{data:e.styleData,width:"342px",height:"86px"},model:{value:e.content.style,callback:function(t){e.$set(e.content,"style",t)},expression:"content.style"}}),i("div",{staticClass:"empty"}),i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("添加优惠券")]),i("el-radio-group",{staticClass:"le-radio-group",model:{value:e.content.autoplay,callback:function(t){e.$set(e.content,"autoplay",t)},expression:"content.autoplay"}},[i("el-radio",{attrs:{label:0}},[e._v("手动添加")]),i("el-radio",{attrs:{label:1}},[e._v("自动获取")])],1),0===e.content.autoplay?[i("dragrank",{attrs:{edit:!1,"title-key":"name"},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}}),i("div",{staticClass:"button-adddata"},[i("coupon-select",{attrs:{limit:10},model:{value:e.content.data,callback:function(t){e.$set(e.content,"data",t)},expression:"content.data"}},[i("el-button",{attrs:{disabled:10==e.content.data.length}},[e._v("添加优惠券")])],1),i("p",{staticClass:"tips"},[e._v(" 最多添加10张优惠券,拖拽可改变顺序 ")])],1)]:[i("div",{staticClass:"le-coupon-num"},[i("div",{staticClass:"control-item-title"},[e._v("优惠券数")]),i("el-input",{attrs:{maxlength:2,placeholder:"请输入10以内的整数"},on:{input:e.inputNumber},model:{value:e.content.number,callback:function(t){e.$set(e.content,"number",e._n(t))},expression:"content.number"}})],1)]],2)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("列表样式")]),i("choice",{attrs:{data:e.listData,width:"80px",group:"list_style"},model:{value:e.facade.list_style,callback:function(t){e.$set(e.facade,"list_style",t)},expression:"facade.list_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#fff5e1"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1),i("el-form-item",{attrs:{label:"文字颜色"}},[i("colour",{attrs:{colour:"#ff830b"},model:{value:e.facade.title_color,callback:function(t){e.$set(e.facade,"title_color",t)},expression:"facade.title_color"}})],1)],1)],1)],2)},fs=[],_s=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("popup",{attrs:{limit:e.limit},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[e._t("default")],2)},gs=[],bs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"coupon-select"},[i("div",{staticClass:"coupon-select__search"},[i("el-autocomplete",{staticClass:"le-coupon-page_search",attrs:{placeholder:"输入优惠券名称搜索","trigger-on-focus":!1,disabled:e.loading,clearable:"",size:"small","fetch-suggestions":e.querySearch},on:{clear:function(t){return e.getList(1)},select:function(t){return e.getList(1)}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getList(1)}},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getList(1)}},slot:"append"})],1)],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"couponTable",attrs:{data:e.list,"tooltip-effect":"dark","cell-class-name":"le-table-row",height:"368px","row-key":"id"},on:{"sort-change":e.sort,"selection-change":e.handleChange}},[i("el-table-column",{attrs:{type:"selection",width:"50"}}),i("el-table-column",{attrs:{label:"优惠券名称",prop:"name"}}),i("el-table-column",{attrs:{label:"优惠内容",width:"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===Number(t.row.min_price)?[e._v(" 无门槛使用,减"+e._s(t.row.sub_price)+" ")]:[e._v(" 满"+e._s(t.row.min_price)+"减"+e._s(t.row.sub_price)+" ")]]}}])}),i("el-table-column",{attrs:{label:"已领取/剩余"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.obtain_num)+"/"+e._s(t.row.over_num)+" ")]}}])}),i("el-table-column",{attrs:{label:"已使用",prop:"use_num",sortable:"custom"}}),i("el-table-column",{attrs:{prop:"stocks",label:"用券时间",width:"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[1===t.row.expire_type?[e._v("领取后"+e._s(t.row.expire_day)+"天内")]:2===t.row.expire_type?[e._v(" "+e._s(e._f("timeFormat")(t.row.begin_time,"yyyy-mm-dd hh:MM:ss"))+"-"),i("br"),e._v(" "+e._s(e._f("timeFormat")(t.row.end_time,"yyyy-mm-dd hh:MM:ss"))+" ")]:e._e()]}}])}),i("el-table-column",{attrs:{prop:"status",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[1===t.row.status?i("div",{staticClass:"le-table-status le-status-success"},[e._v(" 上架中 ")]):0===t.row.status?i("div",{staticClass:"le-table-status le-status-gray"},[e._v(" 下架中 ")]):2===t.row.status?i("div",{staticClass:"le-table-status le-status-caveat"},[e._v(" 已结束 ")]):e._e()]}}])})],1),i("div",{staticClass:"coupon-select__page flex justify-end"},[i("el-pagination",{attrs:{layout:"prev, pager, next,jumper","current-page":e.pagination.current,"page-count":e.pagination.count,disabled:e.loading},on:{"current-change":e.getList}})],1)],1)},ys=[],ks=(i("c740"),{components:{},inject:["self"],data:function(){return{select:0,keyword:"",loading:!0,form:{name:"",sort:4,status:-1},list:[],pagination:{current:1,count:1},choose:[],selected:{}}},props:{limit:{type:Number,default:1},value:{type:Array},dialogVisible:{type:Boolean}},watch:{dialogVisible:{handler:function(e){var t=this;if(e){this.selected={};var i=JSON.parse(JSON.stringify(this.self.selectData));i.forEach((function(e){t.selected[e.id]=e})),this.getList(1)}},immediate:!0}},methods:{sort:function(e){"ascending"===e.order?this.form.sort=1:"descending"===e.order?this.form.sort=2:this.form.sort=4,this.getList(1)},getList:function(e){var t=this;this.loading=!0,this.$heshop.coupon("get",this.form).page(e,5).then((function(e){var i=e.headers,a=e.data;t.list=a,t.pagination={current:+i["x-pagination-current-page"],count:+i["x-pagination-page-count"]},t.choose=[],t.$nextTick((function(){t.list.forEach((function(e){for(var i in t.selected)e.id===t.selected[i].id&&t.$refs["couponTable"].toggleRowSelection(e,!0)}))})),t.loading=!1})).catch((function(e){console.error(e),t.loading=!1,t.$message.error(e.data.message)}))},handleChange:function(e){var t=this;if(e.length>=this.choose.length)e.forEach((function(e){"undefined"==typeof t.selected[e.id]&&(t.selected[e.id]=e)}));else{var i=[];this.choose.forEach((function(t){var a=e.findIndex((function(e){return e.id===t.id}));-1===a&&i.push(t.id)})),i.forEach((function(e){delete t.selected[e]}))}this.choose=e;var a=[];for(var n in this.selected)this.selected.hasOwnProperty(n)&&a.push(this.selected[n]);this.self.selectData=a},querySearch:function(e,t){var i=this;this.$heshop.coupon("get",{name:e,sort:4,status:-1}).page(1,5).then((function(e){var i=e.data.map((function(e){return{value:e.name}}));t(i)})).catch((function(e){console.error(e),i.$message.error(e.data.message)}))}}}),xs=ks,Cs=(i("f69e"),Object(x["a"])(xs,bs,ys,!1,null,"5c1a046d",null)),ws=Cs.exports,Ss={components:{Table:ws},provide:function(){return{self:this}},props:{value:{type:[Array],default:[]},data:{type:[String,Number,Boolean,Object,Array],default:""},select:{type:Boolean,default:!1},type:{type:String,default:"radio"},limit:{type:Number,default:1}},data:function(){return{selectData:this.value,dialogVisible:!1}},watch:{value:{handler:function(e){this.selectData=e},immediate:!0}},methods:{handleClick:function(){this.value.length>=this.limit||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.selectData.length>this.limit?this.$message({message:"多选"+(this.selectData.length-this.limit)+"件优惠券",type:"warning"}):(this.$emit("input",this.selectData),this.dialogVisible=!1)}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={on:{click:i}},l={props:{visible:t,title:"添加优惠券","before-close":a,width:"1002px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"goods-dialog"},[e("div",Ve()([{class:"goods-dialog-title"},r]),[s]),e("el-dialog",Ve()([{},l]),[e(ws,{attrs:{dialogVisible:t}}),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},$s=Ss,Os=Object(x["a"])($s,o,d,!1,null,"0bcf94a6",null),As=Os.exports,js={data:function(){return{drag:!1}},props:{value:{type:Array,default:[]},limit:{type:Number,default:50}},computed:{selectData:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},components:{popup:As}},Ds=js,Ls=Object(x["a"])(Ds,_s,gs,!1,null,"559bd7d0",null),Es=Ls.exports,Is={components:{control:f["a"],choose:Bt,colour:g["a"],choice:_["a"],dragrank:En,couponSelect:Es},data:function(){return{styleData:[{value:1,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/coupon-style-1.png"},{value:2,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/coupon-style-2.png"},{value:3,src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/coupon-style-3.png"}],listData:[{value:1,name:"一行一个"},{value:2,name:"一行两个"},{value:3,name:"横向滑动"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}}},methods:{inputNumber:function(e){e=e.replace(/[^0-9]/g,""),e&&(e=parseInt(e),e>10&&(e=10)),this.content.number=e}}},Ns=Is,Ps=(i("924b"),Object(x["a"])(Ns,vs,fs,!1,null,"44d504e4",null)),Ts=Ps.exports,zs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"coupon"},[i("div",{staticClass:"le-coupon-box",class:[e.couponBox]},e._l(e.newData,(function(t,a){return i("div",{key:a,staticClass:"le-coupon-item",class:[e.couponItem],style:[e.itemStyle]},[2===e.content.style?i("div",{staticClass:"le-item-Jagged"}):e._e(),i("div",{staticClass:"le-coupon-item-content flex"},[i("div",{staticClass:"le-coupon-item-left",style:[e.borderStyle,e.leftStyle]},[i("div",{staticClass:"le-coupon-item-price",style:[e.textStyle,e.priceStyle]},[e._v(e._s(e._f("setNumber")(t.sub_price)))]),1!==e.facade.list_style?i("div",{staticClass:"le-coupon-iem-appoint",style:[e.textStyle,e.appointStyle]},[e._v(e._s(1===t.appoint_type?"全部商品可用":"部分商品可用")+" ")]):e._e(),i("div",{staticClass:"le-coupon-item-min",style:[e.textStyle,e.minStyle]},[1===t.expire_type?[e._v(" 满"+e._s(e._f("setNumber")(t.min_price))+"可用 ")]:[e._v(" 无门槛 ")]],2)]),i("div",{staticClass:"le-coupon-item-center"},[1===e.content.style?[i("div",{staticClass:"le-item-doc le-item-doc-a"}),i("div",{staticClass:"le-item-doc le-item-doc-b"}),i("div",{staticClass:"le-item-center"},[i("div",{staticClass:"sawtooth"}),i("div",{staticClass:"le-item-center-doc le-item-center-doc-a",style:[e.borderStyle]}),i("div",{staticClass:"le-item-center-doc le-item-center-doc-b",style:[e.borderStyle]})])]:2===e.content.style?i("div",{staticClass:"le-coupon-item-center-line",style:[e.lineColor]}):e._e()],2),i("div",{staticClass:"le-coupon-item-right",class:[e.rightClass],style:[e.borderStyle,e.rightStyle]},[1===e.facade.list_style?i("div",{staticClass:"flex flex-sub flex-direction justify-between le-coupon-item-text"},[i("div",{staticClass:"le-coupon-item-name",style:[e.textStyle]},[e._v(e._s(t.name))]),i("div",{staticClass:"le-coupon-iem-appoint",style:[e.textStyle,e.appointStyle]},[e._v(" "+e._s(1===t.appoint_type?"全部商品可用":"部分商品可用")+" ")])]):e._e(),i("div",{staticClass:"le-coupon-btn",style:[e.textStyle,e.couponBtn]},[e._v("领取")])])]),2===e.content.style?i("div",{staticClass:"le-item-Jagged"}):e._e()])})),0)])},Rs=[],Fs=(i("99af"),{props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{list:[]}},computed:{newData:function(){if(0===this.content.data.length){var e={expire_type:2,appoint_type:1,name:"优惠券名称",sub_price:88},t=[e,e,e];return 2===this.facade.list_style&&t.push(e),t}return this.content.data},couponBox:function(){return 1===this.facade.list_style?"":2===this.facade.list_style?"flex flex-wrap":3===this.facade.list_style?"flex":void 0},couponItem:function(){var e="";return 3===this.content.style&&(e+="fillet "),1===this.facade.list_style?e+="":2===this.facade.list_style?e+="le-item-marginRight-odd ":3===this.facade.list_style&&(e+="le-item-marginRight "),e},rightClass:function(){return 1===this.facade.list_style?"flex ":2===this.facade.list_style||3===this.facade.list_style?"":void 0},itemStyle:function(){var e={backgroundColor:this.facade.background_color};return 1===this.facade.list_style?(e.width="355px",e.marginBottom="5px"):2===this.facade.list_style?(e.width="174.5px",e.marginBottom="5px"):3===this.facade.list_style&&(e.width="140px"),e},textStyle:function(){return{color:this.facade.title_color}},borderStyle:function(){return{borderColor:this.facade.title_color}},leftStyle:function(){var e="1px solid "+this.facade.title_color,t={};return 1===this.content.style&&(t={borderTop:e,borderBottom:e,borderLeft:e}),1===this.facade.list_style?t.width="100px":2===this.facade.list_style?t.width="119px":3===this.facade.list_style&&(t.width="84px"),t},rightStyle:function(){var e="1px solid "+this.facade.title_color,t={};return 1===this.content.style&&(t={borderTop:e,borderBottom:e,borderRight:e}),1===this.facade.list_style?t.width="230px":(2===this.facade.list_style||3===this.facade.list_style)&&(t.width="32px"),t},priceStyle:function(){var e={};return 1===this.facade.list_style?(e.lineHeight="26px",e.marginTop="12.5px",e.fontSize="22px"):(2===this.facade.list_style||3===this.facade.list_style)&&(e.lineHeight="22px",e.marginTop="8px",e.fontSize="22px"),e},minStyle:function(){var e={};return 1===this.facade.list_style?(e.lineHeight="18px",e.fontSize="12px"):(2===this.facade.list_style||3===this.facade.list_style)&&(e.lineHeight="14px",e.fontSize="10px"),e},couponBtn:function(){var e={};return 1===this.facade.list_style?(e.width="63px",e.height="63px",e.lineHeight="63px"):(2===this.facade.list_style||3===this.facade.list_style)&&(e.writingMode="vertical-rl",e.height="63px",e.lineHeight="30px",e.width="30px"),e},appointStyle:function(){var e={};return 1===this.facade.list_style||(2===this.facade.list_style||3===this.facade.list_style)&&(e.textAlign="center"),e},lineColor:function(){return{backgroundImage:"repeating-linear-gradient(180deg, ".concat(this.facade.title_color,", ").concat(this.facade.title_color," 4px, transparent 0, transparent 8px)")}}},filters:{setNumber:function(e){return Number(e)}}}),Ms=Fs,qs=(i("25af"),Object(x["a"])(Ms,zs,Rs,!1,null,"41695ef6",null)),Bs=qs.exports,Vs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},Gs=[],Us={components:{Widget:H,Element:Bs},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Hs=Us,Js=(i("e599"),Object(x["a"])(Hs,Vs,Gs,!1,null,"68eb1431",null)),Qs=Js.exports,Ks={attribute:Ts,element:Bs,widget:Qs},Ws=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"任务中心"}},[i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"80px",size:"small","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("积分任务")]),i("taskPopup",{attrs:{visible:e.dialogVisible},on:{"update:visible":function(t){e.dialogVisible=t}},model:{value:e.content.task,callback:function(t){e.$set(e.content,"task",t)},expression:"content.task"}},[i("div",{staticClass:"control-task",attrs:{slot:"task"},slot:"task"},[i("div",{staticClass:"control-task_header"},[e._v(" "+e._s(e.content.task.name)+"送积分 "),i("i",{staticClass:"le-icon le-icon-cha2 select-photo__close",on:{click:e.handleDelete}})]),i("div",{staticClass:"control-task_body"},[i("img",{staticClass:"control-task_icon",attrs:{src:e.content.task.icon}}),i("div",{staticClass:"control-task_title"},[e._v(e._s(e.getRemark(e.content.task)))]),i("div",{staticClass:"control-task_button"},[e._v("去攒积分")]),i("div",{staticClass:"content-task-mark",on:{click:function(t){e.dialogVisible=!0}}},[i("div",{staticClass:"content-task-bg"}),i("div",{staticClass:"content-task-h3"},[e._v("替换")])])])]),i("div",{staticClass:"control-task_empty",attrs:{slot:"empty"},slot:"empty"},[i("el-button",{on:{click:function(t){e.dialogVisible=!0}}},[e._v("添加积分任务")])],1)]),i("div",{staticClass:"tips",staticStyle:{height:"24px"}}),e.content.task.icon?i("el-form-item",{attrs:{label:"任务图标"}},[i("div",{staticClass:"select-photo__item"},[i("div",{staticClass:"select-photo__upload"},[i("pictureDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return i("div",{staticClass:"select-cover__60-edit"},[i("el-image",{attrs:{src:t.url,fit:"cover"}}),i("div",{staticClass:"select-cover__60-tips"},[e._v(" 替换 ")])],1)}}],null,!1,17302182),model:{value:e.content.icon,callback:function(t){e.$set(e.content,"icon",t)},expression:"content.icon"}},[i("div",{staticClass:"select-cover__60-add",attrs:{slot:"upload"},slot:"upload"},[i("i",{staticClass:"le-icon le-icon-add select-cover__60-icon"})])])],1)]),i("p",{staticClass:"tips"},[e._v("建议尺寸:80px*80px "),i("span",{staticStyle:{color:"#623CEB","font-size":"12px",cursor:"pointer"},on:{click:e.handleDefault}},[e._v("恢复默认")])])]):e._e(),e.content.task.icon?i("el-form-item",{attrs:{label:"按钮文字"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入按钮文字",maxlength:"4","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.title,callback:function(t){e.$set(e.content,"title",t)},expression:"content.title"}})],1):e._e(),i("el-divider"),i("div",{staticClass:"control-item-title",staticStyle:{color:"#595959"}},[e._v("积分商品")]),i("el-radio-group",{model:{value:e.content.type,callback:function(t){e.$set(e.content,"type",t)},expression:"content.type"}},[i("el-radio",{attrs:{label:1}},[e._v("手动添加")]),i("el-radio",{attrs:{label:2}},[e._v("自动获取")])],1),i("div",{staticClass:"empty"}),1==e.content.type?i("goodsTask",{attrs:{number:50,limit:50-e.content.goods.length},on:{confirm:e.handleGoodsConfirm},model:{value:e.content.goods,callback:function(t){e.$set(e.content,"goods",t)},expression:"content.goods"}}):e._e(),2==e.content.type?i("div",[i("div",{staticClass:"task-auto-goods"},[i("el-form-item",{attrs:{label:"显示件数"}},[i("el-input",{staticStyle:{width:"64px",display:"inline-block"},attrs:{type:"text",placeholder:"请输入按钮文字"},on:{blur:function(t){t.target.value>50&&e.$message.error("最多显示50件商品")}},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.content.auto,callback:function(t){e.$set(e.content,"auto",t)},expression:"content.auto"}}),i("span",{staticStyle:{color:"#BFBFBF","font-weight":"400","font-size":"12px","padding-left":"8px"}},[e._v("最多显示50件商品")])],1)],1)]):e._e(),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("商品内容")]),i("el-form-item",{attrs:{label:"商品名称"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_title,callback:function(t){e.$set(e.content,"is_title",t)},expression:"content.is_title"}})],1),i("el-form-item",{attrs:{label:"商品价格"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_price,callback:function(t){e.$set(e.content,"is_price",t)},expression:"content.is_price"}})],1),i("el-form-item",{attrs:{label:"购买按钮"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.is_button,callback:function(t){e.$set(e.content,"is_button",t)},expression:"content.is_button"}})],1)],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("积分任务")]),i("el-form-item",{attrs:{label:"标题背景颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#ffb525"},model:{value:e.facade.title_background,callback:function(t){e.$set(e.facade,"title_background",t)},expression:"facade.title_background"}})],1),i("el-form-item",{attrs:{label:"标题文字颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#ffffff"},model:{value:e.facade.title_color,callback:function(t){e.$set(e.facade,"title_color",t)},expression:"facade.title_color"}})],1),i("el-form-item",{attrs:{label:"内容背景颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#ffffff"},model:{value:e.facade.content_background,callback:function(t){e.$set(e.facade,"content_background",t)},expression:"facade.content_background"}})],1),i("el-form-item",{attrs:{label:"内容文字颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#666666"},model:{value:e.facade.content_color,callback:function(t){e.$set(e.facade,"content_color",t)},expression:"facade.content_color"}})],1),i("el-form-item",{attrs:{label:"按钮背景颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#ffb525"},model:{value:e.facade.button_background,callback:function(t){e.$set(e.facade,"button_background",t)},expression:"facade.button_background"}})],1),i("el-form-item",{attrs:{label:"按钮文字颜色","label-width":"100px"}},[i("colour",{attrs:{colour:"#ffffff"},model:{value:e.facade.button_color,callback:function(t){e.$set(e.facade,"button_color",t)},expression:"facade.button_color"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v(" 积分商品"),i("br"),e._v(" 列表样式 ")]),i("choice",{attrs:{data:e.listData,width:"112px",group:"list_style"},model:{value:e.facade.list_style,callback:function(t){e.$set(e.facade,"list_style",t)},expression:"facade.list_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片样式")]),i("el-radio-group",{model:{value:e.facade.card_style,callback:function(t){e.$set(e.facade,"card_style",t)},expression:"facade.card_style"}},[i("el-radio",{attrs:{label:1}},[e._v("无边白底")]),i("el-radio",{attrs:{label:2}},[e._v("卡片投影")]),i("el-radio",{attrs:{label:3}},[e._v("描边白底")]),i("el-radio",{attrs:{label:4}},[e._v("无边透明底")])],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("卡片倒角")]),i("choice",{attrs:{data:e.cardData,group:"chamfer_style"},model:{value:e.facade.chamfer_style,callback:function(t){e.$set(e.facade,"chamfer_style",t)},expression:"facade.chamfer_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("距离设置")]),i("el-form-item",{attrs:{label:"商品间距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.margin,callback:function(t){e.$set(e.facade,"margin",t)},expression:"facade.margin"}})],1),i("el-form-item",{attrs:{label:"左右边距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.padding,callback:function(t){e.$set(e.facade,"padding",t)},expression:"facade.padding"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#F5F5F5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1)],1)],1)],2)},Ys=[],Xs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"goods-selet",style:[e.goodsStyle]},[i("popup",{ref:"popup",attrs:{type:"checkbox",limit:e.number},on:{confirm:e.handleConfirm},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[e.$slots.default?e._e():i("el-button",{staticClass:"goods-selet-button",attrs:{disabled:e.selectData.length>=e.number}},[e._v("选择商品")])],1),e.isTips?i("span",{staticClass:"goods-selet-tips"},[e._v("最多添加"+e._s(e.number)+"件商品")]):e._e(),i("ul",{staticClass:"goods-selet-list"},[i("draggable",{attrs:{chosenClass:"chosen",forceFallback:"true",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[i("transition-group",e._l(e.selectData,(function(t,a){return i("li",{key:"aa_"+a,staticClass:"goods-selet-item"},[i("div",{staticClass:"goods-item-image"},[i("div",{staticClass:"goods-item-cover",style:{"background-image":"url("+e.getGoodsCover(t.slideshow)+")"}})]),i("div",{staticClass:"goods-selet-item__close",on:{click:function(t){return e.handleClose(a)}}},[i("i",{staticClass:"le-icon le-icon-cha2"})])])})),0)],1)],1)],1)},Zs=[],er=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"goods-selet__table"},[i("div",{staticClass:"goods-selet__search"},[i("el-autocomplete",{staticClass:"le-goodspage_search",attrs:{placeholder:"请输入商品名称搜索","trigger-on-focus":!1,size:"small","fetch-suggestions":e.querySearch},on:{select:e.handleSearch},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSearch(t)}},model:{value:e.keyword,callback:function(t){e.keyword=t},expression:"keyword"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.handleSearch},slot:"append"})],1)],1),"radio"==e.self.type?i("el-radio-group",{on:{change:e.handleChange},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}},[i("el-table",{ref:"multipleTable",attrs:{data:e.goodsData}},[i("el-table-column",{scopedSlots:e._u([{key:"header",fn:function(t){return[i("span",{staticStyle:{"padding-left":"30px"}},[e._v("商品")])]}},{key:"default",fn:function(t){return[i("div",{staticClass:"goods-selet__table-item"},[i("div",{staticClass:"goods-selet__table-radio"},[i("el-radio",{attrs:{label:t.row.id}},[i("span")])],1),i("div",{staticClass:"goods-selet__table-cover"},[i("Picture",{attrs:{src:e.getGoodsCover(t.row.slideshow)}})],1),i("div",{staticClass:"goods-selet__table-detail"},[e._v(" "+e._s(t.row.name)+e._s(t.row.id)+" ")])])]}}],null,!1,2610205282)}),i("el-table-column",{attrs:{label:"商品价格",width:"120"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" ¥"+e._s(t.row.price)+" ")]}}],null,!1,1546378517)}),i("el-table-column",{attrs:{prop:"stocks",label:"库存",width:"160"}})],1)],1):e._e(),"checkbox"==e.self.type?i("el-table",{ref:"multipleTable",attrs:{data:e.goodsData,"tooltip-effect":"dark","row-key":"id"},on:{"selection-change":e.handleChange}},[i("el-table-column",{attrs:{type:"selection",width:"40","reserve-selection":!0,selectable:e.selectEnable}}),i("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"goods-selet__table-item"},[i("div",{staticClass:"goods-selet__table-cover"},[i("Picture",{attrs:{src:e.getGoodsCover(t.row.slideshow)}})],1),i("div",{staticClass:"goods-selet__table-detail"},[e._v(" "+e._s(t.row.name)+" ")])])]}}],null,!1,4187529868)}),i("el-table-column",{attrs:{label:"商品价格",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.task.task_number)+"积分+¥"+e._s(t.row.task.task_price)+" ")]}}],null,!1,496299801)}),i("el-table-column",{attrs:{prop:"stocks",label:"库存",width:"120"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.task.task_stock)+" ")]}}],null,!1,2499194252)})],1):e._e(),i("div",{staticClass:"goods-selet__goodspage"},[i("el-pagination",{attrs:{layout:"prev, pager, next,jumper",background:"","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)],1)},tr=[],ir=Object(Ye["a"])("goods"),ar=ir.mapState,nr=ir.mapActions,sr=(ir.mapMutations,{components:{Picture:I["a"]},inject:["self"],data:function(){return{select:0,keyword:""}},props:{limit:{type:Number,default:1}},computed:Object(Ge["a"])({},ar(["goodsData","pageInfo"])),mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleSizeChange(1);case 1:case"end":return t.stop()}}),t)})))()},watch:{keyword:function(e){var t=this;""==e&&this.handleGoods({current:1,keyword:{search:"",is_task:1,tab_key:"onsale"}}).then((function(e){t.toggleSelection(e)}))}},methods:Object(Ge["a"])(Object(Ge["a"])({},nr(["handleGoods"])),{},{handleChange:function(e){if("radio"==this.self.type)for(var t in this.goodsData){var i=this.goodsData[t];if(i.id==e){this.self.selectData=JSON.parse(JSON.stringify(i));break}}"checkbox"==this.self.type&&(this.self.value.length+e.length>this.self.limit?this.$message({message:"选多选"+this.self.limit+"件商品",type:"warning"}):this.self.selectData=e)},querySearch:function(e,t){this.$heshop.search("POST",{include:"goods"},{keyword:{tab_key:"onsale",search:e}}).page(1,20).then((function(e){var i=[];e.data.map((function(e){i.push({value:e.name})})),t(i)})).catch((function(e){console.error("错误提示",e)}))},createFilter:function(e){return function(t){return 0===t.name.toLowerCase().indexOf(e.toLowerCase())}},handleSearch:function(){var e=this;this.handleGoods({current:1,keyword:{search:this.keyword,is_task:1,tab_key:"onsale"}}).then((function(t){e.toggleSelection(t)}))},toggleSelection:function(e){},selectEnable:function(e,t){return!this.self.value||!this.self.value.some((function(t){return t.id===e.id}))},getRowKeys:function(e){return e.id},handleSizeChange:function(e){var t=this;this.handleGoods({current:e,keyword:{is_task:1,tab_key:"onsale"}}).then((function(e){console.log("data",e),t.toggleSelection(e)}))},getGoodsCover:function(e){return e&&e[0]&&"string"==typeof e[0]?e[0]:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"}})}),rr=sr,lr=(i("a287"),Object(x["a"])(rr,er,tr,!1,null,"2177c07b",null)),cr=lr.exports,or=Object(Ye["a"])("goods"),dr=(or.mapState,or.mapActions),ur=(or.mapMutations,{components:{Table:cr},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},data:{type:[String,Number,Boolean,Object,Array],default:""},select:{type:Boolean,default:!1},type:{type:String,default:"radio"},limit:{type:Number,default:1}},data:function(){return{selectData:null,dialogVisible:!1}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(v["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:"checkbox"==e.type?e.selectData=[]:e.selectData={};case 1:case"end":return t.stop()}}),t)})))()},methods:Object(Ge["a"])(Object(Ge["a"])({},dr(["handleGoods"])),{},{handleClick:function(){this.value.length>=this.limit||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("input",this.selectData),this.$emit("confirm",this.selectData),this.dialogVisible=!1}}),render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={on:{click:i}},l={props:{visible:t,title:"选择积分商品","before-close":a,width:"880px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"goods-dialog"},[e("div",Ve()([{class:"goods-dialog-title"},r]),[s]),e("el-dialog",Ve()([{},l]),[e(cr),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}}),pr=ur,mr=(i("0f1c"),Object(x["a"])(pr,u,p,!1,null,"b39d57b0",null)),hr=mr.exports,vr={components:{popup:hr,draggable:oi.a},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},limit:{type:Number,default:50},number:{type:Number,default:50},selectStyle:{type:Object,default:function(){return{}}},type:{type:String,default:"checkbox"},isTips:{type:Boolean,default:function(){return!0}}},data:function(){return{drag:!1,is_drag:!1}},computed:{groupNmae:function(){return"goods"+Date.parse(new Date)},selectData:{get:function(){return this.value},set:function(e){if(this.drag)this.$emit("input",e),this.$emit("change",e),this.is_drag=!1;else{var t=JSON.parse(JSON.stringify(e));t=this.value.concat(t),this.$emit("input",t)}}},goodsStyle:function(){var e={};return Object.assign(this.selectStyle,e)}},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleConfirm:function(e){this.$emit("confirm",e)},handleClose:function(e){this.selectData.splice(e,1),this.$emit("remove",this.selectData)},getGoodsCover:function(e){return e&&"[object Array]"==Object.prototype.toString.call(e)?e[0]:e},open:function(){this.$refs.popup.handleClick()},onStart:function(){this.is_drag=!0,this.drag=!0},onEnd:function(){this.drag=!1}}},fr=vr,_r=(i("cb72"),Object(x["a"])(fr,Xs,Zs,!1,null,"3f51c2b6",null)),gr=_r.exports,br=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"taskPopup"},[i("el-dialog",{attrs:{title:"选择积分任务",visible:e.dialogVisible,width:"594px","before-close":function(e){e()}},on:{"update:visible":function(t){e.dialogVisible=t}}},[i("div",{staticClass:"task-dialog"},[i("el-radio-group",{on:{change:e.handleChange},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}},[i("el-table",{ref:"multipleTable",attrs:{data:e.taskData,"empty-text":"暂无数据,请选择添加积分任务"}},[i("el-table-column",{attrs:{width:"194"},scopedSlots:e._u([{key:"header",fn:function(t){return[i("span",{staticStyle:{"padding-left":"30px"}},[e._v("任务名称")])]}},{key:"default",fn:function(t){return[i("el-radio",{attrs:{label:t.row}},[i("span")]),e._v(" "+e._s(t.row.name)+" ")]}}])}),i("el-table-column",{attrs:{label:"任务内容",width:"320",height:"64"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticStyle:{"white-space":"pre",height:"51px","line-height":"16px",display:"table-cell","vertical-align":"middle"}},[e._v(e._s(t.row.remark))])]}}])})],1)],1)],1),i("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{on:{click:function(t){e.dialogVisible=!1}}},[e._v("取消")]),e.taskData.length?i("el-button",{attrs:{type:"primary"},on:{click:e.handleConfirm}},[e._v("确认")]):i("el-button",{attrs:{type:"primary"},on:{click:e.handleSkip}},[e._v("去添加")])],1)]),e.is_emtpy?e._t("empty"):e._t("task",null,{data:e.value})],2)},yr=[];function kr(){var e,t,i=arguments,a=i[0]||"";for(e=1,t=i.length;e0?this.goodsData=this.content.goods:2==this.content.type?(this.handleAutoList(),this.goodsData=this.goods):this.goodsData=this.goods},getGoodsCover:function(e){if(e){if("[object Array]"===Object.prototype.toString.call(e))return e[0];if("[object String]"===Object.prototype.toString.call(e))try{return JSON.parse(e)[0]}catch(t){return this.ipAddress+"/le-default-goods-bg.png"}}return"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"},handleAutoList:function(){var e=this;this.$heshop.goods("GET",{behavior:"fitment",is_task:1,auto:this.content.auto}).then((function(t){t.length>0&&(e.goodsData=t)})).catch((function(e){console.error("获取错误信息",e)}))}}},Ir=Er,Nr=(i("92aa"),Object(x["a"])(Ir,Dr,Lr,!1,null,"2bc733bd",null)),Pr=Nr.exports,Tr=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},zr=[],Rr={components:{Widget:H,Element:Pr},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},Fr=Rr,Mr=(i("7f27"),Object(x["a"])(Fr,Tr,zr,!1,null,"79a3656d",null)),qr=Mr.exports,Br={attribute:jr,element:Pr,widget:qr},Vr=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"微信直播"}},[i("div",{staticClass:"empty"}),i("template",{slot:"content"},[i("el-form",{ref:"form",attrs:{model:e.content,"label-width":"73px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("添加直播间")]),i("el-form-item",{attrs:{label:"直播间数量","label-width":"100px"}},[i("el-input",{model:{value:e.liveNUmber,callback:function(t){e.liveNUmber=e._n(t)},expression:"liveNUmber"}}),i("div",{staticClass:"tips"},[e._v(" 最多添加10个直播间")])],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("商品内容")]),i("el-form-item",{attrs:{label:"商品"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.isShowGoods,callback:function(t){e.$set(e.content,"isShowGoods",t)},expression:"content.isShowGoods"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("查看更多")]),i("el-form-item",{attrs:{label:"按钮显示"}},[i("convert",{attrs:{on:"显示",off:"隐藏"},model:{value:e.content.more.isShow,callback:function(t){e.$set(e.content.more,"isShow",t)},expression:"content.more.isShow"}})],1),i("el-form-item",{attrs:{label:"按钮文字"}},[i("el-input",{attrs:{maxlength:"4","show-word-limit":""},model:{value:e.content.more.text,callback:function(t){e.$set(e.content.more,"text",t)},expression:"content.more.text"}})],1),i("el-form-item",{attrs:{label:"按钮颜色"}},[i("colour",{attrs:{colour:"#999999"},model:{value:e.content.more.color,callback:function(t){e.$set(e.content.more,"color",t)},expression:"content.more.color"}})],1)],1)],1),i("template",{slot:"style"},[i("el-form",{ref:"form",attrs:{model:e.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"control-item-title"},[e._v("列表样式")]),i("choice",{attrs:{data:e.listData,width:"112px",group:"list_style"},model:{value:e.facade.list_style,callback:function(t){e.$set(e.facade,"list_style",t)},expression:"facade.list_style"}}),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("距离设置")]),i("el-form-item",{attrs:{label:"卡片间距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.cardSpacing,callback:function(t){e.$set(e.facade,"cardSpacing",t)},expression:"facade.cardSpacing"}})],1),i("el-form-item",{attrs:{label:"左右边距"}},[i("slider",{attrs:{min:0,max:30},model:{value:e.facade.leftRightMargins,callback:function(t){e.$set(e.facade,"leftRightMargins",t)},expression:"facade.leftRightMargins"}})],1),i("el-divider"),i("div",{staticClass:"control-item-title"},[e._v("颜色设置")]),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#f5f5f5"},model:{value:e.facade.background_color,callback:function(t){e.$set(e.facade,"background_color",t)},expression:"facade.background_color"}})],1)],1)],1)],2)},Gr=[],Ur={components:{control:f["a"],colour:g["a"],choice:_["a"],slider:se,convert:De},data:function(){return{listData:[{value:1,icon:"le-icon-graphic-figure",name:"一行一个"},{value:2,icon:"le-icon-graphic-columns",name:"一行两个"},{value:3,icon:"le-icon-zuotuyouzi",name:"左图右字"}]}},computed:{content:{get:function(){return this.$store.getters.content},set:function(e){var t={key:"content",value:e};this.$store.commit("finish/setAttribute",t)}},facade:{get:function(){return this.$store.getters.facade},set:function(e){var t={key:"facade",value:e};this.$store.commit("finish/setAttribute",t)}},liveNUmber:{get:function(){var e=this.content.number;return e<=1?1:e>=10?10:e},set:function(e){e||(e=1),e>=10&&(e=10),this.content.number=e}}}},Hr=Ur,Jr=(i("c5d4"),Object(x["a"])(Hr,Vr,Gr,!1,null,"91b6a7bc",null)),Qr=Jr.exports,Kr=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"wechatLive",style:[e.backgroundColor]},[a("div",{staticClass:"le-head flex justify-between"},[a("div",{staticClass:"le-title"},[e._v("直播间")]),e.content.more.isShow?a("div",{staticClass:"flex align-center",style:[e.arrowRightColor]},[a("span",{staticClass:"le-more-text"},[e._v(e._s(e.content.more.text))]),a("i",{staticClass:"le-icon le-icon-arrow-right"})]):e._e()]),a("div",{staticClass:"le-body",class:2===e.listStyle?"flex flex-wrap":"",style:[e.bodyStyle]},e._l(e.content.number,(function(t,n){return a("div",{key:n,staticClass:"le-item ",class:[1===e.listStyle?" le-item-one":2===e.listStyle?" le-item-two":"le-item-three"],style:[e.itemMarinBottom]},[a("div",{staticClass:"le-item--box flex",class:[1===e.listStyle||2===e.listStyle?"flex-direction":""],style:[e.itemStyle(n)]},[a("div",{staticClass:"le-image-box"},[a("img",{staticStyle:{"object-fit":"cover"},attrs:{width:"100%",height:"100%",src:i("e480")}}),e._m(0,!0),3!==e.listStyle?a("div",{staticClass:"le-user flex align-center"},[a("el-avatar",{staticClass:"le-user-avatar",attrs:{icon:"el-icon-user-solid"}}),a("span",{staticClass:"le-user-name"},[e._v("主播名")])],1):e._e()]),a("div",{staticClass:"le-content",class:3===e.listStyle?"flex-sub":""},[a("div",{staticClass:"le-live-name"},[e._v("直播间名称")]),3===e.listStyle?a("div",{staticClass:"le-user flex align-center"},[a("el-avatar",{staticClass:"le-user-avatar",attrs:{icon:"el-icon-user-solid"}}),a("span",{staticClass:"le-user-name"},[e._v("主播名")])],1):e._e(),e.showGoods?a("div",{staticClass:"le-goods flex"},[a("img",{staticClass:"le-img",attrs:{src:i("860f"),width:"40px",height:"40px",alt:""}}),e._m(1,!0)]):e._e()])])])})),0)])},Wr=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-status-tag"},[a("img",{staticClass:"le-icon",attrs:{src:i("af59"),width:"12px",height:"12px"}}),a("span",[e._v("直播中")])])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"le-name"},[e._v("商品名称")]),i("div",{staticClass:"le-price"},[e._v("¥999.99")])])}],Yr={props:{facade:{type:[Object,Array]},content:{type:[Object,Array]}},data:function(){return{}},computed:{backgroundColor:function(){return{backgroundColor:this.facade.background_color}},arrowRightColor:function(){return{color:this.content.more.color}},listStyle:function(){return this.facade.list_style},itemStyle:function(){return function(e){var t={};return 2===this.listStyle&&e%2===0&&(t.marginRight=this.facade.cardSpacing/2+"px"),2===this.listStyle&&e%2===1&&(t.marginLeft=this.facade.cardSpacing/2+"px"),t}},showGoods:function(){return this.content.isShowGoods},itemMarinBottom:function(){return{marginBottom:this.facade.cardSpacing+"px"}},bodyStyle:function(){return{paddingLeft:this.facade.leftRightMargins+"px",paddingRight:this.facade.leftRightMargins+"px"}}},filters:{}},Xr=Yr,Zr=(i("3755"),Object(x["a"])(Xr,Kr,Wr,!1,null,"e47f7aec",null)),el=Zr.exports,tl=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Widget",{attrs:{index:e.index}},[i("Element",{attrs:{facade:e.facade,content:e.content}})],1)},il=[],al={components:{Widget:H,Element:el},props:{index:{type:[Number,String]},facade:{type:[Object,Array]},content:{type:[Object,Array]}}},nl=al,sl=(i("6959"),Object(x["a"])(nl,tl,il,!1,null,"485005b6",null)),rl=sl.exports,ll={attribute:Qr,element:el,widget:rl},cl=i("4600"),ol=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content",on:{dragover:function(t){return e.allowDrop(t)}}},[e._m(0),i("div",{staticClass:"cloud-body"})])},dl=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])])}],ul={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(v["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{allowDrop:function(){}}},pl=ul,ml=(i("2394"),Object(x["a"])(pl,ol,dl,!1,null,"42a2d3f4",null)),hl=ml.exports,vl={attribute:cl["a"],element:hl};t["a"]={banner:Y,blank:xe,goods:Nt,separate:si,navigation:$i,rubik:ta,search:ya,title:Fa,video:sn,wechat:wn,tabs:Kn,notice:hs,page:vl,coupon:Ks,task:Br,wechatLive:ll}},"19e7":function(e,t,i){},"19e9":function(e,t,i){"use strict";function a(e){var t=e.content,i=e.success,a=e.error;document.queryCommandSupported("copy")||a&&a("Browser does not support");var n=document.createElement("textarea");n.value=t,n.readOnly="readOnly",document.body.appendChild(n),n.select(),n.setSelectionRange(0,t.length);var s=document.execCommand("copy");s?i&&i("Copy successfully"):a&&a("Copy failed"),n.remove()}t["a"]=a},"1ac0":function(e,t,i){},"1b92":function(e,t,i){},"1ba6":function(e,t,i){"use strict";i("3015")},"1d36":function(e,t,i){"use strict";i("13a9")},"1db8":function(e,t,i){},"1dfd":function(e,t,i){e.exports=i.p+"img/he-deploy-guide-4.ba47dc30.png"},"1e9b":function(e,t,i){},"1eeb":function(e,t,i){},"1ef7":function(e,t,i){},"1f2d":function(e,t,i){},"1fc5":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{src:e.src,fit:"cover",lazy:""}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"image-icon le-icon le-icon-morentupian"})])])},n=[],s={props:{src:{type:[String,Array,Object]}}},r=s,l=(i("d146"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,null,null);t["a"]=c.exports},"1ff7":function(e,t,i){},2:function(e,t){},"201be":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"le-card",staticStyle:{"margin-bottom":"24px"}},[i("div",{staticClass:"el-row--flex is-align-middle",staticStyle:{"margin-bottom":"24px"}},[i("span",{staticClass:"he-title-line"}),i("span",{staticClass:"he-title"},[e._v("用户数据")]),i("span",{staticClass:"he-time"},[e._v("统计截止时间:"+e._s(e.time))])]),i("div",{staticClass:"he-statistics flex"},[i("div",{staticClass:"he-statistics__item flex-sub"},[i("div",{staticClass:"he-statistics__title"},[e._v("总用户数")]),i("div",[i("span",{staticClass:"he-statistics__number"},[e._v(" "+e._s(e.statistics.user_number.all)+" ")]),i("el-popover",{attrs:{placement:"right",title:"总用户数",trigger:"hover",width:"200"}},[i("div",[e._v("微信小程序 "+e._s(e.statistics.user_number.wxapp))]),i("div",[e._v("公众号 "+e._s(e.statistics.user_number.wechat))]),i("span",{staticClass:"he-statistics__detail",attrs:{slot:"reference"},slot:"reference"},[e._v("详情")])])],1),i("div",{staticClass:"he-statistics__Yesterday"},[e._v(" 昨日 "+e._s(e.statistics.user_number_yesteday.all)+" ")])]),i("div",{staticClass:"he-statistics__item flex-sub"},[i("div",{staticClass:"he-statistics__title"},[e._v("今日新增用户数")]),i("div",[i("span",{staticClass:"he-statistics__number"},[e._v(e._s(e.statistics.user_grow_today.all))]),i("el-popover",{attrs:{placement:"right",title:"今日新增用户数",trigger:"hover",width:"200"}},[i("div",[e._v("微信小程序 "+e._s(e.statistics.user_grow_today.wxapp))]),i("div",[e._v("公众号 "+e._s(e.statistics.user_grow_today.wechat))]),i("span",{staticClass:"he-statistics__detail",attrs:{slot:"reference"},slot:"reference"},[e._v("详情")])])],1),i("div",{staticClass:"he-statistics__Yesterday"},[e._v(" 昨日 "+e._s(e.statistics.user_grow_yesteday.all)+" ")])]),i("div",{staticClass:"he-statistics__item flex-sub"},[i("div",{staticClass:"he-statistics__title"},[e._v(" 今日支付人数 "),i("el-popover",{attrs:{content:"包含申请售后退款人数",placement:"top",trigger:"hover"}},[i("he-icon",{staticClass:"he-annotation",attrs:{slot:"reference",type:"le-icon-annotation"},slot:"reference"})],1)],1),i("div",[i("span",{staticClass:"he-statistics__number"},[e._v(" "+e._s(e.statistics.pay_amount_today.all)+" ")]),i("el-popover",{attrs:{placement:"right",title:"今日支付人数",trigger:"hover",width:"200"}},[i("div",[e._v("微信小程序 "+e._s(e.statistics.pay_amount_today.wxapp))]),i("div",[e._v("公众号 "+e._s(e.statistics.pay_amount_today.wechat))]),i("span",{staticClass:"he-statistics__detail",attrs:{slot:"reference"},slot:"reference"},[e._v(" 详情 ")])])],1),i("div",{staticClass:"he-statistics__Yesterday"},[e._v(" 昨日 "+e._s(e.statistics.pay_amount_yesteday.all)+" ")])]),i("div",{staticClass:"he-statistics__item flex-sub"},[i("div",{staticClass:"he-statistics__title"},[e._v("今日客单价")]),i("div",[i("span",{staticClass:"he-statistics__number"},[e._v(" ¥"+e._s(e.statistics.average_amount_today.all)+" ")]),i("el-popover",{attrs:{placement:"right",title:"今日客单价",trigger:"hover",width:"190"}},[i("div",[e._v(" 微信小程序 ¥"+e._s(e.statistics.average_amount_today.wxapp)+" ")]),i("div",[e._v("公众号 ¥"+e._s(e.statistics.average_amount_today.wechat))]),i("span",{staticClass:"he-statistics__detail",attrs:{slot:"reference"},slot:"reference"},[e._v(" 详情 ")])])],1),i("div",{staticClass:"he-statistics__Yesterday"},[e._v(" 昨日 ¥"+e._s(e.statistics.average_amount_yesteday.all)+" ")])])])]),i("el-form",{staticClass:"le-card le-search--form",staticStyle:{"margin-bottom":"24px"},attrs:{"label-width":"96px"}},[i("div",{staticStyle:{display:"flex","flex-wrap":"wrap"}},[i("el-form-item",{attrs:{label:"关键词"}},[i("el-input",{attrs:{placeholder:"输入关键词搜索"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)}},model:{value:e.keyword.search,callback:function(t){e.$set(e.keyword,"search",t)},expression:"keyword.search"}})],1),i("el-form-item",{attrs:{label:"用户来源"}},[i("el-select",{attrs:{placeholder:"请选择"},on:{change:e.getSearch},model:{value:e.keyword.source,callback:function(t){e.$set(e.keyword,"source",t)},expression:"keyword.source"}},[i("el-option",{attrs:{value:"",label:"全部"}}),i("el-option",{attrs:{value:"weapp",label:"微信小程序"}}),i("el-option",{attrs:{value:"wechat",label:"公众号"}})],1)],1),i("el-form-item",{attrs:{label:"用户标签"}},[i("div",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:e.edit,expression:"edit",modifiers:{chooseLabel:!0}}],staticClass:"le-users-label flex justify-between align-center",attrs:{action:"getSearch",module:"users",title:"用户标签筛选",width:"704"}},[i("div",{staticClass:"he-select__content flex"},[0===e.edit.label.length?[i("div",{staticClass:"le-users-label__placeholder"},[e._v("请选择")])]:e._e(),e._l(e.edit.label,(function(t,a){return i("div",{key:a,staticClass:"he-select__tag"},[i("span",[e._v(e._s(t.name))]),i("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(i){return i.stopPropagation(),e.delLabel(t,a)}}})])}))],2),i("i",{staticClass:"el-icon-arrow-down"})])]),i("el-form-item",{attrs:{label:"消费次数"}},[i("el-input",{nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)}},model:{value:e.keyword.buy_number_start,callback:function(t){e.$set(e.keyword,"buy_number_start",t)},expression:"keyword.buy_number_start"}},[i("template",{slot:"append"},[e._v(" 次 ")])],2),i("span",{staticClass:"he-to"},[e._v(" 至 ")]),i("el-input",{nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)}},model:{value:e.keyword.buy_number_end,callback:function(t){e.$set(e.keyword,"buy_number_end",t)},expression:"keyword.buy_number_end"}},[i("template",{slot:"append"},[e._v(" 次 ")])],2)],1),i("el-form-item",{attrs:{label:"注册时间"}},[i("el-date-picker",{attrs:{placeholder:"开始时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.created_time_start,callback:function(t){e.$set(e.keyword,"created_time_start",t)},expression:"keyword.created_time_start"}}),i("span",{staticClass:"he-to"},[e._v(" 至 ")]),i("el-date-picker",{attrs:{placeholder:"结束时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.created_time_end,callback:function(t){e.$set(e.keyword,"created_time_end",t)},expression:"keyword.created_time_end"}})],1),i("el-form-item",{attrs:{label:"上次消费时间"}},[i("el-date-picker",{attrs:{placeholder:"开始时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.last_buy_time_start,callback:function(t){e.$set(e.keyword,"last_buy_time_start",t)},expression:"keyword.last_buy_time_start"}}),i("span",{staticClass:"he-to"},[e._v(" 至 ")]),i("el-date-picker",{attrs:{placeholder:"结束时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.last_buy_time_end,callback:function(t){e.$set(e.keyword,"last_buy_time_end",t)},expression:"keyword.last_buy_time_end"}})],1),i("el-form-item",{attrs:{label:"最后访问时间"}},[i("el-date-picker",{attrs:{placeholder:"开始时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.last_visit_time_start,callback:function(t){e.$set(e.keyword,"last_visit_time_start",t)},expression:"keyword.last_visit_time_start"}}),i("span",{staticClass:"he-to"},[e._v(" 至 ")]),i("el-date-picker",{attrs:{placeholder:"结束时间",type:"datetime","value-format":"timestamp"},on:{change:e.getSearch},model:{value:e.keyword.last_visit_time_end,callback:function(t){e.$set(e.keyword,"last_visit_time_end",t)},expression:"keyword.last_visit_time_end"}})],1)],1),i("div",{staticStyle:{"padding-left":"96px"}},[i("el-button",{attrs:{type:"primary"},on:{click:e.getSearch}},[e._v("筛选")]),i("el-button",{on:{click:e.empty}},[e._v("清空")]),i("el-button",{on:{click:e.exportUsers}},[e._v("导出")]),i("he-link",{attrs:{href:"users/usersExportHistory"}},[i("el-button",{staticClass:"he-export-history",staticStyle:{"margin-left":"10px"},attrs:{type:"text"}},[e._v(" 导出历史 ")])],1)],1)]),i("div",{staticClass:"le-card"},[i("div",{staticClass:"le-all-query"},[i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleCheckAllChange},model:{value:e.checkAll,callback:function(t){e.checkAll=t},expression:"checkAll"}},[e._v("当页全选")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:e.allEdit,expression:"allEdit",modifiers:{chooseLabel:!0}}],attrs:{module:"users",disabled:0===e.choose.length,title:"批量加标签",width:"704",action:"batchAdd"}},[e._v("加标签")]),e.$manifest("task","status")?i("el-button",{attrs:{disabled:0===e.choose.length},on:{click:e.setScores}},[e._v("改积分")]):e._e(),i("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCoupon",value:{coupons:[]},expression:"{ coupons: [] }",modifiers:{chooseCoupon:!0}}],attrs:{module:"users",disabled:0===e.choose.length,title:"批量发优惠券",width:"857",action:"batchAddCoupon"}},[e._v("发优惠券")])],1),i("el-table",{ref:"usersTable",attrs:{data:e.list,"row-key":e.rowKey,"empty-text":"暂无用户","default-sort":{prop:"created_time",order:"descending"}},on:{"selection-change":e.handleSelectionChange,"sort-change":e.sortChange}},[i("el-table-column",{attrs:{type:"selection",width:"45"}}),i("el-table-column",{attrs:{label:"用户ID",prop:"id",width:"80px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(e._s(t.row.id))])]}}])}),i("el-table-column",{attrs:{label:"用户","min-width":"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"flex"},[i("div",["weapp"===t.row.oauth.type?i("he-icon",{attrs:{size:"18px",type:"le-icon-xiaochengxu"}}):"wechat"===t.row.oauth.type?i("he-icon",{attrs:{size:"18px",type:"le-icon-wehcat"}}):e._e()],1),i("div",{staticStyle:{"margin-left":"8px"}},[i("div",{staticClass:"he-text"},[e._v(" "+e._s(t.row.nickname)+" ")]),i("div",{staticClass:"he-mobile"},[e._v(" "+e._s(t.row.mobile)+" ")])])])]}}])}),i("el-table-column",{attrs:{label:"消费金额",prop:"buy_amount",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" ¥"+e._s(t.row.statistical?t.row.statistical.buy_amount:"0.00")+" ")])]}}])}),e.$manifest("task","status")?i("el-table-column",{attrs:{label:"积分余额",prop:"buy_amount",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(t.row.taskuser?t.row.taskuser.number:0)+" ")])]}}],null,!1,172686226)}):e._e(),i("el-table-column",{attrs:{label:"消费次数",prop:"buy_number",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(t.row.statistical?t.row.statistical.buy_number:0)+" ")])]}}])}),i("el-table-column",{attrs:{label:"注册时间",prop:"created_time",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.created_time))),i("br"),e._v(" "+e._s(e._f("getLast")(t.row.created_time))+" ")])]}}])}),i("el-table-column",{attrs:{label:"上次消费时间",prop:"last_buy_time",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.statistical?t.row.statistical.last_buy_time:""))),i("br"),e._v(" "+e._s(e._f("getLast")(t.row.statistical?t.row.statistical.last_buy_time:""))+" ")])]}}])}),i("el-table-column",{attrs:{label:"最后访问时间",prop:"last_visit_time",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("span",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.statistical?t.row.statistical.last_visit_time:""))),i("br"),e._v(" "+e._s(e._f("getLast")(t.row.statistical?t.row.statistical.last_visit_time:""))+" ")])]}}])}),i("el-table-column",{attrs:{label:"操作",width:"260px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"le-table-edit flex align-center"},[i("span",{staticClass:"le-button-text",on:{click:function(i){return e.router(t.row.id)}}},[e._v("编辑")]),i("span",{staticClass:"le-line-text"}),i("span",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:{label:t.row.labellog,type:1,row:t.row},expression:"{\n label: scope.row.labellog,\n type: 1,\n row: scope.row,\n }",modifiers:{chooseLabel:!0}}],staticClass:"le-button-text",attrs:{action:"setLabel",id:t.row.id+"_label",module:"users",title:"加标签",width:"704"}},[e._v("加标签")]),e.$manifest("task","status")?i("span",{staticClass:"le-line-text"}):e._e(),e.$manifest("task","status")?i("span",{staticClass:"le-button-text",on:{click:function(i){return e.setScore(t.row)}}},[e._v("改积分")]):e._e(),i("span",{staticClass:"le-line-text"}),i("span",{directives:[{name:"popup",rawName:"v-popup.chooseCoupon",value:{coupons:[],row:t.row},expression:"{ coupons: [], row: scope.row }",modifiers:{chooseCoupon:!0}}],staticClass:"le-button-text",attrs:{id:t.row.id+"_coupon",module:"users",title:"发优惠券",width:"857",action:"setCoupon"}},[e._v("发优惠券")])])]}}])})],1),i("div",{staticClass:"el-row--flex justify-between"},[i("div",{staticClass:"le-all-query"},[i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleCheckAllChange},model:{value:e.checkAll,callback:function(t){e.checkAll=t},expression:"checkAll"}},[e._v("当页全选")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:e.allEdit,expression:"allEdit",modifiers:{chooseLabel:!0}}],attrs:{module:"users",disabled:0===e.choose.length,title:"批量加标签",action:"batchAdd",width:"704"}},[e._v("加标签")]),e.$manifest("task","status")?i("el-button",{attrs:{disabled:0===e.choose.length},on:{click:e.setScores}},[e._v("改积分")]):e._e(),i("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCoupon",value:{coupons:[]},expression:"{ coupons: [] }",modifiers:{chooseCoupon:!0}}],attrs:{module:"users",disabled:0===e.choose.length,title:"批量发优惠券",width:"857",action:"batchAddCoupon"}},[e._v("发优惠券")])],1),i("div",{staticClass:"he-tabpane-pagination"},[i("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)])],1),i("heloading",{attrs:{page:"usersExportHistory",path:"users"},on:{submit:e.exportUsers},model:{value:e.load,callback:function(t){e.load=t},expression:"load"}})],1)},n=[],s=i("1da1"),r=(i("96cf"),i("841c"),i("ac1f"),i("a9e3"),i("d81d"),i("d3b7"),i("25f0"),i("fb6a"),i("159b"),i("1276"),i("99af"),i("b0f2")),l={components:{heloading:r["a"]},data:function(){return{load:{show:!1,type:1},list:[],page:{current:1,count:1,size:10},statistics:{user_number:{all:0},user_number_yesteday:{all:0},user_grow_today:{all:0},user_grow_yesteday:{all:0},pay_amount_today:{all:0},pay_amount_yesteday:{all:0},average_amount_today:{all:0},average_amount_yesteday:{all:0}},value:null,keyword:{search:"",source:"",buy_number_start:null,buy_number_end:null,created_time_start:null,created_time_end:null,last_buy_time_start:null,last_buy_time_end:null,last_visit_time_start:null,last_visit_time_end:null,sort:{created_time:"DESC"},label:[]},time:"",searchLabel:[],edit:{label:[]},choose:[],isIndeterminate:!1,checkAll:!1,allEdit:{label:[],type:1}}},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getTime(),e.statistical(),e.search(e.keyword);case 3:case"end":return t.stop()}}),t)})))()},methods:{setScore:function(e){var t=this;this.$prompt("","改积分",{customClass:"task-action",confirmButtonText:"确定",cancelButtonText:"取消",inputPlaceholder:"请输入积分,负数代表扣减积分"}).then((function(i){var a=i.value;a%1===0?(a=Number(a),a%1===0?t.$heshop.plugin("post",{include:"task",model:"user"},{UID:e.id,number:a}).then((function(e){t.$message({type:"success",message:"改积分成功"}),t.search(t.keyword)})).catch((function(e){console.log("查看错误信息",e)})):t.$message.error("积分必须是整数")):t.$message.error("积分必须是整数")})).catch((function(){}))},setScores:function(e){var t=this,i=this.choose.map((function(e){return e.id}));console.log("user_list",i),this.$prompt("","批量改积分",{customClass:"task-action",confirmButtonText:"确定",cancelButtonText:"取消",inputPlaceholder:"请输入积分,负数代表扣减积分"}).then((function(e){var a=e.value;a%1===0?(a=Number(a),a%1===0?t.$heshop.plugin("post",{include:"task",model:"user"},{user_list:i,number:a,type:2}).then((function(e){t.$message({type:"success",message:"批量改积分成功"}),t.search(t.keyword)})).catch((function(e){console.log("查看错误信息",e)})):t.$message.error("积分必须是整数")):t.$message.error("积分必须是整数")})).catch((function(){}))},rowKey:function(e){return e.id},currentChange:function(e){this.page.current=e,this.search(this.keyword)},sortChange:function(e){this.keyword.sort={},this.keyword.sort[e.prop]="ascending"==e.order?"ASC":"DESC",this.search(this.keyword)},empty:function(){this.keyword={search:"",source:"",buy_number_start:null,buy_number_end:null,created_time_start:null,created_time_end:null,last_buy_time_start:null,last_buy_time_end:null,last_visit_time_start:null,last_visit_time_end:null,sort:{created_time:"DESC"}},this.edit.label=[],this.search(this.keyword)},getKeyword:function(){var e=this.keyword,t=e.search,i=e.source,a=e.buy_number_start,n=e.buy_number_end,s=e.created_time_start,r=e.created_time_end,l=e.last_buy_time_start,c=e.last_buy_time_end,o=e.last_visit_time_start,d=e.last_visit_time_end,u=e.sort,p=c?c.toString():"";p=p.slice(0,p.length-3);var m=s?s.toString():"";m=m.slice(0,m.length-3);var h=r?r.toString():"";h=h.slice(0,h.length-3);var v=l?l.toString():"";v=v.slice(0,v.length-3);var f=o?o.toString():"";f=f.slice(0,f.length-3);var _=d?d.toString():"";return _=_.slice(0,_.length-3),{last_buy_time_end:p,created_time_start:m,created_time_end:h,last_buy_time_start:v,last_visit_time_start:f,search:t,source:i,buy_number_start:a,buy_number_end:n,sort:u,last_visit_time_end:_}},getSearch:function(){this.page.current=1,this.search(this.keyword)},statistical:function(){var e=this;this.$heshop.statistical("get",{behavior:"userstatistical"}).then((function(t){e.getTime(),e.statistics=t})).catch((function(t){e.$message.error(t.data.message)}))},search:function(e){var t=this;e=JSON.parse(JSON.stringify(e)),e["created_time_start"]=e["created_time_start"]?e["created_time_start"]/1e3:null,e["created_time_end"]=e["created_time_end"]?e["created_time_end"]/1e3:null,e["last_buy_time_start"]=e["last_buy_time_start"]?e["last_buy_time_start"]/1e3:null,e["last_buy_time_end"]=e["last_buy_time_end"]?e["last_buy_time_end"]/1e3:null,e["last_visit_time_start"]=e["last_visit_time_start"]?e["last_visit_time_start"]/1e3:null,e["last_visit_time_end"]=e["last_visit_time_end"]?e["last_visit_time_end"]/1e3:null,e.label=[],this.edit.label.forEach((function(t){e.label.push(t.id)})),this.$heshop.search("post",{include:"users"},{keyword:e}).page(this.page.current,this.page.size).then((function(e){var i=e.data,a=e.headers;i=i.map((function(e){return e.labellog=e.labellog.map((function(e){return e.label})),e})),t.list=i,t.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"],total:+a["x-pagination-total-count"]}})).catch((function(e){console.error(e)}))},getTime:function(){var e=new Date,t=e.getFullYear(),i=e.getMonth()+1,a=e.getDate(),n=e.getHours(),s=e.getMinutes(),r=e.getSeconds(),l=t+"-";i<10&&(l+="0"),l+=i+"-",a<10&&(l+="0"),l+=a+" ",n<10&&(l+="0"),l+=n+":",s<10&&(l+="0"),l+=s+":",r<10&&(l+="0"),l+=r,this.time=l},exportUsers:function(){var e=this;this.load={show:!0,type:1};var t=this.getKeyword();this.$heshop.export("post",{include:"user"},{conditions:t}).then((function(){e.$set(e.load,"type",2)})).catch((function(){e.$set(e.load,"type",3)}))},router:function(e){this.$router.push({path:"/users/userData",query:{id:e}})},delLabel:function(e,t){this.$delete(this.edit.label,t),this.getSearch()},setLabel:function(e){var t=this;this.$heshop.userlabellog("post",{UID:e.row.id,label_id:e.label}).then((function(){t.$message.success("保存成功")}))},setCoupon:function(e){var t=[e.row.id],i=e.coupons.map((function(e){return{id:e.id,num:e.num}})),a=this;a.$heshop.coupon("post",{behavior:"send"},{user_list:t,coupon_list:i}).then((function(){a.$message.success("发放成功")})).catch((function(e){a.$message.error(e.data.message)}))},handleSelectionChange:function(e){this.allEdit.label=[],this.choose=e;var t=e.length;this.checkAll=t===this.list.length,this.isIndeterminate=t>0&&t "),i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.handleSearch2},slot:"append"})],1),i("el-scrollbar",{style:{height:"168px","margin-top":"8px"}},[i("el-radio-group",{on:{change:e.handleChange2},model:{value:e.selectData2,callback:function(t){e.selectData2=t},expression:"selectData2"}},e._l(e.classifyData2,(function(t,a){return i("el-radio",{key:a,attrs:{label:t}},[t.children?e._e():i("i",{staticClass:"le-icon le-icon-tick"}),e._v(" "+e._s(t.name)+" ")])})),1)],1)],1),i("div",{staticClass:"classify-select__list"},[i("el-input",{staticClass:"le-goodspage_search",attrs:{placeholder:"输入搜索三级分类",size:"small"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSearch3(t)}},model:{value:e.keyword3,callback:function(t){e.keyword3=t},expression:"keyword3"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.handleSearch3},slot:"append"})],1),i("el-scrollbar",{style:{height:"168px","margin-top":"8px"}},[i("el-radio-group",{on:{change:e.handleChange3},model:{value:e.selectData3,callback:function(t){e.selectData3=t},expression:"selectData3"}},e._l(e.classifyData3,(function(t,a){return i("el-radio",{key:a,attrs:{label:t}},[t.children?e._e():i("i",{staticClass:"le-icon le-icon-tick"}),e._v(" "+e._s(t.name)+" ")])})),1)],1)],1)])])}),o=[],d=i("2909"),u=(i("4de4"),i("99af"),i("4d63"),i("ac1f"),i("25f0"),i("841c"),i("1276"),i("d3b7"),{inject:["self"],data:function(){return{keyword:"",keyword1:"",keyword2:"",keyword3:"",classifyData1:[],classifyData2:[],classifyData3:[],selectData1:[],selectData2:[],selectData3:[],isSelect:!1,cacheData:{}}},watch:{keyword:function(e){""==e&&(this.classifyData1=JSON.parse(JSON.stringify(this.cacheData["classifyData1"])))},keyword1:function(e){""==e&&(this.classifyData1=JSON.parse(JSON.stringify(this.cacheData["classifyData1"])))},keyword2:function(e){""==e&&(this.classifyData2=this.cacheData["classifyData2"]?JSON.parse(JSON.stringify(this.cacheData["classifyData2"])):[])},keyword3:function(e){""==e&&(this.classifyData3=this.cacheData["classifyData3"]?JSON.parse(JSON.stringify(this.cacheData["classifyData3"])):[])}},mounted:function(){var e=this;return Object(l["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleLoad();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleLoad:function(){var e=this;this.$heshop.group("get",{include:"goods"}).then((function(t){e.setMenuTreeData(t),e.classifyData1=e.TreeModel.get(),e.cacheData["classifyData1"]=JSON.parse(JSON.stringify(e.classifyData1))})).catch((function(e){console.error("错误提示",e)}))},setMenuTreeData:function(e){this.TreeModel=this.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children",name:"name",title:"name"}).on(e)},handleChange1:function(e){this.classifyData2=[],this.classifyData3=[],this.self.selectData=[],e.children&&e.children.length>0?(this.classifyData2=e.children,this.cacheData["classifyData2"]=JSON.parse(JSON.stringify(e.children)),this.self.isSelect=!1):(this.self.selectData.push(e),this.self.isSelect=!0);var t=JSON.parse(JSON.stringify(e));t.children&&delete t.children,this.self.selectData.push(t)},handleChange2:function(e){this.classifyData3=[],e.children&&e.children.length>0?(this.classifyData3=e.children,this.cacheData["classifyData3"]=JSON.parse(JSON.stringify(e.children)),this.self.isSelect=!1):(this.self.selectData.push(e),this.self.isSelect=!0);var t=JSON.parse(JSON.stringify(e));t.children&&delete t.children,this.self.selectData.push(t)},handleChange3:function(e){this.self.selectData.push(e),this.self.isSelect=!0},search:function(e,t){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],a=this.groupField.name,n=e.filter((function(e){if(i)return e[a]==t;var n=[""].concat(Object(d["a"])(t),[""]).join(".*"),s=new RegExp(n);return!!s.test(e[a])}));return i&&n.length?n[0]:n},handleSearch:function(){var e=this.TreeModel.search("name",this.keyword,!0);if(e["$_path"]){var t=e["path"].toString().split("-");if(1==t.length){var i=this.classifyData1.filter((function(t){return t.id==e.id}));for(var a in i){var n=i[a];this.selectData1=n}this.classifyData1=i}if(t.shift(),t[0]){var s=this.cacheData["classifyData1"].filter((function(e){return e.id==t[0]}));for(var r in this.classifyData1=s,this.classifyData2=[],this.classifyData3=[],s){var l=s[r];if(l.children){this.classifyData2=l.children,this.selectData1=l;break}}}if(t[1]){var c=this.classifyData2.filter((function(e){return e.id==t[1]}));for(var o in this.classifyData2=c,this.classifyData3=[],c){var d=c[o];if(d.children){this.classifyData3=d.children,this.selectData2=d;break}}}if(this.classifyData3.length>0){var u=this.classifyData3.filter((function(t){return t.id==e.id}));for(var p in u){var m=u[p];this.selectData3=m}this.classifyData3=u}}},handleSearch1:function(){var e=this,t=this.classifyData1.filter((function(t){return t.name==e.keyword1}));for(var i in t){var a=t[i];this.selectData1=a}this.classifyData1=t},handleSearch2:function(){var e=this,t=this.classifyData2.filter((function(t){return t.name==e.keyword2}));for(var i in t){var a=t[i];this.selectData1=a}this.classifyData1=t},handleSearch3:function(){var e=this,t=this.classifyData3.filter((function(t){return t.name==e.keyword3}));for(var i in t){var a=t[i];this.selectData1=a}this.classifyData1=t}}}),p=u,m=(i("f2f1"),i("2877")),h=Object(m["a"])(p,c,o,!1,null,"4d322c63",null),v=h.exports,f={components:{Detail:v},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},visible:{type:Boolean,default:!1},limit:{type:Number,default:1}},data:function(){return{dialogVisible:!1,isSelect:!1,selectData:[]}},computed:{is_disabled:function(){return!(this.self.selectData.length>0)}},created:function(){},watch:{},mounted:function(){return Object(l["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){if(this.isSelect){var e=this.selectData,t=[],i="";for(var a in e){var n=e[a];t[a]=n.name,n.id&&(i=n.id)}var s={id:i,name:t.join("/")};this.$emit("input",s),this.$emit("confirm",s),this.dialogVisible=!1}else this.$message({message:"请选择分类",type:"warning"})}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,l={on:{click:i}},c={props:{visible:t,title:"选择分类","before-close":a,width:"800px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"classify-dialog"},[e("div",r()([{},l]),[s]),e("el-dialog",r()([{},c]),[e(v),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},_=f,g=(i("2184"),Object(m["a"])(_,a,n,!1,null,"1e908634",null));t["a"]=g.exports},2371:function(e,t,i){"use strict";i("e9a3")},2394:function(e,t,i){"use strict";i("0f63")},2395:function(e,t,i){},"25af":function(e,t,i){"use strict";i("5503")},2620:function(e,t,i){"use strict";i("78ff")},2661:function(e,t,i){"use strict";i("dc55")},2693:function(e,t,i){"use strict";i("4bac")},2704:function(e,t,i){"use strict";i("1db8")},2739:function(e,t,i){"use strict";i("29540")},2744:function(e,t,i){"use strict";i("1eeb")},2751:function(e,t,i){},2760:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"choice"},[i("ul",e._l(e.data,(function(t,a){return i("li",{key:a,staticClass:"choice-radio",style:{width:e.width}},[i("label",[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"choice-input",attrs:{type:"radio",name:e.group},domProps:{value:t.value,checked:e._q(e.select,t.value)},on:{change:function(i){e.select=t.value}}}),i("div",{staticClass:"choice-item"},[t.icon?i("i",{staticClass:"le-icon",class:t.icon}):e._e(),i("span",{style:{paddingLeft:t.icon?"8px":"0"}},[e._v(e._s(t.name))])])])])})),0)])},n=[],s=(i("a9e3"),{props:{value:{type:[String,Number],default:""},group:{type:[String,Number],default:"choice"},data:{type:Array},width:{type:String,default:"84px"}},computed:{select:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}}}),r=s,l=(i("4ae0"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"4f38d4af",null);t["a"]=c.exports},"27ec":function(e,t,i){},"280a":function(e,t,i){},"28ea":function(e,t,i){e.exports=i.p+"img/home.7d0f011e.png"},"28ee":function(e,t,i){"use strict";i("311b")},29540:function(e,t,i){},2955:function(e,t,i){e.exports=i.p+"img/he-1-user.5f87acba.png"},"2a28":function(e,t,i){"use strict";i("8eae")},"2b29":function(e,t,i){"use strict";i("c3b1")},"2b65":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"le-form-card"},[i("el-form",{ref:"keyword",staticClass:"le-search--form",attrs:{model:e.keyword,"status-icon":"","label-width":"100px"}},[i("div",{staticStyle:{display:"flex","flex-wrap":"wrap"}},[i("el-form-item",{attrs:{label:"评价搜索",prop:"pass"}},[i("el-input",{staticClass:"he-searchInput",attrs:{autocomplete:"off",placeholder:"输入"+e.placeHolder+"搜索"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.brush(t)}},model:{value:e.keyword.search,callback:function(t){e.$set(e.keyword,"search",t)},expression:"keyword.search"}},[i("el-select",{attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.keyword.search_key,callback:function(t){e.$set(e.keyword,"search_key",t)},expression:"keyword.search_key"}},e._l(e.selectList,(function(e,t){return i("el-option",{key:t,attrs:{label:e.label,value:e.value}})})),1)],1)],1),i("el-form-item",{attrs:{label:"评价等级",prop:"checkPass"}},[i("el-select",{staticClass:"he-select__width",attrs:{placeholder:"请选择"},model:{value:e.keyword.level,callback:function(t){e.$set(e.keyword,"level",t)},expression:"keyword.level"}},[i("el-option",{attrs:{label:"全部",value:""}}),i("el-option",{attrs:{label:"好评",value:"good"}}),i("el-option",{attrs:{label:"中评",value:"general"}}),i("el-option",{attrs:{label:"差评",value:"bad"}})],1)],1),i("el-form-item",{attrs:{label:"评价时间",prop:"checkPass"}},[i("div",{staticClass:"el-row--flex"},[i("div",{staticClass:"data-picker"},[i("el-date-picker",{staticStyle:{width:"200px"},attrs:{type:"datetime",placeholder:"开始时间"},model:{value:e.keyword.time_start_show,callback:function(t){e.$set(e.keyword,"time_start_show",t)},expression:"keyword.time_start_show"}})],1),i("div",{staticClass:"to"},[e._v("至")]),i("div",{staticClass:"data-picker"},[i("el-date-picker",{staticStyle:{width:"200px"},attrs:{type:"datetime",placeholder:"结束时间"},model:{value:e.keyword.time_end_show,callback:function(t){e.$set(e.keyword,"time_end_show",t)},expression:"keyword.time_end_show"}})],1)])]),i("el-form-item",{attrs:{label:"评价状态",prop:"age"}},[i("el-select",{staticClass:"he-select__width",attrs:{placeholder:"请选择"},model:{value:e.keyword.status,callback:function(t){e.$set(e.keyword,"status",t)},expression:"keyword.status"}},[i("el-option",{attrs:{label:"全部",value:""}}),i("el-option",{attrs:{label:"隐藏",value:0}}),i("el-option",{attrs:{label:"显示",value:1}}),i("el-option",{attrs:{label:"置顶",value:2}})],1)],1)],1),i("el-row",[i("el-col",{attrs:{span:24}},[i("el-form-item",[i("el-button",{attrs:{type:"primary"},on:{click:e.brush}},[e._v("筛选")]),i("el-button",{on:{click:e.empty}},[e._v("清空")])],1)],1)],1)],1)],1),i("div",{staticClass:"le-line"}),i("div",{staticClass:"le-card"},[i("el-row",[i("el-col",[i("el-checkbox",{staticClass:"he-all__check",attrs:{indeterminate:e.indeterminate},on:{change:e.allCheckEvent},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("当页全选 ")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.replyReviewsBulk",value:e.checkList,expression:"checkList",modifiers:{replyReviewsBulk:!0}}],staticClass:"setBut",attrs:{disabled:0===e.checkList.length,action:"bulkReply",module:"order",title:"批量回复评价",width:"480",top:"30vh"}},[e._v("批量回复 ")]),i("popconfirm",{attrs:{width:"328px",title:"确认批量置顶选中评价?"},on:{confirm:e.bulkTop}},[i("el-button",{staticClass:"setBut",attrs:{disabled:0===e.checkList.length}},[e._v("批量置顶")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量显示选中评价?"},on:{confirm:e.batchDisplay}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量显示")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量隐藏选中评价?"},on:{confirm:e.bulkHide}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量隐藏")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量删除选中评价?"},on:{confirm:e.batchDeletion}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量删除")])],1)],1)],1),e._m(0),i("div",{staticClass:"he-body"},e._l(e.list,(function(t,a){return i("div",{key:a,staticClass:"he-item",class:0===t.status?"he-item__hidden":""},[i("div",{staticClass:"he-item__header el-row--flex is-justify-space-between"},[i("div",[i("el-checkbox",{staticClass:"he-check",on:{change:e.changeItem},model:{value:t.check,callback:function(i){e.$set(t,"check",i)},expression:"item.check"}}),i("span",{staticClass:"he-label"},[e._v("评价时间:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e._f("timeFormat")(t.created_time,"yyyy-mm-dd hh:MM:ss")))]),i("span",{staticClass:"he-label"},[e._v("订单号:")]),i("span",{staticClass:"he-value"},[e._v(e._s(t.order_sn))]),i("span",{staticClass:"he-value"},[e._v(e._s(t.user.nickname))])],1),i("div",{staticClass:"el-row--flex is-align-middle"},[i("popconfirm",{attrs:{title:"确认"+(0===t.status?"显示":"隐藏")+"该评价?",width:"320px",top:"30vh"},on:{confirm:function(i){return e.displayHidden(t)}}},[i("el-popover",{attrs:{placement:"top",trigger:"hover",content:0===t.status?"显示":"隐藏"}},[i("he-icon",{staticClass:"he-eye",attrs:{slot:"reference",type:0===t.status?"le-icon-hidden":"le-icon-eye"},slot:"reference"})],1)],1),i("popconfirm",{attrs:{title:"确认"+(2===t.status?"取消置顶":"置顶")+"该评价?",width:"320px",top:"30vh"},on:{confirm:function(i){return e.setTop(t)}}},[i("el-popover",{attrs:{placement:"top",trigger:"hover",content:2===t.status?"取消置顶":"置顶"}},[i("he-icon",{staticClass:"he-top",class:2===t.status?"he-top-1":"he-top-0",attrs:{slot:"reference",type:"le-icon-placed-top"},slot:"reference"})],1)],1),i("popconfirm",{attrs:{title:"确认删除该评价?",width:"320px",top:"30vh"},on:{confirm:function(i){return e.deleteItem(t)}}},[i("el-popover",{attrs:{placement:"top",trigger:"hover",content:"删除"}},[i("he-icon",{staticClass:"he-delete",attrs:{slot:"reference",type:"le-icon-trash",id:t.id+"_delete"},slot:"reference"})],1)],1)],1)]),i("div",{staticClass:"he-item__body el-row--flex"},[i("div",{staticClass:"he-goods el-row--flex"},[i("img",{staticClass:"he-goods__img",attrs:{src:t.goods_image,alt:""}}),i("div",[i("div",{staticClass:"he-goods__name"},[e._v(e._s(t.goods_name))]),i("div",{staticClass:"he-goods__attr"},[e._v(" "+e._s(t.show_goods_param)+" ")])])]),i("div",{staticClass:"he-rating el-row--flex"},[i("div",{staticClass:"he-rating__text"},[e._v(" "+e._s(t.star>=4?"好评":3===t.star?"中评":"差评")+" ")]),i("el-rate",{attrs:{"void-color":"#F7BA2A",value:t.star,disabled:"",colors:["#99A9BF","#F7BA2A","#FF9900"]}})],1),i("div",{staticClass:"he-evaluation"},[i("div",{staticClass:"he-evaluation__text"},[e._v(" "+e._s(t.content)+" ")]),i("div",{staticClass:"he-evaluation__img"},e._l(t.images,(function(e,a){return i("el-image",{key:a,staticStyle:{"margin-top":"8px",width:"80px",height:"80px","border-radius":"8px","margin-right":"8px"},attrs:{src:e,"preview-src-list":t.images}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"el-icon-picture-outline"})])])})),1)]),i("div",{staticClass:"he-reply"},[i("div",{staticClass:"he-reply__text"},[e._v(e._s(t.reply))]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.replyReviews",value:t,expression:"item",modifiers:{replyReviews:!0}}],staticClass:"he-reply__btn",attrs:{type:"text",id:t.id+"_reply",module:"order",title:"回复评价",width:"480",top:"30vh"}},[e._v(" "+e._s(t.reply?"修改回复":"回复")+" ")])],1)])])})),0),i("div",{staticClass:"el-row--flex is-justify-space-between he-footer"},[i("div",[i("el-checkbox",{staticClass:"he-all__check",attrs:{indeterminate:e.indeterminate},on:{change:e.allCheckEvent},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("当前全选 ")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.replyReviewsBulk",value:e.checkList,expression:"checkList",modifiers:{replyReviewsBulk:!0}}],staticClass:"setBut",attrs:{disabled:0===e.checkList.length,action:"bulkReply",module:"order",title:"批量回复评价",width:"480",top:"30vh"}},[e._v("批量回复 ")]),i("popconfirm",{attrs:{width:"328px",title:"确认批量置顶选中评价?"},on:{confirm:e.bulkTop}},[i("el-button",{staticClass:"setBut",attrs:{disabled:0===e.checkList.length}},[e._v("批量置顶")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量显示选中评价?"},on:{confirm:e.batchDisplay}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量显示")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量隐藏选中评价?"},on:{confirm:e.bulkHide}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量隐藏")])],1),i("popconfirm",{attrs:{width:"328px",title:"确认批量删除选中评价?"},on:{confirm:e.batchDeletion}},[i("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("批量删除")])],1)],1),i("div",[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next, jumper","current-page":e.page.current,"page-count":e.page.count},on:{"current-change":e.currentChange}})],1)])],1)])},n=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"el-row--flex he-header"},[i("div",{staticClass:"he-goods"},[e._v("商品")]),i("div",{staticClass:"he-rating"},[e._v("评价等级")]),i("div",{staticClass:"he-evaluation"},[e._v("评价内容")]),i("div",{staticClass:"he-reply"},[e._v("回复内容")])])}],s=i("1da1"),r=(i("96cf"),i("d3b7"),i("25f0"),i("fb6a"),i("159b"),i("841c"),i("ac1f"),i("d8df")),l={components:{popconfirm:r["a"]},data:function(){return{visible:!0,keyword:{time_start:"",time_end:"",time_start_show:"",time_end_show:"",search_key:"nickname",search:"",level:"",status:"",search_key_label:"买家昵称"},placeHolder:"买家昵称",selectList:[{label:"买家昵称",value:"nickname"},{label:"商品名称",value:"goods_name"},{label:"评价内容",value:"content"}],indeterminate:!1,allCheck:!1,checkList:[],page:{current:1,size:20},list:[]}},watch:{"keyword.search_key":{handler:function(e){for(var t=0;t0},currentChange:function(e){this.page.current=e,this.getList(this.page)},brush:function(){this.page.current=1,this.getList(this.page)},empty:function(){this.keyword={time_start:"",time_end:"",time_start_show:"",time_end_show:"",search_key:"nickname",search:"",level:"",status:"",search_key_label:"买家昵称"},this.brush()},getList:function(e){var t=this,i=this.$heshop.utils.deepClone(this.keyword);delete i.time_start_show,delete i.time_end_show,this.$heshop.search("post",{include:"orderevaluate"},{keyword:i}).page(e.current,e.size).then((function(e){var i=e.data,a=e.headers;t.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"],total:+a["x-pagination-total-count"]},i.forEach((function(e){e.check=!1})),t.list=i})).catch((function(e){t.$message.error(e.data.message)}))},bulkReply:function(){this.getList(this.page)},bulkTop:function(){this.setStatus(2,"置顶成功")},batchDisplay:function(){this.setStatus(1,"显示成功")},bulkHide:function(){this.setStatus(0,"隐藏成功")},setStatus:function(e,t){var i=this,a=[];this.checkList.forEach((function(e){a.push(e.id)})),this.$heshop.evaluate("put",a,{status:e}).then((function(){a.forEach((function(t){i.list.forEach((function(i){i.id===t&&(i.status=e)}))})),i.$message.success(t)})).catch((function(e){i.$message.error(e.data.message)}))},batchDeletion:function(){var e=this,t=[];this.checkList.forEach((function(e){t.push(e.id)})),this.$heshop.evaluate("delete",t).then((function(){e.$message.success("删除成功"),e.getList(e.page)})).catch((function(t){e.$message.error(t.data.message)}))},displayHidden:function(e){var t=this,i=1;i=0===e.status?1:0,this.$heshop.evaluate("put",e.id,{status:i}).then((function(){e.status=i;var a=1===i?"显示成功":"隐藏成功";t.$message.success(a)})).catch((function(e){t.$message.error(e.data.message)}))},setTop:function(e){var t=this,i=1;i=2===e.status?1:2,this.$heshop.evaluate("put",e.id,{status:i}).then((function(){e.status=i;var a=1===i?"取消置顶成功":"置顶成功";t.$message.success(a)})).catch((function(e){t.$message.error(e.data.message)}))},deleteItem:function(e){var t=this;this.$heshop.evaluate("delete",e.id).then((function(){t.getList(t.page),t.$message.success("删除成功")})).catch((function(e){t.$message.error(e.data.message)}))}}},c=l,o=(i("e9eb"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"5999b4bf",null);t["default"]=d.exports},"2be9":function(e,t,i){},"2c37":function(e,t,i){"use strict";i("8715")},"2d19":function(e,t,i){},"2d8d":function(e,t,i){"use strict";i("72c8")},"2dc5":function(e,t,i){},"2e80":function(e,t,i){},"2ea2":function(e,t,i){e.exports=i.p+"img/he-2-user.ebdaf08b.png"},"2f1a":function(e,t,i){"use strict";i("5fd3")},"2f1d":function(e,t,i){"use strict";i("9699")},"2f4f":function(e,t,i){"use strict";i("4469")},"2ffa":function(e){e.exports=JSON.parse('[{"name":"search","icon":"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/search-icon.png","title":"搜索框","content":{"style":1,"text":""},"facade":{"border_style":1,"text_align":"left","background_color":"#f7f7f7","border_color":"#FFFFFF","icon_color":"#999999","text_color":"#999999","high_style":20}},{"name":"tabs","icon":"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/tabs-icon.png","title":"选项卡","content":{"data":[{"title":"新品推荐","type":1,"goods":[{"id":171,"name":"碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙碎花裙裙","price":"55.00","line_price":"888.00","group":"-50-76-87-80-81-83-80-81-82-88-89-77-79-77-78-","status":0,"param_type":2,"unit":"双","slideshow":["https://open.heshop.vip/upload/image/2021/02/24/36612083e5d48ab30fd16408ac179b6d.png"],"is_video":0,"video":"[]","video_cover":"","is_real":1,"is_sale":1,"tags":"","stocks":800005,"reduce_stocks":2,"ft_type":1,"ft_price":"5.00","ft_id":null,"pfr_id":null,"limit_buy_status":0,"limit_buy_type":null,"limit_buy_value":null,"min_number":1,"sort":1,"services":"[]","visits":96,"virtual_sales":1221,"sales":0,"merchant_id":1,"AppID":"98c08c25f8136d590c","created_time":1614149230,"updated_time":1617003956,"deleted_time":null,"is_deleted":0,"sales_amount":"0.00","is_recycle":0,"goods_sn":"","visitors":14},{"id":170,"name":"保暖短靴雪地靴保暖短靴雪地靴保暖短靴雪地靴保暖短靴雪地靴保暖短靴雪地靴保暖短靴雪","price":"329.00","line_price":"0.00","group":"-50-76-87-80-81-83-80-81-82-88-89-77-79-77-78-","status":0,"param_type":2,"unit":"双","slideshow":["https://open.heshop.vip/upload/image/2021/02/24/aad96d658cb5a9992190ef4bcf7e9cf6.png","https://open.heshop.vip/upload/image/2021/02/24/71aa8d4a321c1aed26ce6f5109076a08.png"],"is_video":0,"video":"[]","video_cover":"","is_real":1,"is_sale":1,"tags":"","stocks":1979,"reduce_stocks":2,"ft_type":1,"ft_price":"8.00","ft_id":null,"pfr_id":null,"limit_buy_status":0,"limit_buy_type":null,"limit_buy_value":null,"min_number":1,"sort":1,"services":"[]","visits":62,"virtual_sales":2021,"sales":4,"merchant_id":1,"AppID":"98c08c25f8136d590c","created_time":1614148559,"updated_time":1614910281,"deleted_time":null,"is_deleted":0,"sales_amount":"1316.00","is_recycle":0,"goods_sn":"","visitors":14}],"group":{}},{"title":"热销爆款","type":1,"goods":[],"group":{}},{"title":"人气女装","type":1,"goods":[],"group":{}},{"title":"直播款","type":1,"goods":[],"group":{}}],"is_title":true,"is_price":true,"is_button":true},"facade":{"list_style":2,"card_style":1,"chamfer_style":0,"margin":10,"padding":10}},{"name":"wechat","icon":"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/wechat-icon.png","title":"微信公众号","content":{},"facade":{"line_style":"","line_color":"","high_style":20}}]')},3:function(e,t){},3012:function(e,t,i){e.exports=i.p+"img/he-deploy-guide-1.9acb61a1.png"},3015:function(e,t,i){},3032:function(e,t,i){},"311b":function(e,t,i){},3233:function(e,t,i){},3355:function(e,t,i){},"33af":function(e,t,i){},"33e4":function(e,t,i){"use strict";i("3032")},3520:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",[i("he-link",{attrs:{href:"users/index"}},[e._v("用户管理")])],1),i("el-breadcrumb-item",[e._v(" 用户信息 ")])],1),i("div",{staticClass:"le-card-top"},[i("el-row",[i("el-col",{staticClass:"el-row--flex is-align-middle"},[i("span",{staticClass:"he-title-line"}),i("span",{staticClass:"he-title"},[e._v(" 基本信息 ")])])],1),i("div",{staticClass:"le-line"}),i("div",{staticClass:"el-row--flex he-info"},[i("div",{staticClass:"he-profile-picture"},[i("img",{attrs:{src:e.detail.avatar,alt:""}}),i("div",{staticClass:"he-nickname"},[e._v(e._s(e.detail.nickname))]),i("div",{staticClass:"he-id"},[e._v("ID:"+e._s(e.detail.id))])]),i("div",{staticStyle:{margin:"45px 0 0 40px"}},[i("div",{staticClass:"le-item"},[i("span",{staticClass:"he-label le-label"},[e._v("真实姓名:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e.detail.realname))]),i("he-icon",{directives:[{name:"popup",rawName:"v-popup.modifyRealname",value:e.detail,expression:"detail",modifiers:{modifyRealname:!0}}],staticClass:"he-icon",attrs:{type:"le-icon-editor",title:"修改真实姓名",width:"360",top:"35vh",module:"users"}})],1),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("手机号:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e.detail.mobile))]),i("he-icon",{directives:[{name:"popup",rawName:"v-popup.modifyMobile",value:e.detail,expression:"detail",modifiers:{modifyMobile:!0}}],staticClass:"he-icon",attrs:{title:"修改手机号",type:"le-icon-editor",width:"360",top:"35vh",module:"users"}})],1),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("注册时间:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e._f("getTime")(e.detail.created_time)))])]),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("最后访问:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e._f("getTime")(e.detail.statistical?e.detail.statistical.last_visit_time:"")))])]),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("生日:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e.detail.birthday||"-"))])])]),i("div",{staticClass:"flex flex-direction justify-start",staticStyle:{margin:"45px 0 0 150px"}},[i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("用户所属终端:")]),i("span",{staticClass:"he-value"},[e._v(e._s("weapp"===e.detail.oauth.type?" 微信小程序":"wechat"===e.detail.oauth.type?" 公众号":" --"))])]),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("性别:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e._f("gender")(e.detail.gender)))])]),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("微信号:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e.detail.wechat||"-"))])]),i("div",{staticClass:"le-item"},[i("span",{staticClass:"le-label"},[e._v("地区:")]),i("span",{staticClass:"le-value"},[e._v(e._s(e._f("area")(e.detail.area)))])])])])],1),i("div",{staticClass:"le-line"}),i("div",{staticClass:"le-card"},[i("el-row",[i("el-col",{staticClass:"el-row--flex is-align-middle"},[i("span",{staticClass:"he-title-line"}),i("span",{staticClass:"he-title"},[e._v("标签信息")]),i("span",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:e.edit,expression:"edit",modifiers:{chooseLabel:!0}}],staticClass:"he-link",attrs:{action:"setLabel",module:"users",title:"用户标签筛选",width:"704"}},[e._v(" 编辑标签 ")])])],1),i("div",{staticClass:"he-trading-information flex flex-wrap"},e._l(e.edit.label,(function(t,a){return i("div",{key:a,staticClass:"le-tag"},[i("span",[e._v(e._s(t.name))]),i("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(i){return i.stopPropagation(),e.delLabel(t,a)}}})])})),0)],1),i("div",{staticClass:"le-line"}),i("div",{staticClass:"le-card"},[e._m(0),i("div",{staticClass:"flex"},[e.$manifest("task","status")?i("div",{staticClass:"le-assets",staticStyle:{width:"290px"}},[i("div",{staticClass:"le-assets-top"},[i("span",{staticClass:"le-assets-text"},[e._v("积分余额")]),i("span",{staticClass:"le-assets-btn",on:{click:e.setScore}},[e._v("改积分")])]),e.detail.taskuser?i("div",{staticClass:"le-assets-num",staticStyle:{color:"#000"}},[e._v(" "+e._s(e.detail.taskuser.number||0)+" ")]):i("div",{staticClass:"le-assets-num",staticStyle:{color:"#000"}},[e._v(" 0 ")])]):e._e(),i("div",{staticClass:"le-assets"},[i("div",{staticClass:"le-assets-top"},[i("span",{staticClass:"le-assets-text"},[e._v("优惠券")]),i("span",{directives:[{name:"popup",rawName:"v-popup.chooseCoupon",value:{coupons:[]},expression:"{ coupons: [] }",modifiers:{chooseCoupon:!0}}],staticClass:"le-assets-btn",attrs:{module:"users",title:"发优惠券",width:"857",action:"setCoupon"}},[e._v("发优惠券")])]),i("div",{directives:[{name:"popup",rawName:"v-popup.couponRecord",value:e.detail.id,expression:"detail.id",modifiers:{couponRecord:!0}}],staticClass:"le-assets-num",attrs:{module:"users",title:"优惠券记录",width:"1134",action:"getDetail"}},[e._v(" "+e._s(e.detail.coupon)+" ")])])])]),i("div",{staticClass:"le-line"}),i("div",{staticClass:"le-card-bottom"},[i("el-row",[i("el-col",{staticClass:"el-row--flex is-align-middle"},[i("span",{staticClass:"he-title-line"}),i("span",{staticClass:"he-title"},[e._v("交易信息")])])],1),i("div",{staticClass:"he-trading-information"},[i("div",{staticClass:"he-item"},[i("div",[i("div",{staticClass:"he-all-label"},[e._v("累计支付订单数")]),i("div",{staticClass:"he-all-value"},[e._v(" "+e._s(e.detail.pay_number.all)+" ")])]),i("div",{staticClass:"he-footer"},[i("div",[i("div",{staticClass:"he-other-label"},[e._v("微信小程序")]),i("div",{staticClass:"he-other-value"},[e._v(" "+e._s(e.detail.pay_number.wxapp)+" ")])]),i("div",[i("div",{staticClass:"he-other-label"},[e._v("公众号")]),i("div",{staticClass:"he-other-value"},[e._v(" "+e._s(e.detail.pay_number.wechat)+" ")])])])]),i("div",{staticClass:"he-item"},[i("div",[i("div",{staticClass:"he-all-label"},[e._v("累计支付金额")]),i("div",{staticClass:"he-all-value"},[e._v("¥"+e._s(e.detail.pay_amount.all))])]),i("div",{staticClass:"he-footer"},[i("div",[i("div",{staticClass:"he-other-label"},[e._v("微信小程序")]),i("div",{staticClass:"he-other-value"},[e._v("¥"+e._s(e.detail.pay_amount.wxapp))])]),i("div",[i("div",{staticClass:"he-other-label"},[e._v("公众号")]),i("div",{staticClass:"he-other-value"},[e._v("¥"+e._s(e.detail.pay_amount.wechat))])])])]),i("div",{staticClass:"he-item"},[i("div",[i("div",{staticClass:"he-all-label"},[e._v("累计售后订单数")]),i("div",{staticClass:"he-all-value"},[e._v(" "+e._s(e.detail.after_number.all)+" ")])]),i("div",{staticClass:"he-footer"},[i("div",[i("div",{staticClass:"he-other-label"},[e._v("微信小程序")]),i("div",{staticClass:"he-other-value"},[e._v(" "+e._s(e.detail.after_number.wxapp)+" ")])]),i("div",[i("div",{staticClass:"he-other-label"},[e._v("公众号")]),i("div",{staticClass:"he-other-value"},[e._v(" "+e._s(e.detail.after_number.wechat)+" ")])])])]),i("div",{staticClass:"he-item"},[i("div",[i("div",{staticClass:"he-all-label"},[e._v("累计退款金额")]),i("div",{staticClass:"he-all-value"},[e._v("¥"+e._s(e.detail.return_amount.all))])]),i("div",{staticClass:"he-footer"},[i("div",[i("div",{staticClass:"he-other-label"},[e._v("微信小程序")]),i("div",{staticClass:"he-other-value"},[e._v(" ¥"+e._s(e.detail.return_amount.wxapp)+" ")])]),i("div",[i("div",{staticClass:"he-other-label"},[e._v("公众号")]),i("div",{staticClass:"he-other-value"},[e._v(" ¥"+e._s(e.detail.return_amount.wechat)+" ")])])])])])],1)],1)},n=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"el-row--flex is-align-middle"},[i("span",{staticClass:"he-title-line"}),i("span",{staticClass:"he-title"},[e._v("资产信息")])])}],s=i("1da1"),r=(i("a9e3"),i("159b"),i("d81d"),i("5319"),i("ac1f"),i("99af"),i("96cf"),{name:"userData",data:function(){return{detail:{oauth:{},coupon:[],statistical:{all:0,wxapp:0,wechat:0},pay_number:{wxapp:0,all:0,wechat:0},pay_amount:{all:0,wxapp:0,wechat:0},after_number:{all:0,wxapp:0,wechat:0},return_amount:{all:0,wxapp:0,wechat:0}},edit:{label:[],type:1},id:null}},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){var i;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:i=e.$getQueryVariable("id"),e.id=parseInt(i),i&&e.getDetail();case 3:case"end":return t.stop()}}),t)})))()},methods:{setScore:function(){var e=this;this.$prompt("","改积分",{customClass:"task-action",confirmButtonText:"确定",cancelButtonText:"取消",inputPlaceholder:"请输入积分,负数代表扣减积分"}).then((function(t){var i=t.value;console.log("value",i),i%1===0?(i=Number(i),i%1===0?e.$heshop.plugin("post",{include:"task",model:"user"},{UID:e.id,number:i}).then((function(t){e.$message({type:"success",message:"改积分成功"}),e.getDetail()})).catch((function(e){console.log("查看错误信息",e)})):e.$message.error("积分必须是整数")):e.$message.error("积分必须是整数")})).catch((function(){}))},getDetail:function(){var e=this,t=[];this.$heshop.users("get",this.id).then((function(i){console.log("用户详细信息",i),e.detail=i,i.labellog.forEach((function(e){e.label.log_id=e.id,t.push(e.label)})),e.edit.label=t})).catch((function(t){e.$message.error(t.data.message)}))},router:function(e){this.$router.push({path:e})},delLabel:function(e,t){var i=this;i.$heshop.userlabellog("delete",e.log_id).then((function(){i.$delete(i.edit.label,t),i.$message.success("删除成功")})).catch((function(e){i.$message.error(e.data.message)}))},setLabel:function(e){var t=this;t.$heshop.userlabellog("post",{UID:t.$route.query.id,label_id:e.label}).then((function(){t.$message.success("保存成功"),t.getDetail()})).catch((function(e){t.$message.error(e.data.message)}))},setCoupon:function(e){var t=[this.detail.id],i=e.coupons.map((function(e){return{id:e.id,num:e.num}})),a=this;a.$heshop.coupon("post",{behavior:"send"},{user_list:t,coupon_list:i}).then((function(){a.$message.success("发放成功"),a.getDetail(a.detail.id)})).catch((function(e){a.$message.error(e.data.message)}))}},filters:{area:function(e){return e?e.replace(/\//g,""):""},gender:function(e){return 1==e?"男":2==e?"女":"-"},getTime:function(e){if(e){e=new Date(1e3*parseInt(e));var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate(),n=e.getHours()<10?"0"+e.getHours():e.getHours(),s=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),r=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,"-").concat(i,"-").concat(a," ").concat(n,":").concat(s,":").concat(r)}return"--"}}}),l=r,c=(i("3bd9"),i("2877")),o=Object(c["a"])(l,a,n,!1,null,"dd84c5ca",null);t["default"]=o.exports},"36f0":function(e,t,i){"use strict";i("57ee")},"372c":function(e,t,i){"use strict";i("e712")},3755:function(e,t,i){"use strict";i("a887")},3821:function(e,t,i){},"38f4":function(e,t,i){"use strict";i("e25a")},3937:function(e,t,i){"use strict";i("ebdb")},"395c":function(e,t,i){},"3a3c":function(e,t,i){},"3a7d":function(e,t,i){"use strict";i("f048")},"3a9d":function(e,t,i){},"3b30":function(e,t,i){"use strict";i("3e5f")},"3b53":function(e,t,i){var a={"./he-1-order.png":"c5c2","./he-2-order.png":"d9e5","./he-3-order.png":"a093","./he-4-order.png":"60b5","./he-5-order.png":"e242","./he-6-order.png":"0f34"};function n(e){var t=s(e);return i(t)}function s(e){if(!i.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}n.keys=function(){return Object.keys(a)},n.resolve=s,e.exports=n,n.id="3b53"},"3b81":function(e,t,i){},"3bd9":function(e,t,i){"use strict";i("8d2d")},"3c12":function(e,t,i){},"3c15":function(e,t,i){"use strict";i("6c56")},"3c48":function(e,t,i){"use strict";i("e81b")},"3cae":function(e,t,i){"use strict";i("0962")},"3cd6":function(e,t,i){},"3cf0":function(e,t,i){},"3d83":function(e,t,i){},"3ded":function(e,t,i){"use strict";i("3cf0")},"3df1":function(e,t,i){"use strict";i("874d")},"3e04":function(e,t,i){},"3e15":function(e,t,i){"use strict";i("cc87")},"3e5f":function(e,t,i){},"3ec8":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"colour"},[i("el-color-picker",{attrs:{predefine:e.predefineColors},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}}),i("el-input",{staticClass:"colour-input",attrs:{type:"text",readonly:""},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}}),i("el-button",{staticClass:"colour-reset",attrs:{type:"text"},on:{click:e.onReset}},[e._v("重置")])],1)},n=[],s=(i("a9e3"),{props:{value:{type:[String,Number],default:""},colour:{type:[String,Number]}},data:function(){return{predefineColors:["#ff4500","#ff8c00","#ffd700","#90ee90","#00ced1","#1e90ff","#c71585"]}},computed:{select:{get:function(){return this.value||this.colour||"#cccccc"},set:function(e){this.$emit("input",e)}}},methods:{onReset:function(e,t){this.select=this.colour||"#CCCCCC"}}}),r=s,l=(i("28ee"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"1b75d9c6",null);t["a"]=c.exports},"3eee":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAXVBMVEUAAABiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOv///+Lb/BwTu3XzPrPwvny7/6QdPH39f7q5fzi2/vRxvmzofWwnPWplfShi/NqRuy87q+JAAAADnRSTlMA/Y8G+dcqvJWULPTUmDRka0YAAADJSURBVDjL1dXJCsMgEIBhY9SsHbeYPXn/x2xSS4Vi4pwK/W8DHwx4GMmZoJzBRYxTQXx5lcFt2SN/uQKSFacsAVFFiMgwMBOEAipKOA5ywnCQEUAWg+uKgnqSctJpqDp51KkUXOS75RZqIz8ZfQ3dsTbUuSs4y6/mKAxro+sDHGSkIQJltH+HvbU9BloNoG0ajn4ak3Dz05aEyk/ql9DEoInA3T+J85PzT7UHyABVgz0pLf5I1bizVyMPaYk+zfhjn/w+mpbWp3kCEmxWZgTE2qkAAAAASUVORK5CYII="},"3fda":function(e,t,i){},"40ce":function(e,t,i){"use strict";i("b365")},"40cf":function(e,t,i){e.exports=i.p+"img/he-5-goods.b28f8e78.png"},"414e":function(e,t,i){"use strict";i("3821")},4193:function(e,t,i){},4321:function(e,t,i){},"43d8":function(e,t,i){"use strict";i("54a0")},"43e6":function(e,t,i){"use strict";i("dc93")},4469:function(e,t,i){},4483:function(e,t,i){},"44f6":function(e,t,i){},4600:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"微页面设置",is_tab:!1}},[i("div",{staticClass:"empty30"}),i("el-form",{ref:"form",attrs:{"label-width":"90px",size:"small","label-position":"left"}},[i("el-form-item",{attrs:{label:"微页面标题"}},[i("el-input",{attrs:{type:"text",placeholder:"请输入微页面标题",maxlength:"8","show-word-limit":""},nativeOn:{keyup:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null}},model:{value:e.pageInfo.name,callback:function(t){e.$set(e.pageInfo,"name",t)},expression:"pageInfo.name"}})],1),i("el-divider"),i("el-form-item",{attrs:{label:"背景颜色"}},[i("colour",{attrs:{colour:"#f7f7f7"},model:{value:e.pageInfo.background,callback:function(t){e.$set(e.pageInfo,"background",t)},expression:"pageInfo.background"}})],1)],1)],1)},n=[],s=i("db33"),r=i("3ec8"),l={components:{control:s["a"],colour:r["a"]},props:{value:""},computed:{pageInfo:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}}},c=l,o=(i("7beb"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"12d38033",null);t["a"]=d.exports},4678:function(e,t,i){var a={"./af":"2bfb","./af.js":"2bfb","./ar":"8e73","./ar-dz":"a356","./ar-dz.js":"a356","./ar-kw":"423e","./ar-kw.js":"423e","./ar-ly":"1cfd","./ar-ly.js":"1cfd","./ar-ma":"0a84","./ar-ma.js":"0a84","./ar-sa":"8230","./ar-sa.js":"8230","./ar-tn":"6d83","./ar-tn.js":"6d83","./ar.js":"8e73","./az":"485c","./az.js":"485c","./be":"1fc1","./be.js":"1fc1","./bg":"84aa","./bg.js":"84aa","./bm":"a7fa","./bm.js":"a7fa","./bn":"9043","./bn-bd":"9686","./bn-bd.js":"9686","./bn.js":"9043","./bo":"d26a","./bo.js":"d26a","./br":"6887","./br.js":"6887","./bs":"2554","./bs.js":"2554","./ca":"d716","./ca.js":"d716","./cs":"3c0d","./cs.js":"3c0d","./cv":"03ec","./cv.js":"03ec","./cy":"9797","./cy.js":"9797","./da":"0f14","./da.js":"0f14","./de":"b469","./de-at":"b3eb","./de-at.js":"b3eb","./de-ch":"bb71","./de-ch.js":"bb71","./de.js":"b469","./dv":"598a","./dv.js":"598a","./el":"8d47","./el.js":"8d47","./en-au":"0e6b","./en-au.js":"0e6b","./en-ca":"3886","./en-ca.js":"3886","./en-gb":"39a6","./en-gb.js":"39a6","./en-ie":"e1d3","./en-ie.js":"e1d3","./en-il":"7333","./en-il.js":"7333","./en-in":"ec2e","./en-in.js":"ec2e","./en-nz":"6f50","./en-nz.js":"6f50","./en-sg":"b7e9","./en-sg.js":"b7e9","./eo":"65db","./eo.js":"65db","./es":"898b","./es-do":"0a3c","./es-do.js":"0a3c","./es-mx":"b5b7","./es-mx.js":"b5b7","./es-us":"55c9","./es-us.js":"55c9","./es.js":"898b","./et":"ec18","./et.js":"ec18","./eu":"0ff2","./eu.js":"0ff2","./fa":"8df4","./fa.js":"8df4","./fi":"81e9","./fi.js":"81e9","./fil":"d69a","./fil.js":"d69a","./fo":"0721","./fo.js":"0721","./fr":"9f26","./fr-ca":"d9f8","./fr-ca.js":"d9f8","./fr-ch":"0e49","./fr-ch.js":"0e49","./fr.js":"9f26","./fy":"7118","./fy.js":"7118","./ga":"5120","./ga.js":"5120","./gd":"f6b4","./gd.js":"f6b4","./gl":"8840","./gl.js":"8840","./gom-deva":"aaf2","./gom-deva.js":"aaf2","./gom-latn":"0caa","./gom-latn.js":"0caa","./gu":"e0c5","./gu.js":"e0c5","./he":"c7aa","./he.js":"c7aa","./hi":"dc4d","./hi.js":"dc4d","./hr":"4ba9","./hr.js":"4ba9","./hu":"5b14","./hu.js":"5b14","./hy-am":"d6b6","./hy-am.js":"d6b6","./id":"5038","./id.js":"5038","./is":"0558","./is.js":"0558","./it":"6e98","./it-ch":"6f12","./it-ch.js":"6f12","./it.js":"6e98","./ja":"079e","./ja.js":"079e","./jv":"b540","./jv.js":"b540","./ka":"201b","./ka.js":"201b","./kk":"6d79","./kk.js":"6d79","./km":"e81d","./km.js":"e81d","./kn":"3e92","./kn.js":"3e92","./ko":"22f8","./ko.js":"22f8","./ku":"2421","./ku.js":"2421","./ky":"9609","./ky.js":"9609","./lb":"440c","./lb.js":"440c","./lo":"b29d","./lo.js":"b29d","./lt":"26f9","./lt.js":"26f9","./lv":"b97c","./lv.js":"b97c","./me":"293c","./me.js":"293c","./mi":"688b","./mi.js":"688b","./mk":"6909","./mk.js":"6909","./ml":"02fb","./ml.js":"02fb","./mn":"958b","./mn.js":"958b","./mr":"39bd","./mr.js":"39bd","./ms":"ebe4","./ms-my":"6403","./ms-my.js":"6403","./ms.js":"ebe4","./mt":"1b45","./mt.js":"1b45","./my":"8689","./my.js":"8689","./nb":"6ce3","./nb.js":"6ce3","./ne":"3a39","./ne.js":"3a39","./nl":"facd","./nl-be":"db29","./nl-be.js":"db29","./nl.js":"facd","./nn":"b84c","./nn.js":"b84c","./oc-lnc":"167b","./oc-lnc.js":"167b","./pa-in":"f3ff","./pa-in.js":"f3ff","./pl":"8d57","./pl.js":"8d57","./pt":"f260","./pt-br":"d2d4","./pt-br.js":"d2d4","./pt.js":"f260","./ro":"972c","./ro.js":"972c","./ru":"957c","./ru.js":"957c","./sd":"6784","./sd.js":"6784","./se":"ffff","./se.js":"ffff","./si":"eda5","./si.js":"eda5","./sk":"7be6","./sk.js":"7be6","./sl":"8155","./sl.js":"8155","./sq":"c8f3","./sq.js":"c8f3","./sr":"cf1e","./sr-cyrl":"13e9","./sr-cyrl.js":"13e9","./sr.js":"cf1e","./ss":"52bd","./ss.js":"52bd","./sv":"5fbd","./sv.js":"5fbd","./sw":"74dc","./sw.js":"74dc","./ta":"3de5","./ta.js":"3de5","./te":"5cbb","./te.js":"5cbb","./tet":"576c","./tet.js":"576c","./tg":"3b1b","./tg.js":"3b1b","./th":"10e8","./th.js":"10e8","./tk":"5aff","./tk.js":"5aff","./tl-ph":"0f38","./tl-ph.js":"0f38","./tlh":"cf75","./tlh.js":"cf75","./tr":"0e81","./tr.js":"0e81","./tzl":"cf51","./tzl.js":"cf51","./tzm":"c109","./tzm-latn":"b53d","./tzm-latn.js":"b53d","./tzm.js":"c109","./ug-cn":"6117","./ug-cn.js":"6117","./uk":"ada2","./uk.js":"ada2","./ur":"5294","./ur.js":"5294","./uz":"2e8c","./uz-latn":"010e","./uz-latn.js":"010e","./uz.js":"2e8c","./vi":"2921","./vi.js":"2921","./x-pseudo":"fd7e","./x-pseudo.js":"fd7e","./yo":"7f33","./yo.js":"7f33","./zh-cn":"5c3a","./zh-cn.js":"5c3a","./zh-hk":"49ab","./zh-hk.js":"49ab","./zh-mo":"3a6c","./zh-mo.js":"3a6c","./zh-tw":"90ea","./zh-tw.js":"90ea"};function n(e){var t=s(e);return i(t)}function s(e){if(!i.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}n.keys=function(){return Object.keys(a)},n.resolve=s,e.exports=n,n.id="4678"},"471d":function(e,t,i){},"475c":function(e,t,i){},"475e":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-matter"},[i("el-row",[i("el-col",[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"users/index"}},[e._v(" 用户管理 ")])],1),i("el-breadcrumb-item",[e._v(" 导出历史 ")])],1)],1)],1),i("div",{staticClass:"le-line"}),i("el-card",{staticClass:"le-form-card"},[i("el-table",{staticStyle:{width:"100%"},attrs:{data:e.list,lazy:""}},[i("el-table-column",{attrs:{label:"注册时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.created_time_start))+" ~ ")]),i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.created_time_end))+" ")])]}}])}),i("el-table-column",{attrs:{label:"上次消费时间",prop:"title"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.last_buy_time_start))+" ~ ")]),i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.last_buy_time_end))+" ")])]}}])}),i("el-table-column",{attrs:{label:"最后访问",prop:"title"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.last_visit_time_start))+" ~ ")]),i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.last_visit_time_end))+" ")])]}}])}),i("el-table-column",{attrs:{label:"消费次数",prop:"created_time"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(e._s(t.row.conditions.buy_number_start)+"~"+e._s(t.row.conditions.buy_number_end))])]}}])}),i("el-table-column",{attrs:{label:"用户来源",prop:"created_time"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(e._s(0===t.row.conditions.source?"微信小程序":1===t.row.conditions.source?"H5":"全部"))])]}}])}),i("el-table-column",{attrs:{label:"导出时间",prop:"created_time"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.created_time))+" ")])]}}])}),i("el-table-column",{attrs:{label:"操作",prop:"title"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-button"},[i("el-button",{staticClass:"he-class__button-new he-class__button-first",attrs:{type:"text"},on:{click:function(i){return e.export2Excel(t.row.user_data.tHeader,t.row.user_data.list,t.row.created_time)}}},[e._v(" 下载 ")]),i("span",[e._v("|")]),i("popconfirm",{attrs:{width:"320px",title:"确定删除这条导出记录?"},on:{confirm:function(i){return e.deleteItem({id:t.row.id,index:t.$index})}}},[i("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"}},[e._v("删除")])],1)],1)]}}])})],1),i("div",{staticClass:"he-pagination el-row--flex is-align-middle is-justify-end"},[i("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)],1)],1)},n=[],s=i("1da1"),r=(i("99af"),i("96cf"),i("d8df")),l={components:{popconfirm:r["a"]},name:"usersExportHistory",data:function(){return{list:[],page:{current:1,count:0,size:20}}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getList(e.page);case 1:case"end":return t.stop()}}),t)})))()},methods:{currentChange:function(e){this.page.count=e,this.getList(this.page)},getList:function(e){var t=this;this.$heshop.export("get",{include:"user"}).page(e.current,e.size).then((function(e){var i=e.data,a=e.headers;t.list=i,t.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"],total:+a["x-pagination-total-count"]}})).catch((function(e){t.$message.error(e.data.message)}))},deleteItem:function(e){var t=this;this.$heshop.export("delete",e.id,{include:"user"}).then((function(){t.$delete(t.list,e.index),t.$message.success("删除成功")})).catch((function(e){t.$message.error(e.data.message)}))},export2Excel:function(e,t,a){var n=this;Promise.resolve().then(function(){n.$h.Export2Excel.export_json_to_excel({header:e,data:t,filename:"用户报表("+n.$moment(new Date(1e3*a)).format("YYYYMMDDHHmmss")+")"})}.bind(null,i)).catch(i.oe)}},filters:{getTime:function(e){if(e){e=new Date(1e3*parseInt(e));var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate(),n=e.getHours()<10?"0"+e.getHours():e.getHours(),s=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),r=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,"-").concat(i,"-").concat(a," ").concat(n,":").concat(s,":").concat(r)}return"--"}}},c=l,o=(i("4d6c"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"1aec7e56",null);t["default"]=d.exports},"47cd":function(e,t,i){},"47d0":function(e,t,i){"use strict";i("4193")},"483a":function(e,t,i){},4882:function(e,t,i){"use strict";i("4d42")},"49b4":function(e,t,i){"use strict";i("0f93")},"49e6":function(e,t,i){},"4ae0":function(e,t,i){"use strict";i("ee2c")},"4bac":function(e,t,i){},"4c26":function(e,t,i){e.exports=i.p+"img/he-applets.9504bc56.png"},"4cd2":function(e,t,i){"use strict";i("b54e")},"4d42":function(e,t,i){},"4d6c":function(e,t,i){"use strict";i("6b16")},"4e03":function(e,t,i){},"4e29":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAEnElEQVRIS2WVS2xUZRTHf+f77tx5tJRpO8MrraERqjwSQSEsAE0lMaxduHBnTCWuTNxojDHExIgbEuLCkJK4J8Y1cQG6gGQABcTwNKkRArSdPqbTTu/M3Psd8907IAl3MXNn5p7fd87/nPMfcd/zE8o7CEqMo41gxPHq8LTs2VEjDLeTJLtRKeIv0TWs/YtO575ev32AO/NjODXkUQIMiiD8InqK91U4QcJICi0bZMdLMLrJUSi0cOpDcoikXFRB6GKkTRSVePDE6O1/YclBmMIfivK56AnWAx+r41NGChXZOy5srkAiELWhswqdFrhOBjYhhCUI+6CQB6vwuI5eu6c8iOpiOQn8kKah3zGiL68/Lbu2HmV4yNBx0FqEVh2SxNP8UxkYH+LAWihVoDQIoYH5Bac3/zkn041j8pnP2mtyf/8YIVMEdoIYYXUOojqYAuTLkCtCYMEIxElWQbQELoJCBfqqEPgeJRfoMMn2K9Oid8crhP1fgPkQJwMpsD0L+QqEXiUHgaCBRdVBAtJ1iBjoNKBdh/yG7ACjy0hyhvbqt6J3dx5BgjNgt5K0oP0QcoMQ9KB5IY5imnfqdOY7lEZL9I0NYsSCE+g2oLsI+RGwJSCZRuNJ0bs7TqJ2EqSfziOQGHIbe5kq3VbM/OUZFm9EJBFUDoRUJ0bTnhF7zS10Z0ADCLf4XqwgyZTonVdqqNmH6xiSGbD9mbZW0byl8cccj883Mfmsf+XdIZVDW7D+Q+zpJtM6XoFgo58ah7irorfGZ1FTxS0BTbBeAp+IkATC8o35VALfuKVbMeVdOaqHNqRzkoH9lPhDGsA6sGUQNyd6c9ty+o0ugKyB8WAfoOlr3I4xfTkaN5d48mub4T2W6uEKxgNj1wMLuAZoEWTIH9kU9+fWZTDr0EVEWmD6/98wjy5aXGhYuLjA7MWY4b2G6sHBFzN2q6iWQAZ9f5riro/OgqnCCmKWQbyYvjwDfrxyFhfAfK3JXC1h+DUPHngO7PNwoBHqBgCfmJsTd21TDcw+NDFiFrIlIOhl7W8FFwjztRYzlxyVvcKGN4uYZ1ORig1OUTcEYrPmJdcqJ0XNJM70Y5YQ2wZyoD3TCUjB9VqbmUtK9XWhejj0QwbePsSf0EWTPLgyGLei4qZEL68/omKnIBhDukjgJXfg0r6nqqiBaE5Zm1MKQ0Jxo2S8dNqyZzUeAM15GaZFdVL0KhVH+UtxfISaIraD5FuZPXr/6XmPhr4Qv2mK+KJ8QZ7jjbxdgiT0Y7amwmkjS99kJnR13bg6fkT1AGoNuS5S9LProOuyDfOgnjpp53J+MQy6FkI3B5I4hJp05QMONu9ltnkcw9H+t9S5U8BOVKxvmvR58068uTyXur/1BmTRVZMtiWgCekuMfsK56Dc5nrpIbwDOYuPNhQlr9CvgDZyU0n+NUCBvMv/1l/fntoOOZnIZbQG/J06+Dh5HF+S9VMBnxaUxehbLlvw2R3JMkHdRHcTRlzrN8z7v1TesIrKo6M8Ge5pH7b+fQl8AP8v+AhXE7ieQt9Xrnug4UOj9HmHlnojUiPU8mlyRCepPY5++/wdd1B48QohTvAAAAABJRU5ErkJggg=="},"4e90":function(e,t,i){"use strict";i("ec78")},"4ed0":function(e,t,i){},5105:function(e,t,i){},"515a":function(e,t,i){"use strict";i("51dc")},"51be":function(e,t,i){e.exports=i.p+"img/freightRule.8b8b1410.png"},"51d2":function(e,t,i){"use strict";i("395c")},"51dc":function(e,t,i){},"51f9":function(e,t,i){"use strict";var a,n,s=i("2638"),r=i.n(s),l=i("1da1"),c=(i("96cf"),i("a9e3"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"promotion-detail"},[i("div",{staticClass:"promotion-detail__menu"},[i("label",{staticClass:"promotion-detail__item"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"promotion-detail__input",attrs:{type:"radio"},domProps:{value:0,checked:e._q(e.select,0)},on:{change:function(t){e.select=0}}}),i("span",[e._v("微信小程序")])]),i("label",{staticClass:"promotion-detail__item"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.select,expression:"select"}],staticClass:"promotion-detail__input",attrs:{type:"radio"},domProps:{value:1,checked:e._q(e.select,1)},on:{change:function(t){e.select=1}}}),i("span",[e._v("H5")])])]),i("div",{staticClass:"promotion-detail__body"},[i("img",{attrs:{src:e.coverInfo.cover}})]),i("div",{staticClass:"promotion-detail__form"},[i("el-form",{attrs:{"label-position":"top","label-width":"80px"}},[i("el-form-item",{attrs:{label:e.coverInfo.title}},[i("el-input",{attrs:{placeholder:"请输入内容",value:e.coverInfo.path,size:"small",disabled:!0}},[i("el-button",{attrs:{slot:"append"},on:{click:e.allowCopy},slot:"append"},[e._v("复制")])],1)],1),i("el-form-item",[i("el-button",{on:{click:e.allowDrop}},[e._v("下载海报")]),i("el-button",{on:{click:e.allowDrop}},[e._v(e._s(e.coverInfo.button))])],1)],1)],1)])}),o=[],d={props:{value:{type:[Object]}},data:function(){return{select:0,detail:[{title:"小程序路径",cover:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/promotion_cover.png",path:"/pages/goods/wscgoods",button:"下载小程序码"},{title:"链接",cover:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/promotion_coverh5.png",path:"/pages/goods/wscgoods",button:"仅下载二维码"}]}},computed:{coverInfo:function(){return this.detail[this.select]}},created:function(){},watch:{},mounted:function(){return Object(l["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{allowCopy:function(){this.$message({title:"成功",message:"复制链接成功",type:"success"})},allowDrop:function(){this.$message({title:"成功",message:"后端接口尚未开通",type:"warning"})}}},u=d,p=(i("9d0a"),i("2877")),m=Object(p["a"])(u,c,o,!1,null,"e0421a2c",null),h=m.exports,v={components:{Detail:h},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""}},data:function(){return{dialogVisible:!1}},computed:{},created:function(){},watch:{},mounted:function(){return Object(l["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.dialogVisible=!1}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=(this.handleConfirm,this.$slots.trigger||this.$slots.default),s={on:{click:i}},l={props:{visible:t,title:"推广","before-close":a,width:"790px","destroy-on-close":!0}},c={props:{value:this.value}};return e("div",{class:"promotion"},[e("span",r()([{},s]),[n]),e("el-dialog",r()([{},l]),[e(h,r()([{},c])),e("template",{slot:"footer"},[e("div")])])])}},f=v,_=(i("b980"),Object(p["a"])(f,a,n,!1,null,"7bda2386",null));t["a"]=_.exports},5310:function(e,t,i){"use strict";i("483a")},5384:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAhFBMVEUAAABiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOv////39f6+rfedhvOAYe9pROz8+//s6P2JbPBzUO1tSezVy/rOw/nFtvjDtPeokvSjjfORdvF6Wu52VO759/7e1vvUyfrRxvn18v7f1/vCs/erl/SUe/H49/7d1fsTXu5+AAAADHRSTlMA/fiPKwaV17zUmNhat2iHAAABI0lEQVQ4y52V25KDIAxAEa22u0TAa+1Fe7/s/v//rQjsg4Jmeh4YMnNmmIQQiCIKE8o80CSMiGYVB2yW4Gs1eGu2yFqZMUMQExIFGDGISMhQhCTBiQmhOJESNiIr0p4iYyMmooQBuSiWWixnxExU/brX4r7fViJzihzOXFzAcBH8DNwlnsDBySFuwXB9v692v52Kx39PRTcbHSdiAwapi2RoJmK9A02nos4Eu9qR9SEHBdcVUOQHd8FTGHhK+dS7lM2I9yGP292KvqOLitVtW7OqMEf7kuls3PmSaUbNUJry+AqeCx2K3BTcf4WPV9u+HvYK0U2x3Ga/gv8ARzcu4il8/LjQzxU/ABKcuEEPKfTYww5S9GjGD3vzfXxTn0Q3+vv4AwvpTwl6LHfkAAAAAElFTkSuQmCC"},"53a0":function(e,t,i){},"54a0":function(e,t,i){},5503:function(e,t,i){},"55b2":function(e,t,i){},5677:function(e,t,i){"use strict";i("a8a7")},"56d7":function(e,t,i){"use strict";i.r(t);var a={};i.r(a),i.d(a,"defaulter",(function(){return Ne})),i.d(a,"login",(function(){return Pe})),i.d(a,"logout",(function(){return Te})),i.d(a,"POST",(function(){return ze})),i.d(a,"GET",(function(){return Re})),i.d(a,"PUT",(function(){return Fe})),i.d(a,"DELETE",(function(){return Me})),i.d(a,"register",(function(){return qe})),i.d(a,"reset",(function(){return Be})),i.d(a,"upload",(function(){return Ve})),i.d(a,"download",(function(){return Ge})),i.d(a,"uploadV2",(function(){return Ue})),i.d(a,"video",(function(){return He})),i.d(a,"file",(function(){return Je})),i.d(a,"pay",(function(){return Qe}));var n={};i.r(n),i.d(n,"export_table_to_excel",(function(){return bu})),i.d(n,"export_json_to_excel",(function(){return yu}));i("e260"),i("e6cf"),i("cca6"),i("a79d"),i("1276"),i("ac1f");var s=i("2b0e"),r=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"app"}},[i("router-view")],1)},l=[],c=i("5530"),o=i("2f62"),d=Object(o["a"])("setting"),u=d.mapActions,p={name:"App",methods:Object(c["a"])({},u(["getSettingInfo","getVersion"])),mounted:function(){var e=this;this.getSettingInfo(),this.getVersion(),this.$store.dispatch("plugins/getPlugins"),setTimeout((function(){e.$manifest("task","status")}),2e3)}},m=p,h=(i("7c55"),i("2877")),v=Object(h["a"])(m,r,l,!1,null,null,null),f=v.exports,_=(i("caad"),i("2532"),i("b0c0"),i("8c4f")),g=(i("d3b7"),i("3ca3"),i("ddb0"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"leadshop"},[i("keep-alive",[e.$route.meta.keepAlive?i("router-view"):e._e()],1),e.$route.meta.keepAlive?e._e():i("router-view")],1)}),b=[],y=(i("d1be"),{}),k=Object(h["a"])(y,g,b,!1,null,null,null),x=k.exports,C=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-container",{staticClass:"apply-body"},[i("el-header",{staticClass:"apply-header",staticStyle:{"background-color":"rgb(34, 34, 34)"},attrs:{height:"64px"}},[i("div",{staticClass:"apply-header__logo"},[i("img",{attrs:{src:e.getStore.logo}})]),i("div",{staticClass:"apply-header__menu"},[i("MianBar")],1),i("div",{staticClass:"apply-header__user"},[i("ul",[i("el-popover",{attrs:{placement:"top-start","popper-class":"apply-header__popver",width:"132",trigger:"hover",offset:-10,"visible-arrow":!1}},[i("div",{staticClass:"apply-header__logout"},[i("div",{staticClass:"footer-item",on:{click:e.handleClearCache}},[i("i",{staticClass:"le-icon le-icon-qinglihuancun"}),e._v(" "),i("span",[e._v("清理缓存")])]),i("div",{directives:[{name:"popup",rawName:"v-popup.changePassword",modifiers:{changePassword:!0}}],staticClass:"footer-item",attrs:{module:"index",title:"修改密码",action:"handleLogout",width:"524"}},[i("i",{staticClass:"le-icon le-icon-xiugaimima"}),e._v(" "),i("span",[e._v("修改密码")])]),i("div",{staticClass:"footer-item",on:{click:e.handleLogout}},[i("i",{staticClass:"le-icon le-icon-tuichudenglu"}),e._v(" "),i("span",[e._v("退出登录")])])]),i("template",{slot:"reference"},[i("li",[i("div",{staticClass:"user-name",on:{mouseover:function(t){e.visible=!0}}},[e._v(" "+e._s(e.getStore.name)+" ")])]),i("li",[i("div",{staticClass:"user-photo"},[i("img",{attrs:{src:e.getStore.logo}})])])])],2),i("li",[i("div",{staticClass:"le-update",on:{click:e.router}},[e.version?i("i",{staticClass:"le-icon le-icon-youshengji"}):i("i",{staticClass:"le-icon le-icon-wushengji"})])])],1)])]),i("el-main",{staticClass:"apply-main"},[i("router-view")],1)],1)},w=[],S=i("d4ec"),$=i("bee2"),O=i("ade3"),A=(i("99af"),i("25f0"),i("fb6a"),i("53ca"));i("159b"),i("b64b"),i("5319"),i("a434"),i("841c"),i("a15b");function j(e){return"undefined"!==typeof window}function D(e,t){return-1!=t.indexOf(e)}function L(e,t){localStorage.setItem(e,t)}function E(e){return localStorage.getItem(e)}function I(e){localStorage.setItem("_hesop_token_",e)}function N(){return localStorage.getItem("_hesop_token_")}function P(){localStorage.removeItem("_hesop_token_")}function T(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(null===e||"object"!==Object(A["a"])(e))return e;var i=find(t,(function(t){return t.original===e}));if(i)return i.copy;var a=Array.isArray(e)?[]:{};return t.push({original:e,copy:a}),Object.keys(e).forEach((function(i){a[i]=T(e[i],t)})),a}function z(e){return!!e&&Object.keys(e).shift()}function R(e,t,i){var a=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e.addEventListener?e.addEventListener(t,i,a):e.attachEvent?e.attachEvent("on"+t,i):e["on"+t]=i}function F(e){return!e&&0!==e&&""!==e||("string"===typeof e&&(e=e.replace(/\s*/g,""),""===e)||(Array.isArray(e)&&0===e.length||Object.prototype.isPrototypeOf(e)&&0===Object.keys(e).length))}function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=new e({propsData:t,parent:i.parent||null,data:function(){return i.data||{}},el:i.el||document.createElement("div")});return a}function q(e,t){for(var i=0;i-1&&e.splice(i,1)}function V(e){for(var t=window.location.search.substring(1),i=t.split("&"),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";e=e.toString();var i=t.length;if(i<1)return e;var a=e.slice(0,i);return a==t?e.slice(i):e}}},pe=ue,me=(i("65ff"),Object(h["a"])(pe,oe,de,!1,null,"74ec4834",null)),he=me.exports,ve=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("svg",{staticClass:"le-icon",style:"font-size:"+e.size,attrs:{"aria-hidden":"true"}},[i("use",{attrs:{"xlink:href":"#"+e.type}})])},fe=[],_e={props:{type:{type:String,default:"modules"},size:{type:String,default:"14px;"}}},ge=_e,be=Object(h["a"])(ge,ve,fe,!1,null,null,null),ye=be.exports;function ke(e){ke.installed&&K===e||(ke.installed=!0,K=e,e.use(o["b"]),e.component("heLink",he),e.component("heIcon",ye),e.directive("popup",re.popup),e.directive("auth",ce.auth),e.mixin({beforeCreate:function(){this.$options.authorize},methods:{$navigateTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.$router.push({path:e,query:t})},$auth:function(e,t){}}}))}var xe=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=new o["b"].Store({modules:e,state:{},mutations:{},actions:{},getters:t});return i},Ce=xe,we=i("2909"),Se=(i("4de4"),i("4d63"),i("bc3a")),$e=i.n(Se),Oe=i("a78e"),Ae=i.n(Oe);function je(e,t){$e.a.defaults.baseURL=e.AppURL,$e.a.defaults.withCredentials=!0;var i=$e.a.create();return i.defaults.timeout=1e6,i.defaults.retry=1,i.interceptors.request.use((function(t){var i=localStorage.getItem("Authorization")||"";return i&&(t.headers["Authorization"]=i),t.headers["QM-APP-TYPE"]=e.AppType,t.headers["QM-APP-ID"]=e.AppID,t.headers["QM-APP-SECRET"]=e.AppSecret,t.headers["QM-APP-SECRET"]=e.AppSecret,t}),(function(e){return Promise.reject(e)})),i.interceptors.response.use((function(e){return e.status>=200&&e.status<300?e.headers["x-pagination-total-count"]||e.headers["X-Pagination-Total-Count"]?e:e.data:Promise.reject(res)}),(function(t){switch(t.response.status){case 401:var a=localStorage.getItem("Authorization"),n=localStorage.getItem("refresh_token");return a&&n?void(window.isReresh||(window.isReresh=!0,window.RequestList=[JSON.parse(JSON.stringify(t.config))],localStorage.removeItem("Authorization"),i({url:e.AppConfig.loginReset,method:"POST",data:{refresh_token:n}}).then((function(e){console.log("重置Token",e);var t="Bearer "+e.access_token;e.access_token&&e.refresh_token?(localStorage.setItem("Authorization",t),localStorage.setItem("refresh_token",e.refresh_token)):(localStorage.removeItem("Authorization"),localStorage.removeItem("refresh_token")),location.reload()})).catch((function(e){localStorage.removeItem("Authorization"),localStorage.removeItem("refresh_token"),location.reload()})))):Promise.reject(t.response);default:return console.log("请求错误信息",t),Promise.reject(t.response)}})),i}window.isReresh=!1,window.RequestList=[];var De=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Object(S["a"])(this,e),this.config(t)}return Object($["a"])(e,[{key:"config",value:function(e){return this.parentKey=e.parentKey,this.idKey=e.idKey,this.parentId=e.parentId,this.name=e.name,this.title=e.title,this.childrenKey=e.childrenKey,this.fields={},this.addFields={},this.delFields=[],this.rawData=[],this}},{key:"on",value:function(e){this.tree=[];var t=this.parent||{};return this.ToTree(e,this.tree,this.parentId,t),this}},{key:"ToTree",value:function(e,t){var i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},s=this.parentKey,r=this.childrenKey,l=this.idKey,c=0;e.forEach((function(o,d){if(o[s].toString()===a.toString()){Object.assign(o,i.addFields);var u=i.toField(o,n,d,c);for(var p in u[r]=[],i.delFields){var m=i.delFields[p];u[m]&&delete u[m]}i.ToTree(e,u[r],o[l],u),u[r].length<=0&&delete u[r],u&&(u=JSON.parse(JSON.stringify(u)),delete u["$_index"],delete u["$_path"],delete u["$_name"],delete u["$_title"]),t.push(u),c++}}))}},{key:"field",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.fields[e]=t,this}},{key:"add",value:function(e,t){return this.addFields[e]=t,this}},{key:"del",value:function(e){return this.delFields.push(e),this}},{key:"toField",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0,n=new Object;for(var s in e){var r=e[s];this.fields[s]?n[s]=this.fields[s](r,e,t):n[s]=r}return n.$_index=i,t.$_path?(n.$_path=t.$_path+"-"+a,n.$_name=t.$_name+"-"+e[this.name],n.$_title=t.$_title+"-"+e[this.title]):(n.$_path=a,n.$_name=e[this.name],n.$_title=e[this.title]),this.rawData[i]=n,n}},{key:"search",value:function(e,t){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],a=this.rawData.filter((function(a){if(i)return a[e]==t;var n=[""].concat(Object(we["a"])(t),[""]).join(".*"),s=new RegExp(n);return s.test(a[e])}));return i&&a.length?a[0]:a}},{key:"get",value:function(){return this.tree}}]),e}(),Le=De,Ee=function(){function e(t,i){Object(S["a"])(this,e),this.self=i,this.utils=W,this.AppID=t.AppID,this.AppName=t.AppName,this.AppAlias=t.AppAlias||"",this.AppURL=t.AppURL,this.AppConfig=this.extend({whiteList:null,pagination:"header",autoToken:null,defaultRoute:null,loginURL:null,loginPage:"/login",loginReset:null},t.AppConfig),this.AppSecret=t.AppSecret,this.AuthSign=t.AuthSign||!1,this.authorization=!0,this.server=je(this,i.instance)}return Object($["a"])(e,[{key:"getToken",value:function(){return Ae.a.get("token")||""}},{key:"toTree",value:function(e){return new Le(e)}},{key:"arraySearch",value:function(e,t,i){var a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],n=e.filter((function(e){if(a)return i instanceof Array?i.includes(e[t]):e[t]==i;var n=[""].concat(Object(we["a"])(i),[""]).join(".*"),s=new RegExp(n);return s.test(e[t])}));return a&&n.length?i instanceof Array?n:n[0]:n}},{key:"extend",value:function(e,t){for(var i in t)e[i]=t[i];return e}},{key:"setDefault",value:function(e,t){try{return e||t}catch(i){return t}}},{key:"components",value:function(e,t){return this.self.component(e,t)}}]),e}(),Ie=Ee,Ne={beforeEach:function(e,t,i){var a,n,s,r,l,c,o,d=null,u=-1==i.AppURL.indexOf("=")?"?":"&";switch(c=Object.keys(e),r=e[c[0]],o=e["page"]||null,n=r[0]?r[0].toLowerCase():"get",o&&(o=o.page&&o.size?o:{page:o[0],size:o[1]},c.pop()),a="/api/"+i.AppName+"/"+c.join("/"),n){case"post":2==Object.keys(r).length&&(l=r[1],o&&("header"==i.AppConfig.pagination?(s={"Content-Type":"application/json","X-Pagination-Per-Page":o.size},d={page:o.page}):d={"page[number]":o.page,"page[size]":o.size},a+=u+W.formateObjToParamStr(d))),3==Object.keys(r).length&&(o&&"header"==i.AppConfig.pagination&&(s={"Content-Type":"application/json","X-Pagination-Per-Page":o.size}),"[object Object]"==Object.prototype.toString.call(r[1])&&(o&&("header"==i.AppConfig.pagination?r[1]=Object.assign(r[1],{page:o.page}):r[1]=Object.assign(r[1],{"page[number]":o.page,"page[size]":o.size})),a+=u+W.formateObjToParamStr(r[1])),"[object Object]"==Object.prototype.toString.call(r[2])&&(l=r[2]));break;case"delete":Object.keys(r).length>=2&&("[object Array]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1].toString()),"[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1])),3==Object.keys(r).length&&"[object Object]"==Object.prototype.toString.call(r[2])&&(a+=u+W.formateObjToParamStr(r[2]));break;case"get":1==Object.keys(r).length&&o&&("header"==i.AppConfig.pagination?(s={"Content-Type":"application/json","X-Pagination-Per-Page":o.size},d={page:o.page}):d={"page[number]":o.page,"page[size]":o.size},a+=u+W.formateObjToParamStr(d)),Object.keys(r).length>=2&&("[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1],o&&(r[2]=r[2]||{},"header"==i.AppConfig.pagination?(s={"Content-Type":"application/json","X-Pagination-Per-Page":o.size},r[2]=Object.assign(r[2],{page:o.page})):r[2]=Object.assign(r[2],{"page[number]":o.page,"page[size]":o.size}))),"[object Object]"==Object.prototype.toString.call(r[1])&&(r[1].id&&("[object Array]"==Object.prototype.toString.call(r[1].id)?a+="/"+r[1].id.toString():a+="/"+r[1].id,delete r[1].id),o&&("header"==i.AppConfig.pagination?(s={"Content-Type":"application/json","X-Pagination-Per-Page":o.size},r[1]=Object.assign(r[1],{page:o.page})):r[1]=Object.assign(r[1],{"page[number]":o.page,"page[size]":o.size})),a+=u+W.formateObjToParamStr(r[1]))),3==Object.keys(r).length&&"[object Object]"==Object.prototype.toString.call(r[2])&&(a+=u+W.formateObjToParamStr(r[2]));break;case"put":Object.keys(r).length>=2&&("[object Object]"==Object.prototype.toString.call(r[1])&&(r[1].id&&("[object Array]"==Object.prototype.toString.call(r[1].id)?a+="/"+r[1].id.toString():a+="/"+r[1].id,delete r[1].id),2===Object.keys(r).length?l=r[1]:a+=u+W.formateObjToParamStr(r[1])),"[object Array]"==Object.prototype.toString.call(r[1])&&("[object Number]"==Object.prototype.toString.call(r[1][0])?a+="/"+r[1].toString():l=r[1]),"[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1])),3==Object.keys(r).length&&(l=r[2]);break}l=l||"",s=s||{"Content-Type":"application/json"},t({url:a,method:n,headers:s,data:l})},afterEach:function(e,t){t(e)}},Pe={beforeEach:function(e,t,i){var a=Object.keys(e),n=e[a[0]],s=i.AppConfig.loginURL||"login";t({url:s,method:"post",headers:{"Content-Type":"application/json"},data:n[1]})},afterEach:function(e,t){var i=e.token_type+" "+e.access_token;localStorage.setItem("Authorization",i),localStorage.setItem("refresh_token",e.refresh_token),t(e)}},Te={beforeEach:function(e,t,i){localStorage.clear(),t(!1)},afterEach:function(e,t){t(e)}},ze={beforeEach:function(e,t,i){var a,n,s,r,l,c,o=-1==i.AppURL.indexOf("=")?"?":"&";s="POST",c=Object.keys(e),r=e[c[0]],e["page"],a=r[0],l=r[1],3==Object.keys(r).length&&("[object Object]"==Object.prototype.toString.call(r[1])&&(a+=o+W.formateObjToParamStr(r[1])),"[object Object]"==Object.prototype.toString.call(r[2])&&(l=r[2])),l=l||"",n=n||{"Content-Type":"application/json"},t({url:a,method:s,headers:n,data:l})},afterEach:function(e,t){t(e)}},Re={beforeEach:function(e,t,i){var a,n,s,r,l,c,o=null,d=-1==i.AppURL.indexOf("=")?"?":"&";s="GET",c=Object.keys(e),r=e[c[0]],o=e["page"]||null,o&&(console.log("page",o),o=o.page&&o.size?o:{page:o[0],size:o[1]},c.pop()),a=r[0],o&&("header"==i.AppConfig.pagination?(n={"Content-Type":"application/json","X-Pagination-Per-Page":o.size},r[1]={page:o.page}):r[1]={"page[number]":o.page,"page[size]":o.size}),Object.keys(r).length>=2&&("[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1]),"[object Object]"==Object.prototype.toString.call(r[1])&&(a+=d+W.formateObjToParamStr(r[1]))),3==Object.keys(r).length&&"[object Object]"==Object.prototype.toString.call(r[2])&&(a+=d+W.formateObjToParamStr(r[2])),l=l||"",n=n||{"Content-Type":"application/json"},t({url:a,method:s,headers:n,data:l})},afterEach:function(e,t){t(e)}},Fe={beforeEach:function(e,t,i){var a,n,s,r,l,c,o=-1==i.AppURL.indexOf("=")?"?":"&";s="POST",c=Object.keys(e),r=e[c[0]],e["page"],a=r[0],Object.keys(r).length>=2&&("[object Object]"==Object.prototype.toString.call(r[1])&&(a+=o+W.formateObjToParamStr(r[1])),"[object Array]"==Object.prototype.toString.call(r[1])&&(l=r[1]),"[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1])),3==Object.keys(r).length&&(l=r[2]),l=l||"",n=n||{"Content-Type":"application/json"},t({url:a,method:s,headers:n,data:l})},afterEach:function(e,t){t(e)}},Me={beforeEach:function(e,t,i){var a,n,s,r,l,c,o=-1==i.AppURL.indexOf("=")?"?":"&";s="POST",c=Object.keys(e),r=e[c[0]],e["page"],a=r[0],Object.keys(r).length>=2&&("[object Array]"==Object.prototype.toString.call(r[1])&&(a+="/"+JSON.stringify(r[1])),"[object Number]"==Object.prototype.toString.call(r[1])&&(a+="/"+r[1])),3==Object.keys(r).length&&"[object Object]"==Object.prototype.toString.call(r[2])&&(a+=o+W.formateObjToParamStr(r[2])),l=l||"",n=n||{"Content-Type":"application/json"},t({url:a,method:s,headers:n,data:l})},afterEach:function(e,t){t(e)}},qe={beforeEach:function(e,t,i){t(e)},afterEach:function(e,t){t(e)}},Be={beforeEach:function(e,t){t(e)},afterEach:function(e,t){t(e)}},Ve={beforeEach:function(e,t,i){var a=Object.keys(e),n=e[a[0]],s=n[1]||1,r=new FileReader;r.readAsDataURL(n[0][0]),r.onload=function(e){t({url:"api/leadmall/gallery",method:"post",headers:{"Content-Type":"application/json"},data:{type:1,group_id:s,content:e.target.result}})}},afterEach:function(e,t){t(e)}},Ge={beforeEach:function(e,t,i){var a=Object.keys(e),n=e[a[0]],s="api/leadmall/download";if(Object.keys(n).length>0){var r="";Object.keys(n[0]).forEach((function(e){r+="&".concat(e,"=").concat(n[0][e])})),s+=r}t({url:s,method:"get",responseType:"blob",headers:{"Content-Type":"application/json; application/octet-stream"}})},afterEach:function(e,t){t(e)}},Ue={beforeEach:function(e,t,i){var a=Object.keys(e),n=e[a[0]];t({url:"api/leadmall/gallery",method:"post",headers:{"Content-Type":"application/json"},data:n[0]})},afterEach:function(e,t){t(e)}},He={beforeEach:function(e,t,i){var a,n,s,r,l=-1==i.AppURL.indexOf("=")?"?":"&";n="POST",r=Object.keys(e),s=e[r[0]],a="api/leadmall/gallery",2==Object.keys(s).length&&"[object Object]"==Object.prototype.toString.call(s[1])&&(a+=l+W.formateObjToParamStr(s[1])),t({url:a,method:n,headers:{"Content-Type":"multipart/form-data"},data:s[0]})},afterEach:function(e,t){t(e)}},Je={beforeEach:function(e,t,i){var a,n,s,r,l=-1==i.AppURL.indexOf("=")?"?":"&";n="POST",r=Object.keys(e),s=e[r[0]],a="api/leadmall/appconfig",2==Object.keys(s).length&&"[object Object]"==Object.prototype.toString.call(s[1])&&(a+=l+W.formateObjToParamStr(s[1])),t({url:a,method:n,headers:{"Content-Type":"multipart/form-data"},data:s[0]})},afterEach:function(e,t){t(e)}},Qe={beforeEach:function(e,t){t(e)},afterEach:function(e,t){t(e)}},Ke=(i("13d5"),{data:{},set:function(e,t){this.data[e]=t},get:function(e){return this.data[e]},clear:function(e){delete this.data[e]}}),We=function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=function(e){return"[object Object]"===toString.call(e)?JSON.stringify(Object.keys(e).sort().reduce((function(t,i){return t[i]=e[i],t}),{})):JSON.stringify(e)};return e+="?".concat(n(i),"&").concat(n(a),"&").concat(t),e},Ye=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function(){var t=Object(ee["a"])(regeneratorRuntime.mark((function t(i){var a,n,s;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return a=Object(c["a"])({time:0},e),n=We(i.url,i.method,i.params,i.data),s=Ke.get(n),s||(s=Object(ee["a"])(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,$e.a.defaults.adapter(i);case 3:return t=e.sent,e.abrupt("return",Promise.resolve(t));case 7:return e.prev=7,e.t0=e["catch"](0),Ke.clear(n),e.abrupt("return",Promise.reject(e.t0));case 11:case"end":return e.stop()}}),e,null,[[0,7]])})))(),Ke.set(n,s),0!==a.time&&setTimeout((function(){Ke.clear(n)}),a.time)),t.abrupt("return",s.then((function(e){return JSON.parse(JSON.stringify(e))})));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()},Xe=function(){function e(t,i){var a=this;return Object(S["a"])(this,e),this.cloud=i,new Promise((function(e,i){a.post(t).then((function(t){return a.afterEach(t).then((function(t){e(t)})).catch((function(e){i(e)}))})).catch((function(e){i(e)}))}))}return Object($["a"])(e,[{key:"beforeEach",value:function(e){var t=this;return new Promise((function(i,a){try{t.basics.beforeEach(e,i,t.cloud)}catch(n){a(n)}}))}},{key:"afterEach",value:function(e){var t=this;return new Promise((function(i,a){try{t.basics.afterEach(e,i)}catch(n){a(n)}}))}},{key:"post",value:function(e){var t=this;return new Promise((function(i,n){var s=Object.keys(e),r=s[0]||"defaulter";t.basics=a[r]||Ne;t.cloud.server;t.beforeEach(e).then((function(e){if(e){var a={url:e.url,method:e.method,responseType:e.responseType||"",headers:e.headers,data:e.data,adapter:e.responseType?"":Ye({time:1e3})};t.cloud.server(a).then((function(e){i(e)})).catch((function(e){n(e)}))}else i(!0)})).catch((function(e){n(e)}))}))}}]),e}(),Ze=Xe,et={},tt=function(){function e(){Object(S["a"])(this,e),Object(O["a"])(this,"components",{})}return Object($["a"])(e,null,[{key:"install",value:function(){}},{key:"plugin",value:function(e){this.files=e}},{key:"store",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Ce(e,t)}},{key:"layout",value:function(t){t.layout&&e.component("__QNYUN__","__layout",t.layout),t.layout&&e.component("__QNYUN__","__login",t.login),t.layout&&e.component("__QNYUN__","__home",t.home)}},{key:"component",value:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if("components"==e)s["default"].component(t,i);else{var a=e+"_"+t;if(e&&t&&i&&(et[a]=i),e&&t&&""==i)return et[a]||!1}}},{key:"error",value:function(e){e&&console.log("ErrorMessage::".concat(e.msg," [").concat(e.code,"]"),"ERR - ".concat(e.code))}},{key:"connect",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};try{if(""==e.AppID)throw new Error("AppID不能为空");if(""==e.AppSecret)throw new Error("AppSecret不能为空");if(""==e.AppName)throw new Error("AppSecret不能为空");if(""==e.AuthSign&&(e.AuthSign=!1),""==e.AppURL)throw new Error("AppURL不能为空");return e.AppConfig||(e.AppConfig={whiteList:null,autoToken:null,defaultRoute:null}),this.instance||(this.instance=[]),-1==this.instance.indexOf(e.AppID)&&(this.instance[e.AppID]=this.get_proxy(e)),this.config=e,this.instance[e.AppID]}catch(t){console.error("请求报错提示",t)}}},{key:"get_proxy",value:function(e){var t=new Proxy(new Ie(e,this),{_upload:!1,_validator:{},get:function(e,i,a){if(i in e)return e[i];if("then"==i){var n=null;return this._upload?(n=this._validator,this._upload=!1):n=Y.copyData(this._validator),this._validator={},function(e){var t=new Promise((function(e,t){new Ze(n,a).then((function(t){e(t)})).catch((function(e){t(e)}))}));return t.then((function(t){return e(t)}))}}if(i){var s=this;return"upload"==i&&(s._upload=!0),"file"==i&&(s._upload=!0),"video"==i&&(s._upload=!0),function(){return s._validator[i]=arguments||"",t}}}});return t}}]),e}();tt.install=ke,tt.version="0.0.2",Y.inBrowser()&&window.Vue&&window.Vue.use(tt);var it,at,nt=i("5dcb"),st={install:function(){tt.component("gallery","index",nt["default"])}},rt=st,lt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-confirmpopup"},[e._v(" "+e._s(e.value.text)+" ")])},ct=[],ot={props:{value:{type:Object,default:function(){return{text:"提示内容",type:0}}}},name:"confirmPopup",methods:{affirm:function(e){var t=e.handleClose;switch(this.value.type){case 0:for(var i=0;i1,expression:"item.show && item.type > 1"}],key:a,staticClass:"le-cat-item flex",on:{click:function(i){return e.setChecked(t,"leftList",a)}}},[i("div",{staticClass:"le-cat-item--check"},[t.checked?i("he-icon",{attrs:{type:"le-icon-tick",size:"8px"}}):e._e()],1),i("div",{staticClass:"flex-sub",class:t.checked||t.listChecked?"le-cat-item-text":""},[e._v(" "+e._s(t.name)+" ")]),i("div",{staticClass:"le-item-arrow"},[t.list&&3===t.type?i("i",{staticClass:"el-icon-arrow-right"}):e._e()])])]}))],2)],1),i("div",{staticClass:"le-cat-item__second flex-sub"},[i("div",{staticClass:"le-cat-item__search"},[i("el-autocomplete",{attrs:{placeholder:"输入二级分类名称","fetch-suggestions":e.suggestionsRight,clearable:""},on:{select:e.getSelectRight,clear:e.getClear},model:{value:e.stateRight,callback:function(t){e.stateRight=t},expression:"stateRight"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.getClear},slot:"append"})],1)],1),i("el-scrollbar",{staticClass:"le-cat-item-bar"},[e._l(e.rightList,(function(t,a){return[i("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:a,staticClass:"le-cat-item flex",on:{click:function(i){return e.setChecked(t,"rightList")}}},[i("div",{staticClass:"le-cat-item--check"},[t.checked?i("he-icon",{attrs:{type:"le-icon-tick",size:"8px"}}):e._e()],1),i("div",{staticClass:"flex-sub",class:t.checked?"le-cat-item-text":""},[e._v(e._s(t.name))])])]}))],2)],1)])])},ht=[],vt={name:"chooseGroup",props:{value:[Array,Object]},data:function(){return{list:[],allList:[],leftList:[],leftIndex:0,rightList:[],searchList:[],mouseoutTime:null,loading:!0,state:"",stateLeft:"",stateRight:""}},mounted:function(){var e=this;return Object(ee["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.getList();case 2:e.loading=!1;case 3:case"end":return t.stop()}}),t)})))()},methods:{getList:function(){var e=this;return new Promise((function(t,i){e.$heshop.group("get",{include:"goods"}).then((function(i){for(var a=[],n=0;n").concat(i.name),i.checked=!1,i.show=!0,e.searchList.push(i)}))})),e.list=a,e.setList(),t()})).catch((function(t){e.$message.error(t.data.message),i()}))}))},setList:function(){this.leftList=this.list,this.rightList=this.list[this.leftIndex].list&&3===this.list[this.leftIndex].type?this.list[this.leftIndex].list:[]},setChecked:function(e,t){for(var i=0;i=0})):this[i];t(a)},suggestions:function(e,t){this.querySearch(e,t,"searchList")},suggestionsLeft:function(e,t){this.querySearch(e,t,"leftList"),console.log(this.leftList)},suggestionsRight:function(e,t){this.querySearch(e,t,"rightList")},getSelect:function(e){for(var t=this,i=0;i-1&&e.push(this.value.list[t]);this.newList=e}}},Lt=Dt,Et=(i("72e4"),Object(h["a"])(Lt,At,jt,!1,null,"e635356a",null)),It=Et.exports,Nt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("el-row",{staticClass:"le-cat__header"},[i("el-col",{attrs:{span:12}},[i("el-autocomplete",{staticClass:"le-cat__input",attrs:{clearable:"","fetch-suggestions":function(t,i){e.querySearch(t,i,"searchList")},"trigger-on-focus":!1,placeholder:"输入分类名称搜索"},on:{clear:function(t){e.handleSelect(t,"searchChoose","searchList")},select:function(t){e.handleSelect(t,"searchChoose","searchList")}},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSelect(null,"searchChoose","searchList")}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getSearch("searchList")}},slot:"append"})],1)],1)],1),i("div",{staticClass:"le-cat__body el-row--flex"},[i("div",{staticClass:"le-cat__body-item"},[i("el-autocomplete",{staticClass:"le-cat__input",attrs:{"fetch-suggestions":function(t,i){e.querySearch(t,i,"first")},"trigger-on-focus":!1,clearable:"",placeholder:"输入一级分类名称搜索"},on:{clear:function(t){e.handleSelect(t,"searchChoose1","first")},select:function(t){e.handleSelect(t,"searchChoose1","first")}},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSelect(null,"searchChoose1","first")}},model:{value:e.search1,callback:function(t){e.search1=t},expression:"search1"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getSearch("first")}},slot:"append"})],1),i("div",{staticClass:"le-cat__body-item-list"},[i("el-scrollbar",{staticStyle:{height:"250px"}},e._l(e.first,(function(t,a){return i("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:a,staticClass:"le-cat__body-item-listitem el-row--flex",class:e.current1===a?"active":"",on:{click:function(t){return e.selectCats(a,1)}}},[t.children?i("el-checkbox",{attrs:{disabled:!0}}):i("el-checkbox",{on:{change:function(i){return e.optionClick(t)}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("div",{staticClass:"le-cat__body-item-label el-row--flex is-justify-space-between is-align-middle"},[i("span",[e._v(" "+e._s(t.name)+" ")]),t.children?i("i",{staticClass:"el-icon-arrow-right"}):e._e()])],1)})),0)],1)],1),i("div",{staticClass:"le-cat__body-item"},[i("el-autocomplete",{staticClass:"le-cat__input",attrs:{"fetch-suggestions":function(t,i){e.querySearch(t,i,"second")},"trigger-on-focus":!1,clearable:"",placeholder:"输入二级分类名称搜索"},on:{clear:function(t){e.handleSelect(t,"searchChoose2","second")},select:function(t){e.handleSelect(t,"searchChoose2","second")}},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSelect(null,"searchChoose2","second")}},model:{value:e.search2,callback:function(t){e.search2=t},expression:"search2"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getSearch("second")}},slot:"append"})],1),i("div",{staticClass:"le-cat__body-item-list"},[i("el-scrollbar",{staticStyle:{height:"250px"}},e._l(e.second,(function(t,a){return i("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:a,staticClass:"le-cat__body-item-listitem el-row--flex",class:e.current2===a?"active":"",on:{click:function(t){return e.selectCats(a,2)}}},[t.children?i("el-checkbox",{attrs:{disabled:!0}}):i("el-checkbox",{on:{change:function(i){return e.optionClick(t)}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("div",{staticClass:"le-cat__body-item-label el-row--flex is-justify-space-between is-align-middle"},[i("span",[e._v(" "+e._s(t.name)+" ")]),t.children?i("i",{staticClass:"el-icon-arrow-right"}):e._e()])],1)})),0)],1)],1),i("div",{staticClass:"le-cat__body-item"},[i("el-autocomplete",{staticClass:"le-cat__input",attrs:{"fetch-suggestions":function(t,i){e.querySearch(t,i,"third")},"trigger-on-focus":!1,clearable:"",placeholder:"输入三级分类名称搜索"},on:{clear:function(t){e.handleSelect(t,"searchChoose3","third")},select:function(t){e.handleSelect(t,"searchChoose3","third")}},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSelect(null,"searchChoose3","third")}},model:{value:e.search3,callback:function(t){e.search3=t},expression:"search3"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getSearch("third")}},slot:"append"})],1),i("div",{staticClass:"le-cat__body-item-list"},[i("el-scrollbar",{staticStyle:{height:"250px"}},e._l(e.third,(function(t,a){return i("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:a,staticClass:"le-cat__body-item-listitem el-row--flex"},[i("el-checkbox",{on:{change:function(i){return e.optionClick(t)}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("div",{staticClass:"le-cat__body-item-label el-row--flex is-justify-space-between is-align-middle"},[i("span",[e._v(" "+e._s(t.name)+" ")])])],1)})),0)],1)],1)]),e.cats.length>0?i("div",{staticClass:"le-cat__footer"},e._l(e.cats,(function(t,a){return t.children?e._e():i("el-tag",{key:a,staticClass:"le-cat__footer-tag",attrs:{closable:"",size:"medium",type:"info"},on:{close:function(i){return e.deleteTag(t,a)}}},[e._v(" "+e._s(t.value)+" ")])})),1):e._e()],1)},Pt=[],Tt=(i("d81d"),{name:"chooseCategory",props:{value:[Array,Object,String]},data:function(){return{returnType:"all",cats:[],catList:[],first:[],second:[],third:[],nameList:{},searchList:[],searchChoose:null,searchChoose1:null,searchChoose2:null,searchChoose3:null,current1:0,current2:0,search:"",search1:"",search2:"",search3:""}},created:function(){this.getData()},methods:{getData:function(){var e=this,t=JSON.parse(JSON.stringify(this.value)),i=t.cat,a=t.result,n=t.returnType;"undefined"!==typeof n&&(this.returnType=n);var s=i;this.cats=a,s.forEach((function(t){t.checked=!1,t.show=!0,e.cats.length>0&&e.cats.forEach((function(e){t.id===e.id&&(t.checked=!0)}))})),this.catList=this.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children"}).on(s).get(),this.catList.forEach((function(t){t.value=t.name,e.searchList.push(t),t.children&&t.children.forEach((function(i){var a=JSON.parse(JSON.stringify(i));i.value=i.name,a.value="".concat(t.value,">").concat(i.name),e.searchList.push(a),i.children&&i.children.forEach((function(t){var i=JSON.parse(JSON.stringify(t));t.value=t.name,i.value="".concat(a.value,">").concat(t.name),e.searchList.push(i)}))}))}));var r={};this.searchList.forEach((function(e){r[e.id]=e})),this.nameList=r,this.catBuild()},selectCats:function(e,t){var i={is_run:!1,show:!1,index:-1},a={is_run:!1,show:!1,index:-1},n={is_run:!1,show:!1,index:-1};switch(t){case 1:this.current1=e,this.current2=0,this.search2="",this.search3="",a={is_run:!0,show:!0,index:-1},n={is_run:!0,show:!0,index:-1};break;case 2:this.current2=e,this.search3="",n={is_run:!0,show:!0,index:-1};break}this.catBuild(),this.catShow(i,a,n)},catBuild:function(){this.first=this.catList,this.second=this.first[this.current1].children?this.first[this.current1].children:[],this.third=this.second[this.current2]&&this.second[this.current2].children?this.second[this.current2].children:[]},catShow:function(e,t,i){e.is_run&&this.first.forEach((function(t,i){e.show||e.index===i?t.show=!0:t.show=!1})),t.is_run&&this.second.forEach((function(e,i){t.show||t.index===i?e.show=!0:e.show=!1})),i.is_run&&this.third.forEach((function(e,t){i.show||i.index===t?e.show=!0:e.show=!1}))},getSearch:function(e){var t=this,i=null,a="",n={is_run:!1,show:!1,index:-1},s={is_run:!1,show:!1,index:-1},r={is_run:!1,show:!1,index:-1};switch(e){case"searchList":a=this.search,i=this.searchChoose;break;case"first":a=this.search1,i=this.searchChoose1;break;case"second":a=this.search2,i=this.searchChoose2;break;case"third":a=this.search3,i=this.searchChoose3;break}if(a)if(i||this[e].forEach((function(e){e.value==a&&(i=e)})),i){var l=i.path.split("-");switch(e){case"searchList":1==l.length?this.first.forEach((function(e,a){e.id==i.id&&(t.current1=a,t.current2=0,n={is_run:!0,show:!1,index:a},s={is_run:!0,show:!0,index:-1},r={is_run:!0,show:!0,index:-1})})):2==l.length?this.first.forEach((function(e,a){e.id==l[1]&&(t.current1=a,n={is_run:!0,show:!1,index:a},t.first[a].children.forEach((function(e,a){e.id==i.id&&(t.current2=a,s={is_run:!0,show:!1,index:a},r={is_run:!0,show:!0,index:-1})})))})):this.first.forEach((function(e,a){e.id==l[1]&&(t.current1=a,n={is_run:!0,show:!1,index:a},t.first[a].children.forEach((function(e,n){e.id==l[2]&&(t.current2=n,s={is_run:!0,show:!1,index:n},t.first[a].children[n].children.forEach((function(e,t){e.id==i.id&&(r={is_run:!0,show:!1,index:t})})))})))}));break;case"first":this.first.forEach((function(e,a){e.id==i.id&&(t.current1=a,t.current2=0,n={is_run:!0,show:!1,index:a},s={is_run:!0,show:!0,index:-1},r={is_run:!0,show:!0,index:-1})}));break;case"second":this.second.forEach((function(e,a){e.id==i.id&&(t.current2=a,s={is_run:!0,show:!1,index:a},r={is_run:!0,show:!0,index:-1})}));break;case"third":this.third.forEach((function(e,t){e.id==i.id&&(r={is_run:!0,show:!1,index:t})}));break}this.catBuild()}else switch(e){case"second":this.third=[],s={is_run:!0,show:!1,index:-1};break;case"third":r={is_run:!0,show:!1,index:-1};break;default:this.second=[],this.third=[],n={is_run:!0,show:!1,index:-1};break}else{switch(e){case"second":this.current2=0,n={is_run:!1,show:!0,index:-1},s={is_run:!0,show:!0,index:-1},r={is_run:!0,show:!0,index:-1};break;case"third":r={is_run:!0,show:!0,index:-1};break;default:this.current1=0,this.current2=0,n={is_run:!0,show:!0,index:-1},s={is_run:!0,show:!0,index:-1},r={is_run:!0,show:!0,index:-1};break}this.catBuild()}this.catShow(n,s,r)},querySearch:function(e,t,i){var a=this[i],n=e?a.filter((function(t){return t.value.toLowerCase().indexOf(e.toLowerCase())>=0})):a;switch(i){case"first":this.searchChoose1=null;break;case"second":this.searchChoose2=null;break;case"third":this.searchChoose3=null;break;default:this.searchChoose=null;break}t(n)},handleSelect:function(e,t,i){this[t]=e,this.getSearch(i)},optionClick:function(e){var t=this,i=!0;if(this.cats.forEach((function(a,n){if(a.id===e.id){i=!1,t.cats.splice(n,1);var s=e.path.split("-").map(Number),r=s.length;if(3===r){var l=!1,c=!1;t.cats.forEach((function(e,i){e.id===s[1]&&(c||(c=!0,t.cats.splice(i,1)),t.cats.forEach((function(e,i){e.id===s[2]&&(l||(l=!0,t.cats.splice(i,1)))})))}))}else if(2===r){var o=!1;t.cats.forEach((function(e,i){e.id===s[1]&&(o||(o=!0,t.cats.splice(i,1)))}))}}})),i&&e.checked){var a=e.path.split("-").map(Number),n=a.length;3===n?(e.value=this.nameList[a[1]].name+">"+this.nameList[a[2]].name+">"+e.name,this.cats.push(this.nameList[a[1]],this.nameList[a[2]])):2===n?(e.value=this.nameList[a[1]].name+">"+e.name,this.cats.push(this.nameList[a[1]])):e.value=e.name,this.cats.push(e)}},deleteTag:function(e,t){var i=this;this.cats.splice(t,1);var a=e.path.split("-").map(Number),n=a.length;if(3===n){var s=!1,r=!1;this.cats.forEach((function(e,t){e.id===a[1]&&(r||(r=!0,i.cats.splice(t,1)),i.cats.forEach((function(e,t){e.id===a[2]&&(s||(s=!0,i.cats.splice(t,1)))})))}))}else if(2===n){var l=!1;this.cats.forEach((function(e,t){e.id===a[1]&&(l||(l=!0,i.cats.splice(t,1)))}))}this.first.forEach((function(t){t.id===e.id&&(t.checked=!1),t.children&&t.children.forEach((function(t){t.id===e.id&&(t.checked=!1),t.children&&t.children.forEach((function(t){t.id===e.id&&(t.checked=!1)}))}))}))},affirm:function(e){var t=e.handleClose;if("children"==this.returnType){var i=[];this.cats.forEach((function(e){e.children||i.push(e)})),this.value.result=i}else this.value.result=this.cats;console.log(this.value),this.$emit("input",this.value),t()}}}),zt=Tt,Rt=(i("640c"),Object(h["a"])(zt,Nt,Pt,!1,null,"4df16bde",null)),Ft=Rt.exports,Mt=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter le-promote flex"},[a("div",{staticClass:"le-menu"},[a("div",{staticClass:"le-menu__item",class:{"le-menu__active":0===e.active},on:{click:function(t){e.active=0}}},[e._v(" 微信小程序 ")]),a("div",{staticClass:"le-menu__item",class:{"le-menu__active":1===e.active},on:{click:function(t){e.active=1}}},[e._v(" 公众号 ")])]),0===e.active&&e.notConfig?a("div",{staticClass:"le-not-config flex flex-direction align-center"},[a("div",{staticClass:"le-title flex align-center"},[a("he-icon",{staticClass:"le-icon-zhushi",attrs:{type:"le-icon-zhushi",size:"32px"}}),a("span",[e._v("提示")])],1),a("div",{staticClass:"le-content"},[e._v("小程序信息未配置或未发布最新小程序线上版本,无法使用推广功能")])]):e._e(),0===e.active&&!e.notConfig||1===e.active?[a("div",{staticClass:"le-poster",style:[e.height]},["goods"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-goods"}},[a("img",{staticClass:"le-img",attrs:{src:e.newData.slideshow[0],alt:""}}),a("div",{staticClass:"le-content flex"},[a("div",{staticClass:"le-left flex-sub flex flex-direction justify-between"},[a("div",[a("div",{staticClass:"le-price"},[a("span",{staticClass:"le-sell-price"},[e._v(e._s(e.newData.price))]),a("div",[a("span",{staticClass:"le-line-price"},[e._v("¥"+e._s(e.newData.line_price))]),e.newData.sales+e.newData.virtual_sales>0?a("span",{staticClass:"le-sell-number"},[e._v("已售"+e._s(e.newData.sales+e.newData.virtual_sales))]):e._e()])]),a("div",{staticClass:"le-name"},[e._v(" "+e._s(e._f("getName")(e.newData.name))+" ")])]),a("div",{staticClass:"le-shop flex align--center"},[a("img",{staticClass:"le-shop__img",attrs:{src:e.store_info.logo,alt:""}}),a("span",{staticClass:"le-shop__name"},[e._v(e._s(e.store_info.name))])])]),a("div",{staticClass:"le-right"},[a("img",{staticClass:"le-qrcode",attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])])]):e._e(),"coupon"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-coupon"}},[a("div",{staticClass:"le-poster__content"},[a("div",{staticClass:"le-store flex"},[a("img",{staticClass:"le-store-logo",attrs:{src:e.store_info.logo,alt:""}}),a("div",[a("div",{staticClass:"le-store-name"},[e._v(e._s(e.store_info.name))]),a("div",{staticClass:"le-store-desc"},[e._v("送你一张优惠券")])])]),a("div",{staticClass:"le-poster-coupon"},[a("img",{attrs:{src:i("a9a2"),alt:""}}),a("div",{staticClass:"le-content le-content-number"},[a("span",{staticClass:"le-content-price"},[e._v(e._s(e.newData.sub_price))]),a("span",{staticClass:"le-content-condition"},[e._v(e._s(0===Number(e.newData.min_price)?"无门槛使用":"满"+e.newData.min_price+"可用"))])]),a("div",{staticClass:"le-content le-conetent-name"},[e._v(e._s(e.newData.name))]),a("div",{staticClass:"le-content le-content-date"},[e._v(" 可用时间:"),1===e.newData.expire_type?[e._v("领取当日起"+e._s(e.newData.expire_day)+"天内")]:e._e(),2===e.newData.expire_type?[e._v(" "+e._s(e._f("timeFormat")(e.newData.begin_time,"yyyy.mm.dd hh:MM:ss"))+"-"+e._s(e._f("timeFormat")(e.newData.end_time,"yyyy.mm.dd hh:MM:ss"))+" ")]:e._e()],2)]),a("div",{staticClass:"le-qrcode-conent flex flex-direction align-center justify-center"},[a("img",{attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])])]):"group"===e.promoteType||"index"===e.promoteType||"pages"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-other"}},[a("div",{staticClass:"le-poster__content"},[a("img",{staticClass:"le-poster__icon",attrs:{src:"group"===e.promoteType?e.newData.icon:(e.promoteType,e.store_info.logo),alt:""}}),a("div",{staticClass:"le-poster__name"},[e._v(" "+e._s("group"===e.promoteType?e.newData.name:(e.promoteType,e.store_info.name))+" ")]),"group"===e.promoteType?a("div",{staticClass:"le-poster__shop"},[e._v(" "+e._s(e.store_info.name)+" ")]):e._e(),a("div",{staticClass:"le-hr"}),a("img",{staticClass:"le-qrcode",attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])]):e._e()]),a("div",{staticClass:"le-edit flex-sub"},[a("div",{staticClass:"le-title"},[e._v(" "+e._s(0===e.active?"小程序路径":"公众号链接")+" ")]),a("el-input",{staticClass:"le-url",attrs:{value:e.url,disabled:""}},[a("el-button",{attrs:{slot:"append"},on:{click:function(t){return e.copy()}},slot:"append"},[e._v(" 复制 ")])],1),a("el-button",{staticClass:"le-btn",on:{click:e.downLoad}},[e._v("下载海报")]),a("el-button",{staticClass:"le-btn",on:{click:e.downLoadQrcode}},[e._v("仅下载"+e._s(0===e.active?"小程序":"公众号")+"码")])],1)]:e._e()],2)},qt=[],Bt={name:"promote",props:{value:{type:Object,default:function(){return""}}},computed:{promoteType:function(){return this.value.promoteType},newData:function(){return this.value.data},qrcodeImg:function(){return this.qrcode?0===this.active?this.qrcode.weapp.image:this.qrcode.wechat.image:""},url:function(){return this.qrcode?0===this.active?this.qrcode.weapp.url:this.qrcode.wechat.url:""},height:function(){var e={};return"coupon"===this.promoteType?e.height="262px":"goods"===this.promoteType?e.height="334px":e.height="232px",e},notConfig:function(){return this.qrcode&&this.qrcode.weapp&&!this.qrcode.weapp.image}},data:function(){return{loading:!1,active:0,store_info:{},qrcode:null}},methods:{getStore:function(){var e=this;return new Promise((function(t,i){e.$heshop.search("post",{include:"setting"},{keyword:"setting_collection",content_key:"store_setting"}).then((function(i){e.store_info=i,t()})).catch((function(e){console.error(e),i()}))}))},getQrcode:function(){var e=this,t={};return"goods"===this.promoteType?(t.page="pages/goods/detail",t.scene="id="+e.newData.id):"coupon"===this.promoteType?(t.page="pages/coupon/detail",t.scene="id="+e.newData.id+"&couponShare=1"):"group"===this.promoteType?(t.page="pages/categories/index",t.scene="id="+e.newData.id):"index"===this.promoteType?t.page="pages/index/index":"pages"===this.promoteType&&(t.page="pages/index/index",t.scene="id="+e.newData.id),new Promise((function(i,a){e.$heshop.qrcode("post",t).then((function(t){e.qrcode=t,i()})).catch((function(t){e.loading=!1,403===t.status&&e.$message.error(t.data.message),a()}))}))},copy:function(){var e=this;Object(Ct["a"])({content:0===e.active?e.qrcode.weapp.url:e.qrcode.wechat.url,success:function(){e.$message.success("复制成功")}})},downLoad:function(){var e=this,t="";"goods"===this.promoteType?t="poster-goods":"coupon"===this.promoteType?t="poster-coupon":("group"===this.promoteType||"index"===this.promoteType||"pages"===this.promoteType)&&(t="poster-other");var i="";"goods"===this.promoteType||"coupon"===this.promoteType||"group"===this.promoteType?i=this.newData.name:"index"===this.promoteType&&(i=this.store_info.name),document.getElementById(t).style.transform="scale(1)",new xt.a(document.getElementById(t),{backgroundColor:"transparent",useCORS:!0}).then((function(t){var a=t.toDataURL("image/jpeg");e.downloadFile(a,i)})),document.getElementById(t).style.transform="scale(0.32)"},downLoadQrcode:function(){var e="";"goods"===this.promoteType||"coupon"===this.promoteType||"group"===this.promoteType?e=this.newData.name:"index"===this.promoteType&&(e=this.store_info.name),0===this.active?this.downloadFile(this.qrcode.weapp.image,e):this.downloadFile(this.qrcode.wechat.image,e)},downloadFile:function(e,t){var i=function(e){for(var t=e.split(";base64,"),i=t[0].split(":")[1],a=window.atob(t[1]),n=a.length,s=new Uint8Array(n),r=0;r20?e.slice(0,20)+"...":e}}},Vt=Bt,Gt=(i("ea73"),Object(h["a"])(Vt,Mt,qt,!1,null,"35eff0a3",null)),Ut=Gt.exports,Ht=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter le-promote flex"},[a("div",{staticClass:"le-menu"},[a("div",{staticClass:"le-menu__item",class:{"le-menu__active":0===e.active},on:{click:function(t){e.active=0}}},[e._v(" 微信小程序 ")]),a("div",{staticClass:"le-menu__item",class:{"le-menu__active":1===e.active},on:{click:function(t){e.active=1}}},[e._v(" 公众号 ")])]),0===e.active&&e.notConfig?a("div",{staticClass:"le-not-config flex flex-direction align-center"},[a("div",{staticClass:"le-title flex align-center"},[a("he-icon",{staticClass:"le-icon-zhushi",attrs:{type:"le-icon-zhushi",size:"32px"}}),a("span",[e._v("提示")])],1),a("div",{staticClass:"le-content"},[e._v("小程序信息未配置或未发布最新小程序线上版本,无法使用推广功能")])]):e._e(),0===e.active&&!e.notConfig||1===e.active?[a("div",{staticClass:"le-poster",style:[e.height]},["goods"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-goods"}},[a("div",{staticClass:"le-img-box"},[a("img",{staticClass:"le-img",attrs:{src:e.getGoodsCover(e.newData.slideshow),alt:""}}),a("img",{staticClass:"le-box",attrs:{src:i("69ee")}})]),a("div",{staticClass:"le-content flex"},[a("div",{staticClass:"le-left flex-sub flex flex-direction justify-between"},[a("div",[a("div",{staticClass:"le-price"},[a("span",{staticClass:"le-sell-price"},[e._v(e._s(e.newData.task.task_number)+"积分+¥"+e._s(e.newData.task.task_price))]),a("div",[a("span",{staticClass:"le-line-price"},[e._v("¥"+e._s(e.newData.line_price))]),e.newData.sales+e.newData.virtual_sales>0?a("span",{staticClass:"le-sell-number"},[e._v("已售"+e._s(e.newData.sales+e.newData.virtual_sales))]):e._e()])]),a("div",{staticClass:"le-name"},[e._v(" "+e._s(e._f("getName")(e.newData.name))+" ")])]),a("div",{staticClass:"le-shop flex align--center"},[a("img",{staticClass:"le-shop__img",attrs:{src:e.store_info.logo,alt:""}}),a("span",{staticClass:"le-shop__name"},[e._v(e._s(e.store_info.name))])])]),a("div",{staticClass:"le-right"},[a("img",{staticClass:"le-qrcode",attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])])]):e._e(),"coupon"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-coupon"}},[a("div",{staticClass:"le-poster__content"},[a("div",{staticClass:"le-store flex"},[a("img",{staticClass:"le-store-logo",attrs:{src:e.store_info.logo,alt:""}}),a("div",[a("div",{staticClass:"le-store-name"},[e._v(e._s(e.store_info.name))]),a("div",{staticClass:"le-store-desc"},[e._v("送你一张优惠券")])])]),a("div",{staticClass:"le-poster-coupon"},[a("img",{attrs:{src:i("a9a2"),alt:""}}),a("div",{staticClass:"le-content le-content-number"},[a("span",{staticClass:"le-content-price"},[e._v(e._s(e.newData.sub_price))]),a("span",{staticClass:"le-content-condition"},[e._v(e._s(0===Number(e.newData.min_price)?"无门槛使用":"满"+e.newData.min_price+"可用"))])]),a("div",{staticClass:"le-content le-conetent-name"},[e._v(e._s(e.newData.name))]),a("div",{staticClass:"le-content le-content-date"},[e._v(" 可用时间:"),1===e.newData.expire_type?[e._v("领取当日起"+e._s(e.newData.expire_day)+"天内")]:e._e(),2===e.newData.expire_type?[e._v(" "+e._s(e._f("timeFormat")(e.newData.begin_time,"yyyy.mm.dd hh:MM:ss"))+"-"+e._s(e._f("timeFormat")(e.newData.end_time,"yyyy.mm.dd hh:MM:ss"))+" ")]:e._e()],2)]),a("div",{staticClass:"le-qrcode-conent flex flex-direction align-center justify-center"},[a("img",{attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])])]):"group"===e.promoteType||"index"===e.promoteType||"pages"===e.promoteType?a("div",{staticClass:"le-zoom",attrs:{id:"poster-other"}},[a("div",{staticClass:"le-poster__content"},[a("img",{staticClass:"le-poster__icon",attrs:{src:"group"===e.promoteType?e.newData.icon:(e.promoteType,e.store_info.logo),alt:""}}),a("div",{staticClass:"le-poster__name"},[e._v(" "+e._s("group"===e.promoteType?e.newData.name:(e.promoteType,e.store_info.name))+" ")]),"group"===e.promoteType?a("div",{staticClass:"le-poster__shop"},[e._v(" "+e._s(e.store_info.name)+" ")]):e._e(),a("div",{staticClass:"le-hr"}),a("img",{staticClass:"le-qrcode",attrs:{src:e.qrcodeImg,alt:""}}),a("div",{staticClass:"le-text"},[e._v(" 长按识别"+e._s(0===e.active?"小程序":"公众号")+"码 ")])])]):e._e()]),a("div",{staticClass:"le-edit flex-sub"},[a("div",{staticClass:"le-title"},[e._v(" "+e._s(0===e.active?"小程序路径":"公众号链接")+" ")]),a("el-input",{staticClass:"le-url",attrs:{value:e.url,disabled:""}},[a("el-button",{attrs:{slot:"append"},on:{click:function(t){return e.copy()}},slot:"append"},[e._v(" 复制 ")])],1),a("el-button",{staticClass:"le-btn",on:{click:e.downLoad}},[e._v("下载海报")]),a("el-button",{staticClass:"le-btn",on:{click:e.downLoadQrcode}},[e._v("仅下载"+e._s(0===e.active?"小程序":"公众号")+"码")])],1)]:e._e()],2)},Jt=[],Qt={name:"promote",props:{value:{type:Object,default:function(){return""}}},computed:{promoteType:function(){return this.value.promoteType},newData:function(){return console.log("this",this.value),this.value.data},qrcodeImg:function(){return this.qrcode?0===this.active?this.qrcode.weapp.image:this.qrcode.wechat.image:""},url:function(){return this.qrcode?0===this.active?this.qrcode.weapp.url:this.qrcode.wechat.url:""},height:function(){var e={};return"coupon"===this.promoteType?e.height="262px":"goods"===this.promoteType?e.height="334px":e.height="232px",e},notConfig:function(){return!(!this.qrcode||!this.qrcode.weapp||this.qrcode.weapp.image)}},data:function(){return{loading:!1,active:0,store_info:{},qrcode:null}},methods:{getGoodsCover:function(e){if(e){if("[object Array]"===Object.prototype.toString.call(e))return e[0];if("[object String]"===Object.prototype.toString.call(e))try{return JSON.parse(e)[0]}catch(t){return this.ipAddress+"/le-default-goods-bg.png"}}return this.ipAddress+"/le-default-goods-bg.png"},getStore:function(){var e=this;return new Promise((function(t,i){e.$heshop.search("post",{include:"setting"},{keyword:"setting_collection",content_key:"store_setting"}).then((function(i){e.store_info=i,t()})).catch((function(e){console.error(e),i()}))}))},getQrcode:function(){var e=this,t={};return"goods"===this.promoteType?(t.page="pages/goods/detail",t.scene="id="+e.newData.id):"coupon"===this.promoteType?(t.page="pages/coupon/detail",t.scene="id="+e.newData.id+"&couponShare=1"):"group"===this.promoteType?(t.page="pages/categories/index",t.scene="id="+e.newData.id):"index"===this.promoteType?t.page="pages/index/index":"pages"===this.promoteType&&(t.page="pages/index/index",t.scene="id="+e.newData.id),new Promise((function(i,a){e.$heshop.qrcode("post",t).then((function(t){e.qrcode=t,i()})).catch((function(t){e.loading=!1,403===t.status&&e.$message.error(t.data.message),a()}))}))},copy:function(){var e=this;Object(Ct["a"])({content:0===e.active?e.qrcode.weapp.url:e.qrcode.wechat.url,success:function(){e.$message.success("复制成功")}})},downLoad:function(){var e=this,t="";"goods"===this.promoteType?t="poster-goods":"coupon"===this.promoteType?t="poster-coupon":("group"===this.promoteType||"index"===this.promoteType||"pages"===this.promoteType)&&(t="poster-other");var i="";"goods"===this.promoteType||"coupon"===this.promoteType||"group"===this.promoteType?i=this.newData.name:"index"===this.promoteType&&(i=this.store_info.name),document.getElementById(t).style.transform="scale(1)",new xt.a(document.getElementById(t),{backgroundColor:"transparent",useCORS:!0}).then((function(t){var a=t.toDataURL("image/jpeg");e.downloadFile(a,i)})),document.getElementById(t).style.transform="scale(0.32)"},downLoadQrcode:function(){var e="";"goods"===this.promoteType||"coupon"===this.promoteType||"group"===this.promoteType?e=this.newData.name:"index"===this.promoteType&&(e=this.store_info.name),0===this.active?this.downloadFile(this.qrcode.weapp.image,e):this.downloadFile(this.qrcode.wechat.image,e)},downloadFile:function(e,t){var i=function(e){for(var t=e.split(";base64,"),i=t[0].split(":")[1],a=window.atob(t[1]),n=a.length,s=new Uint8Array(n),r=0;r20?e.slice(0,20)+"...":e}}},Kt=Qt,Wt=(i("1347"),Object(h["a"])(Kt,Ht,Jt,!1,null,"551a25e2",null)),Yt=Wt.exports,Xt=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-empty__popup"})},Zt=[],ei={name:"he-empty__popup",props:{value:{type:[Object,Array,Number]}},methods:{affirm:function(e){var t=e.handleClose;t()}}},ti=ei,ii=Object(h["a"])(ti,Xt,Zt,!1,null,null,null),ai=ii.exports,ni=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},si=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"group-manual"},[a("img",{staticClass:"group-manual__img",attrs:{src:i("0bf6"),alt:""}})])}],ri={name:"group-manual",methods:{affirm:function(e){var t=e.handleClose;t()}}},li=ri,ci=(i("d2cf"),Object(h["a"])(li,ni,si,!1,null,"48d6a73c",null)),oi=ci.exports,di=i("b686"),ui=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"coupon-select"},[i("div",{staticClass:"coupon-select__search"},[i("el-autocomplete",{staticClass:"le-coupon-page_search",attrs:{placeholder:"输入优惠券名称搜索","trigger-on-focus":!1,disabled:e.loading,clearable:"",size:"small","fetch-suggestions":e.querySearch},on:{clear:function(t){return e.getList(1)},select:function(t){return e.getList(1)}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getList(1)}},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getList(1)}},slot:"append"})],1)],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"couponTable",staticClass:"le-table",attrs:{data:e.list,"tooltip-effect":"dark","cell-class-name":"le-table-row",height:"368px","row-key":e.rowKey},on:{"selection-change":e.selectionChange}},[i("el-table-column",{attrs:{type:"selection",width:"50"}}),i("el-table-column",{attrs:{label:"优惠券名称",prop:"name"}}),i("el-table-column",{attrs:{label:"优惠内容",width:"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===Number(t.row.min_price)?[e._v(" 无门槛使用,减"+e._s(t.row.sub_price)+" ")]:[e._v(" 满"+e._s(t.row.min_price)+"减"+e._s(t.row.sub_price)+" ")]]}}])}),i("el-table-column",{attrs:{label:"剩余可发放量",prop:"over_num"}}),i("el-table-column",{attrs:{prop:"status",label:"发放数量"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("el-input-number",{staticClass:"le-input-number",attrs:{min:1,max:999999},on:{change:function(i){return e.changeNumber(i,t.row)}},nativeOn:{keyup:function(t){return e.positiveInteger(t)}},model:{value:t.row.num,callback:function(i){e.$set(t.row,"num",i)},expression:"scope.row.num"}})]}}])})],1),i("div",{staticClass:"coupon-select__page flex justify-end"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next,jumper","current-page":e.pagination.current,"page-count":e.pagination.count,disabled:e.loading},on:{"current-change":e.getList}})],1)],1)},pi=[],mi=(i("c740"),{data:function(){return{keyword:"",loading:!0,form:{name:"",sort:4,status:1},list:[],pagination:{current:1,count:1},chooseList:[],selected:{},choose:[]}},props:{value:{type:Array}},methods:{getList:function(e){var t=this;this.loading=!0,t.$heshop.coupon("get",t.form).page(e,5).then((function(e){var i=e.headers,a=e.data;a.map((function(e){return e.num=1})),t.list=a,t.pagination={current:+i["x-pagination-current-page"],count:+i["x-pagination-page-count"]},t.choose=[],t.$nextTick((function(){t.list.forEach((function(e){for(var i in t.selected)e.id===t.selected[i].id&&(console.log(t.selected[i]),e.num=t.selected[i].num,t.$refs["couponTable"].toggleRowSelection(e,!0))}))})),t.loading=!1})).catch((function(e){console.error(e),t.$message.error(e.data.message)}))},querySearch:function(e,t){var i=this;this.$heshop.coupon("get",{name:e,sort:4,status:1}).page(1,5).then((function(e){var i=e.data.map((function(e){return{value:e.name}}));t(i)})).catch((function(e){console.error(e),i.$message.error(e.data.message)}))},rowKey:function(e){return e.id},selectionChange:function(e){var t=this;if(e.length>=this.choose.length)e.forEach((function(e){"undefined"===typeof t.selected[e.id]&&(t.selected[e.id]=e)}));else{var i=[];this.choose.forEach((function(t){var a=e.findIndex((function(e){return e.id===t.id}));-1===a&&i.push(t.id)})),i.forEach((function(e){delete t.selected[e]}))}this.choose=e},changeNumber:function(e,t){for(var i in this.selected)this.selected[i].id===t.id&&(this.selected[i].num=e)},positiveInteger:function(e){e.target.value=e.target.value.replace(/[^\d]/g,"")},affirm:function(e){var t=e.handleClose;t();var i=JSON.parse(JSON.stringify(this.selected)),a=[];for(var n in i)a.push({info:{id:i[n].id,name:i[n].name},number:i[n].num});this.$emit("input",a)}},mounted:function(){var e=this,t=JSON.parse(JSON.stringify(this.value));t.forEach((function(t){e.selected[t.info.id]={id:t.info.id,name:t.info.name,num:t.number}})),this.getList(1)}}),hi=mi,vi=(i("5b67"),Object(h["a"])(hi,ui,pi,!1,null,"646d6416",null)),fi=vi.exports,_i=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"form",staticClass:"le-GroupTemplate",attrs:{model:e.form,rules:e.rules,"label-width":"68px"}},[i("el-form-item",{ref:"form",staticClass:"le-form-input",attrs:{label:"规格名",prop:"param_name"}},[i("el-input",{attrs:{placeholder:"请输入规格名",maxlength:"10","show-word-limit":""},model:{value:e.form.param_name,callback:function(t){e.$set(e.form,"param_name",t)},expression:"form.param_name"}})],1),i("el-form-item",{staticClass:"le-form-input",attrs:{label:"规格值",prop:"value"}},[i("el-input",{attrs:{placeholder:"请输入规格值",maxlength:"20","show-word-limit":""},model:{value:e.form.value,callback:function(t){e.$set(e.form,"value",t)},expression:"form.value"}},[i("el-button",{attrs:{slot:"append"},on:{click:e.appendList},slot:"append"},[e._v("添加")])],1),i("div",{staticClass:"le-prompt-text"},[e._v("最多添加200个规格值")])],1),i("el-form-item",{attrs:{prop:"param_data"}},[i("el-scrollbar",{staticClass:"le-group-list"},[e.form.param_data.length>0?i("div",{staticClass:"le-group-content"},e._l(e.form.param_data,(function(t,a){return i("el-tag",{key:a,staticClass:"le-tag",attrs:{type:"info",effect:"plain",size:"medium",closable:""},on:{close:function(t){return e.delItem(a)}}},[e._v(" "+e._s(t))])})),1):i("div",{staticClass:"le-group-nothing"},[e._v("暂无规格值,请添加")])])],1)],1)},gi=[],bi={props:{value:{type:[Object,Array]}},data:function(){var e=function(e,t,i){0===t.length&&i("请添加规格值"),i()};return{form:{value:"",param_name:"",param_data:[]},rules:{param_name:[{required:!0,message:"请输入规格名",trigger:"blur"}],param_data:[{validator:e,trigger:["blur"]}]},loading:!1}},methods:{appendList:function(){if(this.form.value){for(var e=this.form.param_data,t=0;t=200||(this.form.param_data.push(this.form.value),this.form.value="",this.$refs["form"].clearValidate("param_data"))}},delItem:function(e){this.form.param_data.splice(e,1)},affirm:function(e){var t=this,i=e.handleClose;this.loading=!0;var a=this;this.$refs["form"].validate((function(e){e?"[object Object]"===Object.prototype.toString.call(t.value)?a.$heshop.goodstemplate("put",t.value.item.id,a.form).then((function(){a.value.item.param_name=a.form.param_name,a.value.item.param_data=a.form.param_data,a.loading=!1,a.$message.success("规格模板保存成功"),i()})).catch((function(e){a.loading=!1,a.$message.error(e.data.message)})):a.$heshop.goodstemplate("post",a.form).then((function(){a.loading=!1,a.$message.success("规格模板保存成功"),i()})).catch((function(e){a.loading=!1,a.$message.error(e.data.message)})):a.loading=!1}))}},mounted:function(){"[object Object]"===Object.prototype.toString.call(this.value)&&(this.form.param_data=JSON.parse(JSON.stringify(this.value.item.param_data)),this.form.param_name=this.value.item.param_name)}},yi=bi,ki=(i("1682"),Object(h["a"])(yi,_i,gi,!1,null,"6c6a4448",null)),xi=ki.exports,Ci=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter le-box flex"},[i("div",{staticClass:"le-box-left"},[i("div",{staticClass:"le-left-search"},[i("el-autocomplete",{attrs:{clearable:"","fetch-suggestions":e.querySearchAsync,"trigger-on-focus":!1,placeholder:"输入规格名搜索"},on:{select:e.selectHandle,clear:e.clearHandle},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},slot:"append"})],1)],1),i("el-scrollbar",{staticClass:"le-left-content"},[e.isNothing?i("div",{staticClass:"le-isNothing"},[e._v("暂无数据")]):e._e(),e._l(e.select,(function(t,a){return i("div",{key:t.id,staticClass:"le-group-item flex align-center"},[i("el-radio",{attrs:{label:a,disabled:t.disabled},on:{change:e.changeIndex},model:{value:e.radio,callback:function(t){e.radio=t},expression:"radio"}},[i("span",{staticClass:"le-label-span"},[e._v(e._s(t.param_name))])])],1)}))],2)],1),i("el-scrollbar",{staticClass:"le-box-right"},[i("div",{staticClass:"le-right-title"},[i("span",[e._v("选择规格值")]),i("span",[e._v("最多选择20个规格值")])]),e.isNothing?i("div",{staticClass:"le-isNothing"},[e._v("暂无数据")]):e._e(),e._l(e.paramData,(function(t){return i("div",{key:t.label,staticClass:"le-right-item flex align-center"},[i("el-checkbox",{attrs:{disabled:t.disabled,label:t.label},on:{change:function(i){return e.putCheckList(i,t)}},model:{value:t.value,callback:function(i){e.$set(t,"value",i)},expression:"item.value"}},[i("span",[e._v(e._s(t.name))])])],1)}))],2)],1)},wi=[],Si=(i("498a"),{props:{value:{type:Object}},data:function(){return{list:[],paramData:[],select:[],radio:0,checkList:[],loading:!0,paramName:"",isNothing:!1,search:"",timeout:null}},methods:{selectHandle:function(e){this.select=[e],this.radio=0,this.checkList=[],this.changeIndex(0)},clearHandle:function(){this.select=this.list,this.radio=0,this.checkList=[],this.changeIndex(0)},querySearchAsync:function(e,t){console.log(e);var i=this.list,a=e?i.filter(this.createStateFilter(e)):i;clearTimeout(this.timeout),this.timeout=setTimeout((function(){t(a)}),300*Math.random())},createStateFilter:function(e){return function(t){return console.log(t),0===t.value.toLowerCase().indexOf(e.toLowerCase())}},getList:function(){var e=this;this.$heshop.goodstemplate("get").then((function(t){for(var i=t.data,a=0;a=0&&(e.getParamData(s),e.radio=s),e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},changeIndex:function(e){this.checkList=[],this.getParamData(e)},putCheckList:function(e,t){e?this.checkList.push(t):this.checkList.splice(this.checkList.findIndex((function(e){return e===t})),1),this.checkList.length>=20?this.paramData.forEach((function(e){e.value||(e.disabled=!0)})):this.paramData.forEach((function(e){e.disabled=!1}))},getParamData:function(e){var t=this;this.paramData=[];var i=this.select[e],a=i.param_data,n=i.param_name;this.paramName=n,a.forEach((function(e){t.paramData.push({name:e,label:e,value:!1,disabled:!1})}))},affirm:function(e){var t=e.handleClose;t(),this.value.result={param_name:this.paramName,param_data:this.checkList}}},mounted:function(){this.getList()}}),$i=Si,Oi=(i("7abe"),Object(h["a"])($i,Ci,wi,!1,null,"20531d83",null)),Ai=Oi.exports,ji={install:function(){tt.component("goods","selectService",It),tt.component("goods","chooseCategory",Ft),tt.component("goods","promote",Ut),tt.component("goods","promotetask",Yt),tt.component("goods","emptyPopup",ai),tt.component("goods","editName",di["a"]),tt.component("goods","role",pt),tt.component("goods","groupPromote",Ot),tt.component("goods","chooseGroup",gt),tt.component("goods","groupManual",oi),tt.component("goods","chooseCoupon",fi),tt.component("goods","groupTemplate",xi),tt.component("goods","selectGroupTemplate",Ai)}},Di=ji,Li=i("ebc4"),Ei=i("c366"),Ii=i("2b65"),Ni=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},Pi=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])]),i("div",{staticClass:"cloud-body"})])}],Ti={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},zi=Ti,Ri=Object(h["a"])(zi,Ni,Pi,!1,null,"0318ae04",null),Fi=Ri.exports,Mi=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-empty__popup"})},qi=[],Bi={name:"he-empty__popup",props:{value:{type:[Object,Array,Number]}},methods:{affirm:function(e){var t=e.handleClose;t()}}},Vi=Bi,Gi=Object(h["a"])(Vi,Mi,qi,!1,null,null,null),Ui=Gi.exports,Hi=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("el-form",{ref:"ruleForm",attrs:{model:e.form,"label-width":"120px",rules:e.rules}},[i("el-form-item",{attrs:{label:"收货人姓名",prop:"name"}},[i("el-input",{attrs:{placeholder:"请输入联系方式"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),i("el-form-item",{attrs:{label:"联系方式",prop:"mobile"}},[i("el-input",{attrs:{placeholder:"请输入联系方式"},model:{value:e.form.mobile,callback:function(t){e.$set(e.form,"mobile",t)},expression:"form.mobile"}})],1),i("el-form-item",{attrs:{label:"联系地址",prop:"addressList"}},[i("el-cascader",{attrs:{options:e.district,props:{expandTrigger:"hover"}},model:{value:e.form.addressList,callback:function(t){e.$set(e.form,"addressList",t)},expression:"form.addressList"}})],1),i("el-form-item",{attrs:{label:"详细地址",prop:"address"}},[i("el-input",{attrs:{type:"textarea",placeholder:"请输入详细地址"},model:{value:e.form.address,callback:function(t){e.$set(e.form,"address",t)},expression:"form.address"}})],1)],1)],1)},Ji=[],Qi=i("a5f9"),Ki={name:"insertAddress",props:{value:{type:[Object,Array]}},data:function(){return{district:[],form:{addressList:[],name:"",mobile:"",address:"",id:null},rules:{address:[{required:!0,message:"请输入详细地址信息",trigger:"blur"}],addressList:[{required:!0,message:"请选择收货地址",trigger:"change"}],name:[{required:!0,message:"请输入收货人姓名",trigger:"blur"}],mobile:[{required:!0,message:"请输入联系方式",trigger:"blur"}]}}},methods:{getList:function(e){for(var t=0;t0?i("el-row",{staticClass:"he-card"},[i("el-col",{attrs:{span:8}},[i("div",{staticClass:"he-header"},[i("el-checkbox",{attrs:{indeterminate:e.provinceIndeterminate},on:{change:function(t){return e.selectAll("province")}},model:{value:e.provinceAll,callback:function(t){e.provinceAll=t},expression:"provinceAll"}},[e._v("全选")])],1),i("div",{staticClass:"he-body"},[i("el-card",{staticStyle:{height:"320px","overflow-y":"auto",border:"none"},attrs:{shadow:"never"}},[e._t("other"),e._l(e.list,(function(t,a){return[i("div",{key:t.id,staticClass:"\n he-body__item\n el-row--flex\n is-align-middle is-justify-space-between\n ",style:a===e.p_index?"background:#F3F5F7;":"",attrs:{id:"#"+t.id},on:{click:function(t){return e.selectProvince(a)}}},[i("div",{staticClass:"el-row--flex is-align-middle is-justify-end"},[e.radio?i("el-radio",{staticStyle:{"margin-right":"0"},attrs:{label:!0},on:{change:function(i){return e.pickerChange(t)}},model:{value:t.isIndeterminate,callback:function(i){e.$set(t,"isIndeterminate",i)},expression:"item.isIndeterminate"}}):i("el-checkbox",{attrs:{indeterminate:t.isIndeterminate,disabled:t.unchecked||e.all},on:{change:function(i){return e.pickerChange(t,a,"province")}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("span",{staticClass:"he-body__item-name"},[e._v(e._s(t.name))])],1),t.list?i("i",{staticClass:"el-icon-arrow-right"}):e._e()])]}))],2)],1)]),i("el-col",{attrs:{span:8}},[i("div",{staticClass:"he-header"},[i("el-checkbox",{attrs:{indeterminate:e.cityIndeterminate},on:{change:function(t){return e.selectAll("city")}},model:{value:e.cityAll,callback:function(t){e.cityAll=t},expression:"cityAll"}},[e._v("全选")])],1),i("div",{staticClass:"he-body"},[e.list[e.p_index].list&&e.list[e.p_index].list.length>0?i("el-card",{staticStyle:{height:"320px","overflow-y":"auto",border:"none"},attrs:{shadow:"never"}},[e._l(e.list[e.p_index].list,(function(t,a){return[i("div",{key:t.id,staticClass:"\n he-body__item\n el-row--flex\n is-align-middle is-justify-space-between\n ",style:a===e.c_index?"background:#F3F5F7;":"",attrs:{id:"#"+t.id},on:{click:function(t){return e.selectCity(a)}}},[i("div",[e.radio?i("el-radio",{staticStyle:{"margin-right":"0"},attrs:{label:!0},on:{change:function(i){return e.pickerChange(t)}},model:{value:t.isIndeterminate,callback:function(i){e.$set(t,"isIndeterminate",i)},expression:"item.isIndeterminate"}}):i("el-checkbox",{attrs:{indeterminate:t.isIndeterminate,disabled:t.unchecked||e.all},on:{change:function(i){return e.pickerChange(t,a,"city")}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("span",{staticClass:"he-body__item-name"},[e._v(e._s(t.name))])],1),t.list?i("i",{staticClass:"el-icon-arrow-right"}):e._e()])]}))],2):e._e()],1)]),i("el-col",{attrs:{span:8}},[i("div",{staticClass:"he-header"},[i("el-checkbox",{attrs:{indeterminate:e.districtIndeterminate},on:{change:function(t){return e.selectAll("district")}},model:{value:e.districtAll,callback:function(t){e.districtAll=t},expression:"districtAll"}},[e._v("全选")])],1),i("div",{staticClass:"he-body"},[e.list[e.p_index].list[e.c_index].list&&e.list[e.p_index].list[e.c_index].list.length>0?i("el-card",{staticStyle:{height:"320px","overflow-y":"auto",border:"none"},attrs:{shadow:"never"}},[e._l(e.list[e.p_index].list[e.c_index].list,(function(t,a){return[i("div",{key:t.id,staticClass:"he-body__item",attrs:{id:"#"+t.id},on:{click:function(t){e.d_index=a}}},[e.radio?i("el-radio",{staticStyle:{"margin-right":"0"},attrs:{label:!0},on:{change:function(i){return e.pickerChange(t)}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}):i("el-checkbox",{attrs:{disabled:t.unchecked||e.all},on:{change:function(i){return e.pickerChange(t,a,"district")}},model:{value:t.checked,callback:function(i){e.$set(t,"checked",i)},expression:"item.checked"}}),i("span",{staticClass:"he-body__item-name"},[e._v(e._s(t.name))])],1)]}))],2):e._e()],1)])],1):e._e()],1)},aa=[],na=i("b85c"),sa={data:function(){return{p_index:0,c_index:0,d_index:0,provinceIndeterminate:!1,districtIndeterminate:!1,cityIndeterminate:!1,districtAll:!1,provinceAll:!1,cityAll:!1,districtLoading:!1,first:!0,defaultList:[],tempList:[],list:[]}},props:{value:{},level:{type:Number,default:function(){return 3}},params:Array,all:Boolean,radio:Boolean},mounted:function(){var e=this;e.districtLoading=!1,e.defaultList=Qi,console.log(this.value),e.newList()},methods:{newList:function(){var e=this,t=JSON.parse(JSON.stringify(this.defaultList)),i=this.value.select?this.value.select:[],a=this.value.unchecked?this.value.unchecked:[];t=this.disCheck(t,i),console.log(t);var n=this.checkList(t,i,a);if(this.list=JSON.parse(JSON.stringify(n)),this.selectAllStatus(),this.radio)for(var s=0;s0?(e[s].checked=!1,e[s].isIndeterminate=!0,n++):i.checkCount0?(e[s].isIndeterminate=!0,n++):e[s].isIndeterminate=!1):(e[s].checked=!0,e[s].isIndeterminate=!1)),e[s].checked||e[s].isIndeterminate){a++;var r={id:e[s].id,name:e[s].name,parent_id:e[s].parent_id,isIndeterminate:e[s].isIndeterminate};i.newList&&(r.list=i.newList),t.push(r)}return{newList:t,checkCount:a,isIndeterminateCount:n}},selectAll:function(e){var t=this,i=[],a=!1;switch(e){case"province":i=this.list,a=this.provinceAll;break;case"city":i=this.list[this.p_index].list,a=this.cityAll;break;case"district":i=this.list[this.p_index].list[this.c_index].list,a=this.districtAll;break}i.forEach((function(e,i){e.checked=a;var n=t.changeChildList(e.list,e.checked);n&&(e.list=n);var s=t.setTempList(t.list);t.tempList=s.newList})),this.$emit("selected",this.tempList),this.selectAllStatus()},pickerChange:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"province";if(this.radio){var a,n={id:"",name:""},s={id:"",name:""},r={id:"",name:""},l=Object(na["a"])(this.list);try{for(l.s();!(a=l.n()).done;){var c=a.value;c.isIndeterminate=!1,1==e.parent_id?e.id==c.id&&(c.isIndeterminate=!0,n.id=c.id,n.name=c.name):"city"==e.level&&e.parent_id==c.id&&(c.isIndeterminate=!0,n.id=c.id,n.name=c.name);var o,d=Object(na["a"])(c.list);try{for(d.s();!(o=d.n()).done;){var u=o.value;u.isIndeterminate=!1,"city"==e.level&&e.id==u.id&&(u.isIndeterminate=!0,s.id=u.id,s.name=u.name),"district"==e.level&&e.parent_id==u.id&&(u.isIndeterminate=!0,s.id=u.id,s.name=u.name,c.isIndeterminate=!0,n.id=c.id,n.name=c.name);var p,m=Object(na["a"])(u.list);try{for(m.s();!(p=m.n()).done;){var h=p.value;h.checked=!1,"district"==e.level&&e.id==h.id&&(h.checked=!0,r.id=h.id,r.name=h.name,this.$emit("selected",[n,s,r]))}}catch(err){m.e(err)}finally{m.f()}}}catch(err){d.e(err)}finally{d.f()}}}catch(err){l.e(err)}finally{l.f()}}else{var v=this.changeChildList(e.list,e.checked);switch(i){case"province":this.list[t].list=v;break;case"city":this.list[this.p_index].list[t].list=v;break;case"district":break}var f=this.setTempList(this.list);this.tempList=f.newList,this.$emit("selected",this.tempList)}this.selectAllStatus()},selectProvince:function(e){this.p_index=e,this.c_index=0,this.d_index=0,this.selectAllStatus()},selectCity:function(e){this.c_index=e,this.d_index=0,this.selectAllStatus()},selectAllStatus:function(){for(var e=0,t=0,i=0,a=0;athis.value.item.return_score&&(i=!1,this.$message.error("退还积分最大限制为"+this.value.item.return_score)),this.isInteger(this.ruleForm.actual_score)||(i=!1,this.$message.error("退还积分必须为整数")),this.$manifest("task","config.integral_return")&&""==this.ruleForm.actual_score&&(i=!1,this.$message.error("退还积分不能为空")),this.ruleForm.actual_score<0&&(i=!1,this.$message.error("退还积分不能是负数")),console.log("this.ruleForm.actual_score ",this.ruleForm.actual_score),i){var a=111===this.value.item.status?"refund":"salesreturn";this.$heshop.orderafter("put",{id:this.value.item.id,behavior:a},{actual_refund:this.ruleForm.actual_refund,actual_score:this.ruleForm.actual_score}).then((function(i){t.value.item.status=i.status,t.$message.success("退款成功");var a=e.handleClose;a()})).catch((function(e){t.$message.error(e.data.message)}))}}}},Ka=Qa,Wa=(i("5677"),Object(h["a"])(Ka,Ha,Ja,!1,null,"830e5c04",null)),Ya=Wa.exports,Xa=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-form",{staticClass:"le-matter",attrs:{"label-width":"120px"}},[i("el-form-item",{attrs:{label:"售后类型"}},[i("span",{staticClass:"he-value"},[e._v(e._s(0===e.value.item.type?"仅退款":1===e.value.item.type?"退货退款":2===e.value.item.type?"换货":""))])]),i("el-form-item",{attrs:{label:2===e.value.item.type?"换货商品数":"退款商品数"}},[i("span",{staticClass:"he-value"},[e._v(e._s(e.value.item.return_number))])]),2!==e.value.item.type?i("el-form-item",{attrs:{label:"退款金额"}},[i("span",{staticClass:"he-value"},[e._v("¥"+e._s(e.value.item.return_amount))])]):e._e(),"task"==e.value.item.order_type&&e.$manifest("task","config.integral_return")?[2!==e.value.item.type?i("el-form-item",{attrs:{label:"退还积分"}},[i("span",{staticClass:"he-value"},[e._v(e._s(e.value.item.return_score)+"积分")])]):e._e()]:e._e(),2===e.value.item.type?i("el-form-item",{attrs:{label:"换货规格"}},[i("span",{staticClass:"he-value"},[e._v(e._s(e.value.item.goods.show_goods_param))])]):e._e(),i("el-form-item",{attrs:{label:"退货地址"}},[i("div",{staticClass:"he-address"},e._l(e.list,(function(t,a){return i("div",{key:a,staticClass:"he-address__item"},[i("el-radio",{style:e.radio===t.id?"background: rgba(98, 60, 235, 0.1);":"",attrs:{label:t.id,border:""},model:{value:e.radio,callback:function(t){e.radio=t},expression:"radio"}},[e._v("("+e._s(t.name)+" 收) "+e._s(t.province)+e._s(t.city)+e._s(t.district)+e._s(t.address)+" "+e._s(t.mobile))])],1)})),0),i("div",{staticClass:"he-address_add"},[i("el-button",{directives:[{name:"popup",rawName:"v-popup.insertAddress",value:{item:e.list},expression:"{item:list}",modifiers:{insertAddress:!0}}],key:"insert_ddress",staticClass:"address__add__but",attrs:{title:"使用新地址",width:"524",module:"order",top:"30vh",action:"insertAddress"}},[e._v(" 使用新地址 ")]),i("span",{staticClass:"address__add__explain"},[e._v(" 新添加的地址将被保存至退货地址 ")])],1)])],2)},Za=[],en={name:"receiveRefund",props:{value:{type:Object}},data:function(){return{radio:1,list:[]}},created:function(){this.getAddress()},watch:{},methods:{getAddress:function(){var e=this;this.$heshop.option("get",{include:"address"}).then((function(t){t.length>0&&(e.radio=t[0].id,t.forEach((function(t){1===t.status&&(e.radio=t.id)}))),e.list=t})).catch((function(t){console.error(t),e.$message.error(t.data.message)}))},affirm:function(e){var t=this,i=null;this.list.forEach((function(e){e.id==t.radio&&(i=e)})),this.$heshop.orderafter("put",{id:this.value.item.id,behavior:"pass"},{return_address:i}).then((function(i){t.value.item.status=i.status,t.$message.success("同意成功");var a=e.handleClose;a()})).catch((function(e){t.$message.error(e.data.message)}))},insertAddress:function(){this.list.length>0&&(this.radio=this.list[0].id)}}},tn=en,an=(i("7ffb"),Object(h["a"])(tn,Xa,Za,!1,null,"baeea280",null)),nn=an.exports,sn=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("el-row",{staticClass:"he-header el-row--flex"},[i("el-col",{attrs:{span:3}},[e._v("筛选条件")]),i("el-col",{attrs:{span:21}},[i("div",{staticClass:"he-item"},[e._v(e._s(e.value.search_key_label)+":--")]),i("div",{staticClass:"he-item"},[e._v("支付方式:"+e._s(""===e.value.pay_type?"全部":"wechat"===e.value.pay_type?"微信":"支付宝"))]),i("div",{staticClass:"he-item"},[e._v("订单来源:"+e._s(""===e.value.source?"全部":"weapp"===e.value.source?"微信小程序":"H5"))]),i("div",{staticClass:"he-item"},[e._v("下单时间:"+e._s(e._f("getTime")(e.value.time_start))+" ~ "+e._s(e._f("getTime")(e.value.time_end)))])])],1),i("el-row",{staticClass:"le-line"}),i("el-row",{staticClass:"he-checkbox"},[i("el-col",{attrs:{span:24}},[i("el-checkbox",{attrs:{indeterminate:e.order},model:{value:e.isOrder,callback:function(t){e.isOrder=t},expression:"isOrder"}}),i("span",{staticClass:"he-order"},[e._v("订单信息")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.source,callback:function(t){e.$set(e.order_data,"source",t)},expression:"order_data.source"}},[e._v("订单来源")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.pay_type,callback:function(t){e.$set(e.order_data,"pay_type",t)},expression:"order_data.pay_type"}},[e._v("支付方式")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.order_sn,callback:function(t){e.$set(e.order_data,"order_sn",t)},expression:"order_data.order_sn"}},[e._v("订单号")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.created_time,callback:function(t){e.$set(e.order_data,"created_time",t)},expression:"order_data.created_time"}},[e._v("下单时间")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.status,callback:function(t){e.$set(e.order_data,"status",t)},expression:"order_data.status"}},[e._v("订单状态")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.pay_time,callback:function(t){e.$set(e.order_data,"pay_time",t)},expression:"order_data.pay_time"}},[e._v("付款时间")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.received_time,callback:function(t){e.$set(e.order_data,"received_time",t)},expression:"order_data.received_time"}},[e._v("收货时间")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.finish_time,callback:function(t){e.$set(e.order_data,"finish_time",t)},expression:"order_data.finish_time"}},[e._v("完成时间")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.send_time,callback:function(t){e.$set(e.order_data,"send_time",t)},expression:"order_data.send_time"}},[e._v("发货时间")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.buyer,callback:function(t){e.$set(e.order_data,"buyer",t)},expression:"order_data.buyer"}},[e._v("买家")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.consignee_name,callback:function(t){e.$set(e.order_data,"consignee_name",t)},expression:"order_data.consignee_name"}},[e._v("收货人")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.consignee_mobile,callback:function(t){e.$set(e.order_data,"consignee_mobile",t)},expression:"order_data.consignee_mobile"}},[e._v("收货人联系方式")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.consignee_address,callback:function(t){e.$set(e.order_data,"consignee_address",t)},expression:"order_data.consignee_address"}},[e._v("收货人地址")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.pay_amount,callback:function(t){e.$set(e.order_data,"pay_amount",t)},expression:"order_data.pay_amount"}},[e._v("实付金额")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.freight_amount,callback:function(t){e.$set(e.order_data,"freight_amount",t)},expression:"order_data.freight_amount"}},[e._v("运费")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.logistics_company,callback:function(t){e.$set(e.order_data,"logistics_company",t)},expression:"order_data.logistics_company"}},[e._v("物流公司")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.freight_sn,callback:function(t){e.$set(e.order_data,"freight_sn",t)},expression:"order_data.freight_sn"}},[e._v("物流单号")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.user_note,callback:function(t){e.$set(e.order_data,"user_note",t)},expression:"order_data.user_note"}},[e._v("买家留言")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.order_data.merchant_note,callback:function(t){e.$set(e.order_data,"merchant_note",t)},expression:"order_data.merchant_note"}},[e._v("商家备注")])],1)],1),i("el-row",{staticClass:"he-checkbox"},[i("el-col",{attrs:{span:24}},[i("el-checkbox",{attrs:{indeterminate:e.goods},model:{value:e.isGoods,callback:function(t){e.isGoods=t},expression:"isGoods"}}),i("span",{staticClass:"he-goods"},[e._v("商品信息")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_name,callback:function(t){e.$set(e.goods_data,"goods_name",t)},expression:"goods_data.goods_name"}},[e._v("商品名称")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_param,callback:function(t){e.$set(e.goods_data,"goods_param",t)},expression:"goods_data.goods_param"}},[e._v("规格")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_number,callback:function(t){e.$set(e.goods_data,"goods_number",t)},expression:"goods_data.goods_number"}},[e._v("数量")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_sn,callback:function(t){e.$set(e.goods_data,"goods_sn",t)},expression:"goods_data.goods_sn"}},[e._v("货号")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_price,callback:function(t){e.$set(e.goods_data,"goods_price",t)},expression:"goods_data.goods_price"}},[e._v("商品价格")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_pay_amount,callback:function(t){e.$set(e.goods_data,"goods_pay_amount",t)},expression:"goods_data.goods_pay_amount"}},[e._v("商品实付金额")])],1),i("el-col",{attrs:{span:6}},[i("el-checkbox",{staticClass:"he-box",on:{change:e.change},model:{value:e.goods_data.goods_cost_price,callback:function(t){e.$set(e.goods_data,"goods_cost_price",t)},expression:"goods_data.goods_cost_price"}},[e._v("成本价")])],1)],1),i("heloading",{model:{value:e.load,callback:function(t){e.load=t},expression:"load"}})],1)},rn=[],ln=i("b0f2"),cn={name:"orderExport",props:{value:{type:Object}},components:{heloading:ln["a"]},data:function(){return{load:{show:!1,type:1},goods:!1,order:!1,isGoods:!1,isOrder:!1,orderList:[{name:"订单来源",value:"source"},{name:"支付方式",value:"pay_type"},{name:"订单号",value:"order_sn"},{name:"下单时间",value:"created_time"},{name:"订单状态",value:"status"},{name:"付款时间",value:"pay_time"},{name:"收货时间",value:"received_time"},{name:"完成时间",value:"finish_time"},{name:"发货时间",value:"send_time"},{name:"买家",value:"buyer"},{name:"收货人",value:"consignee_name"},{name:"收货人联系方式",value:"consignee_mobile"},{name:"收货地址",value:"consignee_address"},{name:"实付金额",value:"pay_amount"},{name:"运费",value:"freight_amount"},{name:"物流公司",value:"logistics_company"},{name:"物流单号",value:"freight_sn"},{name:"买家备注",value:"user_note"},{name:"商家备注",value:"merchant_note"}],goodsList:[{name:"商品名称",value:"goods_name"},{name:"规格",value:"goods_param"},{name:"数量",value:"goods_number"},{name:"货号",value:"goods_sn"},{name:"商品价格",value:"goods_price"},{name:"商品实付价格",value:"goods_pay_amount"},{name:"商品成本价",value:"goods_cost_price"}],goods_data:{goods_name:!1,goods_param:!1,goods_number:!1,goods_sn:!1,goods_price:!1,goods_pay_amount:!1,goods_cost_price:!1},order_data:{source:!1,pay_type:!1,order_sn:!1,created_time:!1,status:!1,pay_time:!1,received_time:!1,finish_time:!1,send_time:!1,buyer:!1,consignee_name:!1,consignee_mobile:!1,consignee_address:!1,pay_amount:!1,freight_amount:!1,logistics_company:!1,freight_sn:!1,user_note:!1,merchant_note:!1}}},methods:{change:function(){var e=0,t=0;for(var i in this.goods_data)this.goods_data[i]&&e++;for(var a in this.order_data)this.order_data[a]&&t++;this.goods=e>0&&e0&&t0&&e=this.choose.length)e.forEach((function(e){"undefined"==typeof t.selected[e.id]&&(t.selected[e.id]=e)}));else{var i=[];this.choose.forEach((function(t){var a=e.findIndex((function(e){return e.id===t.id}));-1===a&&i.push(t.id)})),i.forEach((function(e){delete t.selected[e]}))}this.choose=e},affirm:function(e){var t=e.handleClose;t();var i=[];for(var a in this.selected)i.push(this.selected[a]);this.value.item=i}},mounted:function(){var e=this;this.getUsers(1),this.selected={};var t=JSON.parse(JSON.stringify(this.value.item));t.forEach((function(t){e.selected[t.id]=t}))}},Ls=Ds,Es=(i("627a"),Object(h["a"])(Ls,As,js,!1,null,"3a5db324",null)),Is=Es.exports,Ns=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-chooseLabel flex"},[i("div",{staticClass:"flex-sub"},[i("div",{staticClass:"le-chooseLabel-header"},[i("el-input",{staticClass:"le-chooseLabel-input",attrs:{placeholder:"输入标签名称搜索"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getList(t)}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.getList},slot:"append"})],1)],1),i("el-scrollbar",{staticClass:"le-scrollbar"},e._l(e.list,(function(t,a){return i("div",{key:a,staticClass:"le-label"},[i("el-checkbox-group",{on:{change:e.checkBoxChange},model:{value:e.choose,callback:function(t){e.choose=t},expression:"choose"}},[i("el-checkbox",{attrs:{label:t.id}},[i("span",{staticClass:"le-label-name"},[e._v(e._s(t.name))])])],1)],1)})),0)],1),i("div",{staticClass:"flex-sub"},[i("div",{staticClass:"le-chooseLabel-header"},[e._v("已选")]),i("el-scrollbar",{staticClass:"le-scrollbar le-scroll-bar_right"},e._l(e.selected,(function(t,a){return i("span",{key:a,staticClass:"le-tag"},[e._v(e._s(t.name)+" "),i("he-icon",{staticClass:"le-label-delete",attrs:{size:"10px",type:"le-icon-fork"},nativeOn:{click:function(i){return e.deleteTag(t)}}})],1)})),0)],1)])},Ps=[],Ts={name:"chooseLabel",props:{value:Object},data:function(){return{loading:!0,list:[],checkList:[],search:"",choose:[],disabled:!1,selected:[]}},computed:{},methods:{getList:function(){var e=this;this.$heshop.userlabel("get",{type:this.value.type?this.value.type:0,name:this.search}).then((function(t){e.list=t,e.loading=!1})).catch((function(e){console.error(e)}))},checkBoxChange:function(e){this.choose=e;var t=[],i={};this.list.forEach((function(e){i[e.id]=e}));var a={};this.selected.forEach((function(e){a[e.id]=e}));for(var n=0;n=this.choose.length)e.forEach((function(e){"undefined"==typeof t.selected[e.id]&&(t.selected[e.id]=e)}));else{var i=[];this.choose.forEach((function(t){var a=e.findIndex((function(e){return e.id===t.id}));-1===a&&i.push(t.id)})),i.forEach((function(e){delete t.selected[e]}))}this.choose=e},changeNumber:function(e,t){"undefined"!==typeof this.selected[t.id]&&(this.selected[t.id].num=e)},positiveInteger:function(e){e.target.value=e.target.value.replace(/[^\d]/g,"")},affirm:function(e){var t=e.handleClose,i=this.selected.filter((function(e){return e}));this.value.coupons=i,t()}},mounted:function(){this.getCoupon(1)}},Vs=Bs,Gs=(i("c436"),Object(h["a"])(Vs,Ms,qs,!1,null,"de2ddf4c",null)),Us=Gs.exports,Hs=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter le-couponRecord"},[i("div",{staticClass:"le-couponRecord-head flex"},[e._v(" 状态 "),i("el-select",{staticClass:"le-couponRecord-select",attrs:{placeholder:"请选择"},on:{change:function(t){return e.getCoupon(1)}},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},[i("el-option",{attrs:{value:-1,label:"全部"}}),i("el-option",{attrs:{value:0,label:"未使用"}}),i("el-option",{attrs:{value:1,label:"已使用"}}),i("el-option",{attrs:{value:3,label:"已到期"}})],1),i("el-input",{staticClass:"le-couponRecord-input",attrs:{placeholder:"输入优惠券名称搜索",clearable:""},on:{clear:function(t){return e.getCoupon(1)}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getCoupon(1)}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.getCoupon(1)}},slot:"append"})],1)],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"couponTable",staticClass:"le-couponRecord-table",attrs:{data:e.list,height:"368px","header-cell-class-name":"le-couponRecord-table-header-cell","row-class-name":"le-couponRecord-table-row"}},[i("el-table-column",{attrs:{label:"优惠券名称",prop:"coupon.name"}}),i("el-table-column",{attrs:{label:"优惠内容"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===Number(t.row.coupon.min_price)?[e._v(" 无门槛使用,减"+e._s(t.row.coupon.sub_price)+" ")]:[e._v(" 满"+e._s(t.row.coupon.min_price)+"减"+e._s(t.row.coupon.sub_price)+" ")]]}}])}),i("el-table-column",{attrs:{label:"状态",prop:"nickname",width:"105px"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.status?i("div",{staticClass:"le-table-status le-status-success"},[e._v(" 未使用 ")]):1===t.row.status?i("div",{staticClass:"le-table-status le-status-gray"},[e._v(" 已使用 ")]):3===t.row.status?i("div",{staticClass:"le-table-status le-status-caveat"},[e._v(" 已到期 ")]):e._e()]}}])}),i("el-table-column",{attrs:{label:"领取时间",prop:"nickname"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(e._f("timeFormat")(t.row.created_time,"yyyy-mm-dd hh:MM:ss"))+" ")]}}])}),i("el-table-column",{attrs:{label:"使用时间",prop:"nickname"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.use_time?i("div",[e._v(" "+e._s(e._f("timeFormat")(t.row.use_time,"yyyy-mm-dd hh:MM:ss"))+" ")]):i("div",[e._v("- -")])]}}])}),i("el-table-column",{attrs:{label:"订单号",width:"180px"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.order_sn?i("div",{staticClass:"le-order-sn"},[e._v(" "+e._s(t.row.order_sn)+" ")]):i("div",[e._v("- -")])]}}])}),i("el-table-column",{attrs:{label:"操作",width:"105px"},scopedSlots:e._u([{key:"default",fn:function(t){return 1!==t.row.status?[i("el-button",{staticClass:"le-delete",attrs:{type:"text"},on:{click:function(i){return e.del(t.row.id,t.$index)}}},[e._v(" 删除 ")])]:void 0}}],null,!0)})],1),i("div",{staticClass:"flex justify-end le-couponRecord-pagination"},[i("el-pagination",{attrs:{"current-page":e.pagination.current,"page-count":e.pagination.count,"pager-count":5,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.getCoupon}})],1)],1)},Js=[],Qs={name:"couponRecord",props:{value:{type:Number}},data:function(){return{list:[],loading:!1,search:"",status:-1,pagination:{current:1,count:1}}},methods:{getCoupon:function(e){var t=this;this.loading=!0,this.$heshop.coupon("get",{behavior:"user",status:this.status,name:this.search,uid:this.value}).page(e,5).then((function(e){var i=e.data,a=e.headers;t.list=i,t.loading=!1,t.pagination={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"]}}))},del:function(e,t){var i=this;this.$confirm("是否确认删除优惠券?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){i.$heshop.coupon("delete",e,{behavior:"user"}).then((function(){if(i.$delete(i.list,t),i.$message.success("删除成功"),i.list.length>0)i.getCoupon(i.pagination.current);else{var e=i.pagination.current;e-=1,i.getCoupon(e)}})).catch((function(e){i.$message.error(e.data.message)}))})).catch((function(){}))},affirm:function(e){var t=e.handleClose;t()}},mounted:function(){this.getCoupon(1)}},Ks=Qs,Ws=(i("5d78"),Object(h["a"])(Ks,Hs,Js,!1,null,"229b8b3e",null)),Ys=Ws.exports,Xs={install:function(){tt.component("users","index",ms["default"]),tt.component("users","userData",hs["default"]),tt.component("users","usersExportHistory",vs["default"]),tt.component("users","modifyMobile",ks),tt.component("users","modifyRealname",Os),tt.component("users","chooseUser",Is),tt.component("users","chooseLabel",Fs),tt.component("users","chooseCoupon",Us),tt.component("users","couponRecord",Ys)}},Zs=Xs,er=i("1186"),tr=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},ir=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])]),i("div",{staticClass:"cloud-body"})])}],ar={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},nr=ar,sr=Object(h["a"])(nr,tr,ir,!1,null,"a0320512",null),rr=sr.exports,lr=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},cr=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])]),i("div",{staticClass:"cloud-body"})])}],or={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},dr=or,ur=Object(h["a"])(dr,lr,cr,!1,null,"d90e4646",null),pr=ur.exports,mr=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},hr=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])]),i("div",{staticClass:"cloud-body"})])}],vr={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},fr=vr,_r=Object(h["a"])(fr,mr,hr,!1,null,"1e85aed8",null),gr=_r.exports,br=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},yr=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("div",{staticClass:"cloud-header"},[i("h2",[e._v("default")])]),i("div",{staticClass:"cloud-body"})])}],kr={components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},xr=kr,Cr=Object(h["a"])(xr,br,yr,!1,null,"0938f026",null),wr=Cr.exports,Sr=i("a56e"),$r={install:function(){tt.component("store","index",er["default"]),tt.component("store","tabber",rr),tt.component("store","personal",pr),tt.component("store","touch",gr),tt.component("store","pages",wr),tt.component("store","themeColor",Sr["default"])}},Or=$r,Ar=i("7fd7"),jr=i("c15d"),Dr=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[e._m(0),i("div",{staticClass:"le-line"}),i("el-form",{attrs:{"label-width":"132px"}},[i("el-row",{staticClass:"el-row--flex is-justify-space-around"},[i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card "},[i("div",{staticClass:"he-title"},[e._v("订单付款提醒")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.order_pay.sms,callback:function(t){e.$set(e.form.order_pay,"sms",t)},expression:"form.order_pay.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.order_pay.wechat_public,callback:function(t){e.$set(e.form.order_pay,"wechat_public",t)},expression:"form.order_pay.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1),i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card "},[i("div",{staticClass:"he-title"},[e._v("付款成功提醒")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.pay_success.sms,callback:function(t){e.$set(e.form.pay_success,"sms",t)},expression:"form.pay_success.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.pay_success.wechat_public,callback:function(t){e.$set(e.form.pay_success,"wechat_public",t)},expression:"form.pay_success.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1),i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card"},[i("div",{staticClass:"he-title"},[e._v("订单发货提醒")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.order_send.sms,callback:function(t){e.$set(e.form.order_send,"sms",t)},expression:"form.order_send.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.order_send.wechat_public,callback:function(t){e.$set(e.form.order_send,"wechat_public",t)},expression:"form.order_send.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"订阅消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.order_send.wechat_subscribe,callback:function(t){e.$set(e.form.order_send,"wechat_subscribe",t)},expression:"form.order_send.wechat_subscribe"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1)],1),i("div",{staticClass:"le-line"}),i("el-row",{staticClass:"el-row--flex is-justify-space-around"},[i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card "},[i("div",{staticClass:"he-title"},[e._v("商家同意售后申请")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.agree_after.sms,callback:function(t){e.$set(e.form.agree_after,"sms",t)},expression:"form.agree_after.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.agree_after.wechat_public,callback:function(t){e.$set(e.form.agree_after,"wechat_public",t)},expression:"form.agree_after.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"订阅消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.agree_after.wechat_subscribe,callback:function(t){e.$set(e.form.agree_after,"wechat_subscribe",t)},expression:"form.agree_after.wechat_subscribe"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1),i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card "},[i("div",{staticClass:"he-title"},[e._v("商家拒绝售后申请")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.refuse_after.sms,callback:function(t){e.$set(e.form.refuse_after,"sms",t)},expression:"form.refuse_after.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.refuse_after.wechat_public,callback:function(t){e.$set(e.form.refuse_after,"wechat_public",t)},expression:"form.refuse_after.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"订阅消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.refuse_after.wechat_subscribe,callback:function(t){e.$set(e.form.refuse_after,"wechat_subscribe",t)},expression:"form.refuse_after.wechat_subscribe"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1),i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card"},[i("div",{staticClass:"he-title"},[e._v(" 买家申请售后提醒 "),i("span",{staticClass:"he-remind-business"},[e._v(" 提醒商家 ")])]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.create_after.sms,callback:function(t){e.$set(e.form.create_after,"sms",t)},expression:"form.create_after.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.create_after.wechat_public,callback:function(t){e.$set(e.form.create_after,"wechat_public",t)},expression:"form.create_after.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1)],1),i("div",{staticClass:"le-line"}),i("el-row",{staticClass:"el-row--flex is-justify-space-around"},[i("el-col",{staticClass:"he-card",attrs:{span:7}},[i("el-card",{staticClass:"le-form-card "},[i("div",{staticClass:"he-title"},[e._v("退款成功提醒")]),i("el-form-item",{attrs:{label:"短信"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.return_success.sms,callback:function(t){e.$set(e.form.return_success,"sms",t)},expression:"form.return_success.sms"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1),i("el-form-item",{attrs:{label:"公众号消息"}},[i("el-switch",{on:{change:e.setting},model:{value:e.form.return_success.wechat_public,callback:function(t){e.$set(e.form.return_success,"wechat_public",t)},expression:"form.return_success.wechat_public"}}),i("el-button",{staticClass:"he-preview",attrs:{type:"text"}},[e._v("预览")])],1)],1)],1),i("el-col",{staticClass:"he-card",attrs:{span:7}}),i("el-col",{staticClass:"he-card",attrs:{span:7}})],1)],1)],1)},Lr=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-waring"},[e._v(" 对于同时经营公众号和小程序的商家(小程序和公众号(必须是认证服务号)),支持通过公众号向用户发送模板消息 "),i("span",{staticClass:"he-tip"},[e._v("提示:您暂未认证")])])}],Er={components:{},data:function(){return{form:{order_pay:{sms:!1,wechat_public:!1,wechat_subscribe:!1},pay_success:{sms:!1,wechat_public:!1,wechat_subscribe:!1},order_send:{sms:!1,wechat_public:!1,wechat_subscribe:!1},agree_after:{sms:!1,wechat_public:!1,wechat_subscribe:!1},refuse_after:{sms:!1,wechat_public:!1,wechat_subscribe:!1},create_after:{sms:!1,wechat_public:!1,wechat_subscribe:!1},return_success:{sms:!1,wechat_public:!1,wechat_subscribe:!1}}}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(ee["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getSetting();case 1:case"end":return t.stop()}}),t)})))()},methods:{setting:function(){this.$heshop.setting("post",{keyword:"message_setting",content:this.form}).then((function(e){})).catch((function(e){console.error(e)}))},getSetting:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"message_setting"}).then((function(t){e.form=t.content})).catch((function(e){console.error(e)}))}}},Ir=Er,Nr=(i("b61c"),Object(h["a"])(Ir,Dr,Lr,!1,null,"a10c37ae",null)),Pr=Nr.exports,Tr=i("87c6"),zr=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-empty__popup"})},Rr=[],Fr={name:"he-empty__popup",props:{value:{type:[Object,Array,Number]}},methods:{affirm:function(e){var t=e.handleClose;t()}}},Mr=Fr,qr=Object(h["a"])(Mr,zr,Rr,!1,null,null,null),Br=qr.exports,Vr=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-scrollbar",{staticClass:"le-messageGuide"},[i("img",{attrs:{src:"applets"===e.value?e.applets:e.wechat,alt:""}})])},Gr=[],Ur=i("817c"),Hr=i("13b8"),Jr={name:"messageGuide",props:{value:{type:String}},data:function(){return{wechat:Ur,applets:Hr}},mounted:function(){console.log(this.value)},methods:{affirm:function(e){var t=e.handleClose;t()}}},Qr=Jr,Kr=(i("8807"),Object(h["a"])(Qr,Vr,Gr,!1,null,"d7f9e8dc",null)),Wr=Kr.exports,Yr={install:function(){tt.component("setup","index",Ar["default"]),tt.component("setup","address",jr["default"]),tt.component("setup","message",Pr),tt.component("setup","addressPublish",Tr["default"]),tt.component("setup","emptyPopup",Br),tt.component("setup","messageGuide",Wr)}},Xr=Yr,Zr=i("e1cc"),el=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-form",{ref:"form",staticClass:"le-changePassword",attrs:{rules:e.rules,"label-width":"110px",model:e.form}},[i("el-form-item",{attrs:{label:"当前密码",prop:"old_password"}},[i("el-input",{attrs:{placeholder:"请输入当前密码",type:"password"},model:{value:e.form.old_password,callback:function(t){e.$set(e.form,"old_password",t)},expression:"form.old_password"}})],1),i("el-form-item",{attrs:{label:"新密码",prop:"new_password1"}},[i("el-input",{attrs:{placeholder:"请输入新密码",type:"password"},model:{value:e.form.new_password1,callback:function(t){e.$set(e.form,"new_password1",t)},expression:"form.new_password1"}})],1),i("el-form-item",{attrs:{label:"确认新密码",prop:"new_password2"}},[i("el-input",{attrs:{placholder:"请再次输入新密码",type:"password"},model:{value:e.form.new_password2,callback:function(t){e.$set(e.form,"new_password2",t)},expression:"form.new_password2"}})],1)],1)},tl=[],il={name:"changePassword",data:function(){var e=this,t=function(t,i,a){""===i?a(new Error("请再次输入密码")):i!==e.form.new_password1?a(new Error("两次输入密码不一致!")):a()};return{form:{old_password:"",new_password1:"",new_password2:""},rules:{old_password:[{required:!0,message:"请输入当前密码",trigger:"blur"}],new_password1:[{required:!0,message:"请输入新密码",trigger:"blur"}],new_password2:[{required:!0,validator:t,trigger:"blur"}]}}},methods:{affirm:function(e){var t=this;this.$refs["form"].validate((function(i){if(!i)return console.log("error submit!!"),!1;t.$heshop.passport("put",t.form).then((function(i){console.log(i);var a=e.handleClose;a(),t.$emit("input",!0)})).catch((function(e){console.log(e),403===e.status&&t.$message(e.data.message)}))}))}}},al=il,nl=Object(h["a"])(al,el,tl,!1,null,null,null),sl=nl.exports,rl={install:function(){tt.component("index","index",Zr["default"]),tt.component("goods","promote",Ut),tt.component("index","changePassword",sl)}},ll=rl,cl=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-card",[a("div",{staticClass:"he-card"},[a("div",{staticClass:"he-item"},[a("img",{staticClass:"he-item__sign",attrs:{src:i("9f03")}}),e.isWechat?a("div",{staticClass:"he-item__authority"},[e._v("无使用权限")]):e._e(),a("div",{staticClass:"he-item__text"},[e._v("微信公众号")]),a("div",{staticClass:"he-item__des"},[e._v(" 绑定公众号并授权,在这里管理您"),a("br"),e._v(" 的公众号,快速发布公众号商城 ")]),e.isWechat?a("he-link",{attrs:{href:"channel/buy",query:{platform:"wechat"}}},[a("el-button",{attrs:{type:"primary"}},[e._v("立即购买")])],1):a("he-link",{attrs:{href:"channel/manualBinding",query:{platform:"wechat"}}},[a("el-button",{attrs:{type:"primary"}},[e._v("立即绑定")])],1)],1),a("div",{staticClass:"he-item",class:{"he-item-0":e.isApplets}},[a("img",{staticClass:"he-item__sign",attrs:{src:i("4c26")}}),e.isApplets?a("div",{staticClass:"he-item__authority"},[e._v("无使用权限")]):e._e(),a("div",{staticClass:"he-item__text"},[e._v("微信小程序")]),a("div",{staticClass:"he-item__des"},[e._v(" 绑定小程序并授权,快速发布小程"),a("br"),e._v(" 序商城,自动提交最新版本的审核 ")]),e.isWechat?a("he-link",{attrs:{href:"channel/buy",query:{platform:"applets"}}},[a("el-button",{attrs:{type:"primary"}},[e._v("立即购买")])],1):a("he-link",{attrs:{href:"channel/bind",query:{platform:"applets"}}},[a("el-button",{attrs:{type:"primary"}},[e._v("立即绑定")])],1)],1)])])],1)},ol=[],dl={name:"index",data:function(){return{isWechat:!1,isApplets:!1}},methods:{}},ul=dl,pl=(i("cda2"),Object(h["a"])(ul,cl,ol,!1,null,"5aa5bdf2",null)),ml=pl.exports,hl=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("div",{staticClass:"he-title"},[a("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[a("el-breadcrumb-item",{staticClass:"he-link"},[a("he-link",{attrs:{href:"channel/index"}},[e._v(" 渠道管理 ")])],1),a("el-breadcrumb-item",[e._v(e._s(e.title))])],1)],1),a("el-card",[a("div",{staticClass:"he-box"},[a("img",{staticClass:"he-box__img",attrs:{src:i("bc18"),alt:""}}),a("div",{staticClass:"he-box__content"},[a("div",{staticClass:"he-box__title"},[e._v("微信小程序")]),a("div",{staticClass:"he-box__item"},[a("span",{staticClass:"he-box__label"},[e._v("价格")]),a("span",{staticClass:"he-box__price"},[e._v("¥999.00")])]),a("div",{staticClass:"flex align-center he-box__item"},[a("div",{staticClass:"he-box__label"},[e._v("使用时间")]),a("div",{staticClass:"flex"},[a("div",{staticClass:"he-box__radio",class:{"he-box__radio_1":1===e.active},on:{click:function(t){e.active=1}}},[a("span",[e._v("永久")])]),a("div",{staticClass:"he-box__radio",class:{"he-box__radio_1":2===e.active},on:{click:function(t){e.active=2}}},[a("span",[e._v("3个月")])]),a("div",{staticClass:"he-box__radio",class:{"he-box__radio_1":3===e.active},on:{click:function(t){e.active=3}}},[a("span",[e._v("6个月")])]),a("div",{staticClass:"he-box__radio",class:{"he-box__radio_1":4===e.active},on:{click:function(t){e.active=4}}},[a("span",[e._v("12个月")])])])]),a("div",{staticClass:"he-box__item"},[a("span",{staticClass:"he-box__label"},[e._v("使用店铺")]),a("span",{staticClass:"he-box__store"},[e._v("我是店铺名称")])]),a("el-button",{staticClass:"he-box__btn",attrs:{type:"primary"}},[e._v("立即购买")])],1)])])],1)},vl=[],fl={name:"buy",data:function(){return{title:"",active:1}},mounted:function(){var e=this.$getQueryVariable("platform");switch(e){case"applets":this.title="购买小程序使用权限";break;case"wechat":this.title="购买公众号使用权限";break}}},_l=fl,gl=(i("2620"),Object(h["a"])(_l,hl,vl,!1,null,"444e7f4e",null)),bl=gl.exports,yl=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"he-title"},[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"channel/index"}},[e._v(" 渠道管理 ")])],1),i("el-breadcrumb-item",[e._v(e._s(e.title))])],1)],1),i("el-card",["wechat"===e.platform?[i("div",{staticClass:"he-header"},[i("div",[i("span",{staticClass:"he-title-1"},[e._v("绑定微信公众号 打通店铺和微信")]),i("span",{staticClass:"he-title-2"},[e._v("还没有公众号,现在去注册>")])]),i("div",{staticClass:"he-title-3"},[e._v("一个店铺只能绑定一个公众号,绑定后即可在这里管理你的公众号,在公众号自动回复/自定义菜单等功能中结合商品销售进行推广")])]),i("div",{staticClass:"he-body"},[i("div",{staticClass:"he-title-4"},[e._v("不同类型的公众号功能不尽相同,我们提供的功能也不相同")]),i("el-table",{staticStyle:{width:"760px"},attrs:{data:e.tableData,"row-class-name":e.tableRowClassName}},[i("el-table-column",{attrs:{prop:"name",width:"180"}}),i("el-table-column",{attrs:{label:"普通订阅号",width:"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.regularSubscription?i("he-icon",{staticClass:"he-icon",attrs:{type:"le-icon-tick",size:"10px"}}):e._e()]}}],null,!1,3484668570)}),i("el-table-column",{attrs:{label:"认证订阅号"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.certifiedSubscription?i("he-icon",{staticClass:"he-icon",attrs:{type:"le-icon-tick",size:"10px"}}):e._e()]}}],null,!1,2774097287)}),i("el-table-column",{attrs:{label:"普通服务号"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.generalService?i("he-icon",{staticClass:"he-icon",attrs:{type:"le-icon-tick",size:"10px"}}):e._e()]}}],null,!1,712674408)}),i("el-table-column",{attrs:{label:"认证服务号"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.certificationServices?i("he-icon",{staticClass:"he-icon",attrs:{type:"le-icon-tick",size:"10px"}}):e._e()]}}],null,!1,815286101)})],1)],1),i("div",{staticClass:"he-footer"},[i("he-link",{attrs:{href:"channel/manualBinding",query:{platform:"wechat"}}},[i("el-button",{attrs:{type:"primary",plain:""}},[e._v("手动绑定")])],1)],1)]:e._e(),"applets"===e.platform?[i("div",{staticClass:"he-applets_header flex align-center"},[i("span",{staticClass:"he-applets__sign"}),i("span",{staticClass:"he-applets__title"},[e._v("填写小程序信息")])]),i("el-form",{ref:"bind",attrs:{"label-width":"180px",rules:e.rules,model:e.form}},[i("el-form-item",{attrs:{label:"小程序名称",prop:"name"}},[i("el-input",{attrs:{placeholder:"请输入小程序名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),i("el-form-item",{attrs:{label:"AppID",prop:"AppID"}},[i("el-input",{attrs:{placeholder:"请输入AppID"},model:{value:e.form.AppID,callback:function(t){e.$set(e.form,"AppID",t)},expression:"form.AppID"}})],1),i("el-form-item",{attrs:{label:"AppSecret",prop:"AppSecret"}},[i("el-input",{attrs:{placeholder:"请输入AppSecret"},model:{value:e.form.AppSecret,callback:function(t){e.$set(e.form,"AppSecret",t)},expression:"form.AppSecret"}})],1),i("el-form-item",{attrs:{label:"原始ID"}},[i("el-input",{attrs:{placeholder:"请输入原始ID"},model:{value:e.form.oldID,callback:function(t){e.$set(e.form,"oldID",t)},expression:"form.oldID"}})],1)],1)]:e._e(),i("div",{staticClass:"le-cardpin"},[i("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.save("bind")}}},[e._v("保存")])],1)],2)],1)},kl=[],xl={name:"bind",data:function(){return{title:"",tableData:[{name:"消息自动回复",regularSubscription:!0,certifiedSubscription:!0,generalService:!0,certificationServices:!0},{name:"自定义菜单",regularSubscription:!1,certifiedSubscription:!0,generalService:!0,certificationServices:!0},{name:"群发/定时群发",regularSubscription:!1,certifiedSubscription:!0,generalService:!1,certificationServices:!0},{name:"高级客户管理",regularSubscription:!1,certifiedSubscription:!1,generalService:!1,certificationServices:!0},{name:"参数二维码",regularSubscription:!1,certifiedSubscription:!1,generalService:!1,certificationServices:!0},{name:"模板消息",regularSubscription:!1,certifiedSubscription:!1,generalService:!1,certificationServices:!0}],platform:"",rules:{name:[{required:!0,message:"请输入小程序名称",trigger:"blur"}],AppID:[{required:!0,message:"请输入AppID",trigger:"blur"}],AppSecret:[{required:!0,message:"请输入AppSecret",trigger:"blur"}]},form:{name:"",AppID:"",AppSecret:"",oldID:""}}},mounted:function(){var e=this.$getQueryVariable("platform");switch(this.platform=e,e){case"applets":this.title="绑定微信小程序";break;case"wechat":this.title="绑定公众号";break}this.getConfig()},methods:{getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.apply.weapp})).catch((function(t){e.$message.error(t.data.message)}))},save:function(e){var t=this;this.$refs[e].validate((function(e){e&&t.$heshop.appconfig("post",{behavior:"save",key:"apply_weapp"},t.form).then((function(e){t.$notify({title:"保存成功",message:"公众号手动绑定成功。",type:"success"})})).catch((function(e){console.error(e),t.$message.error(e.data.message)}))}))},tableRowClassName:function(e){e.row;var t=e.rowIndex;return 1===t||3===t||5===t?"warning-row":""}}},Cl=xl,wl=(i("ac83"),Object(h["a"])(Cl,yl,kl,!1,null,"5c0bb88e",null)),Sl=wl.exports,$l=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"he-title"},[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"channel/index"}},[e._v(" 渠道管理 ")])],1),i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"channel/bind",query:{platform:e.platform}}},[e._v(" "+e._s(e.title)+" ")])],1),i("el-breadcrumb-item",[e._v("手动绑定")])],1)],1),i("el-card",[i("div",{staticClass:"flex flex-direction align-center"},[i("div",{staticClass:"le-steps"},[i("el-steps",{attrs:{active:e.step,"align-center":""}},[i("el-step",{attrs:{title:"填写公众号信息"}}),i("el-step",{attrs:{title:"公众号设置"}})],1)],1),i("el-form",{directives:[{name:"show",rawName:"v-show",value:1===e.step,expression:"step === 1"}],ref:"form",staticClass:"le-form",attrs:{"label-width":"100px",model:e.form,rules:e.rules}},[i("el-form-item",{attrs:{label:"公众号名称",prop:"name"}},[i("el-input",{attrs:{placeholder:"请输入公众号名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),i("el-form-item",{attrs:{label:"公众号类型",prop:"type"}},[i("el-select",{attrs:{placeholder:"请选择"},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},e._l(e.typeList,(function(e){return i("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),i("el-form-item",{attrs:{label:"AppID",prop:"appId"}},[i("el-input",{attrs:{placeholder:"请输入AppID"},model:{value:e.form.AppID,callback:function(t){e.$set(e.form,"AppID",t)},expression:"form.AppID"}})],1),i("el-form-item",{attrs:{label:"AppSecret",prop:"appSecret"}},[i("el-input",{attrs:{placeholder:"请输入AppSecret"},model:{value:e.form.AppSecret,callback:function(t){e.$set(e.form,"AppSecret",t)},expression:"form.AppSecret"}})],1),i("el-form-item",{attrs:{label:"验证文件",prop:"file"}},[i("el-input",{model:{value:e.form.file_name,callback:function(t){e.$set(e.form,"file_name",t)},expression:"form.file_name"}},[i("template",{slot:"append"},[i("el-upload",{ref:"upload",attrs:{action:"","on-change":e.handleChange,"http-request":e.upload,limit:1,"auto-upload":!1,"show-file-list":!1}},[e._v("选择文件")])],1)],2),i("el-button",{directives:[{name:"popup",rawName:"v-popup.uploadGuide",modifiers:{uploadGuide:!0}}],staticClass:"le-view-guidelines",attrs:{module:"channel",title:"验证文件下载指引",type:"text",width:"720",hide_close:!0,height:"676",sure_btn:"我知道了"}},[e._v("查看指引")])],1)],1),i("div",{directives:[{name:"show",rawName:"v-show",value:2===e.step,expression:"step === 2"}],staticClass:"le-deploy"},[i("div",{staticClass:"le-deploy-1"},[e._v("服务器配置")]),i("div",{staticClass:"le-deploy-2"},[i("span",{staticClass:"le-deploy-1"},[e._v("请将以下信息填入微信公众号,并启用服务器配置。完成操作后,再保存此页面。")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.deployGuide",modifiers:{deployGuide:!0}}],staticClass:"le-view-guidelines",attrs:{module:"channel",title:"服务器配置指引",type:"text",width:"720",hide_close:!0,sure_btn:"已完成配置"}},[e._v("查看指引")])],1),i("div",{staticClass:"le-deploy__item"},[i("span",{staticClass:"le-item__label"},[e._v("服务器地址(URL)")]),i("span",{staticClass:"le-item__value",attrs:{id:"url"}},[e._v(e._s(e.form.url))]),i("el-button",{staticClass:"le-view-guidelines",attrs:{type:"text"},on:{click:function(t){return e.copy("url")}}},[e._v("复制")])],1),i("div",{staticClass:"le-deploy__item"},[i("span",{staticClass:"le-item__label"},[e._v("令牌(Token)")]),i("span",{staticClass:"le-item__value",attrs:{id:"token"}},[e._v(e._s(e.form.token))]),i("el-button",{staticClass:"le-view-guidelines",attrs:{type:"text"},on:{click:function(t){return e.copy("token")}}},[e._v("复制")])],1),i("div",{staticClass:"le-deploy__item flex align-center"},[i("span",{staticClass:"le-item__label"},[e._v("消息加解密密钥"),i("br"),e._v("(EncodingAESKey)")]),i("span",{staticClass:"le-item__value",attrs:{id:"key"}},[e._v(e._s(e.form.encodingAesKey))]),i("el-button",{staticClass:"le-view-guidelines",attrs:{type:"text"},on:{click:function(t){return e.copy("key")}}},[e._v("复制")])],1)])],1)]),i("div",{staticClass:"le-cardpin"},[i("el-button",[e._v("取消")]),1===e.step?i("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.setStep(2)}}},[e._v("下一步")]):e._e(),2===e.step?[i("el-button",{on:{click:function(t){return e.setStep(1)}}},[e._v("上一步")]),i("el-button",{attrs:{type:"primary"},on:{click:e.save}},[e._v("保存")])]:e._e()],2)],1)},Ol=[],Al={name:"manualBinding",data:function(){return{title:"",platform:"",form:{type:"",name:"",AppID:"",AppSecret:"",file_name:"",token:"",encodingAesKey:"",url:""},rules:{name:[{required:!0,message:"请输入公众号名称",trigger:"blur"}],type:[{required:!0,message:"请选择公众号类型",trigger:"change"}],appId:[{required:!0,message:"请输入AppID",trigger:"blur"}],appSecret:[{required:!0,message:"请输入AppSecret",trigger:"blur"}]},typeList:[{label:"订阅号",value:10},{label:"认证订阅号",value:11},{label:"服务号",value:20},{label:"认证服务号/认证政府订阅号/认证媒体订阅号",value:21}],step:1}},mounted:function(){var e=this.$getQueryVariable("platform");switch(this.platform=e,e){case"applets":this.title="绑定小程序";break;case"wechat":this.title="绑定公众号";break}this.getConfig()},methods:{getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.apply.wechat,e.form.file_name=""})).catch((function(t){e.$message.error(t.data.message)}))},setStep:function(e){this.step=e},save:function(){var e=this,t={type:this.form.type,name:this.form.name,AppID:this.form.AppID,AppSecret:this.form.AppSecret,token:this.form.token,encodingAesKey:this.form.encodingAesKey};this.$heshop.appconfig("post",{behavior:"save",key:"apply_wechat"},t).then((function(t){e.$notify({title:"保存成功",message:"公众号手动绑定成功。",type:"success"}),e.$refs.upload.submit()})).catch((function(t){console.error(t),e.$message.error(t.data.message)}))},handleChange:function(e){this.form.file_name=e.name,this.$forceUpdate()},upload:function(e){var t=new FormData;t.append("file",e.file),this.$heshop.file(t,{behavior:"upload"}).then((function(){})).catch((function(e){console.error("数据出出力",e)}))},copy:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"innerText",i=null;if(t){if(i=document.createElement("div"),i.id="tempTarget",i.style.opacity="0",e){var a=document.querySelector("#"+e);i.innerText=a[t]}else i.innerText=t;document.body.appendChild(i)}else i=document.querySelector("#"+e);try{var n=document.createRange();n.selectNode(i),window.getSelection().removeAllRanges(),window.getSelection().addRange(n),document.execCommand("copy"),window.getSelection().removeAllRanges()}catch(s){console.error("复制失败")}t&&i.parentElement.removeChild(i)}}},jl=Al,Dl=(i("adbd"),Object(h["a"])(jl,$l,Ol,!1,null,"928bcf08",null)),Ll=Dl.exports,El=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},Il=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter upload-guide"},[a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("1. 登录微信公众平台,进入公众号设置-功能设置")])]),a("div",{staticClass:"le-item__body le-item__body-1"},[a("img",{attrs:{src:i("173f"),alt:""}})])]),a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("2. 点击以下任意一个“设置”")])]),a("div",{staticClass:"le-item__body le-item__body-2"},[a("img",{attrs:{src:i("9244"),alt:""}})])]),a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("3. 下载”验证文件“")])]),a("div",{staticClass:"le-item__body"},[a("img",{attrs:{src:i("120f"),alt:""}})])])])}],Nl={name:"upload-guide",methods:{affirm:function(e){var t=e.handleClose;t()}}},Pl=Nl,Tl=(i("43d8"),Object(h["a"])(Pl,El,Il,!1,null,"14946f18",null)),zl=Tl.exports,Rl=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},Fl=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"le-prompt"},[e._v(" 提示:请先完成以下步骤,再保存此处的公众号设置 ")]),a("div",{staticClass:"le-matter upload-guide"},[a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("1. 复制配置信息")])]),a("div",{staticClass:"le-item__body le-item__body-1"},[a("img",{attrs:{src:i("3012"),alt:""}})])]),a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("2. 登录微信公众平台,打开公众号的基础配置")])]),a("div",{staticClass:"le-item__body le-item__body-2"},[a("img",{attrs:{src:i("6d69"),alt:""}})])]),a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("3. 粘贴配置信息")])]),a("div",{staticClass:"le-item__body le-item__body-3"},[a("img",{attrs:{src:i("0b51"),alt:""}})])]),a("div",{staticClass:"le-item"},[a("div",{staticClass:"le-item__header"},[a("span",{staticClass:"le-sign"}),a("span",{staticClass:"le-text"},[e._v("4. 启用服务器配置")])]),a("div",{staticClass:"le-item__body le-item__body-4"},[a("img",{attrs:{src:i("1dfd"),alt:""}})])])])])}],Ml={name:"deploy-guide",methods:{affirm:function(e){var t=e.handleClose;t()}}},ql=Ml,Bl=(i("7912"),Object(h["a"])(ql,Rl,Fl,!1,null,"317a5089",null)),Vl=Bl.exports,Gl=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-qrcode"},[i("img",{attrs:{src:e.value,alt:"",id:"qrcode"}})])},Ul=[],Hl={name:"upload-qrcode",props:{value:{type:String}},methods:{affirm:function(e){this.downLoad();var t=e.handleClose;t()},downLoad:function(){var e=this;new xt.a(document.getElementById("qrcode"),{useCORS:!0}).then((function(t){var i=t.toDataURL();e.downloadFile(i,"二维码")}))},downloadFile:function(e,t){var i=function(e){for(var t=e.split(";base64,"),i=t[0].split(":")[1],a=window.atob(t[1]),n=a.length,s=new Uint8Array(n),r=0;r0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,i=e.filter((function(e){return!e.hidden}));return this.setmenuList({key:t.path,data:i}),i.length,!0},resolvePath:function(e){return sc(e)?e:sc(this.basePath)?this.basePath:nc.a.resolve(this.basePath,e)}})},$c=Sc,Oc=(i("7271"),Object(h["a"])($c,tc,ic,!1,null,null,null)),Ac=Oc.exports,jc={components:{MianbarItem:Ac},computed:{routes:function(){return this.$router.options.routes[0].children},activeMenu:function(){var e=this.$route,t=e.meta,i=e.path;return t.parentMenu?t.parentMenu:t.activeMenu?t.activeMenu:i}}},Dc=jc,Lc=Object(h["a"])(Dc,Zl,ec,!1,null,null,null),Ec=Lc.exports,Ic=Object(o["a"])("setting"),Nc=Ic.mapGetters,Pc={components:{MianBar:Ec},data:function(){return{visible:!1,isHiden:!1}},computed:Object(c["a"])({activeMenu:function(){var e=this.$route,t=e.meta,i=e.path;return t.activeMenu?t.activeMenu:i}},Nc({getStore:"getStore",version:"getVersion"})),methods:{handleClearCache:function(){var e=this;this.$heshop.clean("get").then((function(t){e.$message({message:"清除完成",type:"success"}),localStorage.removeItem("ndfWxbOhLIIHVZeR"),e.$store.dispatch("plugins/getPlugins")})).catch((function(t){console.error(":error",t),e.$message({message:"清除失败",type:"warning"})})),this.visible=!1},handleLogout:function(){var e=this;this.$heshop.logout().then((function(){e.$router.push({path:"/login/index"}).catch((function(e){console.error("路由跳转错误",e)})),location.reload()}))},resolvePath:function(e){return isExternal(e)?e:isExternal(this.basePath)?this.basePath:path.resolve(this.basePath,e)},router:function(){var e=this.$router.resolve({path:"/changelog"});window.open(e.href,"_blank")}}},Tc=Pc,zc=(i("890e"),Object(h["a"])(Tc,C,w,!1,null,"ac0dffbe",null)),Rc=zc.exports,Fc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-container",[i("el-aside",{staticClass:"apply-main__menus",attrs:{width:"96px"}},[i("Sidebar")],1),i("el-main",{staticClass:"apply-main__content le-main"},[i("el-scrollbar",{staticStyle:{height:"100%"}},[i("div",{staticStyle:{padding:"24px"}},[i("router-view")],1),i("div",{staticClass:"le-panel__footer"},[i("div",{staticClass:"le-link"},[i("span",[i("a",{attrs:{href:"https://www.leadshop.vip/",target:"_blank"}},[e._v("官网")])]),e._v("丨 "),i("span",[i("a",{attrs:{href:"https://www.leadshop.vip/forum",target:"_blank"}},[e._v("论坛")])]),e._v("丨 "),i("span",[i("a",{attrs:{href:"https://help.leadshop.vip/",target:"_blank"}},[e._v("文档")])])]),i("div",{staticClass:"le-copy",domProps:{innerHTML:e._s(e.copyright)}})])])],1)],1)},Mc=[],qc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-menu",{attrs:{"default-active":e.activeMenu,"unique-opened":!1,"collapse-transition":!1,mode:"vertical"}},e._l(e.routes,(function(e){return i("sidebar-item",{key:e.path,attrs:{item:e,"base-path":e.path}})})),1)},Bc=[],Vc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.item.hidden?e._e():i("div",{staticClass:"el-sidebar_item"},[!e.hasOneShowingChild(e.item.children,e.item)||e.onlyOneChild.children&&!e.onlyOneChild.noShowingChildren||e.item.alwaysShow?i("el-submenu",{ref:"subMenu",attrs:{index:e.resolvePath(e.item.path),"popper-append-to-body":""}},[i("template",{slot:"title"},[e.item.meta?i("item",{attrs:{icon:e.item.meta&&e.item.meta.icon,title:e.item.meta.title}}):e._e()],1),e._l(e.item.children,(function(t){return i("sidebar-item",{key:t.path,staticClass:"nest-menu",attrs:{"is-nest":!0,item:t,"base-path":e.resolvePath(t.path)}})}))],2):[e.onlyOneChild.meta?i("app-link",{attrs:{to:e.resolvePath(e.onlyOneChild.path)}},[i("el-menu-item",{class:{"submenu-title-noDropdown":!e.isNest},attrs:{index:e.resolvePath(e.onlyOneChild.path)}},[i("item",{attrs:{icon:e.onlyOneChild.meta.icon||e.item.meta&&e.item.meta.icon,title:e.onlyOneChild.meta.title}})],1)],1):e._e()]],2)},Gc=[],Uc={name:"SidebarItem",components:{Item:vc,AppLink:kc},mixins:[xc],props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data:function(){return this.onlyOneChild=null,{}},methods:{hasOneShowingChild:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=arguments.length>1?arguments[1]:void 0,a=t.filter((function(t){return!t.hidden&&(e.onlyOneChild=t,!0)}));return 1===a.length||0===a.length&&(this.onlyOneChild=Object(c["a"])(Object(c["a"])({},i),{},{path:"",noShowingChildren:!0}),!0)},resolvePath:function(e){return sc(e)?e:sc(this.basePath)?this.basePath:nc.a.resolve(this.basePath,e)}}},Hc=Uc,Jc=Object(h["a"])(Hc,Vc,Gc,!1,null,null,null),Qc=Jc.exports,Kc=Object(o["a"])("menus"),Wc=Kc.mapState,Yc={components:{SidebarItem:Qc},computed:Object(c["a"])(Object(c["a"])({},Wc(["menuList"])),{},{routes:function(){var e=this.$route,t=e.meta;e.path;return this.menuList[t.parentMenu]},activeMenu:function(){var e=this.$route,t=e.meta,i=e.path;return t.activeMenu?t.activeMenu:i}})},Xc=Yc,Zc=Object(h["a"])(Xc,qc,Bc,!1,null,null,null),eo=Zc.exports,to={components:{Sidebar:eo},computed:{copyright:function(){return this.HTMLDecode($_W.Copyright)}},methods:{HTMLDecode:function(e){var t=document.createElement("div");t.innerHTML=e;var i=t.innerText||t.textContent;return t=null,i}}},io=to,ao=(i("7ac8"),Object(h["a"])(io,Fc,Mc,!1,null,"a4678322",null)),no=ao.exports,so=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"layout"},[i("guide",{ref:"guide"}),i("el-container",[i("el-header",{attrs:{height:"64px"}},[i("div",{staticClass:"layout-logo"},[i("img",{attrs:{src:e.getStore.logo}})]),i("div",{staticClass:"layout-back"},[i("ul",[i("li",[i("router-link",{attrs:{to:{path:"/finish/index"}}},[i("i",{staticClass:"le-icon le-icon-arrow-left"}),e._v("返回 ")])],1),i("li",[e._v("|")]),i("li",[i("pagetitle",{ref:"pagetitle ",model:{value:e.pageInfo.title,callback:function(t){e.$set(e.pageInfo,"title",t)},expression:"pageInfo.title"}},[i("span",[e._v(e._s(e.getPageTitle(e.pageInfo.title))),i("i",{staticClass:"le-icon le-icon-editor"})])])],1)])]),i("div",{staticClass:"layout-event"},[i("el-button",{staticStyle:{margin:"0 10px"},attrs:{type:"primary",size:"medium"},on:{click:e.handlePageSave}},[e._v("保存")]),i("templateSelect",{attrs:{open:e.handleTplOpen},model:{value:e.pageInfo,callback:function(t){e.pageInfo=t},expression:"pageInfo"}},[i("el-button",{staticStyle:{margin:"0 10px"},attrs:{type:"text"}},[e._v("选择模板")])],1),i("el-popover",{ref:"popover",attrs:{placement:"bottom",width:"148",trigger:"click"}},[i("div",{staticClass:"layout-event-qrcode",staticStyle:{"text-align":"center"}},[i("img",{attrs:{src:e.qrcode.wechat.image,width:"100",height:"100"}}),i("p",{staticStyle:{"font-size":"12px"}},[e._v("手机扫描二维码预览")])])]),i("el-button",{directives:[{name:"popover",rawName:"v-popover:popover",arg:"popover"}],staticStyle:{margin:"0 10px"},attrs:{type:"text"}},[e._v("预览")]),i("el-button",{staticStyle:{margin:"0 10px"},attrs:{type:"text"},on:{click:e.handlePageSetting}},[e._v("设为首页")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.promote",value:{data:e.pageInfo,promoteType:"index"},expression:"{\n data: pageInfo,\n promoteType: 'index'\n }",modifiers:{promote:!0}}],staticStyle:{margin:"0 10px"},attrs:{module:"goods",title:"推广",hide_footer:!0,type:"text",width:"791"}},[e._v("推广 ")]),i("el-button",{staticStyle:{margin:"0 10px"},attrs:{type:"text"},on:{click:e.handleGuide}},[i("i",{staticClass:"le-icon le-icon-zhiyin",staticStyle:{"margin-right":"4px"}}),e._v("新手引导")])],1)]),i("el-main",[i("div",{staticClass:"layout-tool"},[i("el-scrollbar",{style:e.scrollHeight},[i("el-collapse",{attrs:{value:["basics","advanced","sales","other","marketing"]}},e._l(e.panels,(function(t,a){return i("el-collapse-item",{key:a,attrs:{name:a}},[i("template",{slot:"title"},[i("i",{staticClass:"le-icon le-icon-arrow"}),i("span",[e._v(e._s(t.title))])]),i("ul",{staticClass:"fm-collapse-tool"},[e._l(t.children,(function(t,a){return[("task"==t.name&&e.$manifest("task","status"),i("li",{key:a,staticClass:"widget",attrs:{draggable:!0,"data-type":"module",id:"视频"==t.title?"guide001":""},on:{dragstart:function(i){return e.dragStart(t)},dragend:e.dragEnd}},[i("img",{staticClass:"widget-icon",attrs:{src:t.icon}}),i("span",[e._v(e._s(t.title))])])),i("div",{staticClass:"clears"})]}))],2)],2)})),1)],1)],1),i("div",{staticClass:"layout-body"},[i("el-scrollbar",{ref:"scrollbar",style:e.scrollHeight},[i("div",{staticClass:"layout-phone"},[i("div",{staticClass:"layout-phone-header",on:{click:e.handlePageName}},[i("div",{staticClass:"layout-phone-title"},[e._v(" "+e._s(e.pageInfo.name||"微页面")+" ")])]),i("div",{staticClass:"layout-phone-body",style:{background:e.pageInfo.background},attrs:{id:"guide002"}},[i("router-view")],1)])]),e.is_totop?i("div",{staticClass:"layout-totop",on:{click:e.handleTotop}},[i("i",{staticClass:"le-icon le-icon-placed-top"})]):e._e(),i("div",{staticClass:"layout-package",class:{active:-2==e.index},on:{click:e.handlePackage}},[i("i",{staticClass:"le-icon le-icon-container"}),e._v(" 组件管理 ")]),i("div",{staticClass:"layout-setpage",class:{active:-1==e.index},on:{click:e.handlePageName}},[i("i",{staticClass:"le-icon le-icon-setup"}),e._v(" 页面设置 ")])],1),e.is_lock?e._e():i("div",{staticClass:"layout-attribute",attrs:{id:"guide004"}},[e.index>=0?i("el-scrollbar",{style:e.scrollHeight},[e.modules[e.attribute]?i(e.modules[e.attribute].attribute,{tag:"component"}):e._e()],1):e._e(),-1==e.index?i("el-scrollbar",{style:e.scrollHeight},[i("pageAttribute",{model:{value:e.pageInfo,callback:function(t){e.pageInfo=t},expression:"pageInfo"}})],1):e._e(),-2==e.index?i("el-scrollbar",{style:e.scrollHeight},[i("packageAttribute")],1):e._e()],1)])],1)],1)},ro=[],lo={basics:{title:"图文类",children:[{name:"search",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/search-icon.png",title:"搜索框",content:{style:1,text:""},facade:{border_style:1,text_align:"left",background_color:"#f7f7f7",border_color:"#FFFFFF",icon_color:"#999999",text_color:"#999999",high_style:20}},{name:"title",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/title-icon.png",title:"标题栏",content:{style:1,title:"主标题",subtitle:"子标题",is_more:!0,moretitle:"查看更多",morelink:{}},facade:{title_color:"#333333",title_font_size:14,subtitle_color:"#999999",subtitle_font_size:12,more_color:"#999999",margin:20,background_color:"#F5F5F5"}},{name:"banner",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/banner-icon.png",title:"轮播图",content:[],facade:{chamfer_style:1,indicator_style:1,indicator_align:"left",indicator_color:"#f5212d"}},{name:"navigation",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/navigation-icon.png",title:"图文导航",content:{style:1,data:[{url:"",title:"导航一",link:{}},{url:"",title:"导航二",link:{}},{url:"",title:"导航三",link:{}},{url:"",title:"导航四",link:{}}]},facade:{nav_style:1,nav_line:2,nav_line_mun:4,active_color:"#f5212d",indicator_style:1,background_color:"#FFFFFF",text_color:"#333333"}},{name:"rubik",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/rubik-icon.png",title:"图片魔方",content:{style:1,density:4,data:[{url:"",link:""}]},facade:{}},{name:"video",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/video-icon.png",title:"视频",content:{video:{},cover:"",autoplay:!1,loop:!0,source:0,address:""},facade:{}},{name:"tabs",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/tabs-icon.png",title:"选项卡",content:{data:[{title:"名称",type:1,goods:[],group:{}}],is_title:!0,is_price:!0,is_button:!0},facade:{list_style:2,card_style:1,chamfer_style:0,margin:10,padding:10,background_color:"#F5F5F5"}},{name:"notice",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/notice-icon.png",title:"公告",content:{title:"",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/notice-img.png"},facade:{title_color:"#f58e20",speed:80,background_color:"#fff5e1"}}]},advanced:{title:"商品类",children:[{name:"goods",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/goods-icon.png",title:"商品",content:{type:1,goods:[],group:{id:0,name:"",limit:20},is_title:!0,is_price:!0,is_button:!0},facade:{list_style:3,card_style:1,chamfer_style:0,margin:30,padding:20},background_color:"#F5F5F5"}]},marketing:{title:"营销类",children:[{name:"coupon",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/coupon-icon.png",title:"优惠券",content:{style:1,switch:1,autoplay:0,number:"",data:[]},facade:{list_style:1,background_color:"#fff5e1",title_color:"#ff830b"}},{name:"task",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/task-icon.png",title:"任务中心",content:{task:{},icon:"",title:"去攒积分",type:1,goods:[],auto:20,is_title:!0,is_price:!0,is_button:!0},facade:{title_background:"#ffb525",title_color:"#ffffff",content_background:"#ffffff",content_color:"#666666",button_background:"#ffb525",button_color:"#ffffff",list_style:3,card_style:1,chamfer_style:0,margin:12,padding:12}},{name:"wechatLive",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/wechat-live-icon.png",title:"微信直播",content:{number:1,isShowGoods:!0,more:{isShow:!0,text:"更多直播",color:"#999999"}},facade:{list_style:1,background_color:"#f5f5f5",title_color:"#ff830b",cardSpacing:12,leftRightMargins:12}}]},sales:{title:"辅助类",children:[{name:"blank",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/blank-icon.png",title:"辅助空白",content:{},facade:{height:10,background_color:"#FFFFFF"}},{name:"separate",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/separate-icon.png",title:"辅助线",content:{style:"solid"},facade:{margin:10,fill_color:"#bebebe"}}]},other:{title:"其他",children:[{name:"wechat",icon:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/pageicon/wechat-icon.png",title:"微信公众号",content:{},facade:{line_style:"",line_color:"",high_style:20}}]}},co=lo,oo=i("188b"),uo=i("d8df"),po=i("51f9"),mo=i("2638"),ho=i.n(mo),vo={props:{value:{type:String,default:""},confirmButtonText:{type:String,default:"确认"},cancelButtonText:{type:String,default:"取消"},width:{type:String,default:"344px"}},data:function(){return{visible:!1,cacheData:"",is_error:!1,msg:"此名称已被占用,请重新输入"}},computed:{pageInfo:function(){return this.$store.state.finish.pageInfo},name:{get:function(){return this.value&&13==Number(this.value.length)?"默认微页面"+this.pageInfo.id:this.value},set:function(e){this.$emit("input",e)}}},methods:{handleDialog:function(){this.cacheData=this.value,this.visible=!0},handleConfirm:function(){var e=this;if(!this.value)return this.msg="微页面名称不能为空",void(this.is_error=!0);this.$heshop.pages("PUT",{behavior:"check_title",id:this.pageInfo.id},{title:this.name}).then((function(t){e.is_error=t,e.msg="此名称已被占用,请重新输入",t||(e.visible=!1)})).catch((function(e){console.error("错误提示",e)}))},handleCancel:function(){this.visible=!1,this.$emit("cancel")}},render:function(e){var t=this,i=this.handleConfirm,a=this.handleDialog,n=this.handleCancel,s=this.confirmButtonText,r=this.cancelButtonText,l=this.is_error,c={props:{title:"微页面名称",visible:this.visible,width:this.width,center:!0,top:"15%","append-to-body":!0,"modal-append-to-body":!1,"before-close":n}},o={props:{size:"small",maxlength:8,placeholder:"请输入页面名称"}},d=this.$slots.trigger||this.$slots.default;return e("div",{class:"pagetitle"},[e("span",{on:{click:a}},[d]),e("el-dialog",ho()([{},c]),[name,e("el-input",ho()([{attrs:{type:"text"}},o,{attrs:{"show-word-limit":!0},model:{value:t.name,callback:function(e){t.name=e}}}])),l?e("span",{class:"pagetitle_error"},[this.msg]):"",e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:n}},[r]),e("el-button",{attrs:{type:"primary"},on:{click:i}},[s])])])])}},fo=vo,_o=(i("aaad"),Object(h["a"])(fo,cc,oc,!1,null,"20080033",null)),go=_o.exports,bo=i("98fa"),yo=i("4600"),ko=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("control",{attrs:{title:"组件管理",is_tab:!1}},[i("div",{staticClass:"control-item-title"},[e._v("组件排序 "),i("span",{staticStyle:{color:"#623CEB","font-size":"12px",float:"right",cursor:"pointer"},on:{click:e.handleEmpty}},[e._v("清除全部组件")])]),i("draggable",{staticClass:"dragrank",attrs:{chosenClass:"chosen",forceFallback:"true",group:"people",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.pages,callback:function(t){e.pages=t},expression:"pages"}},[i("transition-group",[e._l(e.pages,(function(t,a){return[i("label",{key:"kd"+a,staticClass:"dragrank-item"},[i("div",{staticClass:"dragrank-item-title"},[i("span",[e._v(e._s(t.title))]),i("i",{staticClass:"le-icon le-icon-trash dragrank-item-del",on:{click:function(t){return t.stopPropagation(),e.handleDelete(a)}}})]),i("i",{staticClass:"le-icon le-icon-tuoye dragrank-item-move",on:{click:function(t){return t.stopPropagation(),e.onStart(t)}}})])]}))],2)],1)],1)},xo=[],Co=i("db33"),wo=i("b76a"),So=i.n(wo),$o={components:{draggable:So.a,control:Co["a"]},props:{value:""},computed:{pages:{get:function(){for(var e in this.$store.state.finish.pages);return this.$store.state.finish.pages},set:function(e){this.$store.commit("finish/setPagesData",e)}}},methods:{handleDelete:function(e){e===this.select&&(this.select=0),this.pages.splice(e,1)},onStart:function(){this.drag=!0},onEnd:function(){this.drag=!1},handleEmpty:function(){this.pages=[]}}},Oo=$o,Ao=(i("dc06"),Object(h["a"])(Oo,ko,xo,!1,null,"1bf46172",null)),jo=Ao.exports,Do=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.is_close?e._e():i("div",{staticClass:"guide",on:{click:e.toStep}},[e._l(e.masks,(function(t,a){return e.step===a?i("div",{key:a},[i("div",{staticClass:"guide-mask",style:{top:e.position.top,left:e.position.left,width:t.width,height:t.height}}),i("div",{staticClass:"guide-animation",style:{top:e.position.top,left:e.position.left}},[i("img",{attrs:{src:t.src}})])]):e._e()})),i("div",{staticClass:"guide-step"},[i("img",{attrs:{src:e.guideNext},on:{click:function(t){return t.stopPropagation(),e.toStep(t)}}}),i("p",{on:{click:function(t){return t.stopPropagation(),e.toStop(t)}}},[e._v("跳过引导")])])],2)},Lo=[],Eo=i("2ffa"),Io={data:function(){return{is_close:!0,pagesData:[],step:0,ctx:"",position:{top:"223px",left:"205px",width:"87px",height:"92px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide001.png"},masks:[{id:"guide001",index:-9,top:"223px",left:"205px",width:"87px",height:"92px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide001.png"},{id:"guide002",index:-9,top:"223px",left:"205px",width:"0",height:"0",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide002.png",offsetX:-87,offsetY:0},{id:"guide003",index:1,top:"223px",left:"205px",width:"60px",height:"52px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide003.png",offsetX:-13,offsetY:-10},{id:"guide004",index:-2,top:"223px",left:"205px",width:"370px",height:"210px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide004.png",offsetX:13,offsetY:13},{id:"guide003",index:1,top:"223px",left:"205px",width:"48px",height:"35px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide005.png",offsetX:-5,offsetY:35},{id:"guide003",index:1,top:"223px",left:"205px",width:"48px",height:"80px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide006.png",offsetX:-5,offsetY:72},{id:"guide004",index:-2,top:"223px",left:"205px",width:"370px",height:"210px",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide007.png",offsetX:13,offsetY:13}]}},inject:["self"],computed:{width:function(){return document.body.offsetWidth},height:function(){return document.body.offsetHeight},guideNext:function(){return this.step<6?"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide-next.png":"http://qmxq.oss-cn-hangzhou.aliyuncs.com/guide/guide-end.png"}},created:function(){},watch:{},mounted:function(){var e=window.localStorage.getItem("is_guide");e||this.onSetPage()},methods:{onSetPage:function(){var e=this;this.is_close=!1;var t=document.getElementById("guide002");t.children[0].style.display="none",setTimeout((function(){e.pagesData=JSON.parse(JSON.stringify(e.$store.state.finish.pages)),e.$nextTick((function(){e.$store.commit("finish/setPagesData",Eo)}))}),1e3),this.setPosition()},toStep:function(){var e=this;if(1==this.step){var t=document.getElementById("guide002");t.children[0].style.display="block"}this.step<6?(this.step++,this.setPosition()):(setTimeout((function(){e.$nextTick((function(){e.$store.commit("finish/setPagesData",e.pagesData)}))}),300),this.is_close=!0,window.localStorage.setItem("is_guide",1e3))},toStop:function(){var e=this;setTimeout((function(){e.$nextTick((function(){e.$store.commit("finish/setPagesData",e.pagesData),document.getElementById("min-page").style.display="block"}))}),300),this.is_close=!0,window.localStorage.setItem("is_guide",1e3)},setPosition:function(e){var t=this,i=this.masks[this.step],a=i.id,n=i.index;-9!==n&&this.$store.commit("finish/setIndex",n),this.$nextTick((function(){var e=document.getElementById(a),n=e.getBoundingClientRect();t.position.top=n.y+i.offsetY+"px",t.position.left=n.x+i.offsetX+"px"}))}}},No=Io,Po=(i("cad8"),Object(h["a"])(No,Do,Lo,!1,null,"293530ef",null)),To=Po.exports,zo=Object(o["a"])("setting"),Ro=zo.mapGetters,Fo={provide:function(){return{self:this}},components:{popconfirm:uo["a"],promotion:po["a"],pagetitle:go,pageAttribute:yo["a"],packageAttribute:jo,templateSelect:bo["a"],guide:To},data:function(){return{panels:co,modules:oo["a"],is_totop:!1,fullHeight:document.documentElement.clientHeight,qrcode:{wechat:{}}}},mounted:function(){var e=this,t=this.$getQueryVariable("id"),i=this;window.onresize=function(){return function(){window.fullHeight=document.documentElement.clientHeight,i.fullHeight=window.fullHeight}()},this.scrollbar=this.$refs.scrollbar,this.scrollbar.$el.firstChild.addEventListener("scroll",(function(t){e.is_totop=t.target.scrollTop>300})),this.$heshop.qrcode("post",{page:"pages/index/index",id:t}).then((function(t){e.qrcode=t})).catch((function(e){console.error(e)}))},computed:Object(c["a"])(Object(c["a"])({},Ro({getStore:"getStore",version:"getVersion"})),{},{scrollHeight:function(){return{height:parseInt(this.fullHeight)-65+"px"}},pageInfo:function(){return this.$store.state.finish.pageInfo},index:function(){return this.$store.state.finish.index},attribute:function(){return this.$store.getters.attribute},is_attribute:function(){return this.$store.state.finish.pages.length>0},is_lock:function(){return this.$store.state.finish.is_lock}}),methods:{handleTplOpen:function(e){var t=this;return new Promise((function(e,i){t.$confirm("选择新模板后,当前页面内容将被替换且不被保存, 请确认是否需要手动保存。","提示",{confirmButtonText:"继续选择模板",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e(!0)})).catch((function(){e(!1)}))}))},handleTotop:function(){this.scrollbar.$el.firstChild.scrollTop=0},handleGuide:function(){window.localStorage.setItem("is_guide",0),this.$refs.guide.is_close=!1,this.$refs.guide.onSetPage()},getPageTitle:function(e){return e&&13===Number(e.length)?"默认微页面"+this.pageInfo.id:e||"默认微页面"},handlePageName:function(){this.$store.commit("finish/setIndex",-1)},handlePackage:function(){this.$store.commit("finish/setIndex",-2)},handlePageSave:function(){var e=this,t=(document.getElementById("min-page"),this.$loading({lock:!0,text:"保存中……",spinner:"el-icon-loading"}));"默认微页"!==this.pageInfo.title&&this.actionPageSave().then((function(){t.close(),e.$message({title:"成功",message:"保存成功",type:"success"})})).catch((function(e){t.close(),console.error("错误信息",e)}))},actionPageSave:function(){var e=this;return new Promise((function(t,i){var a=e.$store.state.finish.pages,n=0;for(var s in a){var r=a[s];if("search"==r.name&&n++,n>1)return e.$message({message:"微页面仅允许添加一个搜索框组件,请删减!",type:"error"}),void i(!1)}if(n>1)return e.$message({message:"微页面仅允许添加一个搜索框组件,请删减!",type:"error"}),void i(!1);e.pageInfo.content=JSON.stringify(e.$store.state.finish.pages),e.$heshop.pages("put",e.pageInfo).then((function(){t(!0)})).catch((function(){i(!1)}))}))},downloadFile:function(e,t){var i=function(e){for(var t=e.split(";base64,"),i=t[0].split(":")[1],a=window.atob(t[1]),n=a.length,s=new Uint8Array(n),r=0;r0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,i=e.filter((function(e){return!e.hidden}));return this.setmenuList({key:t.path,data:i}),i.length,!0},resolvePath:function(e){return sc(e)?e:sc(this.basePath)?this.basePath:nc.a.resolve(this.basePath,e)}})},nd=ad,sd=(i("815e"),Object(h["a"])(nd,Zo,ed,!1,null,null,null)),rd=sd.exports,ld={components:{menusItem:rd},computed:{routes:function(){return fd.children},activeMenu:function(){var e=this.$route,t=e.meta,i=e.path;return t.extendMenu?t.extendMenu:i}}},cd=ld,od=(i("edeb"),Object(h["a"])(cd,Yo,Xo,!1,null,null,null)),dd=od.exports,ud=dd,pd={components:{"task-menus":ud},data:function(){return{activeIndex:""}},computed:{status:function(){return this.$manifest("task","status")},activeMenu:function(){var e=this.$route,t=e.meta;e.path;return t.title?t.title:""},toPath:function(){return route.path}},created:function(){},watch:{},mounted:function(){},methods:{}},md=pd,hd=(i("6c03"),Object(h["a"])(md,Ko,Wo,!1,null,"7aca5616",null)),vd=hd.exports,fd={version:"1.0.0",path:"/plugins/details",component:vd,hidden:!0,name:"task",meta:{title:"积分商城",parentMenu:"/plugins/plugins"},children:[{path:"/plugins/task/index",component:function(){return i.e("chunk-5e2aad85").then(i.bind(null,"98a0"))},meta:{title:"积分商品",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins"}},{path:"/plugins/task/add",component:function(){return i.e("chunk-62ffc749").then(i.bind(null,"d2df"))},hidden:!0,meta:{title:"添加商品",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins",extendMenu:"/plugins/task/index"}},{path:"/plugins/task/edit",component:function(){return i.e("chunk-14616a2b").then(i.bind(null,"d6c8"))},hidden:!0,meta:{title:"编辑商品",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins",extendMenu:"/plugins/task/index"}},{path:"/plugins/task/order",component:function(){return i.e("chunk-632ea3de").then(i.bind(null,"943e"))},meta:{title:"兑换记录",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins"}},{path:"/plugins/task/record",component:function(){return i.e("chunk-7caa660b").then(i.bind(null,"bd6b"))},meta:{title:"积分收支",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins"}},{path:"/plugins/task/setting",component:function(){return i.e("chunk-68fbc556").then(i.bind(null,"27a8"))},meta:{title:"基础设置",keepAlive:!1,activeMenu:"/plugins/tools",parentMenu:"/plugins/plugins"}}]},_d={render:function(e){var t=this;return e("div",{class:"leadshop"},[function(){return t.$route.meta.keepAlive?e("keep-alive",null,[e("router-view")]):e("router-view")}()])}},gd=_d,bd=(i("015d"),Object(h["a"])(gd,dc,uc,!1,null,null,null)),yd=bd.exports,kd={version:"1.0.0",path:"/features/details",component:yd,hidden:!0,name:"coupon",meta:{title:"优惠券",parentMenu:"/plugins/plugins"},children:[{path:"/features/coupon/index",component:function(){return i.e("chunk-c8783366").then(i.bind(null,"07e8"))},hidden:!0,meta:{keepAlive:!0,title:"优惠券",activeMenu:"/plugins/features",parentMenu:"/plugins/plugins"}},{path:"/features/coupon/detail",component:function(){return i.e("chunk-d746bea6").then(i.bind(null,"a421"))},hidden:!0,meta:{hidden:!0,title:"优惠券",parentMenu:"/plugins/plugins",activeMenu:"/plugins/features"}},{path:"/features/coupon/success",component:function(){return i.e("chunk-7565be86").then(i.bind(null,"3dd1"))},hidden:!0,meta:{hidden:!0,title:"优惠券新建成功",parentMenu:"/plugins/plugins",activeMenu:"/plugins/features"}},{path:"/features/coupon/send",component:function(){return i.e("chunk-66923e50").then(i.bind(null,"2ce7"))},hidden:!0,meta:{hidden:!0,title:"发放优惠券",parentMenu:"/plugins/plugins",activeMenu:"/plugins/features"}}]},xd=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"layoutA"},[i("div",{staticClass:"layoutA-header"},[i("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",[i("he-link",{attrs:{href:"plugins/practical"}},[e._v("实用工具")])],1),i("el-breadcrumb-item",[e._v("小程序直播")]),e.activeMenu?i("el-breadcrumb-item",[e._v(e._s(e.activeMenu))]):e._e()],1)],1),i("div",[i("layout-menus")],1),i("keep-alive",[e.$route.meta.keepAlive?i("router-view"):e._e()],1),e.$route.meta.keepAlive?e._e():i("router-view")],1)},Cd=[],wd=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-menu",{staticClass:"task-menus",attrs:{"default-active":e.activeMenu,"unique-opened":!1,"collapse-transition":!1,mode:"vertical"}},e._l(e.routes,(function(e){return i("menus-item",{key:e.path,attrs:{item:e,"base-path":e.path}})})),1)},Sd=[],$d=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.item.hidden?e._e():i("div",{staticClass:"le-sidebar-item"},[e.hasOneShowingChild(e.item.children,e.item)&&!e.item.alwaysShow?[e.item.meta?i("app-link",{attrs:{to:e.resolvePath(e.item.path)}},[i("el-menu-item",{class:{"submenu-title-noDropdown":!e.isNest},attrs:{index:e.resolvePath(e.item.path)}},[i("item",{attrs:{icon:e.item.meta.icon||e.item.meta&&e.item.meta.icon,title:e.item.meta.title}})],1)],1):e._e()]:e._e()],2)},Od=[],Ad=Object(o["a"])("menus"),jd=Ad.mapMutations,Dd={name:"SidebarItem",components:{Item:vc,AppLink:kc},mixins:[xc],props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data:function(){return this.onlyOneChild=null,{}},methods:Object(c["a"])(Object(c["a"])({},jd(["setmenuList"])),{},{hasOneShowingChild:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,i=e.filter((function(e){return!e.hidden}));return this.setmenuList({key:t.path,data:i}),i.length,!0},resolvePath:function(e){return console.log(e),sc(e)?e:sc(this.basePath)?this.basePath:nc.a.resolve(this.basePath,e)}})},Ld=Dd,Ed=(i("33e4"),Object(h["a"])(Ld,$d,Od,!1,null,null,null)),Id=Ed.exports,Nd={components:{menusItem:Id},computed:{routes:function(){return Vd.children.filter((function(e){return!e.meta.hidden}))},activeMenu:function(){var e=this.$route,t=e.meta,i=e.path;return t.extendMenu?t.extendMenu:i}}},Pd=Nd,Td=(i("56f6"),Object(h["a"])(Pd,wd,Sd,!1,null,null,null)),zd=Td.exports,Rd=zd,Fd={components:{"layout-menus":Rd},data:function(){return{activeIndex:""}},computed:{activeMenu:function(){var e=this.$route,t=e.meta,i=e.query;return i.roomid?"编辑直播间":i.goodsId?"编辑直播商品":t.title?t.title:""}},created:function(){},watch:{},mounted:function(){},methods:{}},Md=Fd,qd=(i("acfe"),Object(h["a"])(Md,xd,Cd,!1,null,"6d09c05e",null)),Bd=qd.exports,Vd={version:"1.0.0",path:"/plugins/details",component:Bd,hidden:!0,name:"integral",meta:{title:"小程序直播",parentMenu:"/plugins/plugins"},children:[{path:"/practical/live/index",component:function(){return i.e("chunk-584d8f5c").then(i.bind(null,"e0f1"))},name:"live-index",meta:{title:"直播间",keepAlive:!1,activeMenu:"/plugins/practical",parentMenu:"/plugins/plugins",hidden:!1}},{path:"/practical/live/liveGoods",name:"live-demo",component:function(){return i.e("chunk-272d2bba").then(i.bind(null,"1269"))},meta:{title:"直播商品",keepAlive:!1,activeMenu:"/plugins/practical",parentMenu:"/plugins/plugins",hidden:!1}},{path:"/practical/live/createRoom",name:"live-create-room",component:function(){return i.e("chunk-1b1c8654").then(i.bind(null,"c1a6"))},meta:{title:"创建直播间",keepAlive:!1,activeMenu:"/plugins/practical",parentMenu:"/plugins/plugins",hidden:!0,extendMenu:"/practical/live/index",editor:"roomid"}},{path:"/practical/live/addGood",name:"live-create-room",component:function(){return i.e("chunk-766cf208").then(i.bind(null,"4a39"))},meta:{title:"添加商品",keepAlive:!1,activeMenu:"/plugins/practical",parentMenu:"/plugins/plugins",hidden:!0,extendMenu:"/practical/live/index"}},{path:"/practical/live/addLiveGood",name:"live-create-room",component:function(){return i.e("chunk-bc52a7a4").then(i.bind(null,"a0ce"))},meta:{title:"添加直播商品",keepAlive:!1,activeMenu:"/plugins/practical",parentMenu:"/plugins/plugins",hidden:!0,extendMenu:"/practical/live/liveGoods"}}]},Gd=[{path:"/",component:Rc,redirect:"/panel/index",name:"leadshop",children:[{path:"/panel/index",name:"panel",meta:{parentMenu:"/panel/index",title:"首页",index:"1"},component:function(){return Promise.resolve().then(i.bind(null,"e1cc"))}},{path:"/goods/goods",component:no,name:"goods",meta:{title:"商品",index:"2"},redirect:"/goods/index",children:[{path:"/goods/index",component:function(){return i.e("goods-index").then(i.bind(null,"e4df"))},name:"goods_index",meta:{keepAlive:!0,parentMenu:"/goods/goods",title:"商品管理",icon:"le-icon-goods-tube",index:"2-1"}},{path:"/goods/publish",component:function(){return i.e("goods-publish").then(i.bind(null,"e5bf"))},name:"goods_publish",meta:{keepAlive:!0,title:"发布商品",parentMenu:"/goods/goods",icon:"le-icon-share",index:"2-2"}},{path:"/goods/group",component:function(){return i.e("goods-group").then(i.bind(null,"4bf3"))},name:"goods_group",meta:{keepAlive:!0,title:"商品分类",parentMenu:"/goods/goods",icon:"le-icon-container",index:"2-3"}},{path:"/goods/groupTemplate",component:function(){return i.e("goods-groupTemplate").then(i.bind(null,"79ea"))},name:"goods_groupTemplate",meta:{keepAlive:!0,title:"规格模板",parentMenu:"/goods/goods",icon:"le-icon-shangpin-guige",index:"2-4"}},{path:"/gallery/gallery",component:function(){return Promise.resolve().then(i.bind(null,"5dcb"))},name:"goods_gallery",meta:{keepAlive:!0,title:"素材管理",parentMenu:"/goods/goods",icon:"le-icon-folder",index:"2-5"}},{path:"/goods/collect",component:x,meta:{title:"商品采集",parentMenu:"/goods/goods",icon:"le-icon-shangpin-caiji",index:"2-6"},children:[{path:"/setup/interfaceSet",component:function(){return i.e("chunk-6067b6aa").then(i.bind(null,"c3d4"))},name:"setup_interfaceSet",hidden:!1,meta:{keepAlive:!0,subset:!0,title:"接口设置",parentMenu:"/goods/goods"}},{path:"/goods/collect/edit",component:function(){return i.e("chunk-7bc857eb").then(i.bind(null,"2459"))},name:"goods_collect_edit",hidden:!1,meta:{subset:!0,title:"批量采集",parentMenu:"/goods/goods"}},{path:"/goods/collect/list",component:function(){return i.e("chunk-0243c119").then(i.bind(null,"5241"))},name:"goods_collect_list",hidden:!1,meta:{subset:!0,title:"采集记录",parentMenu:"/goods/goods"}}]},{path:"/goods/service",component:function(){return i.e("chunk-25fba388").then(i.bind(null,"4106"))},name:"goods_service",meta:{keepAlive:!0,title:"商品服务",parentMenu:"/goods/goods",icon:"le-icon-service",index:"2-7"}},{path:"/goods/groupPublish",component:function(){return i.e("chunk-5719e258").then(i.bind(null,"6d0e"))},name:"goods_groupPublish",hidden:!0,meta:{keepAlive:!0,title:"商品服务",parentMenu:"/goods/goods",icon:"le-icon-groupPublish",activeMenu:"/goods/group",index:"2-8"}},{path:"/goods/servicePublish",component:function(){return i.e("chunk-6022be36").then(i.bind(null,"d815"))},name:"goods_servicePublish",hidden:!0,meta:{keepAlive:!0,title:"商品服务",parentMenu:"/goods/goods",icon:"le-icon-servicePublish",activeMenu:"/goods/service",index:"2-8-1"}},{path:"/goods/goodsExportHistory",component:function(){return i.e("chunk-7dce4c5c").then(i.bind(null,"c5fc"))},name:"goods_goodsExportHistory",hidden:!0,meta:{activeMenu:"/goods/index",keepAlive:!0,title:"导出记录",parentMenu:"/goods/goods",icon:"le-icon-goodsExportHistory"}}]},{path:"/order/order",component:no,name:"order",meta:{title:"订单",index:"4"},redirect:"/order/index",children:[{path:"/order/index",component:function(){return Promise.resolve().then(i.bind(null,"ebc4"))},name:"order_index",meta:{keepAlive:!0,title:"订单管理",parentMenu:"/order/order",icon:"le-icon-orders",index:"4-1"}},{path:"/order/orderExportHistory",component:function(){return Promise.resolve().then(i.bind(null,"85cd"))},name:"order_orderExportHistory",hidden:!0,meta:{activeMenu:"/order/index",keepAlive:!0,title:"导出记录",parentMenu:"/order/order",icon:""}},{path:"/order/after",component:function(){return Promise.resolve().then(i.bind(null,"c366"))},name:"order_after",meta:{keepAlive:!0,title:"售后管理",parentMenu:"/order/order",icon:"le-icon-after-sales"}},{path:"/order/afterOrderExportHistory",component:function(){return Promise.resolve().then(i.bind(null,"ad16"))},name:"order_afterOrderExportHistory",hidden:!0,meta:{activeMenu:"/order/after",keepAlive:!0,title:"导出记录",parentMenu:"/order/order",icon:""}},{path:"/order/remark",component:function(){return Promise.resolve().then(i.bind(null,"2b65"))},name:"order_remark",meta:{keepAlive:!0,title:"评价管理",parentMenu:"/order/order",icon:"le-icon-star-gray"}},{path:"/order/bulkShipping",component:function(){return i.e("chunk-27c07812").then(i.bind(null,"1586"))},name:"order_bulkShipping",meta:{keepAlive:!0,title:"批量发货",parentMenu:"/order/order",icon:"le-icon-dingdan-piliangfahuo"}},{path:"/order/freightTemplate",component:x,meta:{keepAlive:!0,title:"配送管理",parentMenu:"/order/order",icon:"le-icon-distribution"},children:[{path:"/order/logisticsSettings",component:function(){return i.e("chunk-e3f332a4").then(i.bind(null,"b499"))},name:"order_logisticsSettings",hidden:!1,meta:{keepAlive:!0,subset:!0,title:"物流设置",parentMenu:"/order/order"}},{path:"/order/freightTemplate",component:function(){return Promise.resolve().then(i.bind(null,"f2a3"))},name:"order_freightTemplate",hidden:!1,meta:{keepAlive:!0,subset:!0,title:"运费模板",parentMenu:"/order/order"}},{path:"/order/shippingRules",component:function(){return Promise.resolve().then(i.bind(null,"8133"))},name:"order_shippingRules",hidden:!1,meta:{keepAlive:!0,subset:!0,title:"包邮规则",parentMenu:"/order/order"}}]},{path:"/order/afterDetail",component:function(){return Promise.resolve().then(i.bind(null,"de57"))},name:"order_afterDetail",hidden:!0,meta:{keepAlive:!0,title:"售后订单详情",parentMenu:"/order/order",activeMenu:"/order/after",icon:"le-icon-after-sales"}},{path:"/order/orderDetail",component:function(){return Promise.resolve().then(i.bind(null,"fb84"))},name:"order_orderDetail",hidden:!0,meta:{keepAlive:!0,title:"订单详情",parentMenu:"/order/order",activeMenu:"/order/index",icon:"le-icon-star-gray"}},{path:"/order/freightPublish",component:function(){return Promise.resolve().then(i.bind(null,"f10f"))},name:"order_freightPublish",hidden:!0,meta:{keepAlive:!0,title:"新建模板",parentMenu:"/order/order",activeMenu:"/order/freightTemplate",icon:"le-icon-star-gray"}},{path:"/order/shippingPublish",component:function(){return Promise.resolve().then(i.bind(null,"92c5"))},name:"order_shippingPublish",hidden:!0,meta:{keepAlive:!0,title:"新建规则",parentMenu:"/order/order",activeMenu:"/order/shippingRules",icon:"le-icon-star-gray"}}]},{path:"/users/users",component:no,name:"users",meta:{title:"用户"},redirect:"/users/index",children:[{path:"/users/index",component:function(){return Promise.resolve().then(i.bind(null,"201be"))},name:"users_index",meta:{keepAlive:!0,title:"用户管理",parentMenu:"/users/users",icon:"le-icon-user-manage"}},{path:"/users/userLabel",component:function(){return i.e("chunk-fe6dde0c").then(i.bind(null,"7b4d"))},name:"users_label",meta:{keepAlive:!0,title:"用户标签",parentMenu:"/users/users",icon:"le-icon-yonghu-biaoqian"}},{path:"/users/usersExportHistory",component:function(){return Promise.resolve().then(i.bind(null,"475e"))},name:"users_usersExportHistory",hidden:!0,meta:{keepAlive:!0,title:"导出记录",parentMenu:"/users/users",activeMenu:"/users/index",icon:""}},{path:"/users/userData",component:function(){return Promise.resolve().then(i.bind(null,"3520"))},name:"users_userData",hidden:!0,meta:{keepAlive:!0,title:"用户详情",parentMenu:"/users/users",activeMenu:"/users/index",hidden:!0,icon:"le-icon-user-manage"}},{path:"/users/editLabel",component:function(){return i.e("chunk-d2d26f44").then(i.bind(null,"3c0de"))},name:"users_editLabel",hidden:!0,meta:{keepAlive:!0,title:"用户详情",parentMenu:"/users/users",activeMenu:"/users/userLabel",hidden:!0,icon:"le-icon-user-manage"}}]},{path:"/store/store",component:no,name:"store",meta:{title:"店铺"},redirect:"/store/color",children:[{path:"/store/color",component:function(){return Promise.resolve().then(i.bind(null,"a56e"))},name:"store_themeColor",meta:{keepAlive:!0,title:"主题色",parentMenu:"/store/store",icon:"le-icon-zhutise"}},{path:"/store/index",component:function(){return Promise.resolve().then(i.bind(null,"1186"))},name:"store_index",meta:{keepAlive:!0,title:"店铺首页",parentMenu:"/store/store",icon:"le-icon-home"}},{path:"/finish/tabbar",component:function(){return i.e("chunk-179fabaa").then(i.bind(null,"d1d7"))},name:"finish_tabbar",meta:{keepAlive:!0,title:"底部导航",parentMenu:"/store/store",icon:"le-icon-bottom"}},{path:"/finish/index",component:function(){return i.e("chunk-d8eab670").then(i.bind(null,"dae8"))},name:"finish_index",meta:{keepAlive:!0,title:"微页面",parentMenu:"/store/store",icon:"le-icon-bottom"}},{path:"/finish/screen",component:function(){return i.e("chunk-a8984904").then(i.bind(null,"e4db"))},name:"finish_screen",meta:{keepAlive:!0,title:"开屏广告",parentMenu:"/store/store",icon:"le-icon-dianpu-kaipingguanggao"}}]},{path:"/channel/channel",component:no,name:"channel",meta:{title:"渠道"},redirect:"/channel/weChat-info",children:[{path:"/channel/weChat-info",component:x,meta:{keepAlive:!0,title:"公众号",parentMenu:"/channel/channel",icon:"le-icon-weixin2"},children:[{path:"/channel/weChat-info",component:function(){return i.e("chunk-57d03275").then(i.bind(null,"ecc1"))},meta:{title:"信息配置",parentMenu:"/channel/channel"}},{path:"/channel/weChat-pay",component:function(){return i.e("chunk-79e8f288").then(i.bind(null,"62ae"))},meta:{keepAlive:!0,title:"支付配置",parentMenu:"/channel/channel"}},{path:"/channel/weChat-deploy",component:function(){return i.e("chunk-2da85ee8").then(i.bind(null,"237d"))},hidden:!0,meta:{keepAlive:!0,title:"公众号",parentMenu:"/channel/channel"}}]},{path:"/channel/applets-info",component:x,meta:{keepAlive:!0,title:"小程序",parentMenu:"/channel/channel",icon:"le-icon-xiaochengxu"},children:[{path:"/channel/applets-info",component:function(){return i.e("chunk-e2481ba0").then(i.bind(null,"80bb"))},meta:{title:"信息配置",parentMenu:"/channel/channel"}},{path:"/channel/applets-pay",component:function(){return i.e("chunk-4da8933e").then(i.bind(null,"cc33"))},meta:{keepAlive:!0,title:"支付配置",parentMenu:"/channel/channel"}}]}]},{path:"/plugins/plugins",component:no,name:"plugins",meta:{title:"应用"},redirect:"/plugins/features",children:[{path:"/plugins/features",component:function(){return i.e("chunk-7ecc2127").then(i.bind(null,"dfaa"))},name:"setup_features",meta:{keepAlive:!0,title:"营销玩法",parentMenu:"/plugins/plugins",icon:"le-icon-yingyong-yingxiaowanfa"}},{path:"/plugins/tools",component:function(){return i.e("chunk-a4b68392").then(i.bind(null,"22ca"))},name:"plugins_tools",hidden:!1,meta:{keepAlive:!0,title:"用户维护",parentMenu:"/plugins/plugins",icon:"le-icon-setup"}},{path:"/plugins/practical",component:function(){return i.e("chunk-f25bb93e").then(i.bind(null,"ec75"))},name:"plugins_tools",meta:{keepAlive:!0,title:"实用工具",parentMenu:"/plugins/plugins",icon:"le-icon-after-sales"}},{path:"/plugins/details",component:function(){return i.e("chunk-31ebc028").then(i.bind(null,"5246"))},name:"plugins_tools",hidden:!0,meta:{keepAlive:!0,title:"详情",parentMenu:"/plugins/plugins",icon:"le-icon-setup",activeMenu:"/plugins/tools"}},Qo,fd,kd,Vd]},{path:"/setup/setup",component:no,name:"setup",meta:{title:"设置"},redirect:"/setup/index",children:[{path:"/setup/index",component:function(){return Promise.resolve().then(i.bind(null,"7fd7"))},name:"setup_index",meta:{keepAlive:!0,title:"基础设置",parentMenu:"/setup/setup",icon:"le-icon-setup"}},{path:"/setup/system",component:function(){return i.e("chunk-006d9953").then(i.bind(null,"0ef9"))},name:"setup_system",meta:{keepAlive:!0,title:"系统设置",parentMenu:"/setup/setup",icon:"le-icon-qudao-guanli"}},{path:"/setup/address",component:function(){return Promise.resolve().then(i.bind(null,"c15d"))},name:"setup_address",meta:{keepAlive:!0,title:"退货地址",parentMenu:"/setup/setup",icon:"le-icon-positioning"}},{path:"/setup/addressPublish",component:function(){return Promise.resolve().then(i.bind(null,"87c6"))},name:"setup_addressPublish",hidden:!0,meta:{keepAlive:!0,title:"新增地址",parentMenu:"/setup/setup",icon:"le-icon-addressPublish"}},{path:"/setup/smsRemind",component:x,name:"setup_smsRemind",meta:{keepAlive:!0,title:"消息提醒",parentMenu:"/setup/setup",icon:"le-icon-message"},children:[{path:"/setup/smsRemind",component:function(){return i.e("chunk-658cf40c").then(i.bind(null,"0d60"))},meta:{keepAlive:!0,title:"短信",parentMenu:"/setup/setup"}},{path:"/setup/appletsRemind",component:function(){return i.e("chunk-80ca18f4").then(i.bind(null,"dbc8"))},meta:{keepAlive:!0,title:"小程序",parentMenu:"/setup/setup"}},{path:"/setup/wechatRemind",component:function(){return i.e("chunk-a9d3ea84").then(i.bind(null,"afdd"))},meta:{keepAlive:!0,title:"公众号",parentMenu:"/setup/setup"}}]}]}]},{path:"/package",component:Bo,name:"package",meta:{title:"装修"},redirect:"/package/index",children:[{path:"/package/index",component:function(){return i.e("chunk-044bd706").then(i.bind(null,"3bd6"))},name:"package_index",meta:{title:"微页面",parentMenu:"package",icon:""}}]},{path:"/changelog",component:function(){return i.e("chunk-5ab13d10").then(i.bind(null,"3168"))}},{path:"/update",component:function(){return i.e("chunk-12a84aa2").then(i.bind(null,"5ee5"))}},{path:"/store/pagePreview",component:function(){return i.e("chunk-7125cdb5").then(i.bind(null,"19bc"))},meta:{title:"装修"}},{path:"/login/index",name:"login",meta:{title:"Login - 登录"},component:function(){return Promise.resolve().then(i.bind(null,"efcf"))}},{path:"/401",name:"error_401",component:function(){return i.e("error-401").then(i.bind(null,"71ee"))}},{path:"/500",name:"error_500",component:function(){return i.e("error-500").then(i.bind(null,"8396"))}},{path:"*",name:"error_404",component:function(){return i.e("error-404").then(i.bind(null,"f96a"))}}];s["default"].use(_["a"]);var Ud=new _["a"]({routes:Gd,base:"/",mode:"hash"});Ud.beforeEach((function(e,t,i){try{var a=[],n=Ud.app.$heshop,s=(n.AppAlias||n.AppName,"/login/index");a=n.AppConfig.whiteList||[];var r=localStorage.getItem("Authorization")||"";if(r)e.path==s?i("/"):i();else if(a.includes(e.name))i();else{var l="/";e.path!==s?(l=e.fullPath,i({path:s,query:{redirect:l}})):i()}}catch(c){console.error("err",c)}})),Ud.afterEach((function(e){}));var Hd,Jd=Ud,Qd={namespaced:!0,state:{userInfo:{},access_token:"",refresh_token:""},mutations:{login:function(e,t){console.log("执行登录数据",e,t),t?(e.is_login=!0,e.access_token=t.access_token||"",e.refresh_token=t.refresh_token||"",e.userInfo=t):(e.access_token=t.access_token||"",e.refresh_token="",e.is_login=!1,e.userInfo={})},logout:function(){}},actions:{}},Kd={namespaced:!0,state:{pageInfo:{},is_lock:!1,dragIndex:-1,position:"top",index:0,coms:null,pages:[]},mutations:{setPageInfo:function(e,t){e.pageInfo=t,e.index=0,e.dragIndex=-1},setLock:function(e,t){e.is_lock=t},setComs:function(e,t){e.coms=t},setIndex:function(e,t){e.index=t},setDragIndex:function(e,t){e.dragIndex=t},setDragPosition:function(e,t){e.position=t},setAttribute:function(e,t){var i=e.index;if(i>=0&&t){var a=t.key,n=t.value;e.pages[i][a]=JSON.parse(JSON.stringify(n))}},setPagesData:function(e,t){e.pages=t}},actions:{pushPagesComs:function(e){var t=e.state,i=t.dragIndex,a=t.coms,n=t.pages,s=t.position,r=JSON.parse(JSON.stringify(a)),l=JSON.parse(JSON.stringify(n));-2==i&&l.push(r),i>0&&("top"==s||i++,l.splice(i,0,r)),0===i&&("top"==s?l.unshift(r):(i++,l.splice(i,0,r))),-1==i&&(l.push(r),i=l.length-1),e.commit("setPagesData",l),e.commit("setIndex",i),e.commit("setComs","")}}},Wd={namespaced:!0,state:{dataInfo:{limit:24},groupInfo:{id:-1,name:"全部"},groupList:[],photoList:[],pageInfo:{size:15,total:0,current:1}},mutations:(Hd={setGroupInfo:function(e,t){e.dataInfo=t}},Object(O["a"])(Hd,"setGroupInfo",(function(e,t){e.groupInfo=t})),Object(O["a"])(Hd,"setGroupList",(function(e,t){e.groupList=t})),Object(O["a"])(Hd,"setPageInfo",(function(e,t){e.pageInfo=t})),Object(O["a"])(Hd,"setPhotoList",(function(e,t){e.photoList=t})),Hd),actions:{upadteGroupInfo:function(e,t){e.state;var i=e.commit;e.dispatch;i("setGroupInfo",t)},LoadGroupList:function(e){e.state;var t=e.commit,i=(e.dispatch,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0),a=this._vm,n=this._vm.$heshop;return new Promise((function(e,s){n.group("get",{include:"gallery",parent_id:i,type:1}).then((function(i){t("setGroupList",i),e(i)})).catch((function(e){a.$message({type:"error",message:"网络请求错误,请刷新"}),s(e)}))}))},InterGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=t.name,a=t.id,n=this._vm,s=this._vm.$heshop;return new Promise((function(e,t){s.group("post",{include:"gallery"},{name:i,type:1,parent_id:a||0,sort:5}).then((function(t){n.$message({type:"success",message:"添加成功"}),e(t)})).catch((function(e){e.data.message?n.$message({type:"error",message:e.data.message}):n.$message({type:"error",message:"创建失败"}),t(e)}))}))},DeleteGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=t.id,a=(t.type,this._vm),n=this._vm.$heshop;return new Promise((function(e,t){n.group("delete",i,{include:"gallery"}).then((function(t){a.$message({type:"success",message:"删除成功"}),e(t)})).catch((function(e){a.$message({type:"error",message:"此分组下有文件夹,不支持删除"}),t(e)}))}))},UpdateGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.group("put",{include:"gallery",id:parseInt(t.id)},{name:t.name}).then((function(t){i.$message({type:"success",message:"命名成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"修改失败"}),n(e)}))}))},LoadPhotoList:function(e,t){e.state;var i=e.commit,a=t.id,n=t.current,s=t.pageSize,r=this._vm,l=this._vm.$heshop,c=s||24,o=a||0;return new Promise((function(e,t){l.gallery("get",{group_id:parseInt(o)}).page(n,c).then((function(t){var a=parseInt(t.headers["x-pagination-per-page"]),n=parseInt(t.headers["x-pagination-total-count"]),s=parseInt(t.headers["x-pagination-current-page"]);i("setPageInfo",{size:a,total:n,current:s}),i("setPhotoList",t.data),e(t.data)})).catch((function(e){r.$message({type:"error",message:"网络请求错误,请刷新"}),t(e)}))}))},DeletePhotoList:function(e,t){e.state,e.commit;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.gallery("delete",t).then((function(t){i.$message({type:"success",message:"删除成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"删除失败"}),n(e)}))}))},MovePhotoList:function(e,t){e.state,e.commit,e.dispatch;var i=t.list,a=t.group_id,n=this._vm,s=this._vm.$heshop;return new Promise((function(e,t){s.gallery("put",{behavior:"setgroup",id:i},{group_id:a}).then((function(t){n.$message({type:"success",message:"移动成功"}),e(t)})).catch((function(e){n.$message({type:"error",message:"移动失败"}),t(e)}))}))},UpdatePhotoItem:function(e,t){e.state,e.commit;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.gallery("put",parseInt(t.id),{title:t.name}).then((function(t){i.$message({type:"success",message:"命名成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"命名失败,文件夹以存在"}),n(e)}))}))}}},Yd={namespaced:!0,state:{index:-1,classify:[],groups:[],pictures:[],classifyInfo:{},pageInfo:{size:15,total:0,current:1}},mutations:{setIndex:function(e,t){e.index=t},setClassify:function(e,t){e.classify=t},setGroups:function(e,t){e.groups=t},setClassifyInfo:function(e,t){e.classifyInfo=t},setPictures:function(e,t){e.pictures=t},setPageInfo:function(e,t){e.pageInfo=t}},actions:{handleMakeClassify:function(e,t){e.state,e.commit;var i=e.dispatch,a=t.name,n=t.id,s=t.type,r=this._vm.$heshop;return new Promise((function(e,t){r.group("post",{include:"gallery"},{name:a,parent_id:n||0,sort:5}).then((function(t){e(t)})).catch((function(e){1==s&&i("handleClassify",0),2==s&&i("handlePictures",{id:n,current:1})}))}))},handleEditClassify:function(e,t){e.state,e.commit,e.dispatch;var i=this._vm.$heshop;return new Promise((function(e,a){i.group("put",{include:"gallery",id:parseInt(t.id)},{name:t.name}).then((function(t){e(t)})).catch((function(e){console.error("修改分类报错",e),VM.$message({type:"error",message:"修改失败!"})}))}))},handleDeleteClassify:function(e,t){e.state,e.commit;var i=e.dispatch,a=t.id,n=t.type,s=this._vm,r=this._vm.$heshop;return new Promise((function(e,t){r.group("delete",a,{include:"gallery"}).then((function(t){s.$message({type:"success",message:"删除成功!"}),1==n&&i("handleClassify",0),2==n&&i("handlePictures",{id:a,current:1}),e(t)})).catch((function(e){s.$alert("此分组下有文件夹,不支持删除","",{confirmButtonText:"我知道了"})}))}))},handleClassify:function(e){e.state;var t=e.commit,i=e.dispatch,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this._vm.$heshop;return new Promise((function(e,s){n.group("get",{include:"gallery",parent_id:a}).then((function(a){t("setClassify",a),t("setClassifyInfo",a[0]),i("handlePictures",{id:a[0].id,current:1,pageSize:15}),e(a)})).catch((function(e){s(e)}))}))},handleGroups:function(e){e.state;var t=e.commit,i=(e.dispatch,this._vm.$heshop);return new Promise((function(e,a){i.group("get",{include:"gallery"}).then((function(i){t("setGroups",i),e(i)})).catch((function(e){a(e)}))}))},handleMoveGroup:function(e,t){e.state,e.commit,e.dispatch;var i=t.list,a=t.group_id,n=this._vm.$heshop;return new Promise((function(e,t){n.gallery("put",{behavior:"setgroup",id:i},{group_id:a}).then((function(t){e(t)})).catch((function(e){t(e)}))}))},handlePictures:function(e,t){var i=this,a=(e.state,e.commit),n=t.id,s=t.current,r=t.pageSize,l=this._vm.$heshop,c=r||24,o=n||0;return new Promise((function(e,t){l.gallery("get",{group_id:parseInt(o)}).page(s,c).then((function(t){var i=parseInt(t.headers["x-pagination-per-page"]),n=parseInt(t.headers["x-pagination-total-count"]),s=parseInt(t.headers["x-pagination-current-page"]);a("setPageInfo",{size:i,total:n,current:s}),a("setPictures",t.data),e(t.data)})).catch((function(e){i.loading=!1}))}))},handleEditPicture:function(e,t){var i=this,a=(e.state,e.commit,this._vm.$heshop);return new Promise((function(e,n){a.gallery("put",parseInt(t.id),{title:t.name}).then((function(t){e(t)})).catch((function(e){i.loading=!1}))}))},handleDeleteGallery:function(e,t){var i=this,a=(e.state,e.commit,this._vm.$heshop);return new Promise((function(e,n){a.gallery("delete",t).then((function(t){e(t)})).catch((function(e){i.loading=!1}))}))}}},Xd={namespaced:!0,state:{groupInfo:{id:-1,name:"全部"},groupList:[],photoList:[],pageInfo:{size:15,total:0,current:1}},mutations:{setGroupInfo:function(e,t){e.groupInfo=t},setGroupList:function(e,t){e.groupList=t},setPageInfo:function(e,t){e.pageInfo=t},setPhotoList:function(e,t){e.photoList=t}},actions:{upadteGroupInfo:function(e,t){e.state;var i=e.commit;e.dispatch;i("setGroupInfo",t)},LoadGroupList:function(e){e.state;var t=e.commit,i=(e.dispatch,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0),a=this._vm,n=this._vm.$heshop;return new Promise((function(e,s){n.group("get",{include:"gallery",parent_id:i,type:2}).then((function(i){t("setGroupList",i),e(i)})).catch((function(e){a.$message({type:"error",message:"网络请求错误,请刷新"}),s(e)}))}))},InterGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=t.name,a=t.id,n=this._vm,s=this._vm.$heshop;return new Promise((function(e,t){s.group("post",{include:"gallery"},{name:i,type:2,parent_id:a||0,sort:5}).then((function(t){n.$message({type:"success",message:"添加成功"}),e(t)})).catch((function(e){e.data.message?n.$message({type:"error",message:e.data.message}):n.$message({type:"error",message:"创建失败"}),t(e)}))}))},DeleteGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=t.id,a=(t.type,this._vm),n=this._vm.$heshop;return new Promise((function(e,t){n.group("delete",i,{include:"gallery"}).then((function(t){a.$message({type:"success",message:"删除成功"}),e(t)})).catch((function(e){a.$message({type:"error",message:"此分组下有文件夹,不支持删除"}),t(e)}))}))},UpdateGroupItem:function(e,t){e.state,e.commit,e.dispatch;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.group("put",{include:"gallery",id:parseInt(t.id)},{name:t.name}).then((function(t){i.$message({type:"success",message:"命名成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"修改失败"}),n(e)}))}))},LoadPhotoList:function(e,t){e.state;var i=e.commit,a=t.id,n=t.current,s=t.pageSize,r=this._vm,l=this._vm.$heshop,c=s||24,o=a||0;return new Promise((function(e,t){l.gallery("get",{group_id:parseInt(o),type:2}).page(n,c).then((function(t){var a=parseInt(t.headers["x-pagination-per-page"]),n=parseInt(t.headers["x-pagination-total-count"]),s=parseInt(t.headers["x-pagination-current-page"]);setTimeout((function(){i("setPageInfo",{size:a,total:n,current:s}),i("setPhotoList",t.data)}),100),e(t.data)})).catch((function(e){r.$message({type:"error",message:"网络请求错误,请刷新"}),t(e)}))}))},DeletePhotoList:function(e,t){e.state,e.commit;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.gallery("delete",t).then((function(t){i.$message({type:"success",message:"删除成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"删除失败"}),n(e)}))}))},MovePhotoList:function(e,t){e.state,e.commit,e.dispatch;var i=t.list,a=t.group_id,n=this._vm,s=this._vm.$heshop;return new Promise((function(e,t){s.gallery("put",{behavior:"setgroup",id:i},{group_id:a}).then((function(t){n.$message({type:"success",message:"移动成功"}),e(t)})).catch((function(e){n.$message({type:"error",message:"移动失败"}),t(e)}))}))},UpdatePhotoItem:function(e,t){e.state,e.commit;var i=this._vm,a=this._vm.$heshop;return new Promise((function(e,n){a.gallery("put",parseInt(t.id),{title:t.name}).then((function(t){i.$message({type:"success",message:"命名成功"}),e(t)})).catch((function(e){i.$message({type:"error",message:"命名失败,文件夹以存在"}),n(e)}))}))}}},Zd={namespaced:!0,state:{goodsData:[],pageInfo:{size:7,total:0,current:1}},mutations:{setGoodsData:function(e,t){e.goodsData=t},setPageInfo:function(e,t){e.pageInfo=t}},actions:{handleGoods:function(e,t){var i=e.commit,a=t.current,n=t.keyword;n.tab_key="onsale";var s=this._vm.$heshop;return new Promise((function(e,t){s.search("POST",{include:"goods"},{keyword:n}).page(a,7).then((function(t){var a=parseInt(t.headers["x-pagination-per-page"]),n=parseInt(t.headers["x-pagination-total-count"]),s=parseInt(t.headers["x-pagination-current-page"]);i("setPageInfo",{size:a,total:n,current:s}),i("setGoodsData",t.data),e(t.data)})).catch((function(e){console.error("错误提示",e),t()}))}))},handleSearch:function(e){e.commit;return new Promise((function(e,t){}))}}},eu={namespaced:!0,state:{store_setting:{},basic_setting:{},goods_setting:{},trade_setting:{},store_storage:{},user_setting:{},version:null},mutations:{setStore:function(e,t){e.store_setting=t},setStorage:function(e,t){e.store_storage=t},setBasic:function(e,t){e.basic_setting=t},setGoods:function(e,t){e.goods_setting=t},setUser:function(e,t){e.user_setting=t},setTrade:function(e,t){e.trade_setting=t}},getters:{getStore:function(e){return e.store_setting},getBasic:function(e){return e.basic_setting},getStorage:function(e){return e.store_storage},getGoods:function(e){return e.goods_setting},getUser:function(e){return e.user_setting},getTrade:function(e){return e.trade_setting},getVersion:function(e){return e.version}},actions:{getSettingInfo:function(e){var t=e.commit,i=this._vm.$heshop;new Promise((function(e,a){i.search("post",{include:"setting"},{keyword:"setting_collection"}).then((function(e){var i=e.content,a=i.basic_setting,n=i.goods_setting,s=i.store_setting,r=i.trade_setting,l=i.user_setting;s.logo||(s.logo="https://qmxq.oss-cn-hangzhou.aliyuncs.com/home.png"),t("setStore",s),t("setBasic",a),t("setGoods",n),t("setUser",l),t("setTrade",r)}))})),new Promise((function(e,a){i.search("post",{include:"setting"},{keyword:"storage_limit"}).then((function(e){e&&t("setStorage",e.content)}))}))},getVersion:function(e){var t=e.state,i=this._vm.$heshop;i.cloud("get").then((function(e){t.version=e.next_version})).catch((function(e){console.error(e)}))}}},tu={namespaced:!0,state:{menuList:{}},mutations:{setmenuList:function(e,t){var i=t.key,a=t.data;e.menuList[i]=a}}},iu=(i("7db0"),{namespaced:!0,state:{pluginsList:{}},mutations:{setPlugins:function(e,t){e.pluginsList=t}},getters:{is_install:function(e){return function(t){return e.todos.find((function(e){return e.name===t}))}},manifest:function(e){return function(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return!!e.pluginsList[t]&&(i?e.pluginsList[t][i]:e.pluginsList[t])}}},actions:{getPlugins:function(e){var t=e.commit,i=this._vm.$heshop;i.plugin("get",{include:"empty",model:"empty"}).then((function(e){console.log("res",e),t("setPlugins",e)})).catch((function(e){console.error(e)}))},onGoods:function(e){e.commit},onOrder:function(e){e.commit},onSignin:function(e){e.commit},onSustain:function(e){e.commit},onShare:function(e){var t=e.state,i=(e.commit,t.pluginsList["task"]["share"],this._vm.$heshop);return new Promise((function(e,t){i.plugin("post",{include:"task",model:"task"},{number:1,keyword:"share"}).then((function(t){e(t)})).catch((function(e){console.log("积分任务接口错误",e),t(e)}))}))},onBrowse:function(e){var t=e.state,i=(e.commit,t.pluginsList["task"]["share"],this._vm.$heshop);return new Promise((function(e,t){i.plugin("post",{include:"task",model:"task"},{number:1,keyword:"browse"}).then((function(t){e(t)})).catch((function(e){console.log("积分任务接口错误",e),t(e)}))}))},onInvite:function(){},onPerfect:function(){},onBinding:function(){}}}),au=iu,nu={namespaced:!0,state:{goodsData:[],pageInfo:{size:7,total:0,current:1}},mutations:{setGoodsData:function(e,t){e.goodsData=t},setPageInfo:function(e,t){e.pageInfo=t}},actions:{handleGoods:function(e,t){var i=e.commit,a=t.current,n=t.keyword;n.tab_key="onsale";var s=this._vm.$heshop;return new Promise((function(e,t){s.livegoods("GET",{status:2,limit:7,page:a}).then((function(t){var n=t.total;i("setPageInfo",{size:7,total:n,current:a}),i("setGoodsData",t.list),e(t.list)})).catch((function(e){console.error("错误提示",e),t()}))}))},handleSearch:function(){return new Promise((function(e,t){}))}}},su={attribute:function(e){var t=e.finish.index;return e.finish.pages[t]?e.finish.pages[t].name:""},content:function(e){var t=e.finish.index;if(e.finish.pages[t])return e.finish.pages[t].content},facade:function(e){var t=e.finish.index;if(e.finish.pages[t])return e.finish.pages[t].facade}},ru=su;s["default"].use(o["b"]);var lu=new o["b"].Store({modules:{account:Qd,finish:Kd,picture:Yd,photo:Wd,video:Xd,goods:Zd,setting:eu,menus:tu,plugins:au,liveGoods:nu},state:{},mutations:{},actions:{},getters:ru}),cu=i("c1df"),ou=i.n(cu);i("4d90");function du(){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";e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var i,a=new Date(e),n={"y+":a.getFullYear().toString(),"m+":(a.getMonth()+1).toString(),"d+":a.getDate().toString(),"h+":a.getHours().toString(),"M+":a.getMinutes().toString(),"s+":a.getSeconds().toString()};for(var s in n)i=new RegExp("("+s+")").exec(t),i&&(t=t.replace(i[1],1==i[1].length?n[s]:n[s].padStart(i[1].length,"0")));return t}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 i=this;if(i.length>=e)return String(i);var a=e-i.length,n=Math.ceil(a/t.length);while(n>>=1)t+=t,1===n&&(t+=t);return t.slice(0,a)+i});var uu=du,pu=(i("c19f"),i("1146")),mu=i.n(pu);function hu(e){for(var t=[],i=e.querySelectorAll("tr"),a=[],n=0;n=e.s.r&&n<=e.e.r&&s.length>=e.s.c&&s.length<=e.e.c)for(var t=0;t<=e.e.c-e.s.c;++t)s.push(null)})),(u||d)&&(u=u||1,d=d||1,a.push({s:{r:n,c:s.length},e:{r:n+u-1,c:s.length+d-1}})),s.push(""!==p?p:null),d)for(var m=0;mn&&(a.s.r=n),a.s.c>s&&(a.s.c=s),a.e.r0&&void 0!==arguments[0]?arguments[0]:{},t=e.multiHeader,i=void 0===t?[]:t,a=e.header,n=e.data,s=e.filename,r=e.merges,l=void 0===r?[]:r,c=e.autoWidth,o=void 0===c||c,d=e.bookType,u=void 0===d?"xlsx":d;s=s||"excel-list",n=Object(we["a"])(n),n.unshift(a);for(var p=i.length-1;p>-1;p--)n.unshift(i[p]);var m="SheetJS",h=new _u,v=fu(n);if(l.length>0&&(v["!merges"]||(v["!merges"]=[]),l.forEach((function(e){v["!merges"].push(mu.a.utils.decode_range(e))}))),o){for(var f=n.map((function(e){return e.map((function(e){return null==e?{wch:10}:e.toString().charCodeAt(0)>255?{wch:2*e.toString().length}:{wch:e.toString().length}}))})),_=f[0],g=1;g1?"404px":"536px"}},[i("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("span",[e._v("分组名称")])]),i("div",{staticClass:"picture-selet__detail-group"},[i("el-scrollbar",{style:{height:"632px"}},[i("el-radio-group",{model:{value:e.index,callback:function(t){e.index=t},expression:"index"}},[i("ul",[i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:-1}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),i("span",[e._v("全部")])]),i("div",{staticClass:"picture-selet__detail-action"})],1),e._l(e.groupList,(function(t,a){return i("li",{key:a},[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:a}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),e.is_edit===t.id?i("el-input",{attrs:{placeholder:"请输入内容"},model:{value:t.name,callback:function(i){e.$set(t,"name",i)},expression:"item.name"}},[i("el-button",{attrs:{slot:"append",type:"primary"},on:{click:function(i){e.UpdateGroupItem(t),e.is_edit=-1}},slot:"append"},[e._v("确认 ")])],1):i("span",[e._v(e._s(t.name))])],1)],1)}))],2)])],1),i("div",{staticClass:"picture-selet__detail-group-add"},[i("Dialog",{attrs:{title:"新建分组"},on:{confirm:function(t){return e.handleMakeGroup({id:0,name:t,type:e.fileType})}}},[i("el-button",{attrs:{plain:""}},[e._v("新建分组")])],1)],1)],1)]),i("div",{staticClass:"picture-selet__layout"},[i("div",{staticClass:"picture-selet__header"},[i("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},e._l(e.breadcrumb,(function(t,a){return i("el-breadcrumb-item",{key:a},[i("span",{on:{click:function(i){return e.handleCrumbItem(t,a)}}},[e._v(e._s(t.name||t.title_name))])])})),1),i("div",{staticClass:"picture-selet__action"},[i("Upload",{attrs:{action:e.uploadFile,multiple:!0,onSuccess:e.uploadOK,autoUpload:""}},[i("el-button",{attrs:{type:"primary"}},[e._v("上传图片")])],1)],1)],1),i("div",{staticClass:"picture-selet__content",style:{height:e.limit>1?"355px":"486px"}},[e.photoList.length>0?i("ul",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},e._l(e.photoList,(function(t,a){return i("li",{key:a},[i("label",{staticClass:"picture-selet__content-label",on:{dblclick:function(i){return i.stopPropagation(),e.handleDblClick(t)}}},["checkbox"===e.inputType&&t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{disabled:e.checkedData.length==e.limit,type:"checkbox"},domProps:{value:t,checked:Array.isArray(e.checkedData)?e._i(e.checkedData,t)>-1:e.checkedData},on:{change:function(i){var a=e.checkedData,n=i.target,s=!!n.checked;if(Array.isArray(a)){var r=t,l=e._i(a,r);n.checked?l<0&&(e.checkedData=a.concat([r])):l>-1&&(e.checkedData=a.slice(0,l).concat(a.slice(l+1)))}else e.checkedData=s}}}):"radio"===e.inputType&&t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{disabled:e.checkedData.length==e.limit,type:"radio"},domProps:{value:t,checked:e._q(e.checkedData,t)},on:{change:function(i){e.checkedData=t}}}):t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{disabled:e.checkedData.length==e.limit,type:e.inputType},domProps:{value:t,value:e.checkedData},on:{input:function(t){t.target.composing||(e.checkedData=t.target.value)}}}):e._e(),i("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"picture-selet__content-item-photo"},[i("div",{staticClass:"picture-selet__content-item-cover"},[t.type>0?i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{fit:"cover",src:t.url}}):i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{fit:"cover",src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}})],1)]),i("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v(e._s(t.title_name))])],1)])])})),0):i("div",{staticClass:"picture-selet__content-empty"},[i("div",[i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{fit:"cover",src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/gallery_bg.png"}}),i("p",[e._v("该分组下暂无内容")])],1)]),i("div",{staticClass:"picture-selet__paging"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1),e.limit>1?i("div",{staticClass:"picture-selet__footer"},[i("ul",[e._m(1),e._l(e.checkedData,(function(t,a){return i("li",{key:a},[i("div",{staticClass:"picture-selet__footer-image"},[i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{src:t.url,fit:"cover"}}),i("i",{staticClass:"le-icon le-icon-cha2 picture-selet__footer-close",on:{click:function(){e.checkedData.splice(a,1)}}})],1)])}))],2)]):e._e()])},Ru=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("li",[i("div",{staticClass:"picture-selet__footer-title"},[e._v(" 已选 图片 ")])])}],Fu=i("cd20"),Mu=Object(o["a"])("photo"),qu=Mu.mapState,Bu=Mu.mapActions,Vu=Mu.mapMutations,Gu={components:{Upload:Fu["a"]},props:{fileType:{type:[String,Number,Boolean,Object,Array],default:1},limit:{type:Number,default:1},max:{type:Number,default:1}},provide:function(){return{uploader:this}},data:function(){return{index:-1,is_edit:0,checkedData:[],checkAll:!1,isIndeterminate:!1,loading:!1,breadcrumb:[{id:-1,name:"全部"}]}},watch:{index:function(e){var t=null;t=-1==e?{id:-1,name:"全部"}:this.groupList[e],this.breadcrumb=[t],this.setGroupInfo(t),this.LoadPhotoList({id:t.id,current:1,pageSize:this.pageSize})},checkedData:function(e){console.log(e),e.length==this.photoList.length?(this.isIndeterminate=!1,this.checkAll=!0):e.length>0?this.isIndeterminate=!0:(this.checkAll=!1,this.isIndeterminate=!1)}},computed:Object(c["a"])(Object(c["a"])({},qu(["groupList","groupInfo","photoList","pageInfo"])),{},{pageSize:function(){return this.limit>1?10:15},inputType:function(){return console.log(this.max),console.log(this.max>1?"checkbox":"radio"),this.max>1?"checkbox":"radio"},is_make:function(){if("全部"===this.groupInfo.name||"未分组"===this.groupInfo.name)return!1;var e=this.groupInfo.path||this.groupInfo.url||"0";return e.split("-").length<3},is_move:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1},is_delete:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1&&this.checkedData.length>1||e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1},is_rename:function(){if(0===this.checkedData.length)return!0;if(this.checkedData.length>1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1}}),mounted:function(){var e=this;return Object(ee["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.initialize();case 1:case"end":return t.stop()}}),t)})))()},methods:Object(c["a"])(Object(c["a"])(Object(c["a"])({},Vu(["setGroupInfo"])),Bu(["LoadGroupList","LoadPhotoList","InterGroupItem","UpdateGroupItem","DeleteGroupItem","DeletePhotoList","MovePhotoList","UpdatePhotoItem","upadteGroupInfo"])),{},{initialize:function(){var e=this;setTimeout((function(){e.LoadGroupList().then((function(){e.LoadPhotoList({id:-1,current:1,pageSize:e.pageSize})}))}),1e3)},handleMakeGroup:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.InterGroupItem(e).then((function(e){1==i&&(t.index=-1,t.upadteGroupInfo({id:-1,name:"全部"}),t.LoadGroupList().then((function(){}))),2==i&&setTimeout((function(){var i=e.parent_id||t.groupInfo.id;t.LoadPhotoList({id:i,current:1,pageSize:t.pageSize}).then((function(){t.loading=!1}))}),500)})).catch((function(){t.loading=!1}))},handleGroupDelete:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.$confirm("此分组及子级分组的图片都将移至未分组中, 是否确认删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){t.DeleteGroupItem({id:e,type:i}).then((function(){1==i&&setTimeout((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:t.pageSize}).then((function(){t.loading=!1}))}),500),2==i&&(t.index=-1,t.LoadGroupList().then((function(){t.loading=!1,t.LoadPhotoList({id:-1,current:1,pageSize:15})})))})).catch((function(){t.loading=!1}))})).catch((function(){t.loading=!1}))},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FileReader;n.readAsDataURL(e),n.onload=function(n){t.$heshop.uploadV2({type:1,group_id:t.groupInfo.id,content:n.target.result,title:e.name}).then((function(e){i(e)})).catch((function(e){a(e)}))}}))},uploadOK:function(){var e=this;setTimeout((function(){e.handleSizeChange()}),1e3)},handleAllChange:function(e){this.isIndeterminate=!1,e&&(this.checkedData=this.photoList)},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.LoadPhotoList({id:this.groupInfo.id,current:e,pageSize:this.pageSize})},handleDeletes:function(){var e=this;this.loading=!0;var t=[],i=0;for(var a in this.checkedData){var n=this.checkedData[a];n.id&&(i=n.type,t.push(n.id))}if(0===i){if(t[0]){var s=t[0];this.handleGroupDelete(s)}}else this.$confirm("是否确认删除选中内容","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e.DeletePhotoList(t).then((function(){e.LoadPhotoList({id:e.groupInfo.id,current:1,pageSize:e.pageSize}).then((function(){e.loading=!1}))}))})).catch((function(){}))},handleMoveList:function(e){var t=this,i=[];this.checkedData.map((function(e){i.push(e.id)})),this.MovePhotoList({list:i,group_id:e}).then((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:t.pageSize})}))},handleRenameItem:function(e){var t=this;0==e.type?this.handleEditClassify(e).then((function(){t.UpdateGroupItem({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:t.pageSize})})):e.id&&this.UpdatePhotoItem(e).then((function(){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:t.pageSize})}))},handleDblClick:function(e){0===e.type&&(this.setGroupInfo(e),this.breadcrumb.push(e),this.LoadPhotoList({id:e.id,current:1,pageSize:this.pageSize}))},handleCrumbItem:function(e,t){if(0===t&&(this.upadteGroupInfo(e),this.breadcrumb=[e],this.LoadPhotoList({id:e.id,current:1,pageSize:this.pageSize})),1===t){this.breadcrumb.length>2&&this.breadcrumb.pop();var i=this.breadcrumb[1];this.upadteGroupInfo(i),this.LoadPhotoList({id:i.id,current:1,pageSize:this.pageSize})}}})},Uu=Gu,Hu=(i("8875"),Object(h["a"])(Uu,zu,Ru,!1,null,"6c7e2ba6",null)),Ju=Hu.exports,Qu={components:{Detail:Ju},provide:function(){return{uploader:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},visible:{type:Boolean,default:!1},limit:{type:Number,default:1},max:{type:Number,default:1},disabled:{type:Boolean,default:!1}},data:function(){return{dialogVisible:!1}},methods:{handleClick:function(){this.$refs["detail"]&&this.$refs["detail"].initialize(),this.disabled||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1,this.$emit("close","")},handleConfirm:function(){this.dialogVisible=!1;var e="";if(this.$refs["detail"].checkedData)if(this.max>1){e=[];var t=this.$refs["detail"].checkedData;for(var i in t){var a=t[i];a.url&&e.push(a.url)}}else{var n=this.$refs["detail"].checkedData;n.url&&(e=n.url)}this.$emit("confirm",e)}},render:function(){var e=arguments[0],t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={class:"photo-solt",on:{click:i}},l={props:{visible:t,title:"选择图片","before-close":a,width:"1090px","destroy-on-close":!0}},c={props:{limit:this.limit,max:this.max},ref:"detail"};return e("div",{class:"picture-dialog"},[e("div",ho()([{},r]),[s]),e("el-dialog",ho()([{},l]),[e(Ju,ho()([{},c])),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},Ku=Qu,Wu=(i("8ee7"),Object(h["a"])(Ku,Lu,Eu,!1,null,"43bb2354",null)),Yu=Wu.exports,Xu={components:{popup:Yu},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},limit:{type:Number,default:1},max:{type:Number,default:1},disabled:{type:Boolean,default:!1}},data:function(){return{ddd:[1,23,4,2]}},computed:{url:{get:function(){return this.value},set:function(e){this.$emit("input",e)}},index:{get:function(){return Number(this.$vnode.index||0)},set:function(e){}}},methods:{handleConfirm:function(e){console.log(e),this.url=e,this.$emit("blur",e),this.$emit("confirm",e)},handleClose:function(e){this.$emit("blur",e)}}},Zu=Xu,ep=(i("f1ec"),Object(h["a"])(Zu,Pu,Tu,!1,null,"54c99f0a",null)),tp=ep.exports,ip=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("popup",{attrs:{type:"checkbox"},on:{confirm:e.handleConfirm,close:e.handleClose}},[e.url.url?e._t("preview",null,{url:e.url}):e._t("upload")],2)},ap=[],np=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet"},[i("div",{staticClass:"picture-selet__detail"},[i("el-card",[i("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("span",[e._v("分组名称")])]),i("div",{staticClass:"picture-selet__detail-group"},[i("el-scrollbar",{style:{height:"632px"}},[i("el-radio-group",{model:{value:e.index,callback:function(t){e.index=t},expression:"index"}},[i("ul",[i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:-1}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),i("span",[e._v("全部")])]),i("div",{staticClass:"picture-selet__detail-action"})],1),e._l(e.groupList,(function(t,a){return i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:a}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),e.is_edit===t.id?i("el-input",{attrs:{placeholder:"请输入内容"},model:{value:t.name,callback:function(i){e.$set(t,"name",i)},expression:"item.name"}},[i("el-button",{attrs:{slot:"append",type:"primary"},on:{click:function(i){e.UpdateGroupItem(t),e.is_edit=-1}},slot:"append"},[e._v("确认")])],1):i("span",[e._v(e._s(t.name))])],1)],1)}))],2)])],1)],1)]),i("div",{staticClass:"picture-selet__layout"},[i("div",{staticClass:"picture-selet__header"},[i("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},e._l(e.breadcrumb,(function(t,a){return i("el-breadcrumb-item",{key:a},[i("span",{on:{click:function(i){return e.handleCrumbItem(t,a)}}},[e._v(e._s(t.name||t.title_name))])])})),1),i("div",{staticClass:"picture-selet__action"},[i("Upload",{attrs:{action:e.uploadFile,multiple:!0,onSuccess:e.handleSizeChange,autoUpload:"",accept:".mp4,.avi,.rmvb"}},[i("el-button",{attrs:{type:"primary"}},[e._v("上传视频")])],1)],1)],1),i("div",{staticClass:"picture-selet__content"},[e.photoList.length>0?i("ul",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},e._l(e.photoList,(function(t,a){return i("li",[i("label",{staticClass:"picture-selet__content-label",on:{dblclick:function(i){return i.stopPropagation(),e.handleDblClick(t)}}},["checkbox"===e.inputType&&t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{type:"checkbox"},domProps:{value:t,checked:Array.isArray(e.checkedData)?e._i(e.checkedData,t)>-1:e.checkedData},on:{change:function(i){var a=e.checkedData,n=i.target,s=!!n.checked;if(Array.isArray(a)){var r=t,l=e._i(a,r);n.checked?l<0&&(e.checkedData=a.concat([r])):l>-1&&(e.checkedData=a.slice(0,l).concat(a.slice(l+1)))}else e.checkedData=s}}}):"radio"===e.inputType&&t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{type:"radio"},domProps:{value:t,checked:e._q(e.checkedData,t)},on:{change:function(i){e.checkedData=t}}}):t.type>0?i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{type:e.inputType},domProps:{value:t,value:e.checkedData},on:{input:function(t){t.target.composing||(e.checkedData=t.target.value)}}}):e._e(),i("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"picture-selet__content-item-photo"},[t.type>0?i("div",{staticClass:"picture-selet__content-item-icon"},[i("i",{staticClass:"le-icon le-icon-shipin"})]):e._e(),t.type>0?i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{fit:"cover",src:t.cover}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"le-icon le-icon-bofang"})])]):i("el-image",{staticStyle:{width:"100%",height:"100%"},attrs:{fit:"cover",src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}})],1),i("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v(e._s(t.title_name))])],1)])])})),0):i("div",{staticClass:"picture-selet__content-empty"},[i("div",[i("el-image",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/gallery_bg.png"}}),i("p",[e._v("该分组下暂无内容")])],1)]),i("div",{staticClass:"picture-selet__paging"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)])},sp=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])}],rp=(i("1fc5"),i("fa48")),lp=Object(o["a"])("video"),cp=lp.mapState,op=lp.mapActions,dp=lp.mapMutations,up={components:{Upload:rp["a"]},props:{fileType:{type:[String,Number,Boolean,Object,Array],default:2},limit:{type:Number,default:1}},provide:function(){return{uploader:this}},data:function(){return{index:-1,is_edit:0,checkedData:[],checkAll:!1,isIndeterminate:!1,loading:!1,breadcrumb:[{id:-1,name:"全部"}]}},watch:{index:function(e){var t=null;t=-1==e?{id:-1,name:"全部"}:this.groupList[e],this.breadcrumb=[t],this.setGroupInfo(t),this.LoadPhotoList({id:t.id,current:1,pageSize:15})},checkedData:function(e){e.length>0?this.isIndeterminate=!0:(this.checkAll=!1,this.isIndeterminate=!1)}},computed:Object(c["a"])(Object(c["a"])({},cp(["groupList","groupInfo","photoList","pageInfo"])),{},{inputType:function(){return this.limit>1?"checkbox":"radio"},is_make:function(){if("全部"==this.groupInfo.name)return!1;if("未分组"==this.groupInfo.name)return!1;var e=this.groupInfo.path||this.groupInfo.url||"0";return!(e.split("-").length>=3)},is_move:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1},is_delete:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1&&this.checkedData.length>1||e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1},is_rename:function(){if(0==this.checkedData.length)return!0;if(this.checkedData.length>1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1}}),mounted:function(){var e=this;return Object(ee["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.LoadGroupList().then((function(t){e.LoadPhotoList({id:-1,current:1,pageSize:15})}));case 1:case"end":return t.stop()}}),t)})))()},methods:Object(c["a"])(Object(c["a"])(Object(c["a"])({},dp(["setGroupInfo"])),op(["LoadGroupList","LoadPhotoList","InterGroupItem","UpdateGroupItem","DeleteGroupItem","DeletePhotoList","MovePhotoList","UpdatePhotoItem","upadteGroupInfo"])),{},{handleMakeGroup:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.InterGroupItem(e).then((function(e){1==i&&(t.index=-1,t.upadteGroupInfo({id:-1,name:"全部"}),t.LoadGroupList().then((function(e){}))),2==i&&setTimeout((function(){var i=e.parent_id||t.groupInfo.id;t.LoadPhotoList({id:i,current:1,pageSize:15}).then((function(e){t.loading=!1}))}),500)})).catch((function(e){t.loading=!1}))},handleGroupDelete:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.$confirm("此分组及子级分组的图片都将移至未分组中, 是否确认删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){t.DeleteGroupItem({id:e,type:i}).then((function(){1==i&&setTimeout((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15}).then((function(e){t.loading=!1}))}),500),2==i&&(t.index=-1,t.LoadGroupList().then((function(){t.loading=!1,t.LoadPhotoList({id:-1,current:1,pageSize:15})})))})).catch((function(){t.loading=!1}))})).catch((function(){t.loading=!1}))},getVideoImage:function(e,t){if(e&&0==e.type.indexOf("video/")){var i=document.createElement("video");i.src=URL.createObjectURL(e),i.addEventListener("loadeddata",(function(){this.currentTime=1})),i.addEventListener("seeked",(function(){this.width=this.videoWidth,this.height=this.videoHeight;var i=document.createElement("canvas"),a=i.getContext("2d");i.width=this.width,i.height=this.height,a.drawImage(this,0,0,i.width,i.height);var n={url:i.toDataURL("image/jpeg",1),width:this.width,height:this.height,currentTime:this.currentTime,duration:this.duration};i.toBlob((function(i){n.blob=i,"function"==typeof t&&t.call(e,n)}),"image/jpeg")}))}},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FormData;t.getVideoImage(e,(function(s){n.append("content",e),n.append("cover",s.url),n.append("type",2),n.append("group_id",t.groupInfo.id),n.append("title",e.name),t.$heshop.video(n).then((function(e){i(e)})).catch((function(e){a(e)}))}))}))},handleAllChange:function(e){this.isIndeterminate=!1,this.checkedData=e?this.photoList:[]},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.LoadPhotoList({id:this.groupInfo.id,current:e,pageSize:15})},handleDeletes:function(){var e=this;this.loading=!0;var t=[],i=0;for(var a in this.checkedData){var n=this.checkedData[a];n.id&&(i=n.type,t.push(n.id))}if(0===i){if(t[0]){var s=t[0];this.handleGroupDelete(s)}}else this.$confirm("是否确认删除选中内容","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e.DeletePhotoList(t).then((function(t){e.LoadPhotoList({id:e.groupInfo.id,current:1,pageSize:15}).then((function(){e.loading=!1}))}))})).catch((function(){}))},handleMoveList:function(e){var t=this,i=[];this.checkedData.map((function(e){i.push(e.id)})),this.MovePhotoList({list:i,group_id:e}).then((function(e){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15})}))},handleRenameItem:function(e){var t=this;0==e.type?this.handleEditClassify(e).then((function(e){t.UpdateGroupItem({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15})})):e.id&&this.UpdatePhotoItem(e).then((function(e){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15})}))},handleDblClick:function(e){0===e.type&&(this.setGroupInfo(e),this.breadcrumb.push(e),this.LoadPhotoList({id:e.id,current:1,pageSize:15}))},handleCrumbItem:function(e,t){if(0===t&&(this.upadteGroupInfo(e),this.breadcrumb=[e],this.LoadPhotoList({id:e.id,current:1,pageSize:15})),1===t){this.breadcrumb.length>2&&this.breadcrumb.pop();var i=this.breadcrumb[1];this.upadteGroupInfo(i),this.LoadPhotoList({id:i.id,current:1,pageSize:15})}}})},pp=up,mp=(i("9f81"),Object(h["a"])(pp,np,sp,!1,null,"72119263",null)),hp=mp.exports,vp={components:{Detail:hp},provide:function(){return{uploader:this}},props:{visible:{type:Boolean,default:!1},limit:{type:Number,default:1}},data:function(){return{dialogVisible:!1}},computed:{},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleClick:function(){this.selectPicture="",this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1,this.$emit("close","")},handleConfirm:function(){this.dialogVisible=!1;var e="";if(this.$refs["detail"].checkedData)if(this.limit>1){e=[];var t=this.$refs["detail"].checkedData;for(var i in t){var a=t[i];a.url&&e.push({url:a.url,cover:a.cover})}}else{var n=this.$refs["detail"].checkedData;n.url&&(e={url:n.url,cover:n.cover})}this.$emit("confirm",e)}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={class:"photo-solt",on:{click:i}},l={props:{visible:t,title:"选择视频","before-close":a,width:"1090px","destroy-on-close":!0}},c={props:{limit:this.limit},ref:"detail"};return e("div",{class:"video-dialog"},[e("div",ho()([{},r]),[s]),e("el-dialog",ho()([{},l]),[e(hp,ho()([{},c])),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},fp=vp,_p=(i("d8a7"),Object(h["a"])(fp,Iu,Nu,!1,null,"7d1b2860",null)),gp=_p.exports,bp={components:{popup:gp},props:{value:{type:[String,Number,Boolean,Object,Array],default:""}},data:function(){return{ddd:[1,23,4,2]}},computed:{url:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},created:function(){},watch:{},mounted:function(){return Object(ee["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleConfirm:function(e){this.url=e,this.$emit("blur",e)},handleClose:function(e){this.$emit("blur",e)}}},yp=bp,kp=(i("cf83"),Object(h["a"])(yp,ip,ap,!1,null,"4e9d513f",null)),xp=kp.exports;s["default"].use(Ou.a),s["default"].use(Su),s["default"].component("pictureDialog",tp),s["default"].component("videoDialog",xp),s["default"].config.productionTip=!1,s["default"].prototype.$moment=ou.a,s["default"].use(tt),s["default"].prototype.$_W=$_W,s["default"].prototype.$heshop=tt.connect($_W);var Cp=new s["default"]({router:Jd,store:lu,render:function(e){return e(f)}});s["default"].prototype.$manifest=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(e){var i=Cp.$store.getters["plugins/manifest"](e);if(t){var a=t.split(".");for(var n in a){var s=a[n];i=!!i[s]&&i[s]}}return i}return!1},Cp.$mount("#app")},"56f6":function(e,t,i){"use strict";i("7308")},5726:function(e,t,i){},"57aa":function(e,t,i){},"57ee":function(e,t,i){},"57f9":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"goods-selet",style:[e.goodsStyle]},[i("popup",{ref:"popup",attrs:{type:"checkbox",limit:e.number},on:{confirm:e.handleConfirm},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[e.$slots.default?e._e():i("el-button",{attrs:{disabled:e.selectData.length>=e.number}},[e._v("选择商品")])],1),e.isTips?i("span",{staticClass:"goods-selet-tips"},[e._v("最多添加"+e._s(e.number)+"件商品")]):e._e(),i("ul",{staticClass:"goods-selet-list"},[i("draggable",{attrs:{chosenClass:"chosen",forceFallback:"true",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[i("transition-group",e._l(e.selectData,(function(t,a){return i("li",{key:"aa_"+a,staticClass:"goods-selet-item"},[i("div",{staticClass:"goods-item-image"},[i("div",{staticClass:"goods-item-cover",style:{"background-image":"url("+e.getGoodsCover(t.slideshow)+")"}})]),i("div",{staticClass:"goods-selet-item__close",on:{click:function(t){return e.handleClose(a)}}},[i("i",{staticClass:"le-icon le-icon-cha2"})])])})),0)],1)],1)],1)},n=[],s=i("1da1"),r=(i("96cf"),i("a9e3"),i("99af"),i("a434"),i("d3b7"),i("8b43")),l=i("b76a"),c=i.n(l),o={components:{popup:r["a"],draggable:c.a},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},limit:{type:Number,default:50},number:{type:Number,default:50},selectStyle:{type:Object,default:function(){return{}}},type:{type:String,default:"checkbox"},isTips:{type:Boolean,default:function(){return!0}}},data:function(){return{drag:!1,is_drag:!1}},computed:{groupNmae:function(){return"goods"+Date.parse(new Date)},selectData:{get:function(){return this.value},set:function(e){if(this.drag)this.$emit("input",e),this.$emit("change",e),this.is_drag=!1;else{var t=JSON.parse(JSON.stringify(e));t=this.value.concat(t),this.$emit("input",t)}}},goodsStyle:function(){var e={};return Object.assign(this.selectStyle,e)}},created:function(){},watch:{},mounted:function(){return Object(s["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleConfirm:function(e){this.$emit("confirm",e)},handleClose:function(e){this.selectData.splice(e,1),this.$emit("remove",this.selectData)},getGoodsCover:function(e){return e&&"[object Array]"==Object.prototype.toString.call(e)?e[0]:e},open:function(){this.$refs.popup.handleClick()},onStart:function(){this.is_drag=!0,this.drag=!0},onEnd:function(){this.drag=!1}}},d=o,u=(i("09cd"),i("2877")),p=Object(u["a"])(d,a,n,!1,null,"005c718b",null);t["a"]=p.exports},5849:function(e,t,i){},5957:function(e,t,i){"use strict";var a,n,s,r,l=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet"},[e.isBig?i("div",{ref:"picture",staticClass:"flex flex-wrap"},[e.max>1?i("vuedraggable",{staticClass:"flex flex-wrap",model:{value:e.url,callback:function(t){e.url=t},expression:"url"}},e._l(e.url,(function(t,a){return i("div",{key:t,staticClass:"he-upload-box",class:{"he-upload__border":0===a&&e.isLord},style:[e.selectStyle]},[0===a&&e.isLord?i("div",{staticClass:"he-upload__lord"},[e._v("主图")]):e._e(),i("img",{staticClass:"he-upload__image",attrs:{src:t,alt:""}}),i("div",{staticClass:"he-upload__tips flex justify-center"},[i("popup",{on:{confirm:function(t){return e.setReplace(t,a)}}},[i("span",[e._v("替换")])]),i("div",{staticClass:"he-upload__line"},[e._v("|")]),i("div",{on:{click:function(t){return e.setDel(a)}}},[e._v("删除")])],1)])})),0):e._e(),e.max<=1&&e.url?i("div",{staticClass:"he-upload-box",class:{"he-upload__border":e.url&&e.isLord},style:[e.selectStyle]},[e.url&&e.isLord?i("div",{staticClass:"he-upload__lord"},[e._v("主图")]):e._e(),i("img",{staticClass:"he-upload__image",attrs:{src:e.url,alt:""}}),i("div",{staticClass:"he-upload__tips flex justify-center"},[i("popup",{on:{confirm:function(t){return e.setReplace(t,-1)}}},[i("span",[e._v("替换")])]),i("div",{staticClass:"he-upload__line"},[e._v("|")]),i("div",{on:{click:function(t){return e.setDel(-1)}}},[e._v("删除")])],1)]):e._e(),!e.url||e.url.length-1:e.uploader.selectPicture},on:{click:e.inputChange,change:function(i){var a=e.uploader.selectPicture,n=i.target,s=!!n.checked;if(Array.isArray(a)){var r=t.url,l=e._i(a,r);n.checked?l<0&&e.$set(e.uploader,"selectPicture",a.concat([r])):l>-1&&e.$set(e.uploader,"selectPicture",a.slice(0,l).concat(a.slice(l+1)))}else e.$set(e.uploader,"selectPicture",s)}}}):"radio"===e.uploader.inputType?i("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectPicture,expression:"uploader.selectPicture"}],staticClass:"picture-selet__content-input",attrs:{type:"radio"},domProps:{value:t.url,checked:e._q(e.uploader.selectPicture,t.url)},on:{click:e.inputChange,change:function(i){return e.$set(e.uploader,"selectPicture",t.url)}}}):i("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectPicture,expression:"uploader.selectPicture"}],staticClass:"picture-selet__content-input",attrs:{type:e.uploader.inputType},domProps:{value:t.url,value:e.uploader.selectPicture},on:{click:e.inputChange,input:function(t){t.target.composing||e.$set(e.uploader,"selectPicture",t.target.value)}}}),i("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"picture-selet__content-item-photo"},[i("div",{staticClass:"picture-selet__content-item-image"},[i("div",{staticClass:"picture-selet__content-item-cover",style:{"background-image":"url("+t.url+")"}})])]),i("p",[e._v(" 图片"+e._s(t.title_name)+" ")])])]):e._e()])})),0),i("div",{staticClass:"picture-selet__paging"},[i("el-pagination",{attrs:{layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)},v=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])}],f=(i("d3b7"),i("fb6a"),i("159b"),i("b0c0"),i("b64b"),{inject:["uploader"],props:{type:String,action:{type:Function,default:function(){}},name:{type:String,default:"file"},multiple:Boolean,accept:String,onProgress:Function,onSuccess:Function,onError:Function,beforeUpload:Function,onPreview:{type:Function,default:function(){}},onRemove:{type:Function,default:function(){}},fileList:Array,autoUpload:Boolean,listType:String,disabled:Boolean,limit:Number,onExceed:Function},data:function(){return{mouseover:!1,reqs:{}}},methods:{isImage:function(e){return-1!==e.indexOf("image")},handleChange:function(e){var t=e.target.files;t&&this.uploadFiles(t)},uploadFiles:function(e){var t=this,i=Array.prototype.slice.call(e);this.multiple||(i=i.slice(0,1)),0!==i.length&&i.forEach((function(e){t.autoUpload&&t.upload(e)}))},upload:function(e){var t=this;if(this.$refs.input.value=null,!this.beforeUpload)return this.post(e);var i=this.beforeUpload(e);i&&i.then?i.then((function(i){var a=Object.prototype.toString.call(i);if("[object File]"===a||"[object Blob]"===a){for(var n in"[object Blob]"===a&&(i=new File([i],e.name,{type:e.type})),e)e.hasOwnProperty(n)&&(i[n]=e[n]);t.post(i)}else t.post(e)}),(function(){t.onRemove(null,e)})):!1!==i?this.post(e):this.onRemove(null,e)},abort:function(e){var t=this.reqs;if(e){var i=e;e.uid&&(i=e.uid),t[i]&&t[i].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())},post:function(e){var t=this,i=e.uid,a=this.action(e,this.uploader.groupID);this.reqs[i]=a,a&&a.then&&a.then((function(a){t.onSuccess(a,e),delete t.reqs[i]})).catch((function(a){console.error("error错误",a),t.onError&&t.onError(a,e),delete t.reqs[i]}))}},render:function(e){var t=this.handleClick,i=(this.drag,this.name),a=this.handleChange,n=this.multiple,s=this.accept,r=this.listType,l=(this.uploadFiles,this.disabled,this.handleKeydown),c={class:{"el-upload":!0},on:{click:t,keydown:l}};return c.class["el-upload--".concat(r)]=!0,e("div",p()([{},c,{attrs:{tabindex:"0"}}]),[this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:i,multiple:n,accept:s},ref:"input",on:{change:a}})])}}),_=f,g=i("2877"),b=Object(g["a"])(_,a,n,!1,null,null,null),y=b.exports,k=i("2f62"),x=Object(k["a"])("picture"),C=x.mapState,w=x.mapActions,S=x.mapMutations,$={components:{Upload:y},inject:["uploader"],data:function(){return{keyword:"",pageSize:5,pageTotal:0,pageCurrent:1,isDisabled:!1}},computed:Object(m["a"])({},C(["classify","pictures","pageInfo","classifyInfo"])),mounted:function(){var e=this;return Object(o["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:""==e.uploader.selectClassify&&(e.uploader.selectClassify=e.classify[0].id),e.uploader.selectPicture=[];case 2:case"end":return t.stop()}}),t)})))()},methods:Object(m["a"])(Object(m["a"])(Object(m["a"])({},S(["setClassifyInfo"])),w(["handlePictures"])),{},{handleSuccess:function(){},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;""==this.uploader.selectClassify&&(this.uploader.selectClassify=this.classify[0].id),this.handlePictures({id:this.uploader.selectClassify,current:e})},handleChange:function(e){var t=this;this.handlePictures({id:e.id,current:1}).then((function(i){t.uploader.selectClassify=e.id,t.setClassifyInfo({id:e.id,name:e.title_name})}))},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FileReader;n.readAsDataURL(e),n.onload=function(e){t.$heshop.uploadV2({type:1,group_id:t.uploader.selectClassify,content:e.target.result}).then((function(e){console.error("返回数据",e),i(e)})).catch((function(e){a(e)}))}}))},inputChange:function(e){}})},O=$,A=(i("ad19"),Object(g["a"])(O,h,v,!1,null,"ff1fb1c0",null)),j=A.exports,D=Object(k["a"])("picture"),L=D.mapState,E=D.mapMutations,I=D.mapActions,N={components:{Detail:j},provide:function(){return{uploader:this}},props:{visible:{type:Boolean,default:!1},limit:{type:Number,default:1},inputType:{type:String,default:"radio"}},data:function(){return{selectClassify:"",selectPicture:{},dialogVisible:!1}},computed:Object(m["a"])({},L(["classify","pictures","classifyInfo"])),created:function(){},watch:{selectClassify:function(e){var t=this.classify;for(var i in t){var a=t[i];a.id==e&&this.setClassifyInfo(a)}this.handlePictures({id:e,current:1,pageSize:15})}},mounted:function(){var e=this;return Object(o["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleClassify();case 1:case"end":return t.stop()}}),t)})))()},methods:Object(m["a"])(Object(m["a"])(Object(m["a"])({},E(["setClassifyInfo"])),I(["handleClassify","handlePictures"])),{},{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.dialogVisible=!1,this.$emit("confirm",this.selectPicture)}}),render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,r={on:{click:i}},l={props:{visible:t,title:"选择图片","before-close":a,width:"1077px","destroy-on-close":!0}};return e("div",{class:"goods-dialog"},[e("div",p()([{},r]),[s]),e("el-dialog",p()([{},l]),[e(j),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}},P=N,T=(i("3cae"),Object(g["a"])(P,s,r,!1,null,"74a30de3",null)),z=T.exports,R=i("b76a"),F=i.n(R),M={components:{popup:z,vuedraggable:F.a},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},max:{type:Number},isLord:{type:[Boolean]},width:{type:String,default:"120px"},height:{type:String,default:"120px"},inputType:{type:String,default:"radio"},isBig:{type:Boolean,default:!0}},data:function(){return{padding:"28px",top:"100%"}},computed:{url:{get:function(){return 1===this.max?null!==this.value&&"object"==Object(d["a"])(this.value)?this.value[0]:this.value?this.value:"":this.value},set:function(e){this.$emit("input",e)}},selectStyle:function(){return{width:this.width,height:this.height}}},created:function(){},watch:{},mounted:function(){var e=this;return Object(o["a"])(regeneratorRuntime.mark((function t(){var i,a,n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:i=e.$refs.picture.offsetHeight,a=e.$refs.picture.offsetWidth,n=a,i>a?(n=i,e.top=a/i*100+"%"):e.top=i/a*100+"%",e.padding=n>100?"28px":n>60?"10px 0 0 0":"16px";case 5:case"end":return t.stop()}}),t)})))()},methods:{handleConfirm:function(e){if(1==this.max)return this.url=e[0],void this.$emit("change",this.url);this.url?this.url=this.url.concat(e):this.url=e,this.$emit("change",this.url)},setDel:function(e){1===this.max?this.url="":this.$delete(this.url,e)},setReplace:function(e,t){1===this.max?this.url=e:this.$set(this.url,t,e)}}},q=M,B=(i("c66d"),Object(g["a"])(q,l,c,!1,null,"519bfd24",null));t["a"]=B.exports},"5ab4":function(e,t,i){},"5b43":function(e,t,i){"use strict";i("120d")},"5b67":function(e,t,i){"use strict";i("943d")},"5c15":function(e,t,i){},"5d78":function(e,t,i){"use strict";i("1f2d")},"5dcb":function(e,t,i){"use strict";i.r(t);var a,n,s,r,l,c,o,d,u,p,m,h,v,f,_,g,b=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("el-tabs",{staticClass:"he-tabs",attrs:{type:"card"},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[i("el-tab-pane",{attrs:{label:"图片",name:"image"}},[i("photoSelect")],1),i("el-tab-pane",{attrs:{label:"视频",name:"video"}},[i("videoSelect")],1)],1)],1)},y=[],k=i("1da1"),x=(i("96cf"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet"},[i("div",{staticClass:"picture-selet__detail"},[i("el-card",[i("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("span",[e._v("分组名称")]),i("span",{staticStyle:{float:"right",padding:"0","font-size":"14px",color:"#8c8c8c","font-weight":"400"}},[e._v("操作")])]),i("div",{staticClass:"picture-selet__detail-group"},[i("el-scrollbar",{style:{height:"632px"}},[i("el-radio-group",{model:{value:e.index,callback:function(t){e.index=t},expression:"index"}},[i("ul",[i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:-1}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),i("span",[e._v("全部")])]),i("div",{staticClass:"picture-selet__detail-action"})],1),e._l(e.groupList,(function(t,a){return i("li",{key:a},[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:a}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),e.is_edit===t.id?i("el-input",{attrs:{placeholder:"请输入内容",maxlength:8},model:{value:t.name,callback:function(i){e.$set(t,"name",i)},expression:"item.name"}},[i("el-button",{attrs:{slot:"append",type:"primary"},on:{click:function(i){e.UpdateGroupItem(t),e.is_edit=-1}},slot:"append"},[e._v("确认")])],1):i("span",[e._v(e._s(t.name))])],1),a?i("div",{staticClass:"picture-selet__detail-action"},[i("span",{attrs:{type:"text"},on:{click:function(i){e.is_edit=t.id}}},[e._v("编辑")]),e._v(" | "),i("span",{attrs:{type:"text"},on:{click:function(i){return e.handleGroupDelete(t.id,2)}}},[e._v("删除")])]):e._e()],1)}))],2)])],1),i("div",{staticClass:"picture-selet__detail-group-add"},[i("Dialog",{attrs:{title:"新建分组"},on:{confirm:function(t){return e.handleMakeGroup({id:0,name:t,type:e.fileType})}}},[i("el-button",{attrs:{plain:""}},[e._v("新建分组")])],1)],1)],1)]),i("div",{staticClass:"picture-selet__layout"},[i("div",{staticClass:"picture-selet__header"},[i("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},e._l(e.breadcrumb,(function(t,a){return i("el-breadcrumb-item",{key:a},[i("span",{on:{click:function(i){return e.handleCrumbItem(t,a)}}},[e._v(e._s(t.name||t.title_name))])])})),1)],1),i("div",{staticClass:"picture-selet__content"},[i("div",{staticClass:"picture-selet__tools"},[e.index>-1?i("div",{staticClass:"picture-selet__action"},[i("Upload",{attrs:{action:e.uploadFile,multiple:!0,onSuccess:e.handleSizeChange,autoUpload:""}},[i("el-button",{attrs:{type:"primary"}},[e._v("上传图片")])],1)],1):e._e(),e.is_make?i("div",{staticClass:"picture-selet__action"},[i("Dialog",{attrs:{title:"创建子级分组"},on:{confirm:function(t){return e.handleMakeGroup({id:e.groupInfo.id,name:t,type:e.fileType},2)}}},[i("el-button",{attrs:{plain:""}},[e._v("创建子级分组")])],1)],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleAllChange},model:{value:e.checkAll,callback:function(t){e.checkAll=t},expression:"checkAll"}},[e._v(" 当前页全选 ")])],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("el-button",{attrs:{disabled:e.is_delete},on:{click:e.handleDeletes}},[e._v("删除")])],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("Group",{attrs:{disabled:e.is_move},on:{confirm:e.handleMoveList}},[i("el-button",{attrs:{disabled:e.is_move}},[e._v("移动至")])],1)],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("Rename",{attrs:{title:"重命名",disabled:e.is_rename},on:{confirm:e.handleRenameItem},model:{value:e.checkedData,callback:function(t){e.checkedData=t},expression:"checkedData"}},[i("el-button",{attrs:{disabled:e.is_rename},on:{click:e.handleRenameItem}},[e._v("重命名")])],1)],1):e._e()]),e.photoList.length>0?i("ul",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{"min-width":"600px"}},e._l(e.photoList,(function(t,a){return i("li",{key:a},[i("label",{staticClass:"picture-selet__content-label",on:{dblclick:function(i){return i.stopPropagation(),e.handleDblClick(t)}}},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{type:"checkbox"},domProps:{value:t,checked:Array.isArray(e.checkedData)?e._i(e.checkedData,t)>-1:e.checkedData},on:{change:function(i){var a=e.checkedData,n=i.target,s=!!n.checked;if(Array.isArray(a)){var r=t,l=e._i(a,r);n.checked?l<0&&(e.checkedData=a.concat([r])):l>-1&&(e.checkedData=a.slice(0,l).concat(a.slice(l+1)))}else e.checkedData=s}}}),i("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"picture-selet__content-item-photo"},[i("div",{staticClass:"picture-selet__content-item-cover"},[t.type>0?i("Picture",{attrs:{src:t.url}}):i("Picture",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}})],1)]),i("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v(e._s(t.title_name))])],1)])])})),0):i("div",{staticClass:"picture-selet__content-empty"},[i("div",[i("Picture",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/gallery_bg.png"}}),i("p",[e._v("该分组下暂无内容")])],1)]),i("div",{staticClass:"picture-selet__paging"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)])}),C=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])}],w=i("5530"),S=(i("a9e3"),i("b0c0"),i("1276"),i("ac1f"),i("d3b7"),i("d81d"),i("1fc5")),$=i("cd20"),O=i("2638"),A=i.n(O),j={props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},placeholder:{type:[String,Number,Boolean],default:""},max:{type:[String,Number,Boolean,Object,Array],default:8},disabled:{type:[String,Number,Boolean,Object,Array],default:!1}},data:function(){return{dialogVisible:!1,inputData:""}},computed:{},created:function(){},watch:{},mounted:function(){return Object(k["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleOpen:function(){this.disabled||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("confirm",this.inputData),this.handleClose()},handleClosed:function(){this.inputData=""}},render:function(){var e=this,t=arguments[0],i=this.dialogVisible,a=this.handleOpen,n=this.handleClose,s=this.handleConfirm,r=this.placeholder,l=this.title,c=this.$slots.trigger||this.$slots.default,o={on:{click:a}},d={props:{visible:i,top:"20%",title:l,width:"360px","append-to-body":!0,"destroy-on-close":!0,"before-close":n},on:{closed:this.handleClosed}};return t("div",A()([{class:"dialog"},o]),[c,t("el-dialog",A()([{},d]),[t("el-input",{attrs:{placeholder:r,maxlength:this.max,"show-word-limit":!0},model:{value:e.inputData,callback:function(t){e.inputData=t}}}),t("span",{slot:"footer",class:"dialog-footer"},[t("el-button",{on:{click:n}},["取 消"]),t("el-button",{attrs:{type:"primary"},on:{click:s,close:n}},["确 定"])])])])}},D=j,L=(i("2d8d"),i("2877")),E=Object(L["a"])(D,a,n,!1,null,"9fcbdf92",null),I=E.exports,N=i("2f62"),P=(i("0063"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{class:["el-cascader-panel",e.border&&"is-bordered"],on:{keydown:e.handleKeyDown}},e._l(e.menus,(function(t,a){return i("div",{staticClass:"el-cascader-item"},[i("el-autocomplete",{attrs:{size:"small","value-key":"label",placeholder:"输入"+e.getlevel(a)+"分组名称搜索","fetch-suggestions":function(t,i){return e.querySearch(t,i,a)},"trigger-on-focus":!1},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.stopPropagation(),e.handleEnter(e.searchValue[a],a))}},model:{value:e.searchValue[a],callback:function(t){e.$set(e.searchValue,a,t)},expression:"searchValue[index]"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.handleEnter(e.searchValue[a],a)}},slot:"append"})],1),i("cascader-menu",{key:a,ref:"menu",refInFor:!0,attrs:{index:a,nodes:t}})],1)})),0)}),T=[],z=(i("ddb0"),i("4de4"),i("159b"),i("fb6a"),i("2909")),R=(i("99af"),i("6bd7")),F=function(e){return e.stopPropagation()},M={inject:["panel"],components:{},props:{node:{required:!0},nodeId:String},computed:{config:function(){return this.panel.config},isLeaf:function(){return this.node.isLeaf},isDisabled:function(){return this.node.isDisabled},checkedValue:function(){return this.panel.checkedValue},isChecked:function(){return this.node.isSameNode(this.checkedValue)},inActivePath:function(){return this.isInPath(this.panel.activePath)},inCheckedPath:function(){var e=this;return!!this.config.checkStrictly&&this.panel.checkedNodePaths.some((function(t){return e.isInPath(t)}))},value:function(){return this.node.getValueByOption()}},methods:{handleExpand:function(){var e=this,t=this.panel,i=this.node,a=this.isDisabled,n=this.config,s=n.multiple,r=n.checkStrictly;!r&&a||i.loading||(n.lazy&&!i.loaded?t.lazyLoad(i,(function(){var t=e.isLeaf;if(t||e.handleExpand(),s){var a=!!t&&i.checked;e.handleMultiCheckChange(a)}})):t.handleExpand(i))},handleCheckChange:function(){var e=this.panel,t=this.value,i=this.node;e.handleCheckChange(t),e.handleExpand(i)},handleMultiCheckChange:function(e){this.node.doCheck(e),this.panel.calculateMultiCheckedValue()},isInPath:function(e){var t=this.node,i=e[t.level-1]||{};return i.uid===t.uid},renderPrefix:function(e){var t=this.isLeaf,i=this.isChecked,a=this.config,n=a.checkStrictly,s=a.multiple;return s?this.renderCheckbox(e):n?this.renderRadio(e):t&&i?this.renderCheckIcon(e):null},renderPostfix:function(e){var t=this.node,i=this.isLeaf;return t.loading?this.renderLoadingIcon(e):i?null:this.renderExpandIcon(e)},renderCheckbox:function(e){var t=this.node,i=this.config,a=this.isDisabled,n={on:{change:this.handleMultiCheckChange},nativeOn:{}};return i.checkStrictly&&(n.nativeOn.click=F),e("el-checkbox",A()([{attrs:{value:t.checked,indeterminate:t.indeterminate,disabled:a}},n]))},renderRadio:function(e){var t=this.checkedValue,i=this.value,a=this.isDisabled;return Object(R["f"])(i,t)&&(i=t),e("el-radio",{attrs:{value:t,label:i,disabled:a},on:{change:this.handleCheckChange},nativeOn:{click:F}},[e("span")])},renderCheckIcon:function(e){return e("i",{class:"el-icon-check el-cascader-node__prefix"})},renderLoadingIcon:function(e){return e("i",{class:"el-icon-loading el-cascader-node__postfix"})},renderExpandIcon:function(e){return e("i",{class:"el-icon-arrow-right el-cascader-node__postfix"})},renderContent:function(e){var t=this.panel,i=this.node,a=t.renderLabelFn,n=a?a({node:i,data:i.data}):null;return e("span",{class:"el-cascader-node__label"},[n||i.label])}},render:function(e){var t=this,i=this.inActivePath,a=this.inCheckedPath,n=this.isChecked,s=this.isLeaf,r=this.isDisabled,l=this.config,c=this.nodeId,o=l.expandTrigger,d=l.checkStrictly,u=l.multiple,p=!d&&r,m={on:{}};return"click"===o?m.on.click=this.handleExpand:(m.on.mouseenter=function(e){t.handleExpand(),t.$emit("expand",e)},m.on.focus=function(e){t.handleExpand(),t.$emit("expand",e)}),!s||r||d||u||(m.on.click=this.handleCheckChange),e("li",A()([{attrs:{role:"menuitem",id:c,"aria-expanded":i,tabindex:p?null:-1},class:{"el-cascader-node":!0,"is-selectable":d,"in-active-path":i,"in-checked-path":a,"is-active":n,"is-disabled":p}},m]),[this.renderPrefix(e),this.renderContent(e),this.renderPostfix(e)])}},q=M,B=Object(L["a"])(q,s,r,!1,null,null,null),V=B.exports,G=i("d4b4"),U={name:"ElCascaderMenu",mixins:[G["a"]],inject:["panel"],components:{CascaderNode:V},props:{nodes:{type:Array,required:!0},index:Number},data:function(){return{activeNode:null,hoverTimer:null,id:Object(R["c"])()}},computed:{isEmpty:function(){return!this.nodes.length},menuId:function(){return"cascader-menu-".concat(this.id,"-").concat(this.index)}},methods:{handleExpand:function(e){this.activeNode=e.target},handleMouseMove:function(e){var t=this.activeNode,i=this.hoverTimer,a=this.$refs.hoverZone;if(t&&a)if(t.contains(e.target)){clearTimeout(i);var n=this.$el.getBoundingClientRect(),s=n.left,r=e.clientX-s,l=this.$el,c=l.offsetWidth,o=l.offsetHeight,d=t.offsetTop,u=d+t.offsetHeight;a.innerHTML='\n \n \n ')}else i||(this.hoverTimer=setTimeout(this.clearHoverZone,this.panel.config.hoverThreshold))},clearHoverZone:function(){var e=this.$refs.hoverZone;e&&(e.innerHTML="")},renderEmptyText:function(e){return e("div",{class:"el-cascader-menu__empty-text"},[this.t("el.cascader.noData")])},renderNodeList:function(e){var t=this.menuId,i=this.panel.isHoverMenu,a={on:{}};i&&(a.on.expand=this.handleExpand);var n=this.nodes.map((function(i,n){var s=i.hasChildren;return e("cascader-node",A()([{key:i.uid,attrs:{node:i,"node-id":"".concat(t,"-").concat(n),"aria-haspopup":s,"aria-owns":s?t:null}},a]))}));return[].concat(Object(z["a"])(n),[i?e("svg",{ref:"hoverZone",class:"el-cascader-menu__hover-zone"}):null])}},render:function(e){var t=this.isEmpty,i=this.menuId,a={nativeOn:{}};return this.panel.isHoverMenu&&(a.nativeOn.mousemove=this.handleMouseMove),e("el-scrollbar",A()([{attrs:{tag:"ul",role:"menu",id:i,"wrap-class":"el-cascader-menu__wrap","view-class":{"el-cascader-menu__list":!0,"is-empty":t}},class:"el-cascader-menu"},a]),[t?this.renderEmptyText(e):this.renderNodeList(e)])}},H=U,J=Object(L["a"])(H,l,c,!1,null,null,null),Q=J.exports,K=i("d4ec"),W=i("bee2"),Y=(i("13d5"),i("a15b"),i("a3ce")),X=0,Z=function(){function e(t,i,a){Object(K["a"])(this,e),this.data=t,this.config=i,this.parent=a||null,this.level=this.parent?this.parent.level+1:1,this.uid=X++,this.initState(),this.initChildren()}return Object(W["a"])(e,[{key:"initState",value:function(){var e=this.config,t=e.value,i=e.label;this.value=this.data[t],this.label=this.data[i],this.pathNodes=this.calculatePathNodes(),this.path=this.pathNodes.map((function(e){return e.value})),this.pathLabels=this.pathNodes.map((function(e){return e.label})),this.loading=!1,this.loaded=!1}},{key:"initChildren",value:function(){var t=this,i=this.config,a=i.children,n=this.data[a];this.hasChildren=Array.isArray(n),this.children=(n||[]).map((function(a){return new e(a,i,t)}))}},{key:"isDisabled",get:function(){var e=this.data,t=this.parent,i=this.config,a=i.disabled,n=i.checkStrictly;return e[a]||!n&&t&&t.isDisabled}},{key:"isLeaf",get:function(){var e=this.data,t=this.loaded,i=this.hasChildren,a=this.children,n=this.config,s=n.lazy,r=n.leaf;if(s){var l=Object(Y["a"])(e[r])?e[r]:!!t&&!a.length;return this.hasChildren=!l,l}return!i}},{key:"calculatePathNodes",value:function(){var e=[this],t=this.parent;while(t)e.unshift(t),t=t.parent;return e}},{key:"getPath",value:function(){return this.path}},{key:"getValue",value:function(){return this.value}},{key:"getValueByOption",value:function(){return this.config.emitPath?this.getPath():this.getValue()}},{key:"getText",value:function(e,t){return e?this.pathLabels.join(t):this.label}},{key:"isSameNode",value:function(e){var t=this.getValueByOption();return this.config.multiple&&Array.isArray(e)?e.some((function(e){return Object(R["f"])(e,t)})):Object(R["f"])(e,t)}},{key:"broadcast",value:function(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),a=1;a1?a-1:0),s=1;s0}},{key:"syncCheckState",value:function(e){var t=this.getValueByOption(),i=this.isSameNode(e,t);this.doCheck(i)}},{key:"doCheck",value:function(e){this.checked!==e&&(this.config.checkStrictly?this.checked=e:(this.broadcast("check",e),this.setCheckState(e),this.emit("check")))}}]),e}(),ee=function e(t,i){return t.reduce((function(t,a){return a.isLeaf?t.push(a):(!i&&t.push(a),t=t.concat(e(a.children,i))),t}),[])},te=function(){function e(t,i){Object(K["a"])(this,e),this.config=i,this.initNodes(t)}return Object(W["a"])(e,[{key:"initNodes",value:function(e){var t=this;e=Object(R["b"])(e),this.nodes=e.map((function(e){return new Z(e,t.config)})),this.flattedNodes=this.getFlattedNodes(!1,!1),this.leafNodes=this.getFlattedNodes(!0,!1)}},{key:"appendNode",value:function(e,t){var i=new Z(e,this.config,t),a=t?t.children:this.nodes;a.push(i)}},{key:"appendNodes",value:function(e,t){var i=this;e=Object(R["b"])(e),e.forEach((function(e){return i.appendNode(e,t)}))}},{key:"getNodes",value:function(){return this.nodes}},{key:"getFlattedNodes",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=e?this.leafNodes:this.flattedNodes;return t?i:ee(this.nodes,e)}},{key:"getNodeByValue",value:function(e){if(e){var t=this.getFlattedNodes(!1,!this.config.lazy).filter((function(t){return Object(R["h"])(t.path,e)||t.value===e}));return t&&t.length?t[0]:null}return null}}]),e}(),ie=i("eab7"),ae=i("9373"),ne=i("106f"),se=ae["a"].keys,re={expandTrigger:"click",multiple:!1,checkStrictly:!0,emitPath:!0,lazy:!1,lazyLoad:R["g"],value:"value",label:"label",children:"children",leaf:"leaf",disabled:"disabled",hoverThreshold:500},le=function(e){return!e.getAttribute("aria-owns")},ce=function(e,t){var i=e.parentNode;if(i){var a=i.querySelectorAll('.el-cascader-node[tabindex="-1"]'),n=Array.prototype.indexOf.call(a,e);return a[n+t]||null}return null},oe=function(e,t){if(e){var i=e.id.split("-");return Number(i[i.length-2])}},de=function(e){e&&(e.focus(),!le(e)&&e.click())},ue=function(e){if(e){var t=e.querySelector("input");t?t.click():le(e)&&e.click()}},pe={name:"ElCascaderPanel",components:{CascaderMenu:Q},props:{value:{},options:Array,props:Object,border:{type:Boolean,default:!0},renderLabel:Function},provide:function(){return{panel:this}},data:function(){return{searchValue:[],checkedValue:null,checkedNodePaths:[],store:[],menus:[],activePath:[],loadCount:0}},computed:{config:function(){return Object(ie["a"])(Object(w["a"])({},re),this.props||{})},multiple:function(){return this.config.multiple},checkStrictly:function(){return this.config.checkStrictly},leafOnly:function(){return!this.checkStrictly},isHoverMenu:function(){return"hover"===this.config.expandTrigger},renderLabelFn:function(){return this.renderLabel||this.$scopedSlots.default}},watch:{options:{handler:function(){this.initStore()},immediate:!0,deep:!0},value:function(){this.syncCheckedValue(),this.checkStrictly&&this.calculateCheckedNodePaths()},checkedValue:function(e){Object(R["f"])(e,this.value)||(this.checkStrictly&&this.calculateCheckedNodePaths(),this.$emit("input",e),this.$emit("change",e))}},mounted:function(){Object(R["e"])(this.value)||this.syncCheckedValue()},methods:{getlevel:function(e){return 0===e?"一级":1===e?"二级":2===e?"三级":void 0},handleEnter:function(e,t){e&&e.length>0?this.querySearch(e,R["g"],t):this.initStore()},querySearch:function(e,t,i){var a=this.menus[i],n=e?a.filter(this.createFilter(e)):a;n.length>0?this.menus[i]=n:this.menus[i]=[],t(n)},createFilter:function(e){return function(t){return 0===t.label.toLowerCase().indexOf(e.toLowerCase())}},initStore:function(){var e=this.config,t=this.options;e.lazy&&Object(R["e"])(t)?this.lazyLoad():(this.store=new te(t,e),this.menus=[this.store.getNodes()],this.syncMenuState())},syncCheckedValue:function(){var e=this.value,t=this.checkedValue;Object(R["f"])(e,t)||(this.checkedValue=e,this.syncMenuState())},syncMenuState:function(){var e=this.multiple,t=this.checkStrictly;this.syncActivePath(),e&&this.syncMultiCheckState(),t&&this.calculateCheckedNodePaths(),this.$nextTick(this.scrollIntoView)},syncMultiCheckState:function(){var e=this,t=this.getFlattedNodes(this.leafOnly);t.forEach((function(t){t.syncCheckState(e.checkedValue)}))},syncActivePath:function(){var e=this,t=this.store,i=this.multiple,a=this.activePath,n=this.checkedValue;if(Object(R["e"])(a))if(Object(R["e"])(n))this.activePath=[],this.menus=[t.getNodes()];else{var s=i?n[0]:n,r=this.getNodeByValue(s)||{},l=(r.pathNodes||[]).slice(0,-1);this.expandNodes(l)}else{var c=a.map((function(t){return e.getNodeByValue(t.getValue())}));this.expandNodes(c)}},expandNodes:function(e){var t=this;e.forEach((function(e){return t.handleExpand(e,!0)}))},calculateCheckedNodePaths:function(){var e=this,t=this.checkedValue,i=this.multiple,a=i?Object(R["b"])(t):[t];this.checkedNodePaths=a.map((function(t){var i=e.getNodeByValue(t);return i?i.pathNodes:[]}))},handleKeyDown:function(e){var t=e.target,i=e.keyCode;switch(i){case se.up:var a=ce(t,-1);de(a);break;case se.down:var n=ce(t,1);de(n);break;case se.left:var s=this.$refs.menu[oe(t)-1];if(s){var r=s.$el.querySelector('.el-cascader-node[aria-expanded="true"]');de(r)}break;case se.right:var l=this.$refs.menu[oe(t)+1];if(l){var c=l.$el.querySelector('.el-cascader-node[tabindex="-1"]');de(c)}break;case se.enter:ue(t);break;case se.esc:case se.tab:this.$emit("close");break;default:return}},handleExpand:function(e,t){var i=this.activePath,a=e.level,n=i.slice(0,a-1),s=this.menus.slice(0,a);if(e.isLeaf||(n.push(e),s.push(e.children)),this.activePath=n,this.menus=s,!t){var r=n.map((function(e){return e.getValue()})),l=i.map((function(e){return e.getValue()}));Object(R["h"])(r,l)||(this.$emit("active-item-change",r),this.$emit("expand-change",r))}},handleCheckChange:function(e){this.checkedValue=e},lazyLoad:function(e,t){var i=this,a=this.config;e||(e=e||{root:!0,level:0},this.store=new te([],a),this.menus=[this.store.getNodes()]),e.loading=!0;var n=function(a){var n=e.root?null:e;if(a&&a.length&&i.store.appendNodes(a,n),e.loading=!1,e.loaded=!0,Array.isArray(i.checkedValue)){var s=i.checkedValue[i.loadCount++],r=i.config.value,l=i.config.leaf;if(Array.isArray(a)&&a.filter((function(e){return e[r]===s})).length>0){var c=i.store.getNodeByValue(s);c.data[l]||i.lazyLoad(c,(function(){i.handleExpand(c)})),i.loadCount===i.checkedValue.length&&i.$parent.computePresentText()}}t&&t(a)};a.lazyLoad(e,n)},calculateMultiCheckedValue:function(){this.checkedValue=this.getCheckedNodes(this.leafOnly).map((function(e){return e.getValueByOption()}))},scrollIntoView:function(){if(!this.$isServer){var e=this.$refs.menu||[];e.forEach((function(e){var t=e.$el;if(t){var i=t.querySelector(".el-scrollbar__wrap"),a=t.querySelector(".el-cascader-node.is-active")||t.querySelector(".el-cascader-node.in-active-path");Object(ne["a"])(i,a)}}))}},getNodeByValue:function(e){return this.store.getNodeByValue(e)},getFlattedNodes:function(e){var t=!this.config.lazy;return this.store.getFlattedNodes(e,t)},getCheckedNodes:function(e){var t=this.checkedValue,i=this.multiple;if(i){var a=this.getFlattedNodes(e);return a.filter((function(e){return e.checked}))}return Object(R["e"])(t)?[]:[this.getNodeByValue(t)]},clearCheckedNodes:function(){var e=this.config,t=this.leafOnly,i=e.multiple,a=e.emitPath;i?(this.getCheckedNodes(t).filter((function(e){return!e.isDisabled})).forEach((function(e){return e.doCheck(!1)})),this.calculateMultiCheckedValue()):this.checkedValue=a?[]:null}}},me=pe,he=Object(L["a"])(me,P,T,!1,null,null,null),ve=he.exports,fe=ve,_e=Object(N["a"])("picture"),ge=_e.mapState,be=_e.mapActions,ye=(_e.mapMutations,{components:{cascaderPanel:fe},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"移动至"}},data:function(){return{dialogVisible:!1,inputData:"",groupData:[],radio:[0,0,0]}},computed:Object(w["a"])({},ge(["groups"])),created:function(){},watch:{},mounted:function(){return Object(k["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:Object(w["a"])(Object(w["a"])({},be(["handleGroups"])),{},{handleOpen:function(){var e=this;this.handleGroups().then((function(t){e.dialogVisible=!0,e.groupData=e.setTreeData(t)}))},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){if(this.inputData.length>0){var e=this.inputData.pop();this.$emit("confirm",e),this.handleClose()}else this.$message({message:"请选择要移动的分组",type:"warning"})},handleClosed:function(){this.inputData=""},setTreeData:function(e){return this.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentID:0,childrenKey:"children"}).on(e).get()},handleChange:function(e){this.inputData=e}}),render:function(e){var t=this.dialogVisible,i=this.handleOpen,a=this.handleClose,n=this.handleConfirm,s=this.title,r=this.$slots.trigger||this.$slots.default,l={on:{click:i}},c={props:{visible:t,top:"10%",title:s,width:"800px","append-to-body":!0,"destroy-on-close":!0,"before-close":a,filterable:!0},on:{closed:this.handleClosed}},o={props:{value:this.inputData,options:this.groupData,key:1,props:{value:"id",label:"name"}}};return e("div",A()([{class:"dialog"},l]),[r,e("el-dialog",A()([{},c]),[e("div",{class:"dialog-group"},[e("div",{class:"dialog-group__search"},[e("el-input",{attrs:{placeholder:"输入分组名称搜索",size:"small"}},[e("el-button",{slot:"append",attrs:{icon:"el-icon-search"}})])]),e(fe,A()([{},o,{on:{change:this.handleChange}}]))]),e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n,close:a}},["确 定"])])])])}}),ke=ye,xe=(i("b945"),Object(L["a"])(ke,o,d,!1,null,"8979c85a",null)),Ce=xe.exports,we={props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},placeholder:{type:[String,Number,Boolean],default:""},disabled:{type:[String,Number,Boolean,Object,Array],default:!1}},data:function(){return{max:32,dialogVisible:!1,inputData:{name:""}}},methods:{handleOpen:function(){if(!this.disabled){if(this.value.length>0){var e=this.value[0];this.inputData={id:e.id,type:e.type,name:e.title_name,parent_id:e.parent_id},0===e.type?this.max=8:this.max=32}this.dialogVisible=!0}},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("confirm",this.inputData),this.handleClose()},handleClosed:function(){this.inputData={name:""}}},render:function(e){var t=this,i=this.dialogVisible,a=this.handleOpen,n=this.handleClose,s=this.handleConfirm,r=this.placeholder,l=this.title,c=this.$slots.trigger||this.$slots.default,o={on:{click:a}},d={props:{visible:i,top:"20%",title:l,width:"360px","append-to-body":!0,"destroy-on-close":!0,"before-close":n},on:{closed:this.handleClosed}};return e("div",A()([{class:"dialog"},o]),[c,e("el-dialog",A()([{},d]),[e("el-input",{attrs:{placeholder:r,maxlength:this.max,"show-word-limit":!0},model:{value:t.inputData.name,callback:function(e){t.$set(t.inputData,"name",e)}}}),e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:n}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:s,close:n}},["确 定"])])])])}},Se=we,$e=(i("d52c"),Object(L["a"])(Se,u,p,!1,null,"45d80a8a",null)),Oe=$e.exports,Ae=Object(N["a"])("photo"),je=Ae.mapState,De=Ae.mapActions,Le=Ae.mapMutations,Ee={components:{Picture:S["a"],Upload:$["a"],Dialog:I,Group:Ce,Rename:Oe},props:{fileType:{type:[String,Number,Boolean,Object,Array],default:1}},provide:function(){return{uploader:this}},data:function(){return{index:-1,is_edit:0,checkedData:[],checkAll:!1,isIndeterminate:!1,loading:!1,breadcrumb:[{id:-1,name:"全部"}]}},watch:{index:function(e){this.checkedData=[];var t=null;t=-1==e?{id:-1,name:"全部"}:this.groupList[e],this.breadcrumb=[t],this.setGroupInfo(t),this.LoadPhotoList({id:t.id,current:1,pageSize:15})},checkedData:function(e){e.length==this.photoList.length&&0!==e.length?(this.isIndeterminate=!1,this.checkAll=!0):e.length>0?this.isIndeterminate=!0:(this.checkAll=!1,this.isIndeterminate=!1)}},computed:Object(w["a"])(Object(w["a"])({},je(["groupList","groupInfo","photoList","pageInfo"])),{},{is_make:function(){if("全部"==this.groupInfo.name)return!1;if("未分组"==this.groupInfo.name)return!1;var e=this.groupInfo.path||this.groupInfo.url||"0";return!(e.split("-").length>=3)},is_move:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1},is_delete:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1&&this.checkedData.length>1||e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1},is_rename:function(){if(0==this.checkedData.length)return!0;if(this.checkedData.length>1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1}}),mounted:function(){var e=this;return Object(k["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.LoadGroupList().then((function(t){e.LoadPhotoList({id:-1,current:1,pageSize:15})}));case 1:case"end":return t.stop()}}),t)})))()},methods:Object(w["a"])(Object(w["a"])(Object(w["a"])({},Le(["setGroupInfo"])),De(["LoadGroupList","LoadPhotoList","InterGroupItem","UpdateGroupItem","DeleteGroupItem","DeletePhotoList","MovePhotoList","UpdatePhotoItem","upadteGroupInfo"])),{},{handleMakeGroup:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.InterGroupItem(e).then((function(e){1==i&&(t.index=-1,t.upadteGroupInfo({id:-1,name:"全部"}),t.LoadGroupList().then((function(e){})),t.loading=!1),2==i&&setTimeout((function(){var i=e.parent_id||t.groupInfo.id;t.LoadPhotoList({id:i,current:1,pageSize:15}).then((function(e){t.loading=!1})),t.checkedData=[]}),500)})).catch((function(e){t.loading=!1}))},handleGroupDelete:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.$confirm("此分组及子级分组的图片都将移至未分组中, 是否确认删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){t.DeleteGroupItem({id:e,type:i}).then((function(){1==i&&setTimeout((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15}).then((function(e){t.loading=!1})),t.checkedData=[]}),500),2==i&&(t.index=-1,t.LoadGroupList().then((function(){t.loading=!1,t.LoadPhotoList({id:-1,current:1,pageSize:15}),t.checkedData=[]})),t.loading=!1)})).catch((function(){t.loading=!1}))})).catch((function(){t.loading=!1}))},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FileReader;n.readAsDataURL(e),n.onload=function(n){t.$heshop.uploadV2({type:1,title:e.name,group_id:t.groupInfo.id,content:n.target.result}).then((function(e){t.loading=!1,i(e)})).catch((function(e){t.loading=!1,a(e)}))}}))},handleAllChange:function(e){this.isIndeterminate=!1,this.checkedData=e?this.photoList:[]},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.LoadPhotoList({id:this.groupInfo.id,current:e,pageSize:15}),this.checkedData=[]},handleDeletes:function(){var e=this;this.loading=!0;var t=[],i=0;for(var a in this.checkedData){var n=this.checkedData[a];n.id&&(i=n.type,t.push(n.id))}if(0===i){if(t[0]){var s=t[0];this.handleGroupDelete(s)}}else this.$confirm("是否确认删除选中内容","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e.DeletePhotoList(t).then((function(t){e.LoadPhotoList({id:e.groupInfo.id,current:1,pageSize:15}).then((function(t){e.loading=!1})),e.checkedData=[]}))})).catch((function(){e.loading=!1}))},handleMoveList:function(e){var t=this,i=[];this.checkedData.map((function(e){i.push(e.id)})),this.MovePhotoList({list:i,group_id:e}).then((function(e){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15}),t.checkedData=[]}))},handleRenameItem:function(e){var t=this;0==e.type?this.UpdateGroupItem(e).then((function(e){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15}),t.checkedData=[]})):e.id&&this.UpdatePhotoItem(e).then((function(e){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15}),t.checkedData=[]}))},handleDblClick:function(e){0===e.type&&(this.setGroupInfo(e),this.breadcrumb.push(e),this.LoadPhotoList({id:e.id,current:1,pageSize:15}),this.checkedData=[])},handleCrumbItem:function(e,t){if(0===t&&(this.upadteGroupInfo(e),this.breadcrumb=[e],this.LoadPhotoList({id:e.id,current:1,pageSize:15}),this.checkedData=[]),1===t){this.breadcrumb.length>2&&this.breadcrumb.pop();var i=this.breadcrumb[1];this.upadteGroupInfo(i),this.LoadPhotoList({id:i.id,current:1,pageSize:15}),this.checkedData=[]}},groupNameCheck:function(e){return e.length>8?e.substr(0,8):e}})},Ie=Ee,Ne=(i("2739"),Object(L["a"])(Ie,x,C,!1,null,"9194793e",null)),Pe=Ne.exports,Te=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet"},[i("div",{staticClass:"picture-selet__detail"},[i("el-card",[i("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("span",[e._v("分组名称")]),i("span",{staticStyle:{float:"right",padding:"0","font-size":"14px",color:"#8c8c8c","font-weight":"400"}},[e._v("操作")])]),i("div",{staticClass:"picture-selet__detail-group"},[i("el-scrollbar",{style:{height:"632px"}},[i("el-radio-group",{model:{value:e.index,callback:function(t){e.index=t},expression:"index"}},[i("ul",[i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:-1}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),i("span",[e._v("全部")])]),i("div",{staticClass:"picture-selet__detail-action"})],1),e._l(e.groupList,(function(t,a){return i("li",[i("el-radio",{staticClass:"picture-selet__detail-radio",attrs:{label:a}},[i("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),e.is_edit===t.id?i("el-input",{attrs:{placeholder:"请输入内容"},model:{value:t.name,callback:function(i){e.$set(t,"name",i)},expression:"item.name"}},[i("el-button",{attrs:{slot:"append",type:"primary"},on:{click:function(i){e.UpdateGroupItem(t),e.is_edit=-1}},slot:"append"},[e._v("确认")])],1):i("span",[e._v(e._s(t.name))])],1),a?i("div",{staticClass:"picture-selet__detail-action"},[i("span",{attrs:{type:"text"},on:{click:function(i){e.is_edit=t.id}}},[e._v("编辑")]),e._v(" | "),i("span",{attrs:{type:"text"},on:{click:function(i){return e.handleGroupDelete(t.id,2)}}},[e._v("删除")])]):e._e()],1)}))],2)])],1),i("div",{staticClass:"picture-selet__detail-group-add"},[i("Dialog",{attrs:{title:"新建分组"},on:{confirm:function(t){return e.handleMakeGroup({id:0,name:t})}}},[i("el-button",{attrs:{plain:""}},[e._v("新建分组")])],1)],1)],1)]),i("div",{staticClass:"picture-selet__layout"},[i("div",{staticClass:"picture-selet__header"},[i("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},e._l(e.breadcrumb,(function(t,a){return i("el-breadcrumb-item",{key:a},[i("span",{on:{click:function(i){return e.handleCrumbItem(t,a)}}},[e._v(e._s(t.name||t.title_name))])])})),1)],1),i("div",{staticClass:"picture-selet__content"},[i("div",{staticClass:"picture-selet__tools"},[e.index>-1?i("div",{staticClass:"picture-selet__action"},[i("Upload",{attrs:{action:e.uploadFile,multiple:!0,onSuccess:e.handleSizeChange,autoUpload:"",accept:".mp4,.avi,.rmvb"}},[i("el-button",{attrs:{type:"primary"}},[e._v("上传视频")])],1)],1):e._e(),e.is_make?i("div",{staticClass:"picture-selet__action"},[i("Dialog",{attrs:{title:"创建子级分组"},on:{confirm:function(t){return e.handleMakeGroup({id:e.groupInfo.id,name:t},2)}}},[i("el-button",{attrs:{plain:""}},[e._v("创建子级分组")])],1)],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleAllChange},model:{value:e.checkAll,callback:function(t){e.checkAll=t},expression:"checkAll"}},[e._v(" 当前页全选 ")])],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("el-button",{attrs:{disabled:e.is_delete},on:{click:e.handleDeletes}},[e._v("删除")])],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("Group",{attrs:{disabled:e.is_move},on:{confirm:e.handleMoveList}},[i("el-button",{attrs:{disabled:e.is_move}},[e._v("移动至")])],1)],1):e._e(),e.photoList.length>0?i("div",{staticClass:"picture-selet__action"},[i("Rename",{attrs:{title:"重命名",disabled:e.is_rename},on:{confirm:e.handleRenameItem},model:{value:e.checkedData,callback:function(t){e.checkedData=t},expression:"checkedData"}},[i("el-button",{attrs:{disabled:e.is_rename},on:{click:e.handleRenameItem}},[e._v("重命名")])],1)],1):e._e()]),e.photoList.length>0?i("ul",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},e._l(e.photoList,(function(t,a){return i("li",[i("label",{staticClass:"picture-selet__content-label",on:{dblclick:function(i){return i.stopPropagation(),e.handleDblClick(t)}}},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedData,expression:"checkedData"}],staticClass:"picture-selet__content-input",attrs:{type:"checkbox"},domProps:{value:t,checked:Array.isArray(e.checkedData)?e._i(e.checkedData,t)>-1:e.checkedData},on:{change:function(i){var a=e.checkedData,n=i.target,s=!!n.checked;if(Array.isArray(a)){var r=t,l=e._i(a,r);n.checked?l<0&&(e.checkedData=a.concat([r])):l>-1&&(e.checkedData=a.slice(0,l).concat(a.slice(l+1)))}else e.checkedData=s}}}),i("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),i("div",{staticClass:"picture-selet__content-item-photo"},[t.type>0?i("div",{staticClass:"picture-selet__content-item-icon"},[i("i",{staticClass:"le-icon le-icon-shipin"})]):e._e(),t.type>0?i("Picture",{attrs:{src:t.cover}}):i("Picture",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}})],1),i("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v(e._s(t.title_name))])],1)])])})),0):i("div",{staticClass:"picture-selet__content-empty"},[i("div",[i("Picture",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/gallery_bg.png"}}),i("p",[e._v("该分组下暂无内容")])],1)]),i("div",{staticClass:"picture-selet__paging"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)])},ze=[function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"picture-selet__content-close"},[i("i",{staticClass:"le-icon le-icon-tick"})])}],Re=(i("2b3d"),i("3ca3"),i("fa48")),Fe={props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},placeholder:{type:[String,Number,Boolean],default:""},max:{type:[String,Number,Boolean,Object,Array],default:8},disabled:{type:[String,Number,Boolean,Object,Array],default:!1}},data:function(){return{dialogVisible:!1,inputData:""}},computed:{},created:function(){},watch:{},mounted:function(){return Object(k["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleOpen:function(){this.disabled||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("confirm",this.inputData),this.handleClose()},handleClosed:function(){this.inputData=""}},render:function(e){var t=this,i=this.dialogVisible,a=this.handleOpen,n=this.handleClose,s=this.handleConfirm,r=this.placeholder,l=this.title,c=this.$slots.trigger||this.$slots.default,o={on:{click:a}},d={props:{visible:i,top:"20%",title:l,width:"360px","append-to-body":!0,"destroy-on-close":!0,"before-close":n},on:{closed:this.handleClosed}};return e("div",A()([{class:"dialog"},o]),[c,e("el-dialog",A()([{},d]),[e("el-input",{attrs:{placeholder:r,maxlength:this.max,"show-word-limit":!0},model:{value:t.inputData,callback:function(e){t.inputData=e}}}),e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:n}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:s,close:n}},["确 定"])])])])}},Me=Fe,qe=(i("af4b"),Object(L["a"])(Me,m,h,!1,null,"400ace0f",null)),Be=qe.exports,Ve=Object(N["a"])("picture"),Ge=Ve.mapState,Ue=Ve.mapActions,He=(Ve.mapMutations,{components:{cascaderPanel:fe},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"移动至"}},data:function(){return{dialogVisible:!1,inputData:"",groupData:[],radio:[0,0,0]}},computed:Object(w["a"])({},Ge(["groups"])),created:function(){},watch:{},mounted:function(){return Object(k["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:Object(w["a"])(Object(w["a"])({},Ue(["handleGroups"])),{},{handleOpen:function(){var e=this;this.handleGroups().then((function(t){e.dialogVisible=!0,e.groupData=e.setTreeData(t)}))},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){if(this.inputData.length>0){var e=this.inputData.pop();this.$emit("confirm",e),this.handleClose()}else this.$message({message:"请选择要移动的分组",type:"warning"})},handleClosed:function(){this.inputData=""},setTreeData:function(e){return this.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentID:0,childrenKey:"children"}).on(e).get()},handleChange:function(e){this.inputData=e}}),render:function(e){var t=this.dialogVisible,i=this.handleOpen,a=this.handleClose,n=this.handleConfirm,s=this.title,r=this.$slots.trigger||this.$slots.default,l={on:{click:i}},c={props:{visible:t,top:"10%",title:s,width:"800px","append-to-body":!0,"destroy-on-close":!0,"before-close":a,filterable:!0},on:{closed:this.handleClosed}},o={props:{value:this.inputData,options:this.groupData,key:1,props:{value:"id",label:"name"}}};return e("div",A()([{class:"dialog"},l]),[r,e("el-dialog",A()([{},c]),[e("div",{class:"dialog-group"},[e("div",{class:"dialog-group__search"},[e("el-input",{attrs:{placeholder:"输入分组名称搜索",size:"small"}},[e("el-button",{slot:"append",attrs:{icon:"el-icon-search"}})])]),e(fe,A()([{},o,{on:{change:this.handleChange}}]))]),e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n,close:a}},["确 定"])])])])}}),Je=He,Qe=(i("c36c"),Object(L["a"])(Je,v,f,!1,null,"97a30176",null)),Ke=Qe.exports,We={props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"图片"},placeholder:{type:[String,Number,Boolean],default:""},disabled:{type:[String,Number,Boolean,Object,Array],default:!1}},data:function(){return{max:32,dialogVisible:!1,inputData:{name:""}}},methods:{handleOpen:function(){if(!this.disabled){if(this.value.length>0){var e=this.value[0];this.inputData={id:e.id,type:e.type,name:e.title_name,parent_id:e.parent_id},0===e.type?this.max=8:this.max=32}this.dialogVisible=!0}},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("confirm",this.inputData),this.handleClose()},handleClosed:function(){this.inputData={name:""}}},render:function(e){var t=this,i=this.dialogVisible,a=this.handleOpen,n=this.handleClose,s=this.handleConfirm,r=this.placeholder,l=this.title,c=this.$slots.trigger||this.$slots.default,o={on:{click:a}},d={props:{visible:i,top:"20%",title:l,width:"360px","append-to-body":!0,"destroy-on-close":!0,"before-close":n},on:{closed:this.handleClosed}};return e("div",A()([{class:"dialog"},o]),[c,e("el-dialog",A()([{},d]),[e("el-input",{attrs:{placeholder:r,maxlength:this.max,"show-word-limit":!0},model:{value:t.inputData.name,callback:function(e){t.$set(t.inputData,"name",e)}}}),e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:n}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:s,close:n}},["确 定"])])])])}},Ye=We,Xe=(i("5e8c"),Object(L["a"])(Ye,_,g,!1,null,"789a7e1d",null)),Ze=Xe.exports,et=Object(N["a"])("video"),tt=et.mapState,it=et.mapActions,at=et.mapMutations,nt={components:{Picture:S["a"],Upload:Re["a"],Dialog:Be,Group:Ke,Rename:Ze},props:{fileType:{type:[String,Number,Boolean,Object,Array],default:2}},provide:function(){return{uploader:this}},data:function(){return{index:-1,is_edit:0,checkedData:[],checkAll:!1,isIndeterminate:!1,loading:!1,breadcrumb:[{id:-1,name:"全部"}]}},watch:{index:function(e){this.checkedData=[];var t=null;t=-1==e?{id:-1,name:"全部"}:this.groupList[e],this.breadcrumb=[t],this.setGroupInfo(t),this.LoadPhotoList({id:t.id,current:1,pageSize:15})},checkedData:function(e){e.length>0?this.isIndeterminate=!0:(this.checkAll=!1,this.isIndeterminate=!1)}},computed:Object(w["a"])(Object(w["a"])({},tt(["groupList","groupInfo","photoList","pageInfo"])),{},{is_make:function(){if("全部"==this.groupInfo.name)return!1;if("未分组"==this.groupInfo.name)return!1;var e=this.groupInfo.path||this.groupInfo.url||"0";return!(e.split("-").length>=3)},is_move:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1},is_delete:function(){if(this.checkedData.length<1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":0')>-1&&this.checkedData.length>1||e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1},is_rename:function(){if(0==this.checkedData.length)return!0;if(this.checkedData.length>1)return!0;var e=JSON.stringify(this.checkedData);return e.indexOf('"type":1')>-1&&e.indexOf('"type":0')>-1}}),mounted:function(){var e=this;return Object(k["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.LoadGroupList().then((function(){e.LoadPhotoList({id:-1,current:1,pageSize:15})}));case 1:case"end":return t.stop()}}),t)})))()},methods:Object(w["a"])(Object(w["a"])(Object(w["a"])({},at(["setGroupInfo"])),it(["LoadGroupList","LoadPhotoList","InterGroupItem","UpdateGroupItem","DeleteGroupItem","DeletePhotoList","MovePhotoList","UpdatePhotoItem","upadteGroupInfo"])),{},{handleMakeGroup:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.InterGroupItem(e).then((function(e){1==i&&(t.index=-1,t.upadteGroupInfo({id:-1,name:"全部"}),t.LoadGroupList().then((function(){}))),2==i&&setTimeout((function(){var i=e.parent_id||t.groupInfo.id;t.LoadPhotoList({id:i,current:1,pageSize:15}).then((function(){t.loading=!1})),t.checkedData=[]}),500)})).catch((function(){t.loading=!1}))},handleGroupDelete:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.loading=!0,this.$confirm("此分组及子级分组的图片都将移至未分组中, 是否确认删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){t.DeleteGroupItem({id:e,type:i}).then((function(){1==i&&setTimeout((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15}).then((function(){t.loading=!1})),t.checkedData=[]}),500),2==i&&(t.index=-1,t.LoadGroupList().then((function(){t.loading=!1,t.LoadPhotoList({id:-1,current:1,pageSize:15}),t.checkedData=[]})))})).catch((function(){t.loading=!1}))})).catch((function(){t.loading=!1}))},getVideoImage:function(e,t){if(e&&0==e.type.indexOf("video/")){var i=document.createElement("video");i.src=URL.createObjectURL(e),i.addEventListener("loadeddata",(function(){this.currentTime=1})),i.addEventListener("seeked",(function(){this.width=this.videoWidth,this.height=this.videoHeight;var i=document.createElement("canvas"),a=i.getContext("2d");i.width=this.width,i.height=this.height,a.drawImage(this,0,0,i.width,i.height);var n={url:i.toDataURL("image/jpeg",1),width:this.width,height:this.height,currentTime:this.currentTime,duration:this.duration};i.toBlob((function(i){n.blob=i,"function"==typeof t&&t.call(e,n)}),"image/jpeg")}))}},uploadFile:function(e){var t=this;return new Promise((function(i,a){var n=new FormData;t.getVideoImage(e,(function(s){n.append("content",e),n.append("cover",s.url),n.append("type",2),n.append("title",e.name),n.append("group_id",t.groupInfo.id),t.$heshop.video(n).then((function(e){t.loading=!1,i(e)})).catch((function(e){t.$message({message:"上传失败",type:"warning"}),t.loading=!1,a(e)}))}))}))},handleAllChange:function(e){this.isIndeterminate=!1,this.checkedData=e?this.photoList:[]},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.LoadPhotoList({id:this.groupInfo.id,current:e,pageSize:15}),this.checkedData=[]},handleDeletes:function(){var e=this;this.loading=!0;var t=[],i=0;for(var a in this.checkedData){var n=this.checkedData[a];n.id&&(i=n.type,t.push(n.id))}if(0===i){if(t[0]){var s=t[0];this.handleGroupDelete(s)}}else this.$confirm("是否确认删除选中内容","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e.DeletePhotoList(t).then((function(t){e.LoadPhotoList({id:e.groupInfo.id,current:1,pageSize:15}).then((function(){e.loading=!1})),e.checkedData=[]}))})).catch((function(){}))},handleMoveList:function(e){var t=this,i=[];this.checkedData.map((function(e){i.push(e.id)})),this.MovePhotoList({list:i,group_id:e}).then((function(){t.LoadPhotoList({id:t.groupInfo.id,current:1,pageSize:15}),t.checkedData=[]}))},handleRenameItem:function(e){var t=this;0==e.type?this.UpdateGroupItem(e).then((function(){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15}),t.checkedData=[]})):e.id&&this.UpdatePhotoItem(e).then((function(){t.LoadPhotoList({id:t.groupInfo.id,current:t.pageInfo.current,pageSize:15}),t.checkedData=[]}))},handleDblClick:function(e){0===e.type&&(this.setGroupInfo(e),this.breadcrumb.push(e),this.LoadPhotoList({id:e.id,current:1,pageSize:15}),this.checkedData=[])},handleCrumbItem:function(e,t){if(0===t&&(this.upadteGroupInfo(e),this.breadcrumb=[e],this.LoadPhotoList({id:e.id,current:1,pageSize:15}),this.checkedData=[]),1===t){this.breadcrumb.length>2&&this.breadcrumb.pop();var i=this.breadcrumb[1];this.upadteGroupInfo(i),this.LoadPhotoList({id:i.id,current:1,pageSize:15}),this.checkedData=[]}}})},st=nt,rt=(i("93c9"),Object(L["a"])(st,Te,ze,!1,null,"2145a626",null)),lt=rt.exports,ct={components:{photoSelect:Pe,videoSelect:lt},data:function(){return{activeName:"image",config:{action:{newGroup:!0,editGroup:!0,upload:!0,newDirectory:!0,onDelete:!0,onMove:!0,onRename:!0,checkall:!0}}}},computed:{},created:function(){},watch:{},mounted:function(){return Object(k["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}},ot=ct,dt=Object(L["a"])(ot,b,y,!1,null,null,null);t["default"]=dt.exports},"5e8c":function(e,t,i){"use strict";i("65fc")},"5ecd":function(e,t,i){},"5f7d":function(e,t,i){},"5fb4":function(e,t,i){e.exports=i.p+"img/he-4-user.a822153a.png"},"5fd3":function(e,t,i){},"5fda":function(e,t,i){},"609b":function(e,t,i){},"60a9":function(e,t,i){},"60b5":function(e,t,i){e.exports=i.p+"img/he-4-order.df6608ef.png"},"613d":function(e,t,i){"use strict";i("55b2")},6165:function(e,t,i){},6199:function(e,t,i){"use strict";i("09e6")},"61b2":function(e,t,i){},"627a":function(e,t,i){"use strict";i("f140")},"63ab":function(e,t,i){"use strict";i("ebf6")},"640c":function(e,t,i){"use strict";i("5105")},6459:function(e,t,i){e.exports=i.p+"img/he-3-user.58de03ce.png"},"648c":function(e,t,i){},"65a7":function(e,t,i){},"65fc":function(e,t,i){},"65ff":function(e,t,i){"use strict";i("0b39")},"663c":function(e,t,i){},"674d":function(e,t,i){"use strict";i("9f0b")},6785:function(e,t,i){},"67be":function(e,t,i){},"67f9":function(e,t,i){"use strict";i("5c15")},"680a":function(e,t,i){"use strict";i("6785")},"689f":function(e,t,i){e.exports=i.p+"img/success.cf45f571.png"},"694e":function(e,t,i){e.exports=i.p+"img/he-3-goods.903c5a10.png"},6959:function(e,t,i){"use strict";i("5f7d")},6997:function(e,t,i){},"69ee":function(e,t,i){e.exports=i.p+"img/box_scores.3165ca08.png"},"6ae8":function(e,t,i){"use strict";i("8b7f")},"6b16":function(e,t,i){},"6b1c":function(e,t,i){"use strict";i("3b81")},"6c03":function(e,t,i){"use strict";i("f0b9")},"6c56":function(e,t,i){},"6c72":function(e,t,i){},"6c7a":function(e,t,i){e.exports=i.p+"img/he-1-goods.227d6895.png"},"6d69":function(e,t,i){e.exports=i.p+"img/he-deploy-guide-2.673c6139.png"},"6daa":function(e,t,i){},"6e9e":function(e,t,i){"use strict";i("9cfc")},7049:function(e,t,i){},7067:function(e,t,i){},"718d":function(e,t,i){},"726a":function(e,t,i){e.exports=i.p+"img/he-2-goods.260a17ae.png"},7271:function(e,t,i){"use strict";i("c01b")},"72c8":function(e,t,i){},"72e4":function(e,t,i){"use strict";i("33af")},7308:function(e,t,i){},"73e4":function(e,t,i){},7466:function(e,t,i){"use strict";i("ec4e")},7526:function(e,t,i){},"75c9":function(e,t,i){"use strict";i("1031")},"78ff":function(e,t,i){},7912:function(e,t,i){"use strict";i("57aa")},"79b3":function(e,t,i){"use strict";i("a258")},"79c8":function(e,t,i){},"7abe":function(e,t,i){"use strict";i("609b")},"7ac8":function(e,t,i){"use strict";i("db8c")},"7ae5":function(e,t,i){"use strict";i("e9da")},"7afc":function(e,t,i){"use strict";i("f54f")},"7bb5":function(e,t,i){"use strict";i("ff63")},"7beb":function(e,t,i){"use strict";i("c43d")},"7c2d":function(e,t,i){e.exports=i.p+"img/he-example.29530fc3.png"},"7c55":function(e,t,i){"use strict";i("2395")},"7c8d":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAh1BMVEUAAABiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOv///+RdvHm4Pzj3Pzc0/vZ0PrXzfrTyfm+rvegiPNpROzu6f2Lb/D49v7f1/uxnfWVfPKBY+98XO708f7Kvfipk/SMcfGFZ/CBYe9lQOvq5PzUyfqtmfWDTmThAAAAD3RSTlMA/Y8G+dcqlZQs9NS9u5jlkouMAAABEklEQVQ4y42Vy3KCQBRERwQUTXIvD1FAA741yf9/X+ZBpauCA/csKBaHanoWPcoQB1FIHsIoiJVjvpzRKLOPufXeaZI3Yy5IwFL/H3LH0mMVkIhARTIxUqFMDBUJGRe7m0hMt8wCcV8yC8R0w4YDRF+oo4DoDW0a/dhB9IXmP0asIHpCyy5jzRHiINRyeVjvUEMchBp2dYYu/8WbDu1pn3n/wSuR/7hSxo5qVKyc13cZivdPtqRkX9BlWKZlzd156AIRnIqvI9nq6OI58CddGFRDETQMHmNiDu9cC8UNTYjF/htdvOKZS514RRef2LXupLbMJyIgHYCVdFLW8pFKZLOXCId0IZ5m+dhPXh+rdZAY5xcy5V7e11jAXAAAAABJRU5ErkJggg=="},"7d53":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.show,expression:"show"}],staticClass:"modal-bg"},[a("div",{staticClass:"modal-container"},[a("div",{staticClass:"modal-header"}),a("div",{staticClass:"modal-main"},[a("img",{staticClass:"modal-image",attrs:{src:i("f358"),alt:""}}),a("div",{staticClass:"model-content"},[a("span",[e._v(e._s(e.title))])])])])])},n=[],s={name:"modal",props:{show:{type:[Boolean,Object]},title:{type:String,default:function(){return"加载中"}}},data:function(){return{}},mounted:function(){},methods:{},watch:{}},r=s,l=(i("af46"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"1c0b506a",null);t["a"]=c.exports},"7dfa":function(e,t,i){},"7f27":function(e,t,i){"use strict";i("c041")},"7f66":function(e,t,i){},"7fd7":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-form",{ref:"ruleForm",attrs:{model:e.ruleForm,"label-width":"217px",rules:e.rules}},[a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("基本设置")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"经营状态",prop:"pass"}},[a("el-radio-group",{model:{value:e.ruleForm.basic_setting.run_status,callback:function(t){e.$set(e.ruleForm.basic_setting,"run_status",t)},expression:"ruleForm.basic_setting.run_status"}},[a("el-radio",{attrs:{label:1}},[e._v("营业")]),a("el-radio",{attrs:{label:0}},[e._v("打烊")])],1),a("div",{staticClass:"he-tips"},[e._v(" 设置打烊后,买家将无法支付订单,其他操作不受影响 ")])],1),a("el-form-item",{attrs:{label:"店铺名称",prop:"store_setting.name"}},[a("el-input",{attrs:{placeholder:"请输入店铺名称",maxlength:"15","show-word-limit":""},model:{value:e.ruleForm.store_setting.name,callback:function(t){e.$set(e.ruleForm.store_setting,"name",t)},expression:"ruleForm.store_setting.name"}})],1),a("el-form-item",{attrs:{label:"店铺LOGO",prop:"store_setting.logo"}},[a("div",{staticClass:"select-cover__120"},[a("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return a("div",{staticClass:"select-cover__120-edit"},[a("el-image",{attrs:{src:t.url,fit:"cover"}}),a("div",{staticClass:"select-cover__120-tips"},[a("span",[e._v("替换")]),e._v(" | "),a("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.ruleForm.store_setting.logo=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.ruleForm.store_setting.logo,callback:function(t){e.$set(e.ruleForm.store_setting,"logo",t)},expression:"ruleForm.store_setting.logo"}},[a("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),a("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),a("div",{staticClass:"he-tips"},[a("span",{staticClass:"le-reset",on:{click:e.reset}},[e._v("重置为默认")]),e._v(" 建议尺寸:800*800像素 ")])])],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("交易设置")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"待付款订单自动取消"}},[a("el-switch",{attrs:{"active-value":1,"inactive-value":0},model:{value:e.ruleForm.trade_setting.cancel_status,callback:function(t){e.$set(e.ruleForm.trade_setting,"cancel_status",t)},expression:"ruleForm.trade_setting.cancel_status"}})],1),1===e.ruleForm.trade_setting.cancel_status?a("el-form-item",{attrs:{label:"待付款订单取消时间"}},[a("el-input",{nativeOn:{keyup:function(t){e.ruleForm.trade_setting.cancel_time=e.oninput(e.ruleForm.trade_setting.cancel_time)}},model:{value:e.ruleForm.trade_setting.cancel_time,callback:function(t){e.$set(e.ruleForm.trade_setting,"cancel_time",t)},expression:"ruleForm.trade_setting.cancel_time"}},[a("template",{slot:"append"},[e._v("时")])],2),a("div",{staticClass:"he-tips"},[e._v("拍下订单在此时间段内未付款,订单将自动取消")])],1):e._e(),a("el-form-item",{attrs:{label:"自动确认收货时间"}},[a("el-input",{nativeOn:{keyup:function(t){e.ruleForm.trade_setting.received_time=e.proving(e.ruleForm.trade_setting.received_time)}},model:{value:e.ruleForm.trade_setting.received_time,callback:function(t){e.$set(e.ruleForm.trade_setting,"received_time",t)},expression:"ruleForm.trade_setting.received_time"}},[a("template",{slot:"append"},[e._v("天")])],2),a("div",{staticClass:"he-tips"},[e._v("从发货到自动确认收货时间")])],1),a("el-form-item",{attrs:{label:"待评价订单默认好评时间"}},[a("el-input",{nativeOn:{keyup:function(t){e.ruleForm.trade_setting.evaluate_time=e.proving(e.ruleForm.trade_setting.evaluate_time)}},model:{value:e.ruleForm.trade_setting.evaluate_time,callback:function(t){e.$set(e.ruleForm.trade_setting,"evaluate_time",t)},expression:"ruleForm.trade_setting.evaluate_time"}},[a("template",{slot:"append"},[e._v("天")])],2),a("div",{staticClass:"he-tips"},[e._v("从确认收货时间开始计算")])],1),a("el-form-item",{attrs:{label:"售后时间"}},[a("el-input",{nativeOn:{keyup:function(t){e.ruleForm.trade_setting.after_time=e.proving(e.ruleForm.trade_setting.after_time)}},model:{value:e.ruleForm.trade_setting.after_time,callback:function(t){e.$set(e.ruleForm.trade_setting,"after_time",t)},expression:"ruleForm.trade_setting.after_time"}},[a("template",{slot:"append"},[e._v("天")])],2),a("div",{staticClass:"he-tips"},[e._v("从确认收货开始计算,可申请售后的时间")])],1)],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("商品设置")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"商品推荐"}},[a("div",[a("el-radio",{attrs:{label:1},model:{value:e.ruleForm.goods_setting.recommend_status,callback:function(t){e.$set(e.ruleForm.goods_setting,"recommend_status",t)},expression:"ruleForm.goods_setting.recommend_status"}},[e._v("自动推荐")]),a("div",{staticClass:"he-tips"},[e._v("系统自动推荐购买量最高的20件商品")])],1),a("div",[a("el-radio",{attrs:{label:2},model:{value:e.ruleForm.goods_setting.recommend_status,callback:function(t){e.$set(e.ruleForm.goods_setting,"recommend_status",t)},expression:"ruleForm.goods_setting.recommend_status"}},[e._v("手动推荐 "),a("el-button",{staticClass:"he-recommend-btn",attrs:{disabled:2!==e.ruleForm.goods_setting.recommend_status,type:"primary",plain:""},on:{click:e.openGoods}},[a("span",[e._v("选择商品")])])],1),a("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},model:{value:e.ruleForm.goods_setting.recommend_goods,callback:function(t){e.$set(e.ruleForm.goods_setting,"recommend_goods",t)},expression:"ruleForm.goods_setting.recommend_goods"}},[a("span")]),a("div",{staticClass:"he-tips"},[e._v("最多添加20件商品")])],1)]),a("el-form-item",{attrs:{label:"商品推荐显示页面"}},[a("el-checkbox-group",{model:{value:e.ruleForm.goods_setting.recommend_showpage,callback:function(t){e.$set(e.ruleForm.goods_setting,"recommend_showpage",t)},expression:"ruleForm.goods_setting.recommend_showpage"}},[a("el-checkbox",{attrs:{label:"goodsinfo"}},[e._v("商品详情")]),a("el-checkbox",{attrs:{label:"pay_success"}},[e._v("支付完成")]),a("el-checkbox",{attrs:{label:"personal_center"}},[e._v("个人中心")]),a("el-checkbox",{attrs:{label:"orderinfo"}},[e._v("订单详情")]),a("el-checkbox",{attrs:{label:"cart"}},[e._v("购物车")]),a("el-checkbox",{attrs:{label:"coupon_detail"}},[e._v("优惠券详情")])],1)],1),a("el-form-item",{attrs:{label:"商品详情页订单滚动"}},[a("el-switch",{attrs:{"active-value":1,"inactive-value":0},model:{value:e.ruleForm.goods_setting.order_list_roll,callback:function(t){e.$set(e.ruleForm.goods_setting,"order_list_roll",t)},expression:"ruleForm.goods_setting.order_list_roll"}}),a("el-popover",{attrs:{placement:"top",width:"257",trigger:"hover"}},[a("img",{staticClass:"he-example-img",attrs:{src:i("7c2d"),alt:""}}),a("el-button",{staticClass:"he-example",attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v("示例")])],1)],1)],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("用户设置")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"手机号授权场景"}},[a("el-checkbox-group",{model:{value:e.ruleForm.mobile_auth,callback:function(t){e.$set(e.ruleForm,"mobile_auth",t)},expression:"ruleForm.mobile_auth"}},[a("el-checkbox",{attrs:{label:"join_shopping_cart"}},[e._v("加入购物车")]),a("el-checkbox",{attrs:{label:"paybuy"}},[e._v("购买支付")])],1)],1),a("el-form-item",{attrs:{label:"头像昵称授权场景"}},[a("el-checkbox-group",{model:{value:e.ruleForm.userinfo_auth,callback:function(t){e.$set(e.ruleForm,"userinfo_auth",t)},expression:"ruleForm.userinfo_auth"}},[a("el-checkbox",{attrs:{label:"join_shopping_cart"}},[e._v("加入购物车")]),a("el-checkbox",{attrs:{label:"paybuy"}},[e._v("购买支付")])],1)],1)],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("分享设置")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"分享封面图"}},[a("div",{staticClass:"select-cover__120"},[a("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return a("div",{staticClass:"select-cover__120-edit"},[a("el-image",{attrs:{src:t.url,fit:"cover"}}),a("div",{staticClass:"select-cover__120-tips"},[a("span",[e._v("替换")]),e._v(" | "),a("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.ruleForm.share_setting.cover_img=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.ruleForm.share_setting.cover_img,callback:function(t){e.$set(e.ruleForm.share_setting,"cover_img",t)},expression:"ruleForm.share_setting.cover_img"}},[a("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),a("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),a("div",{staticClass:"he-tips"},[e._v(" 建议尺寸:800*640像素,不上传将默认使用logo图 ")])]),a("el-form-item",{attrs:{label:"分享描述文字"}},[a("el-input",{attrs:{placeholder:"请输入分享描述文字",maxlength:"20","show-word-limit":""},model:{value:e.ruleForm.share_setting.describe,callback:function(t){e.$set(e.ruleForm.share_setting,"describe",t)},expression:"ruleForm.share_setting.describe"}}),a("div",{staticClass:"he-tips"},[e._v("如不填写,则使用默认文案:欢迎光临XXX(XXX为店铺名)挑选好物")])],1)],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("联系我们")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{staticClass:"le-store-contact",attrs:{label:"联系我们"}},[a("span",{staticClass:"le-required-label",attrs:{slot:"label"},slot:"label"},[e._v("联系我们")]),a("div",{staticClass:"le-banner-phone"},[a("el-checkbox",{attrs:{disabled:""},model:{value:e.ruleForm.store_setting.contact.phone.bool,callback:function(t){e.$set(e.ruleForm.store_setting.contact.phone,"bool",t)},expression:"ruleForm.store_setting.contact.phone.bool"}},[e._v("电话联系")])],1),a("div",[a("div",{staticClass:"le-item"},[a("span",{staticClass:"le-label le-required-label"},[e._v("电话联系")]),a("el-input",{attrs:{placeholder:"请输入手机号/座机",maxlength:"15"},model:{value:e.ruleForm.store_setting.contact.phone.value,callback:function(t){e.$set(e.ruleForm.store_setting.contact.phone,"value",t)},expression:"ruleForm.store_setting.contact.phone.value"}})],1),a("div",[a("div",{staticClass:"flex le-item"},[a("span",{staticClass:"le-label"},[e._v("在线时间")]),a("div",[a("el-input",{attrs:{maxlength:"25","show-word-limit":""},model:{value:e.ruleForm.store_setting.contact.phone.time,callback:function(t){e.$set(e.ruleForm.store_setting.contact.phone,"time",t)},expression:"ruleForm.store_setting.contact.phone.time"}}),a("div",{staticClass:"le-prompt-text"},[e._v("示例:周一至周五 25小时在线")])],1)])])]),a("div",{staticClass:"le-banner-phone"},[a("el-checkbox",{model:{value:e.ruleForm.store_setting.contact.online.bool,callback:function(t){e.$set(e.ruleForm.store_setting.contact.online,"bool",t)},expression:"ruleForm.store_setting.contact.online.bool"}},[e._v("在线客服")])],1),e.ruleForm.store_setting.contact.online.bool?a("div",[a("div",{staticClass:"flex le-item"},[a("span",{staticClass:"le-label"},[e._v("在线时间")]),a("div",[a("el-input",{attrs:{maxlength:"25","show-word-limit":""},model:{value:e.ruleForm.store_setting.contact.online.time,callback:function(t){e.$set(e.ruleForm.store_setting.contact.online,"time",t)},expression:"ruleForm.store_setting.contact.online.time"}}),a("div",{staticClass:"le-prompt-text"},[e._v("示例:周一至周五 25小时在线")])],1)])]):e._e(),a("div",{staticClass:"le-banner-phone"},[a("el-checkbox",{model:{value:e.ruleForm.store_setting.contact.friend.bool,callback:function(t){e.$set(e.ruleForm.store_setting.contact.friend,"bool",t)},expression:"ruleForm.store_setting.contact.friend.bool"}},[e._v("加好友联系")])],1),e.ruleForm.store_setting.contact.friend.bool?[a("div",{staticClass:"le-item flex"},[a("span",{staticClass:"le-label le-required-label"},[e._v("加好友联系")]),a("div",[a("div",{staticClass:"select-cover__120"},[a("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return a("div",{staticClass:"select-cover__120-edit"},[a("el-image",{attrs:{src:t.url,fit:"cover"}}),a("div",{staticClass:"select-cover__120-tips"},[a("span",[e._v("替换")]),e._v(" | "),a("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.ruleForm.store_setting.contact.friend.pic_url=""}()}}},[e._v("删除")])])],1)}}],null,!1,2752054809),model:{value:e.ruleForm.store_setting.contact.friend.pic_url,callback:function(t){e.$set(e.ruleForm.store_setting.contact.friend,"pic_url",t)},expression:"ruleForm.store_setting.contact.friend.pic_url"}},[a("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),a("span",{staticClass:"select-cover__120-text"},[e._v("上传二维码")])])])],1),a("div",{staticClass:"le-prompt-text"},[e._v("建议尺寸:800*800像素")])])]),a("div",{staticClass:"le-item flex"},[a("span",{staticClass:"le-label"},[e._v("二维码说明")]),a("div",[a("el-input",{attrs:{maxlength:"15","show-word-limit":"",disabled:!e.ruleForm.store_setting.contact.friend.bool,placeholder:"请输入二维码说明"},model:{value:e.ruleForm.store_setting.contact.friend.des,callback:function(t){e.$set(e.ruleForm.store_setting.contact.friend,"des",t)},expression:"ruleForm.store_setting.contact.friend.des"}}),a("div",{staticClass:"le-prompt-text"},[e._v("示例:添加客服微信,咨询详情")])],1)]),a("div",{staticClass:"flex le-item"},[a("span",{staticClass:"le-label"},[e._v("在线时间")]),a("div",[a("el-input",{attrs:{maxlength:"25","show-word-limit":""},model:{value:e.ruleForm.store_setting.contact.friend.time,callback:function(t){e.$set(e.ruleForm.store_setting.contact.friend,"time",t)},expression:"ruleForm.store_setting.contact.friend.time"}}),a("div",{staticClass:"le-prompt-text"},[e._v("示例:周一至周五 25小时在线")])],1)])]:e._e()],2),a("el-form-item",{attrs:{label:"联系地址",prop:"store_setting.addressList"}},[a("el-cascader",{attrs:{options:e.district,placeholder:"请选择省/市/区",props:{expandTrigger:"hover"}},model:{value:e.ruleForm.store_setting.addressList,callback:function(t){e.$set(e.ruleForm.store_setting,"addressList",t)},expression:"ruleForm.store_setting.addressList"}})],1),a("el-form-item",{attrs:{label:"详细地址",prop:"store_setting.address"}},[a("el-input",{attrs:{placeholder:"请输入详细地址"},model:{value:e.ruleForm.store_setting.address,callback:function(t){e.$set(e.ruleForm.store_setting,"address",t)},expression:"ruleForm.store_setting.address"}})],1)],1),a("div",{staticClass:"le-card"},[a("div",{staticClass:"el-row--flex is-align-middle"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("定时任务")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"优惠券定时任务"}},[a("el-input",{attrs:{disabled:"",value:e.crontab}}),a("span",{staticClass:"le-copy",on:{click:function(t){return e.copy(e.crontab)}}},[e._v("复制链接")]),a("div",{staticClass:"he-tips"},[e._v(" 请将定时任务链接,配置到服务器。 "),a("span",{staticClass:"le-copy"},[a("a",{staticStyle:{color:"inherit"},attrs:{href:"https://www.leadshop.vip/thread/235",target:"_blank"}},[e._v("查看配置教程")])])])],1)],1)]),a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary"},on:{click:e.save}},[e._v("保存")])],1)],1)},n=[],s=i("5530"),r=i("1da1"),l=(i("96cf"),i("fb6a"),i("841c"),i("ac1f"),i("d3b7"),i("25f0"),i("159b"),i("b0c0"),i("5319"),i("a5f9")),c=i("57f9"),o=i("a964"),d=i("2f62"),u=Object(d["a"])("setting"),p=u.mapActions,m=(i("28ea"),{components:{goodsSelect:c["a"]},data:function(){return{ruleForm:{basic_setting:{run_status:0,restore_status:0,restore_time:""},store_setting:{contact:{phone:{bool:!0,value:"",time:""},online:{bool:!1,time:""},friend:{bool:!1,des:"添加客服微信,咨询详情",time:"",pic_url:""}},name:"",logo:"",abstract:"",phone:{time:[],mobile:""},address:"",addressList:[],contact_des:"",contact_img:""},trade_setting:{cancel_status:1,cancel_time:24,received_time:7,evaluate_status:1,evaluate_time:60,after_time:7,exchange_status:1,pay_way:["wechat","alipay"]},goods_setting:{recommend_status:1,recommend_showpage:[],recommend_goods:[],evaluate_show:1,order_list_roll:1,sales_show:0,soldout_show:0},mobile_auth:[],userinfo_auth:[],share_setting:{cover_img:"",describe:""}},district:[],crontab:"",rules:{"store_setting.name":[{required:!0,message:"请输入店铺名称",trigger:"blur"}],"store_setting.logo":[{required:!0,message:"请设置店铺LOGO",trigger:"change"}],"store_setting.addressList":[{required:!0,message:"请选择省/市/区",trigger:"change"}],"store_setting.address":[{required:!0,message:"请输入详细地址",trigger:"blur"}]}}},watch:{"ruleForm.goods_setting.recommend_goods":{handler:function(e){e.length>20&&(this.ruleForm.goods_setting.recommend_goods=e.slice(0,20))}}},mounted:function(){var e=this;return Object(r["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getSetting(),e.getDistrict(l),e.getCrontab(),e.district=l;case 4:case"end":return t.stop()}}),t)})))()},methods:Object(s["a"])(Object(s["a"])({},p(["getSettingInfo"])),{},{getSetting:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"setting_collection"}).then((function(t){var i=t.content,a=[];for(var n in i.trade_setting.pay_way)i.trade_setting.pay_way[n].value&&a.push(n);i.trade_setting.pay_way=a;var s=[];for(var r in i.goods_setting.recommend_showpage)i.goods_setting.recommend_showpage[r].value&&s.push(r);i.goods_setting.recommend_showpage=s,void 0===i.goods_setting.recommend_goods&&(i.goods_setting.recommend_goods=[]);var l=[];for(var c in i.user_setting.mobile_auth)i.user_setting.mobile_auth[c].value&&l.push(c);i.mobile_auth=l;var o=[];for(var d in i.user_setting.userinfo_auth)i.user_setting.userinfo_auth[d].value&&o.push(d);i.userinfo_auth=o,i.basic_setting.restore_time=+i.basic_setting.restore_time,i.store_setting.contact=i.store_setting.contact?i.store_setting.contact:{phone:{bool:!0,value:"",time:""},online:{bool:!1,time:""},friend:{bool:!1,des:"添加客服微信,咨询详情",time:"",pic_url:""}},i.share_setting=i.share_setting?i.share_setting:{cover_img:"",describe:""},e.ruleForm=i})).catch((function(e){console.error(e)}))},getCrontab:function(){var e=this;this.$heshop.crontab("post").then((function(t){e.crontab=t})).catch((function(e){console.log(e)}))},save:function(){var e=this,t=this.ruleForm.store_setting.contact,i=t.friend,a=t.phone;a.value?!i.bool||i.pic_url?this.$refs["ruleForm"].validate((function(t){if(!t)return!1;e.ruleForm.store_setting.logo||(e.ruleForm.store_setting.logo="https://qmxq.oss-cn-hangzhou.aliyuncs.com/home.png");var i=JSON.parse(JSON.stringify(e.ruleForm.basic_setting)),a=JSON.parse(JSON.stringify(e.ruleForm.share_setting));if(i.restore_time){var n=new Date(i.restore_time).getTime().toString();n.slice(0,n.length-3),i.restore_time=n}var s=JSON.parse(JSON.stringify(e.ruleForm.store_setting));s.province=s.addressList[0],s.city=s.addressList[1],s.district=s.addressList[2];var r=JSON.parse(JSON.stringify(e.ruleForm.trade_setting)),l={wechat:{title:"微信",value:!1},alipay:{title:"支付宝",value:!1}};r.pay_way.forEach((function(e){for(var t in l)e===t&&(l[t].value=!0)})),r.pay_way=l;var c=JSON.parse(JSON.stringify(e.ruleForm.goods_setting)),o={goodsinfo:{title:"商品详情",value:!1},pay_success:{title:"支付完成",value:!1},personal_center:{title:"个人中心",value:!1},orderinfo:{title:"订单详情",value:!1},cart:{title:"购物车",value:!1},coupon_detail:{title:"优惠券详情",value:!1}};c.recommend_showpage.forEach((function(e){for(var t in o)e===t&&(o[t].value=!0)})),c.recommend_showpage=o;var d=JSON.parse(JSON.stringify(e.ruleForm.mobile_auth)),u={join_shopping_cart:{title:"加入购物车",value:!1},paybuy:{title:"支付购买",value:!1},get_tickets:{title:"获取卡券",value:!1}};d.forEach((function(e){for(var t in u)e===t&&(u[t].value=!0)}));var p=JSON.parse(JSON.stringify(e.ruleForm.userinfo_auth)),m={join_shopping_cart:{title:"加入购物车",value:!1},paybuy:{title:"支付购买",value:!1},get_tickets:{title:"获取卡券",value:!1}};p.forEach((function(e){for(var t in m)e===t&&(m[t].value=!0)})),e.$heshop.setting("post",{keyword:"setting_collection",content:{basic_setting:i,store_setting:s,trade_setting:r,goods_setting:c,user_setting:{mobile_auth:u,userinfo_auth:m},share_setting:a}}).then((function(){e.getSettingInfo(),e.$message.success("保存成功")})).catch((function(t){console.error(t),e.$message.error("保存失败")}))})):this.$message.error("加好友联系不能为空"):this.$message.error("电话联系不能为空")},getDistrict:function(e){for(var t=0;tthis.self.limit?this.$message({message:"选多选"+this.self.limit+"件商品",type:"warning"}):this.self.selectData=e)},querySearch:function(e,t){this.$heshop.search("POST",{include:"goods"},{keyword:{tab_key:"onsale",search:e}}).page(1,20).then((function(e){var i=[];e.data.map((function(e){i.push({value:e.name})})),t(i)})).catch((function(e){console.error("错误提示",e)}))},createFilter:function(e){return function(t){return 0===t.name.toLowerCase().indexOf(e.toLowerCase())}},handleSearch:function(){var e=this;this.handleGoods({current:1,keyword:{search:this.keyword}}).then((function(t){e.toggleSelection(t)}))},toggleSelection:function(e){},selectEnable:function(e,t){return!this.self.value||!this.self.value.some((function(t){return t.id===e.id}))},getRowKeys:function(e){return e.id},handleSizeChange:function(e){var t=this;this.handleGoods({current:e,keyword:{}}).then((function(e){t.toggleSelection(e)}))},getGoodsCover:function(e){return e&&e[0]&&"string"==typeof e[0]?e[0]:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"}})}),_=f,g=(i("ae6e"),i("2877")),b=Object(g["a"])(_,o,d,!1,null,"54364d40",null),y=b.exports,k=Object(p["a"])("goods"),x=(k.mapState,k.mapActions),C=(k.mapMutations,{components:{Table:y},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},data:{type:[String,Number,Boolean,Object,Array],default:""},select:{type:Boolean,default:!1},type:{type:String,default:"radio"},limit:{type:Number,default:1}},data:function(){return{selectData:null,dialogVisible:!1}},computed:{},created:function(){},watch:{dialogVisible:function(e){e&&("checkbox"==this.type?this.selectData=[]:this.selectData={})}},mounted:function(){var e=this;return Object(c["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:"checkbox"==e.type?e.selectData=[]:e.selectData={};case 1:case"end":return t.stop()}}),t)})))()},activated:function(){"checkbox"==this.type?this.selectData=[]:this.selectData={}},methods:Object(l["a"])(Object(l["a"])({},x(["handleGoods"])),{},{handleClick:function(){this.value.length>=this.limit||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){console.log("this.selectData",this.selectData),this.$emit("input",this.selectData),this.$emit("confirm",this.selectData),this.dialogVisible=!1}}),render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=this.handleConfirm,s=this.$slots.trigger||this.$slots.default,l={on:{click:i}},c={props:{visible:t,title:"选择商品","before-close":a,width:"880px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"goods-dialog"},[e("div",r()([{class:"goods-dialog-title"},l]),[s]),e("el-dialog",r()([{},c]),[e(y),e("template",{slot:"footer"},[e("el-button",{on:{click:a}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:n}},["确 定"])])])])}}),w=C,S=(i("b7d0"),Object(g["a"])(w,a,n,!1,null,"7f7b1314",null));t["a"]=S.exports},"8b7f":function(e,t,i){},"8d2d":function(e,t,i){},"8e54":function(e,t,i){},"8e6c":function(e,t,i){},"8eae":function(e,t,i){},"8ee7":function(e,t,i){"use strict";i("44f6")},"90a4":function(e,t,i){"use strict";i("6997")},9244:function(e,t,i){e.exports=i.p+"img/he-upload-guide-2.32da21d2.png"},"924b":function(e,t,i){"use strict";i("3233")},"92aa":function(e,t,i){"use strict";i("838e")},"92c5":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"le-header"},[i("span",{staticClass:"le-header__left",on:{click:e.router}},[e._v("包邮规则")]),i("i",{staticClass:"el-icon-arrow-right"}),i("span",{staticClass:"le-header__right"},[e._v(e._s(e.ruleForm.id?"编辑规则":"新建规则"))])]),i("el-form",{attrs:{model:e.ruleForm,"label-width":"176px",rules:e.rules},nativeOn:{submit:function(e){e.preventDefault()}}},[i("div",{staticClass:"le-form-card"},[i("el-form-item",{attrs:{label:"规则名称",prop:"name"}},[i("el-input",{attrs:{maxlength:"10","show-word-limit":""},model:{value:e.ruleForm.name,callback:function(t){e.$set(e.ruleForm,"name",t)},expression:"ruleForm.name"}})],1),i("el-form-item",{attrs:{label:"包邮类型",prop:"isParent"}},[i("div",[i("el-radio",{attrs:{label:1},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("订单满额包邮")]),i("p",{staticClass:"he-tips"},[e._v("订单金额满足条件时,选用此规则的该商品包邮")])],1),i("div",[i("el-radio",{attrs:{label:2},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("订单满件包邮")]),i("p",{staticClass:"he-tips"},[e._v("订单件数满足条件时,选用此规则的该商品包邮")])],1),i("div",[i("el-radio",{attrs:{label:3},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("商品满额包邮")])],1),i("div",[i("el-radio",{attrs:{label:4},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("商品满件包邮")])],1)]),i("el-form-item",{attrs:{label:"包邮信息",prop:"free_area"}},[i("el-table",{attrs:{data:e.ruleForm.free_area}},[i("el-table-column",{attrs:{label:"包邮区域"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.str?i("span",{staticStyle:{"font-size":"14px"}},[e._v(e._s(t.row.str))]):e._l(t.row.area,(function(t,a){return i("span",{key:t.id,staticStyle:{"font-size":"14px"}},[e._v(e._s(0!==a?",":"")+e._s(t.name))])}))]}}])}),i("el-table-column",{scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticStyle:{display:"flex","align-items":"center"}},[i("el-button",{directives:[{name:"popup",rawName:"v-popup.setDistrict",value:{index:t.$index,select:t.row.area,unchecked:e.selectDistrict},expression:"{\n index: scope.$index,\n select: scope.row.area,\n unchecked: selectDistrict,\n }",modifiers:{setDistrict:!0}}],staticClass:"he-class__button-new",attrs:{width:"810",type:"text",title:"选择配送区域",id:t.$index+"_edit",module:"order",action:"setItem"}},[e._v(" 编辑 ")]),i("span",{staticStyle:{background:"#623ceb",height:"14px",width:"1px"}}),i("popconfirm",{attrs:{width:"328px",title:"确定删除该运费区域吗?"},on:{confirm:function(i){return e.deleteItem({index:t.$index})}}},[i("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"}},[e._v("删除")])],1)],1)]}}])}),i("el-table-column",{attrs:{label:1===e.ruleForm.type?"订单满额包邮(元)":2===e.ruleForm.type?"订单满件包邮(件)":3===e.ruleForm.type?"商品满额包邮(元)":4===e.ruleForm.type?"商品满件包邮(件)":""},scopedSlots:e._u([{key:"default",fn:function(t){return[i("el-input",{nativeOn:{keyup:function(i){t.row.number=e.floatNum(t.row.number)}},model:{value:t.row.number,callback:function(i){e.$set(t.row,"number",i)},expression:"scope.row.number"}})]}}])})],1),i("div",{directives:[{name:"popup",rawName:"v-popup.setDistrict",value:{unchecked:e.selectDistrict},expression:"{ unchecked: selectDistrict }",modifiers:{setDistrict:!0}}],staticClass:"he-button",attrs:{action:"setDistrict",title:"选择配送区域",width:"801",module:"order"}},[e._v(" 新增包邮区域 ")])],1)],1)]),i("div",{staticClass:"le-cardpin"},[i("el-button",{on:{click:function(t){return e.$router.back()}}},[e._v("取消")]),i("el-button",{attrs:{type:"primary"},on:{click:e.save}},[e._v("保存")])],1)],1)},n=[],s=i("2909"),r=i("1da1"),l=(i("b0c0"),i("fb6a"),i("5319"),i("ac1f"),i("96cf"),i("d8df")),c=i("a964"),o={components:{popconfirm:l["a"]},name:"shippingPublish",computed:{checkList:function(){for(var e=0;e0&&void 0!==arguments[0]?arguments[0]:1;this.$heshop.pagetemplate("get").page(t,3).then((function(t){var i=parseInt(t.headers["x-pagination-per-page"]),a=parseInt(t.headers["x-pagination-total-count"]),n=parseInt(t.headers["x-pagination-current-page"]);e.pageInfo={size:i,total:a,current:n},e.pageData=t.data})).catch((function(e){console.error("错误信息",e)}))},handleSizeChange:function(e){this.handleLoad(e)},handleCreate:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"[]";this.self.value?(this.$store.commit("finish/setPagesData",JSON.parse(t)),this.self.handleConfirm()):this.$heshop.pages("POST",{name:"新建微页面",title:(new Date).valueOf(),content:t}).then((function(t){e.self.handleConfirm(),e.$router.push({path:"/package/index",query:{id:t.id}})})).catch((function(e){console.error("错误信息",e)}))},preview:function(e){var t=this.$router.resolve({path:"/store/pagePreview",query:{img:encodeURIComponent(e)}});window.open(t.href,"_blank")}}},p=u,m=(i("9de8"),i("2877")),h=Object(m["a"])(p,c,o,!1,null,"9ffdb188",null),v=h.exports,f={components:{Detail:v},provide:function(){return{self:this}},props:{value:{type:[String,Object,Number],default:0},open:{type:[Function]}},data:function(){return{dialogVisible:!1}},computed:{},created:function(){},watch:{},mounted:function(){return Object(l["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleClick:function(){var e=this;this.open?this.open().then((function(t){t&&(e.dialogVisible=!0)})):this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.dialogVisible=!1}},render:function(e){var t=this.dialogVisible,i=this.handleClick,a=this.handleClose,n=(this.handleConfirm,this.$slots.trigger||this.$slots.default),s={on:{click:i}},l={props:{visible:t,title:"新建微页面","before-close":a,width:"980px","destroy-on-close":!0}};return e("div",{class:"template-select"},[e("span",r()([{},s]),[n]),e("el-dialog",r()([{},l]),[e(v),e("template",{slot:"footer"})])])}},_=f,g=(i("aed9"),Object(m["a"])(_,a,n,!1,null,"41730e86",null));t["a"]=g.exports},9945:function(e,t,i){"use strict";i("ae4e")},"9a09":function(e,t,i){"use strict";i("4483")},"9aae":function(e,t,i){},"9bc9":function(e,t,i){},"9cdf":function(e,t,i){"use strict";i("9ce4")},"9ce4":function(e,t,i){},"9cfc":function(e,t,i){},"9d0a":function(e,t,i){"use strict";i("1ac0")},"9de8":function(e,t,i){"use strict";i("0106")},"9e1e":function(e,t,i){"use strict";i("f74c")},"9e21":function(e,t,i){"use strict";i("280a")},"9f03":function(e,t,i){e.exports=i.p+"img/he-weChat.1b0ac93b.png"},"9f0b":function(e,t,i){},"9f81":function(e,t,i){"use strict";i("ff04")},a093:function(e,t,i){e.exports=i.p+"img/he-3-order.5bdb4c7c.png"},a095:function(e,t,i){},a258:function(e,t,i){},a287:function(e,t,i){"use strict";i("9aae")},a35c:function(e,t,i){"use strict";i("c960")},a4e9:function(e,t,i){"use strict";i("2751")},a56e:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("div",{staticClass:"le-form-card"},[a("div",{staticClass:"le-theme-list"},e._l(e.list,(function(t,i){return a("div",{key:i,class:[{"he-theme__active":e.active===t.key}],on:{click:function(i){return e.setActive(t.key)}}},[a("div",{staticClass:"he-theme__heart",class:t.className}),e.active===t.key?a("div",{staticClass:"he-active__box"},[a("he-icon",{attrs:{type:"le-icon-shangse"}}),a("span",{staticClass:"he-active__text"},[e._v("使用中")])],1):e._e()])})),0),a("div",{staticClass:"he-theme__preview"},[e._l(e.list,(function(t,n){return[e.active===t.key?[a("img",{key:n+"_goods",staticClass:"he-preview__image",attrs:{src:i("cf84")("./he-"+(n+1)+"-goods.png")}}),a("img",{key:n+"_user",staticClass:"he-preview__image",attrs:{src:i("f7e9")("./he-"+(n+1)+"-user.png")}}),a("img",{key:n+"_order",staticClass:"he-preview__image",attrs:{src:i("3b53")("./he-"+(n+1)+"-order.png")}})]:e._e()]}))],2)]),a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary"},on:{click:e.setTheme}},[e._v("保存")])],1)])},n=[],s=(i("841c"),i("ac1f"),{name:"themeColor",data:function(){return{active:"red_theme",list:[{key:"red_theme",className:"he-red__theme"},{key:"purple_theme",className:"he-purple__theme"},{key:"blue_theme",className:"he-blue__theme"},{key:"green_theme",className:"he-green__theme"},{key:"orange_theme",className:"he-orange__theme"},{key:"golden_theme",className:"he-golden__theme"}]}},mounted:function(){this.getTheme()},methods:{setActive:function(e){this.active=e},setTheme:function(){var e=this;this.$heshop.fitment("post",{keyword:"themeColor",content:this.active}).then((function(){e.$message({message:"保存成功",type:"success"})})).catch((function(e){console.error(e)}))},getTheme:function(){var e=this;this.$heshop.search("post",{include:"fitment"},{keyword:"themeColor"}).then((function(t){e.active=t.content})).catch((function(e){console.error(e)}))}}}),r=s,l=(i("43e6"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"04f160dc",null);t["default"]=c.exports},a5f9:function(e){e.exports=JSON.parse('[{"id":2,"name":"北京市","parent_id":1,"level":"province","list":[{"id":3,"name":"北京市","parent_id":2,"level":"city","list":[{"id":4,"name":"东城区","parent_id":3,"level":"district"},{"id":5,"name":"西城区","parent_id":3,"level":"district"},{"id":6,"name":"朝阳区","parent_id":3,"level":"district"},{"id":7,"name":"丰台区","parent_id":3,"level":"district"},{"id":8,"name":"石景山区","parent_id":3,"level":"district"},{"id":9,"name":"海淀区","parent_id":3,"level":"district"},{"id":10,"name":"门头沟区","parent_id":3,"level":"district"},{"id":11,"name":"房山区","parent_id":3,"level":"district"},{"id":12,"name":"通州区","parent_id":3,"level":"district"},{"id":13,"name":"顺义区","parent_id":3,"level":"district"},{"id":14,"name":"昌平区","parent_id":3,"level":"district"},{"id":15,"name":"大兴区","parent_id":3,"level":"district"},{"id":16,"name":"怀柔区","parent_id":3,"level":"district"},{"id":17,"name":"平谷区","parent_id":3,"level":"district"},{"id":18,"name":"密云区","parent_id":3,"level":"district"},{"id":19,"name":"延庆区","parent_id":3,"level":"district"}]}]},{"id":20,"name":"天津市","parent_id":1,"level":"province","list":[{"id":21,"name":"天津市","parent_id":20,"level":"city","list":[{"id":22,"name":"和平区","parent_id":21,"level":"district"},{"id":23,"name":"河东区","parent_id":21,"level":"district"},{"id":24,"name":"河西区","parent_id":21,"level":"district"},{"id":25,"name":"南开区","parent_id":21,"level":"district"},{"id":26,"name":"河北区","parent_id":21,"level":"district"},{"id":27,"name":"红桥区","parent_id":21,"level":"district"},{"id":28,"name":"东丽区","parent_id":21,"level":"district"},{"id":29,"name":"西青区","parent_id":21,"level":"district"},{"id":30,"name":"津南区","parent_id":21,"level":"district"},{"id":31,"name":"北辰区","parent_id":21,"level":"district"},{"id":32,"name":"武清区","parent_id":21,"level":"district"},{"id":33,"name":"宝坻区","parent_id":21,"level":"district"},{"id":34,"name":"滨海新区","parent_id":21,"level":"district"},{"id":35,"name":"宁河区","parent_id":21,"level":"district"},{"id":36,"name":"静海区","parent_id":21,"level":"district"},{"id":37,"name":"蓟州区","parent_id":21,"level":"district"}]}]},{"id":38,"name":"河北省","parent_id":1,"level":"province","list":[{"id":39,"name":"石家庄市","parent_id":38,"level":"city","list":[{"id":40,"name":"长安区","parent_id":39,"level":"district"},{"id":41,"name":"桥西区","parent_id":39,"level":"district"},{"id":42,"name":"新华区","parent_id":39,"level":"district"},{"id":43,"name":"井陉矿区","parent_id":39,"level":"district"},{"id":44,"name":"裕华区","parent_id":39,"level":"district"},{"id":45,"name":"藁城区","parent_id":39,"level":"district"},{"id":46,"name":"鹿泉区","parent_id":39,"level":"district"},{"id":47,"name":"栾城区","parent_id":39,"level":"district"},{"id":48,"name":"井陉县","parent_id":39,"level":"district"},{"id":49,"name":"正定县","parent_id":39,"level":"district"},{"id":50,"name":"行唐县","parent_id":39,"level":"district"},{"id":51,"name":"灵寿县","parent_id":39,"level":"district"},{"id":52,"name":"高邑县","parent_id":39,"level":"district"},{"id":53,"name":"深泽县","parent_id":39,"level":"district"},{"id":54,"name":"赞皇县","parent_id":39,"level":"district"},{"id":55,"name":"无极县","parent_id":39,"level":"district"},{"id":56,"name":"平山县","parent_id":39,"level":"district"},{"id":57,"name":"元氏县","parent_id":39,"level":"district"},{"id":58,"name":"赵县","parent_id":39,"level":"district"},{"id":59,"name":"辛集市","parent_id":39,"level":"district"},{"id":60,"name":"晋州市","parent_id":39,"level":"district"},{"id":61,"name":"新乐市","parent_id":39,"level":"district"}]},{"id":62,"name":"唐山市","parent_id":38,"level":"city","list":[{"id":63,"name":"路南区","parent_id":62,"level":"district"},{"id":64,"name":"路北区","parent_id":62,"level":"district"},{"id":65,"name":"古冶区","parent_id":62,"level":"district"},{"id":66,"name":"开平区","parent_id":62,"level":"district"},{"id":67,"name":"丰南区","parent_id":62,"level":"district"},{"id":68,"name":"丰润区","parent_id":62,"level":"district"},{"id":69,"name":"曹妃甸区","parent_id":62,"level":"district"},{"id":70,"name":"滦县","parent_id":62,"level":"district"},{"id":71,"name":"滦南县","parent_id":62,"level":"district"},{"id":72,"name":"乐亭县","parent_id":62,"level":"district"},{"id":73,"name":"迁西县","parent_id":62,"level":"district"},{"id":74,"name":"玉田县","parent_id":62,"level":"district"},{"id":75,"name":"遵化市","parent_id":62,"level":"district"},{"id":76,"name":"迁安市","parent_id":62,"level":"district"}]},{"id":77,"name":"秦皇岛市","parent_id":38,"level":"city","list":[{"id":78,"name":"海港区","parent_id":77,"level":"district"},{"id":79,"name":"山海关区","parent_id":77,"level":"district"},{"id":80,"name":"北戴河区","parent_id":77,"level":"district"},{"id":81,"name":"抚宁区","parent_id":77,"level":"district"},{"id":82,"name":"青龙满族自治县","parent_id":77,"level":"district"},{"id":83,"name":"昌黎县","parent_id":77,"level":"district"},{"id":84,"name":"卢龙县","parent_id":77,"level":"district"}]},{"id":85,"name":"邯郸市","parent_id":38,"level":"city","list":[{"id":86,"name":"邯山区","parent_id":85,"level":"district"},{"id":87,"name":"丛台区","parent_id":85,"level":"district"},{"id":88,"name":"复兴区","parent_id":85,"level":"district"},{"id":89,"name":"峰峰矿区","parent_id":85,"level":"district"},{"id":90,"name":"临漳县","parent_id":85,"level":"district"},{"id":91,"name":"成安县","parent_id":85,"level":"district"},{"id":92,"name":"大名县","parent_id":85,"level":"district"},{"id":93,"name":"涉县","parent_id":85,"level":"district"},{"id":94,"name":"磁县","parent_id":85,"level":"district"},{"id":95,"name":"肥乡区","parent_id":85,"level":"district"},{"id":96,"name":"永年区","parent_id":85,"level":"district"},{"id":97,"name":"邱县","parent_id":85,"level":"district"},{"id":98,"name":"鸡泽县","parent_id":85,"level":"district"},{"id":99,"name":"广平县","parent_id":85,"level":"district"},{"id":100,"name":"馆陶县","parent_id":85,"level":"district"},{"id":101,"name":"魏县","parent_id":85,"level":"district"},{"id":102,"name":"曲周县","parent_id":85,"level":"district"},{"id":103,"name":"武安市","parent_id":85,"level":"district"}]},{"id":104,"name":"邢台市","parent_id":38,"level":"city","list":[{"id":105,"name":"桥东区","parent_id":104,"level":"district"},{"id":106,"name":"桥西区","parent_id":104,"level":"district"},{"id":107,"name":"邢台县","parent_id":104,"level":"district"},{"id":108,"name":"临城县","parent_id":104,"level":"district"},{"id":109,"name":"内丘县","parent_id":104,"level":"district"},{"id":110,"name":"柏乡县","parent_id":104,"level":"district"},{"id":111,"name":"隆尧县","parent_id":104,"level":"district"},{"id":112,"name":"任县","parent_id":104,"level":"district"},{"id":113,"name":"南和县","parent_id":104,"level":"district"},{"id":114,"name":"宁晋县","parent_id":104,"level":"district"},{"id":115,"name":"巨鹿县","parent_id":104,"level":"district"},{"id":116,"name":"新河县","parent_id":104,"level":"district"},{"id":117,"name":"广宗县","parent_id":104,"level":"district"},{"id":118,"name":"平乡县","parent_id":104,"level":"district"},{"id":119,"name":"威县","parent_id":104,"level":"district"},{"id":120,"name":"清河县","parent_id":104,"level":"district"},{"id":121,"name":"临西县","parent_id":104,"level":"district"},{"id":122,"name":"南宫市","parent_id":104,"level":"district"},{"id":123,"name":"沙河市","parent_id":104,"level":"district"}]},{"id":124,"name":"保定市","parent_id":38,"level":"city","list":[{"id":125,"name":"竞秀区","parent_id":124,"level":"district"},{"id":126,"name":"莲池区","parent_id":124,"level":"district"},{"id":127,"name":"满城区","parent_id":124,"level":"district"},{"id":128,"name":"清苑区","parent_id":124,"level":"district"},{"id":129,"name":"徐水区","parent_id":124,"level":"district"},{"id":130,"name":"涞水县","parent_id":124,"level":"district"},{"id":131,"name":"阜平县","parent_id":124,"level":"district"},{"id":132,"name":"定兴县","parent_id":124,"level":"district"},{"id":133,"name":"唐县","parent_id":124,"level":"district"},{"id":134,"name":"高阳县","parent_id":124,"level":"district"},{"id":135,"name":"容城县","parent_id":124,"level":"district"},{"id":136,"name":"涞源县","parent_id":124,"level":"district"},{"id":137,"name":"望都县","parent_id":124,"level":"district"},{"id":138,"name":"安新县","parent_id":124,"level":"district"},{"id":139,"name":"易县","parent_id":124,"level":"district"},{"id":140,"name":"曲阳县","parent_id":124,"level":"district"},{"id":141,"name":"蠡县","parent_id":124,"level":"district"},{"id":142,"name":"顺平县","parent_id":124,"level":"district"},{"id":143,"name":"博野县","parent_id":124,"level":"district"},{"id":144,"name":"雄县","parent_id":124,"level":"district"},{"id":145,"name":"涿州市","parent_id":124,"level":"district"},{"id":146,"name":"定州市","parent_id":124,"level":"district"},{"id":147,"name":"安国市","parent_id":124,"level":"district"},{"id":148,"name":"高碑店市","parent_id":124,"level":"district"}]},{"id":149,"name":"张家口市","parent_id":38,"level":"city","list":[{"id":150,"name":"桥东区","parent_id":149,"level":"district"},{"id":151,"name":"桥西区","parent_id":149,"level":"district"},{"id":152,"name":"宣化区","parent_id":149,"level":"district"},{"id":153,"name":"下花园区","parent_id":149,"level":"district"},{"id":154,"name":"万全区","parent_id":149,"level":"district"},{"id":155,"name":"崇礼区","parent_id":149,"level":"district"},{"id":156,"name":"张北县","parent_id":149,"level":"district"},{"id":157,"name":"康保县","parent_id":149,"level":"district"},{"id":158,"name":"沽源县","parent_id":149,"level":"district"},{"id":159,"name":"尚义县","parent_id":149,"level":"district"},{"id":160,"name":"蔚县","parent_id":149,"level":"district"},{"id":161,"name":"阳原县","parent_id":149,"level":"district"},{"id":162,"name":"怀安县","parent_id":149,"level":"district"},{"id":163,"name":"怀来县","parent_id":149,"level":"district"},{"id":164,"name":"涿鹿县","parent_id":149,"level":"district"},{"id":165,"name":"赤城县","parent_id":149,"level":"district"}]},{"id":166,"name":"承德市","parent_id":38,"level":"city","list":[{"id":167,"name":"双桥区","parent_id":166,"level":"district"},{"id":168,"name":"双滦区","parent_id":166,"level":"district"},{"id":169,"name":"鹰手营子矿区","parent_id":166,"level":"district"},{"id":170,"name":"承德县","parent_id":166,"level":"district"},{"id":171,"name":"兴隆县","parent_id":166,"level":"district"},{"id":172,"name":"平泉县","parent_id":166,"level":"district"},{"id":173,"name":"滦平县","parent_id":166,"level":"district"},{"id":174,"name":"隆化县","parent_id":166,"level":"district"},{"id":175,"name":"丰宁满族自治县","parent_id":166,"level":"district"},{"id":176,"name":"宽城满族自治县","parent_id":166,"level":"district"},{"id":177,"name":"围场满族蒙古族自治县","parent_id":166,"level":"district"}]},{"id":178,"name":"沧州市","parent_id":38,"level":"city","list":[{"id":179,"name":"新华区","parent_id":178,"level":"district"},{"id":180,"name":"运河区","parent_id":178,"level":"district"},{"id":181,"name":"沧县","parent_id":178,"level":"district"},{"id":182,"name":"青县","parent_id":178,"level":"district"},{"id":183,"name":"东光县","parent_id":178,"level":"district"},{"id":184,"name":"海兴县","parent_id":178,"level":"district"},{"id":185,"name":"盐山县","parent_id":178,"level":"district"},{"id":186,"name":"肃宁县","parent_id":178,"level":"district"},{"id":187,"name":"南皮县","parent_id":178,"level":"district"},{"id":188,"name":"吴桥县","parent_id":178,"level":"district"},{"id":189,"name":"献县","parent_id":178,"level":"district"},{"id":190,"name":"孟村回族自治县","parent_id":178,"level":"district"},{"id":191,"name":"泊头市","parent_id":178,"level":"district"},{"id":192,"name":"任丘市","parent_id":178,"level":"district"},{"id":193,"name":"黄骅市","parent_id":178,"level":"district"},{"id":194,"name":"河间市","parent_id":178,"level":"district"}]},{"id":195,"name":"廊坊市","parent_id":38,"level":"city","list":[{"id":196,"name":"安次区","parent_id":195,"level":"district"},{"id":197,"name":"广阳区","parent_id":195,"level":"district"},{"id":198,"name":"固安县","parent_id":195,"level":"district"},{"id":199,"name":"永清县","parent_id":195,"level":"district"},{"id":200,"name":"香河县","parent_id":195,"level":"district"},{"id":201,"name":"大城县","parent_id":195,"level":"district"},{"id":202,"name":"文安县","parent_id":195,"level":"district"},{"id":203,"name":"大厂回族自治县","parent_id":195,"level":"district"},{"id":204,"name":"霸州市","parent_id":195,"level":"district"},{"id":205,"name":"三河市","parent_id":195,"level":"district"}]},{"id":206,"name":"衡水市","parent_id":38,"level":"city","list":[{"id":207,"name":"桃城区","parent_id":206,"level":"district"},{"id":208,"name":"冀州区","parent_id":206,"level":"district"},{"id":209,"name":"枣强县","parent_id":206,"level":"district"},{"id":210,"name":"武邑县","parent_id":206,"level":"district"},{"id":211,"name":"武强县","parent_id":206,"level":"district"},{"id":212,"name":"饶阳县","parent_id":206,"level":"district"},{"id":213,"name":"安平县","parent_id":206,"level":"district"},{"id":214,"name":"故城县","parent_id":206,"level":"district"},{"id":215,"name":"景县","parent_id":206,"level":"district"},{"id":216,"name":"阜城县","parent_id":206,"level":"district"},{"id":217,"name":"深州市","parent_id":206,"level":"district"}]}]},{"id":218,"name":"山西省","parent_id":1,"level":"province","list":[{"id":219,"name":"太原市","parent_id":218,"level":"city","list":[{"id":220,"name":"小店区","parent_id":219,"level":"district"},{"id":221,"name":"迎泽区","parent_id":219,"level":"district"},{"id":222,"name":"杏花岭区","parent_id":219,"level":"district"},{"id":223,"name":"尖草坪区","parent_id":219,"level":"district"},{"id":224,"name":"万柏林区","parent_id":219,"level":"district"},{"id":225,"name":"晋源区","parent_id":219,"level":"district"},{"id":226,"name":"清徐县","parent_id":219,"level":"district"},{"id":227,"name":"阳曲县","parent_id":219,"level":"district"},{"id":228,"name":"娄烦县","parent_id":219,"level":"district"},{"id":229,"name":"古交市","parent_id":219,"level":"district"}]},{"id":230,"name":"大同市","parent_id":218,"level":"city","list":[{"id":231,"name":"城区","parent_id":230,"level":"district"},{"id":232,"name":"矿区","parent_id":230,"level":"district"},{"id":233,"name":"南郊区","parent_id":230,"level":"district"},{"id":234,"name":"新荣区","parent_id":230,"level":"district"},{"id":235,"name":"阳高县","parent_id":230,"level":"district"},{"id":236,"name":"天镇县","parent_id":230,"level":"district"},{"id":237,"name":"广灵县","parent_id":230,"level":"district"},{"id":238,"name":"灵丘县","parent_id":230,"level":"district"},{"id":239,"name":"浑源县","parent_id":230,"level":"district"},{"id":240,"name":"左云县","parent_id":230,"level":"district"},{"id":241,"name":"大同县","parent_id":230,"level":"district"}]},{"id":242,"name":"阳泉市","parent_id":218,"level":"city","list":[{"id":243,"name":"城区","parent_id":242,"level":"district"},{"id":244,"name":"矿区","parent_id":242,"level":"district"},{"id":245,"name":"郊区","parent_id":242,"level":"district"},{"id":246,"name":"平定县","parent_id":242,"level":"district"},{"id":247,"name":"盂县","parent_id":242,"level":"district"}]},{"id":248,"name":"长治市","parent_id":218,"level":"city","list":[{"id":252,"name":"襄垣县","parent_id":248,"level":"district"},{"id":253,"name":"屯留区","parent_id":248,"level":"district"},{"id":254,"name":"平顺县","parent_id":248,"level":"district"},{"id":255,"name":"黎城县","parent_id":248,"level":"district"},{"id":256,"name":"壶关县","parent_id":248,"level":"district"},{"id":257,"name":"长子县","parent_id":248,"level":"district"},{"id":258,"name":"武乡县","parent_id":248,"level":"district"},{"id":259,"name":"沁县","parent_id":248,"level":"district"},{"id":260,"name":"沁源县","parent_id":248,"level":"district"},{"id":261,"name":"潞城区","parent_id":248,"level":"district"},{"id":10079,"name":"上党区","parent_id":248,"level":"district"},{"id":10080,"name":"潞州区","parent_id":248,"level":"district"}]},{"id":262,"name":"晋城市","parent_id":218,"level":"city","list":[{"id":263,"name":"城区","parent_id":262,"level":"district"},{"id":264,"name":"沁水县","parent_id":262,"level":"district"},{"id":265,"name":"阳城县","parent_id":262,"level":"district"},{"id":266,"name":"陵川县","parent_id":262,"level":"district"},{"id":267,"name":"泽州县","parent_id":262,"level":"district"},{"id":268,"name":"高平市","parent_id":262,"level":"district"}]},{"id":269,"name":"朔州市","parent_id":218,"level":"city","list":[{"id":270,"name":"朔城区","parent_id":269,"level":"district"},{"id":271,"name":"平鲁区","parent_id":269,"level":"district"},{"id":272,"name":"山阴县","parent_id":269,"level":"district"},{"id":273,"name":"应县","parent_id":269,"level":"district"},{"id":274,"name":"右玉县","parent_id":269,"level":"district"},{"id":275,"name":"怀仁县","parent_id":269,"level":"district"}]},{"id":276,"name":"晋中市","parent_id":218,"level":"city","list":[{"id":277,"name":"榆次区","parent_id":276,"level":"district"},{"id":278,"name":"榆社县","parent_id":276,"level":"district"},{"id":279,"name":"左权县","parent_id":276,"level":"district"},{"id":280,"name":"和顺县","parent_id":276,"level":"district"},{"id":281,"name":"昔阳县","parent_id":276,"level":"district"},{"id":282,"name":"寿阳县","parent_id":276,"level":"district"},{"id":283,"name":"太谷县","parent_id":276,"level":"district"},{"id":284,"name":"祁县","parent_id":276,"level":"district"},{"id":285,"name":"平遥县","parent_id":276,"level":"district"},{"id":286,"name":"灵石县","parent_id":276,"level":"district"},{"id":287,"name":"介休市","parent_id":276,"level":"district"}]},{"id":288,"name":"运城市","parent_id":218,"level":"city","list":[{"id":289,"name":"盐湖区","parent_id":288,"level":"district"},{"id":290,"name":"临猗县","parent_id":288,"level":"district"},{"id":291,"name":"万荣县","parent_id":288,"level":"district"},{"id":292,"name":"闻喜县","parent_id":288,"level":"district"},{"id":293,"name":"稷山县","parent_id":288,"level":"district"},{"id":294,"name":"新绛县","parent_id":288,"level":"district"},{"id":295,"name":"绛县","parent_id":288,"level":"district"},{"id":296,"name":"垣曲县","parent_id":288,"level":"district"},{"id":297,"name":"夏县","parent_id":288,"level":"district"},{"id":298,"name":"平陆县","parent_id":288,"level":"district"},{"id":299,"name":"芮城县","parent_id":288,"level":"district"},{"id":300,"name":"永济市","parent_id":288,"level":"district"},{"id":301,"name":"河津市","parent_id":288,"level":"district"}]},{"id":302,"name":"忻州市","parent_id":218,"level":"city","list":[{"id":303,"name":"忻府区","parent_id":302,"level":"district"},{"id":304,"name":"定襄县","parent_id":302,"level":"district"},{"id":305,"name":"五台县","parent_id":302,"level":"district"},{"id":306,"name":"代县","parent_id":302,"level":"district"},{"id":307,"name":"繁峙县","parent_id":302,"level":"district"},{"id":308,"name":"宁武县","parent_id":302,"level":"district"},{"id":309,"name":"静乐县","parent_id":302,"level":"district"},{"id":310,"name":"神池县","parent_id":302,"level":"district"},{"id":311,"name":"五寨县","parent_id":302,"level":"district"},{"id":312,"name":"岢岚县","parent_id":302,"level":"district"},{"id":313,"name":"河曲县","parent_id":302,"level":"district"},{"id":314,"name":"保德县","parent_id":302,"level":"district"},{"id":315,"name":"偏关县","parent_id":302,"level":"district"},{"id":316,"name":"原平市","parent_id":302,"level":"district"}]},{"id":317,"name":"临汾市","parent_id":218,"level":"city","list":[{"id":318,"name":"尧都区","parent_id":317,"level":"district"},{"id":319,"name":"曲沃县","parent_id":317,"level":"district"},{"id":320,"name":"翼城县","parent_id":317,"level":"district"},{"id":321,"name":"襄汾县","parent_id":317,"level":"district"},{"id":322,"name":"洪洞县","parent_id":317,"level":"district"},{"id":323,"name":"古县","parent_id":317,"level":"district"},{"id":324,"name":"安泽县","parent_id":317,"level":"district"},{"id":325,"name":"浮山县","parent_id":317,"level":"district"},{"id":326,"name":"吉县","parent_id":317,"level":"district"},{"id":327,"name":"乡宁县","parent_id":317,"level":"district"},{"id":328,"name":"大宁县","parent_id":317,"level":"district"},{"id":329,"name":"隰县","parent_id":317,"level":"district"},{"id":330,"name":"永和县","parent_id":317,"level":"district"},{"id":331,"name":"蒲县","parent_id":317,"level":"district"},{"id":332,"name":"汾西县","parent_id":317,"level":"district"},{"id":333,"name":"侯马市","parent_id":317,"level":"district"},{"id":334,"name":"霍州市","parent_id":317,"level":"district"}]},{"id":335,"name":"吕梁市","parent_id":218,"level":"city","list":[{"id":336,"name":"离石区","parent_id":335,"level":"district"},{"id":337,"name":"文水县","parent_id":335,"level":"district"},{"id":338,"name":"交城县","parent_id":335,"level":"district"},{"id":339,"name":"兴县","parent_id":335,"level":"district"},{"id":340,"name":"临县","parent_id":335,"level":"district"},{"id":341,"name":"柳林县","parent_id":335,"level":"district"},{"id":342,"name":"石楼县","parent_id":335,"level":"district"},{"id":343,"name":"岚县","parent_id":335,"level":"district"},{"id":344,"name":"方山县","parent_id":335,"level":"district"},{"id":345,"name":"中阳县","parent_id":335,"level":"district"},{"id":346,"name":"交口县","parent_id":335,"level":"district"},{"id":347,"name":"孝义市","parent_id":335,"level":"district"},{"id":348,"name":"汾阳市","parent_id":335,"level":"district"}]}]},{"id":349,"name":"内蒙古自治区","parent_id":1,"level":"province","list":[{"id":350,"name":"呼和浩特市","parent_id":349,"level":"city","list":[{"id":351,"name":"新城区","parent_id":350,"level":"district"},{"id":352,"name":"回民区","parent_id":350,"level":"district"},{"id":353,"name":"玉泉区","parent_id":350,"level":"district"},{"id":354,"name":"赛罕区","parent_id":350,"level":"district"},{"id":355,"name":"土默特左旗","parent_id":350,"level":"district"},{"id":356,"name":"托克托县","parent_id":350,"level":"district"},{"id":357,"name":"和林格尔县","parent_id":350,"level":"district"},{"id":358,"name":"清水河县","parent_id":350,"level":"district"},{"id":359,"name":"武川县","parent_id":350,"level":"district"}]},{"id":360,"name":"包头市","parent_id":349,"level":"city","list":[{"id":361,"name":"东河区","parent_id":360,"level":"district"},{"id":362,"name":"昆都仑区","parent_id":360,"level":"district"},{"id":363,"name":"青山区","parent_id":360,"level":"district"},{"id":364,"name":"石拐区","parent_id":360,"level":"district"},{"id":365,"name":"白云鄂博矿区","parent_id":360,"level":"district"},{"id":366,"name":"九原区","parent_id":360,"level":"district"},{"id":367,"name":"土默特右旗","parent_id":360,"level":"district"},{"id":368,"name":"固阳县","parent_id":360,"level":"district"},{"id":369,"name":"达尔罕茂明安联合旗","parent_id":360,"level":"district"}]},{"id":370,"name":"乌海市","parent_id":349,"level":"city","list":[{"id":371,"name":"海勃湾区","parent_id":370,"level":"district"},{"id":372,"name":"海南区","parent_id":370,"level":"district"},{"id":373,"name":"乌达区","parent_id":370,"level":"district"}]},{"id":374,"name":"赤峰市","parent_id":349,"level":"city","list":[{"id":375,"name":"红山区","parent_id":374,"level":"district"},{"id":376,"name":"元宝山区","parent_id":374,"level":"district"},{"id":377,"name":"松山区","parent_id":374,"level":"district"},{"id":378,"name":"阿鲁科尔沁旗","parent_id":374,"level":"district"},{"id":379,"name":"巴林左旗","parent_id":374,"level":"district"},{"id":380,"name":"巴林右旗","parent_id":374,"level":"district"},{"id":381,"name":"林西县","parent_id":374,"level":"district"},{"id":382,"name":"克什克腾旗","parent_id":374,"level":"district"},{"id":383,"name":"翁牛特旗","parent_id":374,"level":"district"},{"id":384,"name":"喀喇沁旗","parent_id":374,"level":"district"},{"id":385,"name":"宁城县","parent_id":374,"level":"district"},{"id":386,"name":"敖汉旗","parent_id":374,"level":"district"}]},{"id":387,"name":"通辽市","parent_id":349,"level":"city","list":[{"id":388,"name":"科尔沁区","parent_id":387,"level":"district"},{"id":389,"name":"科尔沁左翼中旗","parent_id":387,"level":"district"},{"id":390,"name":"科尔沁左翼后旗","parent_id":387,"level":"district"},{"id":391,"name":"开鲁县","parent_id":387,"level":"district"},{"id":392,"name":"库伦旗","parent_id":387,"level":"district"},{"id":393,"name":"奈曼旗","parent_id":387,"level":"district"},{"id":394,"name":"扎鲁特旗","parent_id":387,"level":"district"},{"id":395,"name":"霍林郭勒市","parent_id":387,"level":"district"}]},{"id":396,"name":"鄂尔多斯市","parent_id":349,"level":"city","list":[{"id":397,"name":"东胜区","parent_id":396,"level":"district"},{"id":398,"name":"康巴什区","parent_id":396,"level":"district"},{"id":399,"name":"达拉特旗","parent_id":396,"level":"district"},{"id":400,"name":"准格尔旗","parent_id":396,"level":"district"},{"id":401,"name":"鄂托克前旗","parent_id":396,"level":"district"},{"id":402,"name":"鄂托克旗","parent_id":396,"level":"district"},{"id":403,"name":"杭锦旗","parent_id":396,"level":"district"},{"id":404,"name":"乌审旗","parent_id":396,"level":"district"},{"id":405,"name":"伊金霍洛旗","parent_id":396,"level":"district"}]},{"id":406,"name":"呼伦贝尔市","parent_id":349,"level":"city","list":[{"id":407,"name":"海拉尔区","parent_id":406,"level":"district"},{"id":408,"name":"扎赉诺尔区","parent_id":406,"level":"district"},{"id":409,"name":"阿荣旗","parent_id":406,"level":"district"},{"id":410,"name":"莫力达瓦达斡尔族自治旗","parent_id":406,"level":"district"},{"id":411,"name":"鄂伦春自治旗","parent_id":406,"level":"district"},{"id":412,"name":"鄂温克族自治旗","parent_id":406,"level":"district"},{"id":413,"name":"陈巴尔虎旗","parent_id":406,"level":"district"},{"id":414,"name":"新巴尔虎左旗","parent_id":406,"level":"district"},{"id":415,"name":"新巴尔虎右旗","parent_id":406,"level":"district"},{"id":416,"name":"满洲里市","parent_id":406,"level":"district"},{"id":417,"name":"牙克石市","parent_id":406,"level":"district"},{"id":418,"name":"扎兰屯市","parent_id":406,"level":"district"},{"id":419,"name":"额尔古纳市","parent_id":406,"level":"district"},{"id":420,"name":"根河市","parent_id":406,"level":"district"}]},{"id":421,"name":"巴彦淖尔市","parent_id":349,"level":"city","list":[{"id":422,"name":"临河区","parent_id":421,"level":"district"},{"id":423,"name":"五原县","parent_id":421,"level":"district"},{"id":424,"name":"磴口县","parent_id":421,"level":"district"},{"id":425,"name":"乌拉特前旗","parent_id":421,"level":"district"},{"id":426,"name":"乌拉特中旗","parent_id":421,"level":"district"},{"id":427,"name":"乌拉特后旗","parent_id":421,"level":"district"},{"id":428,"name":"杭锦后旗","parent_id":421,"level":"district"}]},{"id":429,"name":"乌兰察布市","parent_id":349,"level":"city","list":[{"id":430,"name":"集宁区","parent_id":429,"level":"district"},{"id":431,"name":"卓资县","parent_id":429,"level":"district"},{"id":432,"name":"化德县","parent_id":429,"level":"district"},{"id":433,"name":"商都县","parent_id":429,"level":"district"},{"id":434,"name":"兴和县","parent_id":429,"level":"district"},{"id":435,"name":"凉城县","parent_id":429,"level":"district"},{"id":436,"name":"察哈尔右翼前旗","parent_id":429,"level":"district"},{"id":437,"name":"察哈尔右翼中旗","parent_id":429,"level":"district"},{"id":438,"name":"察哈尔右翼后旗","parent_id":429,"level":"district"},{"id":439,"name":"四子王旗","parent_id":429,"level":"district"},{"id":440,"name":"丰镇市","parent_id":429,"level":"district"}]},{"id":441,"name":"兴安盟","parent_id":349,"level":"city","list":[{"id":442,"name":"乌兰浩特市","parent_id":441,"level":"district"},{"id":443,"name":"阿尔山市","parent_id":441,"level":"district"},{"id":444,"name":"科尔沁右翼前旗","parent_id":441,"level":"district"},{"id":445,"name":"科尔沁右翼中旗","parent_id":441,"level":"district"},{"id":446,"name":"扎赉特旗","parent_id":441,"level":"district"},{"id":447,"name":"突泉县","parent_id":441,"level":"district"}]},{"id":448,"name":"锡林郭勒盟","parent_id":349,"level":"city","list":[{"id":449,"name":"二连浩特市","parent_id":448,"level":"district"},{"id":450,"name":"锡林浩特市","parent_id":448,"level":"district"},{"id":451,"name":"阿巴嘎旗","parent_id":448,"level":"district"},{"id":452,"name":"苏尼特左旗","parent_id":448,"level":"district"},{"id":453,"name":"苏尼特右旗","parent_id":448,"level":"district"},{"id":454,"name":"东乌珠穆沁旗","parent_id":448,"level":"district"},{"id":455,"name":"西乌珠穆沁旗","parent_id":448,"level":"district"},{"id":456,"name":"太仆寺旗","parent_id":448,"level":"district"},{"id":457,"name":"镶黄旗","parent_id":448,"level":"district"},{"id":458,"name":"正镶白旗","parent_id":448,"level":"district"},{"id":459,"name":"正蓝旗","parent_id":448,"level":"district"},{"id":460,"name":"多伦县","parent_id":448,"level":"district"}]},{"id":461,"name":"阿拉善盟","parent_id":349,"level":"city","list":[{"id":462,"name":"阿拉善左旗","parent_id":461,"level":"district"},{"id":463,"name":"阿拉善右旗","parent_id":461,"level":"district"},{"id":464,"name":"额济纳旗","parent_id":461,"level":"district"}]}]},{"id":465,"name":"辽宁省","parent_id":1,"level":"province","list":[{"id":466,"name":"沈阳市","parent_id":465,"level":"city","list":[{"id":467,"name":"和平区","parent_id":466,"level":"district"},{"id":468,"name":"沈河区","parent_id":466,"level":"district"},{"id":469,"name":"大东区","parent_id":466,"level":"district"},{"id":470,"name":"皇姑区","parent_id":466,"level":"district"},{"id":471,"name":"铁西区","parent_id":466,"level":"district"},{"id":472,"name":"苏家屯区","parent_id":466,"level":"district"},{"id":473,"name":"浑南区","parent_id":466,"level":"district"},{"id":474,"name":"沈北新区","parent_id":466,"level":"district"},{"id":475,"name":"于洪区","parent_id":466,"level":"district"},{"id":476,"name":"辽中区","parent_id":466,"level":"district"},{"id":477,"name":"康平县","parent_id":466,"level":"district"},{"id":478,"name":"法库县","parent_id":466,"level":"district"},{"id":479,"name":"新民市","parent_id":466,"level":"district"}]},{"id":480,"name":"大连市","parent_id":465,"level":"city","list":[{"id":481,"name":"中山区","parent_id":480,"level":"district"},{"id":482,"name":"西岗区","parent_id":480,"level":"district"},{"id":483,"name":"沙河口区","parent_id":480,"level":"district"},{"id":484,"name":"甘井子区","parent_id":480,"level":"district"},{"id":485,"name":"旅顺口区","parent_id":480,"level":"district"},{"id":486,"name":"金州区","parent_id":480,"level":"district"},{"id":487,"name":"普兰店区","parent_id":480,"level":"district"},{"id":488,"name":"长海县","parent_id":480,"level":"district"},{"id":489,"name":"瓦房店市","parent_id":480,"level":"district"},{"id":490,"name":"庄河市","parent_id":480,"level":"district"}]},{"id":491,"name":"鞍山市","parent_id":465,"level":"city","list":[{"id":492,"name":"铁东区","parent_id":491,"level":"district"},{"id":493,"name":"铁西区","parent_id":491,"level":"district"},{"id":494,"name":"立山区","parent_id":491,"level":"district"},{"id":495,"name":"千山区","parent_id":491,"level":"district"},{"id":496,"name":"台安县","parent_id":491,"level":"district"},{"id":497,"name":"岫岩满族自治县","parent_id":491,"level":"district"},{"id":498,"name":"海城市","parent_id":491,"level":"district"}]},{"id":499,"name":"抚顺市","parent_id":465,"level":"city","list":[{"id":500,"name":"新抚区","parent_id":499,"level":"district"},{"id":501,"name":"东洲区","parent_id":499,"level":"district"},{"id":502,"name":"望花区","parent_id":499,"level":"district"},{"id":503,"name":"顺城区","parent_id":499,"level":"district"},{"id":504,"name":"抚顺县","parent_id":499,"level":"district"},{"id":505,"name":"新宾满族自治县","parent_id":499,"level":"district"},{"id":506,"name":"清原满族自治县","parent_id":499,"level":"district"}]},{"id":507,"name":"本溪市","parent_id":465,"level":"city","list":[{"id":508,"name":"平山区","parent_id":507,"level":"district"},{"id":509,"name":"溪湖区","parent_id":507,"level":"district"},{"id":510,"name":"明山区","parent_id":507,"level":"district"},{"id":511,"name":"南芬区","parent_id":507,"level":"district"},{"id":512,"name":"本溪满族自治县","parent_id":507,"level":"district"},{"id":513,"name":"桓仁满族自治县","parent_id":507,"level":"district"}]},{"id":514,"name":"丹东市","parent_id":465,"level":"city","list":[{"id":515,"name":"元宝区","parent_id":514,"level":"district"},{"id":516,"name":"振兴区","parent_id":514,"level":"district"},{"id":517,"name":"振安区","parent_id":514,"level":"district"},{"id":518,"name":"宽甸满族自治县","parent_id":514,"level":"district"},{"id":519,"name":"东港市","parent_id":514,"level":"district"},{"id":520,"name":"凤城市","parent_id":514,"level":"district"}]},{"id":521,"name":"锦州市","parent_id":465,"level":"city","list":[{"id":522,"name":"古塔区","parent_id":521,"level":"district"},{"id":523,"name":"凌河区","parent_id":521,"level":"district"},{"id":524,"name":"太和区","parent_id":521,"level":"district"},{"id":525,"name":"黑山县","parent_id":521,"level":"district"},{"id":526,"name":"义县","parent_id":521,"level":"district"},{"id":527,"name":"凌海市","parent_id":521,"level":"district"},{"id":528,"name":"北镇市","parent_id":521,"level":"district"}]},{"id":529,"name":"营口市","parent_id":465,"level":"city","list":[{"id":530,"name":"站前区","parent_id":529,"level":"district"},{"id":531,"name":"西市区","parent_id":529,"level":"district"},{"id":532,"name":"鲅鱼圈区","parent_id":529,"level":"district"},{"id":533,"name":"老边区","parent_id":529,"level":"district"},{"id":534,"name":"盖州市","parent_id":529,"level":"district"},{"id":535,"name":"大石桥市","parent_id":529,"level":"district"}]},{"id":536,"name":"阜新市","parent_id":465,"level":"city","list":[{"id":537,"name":"海州区","parent_id":536,"level":"district"},{"id":538,"name":"新邱区","parent_id":536,"level":"district"},{"id":539,"name":"太平区","parent_id":536,"level":"district"},{"id":540,"name":"清河门区","parent_id":536,"level":"district"},{"id":541,"name":"细河区","parent_id":536,"level":"district"},{"id":542,"name":"阜新蒙古族自治县","parent_id":536,"level":"district"},{"id":543,"name":"彰武县","parent_id":536,"level":"district"}]},{"id":544,"name":"辽阳市","parent_id":465,"level":"city","list":[{"id":545,"name":"白塔区","parent_id":544,"level":"district"},{"id":546,"name":"文圣区","parent_id":544,"level":"district"},{"id":547,"name":"宏伟区","parent_id":544,"level":"district"},{"id":548,"name":"弓长岭区","parent_id":544,"level":"district"},{"id":549,"name":"太子河区","parent_id":544,"level":"district"},{"id":550,"name":"辽阳县","parent_id":544,"level":"district"},{"id":551,"name":"灯塔市","parent_id":544,"level":"district"}]},{"id":552,"name":"盘锦市","parent_id":465,"level":"city","list":[{"id":553,"name":"双台子区","parent_id":552,"level":"district"},{"id":554,"name":"兴隆台区","parent_id":552,"level":"district"},{"id":555,"name":"大洼区","parent_id":552,"level":"district"},{"id":556,"name":"盘山县","parent_id":552,"level":"district"}]},{"id":557,"name":"铁岭市","parent_id":465,"level":"city","list":[{"id":558,"name":"银州区","parent_id":557,"level":"district"},{"id":559,"name":"清河区","parent_id":557,"level":"district"},{"id":560,"name":"铁岭县","parent_id":557,"level":"district"},{"id":561,"name":"西丰县","parent_id":557,"level":"district"},{"id":562,"name":"昌图县","parent_id":557,"level":"district"},{"id":563,"name":"调兵山市","parent_id":557,"level":"district"},{"id":564,"name":"开原市","parent_id":557,"level":"district"}]},{"id":565,"name":"朝阳市","parent_id":465,"level":"city","list":[{"id":566,"name":"双塔区","parent_id":565,"level":"district"},{"id":567,"name":"龙城区","parent_id":565,"level":"district"},{"id":568,"name":"朝阳县","parent_id":565,"level":"district"},{"id":569,"name":"建平县","parent_id":565,"level":"district"},{"id":570,"name":"喀喇沁左翼蒙古族自治县","parent_id":565,"level":"district"},{"id":571,"name":"北票市","parent_id":565,"level":"district"},{"id":572,"name":"凌源市","parent_id":565,"level":"district"}]},{"id":573,"name":"葫芦岛市","parent_id":465,"level":"city","list":[{"id":574,"name":"连山区","parent_id":573,"level":"district"},{"id":575,"name":"龙港区","parent_id":573,"level":"district"},{"id":576,"name":"南票区","parent_id":573,"level":"district"},{"id":577,"name":"绥中县","parent_id":573,"level":"district"},{"id":578,"name":"建昌县","parent_id":573,"level":"district"},{"id":579,"name":"兴城市","parent_id":573,"level":"district"}]}]},{"id":580,"name":"吉林省","parent_id":1,"level":"province","list":[{"id":581,"name":"长春市","parent_id":580,"level":"city","list":[{"id":582,"name":"南关区","parent_id":581,"level":"district"},{"id":583,"name":"宽城区","parent_id":581,"level":"district"},{"id":584,"name":"朝阳区","parent_id":581,"level":"district"},{"id":585,"name":"二道区","parent_id":581,"level":"district"},{"id":586,"name":"绿园区","parent_id":581,"level":"district"},{"id":587,"name":"双阳区","parent_id":581,"level":"district"},{"id":588,"name":"九台区","parent_id":581,"level":"district"},{"id":589,"name":"农安县","parent_id":581,"level":"district"},{"id":590,"name":"榆树市","parent_id":581,"level":"district"},{"id":591,"name":"德惠市","parent_id":581,"level":"district"}]},{"id":592,"name":"吉林市","parent_id":580,"level":"city","list":[{"id":593,"name":"昌邑区","parent_id":592,"level":"district"},{"id":594,"name":"龙潭区","parent_id":592,"level":"district"},{"id":595,"name":"船营区","parent_id":592,"level":"district"},{"id":596,"name":"丰满区","parent_id":592,"level":"district"},{"id":597,"name":"永吉县","parent_id":592,"level":"district"},{"id":598,"name":"蛟河市","parent_id":592,"level":"district"},{"id":599,"name":"桦甸市","parent_id":592,"level":"district"},{"id":600,"name":"舒兰市","parent_id":592,"level":"district"},{"id":601,"name":"磐石市","parent_id":592,"level":"district"}]},{"id":602,"name":"四平市","parent_id":580,"level":"city","list":[{"id":603,"name":"铁西区","parent_id":602,"level":"district"},{"id":604,"name":"铁东区","parent_id":602,"level":"district"},{"id":605,"name":"梨树县","parent_id":602,"level":"district"},{"id":606,"name":"伊通满族自治县","parent_id":602,"level":"district"},{"id":607,"name":"公主岭市","parent_id":602,"level":"district"},{"id":608,"name":"双辽市","parent_id":602,"level":"district"}]},{"id":609,"name":"辽源市","parent_id":580,"level":"city","list":[{"id":610,"name":"龙山区","parent_id":609,"level":"district"},{"id":611,"name":"西安区","parent_id":609,"level":"district"},{"id":612,"name":"东丰县","parent_id":609,"level":"district"},{"id":613,"name":"东辽县","parent_id":609,"level":"district"}]},{"id":614,"name":"通化市","parent_id":580,"level":"city","list":[{"id":615,"name":"东昌区","parent_id":614,"level":"district"},{"id":616,"name":"二道江区","parent_id":614,"level":"district"},{"id":617,"name":"通化县","parent_id":614,"level":"district"},{"id":618,"name":"辉南县","parent_id":614,"level":"district"},{"id":619,"name":"柳河县","parent_id":614,"level":"district"},{"id":620,"name":"梅河口市","parent_id":614,"level":"district"},{"id":621,"name":"集安市","parent_id":614,"level":"district"}]},{"id":622,"name":"白山市","parent_id":580,"level":"city","list":[{"id":623,"name":"浑江区","parent_id":622,"level":"district"},{"id":624,"name":"江源区","parent_id":622,"level":"district"},{"id":625,"name":"抚松县","parent_id":622,"level":"district"},{"id":626,"name":"靖宇县","parent_id":622,"level":"district"},{"id":627,"name":"长白朝鲜族自治县","parent_id":622,"level":"district"},{"id":628,"name":"临江市","parent_id":622,"level":"district"}]},{"id":629,"name":"松原市","parent_id":580,"level":"city","list":[{"id":630,"name":"宁江区","parent_id":629,"level":"district"},{"id":631,"name":"前郭尔罗斯蒙古族自治县","parent_id":629,"level":"district"},{"id":632,"name":"长岭县","parent_id":629,"level":"district"},{"id":633,"name":"乾安县","parent_id":629,"level":"district"},{"id":634,"name":"扶余市","parent_id":629,"level":"district"}]},{"id":635,"name":"白城市","parent_id":580,"level":"city","list":[{"id":636,"name":"洮北区","parent_id":635,"level":"district"},{"id":637,"name":"镇赉县","parent_id":635,"level":"district"},{"id":638,"name":"通榆县","parent_id":635,"level":"district"},{"id":639,"name":"洮南市","parent_id":635,"level":"district"},{"id":640,"name":"大安市","parent_id":635,"level":"district"}]},{"id":641,"name":"延边朝鲜族自治州","parent_id":580,"level":"city","list":[{"id":642,"name":"延吉市","parent_id":641,"level":"district"},{"id":643,"name":"图们市","parent_id":641,"level":"district"},{"id":644,"name":"敦化市","parent_id":641,"level":"district"},{"id":645,"name":"珲春市","parent_id":641,"level":"district"},{"id":646,"name":"龙井市","parent_id":641,"level":"district"},{"id":647,"name":"和龙市","parent_id":641,"level":"district"},{"id":648,"name":"汪清县","parent_id":641,"level":"district"},{"id":649,"name":"安图县","parent_id":641,"level":"district"}]}]},{"id":650,"name":"黑龙江省","parent_id":1,"level":"province","list":[{"id":651,"name":"哈尔滨市","parent_id":650,"level":"city","list":[{"id":652,"name":"道里区","parent_id":651,"level":"district"},{"id":653,"name":"南岗区","parent_id":651,"level":"district"},{"id":654,"name":"道外区","parent_id":651,"level":"district"},{"id":655,"name":"平房区","parent_id":651,"level":"district"},{"id":656,"name":"松北区","parent_id":651,"level":"district"},{"id":657,"name":"香坊区","parent_id":651,"level":"district"},{"id":658,"name":"呼兰区","parent_id":651,"level":"district"},{"id":659,"name":"阿城区","parent_id":651,"level":"district"},{"id":660,"name":"双城区","parent_id":651,"level":"district"},{"id":661,"name":"依兰县","parent_id":651,"level":"district"},{"id":662,"name":"方正县","parent_id":651,"level":"district"},{"id":663,"name":"宾县","parent_id":651,"level":"district"},{"id":664,"name":"巴彦县","parent_id":651,"level":"district"},{"id":665,"name":"木兰县","parent_id":651,"level":"district"},{"id":666,"name":"通河县","parent_id":651,"level":"district"},{"id":667,"name":"延寿县","parent_id":651,"level":"district"},{"id":668,"name":"尚志市","parent_id":651,"level":"district"},{"id":669,"name":"五常市","parent_id":651,"level":"district"}]},{"id":670,"name":"齐齐哈尔市","parent_id":650,"level":"city","list":[{"id":671,"name":"龙沙区","parent_id":670,"level":"district"},{"id":672,"name":"建华区","parent_id":670,"level":"district"},{"id":673,"name":"铁锋区","parent_id":670,"level":"district"},{"id":674,"name":"昂昂溪区","parent_id":670,"level":"district"},{"id":675,"name":"富拉尔基区","parent_id":670,"level":"district"},{"id":676,"name":"碾子山区","parent_id":670,"level":"district"},{"id":677,"name":"梅里斯达斡尔族区","parent_id":670,"level":"district"},{"id":678,"name":"龙江县","parent_id":670,"level":"district"},{"id":679,"name":"依安县","parent_id":670,"level":"district"},{"id":680,"name":"泰来县","parent_id":670,"level":"district"},{"id":681,"name":"甘南县","parent_id":670,"level":"district"},{"id":682,"name":"富裕县","parent_id":670,"level":"district"},{"id":683,"name":"克山县","parent_id":670,"level":"district"},{"id":684,"name":"克东县","parent_id":670,"level":"district"},{"id":685,"name":"拜泉县","parent_id":670,"level":"district"},{"id":686,"name":"讷河市","parent_id":670,"level":"district"}]},{"id":687,"name":"鸡西市","parent_id":650,"level":"city","list":[{"id":688,"name":"鸡冠区","parent_id":687,"level":"district"},{"id":689,"name":"恒山区","parent_id":687,"level":"district"},{"id":690,"name":"滴道区","parent_id":687,"level":"district"},{"id":691,"name":"梨树区","parent_id":687,"level":"district"},{"id":692,"name":"城子河区","parent_id":687,"level":"district"},{"id":693,"name":"麻山区","parent_id":687,"level":"district"},{"id":694,"name":"鸡东县","parent_id":687,"level":"district"},{"id":695,"name":"虎林市","parent_id":687,"level":"district"},{"id":696,"name":"密山市","parent_id":687,"level":"district"}]},{"id":697,"name":"鹤岗市","parent_id":650,"level":"city","list":[{"id":698,"name":"向阳区","parent_id":697,"level":"district"},{"id":699,"name":"工农区","parent_id":697,"level":"district"},{"id":700,"name":"南山区","parent_id":697,"level":"district"},{"id":701,"name":"兴安区","parent_id":697,"level":"district"},{"id":702,"name":"东山区","parent_id":697,"level":"district"},{"id":703,"name":"兴山区","parent_id":697,"level":"district"},{"id":704,"name":"萝北县","parent_id":697,"level":"district"},{"id":705,"name":"绥滨县","parent_id":697,"level":"district"}]},{"id":706,"name":"双鸭山市","parent_id":650,"level":"city","list":[{"id":707,"name":"尖山区","parent_id":706,"level":"district"},{"id":708,"name":"岭东区","parent_id":706,"level":"district"},{"id":709,"name":"四方台区","parent_id":706,"level":"district"},{"id":710,"name":"宝山区","parent_id":706,"level":"district"},{"id":711,"name":"集贤县","parent_id":706,"level":"district"},{"id":712,"name":"友谊县","parent_id":706,"level":"district"},{"id":713,"name":"宝清县","parent_id":706,"level":"district"},{"id":714,"name":"饶河县","parent_id":706,"level":"district"}]},{"id":715,"name":"大庆市","parent_id":650,"level":"city","list":[{"id":716,"name":"萨尔图区","parent_id":715,"level":"district"},{"id":717,"name":"龙凤区","parent_id":715,"level":"district"},{"id":718,"name":"让胡路区","parent_id":715,"level":"district"},{"id":719,"name":"红岗区","parent_id":715,"level":"district"},{"id":720,"name":"大同区","parent_id":715,"level":"district"},{"id":721,"name":"肇州县","parent_id":715,"level":"district"},{"id":722,"name":"肇源县","parent_id":715,"level":"district"},{"id":723,"name":"林甸县","parent_id":715,"level":"district"},{"id":724,"name":"杜尔伯特蒙古族自治县","parent_id":715,"level":"district"}]},{"id":725,"name":"伊春市","parent_id":650,"level":"city","list":[{"id":726,"name":"伊春区","parent_id":725,"level":"district"},{"id":727,"name":"南岔区","parent_id":725,"level":"district"},{"id":728,"name":"友好区","parent_id":725,"level":"district"},{"id":729,"name":"西林区","parent_id":725,"level":"district"},{"id":730,"name":"翠峦区","parent_id":725,"level":"district"},{"id":731,"name":"新青区","parent_id":725,"level":"district"},{"id":732,"name":"美溪区","parent_id":725,"level":"district"},{"id":733,"name":"金山屯区","parent_id":725,"level":"district"},{"id":734,"name":"五营区","parent_id":725,"level":"district"},{"id":735,"name":"乌马河区","parent_id":725,"level":"district"},{"id":736,"name":"汤旺河区","parent_id":725,"level":"district"},{"id":737,"name":"带岭区","parent_id":725,"level":"district"},{"id":738,"name":"乌伊岭区","parent_id":725,"level":"district"},{"id":739,"name":"红星区","parent_id":725,"level":"district"},{"id":740,"name":"上甘岭区","parent_id":725,"level":"district"},{"id":741,"name":"嘉荫县","parent_id":725,"level":"district"},{"id":742,"name":"铁力市","parent_id":725,"level":"district"}]},{"id":743,"name":"佳木斯市","parent_id":650,"level":"city","list":[{"id":744,"name":"向阳区","parent_id":743,"level":"district"},{"id":745,"name":"前进区","parent_id":743,"level":"district"},{"id":746,"name":"东风区","parent_id":743,"level":"district"},{"id":747,"name":"郊区","parent_id":743,"level":"district"},{"id":748,"name":"桦南县","parent_id":743,"level":"district"},{"id":749,"name":"桦川县","parent_id":743,"level":"district"},{"id":750,"name":"汤原县","parent_id":743,"level":"district"},{"id":751,"name":"同江市","parent_id":743,"level":"district"},{"id":752,"name":"富锦市","parent_id":743,"level":"district"},{"id":753,"name":"抚远市","parent_id":743,"level":"district"}]},{"id":754,"name":"七台河市","parent_id":650,"level":"city","list":[{"id":755,"name":"新兴区","parent_id":754,"level":"district"},{"id":756,"name":"桃山区","parent_id":754,"level":"district"},{"id":757,"name":"茄子河区","parent_id":754,"level":"district"},{"id":758,"name":"勃利县","parent_id":754,"level":"district"}]},{"id":759,"name":"牡丹江市","parent_id":650,"level":"city","list":[{"id":760,"name":"东安区","parent_id":759,"level":"district"},{"id":761,"name":"阳明区","parent_id":759,"level":"district"},{"id":762,"name":"爱民区","parent_id":759,"level":"district"},{"id":763,"name":"西安区","parent_id":759,"level":"district"},{"id":764,"name":"林口县","parent_id":759,"level":"district"},{"id":765,"name":"绥芬河市","parent_id":759,"level":"district"},{"id":766,"name":"海林市","parent_id":759,"level":"district"},{"id":767,"name":"宁安市","parent_id":759,"level":"district"},{"id":768,"name":"穆棱市","parent_id":759,"level":"district"},{"id":769,"name":"东宁市","parent_id":759,"level":"district"}]},{"id":770,"name":"黑河市","parent_id":650,"level":"city","list":[{"id":771,"name":"爱辉区","parent_id":770,"level":"district"},{"id":772,"name":"嫩江县","parent_id":770,"level":"district"},{"id":773,"name":"逊克县","parent_id":770,"level":"district"},{"id":774,"name":"孙吴县","parent_id":770,"level":"district"},{"id":775,"name":"北安市","parent_id":770,"level":"district"},{"id":776,"name":"五大连池市","parent_id":770,"level":"district"}]},{"id":777,"name":"绥化市","parent_id":650,"level":"city","list":[{"id":778,"name":"北林区","parent_id":777,"level":"district"},{"id":779,"name":"望奎县","parent_id":777,"level":"district"},{"id":780,"name":"兰西县","parent_id":777,"level":"district"},{"id":781,"name":"青冈县","parent_id":777,"level":"district"},{"id":782,"name":"庆安县","parent_id":777,"level":"district"},{"id":783,"name":"明水县","parent_id":777,"level":"district"},{"id":784,"name":"绥棱县","parent_id":777,"level":"district"},{"id":785,"name":"安达市","parent_id":777,"level":"district"},{"id":786,"name":"肇东市","parent_id":777,"level":"district"},{"id":787,"name":"海伦市","parent_id":777,"level":"district"}]},{"id":788,"name":"大兴安岭地区","parent_id":650,"level":"city","list":[{"id":789,"name":"加格达奇区","parent_id":788,"level":"district"},{"id":790,"name":"呼玛县","parent_id":788,"level":"district"},{"id":791,"name":"塔河县","parent_id":788,"level":"district"},{"id":792,"name":"漠河县","parent_id":788,"level":"district"}]}]},{"id":793,"name":"上海市","parent_id":1,"level":"province","list":[{"id":794,"name":"上海市","parent_id":793,"level":"city","list":[{"id":795,"name":"黄浦区","parent_id":794,"level":"district"},{"id":796,"name":"徐汇区","parent_id":794,"level":"district"},{"id":797,"name":"长宁区","parent_id":794,"level":"district"},{"id":798,"name":"静安区","parent_id":794,"level":"district"},{"id":799,"name":"普陀区","parent_id":794,"level":"district"},{"id":800,"name":"虹口区","parent_id":794,"level":"district"},{"id":801,"name":"杨浦区","parent_id":794,"level":"district"},{"id":802,"name":"闵行区","parent_id":794,"level":"district"},{"id":803,"name":"宝山区","parent_id":794,"level":"district"},{"id":804,"name":"嘉定区","parent_id":794,"level":"district"},{"id":805,"name":"浦东新区","parent_id":794,"level":"district"},{"id":806,"name":"金山区","parent_id":794,"level":"district"},{"id":807,"name":"松江区","parent_id":794,"level":"district"},{"id":808,"name":"青浦区","parent_id":794,"level":"district"},{"id":809,"name":"奉贤区","parent_id":794,"level":"district"},{"id":810,"name":"崇明区","parent_id":794,"level":"district"}]}]},{"id":811,"name":"江苏省","parent_id":1,"level":"province","list":[{"id":812,"name":"南京市","parent_id":811,"level":"city","list":[{"id":813,"name":"玄武区","parent_id":812,"level":"district"},{"id":814,"name":"秦淮区","parent_id":812,"level":"district"},{"id":815,"name":"建邺区","parent_id":812,"level":"district"},{"id":816,"name":"鼓楼区","parent_id":812,"level":"district"},{"id":817,"name":"浦口区","parent_id":812,"level":"district"},{"id":818,"name":"栖霞区","parent_id":812,"level":"district"},{"id":819,"name":"雨花台区","parent_id":812,"level":"district"},{"id":820,"name":"江宁区","parent_id":812,"level":"district"},{"id":821,"name":"六合区","parent_id":812,"level":"district"},{"id":822,"name":"溧水区","parent_id":812,"level":"district"},{"id":823,"name":"高淳区","parent_id":812,"level":"district"}]},{"id":824,"name":"无锡市","parent_id":811,"level":"city","list":[{"id":825,"name":"锡山区","parent_id":824,"level":"district"},{"id":826,"name":"惠山区","parent_id":824,"level":"district"},{"id":827,"name":"滨湖区","parent_id":824,"level":"district"},{"id":828,"name":"梁溪区","parent_id":824,"level":"district"},{"id":829,"name":"新吴区","parent_id":824,"level":"district"},{"id":830,"name":"江阴市","parent_id":824,"level":"district"},{"id":831,"name":"宜兴市","parent_id":824,"level":"district"}]},{"id":832,"name":"徐州市","parent_id":811,"level":"city","list":[{"id":833,"name":"鼓楼区","parent_id":832,"level":"district"},{"id":834,"name":"云龙区","parent_id":832,"level":"district"},{"id":835,"name":"贾汪区","parent_id":832,"level":"district"},{"id":836,"name":"泉山区","parent_id":832,"level":"district"},{"id":837,"name":"铜山区","parent_id":832,"level":"district"},{"id":838,"name":"丰县","parent_id":832,"level":"district"},{"id":839,"name":"沛县","parent_id":832,"level":"district"},{"id":840,"name":"睢宁县","parent_id":832,"level":"district"},{"id":841,"name":"新沂市","parent_id":832,"level":"district"},{"id":842,"name":"邳州市","parent_id":832,"level":"district"}]},{"id":843,"name":"常州市","parent_id":811,"level":"city","list":[{"id":844,"name":"天宁区","parent_id":843,"level":"district"},{"id":845,"name":"钟楼区","parent_id":843,"level":"district"},{"id":846,"name":"新北区","parent_id":843,"level":"district"},{"id":847,"name":"武进区","parent_id":843,"level":"district"},{"id":848,"name":"金坛区","parent_id":843,"level":"district"},{"id":849,"name":"溧阳市","parent_id":843,"level":"district"}]},{"id":850,"name":"苏州市","parent_id":811,"level":"city","list":[{"id":851,"name":"虎丘区","parent_id":850,"level":"district"},{"id":852,"name":"吴中区","parent_id":850,"level":"district"},{"id":853,"name":"相城区","parent_id":850,"level":"district"},{"id":854,"name":"姑苏区","parent_id":850,"level":"district"},{"id":855,"name":"吴江区","parent_id":850,"level":"district"},{"id":856,"name":"常熟市","parent_id":850,"level":"district"},{"id":857,"name":"张家港市","parent_id":850,"level":"district"},{"id":858,"name":"昆山市","parent_id":850,"level":"district"},{"id":859,"name":"太仓市","parent_id":850,"level":"district"},{"id":3263,"name":"高新区","parent_id":850,"level":"district"}]},{"id":860,"name":"南通市","parent_id":811,"level":"city","list":[{"id":861,"name":"崇川区","parent_id":860,"level":"district"},{"id":862,"name":"港闸区","parent_id":860,"level":"district"},{"id":863,"name":"通州区","parent_id":860,"level":"district"},{"id":864,"name":"海安县","parent_id":860,"level":"district"},{"id":865,"name":"如东县","parent_id":860,"level":"district"},{"id":866,"name":"启东市","parent_id":860,"level":"district"},{"id":867,"name":"如皋市","parent_id":860,"level":"district"},{"id":868,"name":"海门市","parent_id":860,"level":"district"}]},{"id":869,"name":"连云港市","parent_id":811,"level":"city","list":[{"id":870,"name":"连云区","parent_id":869,"level":"district"},{"id":871,"name":"海州区","parent_id":869,"level":"district"},{"id":872,"name":"赣榆区","parent_id":869,"level":"district"},{"id":873,"name":"东海县","parent_id":869,"level":"district"},{"id":874,"name":"灌云县","parent_id":869,"level":"district"},{"id":875,"name":"灌南县","parent_id":869,"level":"district"}]},{"id":876,"name":"淮安市","parent_id":811,"level":"city","list":[{"id":877,"name":"清江浦区","parent_id":876,"level":"district"},{"id":878,"name":"淮安区","parent_id":876,"level":"district"},{"id":879,"name":"淮阴区","parent_id":876,"level":"district"},{"id":880,"name":"洪泽区","parent_id":876,"level":"district"},{"id":881,"name":"涟水县","parent_id":876,"level":"district"},{"id":882,"name":"盱眙县","parent_id":876,"level":"district"},{"id":883,"name":"金湖县","parent_id":876,"level":"district"}]},{"id":884,"name":"盐城市","parent_id":811,"level":"city","list":[{"id":885,"name":"亭湖区","parent_id":884,"level":"district"},{"id":886,"name":"盐都区","parent_id":884,"level":"district"},{"id":887,"name":"大丰区","parent_id":884,"level":"district"},{"id":888,"name":"响水县","parent_id":884,"level":"district"},{"id":889,"name":"滨海县","parent_id":884,"level":"district"},{"id":890,"name":"阜宁县","parent_id":884,"level":"district"},{"id":891,"name":"射阳县","parent_id":884,"level":"district"},{"id":892,"name":"建湖县","parent_id":884,"level":"district"},{"id":893,"name":"东台市","parent_id":884,"level":"district"}]},{"id":894,"name":"扬州市","parent_id":811,"level":"city","list":[{"id":895,"name":"广陵区","parent_id":894,"level":"district"},{"id":896,"name":"邗江区","parent_id":894,"level":"district"},{"id":897,"name":"江都区","parent_id":894,"level":"district"},{"id":898,"name":"宝应县","parent_id":894,"level":"district"},{"id":899,"name":"仪征市","parent_id":894,"level":"district"},{"id":900,"name":"高邮市","parent_id":894,"level":"district"}]},{"id":901,"name":"镇江市","parent_id":811,"level":"city","list":[{"id":902,"name":"京口区","parent_id":901,"level":"district"},{"id":903,"name":"润州区","parent_id":901,"level":"district"},{"id":904,"name":"丹徒区","parent_id":901,"level":"district"},{"id":905,"name":"丹阳市","parent_id":901,"level":"district"},{"id":906,"name":"扬中市","parent_id":901,"level":"district"},{"id":907,"name":"句容市","parent_id":901,"level":"district"}]},{"id":908,"name":"泰州市","parent_id":811,"level":"city","list":[{"id":909,"name":"海陵区","parent_id":908,"level":"district"},{"id":910,"name":"高港区","parent_id":908,"level":"district"},{"id":911,"name":"姜堰区","parent_id":908,"level":"district"},{"id":912,"name":"兴化市","parent_id":908,"level":"district"},{"id":913,"name":"靖江市","parent_id":908,"level":"district"},{"id":914,"name":"泰兴市","parent_id":908,"level":"district"}]},{"id":915,"name":"宿迁市","parent_id":811,"level":"city","list":[{"id":916,"name":"宿城区","parent_id":915,"level":"district"},{"id":917,"name":"宿豫区","parent_id":915,"level":"district"},{"id":918,"name":"沭阳县","parent_id":915,"level":"district"},{"id":919,"name":"泗阳县","parent_id":915,"level":"district"},{"id":920,"name":"泗洪县","parent_id":915,"level":"district"}]}]},{"id":921,"name":"浙江省","parent_id":1,"level":"province","list":[{"id":922,"name":"杭州市","parent_id":921,"level":"city","list":[{"id":923,"name":"上城区","parent_id":922,"level":"district"},{"id":924,"name":"下城区","parent_id":922,"level":"district"},{"id":925,"name":"江干区","parent_id":922,"level":"district"},{"id":926,"name":"拱墅区","parent_id":922,"level":"district"},{"id":927,"name":"西湖区","parent_id":922,"level":"district"},{"id":928,"name":"滨江区","parent_id":922,"level":"district"},{"id":929,"name":"萧山区","parent_id":922,"level":"district"},{"id":930,"name":"余杭区","parent_id":922,"level":"district"},{"id":931,"name":"富阳区","parent_id":922,"level":"district"},{"id":932,"name":"桐庐县","parent_id":922,"level":"district"},{"id":933,"name":"淳安县","parent_id":922,"level":"district"},{"id":934,"name":"建德市","parent_id":922,"level":"district"},{"id":935,"name":"临安区","parent_id":922,"level":"district"}]},{"id":936,"name":"宁波市","parent_id":921,"level":"city","list":[{"id":937,"name":"海曙区","parent_id":936,"level":"district"},{"id":938,"name":"江北区","parent_id":936,"level":"district"},{"id":939,"name":"北仑区","parent_id":936,"level":"district"},{"id":940,"name":"镇海区","parent_id":936,"level":"district"},{"id":941,"name":"鄞州区","parent_id":936,"level":"district"},{"id":942,"name":"象山县","parent_id":936,"level":"district"},{"id":943,"name":"宁海县","parent_id":936,"level":"district"},{"id":944,"name":"余姚市","parent_id":936,"level":"district"},{"id":945,"name":"慈溪市","parent_id":936,"level":"district"},{"id":946,"name":"奉化区","parent_id":936,"level":"district"}]},{"id":947,"name":"温州市","parent_id":921,"level":"city","list":[{"id":948,"name":"鹿城区","parent_id":947,"level":"district"},{"id":949,"name":"龙湾区","parent_id":947,"level":"district"},{"id":950,"name":"瓯海区","parent_id":947,"level":"district"},{"id":951,"name":"洞头区","parent_id":947,"level":"district"},{"id":952,"name":"永嘉县","parent_id":947,"level":"district"},{"id":953,"name":"平阳县","parent_id":947,"level":"district"},{"id":954,"name":"苍南县","parent_id":947,"level":"district"},{"id":955,"name":"文成县","parent_id":947,"level":"district"},{"id":956,"name":"泰顺县","parent_id":947,"level":"district"},{"id":957,"name":"瑞安市","parent_id":947,"level":"district"},{"id":958,"name":"乐清市","parent_id":947,"level":"district"}]},{"id":959,"name":"嘉兴市","parent_id":921,"level":"city","list":[{"id":960,"name":"南湖区","parent_id":959,"level":"district"},{"id":961,"name":"秀洲区","parent_id":959,"level":"district"},{"id":962,"name":"嘉善县","parent_id":959,"level":"district"},{"id":963,"name":"海盐县","parent_id":959,"level":"district"},{"id":964,"name":"海宁市","parent_id":959,"level":"district"},{"id":965,"name":"平湖市","parent_id":959,"level":"district"},{"id":966,"name":"桐乡市","parent_id":959,"level":"district"}]},{"id":967,"name":"湖州市","parent_id":921,"level":"city","list":[{"id":968,"name":"吴兴区","parent_id":967,"level":"district"},{"id":969,"name":"南浔区","parent_id":967,"level":"district"},{"id":970,"name":"德清县","parent_id":967,"level":"district"},{"id":971,"name":"长兴县","parent_id":967,"level":"district"},{"id":972,"name":"安吉县","parent_id":967,"level":"district"}]},{"id":973,"name":"绍兴市","parent_id":921,"level":"city","list":[{"id":974,"name":"越城区","parent_id":973,"level":"district"},{"id":975,"name":"柯桥区","parent_id":973,"level":"district"},{"id":976,"name":"上虞区","parent_id":973,"level":"district"},{"id":977,"name":"新昌县","parent_id":973,"level":"district"},{"id":978,"name":"诸暨市","parent_id":973,"level":"district"},{"id":979,"name":"嵊州市","parent_id":973,"level":"district"}]},{"id":980,"name":"金华市","parent_id":921,"level":"city","list":[{"id":981,"name":"婺城区","parent_id":980,"level":"district"},{"id":982,"name":"金东区","parent_id":980,"level":"district"},{"id":983,"name":"武义县","parent_id":980,"level":"district"},{"id":984,"name":"浦江县","parent_id":980,"level":"district"},{"id":985,"name":"磐安县","parent_id":980,"level":"district"},{"id":986,"name":"兰溪市","parent_id":980,"level":"district"},{"id":987,"name":"义乌市","parent_id":980,"level":"district"},{"id":988,"name":"东阳市","parent_id":980,"level":"district"},{"id":989,"name":"永康市","parent_id":980,"level":"district"}]},{"id":990,"name":"衢州市","parent_id":921,"level":"city","list":[{"id":991,"name":"柯城区","parent_id":990,"level":"district"},{"id":992,"name":"衢江区","parent_id":990,"level":"district"},{"id":993,"name":"常山县","parent_id":990,"level":"district"},{"id":994,"name":"开化县","parent_id":990,"level":"district"},{"id":995,"name":"龙游县","parent_id":990,"level":"district"},{"id":996,"name":"江山市","parent_id":990,"level":"district"}]},{"id":997,"name":"舟山市","parent_id":921,"level":"city","list":[{"id":998,"name":"定海区","parent_id":997,"level":"district"},{"id":999,"name":"普陀区","parent_id":997,"level":"district"},{"id":1000,"name":"岱山县","parent_id":997,"level":"district"},{"id":1001,"name":"嵊泗县","parent_id":997,"level":"district"}]},{"id":1002,"name":"台州市","parent_id":921,"level":"city","list":[{"id":1003,"name":"椒江区","parent_id":1002,"level":"district"},{"id":1004,"name":"黄岩区","parent_id":1002,"level":"district"},{"id":1005,"name":"路桥区","parent_id":1002,"level":"district"},{"id":1006,"name":"玉环市","parent_id":1002,"level":"district"},{"id":1007,"name":"三门县","parent_id":1002,"level":"district"},{"id":1008,"name":"天台县","parent_id":1002,"level":"district"},{"id":1009,"name":"仙居县","parent_id":1002,"level":"district"},{"id":1010,"name":"温岭市","parent_id":1002,"level":"district"},{"id":1011,"name":"临海市","parent_id":1002,"level":"district"}]},{"id":1012,"name":"丽水市","parent_id":921,"level":"city","list":[{"id":1013,"name":"莲都区","parent_id":1012,"level":"district"},{"id":1014,"name":"青田县","parent_id":1012,"level":"district"},{"id":1015,"name":"缙云县","parent_id":1012,"level":"district"},{"id":1016,"name":"遂昌县","parent_id":1012,"level":"district"},{"id":1017,"name":"松阳县","parent_id":1012,"level":"district"},{"id":1018,"name":"云和县","parent_id":1012,"level":"district"},{"id":1019,"name":"庆元县","parent_id":1012,"level":"district"},{"id":1020,"name":"景宁畲族自治县","parent_id":1012,"level":"district"},{"id":1021,"name":"龙泉市","parent_id":1012,"level":"district"}]}]},{"id":1022,"name":"安徽省","parent_id":1,"level":"province","list":[{"id":1023,"name":"合肥市","parent_id":1022,"level":"city","list":[{"id":1024,"name":"瑶海区","parent_id":1023,"level":"district"},{"id":1025,"name":"庐阳区","parent_id":1023,"level":"district"},{"id":1026,"name":"蜀山区","parent_id":1023,"level":"district"},{"id":1027,"name":"包河区","parent_id":1023,"level":"district"},{"id":1028,"name":"长丰县","parent_id":1023,"level":"district"},{"id":1029,"name":"肥东县","parent_id":1023,"level":"district"},{"id":1030,"name":"肥西县","parent_id":1023,"level":"district"},{"id":1031,"name":"庐江县","parent_id":1023,"level":"district"},{"id":1032,"name":"巢湖市","parent_id":1023,"level":"district"}]},{"id":1033,"name":"芜湖市","parent_id":1022,"level":"city","list":[{"id":1034,"name":"镜湖区","parent_id":1033,"level":"district"},{"id":1035,"name":"弋江区","parent_id":1033,"level":"district"},{"id":1036,"name":"鸠江区","parent_id":1033,"level":"district"},{"id":1037,"name":"三山区","parent_id":1033,"level":"district"},{"id":1038,"name":"芜湖县","parent_id":1033,"level":"district"},{"id":1039,"name":"繁昌县","parent_id":1033,"level":"district"},{"id":1040,"name":"南陵县","parent_id":1033,"level":"district"},{"id":1041,"name":"无为县","parent_id":1033,"level":"district"}]},{"id":1042,"name":"蚌埠市","parent_id":1022,"level":"city","list":[{"id":1043,"name":"龙子湖区","parent_id":1042,"level":"district"},{"id":1044,"name":"蚌山区","parent_id":1042,"level":"district"},{"id":1045,"name":"禹会区","parent_id":1042,"level":"district"},{"id":1046,"name":"淮上区","parent_id":1042,"level":"district"},{"id":1047,"name":"怀远县","parent_id":1042,"level":"district"},{"id":1048,"name":"五河县","parent_id":1042,"level":"district"},{"id":1049,"name":"固镇县","parent_id":1042,"level":"district"}]},{"id":1050,"name":"淮南市","parent_id":1022,"level":"city","list":[{"id":1051,"name":"大通区","parent_id":1050,"level":"district"},{"id":1052,"name":"田家庵区","parent_id":1050,"level":"district"},{"id":1053,"name":"谢家集区","parent_id":1050,"level":"district"},{"id":1054,"name":"八公山区","parent_id":1050,"level":"district"},{"id":1055,"name":"潘集区","parent_id":1050,"level":"district"},{"id":1056,"name":"凤台县","parent_id":1050,"level":"district"},{"id":1057,"name":"寿县","parent_id":1050,"level":"district"}]},{"id":1058,"name":"马鞍山市","parent_id":1022,"level":"city","list":[{"id":1059,"name":"花山区","parent_id":1058,"level":"district"},{"id":1060,"name":"雨山区","parent_id":1058,"level":"district"},{"id":1061,"name":"博望区","parent_id":1058,"level":"district"},{"id":1062,"name":"当涂县","parent_id":1058,"level":"district"},{"id":1063,"name":"含山县","parent_id":1058,"level":"district"},{"id":1064,"name":"和县","parent_id":1058,"level":"district"}]},{"id":1065,"name":"淮北市","parent_id":1022,"level":"city","list":[{"id":1066,"name":"杜集区","parent_id":1065,"level":"district"},{"id":1067,"name":"相山区","parent_id":1065,"level":"district"},{"id":1068,"name":"烈山区","parent_id":1065,"level":"district"},{"id":1069,"name":"濉溪县","parent_id":1065,"level":"district"}]},{"id":1070,"name":"铜陵市","parent_id":1022,"level":"city","list":[{"id":1071,"name":"铜官区","parent_id":1070,"level":"district"},{"id":1072,"name":"义安区","parent_id":1070,"level":"district"},{"id":1073,"name":"郊区","parent_id":1070,"level":"district"},{"id":1074,"name":"枞阳县","parent_id":1070,"level":"district"}]},{"id":1075,"name":"安庆市","parent_id":1022,"level":"city","list":[{"id":1076,"name":"迎江区","parent_id":1075,"level":"district"},{"id":1077,"name":"大观区","parent_id":1075,"level":"district"},{"id":1078,"name":"宜秀区","parent_id":1075,"level":"district"},{"id":1079,"name":"怀宁县","parent_id":1075,"level":"district"},{"id":1080,"name":"潜山县","parent_id":1075,"level":"district"},{"id":1081,"name":"太湖县","parent_id":1075,"level":"district"},{"id":1082,"name":"宿松县","parent_id":1075,"level":"district"},{"id":1083,"name":"望江县","parent_id":1075,"level":"district"},{"id":1084,"name":"岳西县","parent_id":1075,"level":"district"},{"id":1085,"name":"桐城市","parent_id":1075,"level":"district"}]},{"id":1086,"name":"黄山市","parent_id":1022,"level":"city","list":[{"id":1087,"name":"屯溪区","parent_id":1086,"level":"district"},{"id":1088,"name":"黄山区","parent_id":1086,"level":"district"},{"id":1089,"name":"徽州区","parent_id":1086,"level":"district"},{"id":1090,"name":"歙县","parent_id":1086,"level":"district"},{"id":1091,"name":"休宁县","parent_id":1086,"level":"district"},{"id":1092,"name":"黟县","parent_id":1086,"level":"district"},{"id":1093,"name":"祁门县","parent_id":1086,"level":"district"}]},{"id":1094,"name":"滁州市","parent_id":1022,"level":"city","list":[{"id":1095,"name":"琅琊区","parent_id":1094,"level":"district"},{"id":1096,"name":"南谯区","parent_id":1094,"level":"district"},{"id":1097,"name":"来安县","parent_id":1094,"level":"district"},{"id":1098,"name":"全椒县","parent_id":1094,"level":"district"},{"id":1099,"name":"定远县","parent_id":1094,"level":"district"},{"id":1100,"name":"凤阳县","parent_id":1094,"level":"district"},{"id":1101,"name":"天长市","parent_id":1094,"level":"district"},{"id":1102,"name":"明光市","parent_id":1094,"level":"district"}]},{"id":1103,"name":"阜阳市","parent_id":1022,"level":"city","list":[{"id":1104,"name":"颍州区","parent_id":1103,"level":"district"},{"id":1105,"name":"颍东区","parent_id":1103,"level":"district"},{"id":1106,"name":"颍泉区","parent_id":1103,"level":"district"},{"id":1107,"name":"临泉县","parent_id":1103,"level":"district"},{"id":1108,"name":"太和县","parent_id":1103,"level":"district"},{"id":1109,"name":"阜南县","parent_id":1103,"level":"district"},{"id":1110,"name":"颍上县","parent_id":1103,"level":"district"},{"id":1111,"name":"界首市","parent_id":1103,"level":"district"}]},{"id":1112,"name":"宿州市","parent_id":1022,"level":"city","list":[{"id":1113,"name":"埇桥区","parent_id":1112,"level":"district"},{"id":1114,"name":"砀山县","parent_id":1112,"level":"district"},{"id":1115,"name":"萧县","parent_id":1112,"level":"district"},{"id":1116,"name":"灵璧县","parent_id":1112,"level":"district"},{"id":1117,"name":"泗县","parent_id":1112,"level":"district"}]},{"id":1118,"name":"六安市","parent_id":1022,"level":"city","list":[{"id":1119,"name":"金安区","parent_id":1118,"level":"district"},{"id":1120,"name":"裕安区","parent_id":1118,"level":"district"},{"id":1121,"name":"叶集区","parent_id":1118,"level":"district"},{"id":1122,"name":"霍邱县","parent_id":1118,"level":"district"},{"id":1123,"name":"舒城县","parent_id":1118,"level":"district"},{"id":1124,"name":"金寨县","parent_id":1118,"level":"district"},{"id":1125,"name":"霍山县","parent_id":1118,"level":"district"}]},{"id":1126,"name":"亳州市","parent_id":1022,"level":"city","list":[{"id":1127,"name":"谯城区","parent_id":1126,"level":"district"},{"id":1128,"name":"涡阳县","parent_id":1126,"level":"district"},{"id":1129,"name":"蒙城县","parent_id":1126,"level":"district"},{"id":1130,"name":"利辛县","parent_id":1126,"level":"district"}]},{"id":1131,"name":"池州市","parent_id":1022,"level":"city","list":[{"id":1132,"name":"贵池区","parent_id":1131,"level":"district"},{"id":1133,"name":"东至县","parent_id":1131,"level":"district"},{"id":1134,"name":"石台县","parent_id":1131,"level":"district"},{"id":1135,"name":"青阳县","parent_id":1131,"level":"district"}]},{"id":1136,"name":"宣城市","parent_id":1022,"level":"city","list":[{"id":1137,"name":"宣州区","parent_id":1136,"level":"district"},{"id":1138,"name":"郎溪县","parent_id":1136,"level":"district"},{"id":1139,"name":"广德县","parent_id":1136,"level":"district"},{"id":1140,"name":"泾县","parent_id":1136,"level":"district"},{"id":1141,"name":"绩溪县","parent_id":1136,"level":"district"},{"id":1142,"name":"旌德县","parent_id":1136,"level":"district"},{"id":1143,"name":"宁国市","parent_id":1136,"level":"district"}]}]},{"id":1144,"name":"福建省","parent_id":1,"level":"province","list":[{"id":1145,"name":"福州市","parent_id":1144,"level":"city","list":[{"id":1146,"name":"鼓楼区","parent_id":1145,"level":"district"},{"id":1147,"name":"台江区","parent_id":1145,"level":"district"},{"id":1148,"name":"仓山区","parent_id":1145,"level":"district"},{"id":1149,"name":"马尾区","parent_id":1145,"level":"district"},{"id":1150,"name":"晋安区","parent_id":1145,"level":"district"},{"id":1151,"name":"闽侯县","parent_id":1145,"level":"district"},{"id":1152,"name":"连江县","parent_id":1145,"level":"district"},{"id":1153,"name":"罗源县","parent_id":1145,"level":"district"},{"id":1154,"name":"闽清县","parent_id":1145,"level":"district"},{"id":1155,"name":"永泰县","parent_id":1145,"level":"district"},{"id":1156,"name":"平潭县","parent_id":1145,"level":"district"},{"id":1157,"name":"福清市","parent_id":1145,"level":"district"},{"id":1158,"name":"长乐市","parent_id":1145,"level":"district"}]},{"id":1159,"name":"厦门市","parent_id":1144,"level":"city","list":[{"id":1160,"name":"思明区","parent_id":1159,"level":"district"},{"id":1161,"name":"海沧区","parent_id":1159,"level":"district"},{"id":1162,"name":"湖里区","parent_id":1159,"level":"district"},{"id":1163,"name":"集美区","parent_id":1159,"level":"district"},{"id":1164,"name":"同安区","parent_id":1159,"level":"district"},{"id":1165,"name":"翔安区","parent_id":1159,"level":"district"}]},{"id":1166,"name":"莆田市","parent_id":1144,"level":"city","list":[{"id":1167,"name":"城厢区","parent_id":1166,"level":"district"},{"id":1168,"name":"涵江区","parent_id":1166,"level":"district"},{"id":1169,"name":"荔城区","parent_id":1166,"level":"district"},{"id":1170,"name":"秀屿区","parent_id":1166,"level":"district"},{"id":1171,"name":"仙游县","parent_id":1166,"level":"district"}]},{"id":1172,"name":"三明市","parent_id":1144,"level":"city","list":[{"id":1173,"name":"梅列区","parent_id":1172,"level":"district"},{"id":1174,"name":"三元区","parent_id":1172,"level":"district"},{"id":1175,"name":"明溪县","parent_id":1172,"level":"district"},{"id":1176,"name":"清流县","parent_id":1172,"level":"district"},{"id":1177,"name":"宁化县","parent_id":1172,"level":"district"},{"id":1178,"name":"大田县","parent_id":1172,"level":"district"},{"id":1179,"name":"尤溪县","parent_id":1172,"level":"district"},{"id":1180,"name":"沙县","parent_id":1172,"level":"district"},{"id":1181,"name":"将乐县","parent_id":1172,"level":"district"},{"id":1182,"name":"泰宁县","parent_id":1172,"level":"district"},{"id":1183,"name":"建宁县","parent_id":1172,"level":"district"},{"id":1184,"name":"永安市","parent_id":1172,"level":"district"}]},{"id":1185,"name":"泉州市","parent_id":1144,"level":"city","list":[{"id":1186,"name":"鲤城区","parent_id":1185,"level":"district"},{"id":1187,"name":"丰泽区","parent_id":1185,"level":"district"},{"id":1188,"name":"洛江区","parent_id":1185,"level":"district"},{"id":1189,"name":"泉港区","parent_id":1185,"level":"district"},{"id":1190,"name":"惠安县","parent_id":1185,"level":"district"},{"id":1191,"name":"安溪县","parent_id":1185,"level":"district"},{"id":1192,"name":"永春县","parent_id":1185,"level":"district"},{"id":1193,"name":"德化县","parent_id":1185,"level":"district"},{"id":1194,"name":"金门县","parent_id":1185,"level":"district"},{"id":1195,"name":"石狮市","parent_id":1185,"level":"district"},{"id":1196,"name":"晋江市","parent_id":1185,"level":"district"},{"id":1197,"name":"南安市","parent_id":1185,"level":"district"}]},{"id":1198,"name":"漳州市","parent_id":1144,"level":"city","list":[{"id":1199,"name":"芗城区","parent_id":1198,"level":"district"},{"id":1200,"name":"龙文区","parent_id":1198,"level":"district"},{"id":1201,"name":"云霄县","parent_id":1198,"level":"district"},{"id":1202,"name":"漳浦县","parent_id":1198,"level":"district"},{"id":1203,"name":"诏安县","parent_id":1198,"level":"district"},{"id":1204,"name":"长泰县","parent_id":1198,"level":"district"},{"id":1205,"name":"东山县","parent_id":1198,"level":"district"},{"id":1206,"name":"南靖县","parent_id":1198,"level":"district"},{"id":1207,"name":"平和县","parent_id":1198,"level":"district"},{"id":1208,"name":"华安县","parent_id":1198,"level":"district"},{"id":1209,"name":"龙海市","parent_id":1198,"level":"district"}]},{"id":1210,"name":"南平市","parent_id":1144,"level":"city","list":[{"id":1211,"name":"延平区","parent_id":1210,"level":"district"},{"id":1212,"name":"建阳区","parent_id":1210,"level":"district"},{"id":1213,"name":"顺昌县","parent_id":1210,"level":"district"},{"id":1214,"name":"浦城县","parent_id":1210,"level":"district"},{"id":1215,"name":"光泽县","parent_id":1210,"level":"district"},{"id":1216,"name":"松溪县","parent_id":1210,"level":"district"},{"id":1217,"name":"政和县","parent_id":1210,"level":"district"},{"id":1218,"name":"邵武市","parent_id":1210,"level":"district"},{"id":1219,"name":"武夷山市","parent_id":1210,"level":"district"},{"id":1220,"name":"建瓯市","parent_id":1210,"level":"district"}]},{"id":1221,"name":"龙岩市","parent_id":1144,"level":"city","list":[{"id":1222,"name":"新罗区","parent_id":1221,"level":"district"},{"id":1223,"name":"永定区","parent_id":1221,"level":"district"},{"id":1224,"name":"长汀县","parent_id":1221,"level":"district"},{"id":1225,"name":"上杭县","parent_id":1221,"level":"district"},{"id":1226,"name":"武平县","parent_id":1221,"level":"district"},{"id":1227,"name":"连城县","parent_id":1221,"level":"district"},{"id":1228,"name":"漳平市","parent_id":1221,"level":"district"}]},{"id":1229,"name":"宁德市","parent_id":1144,"level":"city","list":[{"id":1230,"name":"蕉城区","parent_id":1229,"level":"district"},{"id":1231,"name":"霞浦县","parent_id":1229,"level":"district"},{"id":1232,"name":"古田县","parent_id":1229,"level":"district"},{"id":1233,"name":"屏南县","parent_id":1229,"level":"district"},{"id":1234,"name":"寿宁县","parent_id":1229,"level":"district"},{"id":1235,"name":"周宁县","parent_id":1229,"level":"district"},{"id":1236,"name":"柘荣县","parent_id":1229,"level":"district"},{"id":1237,"name":"福安市","parent_id":1229,"level":"district"},{"id":1238,"name":"福鼎市","parent_id":1229,"level":"district"}]}]},{"id":1239,"name":"江西省","parent_id":1,"level":"province","list":[{"id":1240,"name":"南昌市","parent_id":1239,"level":"city","list":[{"id":1241,"name":"东湖区","parent_id":1240,"level":"district"},{"id":1242,"name":"西湖区","parent_id":1240,"level":"district"},{"id":1243,"name":"青云谱区","parent_id":1240,"level":"district"},{"id":1244,"name":"湾里区","parent_id":1240,"level":"district"},{"id":1245,"name":"青山湖区","parent_id":1240,"level":"district"},{"id":1246,"name":"新建区","parent_id":1240,"level":"district"},{"id":1247,"name":"南昌县","parent_id":1240,"level":"district"},{"id":1248,"name":"安义县","parent_id":1240,"level":"district"},{"id":1249,"name":"进贤县","parent_id":1240,"level":"district"}]},{"id":1250,"name":"景德镇市","parent_id":1239,"level":"city","list":[{"id":1251,"name":"昌江区","parent_id":1250,"level":"district"},{"id":1252,"name":"珠山区","parent_id":1250,"level":"district"},{"id":1253,"name":"浮梁县","parent_id":1250,"level":"district"},{"id":1254,"name":"乐平市","parent_id":1250,"level":"district"}]},{"id":1255,"name":"萍乡市","parent_id":1239,"level":"city","list":[{"id":1256,"name":"安源区","parent_id":1255,"level":"district"},{"id":1257,"name":"湘东区","parent_id":1255,"level":"district"},{"id":1258,"name":"莲花县","parent_id":1255,"level":"district"},{"id":1259,"name":"上栗县","parent_id":1255,"level":"district"},{"id":1260,"name":"芦溪县","parent_id":1255,"level":"district"}]},{"id":1261,"name":"九江市","parent_id":1239,"level":"city","list":[{"id":1262,"name":"濂溪区","parent_id":1261,"level":"district"},{"id":1263,"name":"浔阳区","parent_id":1261,"level":"district"},{"id":1264,"name":"九江县","parent_id":1261,"level":"district"},{"id":1265,"name":"武宁县","parent_id":1261,"level":"district"},{"id":1266,"name":"修水县","parent_id":1261,"level":"district"},{"id":1267,"name":"永修县","parent_id":1261,"level":"district"},{"id":1268,"name":"德安县","parent_id":1261,"level":"district"},{"id":1269,"name":"庐山市","parent_id":1261,"level":"district"},{"id":1270,"name":"都昌县","parent_id":1261,"level":"district"},{"id":1271,"name":"湖口县","parent_id":1261,"level":"district"},{"id":1272,"name":"彭泽县","parent_id":1261,"level":"district"},{"id":1273,"name":"瑞昌市","parent_id":1261,"level":"district"},{"id":1274,"name":"共青城市","parent_id":1261,"level":"district"}]},{"id":1275,"name":"新余市","parent_id":1239,"level":"city","list":[{"id":1276,"name":"渝水区","parent_id":1275,"level":"district"},{"id":1277,"name":"分宜县","parent_id":1275,"level":"district"}]},{"id":1278,"name":"鹰潭市","parent_id":1239,"level":"city","list":[{"id":1279,"name":"月湖区","parent_id":1278,"level":"district"},{"id":1280,"name":"余江县","parent_id":1278,"level":"district"},{"id":1281,"name":"贵溪市","parent_id":1278,"level":"district"}]},{"id":1282,"name":"赣州市","parent_id":1239,"level":"city","list":[{"id":1283,"name":"章贡区","parent_id":1282,"level":"district"},{"id":1284,"name":"南康区","parent_id":1282,"level":"district"},{"id":1285,"name":"赣县区","parent_id":1282,"level":"district"},{"id":1286,"name":"信丰县","parent_id":1282,"level":"district"},{"id":1287,"name":"大余县","parent_id":1282,"level":"district"},{"id":1288,"name":"上犹县","parent_id":1282,"level":"district"},{"id":1289,"name":"崇义县","parent_id":1282,"level":"district"},{"id":1290,"name":"安远县","parent_id":1282,"level":"district"},{"id":1291,"name":"龙南县","parent_id":1282,"level":"district"},{"id":1292,"name":"定南县","parent_id":1282,"level":"district"},{"id":1293,"name":"全南县","parent_id":1282,"level":"district"},{"id":1294,"name":"宁都县","parent_id":1282,"level":"district"},{"id":1295,"name":"于都县","parent_id":1282,"level":"district"},{"id":1296,"name":"兴国县","parent_id":1282,"level":"district"},{"id":1297,"name":"会昌县","parent_id":1282,"level":"district"},{"id":1298,"name":"寻乌县","parent_id":1282,"level":"district"},{"id":1299,"name":"石城县","parent_id":1282,"level":"district"},{"id":1300,"name":"瑞金市","parent_id":1282,"level":"district"}]},{"id":1301,"name":"吉安市","parent_id":1239,"level":"city","list":[{"id":1302,"name":"吉州区","parent_id":1301,"level":"district"},{"id":1303,"name":"青原区","parent_id":1301,"level":"district"},{"id":1304,"name":"吉安县","parent_id":1301,"level":"district"},{"id":1305,"name":"吉水县","parent_id":1301,"level":"district"},{"id":1306,"name":"峡江县","parent_id":1301,"level":"district"},{"id":1307,"name":"新干县","parent_id":1301,"level":"district"},{"id":1308,"name":"永丰县","parent_id":1301,"level":"district"},{"id":1309,"name":"泰和县","parent_id":1301,"level":"district"},{"id":1310,"name":"遂川县","parent_id":1301,"level":"district"},{"id":1311,"name":"万安县","parent_id":1301,"level":"district"},{"id":1312,"name":"安福县","parent_id":1301,"level":"district"},{"id":1313,"name":"永新县","parent_id":1301,"level":"district"},{"id":1314,"name":"井冈山市","parent_id":1301,"level":"district"}]},{"id":1315,"name":"宜春市","parent_id":1239,"level":"city","list":[{"id":1316,"name":"袁州区","parent_id":1315,"level":"district"},{"id":1317,"name":"奉新县","parent_id":1315,"level":"district"},{"id":1318,"name":"万载县","parent_id":1315,"level":"district"},{"id":1319,"name":"上高县","parent_id":1315,"level":"district"},{"id":1320,"name":"宜丰县","parent_id":1315,"level":"district"},{"id":1321,"name":"靖安县","parent_id":1315,"level":"district"},{"id":1322,"name":"铜鼓县","parent_id":1315,"level":"district"},{"id":1323,"name":"丰城市","parent_id":1315,"level":"district"},{"id":1324,"name":"樟树市","parent_id":1315,"level":"district"},{"id":1325,"name":"高安市","parent_id":1315,"level":"district"}]},{"id":1326,"name":"抚州市","parent_id":1239,"level":"city","list":[{"id":1327,"name":"临川区","parent_id":1326,"level":"district"},{"id":1328,"name":"南城县","parent_id":1326,"level":"district"},{"id":1329,"name":"黎川县","parent_id":1326,"level":"district"},{"id":1330,"name":"南丰县","parent_id":1326,"level":"district"},{"id":1331,"name":"崇仁县","parent_id":1326,"level":"district"},{"id":1332,"name":"乐安县","parent_id":1326,"level":"district"},{"id":1333,"name":"宜黄县","parent_id":1326,"level":"district"},{"id":1334,"name":"金溪县","parent_id":1326,"level":"district"},{"id":1335,"name":"资溪县","parent_id":1326,"level":"district"},{"id":1336,"name":"东乡县","parent_id":1326,"level":"district"},{"id":1337,"name":"广昌县","parent_id":1326,"level":"district"}]},{"id":1338,"name":"上饶市","parent_id":1239,"level":"city","list":[{"id":1339,"name":"信州区","parent_id":1338,"level":"district"},{"id":1340,"name":"广丰区","parent_id":1338,"level":"district"},{"id":1341,"name":"上饶县","parent_id":1338,"level":"district"},{"id":1342,"name":"玉山县","parent_id":1338,"level":"district"},{"id":1343,"name":"铅山县","parent_id":1338,"level":"district"},{"id":1344,"name":"横峰县","parent_id":1338,"level":"district"},{"id":1345,"name":"弋阳县","parent_id":1338,"level":"district"},{"id":1346,"name":"余干县","parent_id":1338,"level":"district"},{"id":1347,"name":"鄱阳县","parent_id":1338,"level":"district"},{"id":1348,"name":"万年县","parent_id":1338,"level":"district"},{"id":1349,"name":"婺源县","parent_id":1338,"level":"district"},{"id":1350,"name":"德兴市","parent_id":1338,"level":"district"}]}]},{"id":1351,"name":"山东省","parent_id":1,"level":"province","list":[{"id":1352,"name":"济南市","parent_id":1351,"level":"city","list":[{"id":1353,"name":"历下区","parent_id":1352,"level":"district"},{"id":1354,"name":"市中区","parent_id":1352,"level":"district"},{"id":1355,"name":"槐荫区","parent_id":1352,"level":"district"},{"id":1356,"name":"天桥区","parent_id":1352,"level":"district"},{"id":1357,"name":"历城区","parent_id":1352,"level":"district"},{"id":1358,"name":"长清区","parent_id":1352,"level":"district"},{"id":1359,"name":"平阴县","parent_id":1352,"level":"district"},{"id":1360,"name":"济阳县","parent_id":1352,"level":"district"},{"id":1361,"name":"商河县","parent_id":1352,"level":"district"},{"id":1362,"name":"章丘区","parent_id":1352,"level":"district"}]},{"id":1363,"name":"青岛市","parent_id":1351,"level":"city","list":[{"id":1364,"name":"市南区","parent_id":1363,"level":"district"},{"id":1365,"name":"市北区","parent_id":1363,"level":"district"},{"id":1366,"name":"黄岛区","parent_id":1363,"level":"district"},{"id":1367,"name":"崂山区","parent_id":1363,"level":"district"},{"id":1368,"name":"李沧区","parent_id":1363,"level":"district"},{"id":1369,"name":"城阳区","parent_id":1363,"level":"district"},{"id":1370,"name":"胶州市","parent_id":1363,"level":"district"},{"id":1371,"name":"即墨市","parent_id":1363,"level":"district"},{"id":1372,"name":"平度市","parent_id":1363,"level":"district"},{"id":1373,"name":"莱西市","parent_id":1363,"level":"district"}]},{"id":1374,"name":"淄博市","parent_id":1351,"level":"city","list":[{"id":1375,"name":"淄川区","parent_id":1374,"level":"district"},{"id":1376,"name":"张店区","parent_id":1374,"level":"district"},{"id":1377,"name":"博山区","parent_id":1374,"level":"district"},{"id":1378,"name":"临淄区","parent_id":1374,"level":"district"},{"id":1379,"name":"周村区","parent_id":1374,"level":"district"},{"id":1380,"name":"桓台县","parent_id":1374,"level":"district"},{"id":1381,"name":"高青县","parent_id":1374,"level":"district"},{"id":1382,"name":"沂源县","parent_id":1374,"level":"district"}]},{"id":1383,"name":"枣庄市","parent_id":1351,"level":"city","list":[{"id":1384,"name":"市中区","parent_id":1383,"level":"district"},{"id":1385,"name":"薛城区","parent_id":1383,"level":"district"},{"id":1386,"name":"峄城区","parent_id":1383,"level":"district"},{"id":1387,"name":"台儿庄区","parent_id":1383,"level":"district"},{"id":1388,"name":"山亭区","parent_id":1383,"level":"district"},{"id":1389,"name":"滕州市","parent_id":1383,"level":"district"}]},{"id":1390,"name":"东营市","parent_id":1351,"level":"city","list":[{"id":1391,"name":"东营区","parent_id":1390,"level":"district"},{"id":1392,"name":"河口区","parent_id":1390,"level":"district"},{"id":1393,"name":"垦利区","parent_id":1390,"level":"district"},{"id":1394,"name":"利津县","parent_id":1390,"level":"district"},{"id":1395,"name":"广饶县","parent_id":1390,"level":"district"}]},{"id":1396,"name":"烟台市","parent_id":1351,"level":"city","list":[{"id":1397,"name":"芝罘区","parent_id":1396,"level":"district"},{"id":1398,"name":"福山区","parent_id":1396,"level":"district"},{"id":1399,"name":"牟平区","parent_id":1396,"level":"district"},{"id":1400,"name":"莱山区","parent_id":1396,"level":"district"},{"id":1401,"name":"长岛县","parent_id":1396,"level":"district"},{"id":1402,"name":"龙口市","parent_id":1396,"level":"district"},{"id":1403,"name":"莱阳市","parent_id":1396,"level":"district"},{"id":1404,"name":"莱州市","parent_id":1396,"level":"district"},{"id":1405,"name":"蓬莱市","parent_id":1396,"level":"district"},{"id":1406,"name":"招远市","parent_id":1396,"level":"district"},{"id":1407,"name":"栖霞市","parent_id":1396,"level":"district"},{"id":1408,"name":"海阳市","parent_id":1396,"level":"district"}]},{"id":1409,"name":"潍坊市","parent_id":1351,"level":"city","list":[{"id":1410,"name":"潍城区","parent_id":1409,"level":"district"},{"id":1411,"name":"寒亭区","parent_id":1409,"level":"district"},{"id":1412,"name":"坊子区","parent_id":1409,"level":"district"},{"id":1413,"name":"奎文区","parent_id":1409,"level":"district"},{"id":1414,"name":"临朐县","parent_id":1409,"level":"district"},{"id":1415,"name":"昌乐县","parent_id":1409,"level":"district"},{"id":1416,"name":"青州市","parent_id":1409,"level":"district"},{"id":1417,"name":"诸城市","parent_id":1409,"level":"district"},{"id":1418,"name":"寿光市","parent_id":1409,"level":"district"},{"id":1419,"name":"安丘市","parent_id":1409,"level":"district"},{"id":1420,"name":"高密市","parent_id":1409,"level":"district"},{"id":1421,"name":"昌邑市","parent_id":1409,"level":"district"},{"id":3271,"name":"高新区","parent_id":1409,"level":"district"}]},{"id":1422,"name":"济宁市","parent_id":1351,"level":"city","list":[{"id":1423,"name":"任城区","parent_id":1422,"level":"district"},{"id":1424,"name":"兖州区","parent_id":1422,"level":"district"},{"id":1425,"name":"微山县","parent_id":1422,"level":"district"},{"id":1426,"name":"鱼台县","parent_id":1422,"level":"district"},{"id":1427,"name":"金乡县","parent_id":1422,"level":"district"},{"id":1428,"name":"嘉祥县","parent_id":1422,"level":"district"},{"id":1429,"name":"汶上县","parent_id":1422,"level":"district"},{"id":1430,"name":"泗水县","parent_id":1422,"level":"district"},{"id":1431,"name":"梁山县","parent_id":1422,"level":"district"},{"id":1432,"name":"曲阜市","parent_id":1422,"level":"district"},{"id":1433,"name":"邹城市","parent_id":1422,"level":"district"}]},{"id":1434,"name":"泰安市","parent_id":1351,"level":"city","list":[{"id":1435,"name":"泰山区","parent_id":1434,"level":"district"},{"id":1436,"name":"岱岳区","parent_id":1434,"level":"district"},{"id":1437,"name":"宁阳县","parent_id":1434,"level":"district"},{"id":1438,"name":"东平县","parent_id":1434,"level":"district"},{"id":1439,"name":"新泰市","parent_id":1434,"level":"district"},{"id":1440,"name":"肥城市","parent_id":1434,"level":"district"}]},{"id":1441,"name":"威海市","parent_id":1351,"level":"city","list":[{"id":1442,"name":"环翠区","parent_id":1441,"level":"district"},{"id":1443,"name":"文登区","parent_id":1441,"level":"district"},{"id":1444,"name":"荣成市","parent_id":1441,"level":"district"},{"id":1445,"name":"乳山市","parent_id":1441,"level":"district"}]},{"id":1446,"name":"日照市","parent_id":1351,"level":"city","list":[{"id":1447,"name":"东港区","parent_id":1446,"level":"district"},{"id":1448,"name":"岚山区","parent_id":1446,"level":"district"},{"id":1449,"name":"五莲县","parent_id":1446,"level":"district"},{"id":1450,"name":"莒县","parent_id":1446,"level":"district"}]},{"id":1451,"name":"莱芜市","parent_id":1351,"level":"city","list":[{"id":1452,"name":"莱城区","parent_id":1451,"level":"district"},{"id":1453,"name":"钢城区","parent_id":1451,"level":"district"}]},{"id":1454,"name":"临沂市","parent_id":1351,"level":"city","list":[{"id":1455,"name":"兰山区","parent_id":1454,"level":"district"},{"id":1456,"name":"罗庄区","parent_id":1454,"level":"district"},{"id":1457,"name":"河东区","parent_id":1454,"level":"district"},{"id":1458,"name":"沂南县","parent_id":1454,"level":"district"},{"id":1459,"name":"郯城县","parent_id":1454,"level":"district"},{"id":1460,"name":"沂水县","parent_id":1454,"level":"district"},{"id":1461,"name":"兰陵县","parent_id":1454,"level":"district"},{"id":1462,"name":"费县","parent_id":1454,"level":"district"},{"id":1463,"name":"平邑县","parent_id":1454,"level":"district"},{"id":1464,"name":"莒南县","parent_id":1454,"level":"district"},{"id":1465,"name":"蒙阴县","parent_id":1454,"level":"district"},{"id":1466,"name":"临沭县","parent_id":1454,"level":"district"}]},{"id":1467,"name":"德州市","parent_id":1351,"level":"city","list":[{"id":1468,"name":"德城区","parent_id":1467,"level":"district"},{"id":1469,"name":"陵城区","parent_id":1467,"level":"district"},{"id":1470,"name":"宁津县","parent_id":1467,"level":"district"},{"id":1471,"name":"庆云县","parent_id":1467,"level":"district"},{"id":1472,"name":"临邑县","parent_id":1467,"level":"district"},{"id":1473,"name":"齐河县","parent_id":1467,"level":"district"},{"id":1474,"name":"平原县","parent_id":1467,"level":"district"},{"id":1475,"name":"夏津县","parent_id":1467,"level":"district"},{"id":1476,"name":"武城县","parent_id":1467,"level":"district"},{"id":1477,"name":"乐陵市","parent_id":1467,"level":"district"},{"id":1478,"name":"禹城市","parent_id":1467,"level":"district"}]},{"id":1479,"name":"聊城市","parent_id":1351,"level":"city","list":[{"id":1480,"name":"东昌府区","parent_id":1479,"level":"district"},{"id":1481,"name":"阳谷县","parent_id":1479,"level":"district"},{"id":1482,"name":"莘县","parent_id":1479,"level":"district"},{"id":1483,"name":"茌平县","parent_id":1479,"level":"district"},{"id":1484,"name":"东阿县","parent_id":1479,"level":"district"},{"id":1485,"name":"冠县","parent_id":1479,"level":"district"},{"id":1486,"name":"高唐县","parent_id":1479,"level":"district"},{"id":1487,"name":"临清市","parent_id":1479,"level":"district"}]},{"id":1488,"name":"滨州市","parent_id":1351,"level":"city","list":[{"id":1489,"name":"滨城区","parent_id":1488,"level":"district"},{"id":1490,"name":"沾化区","parent_id":1488,"level":"district"},{"id":1491,"name":"惠民县","parent_id":1488,"level":"district"},{"id":1492,"name":"阳信县","parent_id":1488,"level":"district"},{"id":1493,"name":"无棣县","parent_id":1488,"level":"district"},{"id":1494,"name":"博兴县","parent_id":1488,"level":"district"},{"id":1495,"name":"邹平县","parent_id":1488,"level":"district"}]},{"id":1496,"name":"菏泽市","parent_id":1351,"level":"city","list":[{"id":1497,"name":"牡丹区","parent_id":1496,"level":"district"},{"id":1498,"name":"定陶区","parent_id":1496,"level":"district"},{"id":1499,"name":"曹县","parent_id":1496,"level":"district"},{"id":1500,"name":"单县","parent_id":1496,"level":"district"},{"id":1501,"name":"成武县","parent_id":1496,"level":"district"},{"id":1502,"name":"巨野县","parent_id":1496,"level":"district"},{"id":1503,"name":"郓城县","parent_id":1496,"level":"district"},{"id":1504,"name":"鄄城县","parent_id":1496,"level":"district"},{"id":1505,"name":"东明县","parent_id":1496,"level":"district"}]}]},{"id":1506,"name":"河南省","parent_id":1,"level":"province","list":[{"id":1507,"name":"郑州市","parent_id":1506,"level":"city","list":[{"id":1508,"name":"中原区","parent_id":1507,"level":"district"},{"id":1509,"name":"二七区","parent_id":1507,"level":"district"},{"id":1510,"name":"管城回族区","parent_id":1507,"level":"district"},{"id":1511,"name":"金水区","parent_id":1507,"level":"district"},{"id":1512,"name":"上街区","parent_id":1507,"level":"district"},{"id":1513,"name":"惠济区","parent_id":1507,"level":"district"},{"id":1514,"name":"中牟县","parent_id":1507,"level":"district"},{"id":1515,"name":"巩义市","parent_id":1507,"level":"district"},{"id":1516,"name":"荥阳市","parent_id":1507,"level":"district"},{"id":1517,"name":"新密市","parent_id":1507,"level":"district"},{"id":1518,"name":"新郑市","parent_id":1507,"level":"district"},{"id":1519,"name":"登封市","parent_id":1507,"level":"district"}]},{"id":1520,"name":"开封市","parent_id":1506,"level":"city","list":[{"id":1521,"name":"龙亭区","parent_id":1520,"level":"district"},{"id":1522,"name":"顺河回族区","parent_id":1520,"level":"district"},{"id":1523,"name":"鼓楼区","parent_id":1520,"level":"district"},{"id":1524,"name":"禹王台区","parent_id":1520,"level":"district"},{"id":1525,"name":"祥符区","parent_id":1520,"level":"district"},{"id":1526,"name":"杞县","parent_id":1520,"level":"district"},{"id":1527,"name":"通许县","parent_id":1520,"level":"district"},{"id":1528,"name":"尉氏县","parent_id":1520,"level":"district"},{"id":1529,"name":"兰考县","parent_id":1520,"level":"district"}]},{"id":1530,"name":"洛阳市","parent_id":1506,"level":"city","list":[{"id":1531,"name":"老城区","parent_id":1530,"level":"district"},{"id":1532,"name":"西工区","parent_id":1530,"level":"district"},{"id":1533,"name":"瀍河回族区","parent_id":1530,"level":"district"},{"id":1534,"name":"涧西区","parent_id":1530,"level":"district"},{"id":1535,"name":"吉利区","parent_id":1530,"level":"district"},{"id":1536,"name":"洛龙区","parent_id":1530,"level":"district"},{"id":1537,"name":"孟津县","parent_id":1530,"level":"district"},{"id":1538,"name":"新安县","parent_id":1530,"level":"district"},{"id":1539,"name":"栾川县","parent_id":1530,"level":"district"},{"id":1540,"name":"嵩县","parent_id":1530,"level":"district"},{"id":1541,"name":"汝阳县","parent_id":1530,"level":"district"},{"id":1542,"name":"宜阳县","parent_id":1530,"level":"district"},{"id":1543,"name":"洛宁县","parent_id":1530,"level":"district"},{"id":1544,"name":"伊川县","parent_id":1530,"level":"district"},{"id":1545,"name":"偃师市","parent_id":1530,"level":"district"}]},{"id":1546,"name":"平顶山市","parent_id":1506,"level":"city","list":[{"id":1547,"name":"新华区","parent_id":1546,"level":"district"},{"id":1548,"name":"卫东区","parent_id":1546,"level":"district"},{"id":1549,"name":"石龙区","parent_id":1546,"level":"district"},{"id":1550,"name":"湛河区","parent_id":1546,"level":"district"},{"id":1551,"name":"宝丰县","parent_id":1546,"level":"district"},{"id":1552,"name":"叶县","parent_id":1546,"level":"district"},{"id":1553,"name":"鲁山县","parent_id":1546,"level":"district"},{"id":1554,"name":"郏县","parent_id":1546,"level":"district"},{"id":1555,"name":"舞钢市","parent_id":1546,"level":"district"},{"id":1556,"name":"汝州市","parent_id":1546,"level":"district"}]},{"id":1557,"name":"安阳市","parent_id":1506,"level":"city","list":[{"id":1558,"name":"文峰区","parent_id":1557,"level":"district"},{"id":1559,"name":"北关区","parent_id":1557,"level":"district"},{"id":1560,"name":"殷都区","parent_id":1557,"level":"district"},{"id":1561,"name":"龙安区","parent_id":1557,"level":"district"},{"id":1562,"name":"安阳县","parent_id":1557,"level":"district"},{"id":1563,"name":"汤阴县","parent_id":1557,"level":"district"},{"id":1564,"name":"滑县","parent_id":1557,"level":"district"},{"id":1565,"name":"内黄县","parent_id":1557,"level":"district"},{"id":1566,"name":"林州市","parent_id":1557,"level":"district"}]},{"id":1567,"name":"鹤壁市","parent_id":1506,"level":"city","list":[{"id":1568,"name":"鹤山区","parent_id":1567,"level":"district"},{"id":1569,"name":"山城区","parent_id":1567,"level":"district"},{"id":1570,"name":"淇滨区","parent_id":1567,"level":"district"},{"id":1571,"name":"浚县","parent_id":1567,"level":"district"},{"id":1572,"name":"淇县","parent_id":1567,"level":"district"}]},{"id":1573,"name":"新乡市","parent_id":1506,"level":"city","list":[{"id":1574,"name":"红旗区","parent_id":1573,"level":"district"},{"id":1575,"name":"卫滨区","parent_id":1573,"level":"district"},{"id":1576,"name":"凤泉区","parent_id":1573,"level":"district"},{"id":1577,"name":"牧野区","parent_id":1573,"level":"district"},{"id":1578,"name":"新乡县","parent_id":1573,"level":"district"},{"id":1579,"name":"获嘉县","parent_id":1573,"level":"district"},{"id":1580,"name":"原阳县","parent_id":1573,"level":"district"},{"id":1581,"name":"延津县","parent_id":1573,"level":"district"},{"id":1582,"name":"封丘县","parent_id":1573,"level":"district"},{"id":1583,"name":"长垣县","parent_id":1573,"level":"district"},{"id":1584,"name":"卫辉市","parent_id":1573,"level":"district"},{"id":1585,"name":"辉县市","parent_id":1573,"level":"district"}]},{"id":1586,"name":"焦作市","parent_id":1506,"level":"city","list":[{"id":1587,"name":"解放区","parent_id":1586,"level":"district"},{"id":1588,"name":"中站区","parent_id":1586,"level":"district"},{"id":1589,"name":"马村区","parent_id":1586,"level":"district"},{"id":1590,"name":"山阳区","parent_id":1586,"level":"district"},{"id":1591,"name":"修武县","parent_id":1586,"level":"district"},{"id":1592,"name":"博爱县","parent_id":1586,"level":"district"},{"id":1593,"name":"武陟县","parent_id":1586,"level":"district"},{"id":1594,"name":"温县","parent_id":1586,"level":"district"},{"id":1595,"name":"沁阳市","parent_id":1586,"level":"district"},{"id":1596,"name":"孟州市","parent_id":1586,"level":"district"}]},{"id":1597,"name":"濮阳市","parent_id":1506,"level":"city","list":[{"id":1598,"name":"华龙区","parent_id":1597,"level":"district"},{"id":1599,"name":"清丰县","parent_id":1597,"level":"district"},{"id":1600,"name":"南乐县","parent_id":1597,"level":"district"},{"id":1601,"name":"范县","parent_id":1597,"level":"district"},{"id":1602,"name":"台前县","parent_id":1597,"level":"district"},{"id":1603,"name":"濮阳县","parent_id":1597,"level":"district"}]},{"id":1604,"name":"许昌市","parent_id":1506,"level":"city","list":[{"id":1605,"name":"魏都区","parent_id":1604,"level":"district"},{"id":1606,"name":"建安区","parent_id":1604,"level":"district"},{"id":1607,"name":"鄢陵县","parent_id":1604,"level":"district"},{"id":1608,"name":"襄城县","parent_id":1604,"level":"district"},{"id":1609,"name":"禹州市","parent_id":1604,"level":"district"},{"id":1610,"name":"长葛市","parent_id":1604,"level":"district"}]},{"id":1611,"name":"漯河市","parent_id":1506,"level":"city","list":[{"id":1612,"name":"源汇区","parent_id":1611,"level":"district"},{"id":1613,"name":"郾城区","parent_id":1611,"level":"district"},{"id":1614,"name":"召陵区","parent_id":1611,"level":"district"},{"id":1615,"name":"舞阳县","parent_id":1611,"level":"district"},{"id":1616,"name":"临颍县","parent_id":1611,"level":"district"}]},{"id":1617,"name":"三门峡市","parent_id":1506,"level":"city","list":[{"id":1618,"name":"湖滨区","parent_id":1617,"level":"district"},{"id":1619,"name":"陕州区","parent_id":1617,"level":"district"},{"id":1620,"name":"渑池县","parent_id":1617,"level":"district"},{"id":1621,"name":"卢氏县","parent_id":1617,"level":"district"},{"id":1622,"name":"义马市","parent_id":1617,"level":"district"},{"id":1623,"name":"灵宝市","parent_id":1617,"level":"district"}]},{"id":1624,"name":"南阳市","parent_id":1506,"level":"city","list":[{"id":1625,"name":"宛城区","parent_id":1624,"level":"district"},{"id":1626,"name":"卧龙区","parent_id":1624,"level":"district"},{"id":1627,"name":"南召县","parent_id":1624,"level":"district"},{"id":1628,"name":"方城县","parent_id":1624,"level":"district"},{"id":1629,"name":"西峡县","parent_id":1624,"level":"district"},{"id":1630,"name":"镇平县","parent_id":1624,"level":"district"},{"id":1631,"name":"内乡县","parent_id":1624,"level":"district"},{"id":1632,"name":"淅川县","parent_id":1624,"level":"district"},{"id":1633,"name":"社旗县","parent_id":1624,"level":"district"},{"id":1634,"name":"唐河县","parent_id":1624,"level":"district"},{"id":1635,"name":"新野县","parent_id":1624,"level":"district"},{"id":1636,"name":"桐柏县","parent_id":1624,"level":"district"},{"id":1637,"name":"邓州市","parent_id":1624,"level":"district"}]},{"id":1638,"name":"商丘市","parent_id":1506,"level":"city","list":[{"id":1639,"name":"梁园区","parent_id":1638,"level":"district"},{"id":1640,"name":"睢阳区","parent_id":1638,"level":"district"},{"id":1641,"name":"民权县","parent_id":1638,"level":"district"},{"id":1642,"name":"睢县","parent_id":1638,"level":"district"},{"id":1643,"name":"宁陵县","parent_id":1638,"level":"district"},{"id":1644,"name":"柘城县","parent_id":1638,"level":"district"},{"id":1645,"name":"虞城县","parent_id":1638,"level":"district"},{"id":1646,"name":"夏邑县","parent_id":1638,"level":"district"},{"id":1647,"name":"永城市","parent_id":1638,"level":"district"}]},{"id":1648,"name":"信阳市","parent_id":1506,"level":"city","list":[{"id":1649,"name":"浉河区","parent_id":1648,"level":"district"},{"id":1650,"name":"平桥区","parent_id":1648,"level":"district"},{"id":1651,"name":"罗山县","parent_id":1648,"level":"district"},{"id":1652,"name":"光山县","parent_id":1648,"level":"district"},{"id":1653,"name":"新县","parent_id":1648,"level":"district"},{"id":1654,"name":"商城县","parent_id":1648,"level":"district"},{"id":1655,"name":"固始县","parent_id":1648,"level":"district"},{"id":1656,"name":"潢川县","parent_id":1648,"level":"district"},{"id":1657,"name":"淮滨县","parent_id":1648,"level":"district"},{"id":1658,"name":"息县","parent_id":1648,"level":"district"}]},{"id":1659,"name":"周口市","parent_id":1506,"level":"city","list":[{"id":1660,"name":"川汇区","parent_id":1659,"level":"district"},{"id":1661,"name":"扶沟县","parent_id":1659,"level":"district"},{"id":1662,"name":"西华县","parent_id":1659,"level":"district"},{"id":1663,"name":"商水县","parent_id":1659,"level":"district"},{"id":1664,"name":"沈丘县","parent_id":1659,"level":"district"},{"id":1665,"name":"郸城县","parent_id":1659,"level":"district"},{"id":1666,"name":"淮阳县","parent_id":1659,"level":"district"},{"id":1667,"name":"太康县","parent_id":1659,"level":"district"},{"id":1668,"name":"鹿邑县","parent_id":1659,"level":"district"},{"id":1669,"name":"项城市","parent_id":1659,"level":"district"}]},{"id":1670,"name":"驻马店市","parent_id":1506,"level":"city","list":[{"id":1671,"name":"驿城区","parent_id":1670,"level":"district"},{"id":1672,"name":"西平县","parent_id":1670,"level":"district"},{"id":1673,"name":"上蔡县","parent_id":1670,"level":"district"},{"id":1674,"name":"平舆县","parent_id":1670,"level":"district"},{"id":1675,"name":"正阳县","parent_id":1670,"level":"district"},{"id":1676,"name":"确山县","parent_id":1670,"level":"district"},{"id":1677,"name":"泌阳县","parent_id":1670,"level":"district"},{"id":1678,"name":"汝南县","parent_id":1670,"level":"district"},{"id":1679,"name":"遂平县","parent_id":1670,"level":"district"},{"id":1680,"name":"新蔡县","parent_id":1670,"level":"district"}]},{"id":1681,"name":"济源市","parent_id":1506,"level":"city","list":[{"id":1682,"name":"济源市","parent_id":1681,"level":"district"}]}]},{"id":1683,"name":"湖北省","parent_id":1,"level":"province","list":[{"id":1684,"name":"武汉市","parent_id":1683,"level":"city","list":[{"id":1685,"name":"江岸区","parent_id":1684,"level":"district"},{"id":1686,"name":"江汉区","parent_id":1684,"level":"district"},{"id":1687,"name":"硚口区","parent_id":1684,"level":"district"},{"id":1688,"name":"汉阳区","parent_id":1684,"level":"district"},{"id":1689,"name":"武昌区","parent_id":1684,"level":"district"},{"id":1690,"name":"青山区","parent_id":1684,"level":"district"},{"id":1691,"name":"洪山区","parent_id":1684,"level":"district"},{"id":1692,"name":"东西湖区","parent_id":1684,"level":"district"},{"id":1693,"name":"汉南区","parent_id":1684,"level":"district"},{"id":1694,"name":"蔡甸区","parent_id":1684,"level":"district"},{"id":1695,"name":"江夏区","parent_id":1684,"level":"district"},{"id":1696,"name":"黄陂区","parent_id":1684,"level":"district"},{"id":1697,"name":"新洲区","parent_id":1684,"level":"district"}]},{"id":1698,"name":"黄石市","parent_id":1683,"level":"city","list":[{"id":1699,"name":"黄石港区","parent_id":1698,"level":"district"},{"id":1700,"name":"西塞山区","parent_id":1698,"level":"district"},{"id":1701,"name":"下陆区","parent_id":1698,"level":"district"},{"id":1702,"name":"铁山区","parent_id":1698,"level":"district"},{"id":1703,"name":"阳新县","parent_id":1698,"level":"district"},{"id":1704,"name":"大冶市","parent_id":1698,"level":"district"}]},{"id":1705,"name":"十堰市","parent_id":1683,"level":"city","list":[{"id":1706,"name":"茅箭区","parent_id":1705,"level":"district"},{"id":1707,"name":"张湾区","parent_id":1705,"level":"district"},{"id":1708,"name":"郧阳区","parent_id":1705,"level":"district"},{"id":1709,"name":"郧西县","parent_id":1705,"level":"district"},{"id":1710,"name":"竹山县","parent_id":1705,"level":"district"},{"id":1711,"name":"竹溪县","parent_id":1705,"level":"district"},{"id":1712,"name":"房县","parent_id":1705,"level":"district"},{"id":1713,"name":"丹江口市","parent_id":1705,"level":"district"}]},{"id":1714,"name":"宜昌市","parent_id":1683,"level":"city","list":[{"id":1715,"name":"西陵区","parent_id":1714,"level":"district"},{"id":1716,"name":"伍家岗区","parent_id":1714,"level":"district"},{"id":1717,"name":"点军区","parent_id":1714,"level":"district"},{"id":1718,"name":"猇亭区","parent_id":1714,"level":"district"},{"id":1719,"name":"夷陵区","parent_id":1714,"level":"district"},{"id":1720,"name":"远安县","parent_id":1714,"level":"district"},{"id":1721,"name":"兴山县","parent_id":1714,"level":"district"},{"id":1722,"name":"秭归县","parent_id":1714,"level":"district"},{"id":1723,"name":"长阳土家族自治县","parent_id":1714,"level":"district"},{"id":1724,"name":"五峰土家族自治县","parent_id":1714,"level":"district"},{"id":1725,"name":"宜都市","parent_id":1714,"level":"district"},{"id":1726,"name":"当阳市","parent_id":1714,"level":"district"},{"id":1727,"name":"枝江市","parent_id":1714,"level":"district"}]},{"id":1728,"name":"襄阳市","parent_id":1683,"level":"city","list":[{"id":1729,"name":"襄城区","parent_id":1728,"level":"district"},{"id":1730,"name":"樊城区","parent_id":1728,"level":"district"},{"id":1731,"name":"襄州区","parent_id":1728,"level":"district"},{"id":1732,"name":"南漳县","parent_id":1728,"level":"district"},{"id":1733,"name":"谷城县","parent_id":1728,"level":"district"},{"id":1734,"name":"保康县","parent_id":1728,"level":"district"},{"id":1735,"name":"老河口市","parent_id":1728,"level":"district"},{"id":1736,"name":"枣阳市","parent_id":1728,"level":"district"},{"id":1737,"name":"宜城市","parent_id":1728,"level":"district"}]},{"id":1738,"name":"鄂州市","parent_id":1683,"level":"city","list":[{"id":1739,"name":"梁子湖区","parent_id":1738,"level":"district"},{"id":1740,"name":"华容区","parent_id":1738,"level":"district"},{"id":1741,"name":"鄂城区","parent_id":1738,"level":"district"}]},{"id":1742,"name":"荆门市","parent_id":1683,"level":"city","list":[{"id":1743,"name":"东宝区","parent_id":1742,"level":"district"},{"id":1744,"name":"掇刀区","parent_id":1742,"level":"district"},{"id":1745,"name":"京山县","parent_id":1742,"level":"district"},{"id":1746,"name":"沙洋县","parent_id":1742,"level":"district"},{"id":1747,"name":"钟祥市","parent_id":1742,"level":"district"}]},{"id":1748,"name":"孝感市","parent_id":1683,"level":"city","list":[{"id":1749,"name":"孝南区","parent_id":1748,"level":"district"},{"id":1750,"name":"孝昌县","parent_id":1748,"level":"district"},{"id":1751,"name":"大悟县","parent_id":1748,"level":"district"},{"id":1752,"name":"云梦县","parent_id":1748,"level":"district"},{"id":1753,"name":"应城市","parent_id":1748,"level":"district"},{"id":1754,"name":"安陆市","parent_id":1748,"level":"district"},{"id":1755,"name":"汉川市","parent_id":1748,"level":"district"}]},{"id":1756,"name":"荆州市","parent_id":1683,"level":"city","list":[{"id":1757,"name":"沙市区","parent_id":1756,"level":"district"},{"id":1758,"name":"荆州区","parent_id":1756,"level":"district"},{"id":1759,"name":"公安县","parent_id":1756,"level":"district"},{"id":1760,"name":"监利县","parent_id":1756,"level":"district"},{"id":1761,"name":"江陵县","parent_id":1756,"level":"district"},{"id":1762,"name":"石首市","parent_id":1756,"level":"district"},{"id":1763,"name":"洪湖市","parent_id":1756,"level":"district"},{"id":1764,"name":"松滋市","parent_id":1756,"level":"district"}]},{"id":1765,"name":"黄冈市","parent_id":1683,"level":"city","list":[{"id":1766,"name":"黄州区","parent_id":1765,"level":"district"},{"id":1767,"name":"团风县","parent_id":1765,"level":"district"},{"id":1768,"name":"红安县","parent_id":1765,"level":"district"},{"id":1769,"name":"罗田县","parent_id":1765,"level":"district"},{"id":1770,"name":"英山县","parent_id":1765,"level":"district"},{"id":1771,"name":"浠水县","parent_id":1765,"level":"district"},{"id":1772,"name":"蕲春县","parent_id":1765,"level":"district"},{"id":1773,"name":"黄梅县","parent_id":1765,"level":"district"},{"id":1774,"name":"麻城市","parent_id":1765,"level":"district"},{"id":1775,"name":"武穴市","parent_id":1765,"level":"district"}]},{"id":1776,"name":"咸宁市","parent_id":1683,"level":"city","list":[{"id":1777,"name":"咸安区","parent_id":1776,"level":"district"},{"id":1778,"name":"嘉鱼县","parent_id":1776,"level":"district"},{"id":1779,"name":"通城县","parent_id":1776,"level":"district"},{"id":1780,"name":"崇阳县","parent_id":1776,"level":"district"},{"id":1781,"name":"通山县","parent_id":1776,"level":"district"},{"id":1782,"name":"赤壁市","parent_id":1776,"level":"district"}]},{"id":1783,"name":"随州市","parent_id":1683,"level":"city","list":[{"id":1784,"name":"曾都区","parent_id":1783,"level":"district"},{"id":1785,"name":"随县","parent_id":1783,"level":"district"},{"id":1786,"name":"广水市","parent_id":1783,"level":"district"}]},{"id":1787,"name":"恩施土家族苗族自治州","parent_id":1683,"level":"city","list":[{"id":1788,"name":"恩施市","parent_id":1787,"level":"district"},{"id":1789,"name":"利川市","parent_id":1787,"level":"district"},{"id":1790,"name":"建始县","parent_id":1787,"level":"district"},{"id":1791,"name":"巴东县","parent_id":1787,"level":"district"},{"id":1792,"name":"宣恩县","parent_id":1787,"level":"district"},{"id":1793,"name":"咸丰县","parent_id":1787,"level":"district"},{"id":1794,"name":"来凤县","parent_id":1787,"level":"district"},{"id":1795,"name":"鹤峰县","parent_id":1787,"level":"district"}]},{"id":1796,"name":"潜江市","parent_id":1683,"level":"city","list":[{"id":1797,"name":"潜江市","parent_id":1796,"level":"district"}]},{"id":1798,"name":"神农架林区","parent_id":1683,"level":"city","list":[{"id":1799,"name":"神农架林区","parent_id":1798,"level":"district"}]},{"id":1800,"name":"天门市","parent_id":1683,"level":"city","list":[{"id":1801,"name":"天门市","parent_id":1800,"level":"district"}]},{"id":1802,"name":"仙桃市","parent_id":1683,"level":"city","list":[{"id":1803,"name":"仙桃市","parent_id":1802,"level":"district"}]}]},{"id":1804,"name":"湖南省","parent_id":1,"level":"province","list":[{"id":1805,"name":"长沙市","parent_id":1804,"level":"city","list":[{"id":1806,"name":"芙蓉区","parent_id":1805,"level":"district"},{"id":1807,"name":"天心区","parent_id":1805,"level":"district"},{"id":1808,"name":"岳麓区","parent_id":1805,"level":"district"},{"id":1809,"name":"开福区","parent_id":1805,"level":"district"},{"id":1810,"name":"雨花区","parent_id":1805,"level":"district"},{"id":1811,"name":"望城区","parent_id":1805,"level":"district"},{"id":1812,"name":"长沙县","parent_id":1805,"level":"district"},{"id":1813,"name":"宁乡县","parent_id":1805,"level":"district"},{"id":1814,"name":"浏阳市","parent_id":1805,"level":"district"}]},{"id":1815,"name":"株洲市","parent_id":1804,"level":"city","list":[{"id":1816,"name":"荷塘区","parent_id":1815,"level":"district"},{"id":1817,"name":"芦淞区","parent_id":1815,"level":"district"},{"id":1818,"name":"石峰区","parent_id":1815,"level":"district"},{"id":1819,"name":"天元区","parent_id":1815,"level":"district"},{"id":1820,"name":"株洲县","parent_id":1815,"level":"district"},{"id":1821,"name":"攸县","parent_id":1815,"level":"district"},{"id":1822,"name":"茶陵县","parent_id":1815,"level":"district"},{"id":1823,"name":"炎陵县","parent_id":1815,"level":"district"},{"id":1824,"name":"醴陵市","parent_id":1815,"level":"district"}]},{"id":1825,"name":"湘潭市","parent_id":1804,"level":"city","list":[{"id":1826,"name":"雨湖区","parent_id":1825,"level":"district"},{"id":1827,"name":"岳塘区","parent_id":1825,"level":"district"},{"id":1828,"name":"湘潭县","parent_id":1825,"level":"district"},{"id":1829,"name":"湘乡市","parent_id":1825,"level":"district"},{"id":1830,"name":"韶山市","parent_id":1825,"level":"district"}]},{"id":1831,"name":"衡阳市","parent_id":1804,"level":"city","list":[{"id":1832,"name":"珠晖区","parent_id":1831,"level":"district"},{"id":1833,"name":"雁峰区","parent_id":1831,"level":"district"},{"id":1834,"name":"石鼓区","parent_id":1831,"level":"district"},{"id":1835,"name":"蒸湘区","parent_id":1831,"level":"district"},{"id":1836,"name":"南岳区","parent_id":1831,"level":"district"},{"id":1837,"name":"衡阳县","parent_id":1831,"level":"district"},{"id":1838,"name":"衡南县","parent_id":1831,"level":"district"},{"id":1839,"name":"衡山县","parent_id":1831,"level":"district"},{"id":1840,"name":"衡东县","parent_id":1831,"level":"district"},{"id":1841,"name":"祁东县","parent_id":1831,"level":"district"},{"id":1842,"name":"耒阳市","parent_id":1831,"level":"district"},{"id":1843,"name":"常宁市","parent_id":1831,"level":"district"}]},{"id":1844,"name":"邵阳市","parent_id":1804,"level":"city","list":[{"id":1845,"name":"双清区","parent_id":1844,"level":"district"},{"id":1846,"name":"大祥区","parent_id":1844,"level":"district"},{"id":1847,"name":"北塔区","parent_id":1844,"level":"district"},{"id":1848,"name":"邵东县","parent_id":1844,"level":"district"},{"id":1849,"name":"新邵县","parent_id":1844,"level":"district"},{"id":1850,"name":"邵阳县","parent_id":1844,"level":"district"},{"id":1851,"name":"隆回县","parent_id":1844,"level":"district"},{"id":1852,"name":"洞口县","parent_id":1844,"level":"district"},{"id":1853,"name":"绥宁县","parent_id":1844,"level":"district"},{"id":1854,"name":"新宁县","parent_id":1844,"level":"district"},{"id":1855,"name":"城步苗族自治县","parent_id":1844,"level":"district"},{"id":1856,"name":"武冈市","parent_id":1844,"level":"district"}]},{"id":1857,"name":"岳阳市","parent_id":1804,"level":"city","list":[{"id":1858,"name":"岳阳楼区","parent_id":1857,"level":"district"},{"id":1859,"name":"云溪区","parent_id":1857,"level":"district"},{"id":1860,"name":"君山区","parent_id":1857,"level":"district"},{"id":1861,"name":"岳阳县","parent_id":1857,"level":"district"},{"id":1862,"name":"华容县","parent_id":1857,"level":"district"},{"id":1863,"name":"湘阴县","parent_id":1857,"level":"district"},{"id":1864,"name":"平江县","parent_id":1857,"level":"district"},{"id":1865,"name":"汨罗市","parent_id":1857,"level":"district"},{"id":1866,"name":"临湘市","parent_id":1857,"level":"district"}]},{"id":1867,"name":"常德市","parent_id":1804,"level":"city","list":[{"id":1868,"name":"武陵区","parent_id":1867,"level":"district"},{"id":1869,"name":"鼎城区","parent_id":1867,"level":"district"},{"id":1870,"name":"安乡县","parent_id":1867,"level":"district"},{"id":1871,"name":"汉寿县","parent_id":1867,"level":"district"},{"id":1872,"name":"澧县","parent_id":1867,"level":"district"},{"id":1873,"name":"临澧县","parent_id":1867,"level":"district"},{"id":1874,"name":"桃源县","parent_id":1867,"level":"district"},{"id":1875,"name":"石门县","parent_id":1867,"level":"district"},{"id":1876,"name":"津市市","parent_id":1867,"level":"district"}]},{"id":1877,"name":"张家界市","parent_id":1804,"level":"city","list":[{"id":1878,"name":"永定区","parent_id":1877,"level":"district"},{"id":1879,"name":"武陵源区","parent_id":1877,"level":"district"},{"id":1880,"name":"慈利县","parent_id":1877,"level":"district"},{"id":1881,"name":"桑植县","parent_id":1877,"level":"district"}]},{"id":1882,"name":"益阳市","parent_id":1804,"level":"city","list":[{"id":1883,"name":"资阳区","parent_id":1882,"level":"district"},{"id":1884,"name":"赫山区","parent_id":1882,"level":"district"},{"id":1885,"name":"南县","parent_id":1882,"level":"district"},{"id":1886,"name":"桃江县","parent_id":1882,"level":"district"},{"id":1887,"name":"安化县","parent_id":1882,"level":"district"},{"id":1888,"name":"沅江市","parent_id":1882,"level":"district"}]},{"id":1889,"name":"郴州市","parent_id":1804,"level":"city","list":[{"id":1890,"name":"北湖区","parent_id":1889,"level":"district"},{"id":1891,"name":"苏仙区","parent_id":1889,"level":"district"},{"id":1892,"name":"桂阳县","parent_id":1889,"level":"district"},{"id":1893,"name":"宜章县","parent_id":1889,"level":"district"},{"id":1894,"name":"永兴县","parent_id":1889,"level":"district"},{"id":1895,"name":"嘉禾县","parent_id":1889,"level":"district"},{"id":1896,"name":"临武县","parent_id":1889,"level":"district"},{"id":1897,"name":"汝城县","parent_id":1889,"level":"district"},{"id":1898,"name":"桂东县","parent_id":1889,"level":"district"},{"id":1899,"name":"安仁县","parent_id":1889,"level":"district"},{"id":1900,"name":"资兴市","parent_id":1889,"level":"district"}]},{"id":1901,"name":"永州市","parent_id":1804,"level":"city","list":[{"id":1902,"name":"零陵区","parent_id":1901,"level":"district"},{"id":1903,"name":"冷水滩区","parent_id":1901,"level":"district"},{"id":1904,"name":"祁阳县","parent_id":1901,"level":"district"},{"id":1905,"name":"东安县","parent_id":1901,"level":"district"},{"id":1906,"name":"双牌县","parent_id":1901,"level":"district"},{"id":1907,"name":"道县","parent_id":1901,"level":"district"},{"id":1908,"name":"江永县","parent_id":1901,"level":"district"},{"id":1909,"name":"宁远县","parent_id":1901,"level":"district"},{"id":1910,"name":"蓝山县","parent_id":1901,"level":"district"},{"id":1911,"name":"新田县","parent_id":1901,"level":"district"},{"id":1912,"name":"江华瑶族自治县","parent_id":1901,"level":"district"}]},{"id":1913,"name":"怀化市","parent_id":1804,"level":"city","list":[{"id":1914,"name":"鹤城区","parent_id":1913,"level":"district"},{"id":1915,"name":"中方县","parent_id":1913,"level":"district"},{"id":1916,"name":"沅陵县","parent_id":1913,"level":"district"},{"id":1917,"name":"辰溪县","parent_id":1913,"level":"district"},{"id":1918,"name":"溆浦县","parent_id":1913,"level":"district"},{"id":1919,"name":"会同县","parent_id":1913,"level":"district"},{"id":1920,"name":"麻阳苗族自治县","parent_id":1913,"level":"district"},{"id":1921,"name":"新晃侗族自治县","parent_id":1913,"level":"district"},{"id":1922,"name":"芷江侗族自治县","parent_id":1913,"level":"district"},{"id":1923,"name":"靖州苗族侗族自治县","parent_id":1913,"level":"district"},{"id":1924,"name":"通道侗族自治县","parent_id":1913,"level":"district"},{"id":1925,"name":"洪江市","parent_id":1913,"level":"district"}]},{"id":1926,"name":"娄底市","parent_id":1804,"level":"city","list":[{"id":1927,"name":"娄星区","parent_id":1926,"level":"district"},{"id":1928,"name":"双峰县","parent_id":1926,"level":"district"},{"id":1929,"name":"新化县","parent_id":1926,"level":"district"},{"id":1930,"name":"冷水江市","parent_id":1926,"level":"district"},{"id":1931,"name":"涟源市","parent_id":1926,"level":"district"}]},{"id":1932,"name":"湘西土家族苗族自治州","parent_id":1804,"level":"city","list":[{"id":1933,"name":"吉首市","parent_id":1932,"level":"district"},{"id":1934,"name":"泸溪县","parent_id":1932,"level":"district"},{"id":1935,"name":"凤凰县","parent_id":1932,"level":"district"},{"id":1936,"name":"花垣县","parent_id":1932,"level":"district"},{"id":1937,"name":"保靖县","parent_id":1932,"level":"district"},{"id":1938,"name":"古丈县","parent_id":1932,"level":"district"},{"id":1939,"name":"永顺县","parent_id":1932,"level":"district"},{"id":1940,"name":"龙山县","parent_id":1932,"level":"district"}]}]},{"id":1941,"name":"广东省","parent_id":1,"level":"province","list":[{"id":1942,"name":"广州市","parent_id":1941,"level":"city","list":[{"id":1943,"name":"荔湾区","parent_id":1942,"level":"district"},{"id":1944,"name":"越秀区","parent_id":1942,"level":"district"},{"id":1945,"name":"海珠区","parent_id":1942,"level":"district"},{"id":1946,"name":"天河区","parent_id":1942,"level":"district"},{"id":1947,"name":"白云区","parent_id":1942,"level":"district"},{"id":1948,"name":"黄埔区","parent_id":1942,"level":"district"},{"id":1949,"name":"番禺区","parent_id":1942,"level":"district"},{"id":1950,"name":"花都区","parent_id":1942,"level":"district"},{"id":1951,"name":"南沙区","parent_id":1942,"level":"district"},{"id":1952,"name":"从化区","parent_id":1942,"level":"district"},{"id":1953,"name":"增城区","parent_id":1942,"level":"district"}]},{"id":1954,"name":"韶关市","parent_id":1941,"level":"city","list":[{"id":1955,"name":"武江区","parent_id":1954,"level":"district"},{"id":1956,"name":"浈江区","parent_id":1954,"level":"district"},{"id":1957,"name":"曲江区","parent_id":1954,"level":"district"},{"id":1958,"name":"始兴县","parent_id":1954,"level":"district"},{"id":1959,"name":"仁化县","parent_id":1954,"level":"district"},{"id":1960,"name":"翁源县","parent_id":1954,"level":"district"},{"id":1961,"name":"乳源瑶族自治县","parent_id":1954,"level":"district"},{"id":1962,"name":"新丰县","parent_id":1954,"level":"district"},{"id":1963,"name":"乐昌市","parent_id":1954,"level":"district"},{"id":1964,"name":"南雄市","parent_id":1954,"level":"district"}]},{"id":1965,"name":"深圳市","parent_id":1941,"level":"city","list":[{"id":1966,"name":"罗湖区","parent_id":1965,"level":"district"},{"id":1967,"name":"福田区","parent_id":1965,"level":"district"},{"id":1968,"name":"南山区","parent_id":1965,"level":"district"},{"id":1969,"name":"宝安区","parent_id":1965,"level":"district"},{"id":1970,"name":"龙岗区","parent_id":1965,"level":"district"},{"id":1971,"name":"盐田区","parent_id":1965,"level":"district"},{"id":1972,"name":"龙华区","parent_id":1965,"level":"district"},{"id":1973,"name":"坪山区","parent_id":1965,"level":"district"},{"id":3669,"name":"光明区","parent_id":1965,"level":"district"}]},{"id":1974,"name":"珠海市","parent_id":1941,"level":"city","list":[{"id":1975,"name":"香洲区","parent_id":1974,"level":"district"},{"id":1976,"name":"斗门区","parent_id":1974,"level":"district"},{"id":1977,"name":"金湾区","parent_id":1974,"level":"district"}]},{"id":1978,"name":"汕头市","parent_id":1941,"level":"city","list":[{"id":1979,"name":"龙湖区","parent_id":1978,"level":"district"},{"id":1980,"name":"金平区","parent_id":1978,"level":"district"},{"id":1981,"name":"濠江区","parent_id":1978,"level":"district"},{"id":1982,"name":"潮阳区","parent_id":1978,"level":"district"},{"id":1983,"name":"潮南区","parent_id":1978,"level":"district"},{"id":1984,"name":"澄海区","parent_id":1978,"level":"district"},{"id":1985,"name":"南澳县","parent_id":1978,"level":"district"}]},{"id":1986,"name":"佛山市","parent_id":1941,"level":"city","list":[{"id":1987,"name":"禅城区","parent_id":1986,"level":"district"},{"id":1988,"name":"南海区","parent_id":1986,"level":"district"},{"id":1989,"name":"顺德区","parent_id":1986,"level":"district"},{"id":1990,"name":"三水区","parent_id":1986,"level":"district"},{"id":1991,"name":"高明区","parent_id":1986,"level":"district"}]},{"id":1992,"name":"江门市","parent_id":1941,"level":"city","list":[{"id":1993,"name":"蓬江区","parent_id":1992,"level":"district"},{"id":1994,"name":"江海区","parent_id":1992,"level":"district"},{"id":1995,"name":"新会区","parent_id":1992,"level":"district"},{"id":1996,"name":"台山市","parent_id":1992,"level":"district"},{"id":1997,"name":"开平市","parent_id":1992,"level":"district"},{"id":1998,"name":"鹤山市","parent_id":1992,"level":"district"},{"id":1999,"name":"恩平市","parent_id":1992,"level":"district"}]},{"id":2000,"name":"湛江市","parent_id":1941,"level":"city","list":[{"id":2001,"name":"赤坎区","parent_id":2000,"level":"district"},{"id":2002,"name":"霞山区","parent_id":2000,"level":"district"},{"id":2003,"name":"坡头区","parent_id":2000,"level":"district"},{"id":2004,"name":"麻章区","parent_id":2000,"level":"district"},{"id":2005,"name":"遂溪县","parent_id":2000,"level":"district"},{"id":2006,"name":"徐闻县","parent_id":2000,"level":"district"},{"id":2007,"name":"廉江市","parent_id":2000,"level":"district"},{"id":2008,"name":"雷州市","parent_id":2000,"level":"district"},{"id":2009,"name":"吴川市","parent_id":2000,"level":"district"}]},{"id":2010,"name":"茂名市","parent_id":1941,"level":"city","list":[{"id":2011,"name":"茂南区","parent_id":2010,"level":"district"},{"id":2012,"name":"电白区","parent_id":2010,"level":"district"},{"id":2013,"name":"高州市","parent_id":2010,"level":"district"},{"id":2014,"name":"化州市","parent_id":2010,"level":"district"},{"id":2015,"name":"信宜市","parent_id":2010,"level":"district"}]},{"id":2016,"name":"肇庆市","parent_id":1941,"level":"city","list":[{"id":2017,"name":"端州区","parent_id":2016,"level":"district"},{"id":2018,"name":"鼎湖区","parent_id":2016,"level":"district"},{"id":2019,"name":"高要区","parent_id":2016,"level":"district"},{"id":2020,"name":"广宁县","parent_id":2016,"level":"district"},{"id":2021,"name":"怀集县","parent_id":2016,"level":"district"},{"id":2022,"name":"封开县","parent_id":2016,"level":"district"},{"id":2023,"name":"德庆县","parent_id":2016,"level":"district"},{"id":2024,"name":"四会市","parent_id":2016,"level":"district"}]},{"id":2025,"name":"惠州市","parent_id":1941,"level":"city","list":[{"id":2026,"name":"惠城区","parent_id":2025,"level":"district"},{"id":2027,"name":"惠阳区","parent_id":2025,"level":"district"},{"id":2028,"name":"博罗县","parent_id":2025,"level":"district"},{"id":2029,"name":"惠东县","parent_id":2025,"level":"district"},{"id":2030,"name":"龙门县","parent_id":2025,"level":"district"}]},{"id":2031,"name":"梅州市","parent_id":1941,"level":"city","list":[{"id":2032,"name":"梅江区","parent_id":2031,"level":"district"},{"id":2033,"name":"梅县区","parent_id":2031,"level":"district"},{"id":2034,"name":"大埔县","parent_id":2031,"level":"district"},{"id":2035,"name":"丰顺县","parent_id":2031,"level":"district"},{"id":2036,"name":"五华县","parent_id":2031,"level":"district"},{"id":2037,"name":"平远县","parent_id":2031,"level":"district"},{"id":2038,"name":"蕉岭县","parent_id":2031,"level":"district"},{"id":2039,"name":"兴宁市","parent_id":2031,"level":"district"}]},{"id":2040,"name":"汕尾市","parent_id":1941,"level":"city","list":[{"id":2041,"name":"城区","parent_id":2040,"level":"district"},{"id":2042,"name":"海丰县","parent_id":2040,"level":"district"},{"id":2043,"name":"陆河县","parent_id":2040,"level":"district"},{"id":2044,"name":"陆丰市","parent_id":2040,"level":"district"}]},{"id":2045,"name":"河源市","parent_id":1941,"level":"city","list":[{"id":2046,"name":"源城区","parent_id":2045,"level":"district"},{"id":2047,"name":"紫金县","parent_id":2045,"level":"district"},{"id":2048,"name":"龙川县","parent_id":2045,"level":"district"},{"id":2049,"name":"连平县","parent_id":2045,"level":"district"},{"id":2050,"name":"和平县","parent_id":2045,"level":"district"},{"id":2051,"name":"东源县","parent_id":2045,"level":"district"}]},{"id":2052,"name":"阳江市","parent_id":1941,"level":"city","list":[{"id":2053,"name":"江城区","parent_id":2052,"level":"district"},{"id":2054,"name":"阳东区","parent_id":2052,"level":"district"},{"id":2055,"name":"阳西县","parent_id":2052,"level":"district"},{"id":2056,"name":"阳春市","parent_id":2052,"level":"district"}]},{"id":2057,"name":"清远市","parent_id":1941,"level":"city","list":[{"id":2058,"name":"清城区","parent_id":2057,"level":"district"},{"id":2059,"name":"清新区","parent_id":2057,"level":"district"},{"id":2060,"name":"佛冈县","parent_id":2057,"level":"district"},{"id":2061,"name":"阳山县","parent_id":2057,"level":"district"},{"id":2062,"name":"连山壮族瑶族自治县","parent_id":2057,"level":"district"},{"id":2063,"name":"连南瑶族自治县","parent_id":2057,"level":"district"},{"id":2064,"name":"英德市","parent_id":2057,"level":"district"},{"id":2065,"name":"连州市","parent_id":2057,"level":"district"}]},{"id":2066,"name":"东莞市","parent_id":1941,"level":"city","list":[{"id":10001,"name":"东城街道","parent_id":2066,"level":"district"},{"id":10002,"name":"南城街道","parent_id":2066,"level":"district"},{"id":10003,"name":"万江街道","parent_id":2066,"level":"district"},{"id":10004,"name":"莞城街道","parent_id":2066,"level":"district"},{"id":10005,"name":"石碣镇","parent_id":2066,"level":"district"},{"id":10006,"name":"石龙镇","parent_id":2066,"level":"district"},{"id":10007,"name":"茶山镇","parent_id":2066,"level":"district"},{"id":10008,"name":"石排镇","parent_id":2066,"level":"district"},{"id":10009,"name":"企石镇","parent_id":2066,"level":"district"},{"id":10010,"name":"横沥镇","parent_id":2066,"level":"district"},{"id":10011,"name":"桥头镇","parent_id":2066,"level":"district"},{"id":10012,"name":"谢岗镇","parent_id":2066,"level":"district"},{"id":10013,"name":"东坑镇","parent_id":2066,"level":"district"},{"id":10014,"name":"常平镇","parent_id":2066,"level":"district"},{"id":10015,"name":"寮步镇","parent_id":2066,"level":"district"},{"id":10016,"name":"樟木头镇","parent_id":2066,"level":"district"},{"id":10017,"name":"大朗镇","parent_id":2066,"level":"district"},{"id":10018,"name":"黄江镇","parent_id":2066,"level":"district"},{"id":10019,"name":"清溪镇","parent_id":2066,"level":"district"},{"id":10020,"name":"塘厦镇","parent_id":2066,"level":"district"},{"id":10021,"name":"凤岗镇","parent_id":2066,"level":"district"},{"id":10022,"name":"大岭山镇","parent_id":2066,"level":"district"},{"id":10023,"name":"长安镇","parent_id":2066,"level":"district"},{"id":10024,"name":"虎门镇","parent_id":2066,"level":"district"},{"id":10025,"name":"厚街镇","parent_id":2066,"level":"district"},{"id":10026,"name":"沙田镇","parent_id":2066,"level":"district"},{"id":10027,"name":"道窖镇","parent_id":2066,"level":"district"},{"id":10028,"name":"洪梅镇","parent_id":2066,"level":"district"},{"id":10029,"name":"麻涌镇","parent_id":2066,"level":"district"},{"id":10030,"name":"望牛墩镇","parent_id":2066,"level":"district"},{"id":10031,"name":"中堂镇","parent_id":2066,"level":"district"},{"id":10032,"name":"高埗镇","parent_id":2066,"level":"district"},{"id":10033,"name":"松山湖管委会","parent_id":2066,"level":"district"},{"id":10034,"name":"虎门港管委会","parent_id":2066,"level":"district"},{"id":10035,"name":"东莞生态园","parent_id":2066,"level":"district"}]},{"id":2068,"name":"中山市","parent_id":1941,"level":"city","list":[{"id":10036,"name":"石岐区街道","parent_id":2068,"level":"district"},{"id":10037,"name":"东区街道","parent_id":2068,"level":"district"},{"id":10038,"name":"火炬开发区","parent_id":2068,"level":"district"},{"id":10039,"name":"西区街道","parent_id":2068,"level":"district"},{"id":10040,"name":"南区街道","parent_id":2068,"level":"district"},{"id":10041,"name":"五桂山街道","parent_id":2068,"level":"district"},{"id":10042,"name":"小榄镇","parent_id":2068,"level":"district"},{"id":10043,"name":"黄圃镇","parent_id":2068,"level":"district"},{"id":10044,"name":"民众镇","parent_id":2068,"level":"district"},{"id":10045,"name":"东凤镇","parent_id":2068,"level":"district"},{"id":10046,"name":"东升镇","parent_id":2068,"level":"district"},{"id":10047,"name":"古镇镇","parent_id":2068,"level":"district"},{"id":10048,"name":"沙溪镇","parent_id":2068,"level":"district"},{"id":10049,"name":"坦洲镇","parent_id":2068,"level":"district"},{"id":10050,"name":"港口镇","parent_id":2068,"level":"district"},{"id":10051,"name":"三角镇","parent_id":2068,"level":"district"},{"id":10052,"name":"横栏镇","parent_id":2068,"level":"district"},{"id":10053,"name":"南头镇","parent_id":2068,"level":"district"},{"id":10054,"name":"阜沙镇","parent_id":2068,"level":"district"},{"id":10055,"name":"南朗镇","parent_id":2068,"level":"district"},{"id":10056,"name":"三乡镇","parent_id":2068,"level":"district"},{"id":10057,"name":"板芙镇","parent_id":2068,"level":"district"},{"id":10058,"name":"大涌镇","parent_id":2068,"level":"district"},{"id":10059,"name":"神湾镇","parent_id":2068,"level":"district"}]},{"id":2070,"name":"潮州市","parent_id":1941,"level":"city","list":[{"id":2071,"name":"湘桥区","parent_id":2070,"level":"district"},{"id":2072,"name":"潮安区","parent_id":2070,"level":"district"},{"id":2073,"name":"饶平县","parent_id":2070,"level":"district"}]},{"id":2074,"name":"揭阳市","parent_id":1941,"level":"city","list":[{"id":2075,"name":"榕城区","parent_id":2074,"level":"district"},{"id":2076,"name":"揭东区","parent_id":2074,"level":"district"},{"id":2077,"name":"揭西县","parent_id":2074,"level":"district"},{"id":2078,"name":"惠来县","parent_id":2074,"level":"district"},{"id":2079,"name":"普宁市","parent_id":2074,"level":"district"}]},{"id":2080,"name":"云浮市","parent_id":1941,"level":"city","list":[{"id":2081,"name":"云城区","parent_id":2080,"level":"district"},{"id":2082,"name":"云安区","parent_id":2080,"level":"district"},{"id":2083,"name":"新兴县","parent_id":2080,"level":"district"},{"id":2084,"name":"郁南县","parent_id":2080,"level":"district"},{"id":2085,"name":"罗定市","parent_id":2080,"level":"district"}]},{"id":2086,"name":"东沙群岛","parent_id":1941,"level":"city","list":[{"id":2087,"name":"东沙群岛","parent_id":2086,"level":"district"}]}]},{"id":2088,"name":"广西壮族自治区","parent_id":1,"level":"province","list":[{"id":2089,"name":"南宁市","parent_id":2088,"level":"city","list":[{"id":2090,"name":"兴宁区","parent_id":2089,"level":"district"},{"id":2091,"name":"青秀区","parent_id":2089,"level":"district"},{"id":2092,"name":"江南区","parent_id":2089,"level":"district"},{"id":2093,"name":"西乡塘区","parent_id":2089,"level":"district"},{"id":2094,"name":"良庆区","parent_id":2089,"level":"district"},{"id":2095,"name":"邕宁区","parent_id":2089,"level":"district"},{"id":2096,"name":"武鸣区","parent_id":2089,"level":"district"},{"id":2097,"name":"隆安县","parent_id":2089,"level":"district"},{"id":2098,"name":"马山县","parent_id":2089,"level":"district"},{"id":2099,"name":"上林县","parent_id":2089,"level":"district"},{"id":2100,"name":"宾阳县","parent_id":2089,"level":"district"},{"id":2101,"name":"横县","parent_id":2089,"level":"district"}]},{"id":2102,"name":"柳州市","parent_id":2088,"level":"city","list":[{"id":2103,"name":"城中区","parent_id":2102,"level":"district"},{"id":2104,"name":"鱼峰区","parent_id":2102,"level":"district"},{"id":2105,"name":"柳南区","parent_id":2102,"level":"district"},{"id":2106,"name":"柳北区","parent_id":2102,"level":"district"},{"id":2107,"name":"柳江区","parent_id":2102,"level":"district"},{"id":2108,"name":"柳城县","parent_id":2102,"level":"district"},{"id":2109,"name":"鹿寨县","parent_id":2102,"level":"district"},{"id":2110,"name":"融安县","parent_id":2102,"level":"district"},{"id":2111,"name":"融水苗族自治县","parent_id":2102,"level":"district"},{"id":2112,"name":"三江侗族自治县","parent_id":2102,"level":"district"}]},{"id":2113,"name":"桂林市","parent_id":2088,"level":"city","list":[{"id":2114,"name":"秀峰区","parent_id":2113,"level":"district"},{"id":2115,"name":"叠彩区","parent_id":2113,"level":"district"},{"id":2116,"name":"象山区","parent_id":2113,"level":"district"},{"id":2117,"name":"七星区","parent_id":2113,"level":"district"},{"id":2118,"name":"雁山区","parent_id":2113,"level":"district"},{"id":2119,"name":"临桂区","parent_id":2113,"level":"district"},{"id":2120,"name":"阳朔县","parent_id":2113,"level":"district"},{"id":2121,"name":"灵川县","parent_id":2113,"level":"district"},{"id":2122,"name":"全州县","parent_id":2113,"level":"district"},{"id":2123,"name":"兴安县","parent_id":2113,"level":"district"},{"id":2124,"name":"永福县","parent_id":2113,"level":"district"},{"id":2125,"name":"灌阳县","parent_id":2113,"level":"district"},{"id":2126,"name":"龙胜各族自治县","parent_id":2113,"level":"district"},{"id":2127,"name":"资源县","parent_id":2113,"level":"district"},{"id":2128,"name":"平乐县","parent_id":2113,"level":"district"},{"id":2129,"name":"荔浦县","parent_id":2113,"level":"district"},{"id":2130,"name":"恭城瑶族自治县","parent_id":2113,"level":"district"}]},{"id":2131,"name":"梧州市","parent_id":2088,"level":"city","list":[{"id":2132,"name":"万秀区","parent_id":2131,"level":"district"},{"id":2133,"name":"长洲区","parent_id":2131,"level":"district"},{"id":2134,"name":"龙圩区","parent_id":2131,"level":"district"},{"id":2135,"name":"苍梧县","parent_id":2131,"level":"district"},{"id":2136,"name":"藤县","parent_id":2131,"level":"district"},{"id":2137,"name":"蒙山县","parent_id":2131,"level":"district"},{"id":2138,"name":"岑溪市","parent_id":2131,"level":"district"}]},{"id":2139,"name":"北海市","parent_id":2088,"level":"city","list":[{"id":2140,"name":"海城区","parent_id":2139,"level":"district"},{"id":2141,"name":"银海区","parent_id":2139,"level":"district"},{"id":2142,"name":"铁山港区","parent_id":2139,"level":"district"},{"id":2143,"name":"合浦县","parent_id":2139,"level":"district"}]},{"id":2144,"name":"防城港市","parent_id":2088,"level":"city","list":[{"id":2145,"name":"港口区","parent_id":2144,"level":"district"},{"id":2146,"name":"防城区","parent_id":2144,"level":"district"},{"id":2147,"name":"上思县","parent_id":2144,"level":"district"},{"id":2148,"name":"东兴市","parent_id":2144,"level":"district"}]},{"id":2149,"name":"钦州市","parent_id":2088,"level":"city","list":[{"id":2150,"name":"钦南区","parent_id":2149,"level":"district"},{"id":2151,"name":"钦北区","parent_id":2149,"level":"district"},{"id":2152,"name":"灵山县","parent_id":2149,"level":"district"},{"id":2153,"name":"浦北县","parent_id":2149,"level":"district"}]},{"id":2154,"name":"贵港市","parent_id":2088,"level":"city","list":[{"id":2155,"name":"港北区","parent_id":2154,"level":"district"},{"id":2156,"name":"港南区","parent_id":2154,"level":"district"},{"id":2157,"name":"覃塘区","parent_id":2154,"level":"district"},{"id":2158,"name":"平南县","parent_id":2154,"level":"district"},{"id":2159,"name":"桂平市","parent_id":2154,"level":"district"}]},{"id":2160,"name":"玉林市","parent_id":2088,"level":"city","list":[{"id":2161,"name":"玉州区","parent_id":2160,"level":"district"},{"id":2162,"name":"福绵区","parent_id":2160,"level":"district"},{"id":2163,"name":"容县","parent_id":2160,"level":"district"},{"id":2164,"name":"陆川县","parent_id":2160,"level":"district"},{"id":2165,"name":"博白县","parent_id":2160,"level":"district"},{"id":2166,"name":"兴业县","parent_id":2160,"level":"district"},{"id":2167,"name":"北流市","parent_id":2160,"level":"district"}]},{"id":2168,"name":"百色市","parent_id":2088,"level":"city","list":[{"id":2169,"name":"右江区","parent_id":2168,"level":"district"},{"id":2170,"name":"田阳县","parent_id":2168,"level":"district"},{"id":2171,"name":"田东县","parent_id":2168,"level":"district"},{"id":2172,"name":"平果县","parent_id":2168,"level":"district"},{"id":2173,"name":"德保县","parent_id":2168,"level":"district"},{"id":2174,"name":"那坡县","parent_id":2168,"level":"district"},{"id":2175,"name":"凌云县","parent_id":2168,"level":"district"},{"id":2176,"name":"乐业县","parent_id":2168,"level":"district"},{"id":2177,"name":"田林县","parent_id":2168,"level":"district"},{"id":2178,"name":"西林县","parent_id":2168,"level":"district"},{"id":2179,"name":"隆林各族自治县","parent_id":2168,"level":"district"},{"id":2180,"name":"靖西市","parent_id":2168,"level":"district"}]},{"id":2181,"name":"贺州市","parent_id":2088,"level":"city","list":[{"id":2182,"name":"八步区","parent_id":2181,"level":"district"},{"id":2183,"name":"平桂区","parent_id":2181,"level":"district"},{"id":2184,"name":"昭平县","parent_id":2181,"level":"district"},{"id":2185,"name":"钟山县","parent_id":2181,"level":"district"},{"id":2186,"name":"富川瑶族自治县","parent_id":2181,"level":"district"}]},{"id":2187,"name":"河池市","parent_id":2088,"level":"city","list":[{"id":2188,"name":"金城江区","parent_id":2187,"level":"district"},{"id":2189,"name":"南丹县","parent_id":2187,"level":"district"},{"id":2190,"name":"天峨县","parent_id":2187,"level":"district"},{"id":2191,"name":"凤山县","parent_id":2187,"level":"district"},{"id":2192,"name":"东兰县","parent_id":2187,"level":"district"},{"id":2193,"name":"罗城仫佬族自治县","parent_id":2187,"level":"district"},{"id":2194,"name":"环江毛南族自治县","parent_id":2187,"level":"district"},{"id":2195,"name":"巴马瑶族自治县","parent_id":2187,"level":"district"},{"id":2196,"name":"都安瑶族自治县","parent_id":2187,"level":"district"},{"id":2197,"name":"大化瑶族自治县","parent_id":2187,"level":"district"},{"id":2198,"name":"宜州区","parent_id":2187,"level":"district"}]},{"id":2199,"name":"来宾市","parent_id":2088,"level":"city","list":[{"id":2200,"name":"兴宾区","parent_id":2199,"level":"district"},{"id":2201,"name":"忻城县","parent_id":2199,"level":"district"},{"id":2202,"name":"象州县","parent_id":2199,"level":"district"},{"id":2203,"name":"武宣县","parent_id":2199,"level":"district"},{"id":2204,"name":"金秀瑶族自治县","parent_id":2199,"level":"district"},{"id":2205,"name":"合山市","parent_id":2199,"level":"district"}]},{"id":2206,"name":"崇左市","parent_id":2088,"level":"city","list":[{"id":2207,"name":"江州区","parent_id":2206,"level":"district"},{"id":2208,"name":"扶绥县","parent_id":2206,"level":"district"},{"id":2209,"name":"宁明县","parent_id":2206,"level":"district"},{"id":2210,"name":"龙州县","parent_id":2206,"level":"district"},{"id":2211,"name":"大新县","parent_id":2206,"level":"district"},{"id":2212,"name":"天等县","parent_id":2206,"level":"district"},{"id":2213,"name":"凭祥市","parent_id":2206,"level":"district"}]}]},{"id":2214,"name":"海南省","parent_id":1,"level":"province","list":[{"id":2215,"name":"白沙黎族自治县","parent_id":2214,"level":"city","list":[{"id":2216,"name":"白沙黎族自治县","parent_id":2215,"level":"district"}]},{"id":2217,"name":"保亭黎族苗族自治县","parent_id":2214,"level":"city","list":[{"id":2218,"name":"保亭黎族苗族自治县","parent_id":2217,"level":"district"}]},{"id":2219,"name":"昌江黎族自治县","parent_id":2214,"level":"city","list":[{"id":2220,"name":"昌江黎族自治县","parent_id":2219,"level":"district"}]},{"id":2221,"name":"澄迈县","parent_id":2214,"level":"city","list":[{"id":2222,"name":"澄迈县","parent_id":2221,"level":"district"}]},{"id":2223,"name":"海口市","parent_id":2214,"level":"city","list":[{"id":2224,"name":"秀英区","parent_id":2223,"level":"district"},{"id":2225,"name":"龙华区","parent_id":2223,"level":"district"},{"id":2226,"name":"琼山区","parent_id":2223,"level":"district"},{"id":2227,"name":"美兰区","parent_id":2223,"level":"district"}]},{"id":2228,"name":"三亚市","parent_id":2214,"level":"city","list":[{"id":2229,"name":"海棠区","parent_id":2228,"level":"district"},{"id":2230,"name":"吉阳区","parent_id":2228,"level":"district"},{"id":2231,"name":"天涯区","parent_id":2228,"level":"district"},{"id":2232,"name":"崖州区","parent_id":2228,"level":"district"}]},{"id":2233,"name":"三沙市","parent_id":2214,"level":"city","list":[{"id":2234,"name":"西沙群岛","parent_id":2233,"level":"district"},{"id":2235,"name":"南沙群岛","parent_id":2233,"level":"district"},{"id":2236,"name":"中沙群岛的岛礁及其海域","parent_id":2233,"level":"district"}]},{"id":2237,"name":"儋州市","parent_id":2214,"level":"city","list":[{"id":2238,"name":"儋州市","parent_id":2237,"level":"district"}]},{"id":2239,"name":"定安县","parent_id":2214,"level":"city","list":[{"id":2240,"name":"定安县","parent_id":2239,"level":"district"}]},{"id":2241,"name":"东方市","parent_id":2214,"level":"city","list":[{"id":2242,"name":"东方市","parent_id":2241,"level":"district"}]},{"id":2243,"name":"乐东黎族自治县","parent_id":2214,"level":"city","list":[{"id":2244,"name":"乐东黎族自治县","parent_id":2243,"level":"district"}]},{"id":2245,"name":"临高县","parent_id":2214,"level":"city","list":[{"id":2246,"name":"临高县","parent_id":2245,"level":"district"}]},{"id":2247,"name":"陵水黎族自治县","parent_id":2214,"level":"city","list":[{"id":2248,"name":"陵水黎族自治县","parent_id":2247,"level":"district"}]},{"id":2249,"name":"琼海市","parent_id":2214,"level":"city","list":[{"id":2250,"name":"琼海市","parent_id":2249,"level":"district"}]},{"id":2251,"name":"琼中黎族苗族自治县","parent_id":2214,"level":"city","list":[{"id":2252,"name":"琼中黎族苗族自治县","parent_id":2251,"level":"district"}]},{"id":2253,"name":"屯昌县","parent_id":2214,"level":"city","list":[{"id":2254,"name":"屯昌县","parent_id":2253,"level":"district"}]},{"id":2255,"name":"万宁市","parent_id":2214,"level":"city","list":[{"id":2256,"name":"万宁市","parent_id":2255,"level":"district"}]},{"id":2257,"name":"文昌市","parent_id":2214,"level":"city","list":[{"id":2258,"name":"文昌市","parent_id":2257,"level":"district"}]},{"id":2259,"name":"五指山市","parent_id":2214,"level":"city","list":[{"id":2260,"name":"五指山市","parent_id":2259,"level":"district"}]},{"id":10063,"name":"省直辖县级行政区划","parent_id":2214,"level":"city","list":[{"id":10064,"name":"五指山市","parent_id":10063,"level":"district"},{"id":10065,"name":"琼海市","parent_id":10063,"level":"district"},{"id":10066,"name":"文昌市","parent_id":10063,"level":"district"},{"id":10067,"name":"万宁市","parent_id":10063,"level":"district"},{"id":10068,"name":"东方市","parent_id":10063,"level":"district"},{"id":10069,"name":"定安县","parent_id":10063,"level":"district"},{"id":10070,"name":"屯昌县","parent_id":10063,"level":"district"},{"id":10071,"name":"澄迈县","parent_id":10063,"level":"district"},{"id":10072,"name":"临高县","parent_id":10063,"level":"district"},{"id":10073,"name":"白沙黎族自治县","parent_id":10063,"level":"district"},{"id":10074,"name":"昌江黎族自治县","parent_id":10063,"level":"district"},{"id":10075,"name":"乐东黎族自治县","parent_id":10063,"level":"district"},{"id":10076,"name":"陵水黎族自治县","parent_id":10063,"level":"district"},{"id":10077,"name":"保亭黎族苗族自治县","parent_id":10063,"level":"district"},{"id":10078,"name":"琼中黎族苗族自治县","parent_id":10063,"level":"district"}]}]},{"id":2261,"name":"重庆市","parent_id":1,"level":"province","list":[{"id":2262,"name":"重庆市","parent_id":2261,"level":"city","list":[{"id":2263,"name":"万州区","parent_id":2262,"level":"district"},{"id":2264,"name":"涪陵区","parent_id":2262,"level":"district"},{"id":2265,"name":"渝中区","parent_id":2262,"level":"district"},{"id":2266,"name":"大渡口区","parent_id":2262,"level":"district"},{"id":2267,"name":"江北区","parent_id":2262,"level":"district"},{"id":2268,"name":"沙坪坝区","parent_id":2262,"level":"district"},{"id":2269,"name":"九龙坡区","parent_id":2262,"level":"district"},{"id":2270,"name":"南岸区","parent_id":2262,"level":"district"},{"id":2271,"name":"北碚区","parent_id":2262,"level":"district"},{"id":2272,"name":"綦江区","parent_id":2262,"level":"district"},{"id":2273,"name":"大足区","parent_id":2262,"level":"district"},{"id":2274,"name":"渝北区","parent_id":2262,"level":"district"},{"id":2275,"name":"巴南区","parent_id":2262,"level":"district"},{"id":2276,"name":"黔江区","parent_id":2262,"level":"district"},{"id":2277,"name":"长寿区","parent_id":2262,"level":"district"},{"id":2278,"name":"江津区","parent_id":2262,"level":"district"},{"id":2279,"name":"合川区","parent_id":2262,"level":"district"},{"id":2280,"name":"永川区","parent_id":2262,"level":"district"},{"id":2281,"name":"南川区","parent_id":2262,"level":"district"},{"id":2282,"name":"璧山区","parent_id":2262,"level":"district"},{"id":2283,"name":"铜梁区","parent_id":2262,"level":"district"},{"id":2284,"name":"潼南区","parent_id":2262,"level":"district"},{"id":2285,"name":"荣昌区","parent_id":2262,"level":"district"},{"id":2286,"name":"开州区","parent_id":2262,"level":"district"}]},{"id":2287,"name":"重庆郊县","parent_id":2261,"level":"city","list":[{"id":2288,"name":"梁平区","parent_id":2287,"level":"district"},{"id":2289,"name":"城口县","parent_id":2287,"level":"district"},{"id":2290,"name":"丰都县","parent_id":2287,"level":"district"},{"id":2291,"name":"垫江县","parent_id":2287,"level":"district"},{"id":2292,"name":"武隆区","parent_id":2287,"level":"district"},{"id":2293,"name":"忠县","parent_id":2287,"level":"district"},{"id":2294,"name":"云阳县","parent_id":2287,"level":"district"},{"id":2295,"name":"奉节县","parent_id":2287,"level":"district"},{"id":2296,"name":"巫山县","parent_id":2287,"level":"district"},{"id":2297,"name":"巫溪县","parent_id":2287,"level":"district"},{"id":2298,"name":"石柱土家族自治县","parent_id":2287,"level":"district"},{"id":2299,"name":"秀山土家族苗族自治县","parent_id":2287,"level":"district"},{"id":2300,"name":"酉阳土家族苗族自治县","parent_id":2287,"level":"district"},{"id":2301,"name":"彭水苗族土家族自治县","parent_id":2287,"level":"district"}]}]},{"id":2302,"name":"四川省","parent_id":1,"level":"province","list":[{"id":2303,"name":"成都市","parent_id":2302,"level":"city","list":[{"id":2304,"name":"锦江区","parent_id":2303,"level":"district"},{"id":2305,"name":"青羊区","parent_id":2303,"level":"district"},{"id":2306,"name":"金牛区","parent_id":2303,"level":"district"},{"id":2307,"name":"武侯区","parent_id":2303,"level":"district"},{"id":2308,"name":"成华区","parent_id":2303,"level":"district"},{"id":2309,"name":"龙泉驿区","parent_id":2303,"level":"district"},{"id":2310,"name":"青白江区","parent_id":2303,"level":"district"},{"id":2311,"name":"新都区","parent_id":2303,"level":"district"},{"id":2312,"name":"温江区","parent_id":2303,"level":"district"},{"id":2313,"name":"双流区","parent_id":2303,"level":"district"},{"id":2314,"name":"金堂县","parent_id":2303,"level":"district"},{"id":2315,"name":"郫都区","parent_id":2303,"level":"district"},{"id":2316,"name":"大邑县","parent_id":2303,"level":"district"},{"id":2317,"name":"蒲江县","parent_id":2303,"level":"district"},{"id":2318,"name":"新津县","parent_id":2303,"level":"district"},{"id":2319,"name":"简阳市","parent_id":2303,"level":"district"},{"id":2320,"name":"都江堰市","parent_id":2303,"level":"district"},{"id":2321,"name":"彭州市","parent_id":2303,"level":"district"},{"id":2322,"name":"邛崃市","parent_id":2303,"level":"district"},{"id":2323,"name":"崇州市","parent_id":2303,"level":"district"}]},{"id":2324,"name":"自贡市","parent_id":2302,"level":"city","list":[{"id":2325,"name":"自流井区","parent_id":2324,"level":"district"},{"id":2326,"name":"贡井区","parent_id":2324,"level":"district"},{"id":2327,"name":"大安区","parent_id":2324,"level":"district"},{"id":2328,"name":"沿滩区","parent_id":2324,"level":"district"},{"id":2329,"name":"荣县","parent_id":2324,"level":"district"},{"id":2330,"name":"富顺县","parent_id":2324,"level":"district"}]},{"id":2331,"name":"攀枝花市","parent_id":2302,"level":"city","list":[{"id":2332,"name":"东区","parent_id":2331,"level":"district"},{"id":2333,"name":"西区","parent_id":2331,"level":"district"},{"id":2334,"name":"仁和区","parent_id":2331,"level":"district"},{"id":2335,"name":"米易县","parent_id":2331,"level":"district"},{"id":2336,"name":"盐边县","parent_id":2331,"level":"district"}]},{"id":2337,"name":"泸州市","parent_id":2302,"level":"city","list":[{"id":2338,"name":"江阳区","parent_id":2337,"level":"district"},{"id":2339,"name":"纳溪区","parent_id":2337,"level":"district"},{"id":2340,"name":"龙马潭区","parent_id":2337,"level":"district"},{"id":2341,"name":"泸县","parent_id":2337,"level":"district"},{"id":2342,"name":"合江县","parent_id":2337,"level":"district"},{"id":2343,"name":"叙永县","parent_id":2337,"level":"district"},{"id":2344,"name":"古蔺县","parent_id":2337,"level":"district"}]},{"id":2345,"name":"德阳市","parent_id":2302,"level":"city","list":[{"id":2346,"name":"旌阳区","parent_id":2345,"level":"district"},{"id":2347,"name":"中江县","parent_id":2345,"level":"district"},{"id":2348,"name":"罗江县","parent_id":2345,"level":"district"},{"id":2349,"name":"广汉市","parent_id":2345,"level":"district"},{"id":2350,"name":"什邡市","parent_id":2345,"level":"district"},{"id":2351,"name":"绵竹市","parent_id":2345,"level":"district"}]},{"id":2352,"name":"绵阳市","parent_id":2302,"level":"city","list":[{"id":2353,"name":"涪城区","parent_id":2352,"level":"district"},{"id":2354,"name":"游仙区","parent_id":2352,"level":"district"},{"id":2355,"name":"安州区","parent_id":2352,"level":"district"},{"id":2356,"name":"三台县","parent_id":2352,"level":"district"},{"id":2357,"name":"盐亭县","parent_id":2352,"level":"district"},{"id":2358,"name":"梓潼县","parent_id":2352,"level":"district"},{"id":2359,"name":"北川羌族自治县","parent_id":2352,"level":"district"},{"id":2360,"name":"平武县","parent_id":2352,"level":"district"},{"id":2361,"name":"江油市","parent_id":2352,"level":"district"}]},{"id":2362,"name":"广元市","parent_id":2302,"level":"city","list":[{"id":2363,"name":"利州区","parent_id":2362,"level":"district"},{"id":2364,"name":"昭化区","parent_id":2362,"level":"district"},{"id":2365,"name":"朝天区","parent_id":2362,"level":"district"},{"id":2366,"name":"旺苍县","parent_id":2362,"level":"district"},{"id":2367,"name":"青川县","parent_id":2362,"level":"district"},{"id":2368,"name":"剑阁县","parent_id":2362,"level":"district"},{"id":2369,"name":"苍溪县","parent_id":2362,"level":"district"}]},{"id":2370,"name":"遂宁市","parent_id":2302,"level":"city","list":[{"id":2371,"name":"船山区","parent_id":2370,"level":"district"},{"id":2372,"name":"安居区","parent_id":2370,"level":"district"},{"id":2373,"name":"蓬溪县","parent_id":2370,"level":"district"},{"id":2374,"name":"射洪县","parent_id":2370,"level":"district"},{"id":2375,"name":"大英县","parent_id":2370,"level":"district"}]},{"id":2376,"name":"内江市","parent_id":2302,"level":"city","list":[{"id":2377,"name":"市中区","parent_id":2376,"level":"district"},{"id":2378,"name":"东兴区","parent_id":2376,"level":"district"},{"id":2379,"name":"威远县","parent_id":2376,"level":"district"},{"id":2380,"name":"资中县","parent_id":2376,"level":"district"},{"id":2381,"name":"隆昌县","parent_id":2376,"level":"district"}]},{"id":2382,"name":"乐山市","parent_id":2302,"level":"city","list":[{"id":2383,"name":"市中区","parent_id":2382,"level":"district"},{"id":2384,"name":"沙湾区","parent_id":2382,"level":"district"},{"id":2385,"name":"五通桥区","parent_id":2382,"level":"district"},{"id":2386,"name":"金口河区","parent_id":2382,"level":"district"},{"id":2387,"name":"犍为县","parent_id":2382,"level":"district"},{"id":2388,"name":"井研县","parent_id":2382,"level":"district"},{"id":2389,"name":"夹江县","parent_id":2382,"level":"district"},{"id":2390,"name":"沐川县","parent_id":2382,"level":"district"},{"id":2391,"name":"峨边彝族自治县","parent_id":2382,"level":"district"},{"id":2392,"name":"马边彝族自治县","parent_id":2382,"level":"district"},{"id":2393,"name":"峨眉山市","parent_id":2382,"level":"district"}]},{"id":2394,"name":"南充市","parent_id":2302,"level":"city","list":[{"id":2395,"name":"顺庆区","parent_id":2394,"level":"district"},{"id":2396,"name":"高坪区","parent_id":2394,"level":"district"},{"id":2397,"name":"嘉陵区","parent_id":2394,"level":"district"},{"id":2398,"name":"南部县","parent_id":2394,"level":"district"},{"id":2399,"name":"营山县","parent_id":2394,"level":"district"},{"id":2400,"name":"蓬安县","parent_id":2394,"level":"district"},{"id":2401,"name":"仪陇县","parent_id":2394,"level":"district"},{"id":2402,"name":"西充县","parent_id":2394,"level":"district"},{"id":2403,"name":"阆中市","parent_id":2394,"level":"district"}]},{"id":2404,"name":"眉山市","parent_id":2302,"level":"city","list":[{"id":2405,"name":"东坡区","parent_id":2404,"level":"district"},{"id":2406,"name":"彭山区","parent_id":2404,"level":"district"},{"id":2407,"name":"仁寿县","parent_id":2404,"level":"district"},{"id":2408,"name":"洪雅县","parent_id":2404,"level":"district"},{"id":2409,"name":"丹棱县","parent_id":2404,"level":"district"},{"id":2410,"name":"青神县","parent_id":2404,"level":"district"}]},{"id":2411,"name":"宜宾市","parent_id":2302,"level":"city","list":[{"id":2412,"name":"翠屏区","parent_id":2411,"level":"district"},{"id":2413,"name":"南溪区","parent_id":2411,"level":"district"},{"id":2414,"name":"叙州区","parent_id":2411,"level":"district"},{"id":2415,"name":"江安县","parent_id":2411,"level":"district"},{"id":2416,"name":"长宁县","parent_id":2411,"level":"district"},{"id":2417,"name":"高县","parent_id":2411,"level":"district"},{"id":2418,"name":"珙县","parent_id":2411,"level":"district"},{"id":2419,"name":"筠连县","parent_id":2411,"level":"district"},{"id":2420,"name":"兴文县","parent_id":2411,"level":"district"},{"id":2421,"name":"屏山县","parent_id":2411,"level":"district"}]},{"id":2422,"name":"广安市","parent_id":2302,"level":"city","list":[{"id":2423,"name":"广安区","parent_id":2422,"level":"district"},{"id":2424,"name":"前锋区","parent_id":2422,"level":"district"},{"id":2425,"name":"岳池县","parent_id":2422,"level":"district"},{"id":2426,"name":"武胜县","parent_id":2422,"level":"district"},{"id":2427,"name":"邻水县","parent_id":2422,"level":"district"},{"id":2428,"name":"华蓥市","parent_id":2422,"level":"district"}]},{"id":2429,"name":"达州市","parent_id":2302,"level":"city","list":[{"id":2430,"name":"通川区","parent_id":2429,"level":"district"},{"id":2431,"name":"达川区","parent_id":2429,"level":"district"},{"id":2432,"name":"宣汉县","parent_id":2429,"level":"district"},{"id":2433,"name":"开江县","parent_id":2429,"level":"district"},{"id":2434,"name":"大竹县","parent_id":2429,"level":"district"},{"id":2435,"name":"渠县","parent_id":2429,"level":"district"},{"id":2436,"name":"万源市","parent_id":2429,"level":"district"}]},{"id":2437,"name":"雅安市","parent_id":2302,"level":"city","list":[{"id":2438,"name":"雨城区","parent_id":2437,"level":"district"},{"id":2439,"name":"名山区","parent_id":2437,"level":"district"},{"id":2440,"name":"荥经县","parent_id":2437,"level":"district"},{"id":2441,"name":"汉源县","parent_id":2437,"level":"district"},{"id":2442,"name":"石棉县","parent_id":2437,"level":"district"},{"id":2443,"name":"天全县","parent_id":2437,"level":"district"},{"id":2444,"name":"芦山县","parent_id":2437,"level":"district"},{"id":2445,"name":"宝兴县","parent_id":2437,"level":"district"}]},{"id":2446,"name":"巴中市","parent_id":2302,"level":"city","list":[{"id":2447,"name":"巴州区","parent_id":2446,"level":"district"},{"id":2448,"name":"恩阳区","parent_id":2446,"level":"district"},{"id":2449,"name":"通江县","parent_id":2446,"level":"district"},{"id":2450,"name":"南江县","parent_id":2446,"level":"district"},{"id":2451,"name":"平昌县","parent_id":2446,"level":"district"}]},{"id":2452,"name":"资阳市","parent_id":2302,"level":"city","list":[{"id":2453,"name":"雁江区","parent_id":2452,"level":"district"},{"id":2454,"name":"安岳县","parent_id":2452,"level":"district"},{"id":2455,"name":"乐至县","parent_id":2452,"level":"district"}]},{"id":2456,"name":"阿坝藏族羌族自治州","parent_id":2302,"level":"city","list":[{"id":2457,"name":"马尔康市","parent_id":2456,"level":"district"},{"id":2458,"name":"汶川县","parent_id":2456,"level":"district"},{"id":2459,"name":"理县","parent_id":2456,"level":"district"},{"id":2460,"name":"茂县","parent_id":2456,"level":"district"},{"id":2461,"name":"松潘县","parent_id":2456,"level":"district"},{"id":2462,"name":"九寨沟县","parent_id":2456,"level":"district"},{"id":2463,"name":"金川县","parent_id":2456,"level":"district"},{"id":2464,"name":"小金县","parent_id":2456,"level":"district"},{"id":2465,"name":"黑水县","parent_id":2456,"level":"district"},{"id":2466,"name":"壤塘县","parent_id":2456,"level":"district"},{"id":2467,"name":"阿坝县","parent_id":2456,"level":"district"},{"id":2468,"name":"若尔盖县","parent_id":2456,"level":"district"},{"id":2469,"name":"红原县","parent_id":2456,"level":"district"}]},{"id":2470,"name":"甘孜藏族自治州","parent_id":2302,"level":"city","list":[{"id":2471,"name":"康定市","parent_id":2470,"level":"district"},{"id":2472,"name":"泸定县","parent_id":2470,"level":"district"},{"id":2473,"name":"丹巴县","parent_id":2470,"level":"district"},{"id":2474,"name":"九龙县","parent_id":2470,"level":"district"},{"id":2475,"name":"雅江县","parent_id":2470,"level":"district"},{"id":2476,"name":"道孚县","parent_id":2470,"level":"district"},{"id":2477,"name":"炉霍县","parent_id":2470,"level":"district"},{"id":2478,"name":"甘孜县","parent_id":2470,"level":"district"},{"id":2479,"name":"新龙县","parent_id":2470,"level":"district"},{"id":2480,"name":"德格县","parent_id":2470,"level":"district"},{"id":2481,"name":"白玉县","parent_id":2470,"level":"district"},{"id":2482,"name":"石渠县","parent_id":2470,"level":"district"},{"id":2483,"name":"色达县","parent_id":2470,"level":"district"},{"id":2484,"name":"理塘县","parent_id":2470,"level":"district"},{"id":2485,"name":"巴塘县","parent_id":2470,"level":"district"},{"id":2486,"name":"乡城县","parent_id":2470,"level":"district"},{"id":2487,"name":"稻城县","parent_id":2470,"level":"district"},{"id":2488,"name":"得荣县","parent_id":2470,"level":"district"}]},{"id":2489,"name":"凉山彝族自治州","parent_id":2302,"level":"city","list":[{"id":2490,"name":"西昌市","parent_id":2489,"level":"district"},{"id":2491,"name":"木里藏族自治县","parent_id":2489,"level":"district"},{"id":2492,"name":"盐源县","parent_id":2489,"level":"district"},{"id":2493,"name":"德昌县","parent_id":2489,"level":"district"},{"id":2494,"name":"会理县","parent_id":2489,"level":"district"},{"id":2495,"name":"会东县","parent_id":2489,"level":"district"},{"id":2496,"name":"宁南县","parent_id":2489,"level":"district"},{"id":2497,"name":"普格县","parent_id":2489,"level":"district"},{"id":2498,"name":"布拖县","parent_id":2489,"level":"district"},{"id":2499,"name":"金阳县","parent_id":2489,"level":"district"},{"id":2500,"name":"昭觉县","parent_id":2489,"level":"district"},{"id":2501,"name":"喜德县","parent_id":2489,"level":"district"},{"id":2502,"name":"冕宁县","parent_id":2489,"level":"district"},{"id":2503,"name":"越西县","parent_id":2489,"level":"district"},{"id":2504,"name":"甘洛县","parent_id":2489,"level":"district"},{"id":2505,"name":"美姑县","parent_id":2489,"level":"district"},{"id":2506,"name":"雷波县","parent_id":2489,"level":"district"}]}]},{"id":2507,"name":"贵州省","parent_id":1,"level":"province","list":[{"id":2508,"name":"贵阳市","parent_id":2507,"level":"city","list":[{"id":2509,"name":"南明区","parent_id":2508,"level":"district"},{"id":2510,"name":"云岩区","parent_id":2508,"level":"district"},{"id":2511,"name":"花溪区","parent_id":2508,"level":"district"},{"id":2512,"name":"乌当区","parent_id":2508,"level":"district"},{"id":2513,"name":"白云区","parent_id":2508,"level":"district"},{"id":2514,"name":"观山湖区","parent_id":2508,"level":"district"},{"id":2515,"name":"开阳县","parent_id":2508,"level":"district"},{"id":2516,"name":"息烽县","parent_id":2508,"level":"district"},{"id":2517,"name":"修文县","parent_id":2508,"level":"district"},{"id":2518,"name":"清镇市","parent_id":2508,"level":"district"}]},{"id":2519,"name":"六盘水市","parent_id":2507,"level":"city","list":[{"id":2520,"name":"钟山区","parent_id":2519,"level":"district"},{"id":2521,"name":"六枝特区","parent_id":2519,"level":"district"},{"id":2522,"name":"水城县","parent_id":2519,"level":"district"},{"id":2523,"name":"盘州市","parent_id":2519,"level":"district"}]},{"id":2524,"name":"遵义市","parent_id":2507,"level":"city","list":[{"id":2525,"name":"红花岗区","parent_id":2524,"level":"district"},{"id":2526,"name":"汇川区","parent_id":2524,"level":"district"},{"id":2527,"name":"播州区","parent_id":2524,"level":"district"},{"id":2528,"name":"桐梓县","parent_id":2524,"level":"district"},{"id":2529,"name":"绥阳县","parent_id":2524,"level":"district"},{"id":2530,"name":"正安县","parent_id":2524,"level":"district"},{"id":2531,"name":"道真仡佬族苗族自治县","parent_id":2524,"level":"district"},{"id":2532,"name":"务川仡佬族苗族自治县","parent_id":2524,"level":"district"},{"id":2533,"name":"凤冈县","parent_id":2524,"level":"district"},{"id":2534,"name":"湄潭县","parent_id":2524,"level":"district"},{"id":2535,"name":"余庆县","parent_id":2524,"level":"district"},{"id":2536,"name":"习水县","parent_id":2524,"level":"district"},{"id":2537,"name":"赤水市","parent_id":2524,"level":"district"},{"id":2538,"name":"仁怀市","parent_id":2524,"level":"district"}]},{"id":2539,"name":"安顺市","parent_id":2507,"level":"city","list":[{"id":2540,"name":"西秀区","parent_id":2539,"level":"district"},{"id":2541,"name":"平坝区","parent_id":2539,"level":"district"},{"id":2542,"name":"普定县","parent_id":2539,"level":"district"},{"id":2543,"name":"镇宁布依族苗族自治县","parent_id":2539,"level":"district"},{"id":2544,"name":"关岭布依族苗族自治县","parent_id":2539,"level":"district"},{"id":2545,"name":"紫云苗族布依族自治县","parent_id":2539,"level":"district"}]},{"id":2546,"name":"毕节市","parent_id":2507,"level":"city","list":[{"id":2547,"name":"七星关区","parent_id":2546,"level":"district"},{"id":2548,"name":"大方县","parent_id":2546,"level":"district"},{"id":2549,"name":"黔西县","parent_id":2546,"level":"district"},{"id":2550,"name":"金沙县","parent_id":2546,"level":"district"},{"id":2551,"name":"织金县","parent_id":2546,"level":"district"},{"id":2552,"name":"纳雍县","parent_id":2546,"level":"district"},{"id":2553,"name":"威宁彝族回族苗族自治县","parent_id":2546,"level":"district"},{"id":2554,"name":"赫章县","parent_id":2546,"level":"district"}]},{"id":2555,"name":"铜仁市","parent_id":2507,"level":"city","list":[{"id":2556,"name":"碧江区","parent_id":2555,"level":"district"},{"id":2557,"name":"万山区","parent_id":2555,"level":"district"},{"id":2558,"name":"江口县","parent_id":2555,"level":"district"},{"id":2559,"name":"玉屏侗族自治县","parent_id":2555,"level":"district"},{"id":2560,"name":"石阡县","parent_id":2555,"level":"district"},{"id":2561,"name":"思南县","parent_id":2555,"level":"district"},{"id":2562,"name":"印江土家族苗族自治县","parent_id":2555,"level":"district"},{"id":2563,"name":"德江县","parent_id":2555,"level":"district"},{"id":2564,"name":"沿河土家族自治县","parent_id":2555,"level":"district"},{"id":2565,"name":"松桃苗族自治县","parent_id":2555,"level":"district"}]},{"id":2566,"name":"黔西南布依族苗族自治州","parent_id":2507,"level":"city","list":[{"id":2567,"name":"兴义市","parent_id":2566,"level":"district"},{"id":2568,"name":"兴仁县","parent_id":2566,"level":"district"},{"id":2569,"name":"普安县","parent_id":2566,"level":"district"},{"id":2570,"name":"晴隆县","parent_id":2566,"level":"district"},{"id":2571,"name":"贞丰县","parent_id":2566,"level":"district"},{"id":2572,"name":"望谟县","parent_id":2566,"level":"district"},{"id":2573,"name":"册亨县","parent_id":2566,"level":"district"},{"id":2574,"name":"安龙县","parent_id":2566,"level":"district"}]},{"id":2575,"name":"黔东南苗族侗族自治州","parent_id":2507,"level":"city","list":[{"id":2576,"name":"凯里市","parent_id":2575,"level":"district"},{"id":2577,"name":"黄平县","parent_id":2575,"level":"district"},{"id":2578,"name":"施秉县","parent_id":2575,"level":"district"},{"id":2579,"name":"三穗县","parent_id":2575,"level":"district"},{"id":2580,"name":"镇远县","parent_id":2575,"level":"district"},{"id":2581,"name":"岑巩县","parent_id":2575,"level":"district"},{"id":2582,"name":"天柱县","parent_id":2575,"level":"district"},{"id":2583,"name":"锦屏县","parent_id":2575,"level":"district"},{"id":2584,"name":"剑河县","parent_id":2575,"level":"district"},{"id":2585,"name":"台江县","parent_id":2575,"level":"district"},{"id":2586,"name":"黎平县","parent_id":2575,"level":"district"},{"id":2587,"name":"榕江县","parent_id":2575,"level":"district"},{"id":2588,"name":"从江县","parent_id":2575,"level":"district"},{"id":2589,"name":"雷山县","parent_id":2575,"level":"district"},{"id":2590,"name":"麻江县","parent_id":2575,"level":"district"},{"id":2591,"name":"丹寨县","parent_id":2575,"level":"district"}]},{"id":2592,"name":"黔南布依族苗族自治州","parent_id":2507,"level":"city","list":[{"id":2593,"name":"都匀市","parent_id":2592,"level":"district"},{"id":2594,"name":"福泉市","parent_id":2592,"level":"district"},{"id":2595,"name":"荔波县","parent_id":2592,"level":"district"},{"id":2596,"name":"贵定县","parent_id":2592,"level":"district"},{"id":2597,"name":"瓮安县","parent_id":2592,"level":"district"},{"id":2598,"name":"独山县","parent_id":2592,"level":"district"},{"id":2599,"name":"平塘县","parent_id":2592,"level":"district"},{"id":2600,"name":"罗甸县","parent_id":2592,"level":"district"},{"id":2601,"name":"长顺县","parent_id":2592,"level":"district"},{"id":2602,"name":"龙里县","parent_id":2592,"level":"district"},{"id":2603,"name":"惠水县","parent_id":2592,"level":"district"},{"id":2604,"name":"三都水族自治县","parent_id":2592,"level":"district"}]}]},{"id":2605,"name":"云南省","parent_id":1,"level":"province","list":[{"id":2606,"name":"昆明市","parent_id":2605,"level":"city","list":[{"id":2607,"name":"五华区","parent_id":2606,"level":"district"},{"id":2608,"name":"盘龙区","parent_id":2606,"level":"district"},{"id":2609,"name":"官渡区","parent_id":2606,"level":"district"},{"id":2610,"name":"西山区","parent_id":2606,"level":"district"},{"id":2611,"name":"东川区","parent_id":2606,"level":"district"},{"id":2612,"name":"呈贡区","parent_id":2606,"level":"district"},{"id":2613,"name":"晋宁区","parent_id":2606,"level":"district"},{"id":2614,"name":"富民县","parent_id":2606,"level":"district"},{"id":2615,"name":"宜良县","parent_id":2606,"level":"district"},{"id":2616,"name":"石林彝族自治县","parent_id":2606,"level":"district"},{"id":2617,"name":"嵩明县","parent_id":2606,"level":"district"},{"id":2618,"name":"禄劝彝族苗族自治县","parent_id":2606,"level":"district"},{"id":2619,"name":"寻甸回族彝族自治县","parent_id":2606,"level":"district"},{"id":2620,"name":"安宁市","parent_id":2606,"level":"district"}]},{"id":2621,"name":"曲靖市","parent_id":2605,"level":"city","list":[{"id":2622,"name":"麒麟区","parent_id":2621,"level":"district"},{"id":2623,"name":"沾益区","parent_id":2621,"level":"district"},{"id":2624,"name":"马龙县","parent_id":2621,"level":"district"},{"id":2625,"name":"陆良县","parent_id":2621,"level":"district"},{"id":2626,"name":"师宗县","parent_id":2621,"level":"district"},{"id":2627,"name":"罗平县","parent_id":2621,"level":"district"},{"id":2628,"name":"富源县","parent_id":2621,"level":"district"},{"id":2629,"name":"会泽县","parent_id":2621,"level":"district"},{"id":2630,"name":"宣威市","parent_id":2621,"level":"district"}]},{"id":2631,"name":"玉溪市","parent_id":2605,"level":"city","list":[{"id":2632,"name":"红塔区","parent_id":2631,"level":"district"},{"id":2633,"name":"江川区","parent_id":2631,"level":"district"},{"id":2634,"name":"澄江县","parent_id":2631,"level":"district"},{"id":2635,"name":"通海县","parent_id":2631,"level":"district"},{"id":2636,"name":"华宁县","parent_id":2631,"level":"district"},{"id":2637,"name":"易门县","parent_id":2631,"level":"district"},{"id":2638,"name":"峨山彝族自治县","parent_id":2631,"level":"district"},{"id":2639,"name":"新平彝族傣族自治县","parent_id":2631,"level":"district"},{"id":2640,"name":"元江哈尼族彝族傣族自治县","parent_id":2631,"level":"district"}]},{"id":2641,"name":"保山市","parent_id":2605,"level":"city","list":[{"id":2642,"name":"隆阳区","parent_id":2641,"level":"district"},{"id":2643,"name":"施甸县","parent_id":2641,"level":"district"},{"id":2644,"name":"龙陵县","parent_id":2641,"level":"district"},{"id":2645,"name":"昌宁县","parent_id":2641,"level":"district"},{"id":2646,"name":"腾冲市","parent_id":2641,"level":"district"}]},{"id":2647,"name":"昭通市","parent_id":2605,"level":"city","list":[{"id":2648,"name":"昭阳区","parent_id":2647,"level":"district"},{"id":2649,"name":"鲁甸县","parent_id":2647,"level":"district"},{"id":2650,"name":"巧家县","parent_id":2647,"level":"district"},{"id":2651,"name":"盐津县","parent_id":2647,"level":"district"},{"id":2652,"name":"大关县","parent_id":2647,"level":"district"},{"id":2653,"name":"永善县","parent_id":2647,"level":"district"},{"id":2654,"name":"绥江县","parent_id":2647,"level":"district"},{"id":2655,"name":"镇雄县","parent_id":2647,"level":"district"},{"id":2656,"name":"彝良县","parent_id":2647,"level":"district"},{"id":2657,"name":"威信县","parent_id":2647,"level":"district"},{"id":2658,"name":"水富县","parent_id":2647,"level":"district"}]},{"id":2659,"name":"丽江市","parent_id":2605,"level":"city","list":[{"id":2660,"name":"古城区","parent_id":2659,"level":"district"},{"id":2661,"name":"玉龙纳西族自治县","parent_id":2659,"level":"district"},{"id":2662,"name":"永胜县","parent_id":2659,"level":"district"},{"id":2663,"name":"华坪县","parent_id":2659,"level":"district"},{"id":2664,"name":"宁蒗彝族自治县","parent_id":2659,"level":"district"}]},{"id":2665,"name":"普洱市","parent_id":2605,"level":"city","list":[{"id":2666,"name":"思茅区","parent_id":2665,"level":"district"},{"id":2667,"name":"宁洱哈尼族彝族自治县","parent_id":2665,"level":"district"},{"id":2668,"name":"墨江哈尼族自治县","parent_id":2665,"level":"district"},{"id":2669,"name":"景东彝族自治县","parent_id":2665,"level":"district"},{"id":2670,"name":"景谷傣族彝族自治县","parent_id":2665,"level":"district"},{"id":2671,"name":"镇沅彝族哈尼族拉祜族自治县","parent_id":2665,"level":"district"},{"id":2672,"name":"江城哈尼族彝族自治县","parent_id":2665,"level":"district"},{"id":2673,"name":"孟连傣族拉祜族佤族自治县","parent_id":2665,"level":"district"},{"id":2674,"name":"澜沧拉祜族自治县","parent_id":2665,"level":"district"},{"id":2675,"name":"西盟佤族自治县","parent_id":2665,"level":"district"}]},{"id":2676,"name":"临沧市","parent_id":2605,"level":"city","list":[{"id":2677,"name":"临翔区","parent_id":2676,"level":"district"},{"id":2678,"name":"凤庆县","parent_id":2676,"level":"district"},{"id":2679,"name":"云县","parent_id":2676,"level":"district"},{"id":2680,"name":"永德县","parent_id":2676,"level":"district"},{"id":2681,"name":"镇康县","parent_id":2676,"level":"district"},{"id":2682,"name":"双江拉祜族佤族布朗族傣族自治县","parent_id":2676,"level":"district"},{"id":2683,"name":"耿马傣族佤族自治县","parent_id":2676,"level":"district"},{"id":2684,"name":"沧源佤族自治县","parent_id":2676,"level":"district"}]},{"id":2685,"name":"楚雄彝族自治州","parent_id":2605,"level":"city","list":[{"id":2686,"name":"楚雄市","parent_id":2685,"level":"district"},{"id":2687,"name":"双柏县","parent_id":2685,"level":"district"},{"id":2688,"name":"牟定县","parent_id":2685,"level":"district"},{"id":2689,"name":"南华县","parent_id":2685,"level":"district"},{"id":2690,"name":"姚安县","parent_id":2685,"level":"district"},{"id":2691,"name":"大姚县","parent_id":2685,"level":"district"},{"id":2692,"name":"永仁县","parent_id":2685,"level":"district"},{"id":2693,"name":"元谋县","parent_id":2685,"level":"district"},{"id":2694,"name":"武定县","parent_id":2685,"level":"district"},{"id":2695,"name":"禄丰县","parent_id":2685,"level":"district"}]},{"id":2696,"name":"红河哈尼族彝族自治州","parent_id":2605,"level":"city","list":[{"id":2697,"name":"个旧市","parent_id":2696,"level":"district"},{"id":2698,"name":"开远市","parent_id":2696,"level":"district"},{"id":2699,"name":"蒙自市","parent_id":2696,"level":"district"},{"id":2700,"name":"弥勒市","parent_id":2696,"level":"district"},{"id":2701,"name":"屏边苗族自治县","parent_id":2696,"level":"district"},{"id":2702,"name":"建水县","parent_id":2696,"level":"district"},{"id":2703,"name":"石屏县","parent_id":2696,"level":"district"},{"id":2704,"name":"泸西县","parent_id":2696,"level":"district"},{"id":2705,"name":"元阳县","parent_id":2696,"level":"district"},{"id":2706,"name":"红河县","parent_id":2696,"level":"district"},{"id":2707,"name":"金平苗族瑶族傣族自治县","parent_id":2696,"level":"district"},{"id":2708,"name":"绿春县","parent_id":2696,"level":"district"},{"id":2709,"name":"河口瑶族自治县","parent_id":2696,"level":"district"}]},{"id":2710,"name":"文山壮族苗族自治州","parent_id":2605,"level":"city","list":[{"id":2711,"name":"文山市","parent_id":2710,"level":"district"},{"id":2712,"name":"砚山县","parent_id":2710,"level":"district"},{"id":2713,"name":"西畴县","parent_id":2710,"level":"district"},{"id":2714,"name":"麻栗坡县","parent_id":2710,"level":"district"},{"id":2715,"name":"马关县","parent_id":2710,"level":"district"},{"id":2716,"name":"丘北县","parent_id":2710,"level":"district"},{"id":2717,"name":"广南县","parent_id":2710,"level":"district"},{"id":2718,"name":"富宁县","parent_id":2710,"level":"district"}]},{"id":2719,"name":"西双版纳傣族自治州","parent_id":2605,"level":"city","list":[{"id":2720,"name":"景洪市","parent_id":2719,"level":"district"},{"id":2721,"name":"勐海县","parent_id":2719,"level":"district"},{"id":2722,"name":"勐腊县","parent_id":2719,"level":"district"}]},{"id":2723,"name":"大理白族自治州","parent_id":2605,"level":"city","list":[{"id":2724,"name":"大理市","parent_id":2723,"level":"district"},{"id":2725,"name":"漾濞彝族自治县","parent_id":2723,"level":"district"},{"id":2726,"name":"祥云县","parent_id":2723,"level":"district"},{"id":2727,"name":"宾川县","parent_id":2723,"level":"district"},{"id":2728,"name":"弥渡县","parent_id":2723,"level":"district"},{"id":2729,"name":"南涧彝族自治县","parent_id":2723,"level":"district"},{"id":2730,"name":"巍山彝族回族自治县","parent_id":2723,"level":"district"},{"id":2731,"name":"永平县","parent_id":2723,"level":"district"},{"id":2732,"name":"云龙县","parent_id":2723,"level":"district"},{"id":2733,"name":"洱源县","parent_id":2723,"level":"district"},{"id":2734,"name":"剑川县","parent_id":2723,"level":"district"},{"id":2735,"name":"鹤庆县","parent_id":2723,"level":"district"}]},{"id":2736,"name":"德宏傣族景颇族自治州","parent_id":2605,"level":"city","list":[{"id":2737,"name":"瑞丽市","parent_id":2736,"level":"district"},{"id":2738,"name":"芒市","parent_id":2736,"level":"district"},{"id":2739,"name":"梁河县","parent_id":2736,"level":"district"},{"id":2740,"name":"盈江县","parent_id":2736,"level":"district"},{"id":2741,"name":"陇川县","parent_id":2736,"level":"district"}]},{"id":2742,"name":"怒江傈僳族自治州","parent_id":2605,"level":"city","list":[{"id":2743,"name":"泸水市","parent_id":2742,"level":"district"},{"id":2744,"name":"福贡县","parent_id":2742,"level":"district"},{"id":2745,"name":"贡山独龙族怒族自治县","parent_id":2742,"level":"district"},{"id":2746,"name":"兰坪白族普米族自治县","parent_id":2742,"level":"district"}]},{"id":2747,"name":"迪庆藏族自治州","parent_id":2605,"level":"city","list":[{"id":2748,"name":"香格里拉市","parent_id":2747,"level":"district"},{"id":2749,"name":"德钦县","parent_id":2747,"level":"district"},{"id":2750,"name":"维西傈僳族自治县","parent_id":2747,"level":"district"}]}]},{"id":2751,"name":"西藏自治区","parent_id":1,"level":"province","list":[{"id":2752,"name":"拉萨市","parent_id":2751,"level":"city","list":[{"id":2753,"name":"城关区","parent_id":2752,"level":"district"},{"id":2754,"name":"堆龙德庆区","parent_id":2752,"level":"district"},{"id":2755,"name":"林周县","parent_id":2752,"level":"district"},{"id":2756,"name":"当雄县","parent_id":2752,"level":"district"},{"id":2757,"name":"尼木县","parent_id":2752,"level":"district"},{"id":2758,"name":"曲水县","parent_id":2752,"level":"district"},{"id":2759,"name":"达孜县","parent_id":2752,"level":"district"},{"id":2760,"name":"墨竹工卡县","parent_id":2752,"level":"district"}]},{"id":2761,"name":"日喀则市","parent_id":2751,"level":"city","list":[{"id":2762,"name":"桑珠孜区","parent_id":2761,"level":"district"},{"id":2763,"name":"南木林县","parent_id":2761,"level":"district"},{"id":2764,"name":"江孜县","parent_id":2761,"level":"district"},{"id":2765,"name":"定日县","parent_id":2761,"level":"district"},{"id":2766,"name":"萨迦县","parent_id":2761,"level":"district"},{"id":2767,"name":"拉孜县","parent_id":2761,"level":"district"},{"id":2768,"name":"昂仁县","parent_id":2761,"level":"district"},{"id":2769,"name":"谢通门县","parent_id":2761,"level":"district"},{"id":2770,"name":"白朗县","parent_id":2761,"level":"district"},{"id":2771,"name":"仁布县","parent_id":2761,"level":"district"},{"id":2772,"name":"康马县","parent_id":2761,"level":"district"},{"id":2773,"name":"定结县","parent_id":2761,"level":"district"},{"id":2774,"name":"仲巴县","parent_id":2761,"level":"district"},{"id":2775,"name":"亚东县","parent_id":2761,"level":"district"},{"id":2776,"name":"吉隆县","parent_id":2761,"level":"district"},{"id":2777,"name":"聂拉木县","parent_id":2761,"level":"district"},{"id":2778,"name":"萨嘎县","parent_id":2761,"level":"district"},{"id":2779,"name":"岗巴县","parent_id":2761,"level":"district"}]},{"id":2780,"name":"昌都市","parent_id":2751,"level":"city","list":[{"id":2781,"name":"卡若区","parent_id":2780,"level":"district"},{"id":2782,"name":"江达县","parent_id":2780,"level":"district"},{"id":2783,"name":"贡觉县","parent_id":2780,"level":"district"},{"id":2784,"name":"类乌齐县","parent_id":2780,"level":"district"},{"id":2785,"name":"丁青县","parent_id":2780,"level":"district"},{"id":2786,"name":"察雅县","parent_id":2780,"level":"district"},{"id":2787,"name":"八宿县","parent_id":2780,"level":"district"},{"id":2788,"name":"左贡县","parent_id":2780,"level":"district"},{"id":2789,"name":"芒康县","parent_id":2780,"level":"district"},{"id":2790,"name":"洛隆县","parent_id":2780,"level":"district"},{"id":2791,"name":"边坝县","parent_id":2780,"level":"district"}]},{"id":2792,"name":"林芝市","parent_id":2751,"level":"city","list":[{"id":2793,"name":"巴宜区","parent_id":2792,"level":"district"},{"id":2794,"name":"工布江达县","parent_id":2792,"level":"district"},{"id":2795,"name":"米林县","parent_id":2792,"level":"district"},{"id":2796,"name":"墨脱县","parent_id":2792,"level":"district"},{"id":2797,"name":"波密县","parent_id":2792,"level":"district"},{"id":2798,"name":"察隅县","parent_id":2792,"level":"district"},{"id":2799,"name":"朗县","parent_id":2792,"level":"district"}]},{"id":2800,"name":"山南市","parent_id":2751,"level":"city","list":[{"id":2801,"name":"乃东区","parent_id":2800,"level":"district"},{"id":2802,"name":"扎囊县","parent_id":2800,"level":"district"},{"id":2803,"name":"贡嘎县","parent_id":2800,"level":"district"},{"id":2804,"name":"桑日县","parent_id":2800,"level":"district"},{"id":2805,"name":"琼结县","parent_id":2800,"level":"district"},{"id":2806,"name":"曲松县","parent_id":2800,"level":"district"},{"id":2807,"name":"措美县","parent_id":2800,"level":"district"},{"id":2808,"name":"洛扎县","parent_id":2800,"level":"district"},{"id":2809,"name":"加查县","parent_id":2800,"level":"district"},{"id":2810,"name":"隆子县","parent_id":2800,"level":"district"},{"id":2811,"name":"错那县","parent_id":2800,"level":"district"},{"id":2812,"name":"浪卡子县","parent_id":2800,"level":"district"}]},{"id":2813,"name":"那曲地区","parent_id":2751,"level":"city","list":[{"id":2814,"name":"那曲县","parent_id":2813,"level":"district"},{"id":2815,"name":"嘉黎县","parent_id":2813,"level":"district"},{"id":2816,"name":"比如县","parent_id":2813,"level":"district"},{"id":2817,"name":"聂荣县","parent_id":2813,"level":"district"},{"id":2818,"name":"安多县","parent_id":2813,"level":"district"},{"id":2819,"name":"申扎县","parent_id":2813,"level":"district"},{"id":2820,"name":"索县","parent_id":2813,"level":"district"},{"id":2821,"name":"班戈县","parent_id":2813,"level":"district"},{"id":2822,"name":"巴青县","parent_id":2813,"level":"district"},{"id":2823,"name":"尼玛县","parent_id":2813,"level":"district"},{"id":2824,"name":"双湖县","parent_id":2813,"level":"district"}]},{"id":2825,"name":"阿里地区","parent_id":2751,"level":"city","list":[{"id":2826,"name":"普兰县","parent_id":2825,"level":"district"},{"id":2827,"name":"札达县","parent_id":2825,"level":"district"},{"id":2828,"name":"噶尔县","parent_id":2825,"level":"district"},{"id":2829,"name":"日土县","parent_id":2825,"level":"district"},{"id":2830,"name":"革吉县","parent_id":2825,"level":"district"},{"id":2831,"name":"改则县","parent_id":2825,"level":"district"},{"id":2832,"name":"措勤县","parent_id":2825,"level":"district"}]}]},{"id":2833,"name":"陕西省","parent_id":1,"level":"province","list":[{"id":2834,"name":"西安市","parent_id":2833,"level":"city","list":[{"id":2835,"name":"新城区","parent_id":2834,"level":"district"},{"id":2836,"name":"碑林区","parent_id":2834,"level":"district"},{"id":2837,"name":"莲湖区","parent_id":2834,"level":"district"},{"id":2838,"name":"灞桥区","parent_id":2834,"level":"district"},{"id":2839,"name":"未央区","parent_id":2834,"level":"district"},{"id":2840,"name":"雁塔区","parent_id":2834,"level":"district"},{"id":2841,"name":"阎良区","parent_id":2834,"level":"district"},{"id":2842,"name":"临潼区","parent_id":2834,"level":"district"},{"id":2843,"name":"长安区","parent_id":2834,"level":"district"},{"id":2844,"name":"高陵区","parent_id":2834,"level":"district"},{"id":2845,"name":"蓝田县","parent_id":2834,"level":"district"},{"id":2846,"name":"周至县","parent_id":2834,"level":"district"},{"id":2847,"name":"鄠邑区","parent_id":2834,"level":"district"}]},{"id":2848,"name":"铜川市","parent_id":2833,"level":"city","list":[{"id":2849,"name":"王益区","parent_id":2848,"level":"district"},{"id":2850,"name":"印台区","parent_id":2848,"level":"district"},{"id":2851,"name":"耀州区","parent_id":2848,"level":"district"},{"id":2852,"name":"宜君县","parent_id":2848,"level":"district"}]},{"id":2853,"name":"宝鸡市","parent_id":2833,"level":"city","list":[{"id":2854,"name":"渭滨区","parent_id":2853,"level":"district"},{"id":2855,"name":"金台区","parent_id":2853,"level":"district"},{"id":2856,"name":"陈仓区","parent_id":2853,"level":"district"},{"id":2857,"name":"凤翔县","parent_id":2853,"level":"district"},{"id":2858,"name":"岐山县","parent_id":2853,"level":"district"},{"id":2859,"name":"扶风县","parent_id":2853,"level":"district"},{"id":2860,"name":"眉县","parent_id":2853,"level":"district"},{"id":2861,"name":"陇县","parent_id":2853,"level":"district"},{"id":2862,"name":"千阳县","parent_id":2853,"level":"district"},{"id":2863,"name":"麟游县","parent_id":2853,"level":"district"},{"id":2864,"name":"凤县","parent_id":2853,"level":"district"},{"id":2865,"name":"太白县","parent_id":2853,"level":"district"}]},{"id":2866,"name":"咸阳市","parent_id":2833,"level":"city","list":[{"id":2867,"name":"秦都区","parent_id":2866,"level":"district"},{"id":2868,"name":"杨陵区","parent_id":2866,"level":"district"},{"id":2869,"name":"渭城区","parent_id":2866,"level":"district"},{"id":2870,"name":"三原县","parent_id":2866,"level":"district"},{"id":2871,"name":"泾阳县","parent_id":2866,"level":"district"},{"id":2872,"name":"乾县","parent_id":2866,"level":"district"},{"id":2873,"name":"礼泉县","parent_id":2866,"level":"district"},{"id":2874,"name":"永寿县","parent_id":2866,"level":"district"},{"id":2875,"name":"彬县","parent_id":2866,"level":"district"},{"id":2876,"name":"长武县","parent_id":2866,"level":"district"},{"id":2877,"name":"旬邑县","parent_id":2866,"level":"district"},{"id":2878,"name":"淳化县","parent_id":2866,"level":"district"},{"id":2879,"name":"武功县","parent_id":2866,"level":"district"},{"id":2880,"name":"兴平市","parent_id":2866,"level":"district"}]},{"id":2881,"name":"渭南市","parent_id":2833,"level":"city","list":[{"id":2882,"name":"临渭区","parent_id":2881,"level":"district"},{"id":2883,"name":"华州区","parent_id":2881,"level":"district"},{"id":2884,"name":"潼关县","parent_id":2881,"level":"district"},{"id":2885,"name":"大荔县","parent_id":2881,"level":"district"},{"id":2886,"name":"合阳县","parent_id":2881,"level":"district"},{"id":2887,"name":"澄城县","parent_id":2881,"level":"district"},{"id":2888,"name":"蒲城县","parent_id":2881,"level":"district"},{"id":2889,"name":"白水县","parent_id":2881,"level":"district"},{"id":2890,"name":"富平县","parent_id":2881,"level":"district"},{"id":2891,"name":"韩城市","parent_id":2881,"level":"district"},{"id":2892,"name":"华阴市","parent_id":2881,"level":"district"}]},{"id":2893,"name":"延安市","parent_id":2833,"level":"city","list":[{"id":2894,"name":"宝塔区","parent_id":2893,"level":"district"},{"id":2895,"name":"延长县","parent_id":2893,"level":"district"},{"id":2896,"name":"延川县","parent_id":2893,"level":"district"},{"id":2897,"name":"子长县","parent_id":2893,"level":"district"},{"id":2898,"name":"安塞区","parent_id":2893,"level":"district"},{"id":2899,"name":"志丹县","parent_id":2893,"level":"district"},{"id":2900,"name":"吴起县","parent_id":2893,"level":"district"},{"id":2901,"name":"甘泉县","parent_id":2893,"level":"district"},{"id":2902,"name":"富县","parent_id":2893,"level":"district"},{"id":2903,"name":"洛川县","parent_id":2893,"level":"district"},{"id":2904,"name":"宜川县","parent_id":2893,"level":"district"},{"id":2905,"name":"黄龙县","parent_id":2893,"level":"district"},{"id":2906,"name":"黄陵县","parent_id":2893,"level":"district"}]},{"id":2907,"name":"汉中市","parent_id":2833,"level":"city","list":[{"id":2908,"name":"汉台区","parent_id":2907,"level":"district"},{"id":2909,"name":"南郑县","parent_id":2907,"level":"district"},{"id":2910,"name":"城固县","parent_id":2907,"level":"district"},{"id":2911,"name":"洋县","parent_id":2907,"level":"district"},{"id":2912,"name":"西乡县","parent_id":2907,"level":"district"},{"id":2913,"name":"勉县","parent_id":2907,"level":"district"},{"id":2914,"name":"宁强县","parent_id":2907,"level":"district"},{"id":2915,"name":"略阳县","parent_id":2907,"level":"district"},{"id":2916,"name":"镇巴县","parent_id":2907,"level":"district"},{"id":2917,"name":"留坝县","parent_id":2907,"level":"district"},{"id":2918,"name":"佛坪县","parent_id":2907,"level":"district"}]},{"id":2919,"name":"榆林市","parent_id":2833,"level":"city","list":[{"id":2920,"name":"榆阳区","parent_id":2919,"level":"district"},{"id":2921,"name":"横山区","parent_id":2919,"level":"district"},{"id":2922,"name":"神木县","parent_id":2919,"level":"district"},{"id":2923,"name":"府谷县","parent_id":2919,"level":"district"},{"id":2924,"name":"靖边县","parent_id":2919,"level":"district"},{"id":2925,"name":"定边县","parent_id":2919,"level":"district"},{"id":2926,"name":"绥德县","parent_id":2919,"level":"district"},{"id":2927,"name":"米脂县","parent_id":2919,"level":"district"},{"id":2928,"name":"佳县","parent_id":2919,"level":"district"},{"id":2929,"name":"吴堡县","parent_id":2919,"level":"district"},{"id":2930,"name":"清涧县","parent_id":2919,"level":"district"},{"id":2931,"name":"子洲县","parent_id":2919,"level":"district"}]},{"id":2932,"name":"安康市","parent_id":2833,"level":"city","list":[{"id":2933,"name":"汉滨区","parent_id":2932,"level":"district"},{"id":2934,"name":"汉阴县","parent_id":2932,"level":"district"},{"id":2935,"name":"石泉县","parent_id":2932,"level":"district"},{"id":2936,"name":"宁陕县","parent_id":2932,"level":"district"},{"id":2937,"name":"紫阳县","parent_id":2932,"level":"district"},{"id":2938,"name":"岚皋县","parent_id":2932,"level":"district"},{"id":2939,"name":"平利县","parent_id":2932,"level":"district"},{"id":2940,"name":"镇坪县","parent_id":2932,"level":"district"},{"id":2941,"name":"旬阳县","parent_id":2932,"level":"district"},{"id":2942,"name":"白河县","parent_id":2932,"level":"district"}]},{"id":2943,"name":"商洛市","parent_id":2833,"level":"city","list":[{"id":2944,"name":"商州区","parent_id":2943,"level":"district"},{"id":2945,"name":"洛南县","parent_id":2943,"level":"district"},{"id":2946,"name":"丹凤县","parent_id":2943,"level":"district"},{"id":2947,"name":"商南县","parent_id":2943,"level":"district"},{"id":2948,"name":"山阳县","parent_id":2943,"level":"district"},{"id":2949,"name":"镇安县","parent_id":2943,"level":"district"},{"id":2950,"name":"柞水县","parent_id":2943,"level":"district"}]}]},{"id":2951,"name":"甘肃省","parent_id":1,"level":"province","list":[{"id":2952,"name":"兰州市","parent_id":2951,"level":"city","list":[{"id":2953,"name":"城关区","parent_id":2952,"level":"district"},{"id":2954,"name":"七里河区","parent_id":2952,"level":"district"},{"id":2955,"name":"西固区","parent_id":2952,"level":"district"},{"id":2956,"name":"安宁区","parent_id":2952,"level":"district"},{"id":2957,"name":"红古区","parent_id":2952,"level":"district"},{"id":2958,"name":"永登县","parent_id":2952,"level":"district"},{"id":2959,"name":"皋兰县","parent_id":2952,"level":"district"},{"id":2960,"name":"榆中县","parent_id":2952,"level":"district"}]},{"id":2961,"name":"嘉峪关市","parent_id":2951,"level":"city","list":[{"id":10060,"name":"雄关区","parent_id":2961,"level":"district"},{"id":10061,"name":"镜铁区","parent_id":2961,"level":"district"},{"id":10062,"name":"长安区","parent_id":2961,"level":"district"}]},{"id":2963,"name":"金昌市","parent_id":2951,"level":"city","list":[{"id":2964,"name":"金川区","parent_id":2963,"level":"district"},{"id":2965,"name":"永昌县","parent_id":2963,"level":"district"}]},{"id":2966,"name":"白银市","parent_id":2951,"level":"city","list":[{"id":2967,"name":"白银区","parent_id":2966,"level":"district"},{"id":2968,"name":"平川区","parent_id":2966,"level":"district"},{"id":2969,"name":"靖远县","parent_id":2966,"level":"district"},{"id":2970,"name":"会宁县","parent_id":2966,"level":"district"},{"id":2971,"name":"景泰县","parent_id":2966,"level":"district"}]},{"id":2972,"name":"天水市","parent_id":2951,"level":"city","list":[{"id":2973,"name":"秦州区","parent_id":2972,"level":"district"},{"id":2974,"name":"麦积区","parent_id":2972,"level":"district"},{"id":2975,"name":"清水县","parent_id":2972,"level":"district"},{"id":2976,"name":"秦安县","parent_id":2972,"level":"district"},{"id":2977,"name":"甘谷县","parent_id":2972,"level":"district"},{"id":2978,"name":"武山县","parent_id":2972,"level":"district"},{"id":2979,"name":"张家川回族自治县","parent_id":2972,"level":"district"}]},{"id":2980,"name":"武威市","parent_id":2951,"level":"city","list":[{"id":2981,"name":"凉州区","parent_id":2980,"level":"district"},{"id":2982,"name":"民勤县","parent_id":2980,"level":"district"},{"id":2983,"name":"古浪县","parent_id":2980,"level":"district"},{"id":2984,"name":"天祝藏族自治县","parent_id":2980,"level":"district"}]},{"id":2985,"name":"张掖市","parent_id":2951,"level":"city","list":[{"id":2986,"name":"甘州区","parent_id":2985,"level":"district"},{"id":2987,"name":"肃南裕固族自治县","parent_id":2985,"level":"district"},{"id":2988,"name":"民乐县","parent_id":2985,"level":"district"},{"id":2989,"name":"临泽县","parent_id":2985,"level":"district"},{"id":2990,"name":"高台县","parent_id":2985,"level":"district"},{"id":2991,"name":"山丹县","parent_id":2985,"level":"district"}]},{"id":2992,"name":"平凉市","parent_id":2951,"level":"city","list":[{"id":2993,"name":"崆峒区","parent_id":2992,"level":"district"},{"id":2994,"name":"泾川县","parent_id":2992,"level":"district"},{"id":2995,"name":"灵台县","parent_id":2992,"level":"district"},{"id":2996,"name":"崇信县","parent_id":2992,"level":"district"},{"id":2997,"name":"华亭县","parent_id":2992,"level":"district"},{"id":2998,"name":"庄浪县","parent_id":2992,"level":"district"},{"id":2999,"name":"静宁县","parent_id":2992,"level":"district"}]},{"id":3000,"name":"酒泉市","parent_id":2951,"level":"city","list":[{"id":3001,"name":"肃州区","parent_id":3000,"level":"district"},{"id":3002,"name":"金塔县","parent_id":3000,"level":"district"},{"id":3003,"name":"瓜州县","parent_id":3000,"level":"district"},{"id":3004,"name":"肃北蒙古族自治县","parent_id":3000,"level":"district"},{"id":3005,"name":"阿克塞哈萨克族自治县","parent_id":3000,"level":"district"},{"id":3006,"name":"玉门市","parent_id":3000,"level":"district"},{"id":3007,"name":"敦煌市","parent_id":3000,"level":"district"}]},{"id":3008,"name":"庆阳市","parent_id":2951,"level":"city","list":[{"id":3009,"name":"西峰区","parent_id":3008,"level":"district"},{"id":3010,"name":"庆城县","parent_id":3008,"level":"district"},{"id":3011,"name":"环县","parent_id":3008,"level":"district"},{"id":3012,"name":"华池县","parent_id":3008,"level":"district"},{"id":3013,"name":"合水县","parent_id":3008,"level":"district"},{"id":3014,"name":"正宁县","parent_id":3008,"level":"district"},{"id":3015,"name":"宁县","parent_id":3008,"level":"district"},{"id":3016,"name":"镇原县","parent_id":3008,"level":"district"}]},{"id":3017,"name":"定西市","parent_id":2951,"level":"city","list":[{"id":3018,"name":"安定区","parent_id":3017,"level":"district"},{"id":3019,"name":"通渭县","parent_id":3017,"level":"district"},{"id":3020,"name":"陇西县","parent_id":3017,"level":"district"},{"id":3021,"name":"渭源县","parent_id":3017,"level":"district"},{"id":3022,"name":"临洮县","parent_id":3017,"level":"district"},{"id":3023,"name":"漳县","parent_id":3017,"level":"district"},{"id":3024,"name":"岷县","parent_id":3017,"level":"district"}]},{"id":3025,"name":"陇南市","parent_id":2951,"level":"city","list":[{"id":3026,"name":"武都区","parent_id":3025,"level":"district"},{"id":3027,"name":"成县","parent_id":3025,"level":"district"},{"id":3028,"name":"文县","parent_id":3025,"level":"district"},{"id":3029,"name":"宕昌县","parent_id":3025,"level":"district"},{"id":3030,"name":"康县","parent_id":3025,"level":"district"},{"id":3031,"name":"西和县","parent_id":3025,"level":"district"},{"id":3032,"name":"礼县","parent_id":3025,"level":"district"},{"id":3033,"name":"徽县","parent_id":3025,"level":"district"},{"id":3034,"name":"两当县","parent_id":3025,"level":"district"}]},{"id":3035,"name":"临夏回族自治州","parent_id":2951,"level":"city","list":[{"id":3036,"name":"临夏市","parent_id":3035,"level":"district"},{"id":3037,"name":"临夏县","parent_id":3035,"level":"district"},{"id":3038,"name":"康乐县","parent_id":3035,"level":"district"},{"id":3039,"name":"永靖县","parent_id":3035,"level":"district"},{"id":3040,"name":"广河县","parent_id":3035,"level":"district"},{"id":3041,"name":"和政县","parent_id":3035,"level":"district"},{"id":3042,"name":"东乡族自治县","parent_id":3035,"level":"district"},{"id":3043,"name":"积石山保安族东乡族撒拉族自治县","parent_id":3035,"level":"district"}]},{"id":3044,"name":"甘南藏族自治州","parent_id":2951,"level":"city","list":[{"id":3045,"name":"合作市","parent_id":3044,"level":"district"},{"id":3046,"name":"临潭县","parent_id":3044,"level":"district"},{"id":3047,"name":"卓尼县","parent_id":3044,"level":"district"},{"id":3048,"name":"舟曲县","parent_id":3044,"level":"district"},{"id":3049,"name":"迭部县","parent_id":3044,"level":"district"},{"id":3050,"name":"玛曲县","parent_id":3044,"level":"district"},{"id":3051,"name":"碌曲县","parent_id":3044,"level":"district"},{"id":3052,"name":"夏河县","parent_id":3044,"level":"district"}]}]},{"id":3053,"name":"青海省","parent_id":1,"level":"province","list":[{"id":3054,"name":"西宁市","parent_id":3053,"level":"city","list":[{"id":3055,"name":"城东区","parent_id":3054,"level":"district"},{"id":3056,"name":"城中区","parent_id":3054,"level":"district"},{"id":3057,"name":"城西区","parent_id":3054,"level":"district"},{"id":3058,"name":"城北区","parent_id":3054,"level":"district"},{"id":3059,"name":"大通回族土族自治县","parent_id":3054,"level":"district"},{"id":3060,"name":"湟中县","parent_id":3054,"level":"district"},{"id":3061,"name":"湟源县","parent_id":3054,"level":"district"}]},{"id":3062,"name":"海东市","parent_id":3053,"level":"city","list":[{"id":3063,"name":"乐都区","parent_id":3062,"level":"district"},{"id":3064,"name":"平安区","parent_id":3062,"level":"district"},{"id":3065,"name":"民和回族土族自治县","parent_id":3062,"level":"district"},{"id":3066,"name":"互助土族自治县","parent_id":3062,"level":"district"},{"id":3067,"name":"化隆回族自治县","parent_id":3062,"level":"district"},{"id":3068,"name":"循化撒拉族自治县","parent_id":3062,"level":"district"}]},{"id":3069,"name":"海北藏族自治州","parent_id":3053,"level":"city","list":[{"id":3070,"name":"门源回族自治县","parent_id":3069,"level":"district"},{"id":3071,"name":"祁连县","parent_id":3069,"level":"district"},{"id":3072,"name":"海晏县","parent_id":3069,"level":"district"},{"id":3073,"name":"刚察县","parent_id":3069,"level":"district"}]},{"id":3074,"name":"黄南藏族自治州","parent_id":3053,"level":"city","list":[{"id":3075,"name":"同仁县","parent_id":3074,"level":"district"},{"id":3076,"name":"尖扎县","parent_id":3074,"level":"district"},{"id":3077,"name":"泽库县","parent_id":3074,"level":"district"},{"id":3078,"name":"河南蒙古族自治县","parent_id":3074,"level":"district"}]},{"id":3079,"name":"海南藏族自治州","parent_id":3053,"level":"city","list":[{"id":3080,"name":"共和县","parent_id":3079,"level":"district"},{"id":3081,"name":"同德县","parent_id":3079,"level":"district"},{"id":3082,"name":"贵德县","parent_id":3079,"level":"district"},{"id":3083,"name":"兴海县","parent_id":3079,"level":"district"},{"id":3084,"name":"贵南县","parent_id":3079,"level":"district"}]},{"id":3085,"name":"果洛藏族自治州","parent_id":3053,"level":"city","list":[{"id":3086,"name":"玛沁县","parent_id":3085,"level":"district"},{"id":3087,"name":"班玛县","parent_id":3085,"level":"district"},{"id":3088,"name":"甘德县","parent_id":3085,"level":"district"},{"id":3089,"name":"达日县","parent_id":3085,"level":"district"},{"id":3090,"name":"久治县","parent_id":3085,"level":"district"},{"id":3091,"name":"玛多县","parent_id":3085,"level":"district"}]},{"id":3092,"name":"玉树藏族自治州","parent_id":3053,"level":"city","list":[{"id":3093,"name":"玉树市","parent_id":3092,"level":"district"},{"id":3094,"name":"杂多县","parent_id":3092,"level":"district"},{"id":3095,"name":"称多县","parent_id":3092,"level":"district"},{"id":3096,"name":"治多县","parent_id":3092,"level":"district"},{"id":3097,"name":"囊谦县","parent_id":3092,"level":"district"},{"id":3098,"name":"曲麻莱县","parent_id":3092,"level":"district"}]},{"id":3099,"name":"海西蒙古族藏族自治州","parent_id":3053,"level":"city","list":[{"id":3100,"name":"格尔木市","parent_id":3099,"level":"district"},{"id":3101,"name":"德令哈市","parent_id":3099,"level":"district"},{"id":3102,"name":"乌兰县","parent_id":3099,"level":"district"},{"id":3103,"name":"都兰县","parent_id":3099,"level":"district"},{"id":3104,"name":"天峻县","parent_id":3099,"level":"district"},{"id":3105,"name":"海西蒙古族藏族自治州直辖","parent_id":3099,"level":"district"}]}]},{"id":3106,"name":"宁夏回族自治区","parent_id":1,"level":"province","list":[{"id":3107,"name":"银川市","parent_id":3106,"level":"city","list":[{"id":3108,"name":"兴庆区","parent_id":3107,"level":"district"},{"id":3109,"name":"西夏区","parent_id":3107,"level":"district"},{"id":3110,"name":"金凤区","parent_id":3107,"level":"district"},{"id":3111,"name":"永宁县","parent_id":3107,"level":"district"},{"id":3112,"name":"贺兰县","parent_id":3107,"level":"district"},{"id":3113,"name":"灵武市","parent_id":3107,"level":"district"}]},{"id":3114,"name":"石嘴山市","parent_id":3106,"level":"city","list":[{"id":3115,"name":"大武口区","parent_id":3114,"level":"district"},{"id":3116,"name":"惠农区","parent_id":3114,"level":"district"},{"id":3117,"name":"平罗县","parent_id":3114,"level":"district"}]},{"id":3118,"name":"吴忠市","parent_id":3106,"level":"city","list":[{"id":3119,"name":"利通区","parent_id":3118,"level":"district"},{"id":3120,"name":"红寺堡区","parent_id":3118,"level":"district"},{"id":3121,"name":"盐池县","parent_id":3118,"level":"district"},{"id":3122,"name":"同心县","parent_id":3118,"level":"district"},{"id":3123,"name":"青铜峡市","parent_id":3118,"level":"district"}]},{"id":3124,"name":"固原市","parent_id":3106,"level":"city","list":[{"id":3125,"name":"原州区","parent_id":3124,"level":"district"},{"id":3126,"name":"西吉县","parent_id":3124,"level":"district"},{"id":3127,"name":"隆德县","parent_id":3124,"level":"district"},{"id":3128,"name":"泾源县","parent_id":3124,"level":"district"},{"id":3129,"name":"彭阳县","parent_id":3124,"level":"district"}]},{"id":3130,"name":"中卫市","parent_id":3106,"level":"city","list":[{"id":3131,"name":"沙坡头区","parent_id":3130,"level":"district"},{"id":3132,"name":"中宁县","parent_id":3130,"level":"district"},{"id":3133,"name":"海原县","parent_id":3130,"level":"district"}]}]},{"id":3134,"name":"新疆维吾尔自治区","parent_id":1,"level":"province","list":[{"id":3135,"name":"阿拉尔市","parent_id":3134,"level":"city","list":[{"id":3136,"name":"阿拉尔市","parent_id":3135,"level":"district"}]},{"id":3137,"name":"北屯市","parent_id":3134,"level":"city","list":[{"id":3138,"name":"北屯市","parent_id":3137,"level":"district"}]},{"id":3139,"name":"可克达拉市","parent_id":3134,"level":"city","list":[{"id":3140,"name":"可克达拉市","parent_id":3139,"level":"district"}]},{"id":3141,"name":"昆玉市","parent_id":3134,"level":"city","list":[{"id":3142,"name":"昆玉市","parent_id":3141,"level":"district"}]},{"id":3143,"name":"石河子市","parent_id":3134,"level":"city","list":[{"id":3144,"name":"石河子市","parent_id":3143,"level":"district"}]},{"id":3145,"name":"双河市","parent_id":3134,"level":"city","list":[{"id":3146,"name":"双河市","parent_id":3145,"level":"district"}]},{"id":3147,"name":"乌鲁木齐市","parent_id":3134,"level":"city","list":[{"id":3148,"name":"天山区","parent_id":3147,"level":"district"},{"id":3149,"name":"沙依巴克区","parent_id":3147,"level":"district"},{"id":3150,"name":"新市区","parent_id":3147,"level":"district"},{"id":3151,"name":"水磨沟区","parent_id":3147,"level":"district"},{"id":3152,"name":"头屯河区","parent_id":3147,"level":"district"},{"id":3153,"name":"达坂城区","parent_id":3147,"level":"district"},{"id":3154,"name":"米东区","parent_id":3147,"level":"district"},{"id":3155,"name":"乌鲁木齐县","parent_id":3147,"level":"district"}]},{"id":3156,"name":"克拉玛依市","parent_id":3134,"level":"city","list":[{"id":3157,"name":"独山子区","parent_id":3156,"level":"district"},{"id":3158,"name":"克拉玛依区","parent_id":3156,"level":"district"},{"id":3159,"name":"白碱滩区","parent_id":3156,"level":"district"},{"id":3160,"name":"乌尔禾区","parent_id":3156,"level":"district"}]},{"id":3161,"name":"吐鲁番市","parent_id":3134,"level":"city","list":[{"id":3162,"name":"高昌区","parent_id":3161,"level":"district"},{"id":3163,"name":"鄯善县","parent_id":3161,"level":"district"},{"id":3164,"name":"托克逊县","parent_id":3161,"level":"district"}]},{"id":3165,"name":"哈密市","parent_id":3134,"level":"city","list":[{"id":3166,"name":"伊州区","parent_id":3165,"level":"district"},{"id":3167,"name":"巴里坤哈萨克自治县","parent_id":3165,"level":"district"},{"id":3168,"name":"伊吾县","parent_id":3165,"level":"district"}]},{"id":3169,"name":"昌吉回族自治州","parent_id":3134,"level":"city","list":[{"id":3170,"name":"昌吉市","parent_id":3169,"level":"district"},{"id":3171,"name":"阜康市","parent_id":3169,"level":"district"},{"id":3172,"name":"呼图壁县","parent_id":3169,"level":"district"},{"id":3173,"name":"玛纳斯县","parent_id":3169,"level":"district"},{"id":3174,"name":"奇台县","parent_id":3169,"level":"district"},{"id":3175,"name":"吉木萨尔县","parent_id":3169,"level":"district"},{"id":3176,"name":"木垒哈萨克自治县","parent_id":3169,"level":"district"}]},{"id":3177,"name":"博尔塔拉蒙古自治州","parent_id":3134,"level":"city","list":[{"id":3178,"name":"博乐市","parent_id":3177,"level":"district"},{"id":3179,"name":"阿拉山口市","parent_id":3177,"level":"district"},{"id":3180,"name":"精河县","parent_id":3177,"level":"district"},{"id":3181,"name":"温泉县","parent_id":3177,"level":"district"}]},{"id":3182,"name":"巴音郭楞蒙古自治州","parent_id":3134,"level":"city","list":[{"id":3183,"name":"库尔勒市","parent_id":3182,"level":"district"},{"id":3184,"name":"轮台县","parent_id":3182,"level":"district"},{"id":3185,"name":"尉犁县","parent_id":3182,"level":"district"},{"id":3186,"name":"若羌县","parent_id":3182,"level":"district"},{"id":3187,"name":"且末县","parent_id":3182,"level":"district"},{"id":3188,"name":"焉耆回族自治县","parent_id":3182,"level":"district"},{"id":3189,"name":"和静县","parent_id":3182,"level":"district"},{"id":3190,"name":"和硕县","parent_id":3182,"level":"district"},{"id":3191,"name":"博湖县","parent_id":3182,"level":"district"}]},{"id":3192,"name":"阿克苏地区","parent_id":3134,"level":"city","list":[{"id":3193,"name":"阿克苏市","parent_id":3192,"level":"district"},{"id":3194,"name":"温宿县","parent_id":3192,"level":"district"},{"id":3195,"name":"库车县","parent_id":3192,"level":"district"},{"id":3196,"name":"沙雅县","parent_id":3192,"level":"district"},{"id":3197,"name":"新和县","parent_id":3192,"level":"district"},{"id":3198,"name":"拜城县","parent_id":3192,"level":"district"},{"id":3199,"name":"乌什县","parent_id":3192,"level":"district"},{"id":3200,"name":"阿瓦提县","parent_id":3192,"level":"district"},{"id":3201,"name":"柯坪县","parent_id":3192,"level":"district"}]},{"id":3202,"name":"克孜勒苏柯尔克孜自治州","parent_id":3134,"level":"city","list":[{"id":3203,"name":"阿图什市","parent_id":3202,"level":"district"},{"id":3204,"name":"阿克陶县","parent_id":3202,"level":"district"},{"id":3205,"name":"阿合奇县","parent_id":3202,"level":"district"},{"id":3206,"name":"乌恰县","parent_id":3202,"level":"district"}]},{"id":3207,"name":"喀什地区","parent_id":3134,"level":"city","list":[{"id":3208,"name":"喀什市","parent_id":3207,"level":"district"},{"id":3209,"name":"疏附县","parent_id":3207,"level":"district"},{"id":3210,"name":"疏勒县","parent_id":3207,"level":"district"},{"id":3211,"name":"英吉沙县","parent_id":3207,"level":"district"},{"id":3212,"name":"泽普县","parent_id":3207,"level":"district"},{"id":3213,"name":"莎车县","parent_id":3207,"level":"district"},{"id":3214,"name":"叶城县","parent_id":3207,"level":"district"},{"id":3215,"name":"麦盖提县","parent_id":3207,"level":"district"},{"id":3216,"name":"岳普湖县","parent_id":3207,"level":"district"},{"id":3217,"name":"伽师县","parent_id":3207,"level":"district"},{"id":3218,"name":"巴楚县","parent_id":3207,"level":"district"},{"id":3219,"name":"塔什库尔干塔吉克自治县","parent_id":3207,"level":"district"}]},{"id":3220,"name":"和田地区","parent_id":3134,"level":"city","list":[{"id":3221,"name":"和田市","parent_id":3220,"level":"district"},{"id":3222,"name":"和田县","parent_id":3220,"level":"district"},{"id":3223,"name":"墨玉县","parent_id":3220,"level":"district"},{"id":3224,"name":"皮山县","parent_id":3220,"level":"district"},{"id":3225,"name":"洛浦县","parent_id":3220,"level":"district"},{"id":3226,"name":"策勒县","parent_id":3220,"level":"district"},{"id":3227,"name":"于田县","parent_id":3220,"level":"district"},{"id":3228,"name":"民丰县","parent_id":3220,"level":"district"}]},{"id":3229,"name":"伊犁哈萨克自治州","parent_id":3134,"level":"city","list":[{"id":3230,"name":"伊宁市","parent_id":3229,"level":"district"},{"id":3231,"name":"奎屯市","parent_id":3229,"level":"district"},{"id":3232,"name":"霍尔果斯市","parent_id":3229,"level":"district"},{"id":3233,"name":"伊宁县","parent_id":3229,"level":"district"},{"id":3234,"name":"察布查尔锡伯自治县","parent_id":3229,"level":"district"},{"id":3235,"name":"霍城县","parent_id":3229,"level":"district"},{"id":3236,"name":"巩留县","parent_id":3229,"level":"district"},{"id":3237,"name":"新源县","parent_id":3229,"level":"district"},{"id":3238,"name":"昭苏县","parent_id":3229,"level":"district"},{"id":3239,"name":"特克斯县","parent_id":3229,"level":"district"},{"id":3240,"name":"尼勒克县","parent_id":3229,"level":"district"}]},{"id":3241,"name":"塔城地区","parent_id":3134,"level":"city","list":[{"id":3242,"name":"塔城市","parent_id":3241,"level":"district"},{"id":3243,"name":"乌苏市","parent_id":3241,"level":"district"},{"id":3244,"name":"额敏县","parent_id":3241,"level":"district"},{"id":3245,"name":"沙湾县","parent_id":3241,"level":"district"},{"id":3246,"name":"托里县","parent_id":3241,"level":"district"},{"id":3247,"name":"裕民县","parent_id":3241,"level":"district"},{"id":3248,"name":"和布克赛尔蒙古自治县","parent_id":3241,"level":"district"}]},{"id":3249,"name":"阿勒泰地区","parent_id":3134,"level":"city","list":[{"id":3250,"name":"阿勒泰市","parent_id":3249,"level":"district"},{"id":3251,"name":"布尔津县","parent_id":3249,"level":"district"},{"id":3252,"name":"富蕴县","parent_id":3249,"level":"district"},{"id":3253,"name":"福海县","parent_id":3249,"level":"district"},{"id":3254,"name":"哈巴河县","parent_id":3249,"level":"district"},{"id":3255,"name":"青河县","parent_id":3249,"level":"district"},{"id":3256,"name":"吉木乃县","parent_id":3249,"level":"district"}]},{"id":3257,"name":"铁门关市","parent_id":3134,"level":"city","list":[{"id":3258,"name":"铁门关市","parent_id":3257,"level":"district"}]},{"id":3259,"name":"图木舒克市","parent_id":3134,"level":"city","list":[{"id":3260,"name":"图木舒克市","parent_id":3259,"level":"district"}]},{"id":3261,"name":"五家渠市","parent_id":3134,"level":"city","list":[{"id":3262,"name":"五家渠市","parent_id":3261,"level":"district"}]}]},{"id":3268,"name":"其他","parent_id":1,"level":"province","list":[{"id":3269,"name":"其他","parent_id":3268,"level":"city","list":[{"id":3270,"name":"其他","parent_id":3269,"level":"district"}]}]},{"id":3272,"name":"台湾省","parent_id":1,"level":"province","list":[{"id":3273,"name":"台北市","parent_id":3272,"level":"city","list":[{"id":3274,"name":"中正区","parent_id":3273,"level":"district"},{"id":3275,"name":"大同区","parent_id":3273,"level":"district"},{"id":3276,"name":"中山区","parent_id":3273,"level":"district"},{"id":3277,"name":"松山区","parent_id":3273,"level":"district"},{"id":3278,"name":"大安区","parent_id":3273,"level":"district"},{"id":3279,"name":"万华区","parent_id":3273,"level":"district"},{"id":3280,"name":"信义区","parent_id":3273,"level":"district"},{"id":3281,"name":"士林区","parent_id":3273,"level":"district"},{"id":3282,"name":"北投区","parent_id":3273,"level":"district"},{"id":3283,"name":"内湖区","parent_id":3273,"level":"district"},{"id":3284,"name":"南港区","parent_id":3273,"level":"district"},{"id":3285,"name":"文山区","parent_id":3273,"level":"district"}]},{"id":3286,"name":"高雄市","parent_id":3272,"level":"city","list":[{"id":3287,"name":"新兴区","parent_id":3286,"level":"district"},{"id":3288,"name":"前金区","parent_id":3286,"level":"district"},{"id":3289,"name":"苓雅区","parent_id":3286,"level":"district"},{"id":3290,"name":"盐埕区","parent_id":3286,"level":"district"},{"id":3291,"name":"鼓山区","parent_id":3286,"level":"district"},{"id":3292,"name":"旗津区","parent_id":3286,"level":"district"},{"id":3293,"name":"前镇区","parent_id":3286,"level":"district"},{"id":3294,"name":"三民区","parent_id":3286,"level":"district"},{"id":3295,"name":"左营区","parent_id":3286,"level":"district"},{"id":3296,"name":"楠梓区","parent_id":3286,"level":"district"},{"id":3297,"name":"小港区","parent_id":3286,"level":"district"},{"id":3298,"name":"仁武区","parent_id":3286,"level":"district"},{"id":3299,"name":"大社区","parent_id":3286,"level":"district"},{"id":3300,"name":"冈山区","parent_id":3286,"level":"district"},{"id":3301,"name":"路竹区","parent_id":3286,"level":"district"},{"id":3302,"name":"阿莲区","parent_id":3286,"level":"district"},{"id":3303,"name":"田寮区","parent_id":3286,"level":"district"},{"id":3304,"name":"燕巢区","parent_id":3286,"level":"district"},{"id":3305,"name":"桥头区","parent_id":3286,"level":"district"},{"id":3306,"name":"梓官区","parent_id":3286,"level":"district"},{"id":3307,"name":"弥陀区","parent_id":3286,"level":"district"},{"id":3308,"name":"永安区","parent_id":3286,"level":"district"},{"id":3309,"name":"湖内区","parent_id":3286,"level":"district"},{"id":3310,"name":"凤山区","parent_id":3286,"level":"district"},{"id":3311,"name":"大寮区","parent_id":3286,"level":"district"},{"id":3312,"name":"林园区","parent_id":3286,"level":"district"},{"id":3313,"name":"鸟松区","parent_id":3286,"level":"district"},{"id":3314,"name":"大树区","parent_id":3286,"level":"district"},{"id":3315,"name":"旗山区","parent_id":3286,"level":"district"},{"id":3316,"name":"美浓区","parent_id":3286,"level":"district"}]},{"id":3317,"name":"台南市","parent_id":3272,"level":"city","list":[{"id":3318,"name":"中西区","parent_id":3317,"level":"district"},{"id":3319,"name":"东区","parent_id":3317,"level":"district"},{"id":3320,"name":"南区","parent_id":3317,"level":"district"},{"id":3321,"name":"北区","parent_id":3317,"level":"district"},{"id":3322,"name":"安平区","parent_id":3317,"level":"district"},{"id":3323,"name":"安南区","parent_id":3317,"level":"district"},{"id":3324,"name":"永康区","parent_id":3317,"level":"district"},{"id":3325,"name":"归仁区","parent_id":3317,"level":"district"},{"id":3326,"name":"新化区","parent_id":3317,"level":"district"},{"id":3327,"name":"左镇区","parent_id":3317,"level":"district"},{"id":3328,"name":"玉井区","parent_id":3317,"level":"district"},{"id":3329,"name":"楠西区","parent_id":3317,"level":"district"},{"id":3330,"name":"南化区","parent_id":3317,"level":"district"},{"id":3331,"name":"仁德区","parent_id":3317,"level":"district"},{"id":3332,"name":"关庙区","parent_id":3317,"level":"district"},{"id":3333,"name":"龙崎区","parent_id":3317,"level":"district"},{"id":3334,"name":"官田区","parent_id":3317,"level":"district"},{"id":3335,"name":"麻豆区","parent_id":3317,"level":"district"},{"id":3336,"name":"佳里区","parent_id":3317,"level":"district"},{"id":3337,"name":"西港区","parent_id":3317,"level":"district"},{"id":3338,"name":"七股区","parent_id":3317,"level":"district"},{"id":3339,"name":"将军区","parent_id":3317,"level":"district"},{"id":3340,"name":"学甲区","parent_id":3317,"level":"district"},{"id":3341,"name":"北门区","parent_id":3317,"level":"district"},{"id":3342,"name":"新营区","parent_id":3317,"level":"district"},{"id":3343,"name":"后壁区","parent_id":3317,"level":"district"},{"id":3344,"name":"白河区","parent_id":3317,"level":"district"},{"id":3345,"name":"东山区","parent_id":3317,"level":"district"},{"id":3346,"name":"六甲区","parent_id":3317,"level":"district"},{"id":3347,"name":"下营区","parent_id":3317,"level":"district"},{"id":3348,"name":"柳营区","parent_id":3317,"level":"district"},{"id":3349,"name":"盐水区","parent_id":3317,"level":"district"},{"id":3350,"name":"善化区","parent_id":3317,"level":"district"},{"id":3351,"name":"大内区","parent_id":3317,"level":"district"},{"id":3352,"name":"山上区","parent_id":3317,"level":"district"},{"id":3353,"name":"新市区","parent_id":3317,"level":"district"},{"id":3354,"name":"安定区","parent_id":3317,"level":"district"}]},{"id":3355,"name":"台中市","parent_id":3272,"level":"city","list":[{"id":3356,"name":"中区","parent_id":3355,"level":"district"},{"id":3357,"name":"东区","parent_id":3355,"level":"district"},{"id":3358,"name":"南区","parent_id":3355,"level":"district"},{"id":3359,"name":"西区","parent_id":3355,"level":"district"},{"id":3360,"name":"北区","parent_id":3355,"level":"district"},{"id":3361,"name":"北屯区","parent_id":3355,"level":"district"},{"id":3362,"name":"西屯区","parent_id":3355,"level":"district"},{"id":3363,"name":"南屯区","parent_id":3355,"level":"district"},{"id":3364,"name":"太平区","parent_id":3355,"level":"district"},{"id":3365,"name":"大里区","parent_id":3355,"level":"district"},{"id":3366,"name":"雾峰区","parent_id":3355,"level":"district"},{"id":3367,"name":"乌日区","parent_id":3355,"level":"district"},{"id":3368,"name":"丰原区","parent_id":3355,"level":"district"},{"id":3369,"name":"后里区","parent_id":3355,"level":"district"},{"id":3370,"name":"石冈区","parent_id":3355,"level":"district"},{"id":3371,"name":"东势区","parent_id":3355,"level":"district"},{"id":3372,"name":"和平区","parent_id":3355,"level":"district"},{"id":3373,"name":"新社区","parent_id":3355,"level":"district"},{"id":3374,"name":"潭子区","parent_id":3355,"level":"district"},{"id":3375,"name":"大雅区","parent_id":3355,"level":"district"},{"id":3376,"name":"神冈区","parent_id":3355,"level":"district"},{"id":3377,"name":"大肚区","parent_id":3355,"level":"district"},{"id":3378,"name":"沙鹿区","parent_id":3355,"level":"district"},{"id":3379,"name":"龙井区","parent_id":3355,"level":"district"},{"id":3380,"name":"梧栖区","parent_id":3355,"level":"district"},{"id":3381,"name":"清水区","parent_id":3355,"level":"district"},{"id":3382,"name":"大甲区","parent_id":3355,"level":"district"},{"id":3383,"name":"外埔区","parent_id":3355,"level":"district"},{"id":3384,"name":"大安区","parent_id":3355,"level":"district"}]},{"id":3385,"name":"南投县","parent_id":3272,"level":"city","list":[{"id":3386,"name":"南投市","parent_id":3385,"level":"district"},{"id":3387,"name":"中寮乡","parent_id":3385,"level":"district"},{"id":3388,"name":"草屯镇","parent_id":3385,"level":"district"},{"id":3389,"name":"国姓乡","parent_id":3385,"level":"district"},{"id":3390,"name":"埔里镇","parent_id":3385,"level":"district"},{"id":3391,"name":"仁爱乡","parent_id":3385,"level":"district"},{"id":3392,"name":"名间乡","parent_id":3385,"level":"district"},{"id":3393,"name":"集集镇","parent_id":3385,"level":"district"},{"id":3394,"name":"水里乡","parent_id":3385,"level":"district"},{"id":3395,"name":"鱼池乡","parent_id":3385,"level":"district"},{"id":3396,"name":"信义乡","parent_id":3385,"level":"district"},{"id":3397,"name":"竹山镇","parent_id":3385,"level":"district"},{"id":3398,"name":"鹿谷乡","parent_id":3385,"level":"district"}]},{"id":3399,"name":"基隆市","parent_id":3272,"level":"city","list":[{"id":3400,"name":"仁爱区","parent_id":3399,"level":"district"},{"id":3401,"name":"信义区","parent_id":3399,"level":"district"},{"id":3402,"name":"中正区","parent_id":3399,"level":"district"},{"id":3403,"name":"中山区","parent_id":3399,"level":"district"},{"id":3404,"name":"安乐区","parent_id":3399,"level":"district"},{"id":3405,"name":"暖暖区","parent_id":3399,"level":"district"},{"id":3406,"name":"七堵区","parent_id":3399,"level":"district"}]},{"id":3407,"name":"新竹市","parent_id":3272,"level":"city","list":[{"id":3408,"name":"东区","parent_id":3407,"level":"district"},{"id":3409,"name":"北区","parent_id":3407,"level":"district"},{"id":3410,"name":"香山区","parent_id":3407,"level":"district"}]},{"id":3411,"name":"嘉义市","parent_id":3272,"level":"city","list":[{"id":3412,"name":"东区","parent_id":3411,"level":"district"},{"id":3413,"name":"西区","parent_id":3411,"level":"district"}]},{"id":3414,"name":"新北市","parent_id":3272,"level":"city","list":[{"id":3415,"name":"万里区","parent_id":3414,"level":"district"},{"id":3416,"name":"金山区","parent_id":3414,"level":"district"},{"id":3417,"name":"板桥区","parent_id":3414,"level":"district"},{"id":3418,"name":"汐止区","parent_id":3414,"level":"district"},{"id":3419,"name":"深坑区","parent_id":3414,"level":"district"},{"id":3420,"name":"石碇区","parent_id":3414,"level":"district"},{"id":3421,"name":"瑞芳区","parent_id":3414,"level":"district"},{"id":3422,"name":"平溪区","parent_id":3414,"level":"district"},{"id":3423,"name":"双溪区","parent_id":3414,"level":"district"},{"id":3424,"name":"贡寮区","parent_id":3414,"level":"district"},{"id":3425,"name":"新店区","parent_id":3414,"level":"district"},{"id":3426,"name":"坪林区","parent_id":3414,"level":"district"},{"id":3427,"name":"乌来区","parent_id":3414,"level":"district"},{"id":3428,"name":"永和区","parent_id":3414,"level":"district"},{"id":3429,"name":"中和区","parent_id":3414,"level":"district"},{"id":3430,"name":"土城区","parent_id":3414,"level":"district"},{"id":3431,"name":"三峡区","parent_id":3414,"level":"district"},{"id":3432,"name":"树林区","parent_id":3414,"level":"district"},{"id":3433,"name":"莺歌区","parent_id":3414,"level":"district"},{"id":3434,"name":"三重区","parent_id":3414,"level":"district"},{"id":3435,"name":"新庄区","parent_id":3414,"level":"district"},{"id":3436,"name":"泰山区","parent_id":3414,"level":"district"},{"id":3437,"name":"林口区","parent_id":3414,"level":"district"},{"id":3438,"name":"芦洲区","parent_id":3414,"level":"district"},{"id":3439,"name":"五股区","parent_id":3414,"level":"district"},{"id":3440,"name":"八里区","parent_id":3414,"level":"district"},{"id":3441,"name":"淡水区","parent_id":3414,"level":"district"},{"id":3442,"name":"三芝区","parent_id":3414,"level":"district"},{"id":3443,"name":"石门区","parent_id":3414,"level":"district"}]},{"id":3444,"name":"宜兰县","parent_id":3272,"level":"city","list":[{"id":3445,"name":"宜兰市","parent_id":3444,"level":"district"},{"id":3446,"name":"头城镇","parent_id":3444,"level":"district"},{"id":3447,"name":"礁溪乡","parent_id":3444,"level":"district"},{"id":3448,"name":"壮围乡","parent_id":3444,"level":"district"},{"id":3449,"name":"员山乡","parent_id":3444,"level":"district"},{"id":3450,"name":"罗东镇","parent_id":3444,"level":"district"},{"id":3451,"name":"三星乡","parent_id":3444,"level":"district"},{"id":3452,"name":"大同乡","parent_id":3444,"level":"district"},{"id":3453,"name":"五结乡","parent_id":3444,"level":"district"},{"id":3454,"name":"冬山乡","parent_id":3444,"level":"district"},{"id":3455,"name":"苏澳镇","parent_id":3444,"level":"district"},{"id":3456,"name":"南澳乡","parent_id":3444,"level":"district"}]},{"id":3457,"name":"新竹县","parent_id":3272,"level":"city","list":[{"id":3458,"name":"竹北市","parent_id":3457,"level":"district"},{"id":3459,"name":"湖口乡","parent_id":3457,"level":"district"},{"id":3460,"name":"新丰乡","parent_id":3457,"level":"district"},{"id":3461,"name":"新埔镇","parent_id":3457,"level":"district"},{"id":3462,"name":"关西镇","parent_id":3457,"level":"district"},{"id":3463,"name":"芎林乡","parent_id":3457,"level":"district"},{"id":3464,"name":"宝山乡","parent_id":3457,"level":"district"},{"id":3465,"name":"竹东镇","parent_id":3457,"level":"district"},{"id":3466,"name":"五峰乡","parent_id":3457,"level":"district"},{"id":3467,"name":"横山乡","parent_id":3457,"level":"district"},{"id":3468,"name":"尖石乡","parent_id":3457,"level":"district"},{"id":3469,"name":"北埔乡","parent_id":3457,"level":"district"},{"id":3470,"name":"峨眉乡","parent_id":3457,"level":"district"}]},{"id":3471,"name":"桃园市","parent_id":3272,"level":"city","list":[{"id":3472,"name":"中坜区","parent_id":3471,"level":"district"},{"id":3473,"name":"平镇区","parent_id":3471,"level":"district"},{"id":3474,"name":"龙潭区","parent_id":3471,"level":"district"},{"id":3475,"name":"杨梅区","parent_id":3471,"level":"district"},{"id":3476,"name":"新屋区","parent_id":3471,"level":"district"},{"id":3477,"name":"观音区","parent_id":3471,"level":"district"},{"id":3478,"name":"桃园区","parent_id":3471,"level":"district"},{"id":3479,"name":"龟山区","parent_id":3471,"level":"district"},{"id":3480,"name":"八德区","parent_id":3471,"level":"district"},{"id":3481,"name":"大溪区","parent_id":3471,"level":"district"},{"id":3482,"name":"复兴区","parent_id":3471,"level":"district"},{"id":3483,"name":"大园区","parent_id":3471,"level":"district"},{"id":3484,"name":"芦竹区","parent_id":3471,"level":"district"}]},{"id":3485,"name":"苗栗县","parent_id":3272,"level":"city","list":[{"id":3486,"name":"竹南镇","parent_id":3485,"level":"district"},{"id":3487,"name":"头份市","parent_id":3485,"level":"district"},{"id":3488,"name":"三湾乡","parent_id":3485,"level":"district"},{"id":3489,"name":"南庄乡","parent_id":3485,"level":"district"},{"id":3490,"name":"狮潭乡","parent_id":3485,"level":"district"},{"id":3491,"name":"后龙镇","parent_id":3485,"level":"district"},{"id":3492,"name":"通宵镇","parent_id":3485,"level":"district"},{"id":3493,"name":"苑里镇","parent_id":3485,"level":"district"},{"id":3494,"name":"苗栗市","parent_id":3485,"level":"district"},{"id":3495,"name":"造桥乡","parent_id":3485,"level":"district"},{"id":3496,"name":"头屋乡","parent_id":3485,"level":"district"},{"id":3497,"name":"公馆乡","parent_id":3485,"level":"district"},{"id":3498,"name":"大湖乡","parent_id":3485,"level":"district"},{"id":3499,"name":"泰安乡","parent_id":3485,"level":"district"},{"id":3500,"name":"铜锣乡","parent_id":3485,"level":"district"},{"id":3501,"name":"三义乡","parent_id":3485,"level":"district"},{"id":3502,"name":"西湖乡","parent_id":3485,"level":"district"},{"id":3503,"name":"卓兰镇","parent_id":3485,"level":"district"}]},{"id":3504,"name":"彰化县","parent_id":3272,"level":"city","list":[{"id":3505,"name":"彰化市","parent_id":3504,"level":"district"},{"id":3506,"name":"芬园乡","parent_id":3504,"level":"district"},{"id":3507,"name":"花坛乡","parent_id":3504,"level":"district"},{"id":3508,"name":"秀水乡","parent_id":3504,"level":"district"},{"id":3509,"name":"鹿港镇","parent_id":3504,"level":"district"},{"id":3510,"name":"福兴乡","parent_id":3504,"level":"district"},{"id":3511,"name":"线西乡","parent_id":3504,"level":"district"},{"id":3512,"name":"和美镇","parent_id":3504,"level":"district"},{"id":3513,"name":"伸港乡","parent_id":3504,"level":"district"},{"id":3514,"name":"员林市","parent_id":3504,"level":"district"},{"id":3515,"name":"社头乡","parent_id":3504,"level":"district"},{"id":3516,"name":"永靖乡","parent_id":3504,"level":"district"},{"id":3517,"name":"埔心乡","parent_id":3504,"level":"district"},{"id":3518,"name":"溪湖镇","parent_id":3504,"level":"district"},{"id":3519,"name":"大村乡","parent_id":3504,"level":"district"},{"id":3520,"name":"埔盐乡","parent_id":3504,"level":"district"},{"id":3521,"name":"田中镇","parent_id":3504,"level":"district"},{"id":3522,"name":"北斗镇","parent_id":3504,"level":"district"},{"id":3523,"name":"田尾乡","parent_id":3504,"level":"district"},{"id":3524,"name":"埤头乡","parent_id":3504,"level":"district"},{"id":3525,"name":"溪州乡","parent_id":3504,"level":"district"},{"id":3526,"name":"竹塘乡","parent_id":3504,"level":"district"},{"id":3527,"name":"二林镇","parent_id":3504,"level":"district"},{"id":3528,"name":"大城乡","parent_id":3504,"level":"district"},{"id":3529,"name":"芳苑乡","parent_id":3504,"level":"district"},{"id":3530,"name":"二水乡","parent_id":3504,"level":"district"}]},{"id":3531,"name":"嘉义县","parent_id":3272,"level":"city","list":[{"id":3532,"name":"番路乡","parent_id":3531,"level":"district"},{"id":3533,"name":"梅山乡","parent_id":3531,"level":"district"},{"id":3534,"name":"竹崎乡","parent_id":3531,"level":"district"},{"id":3535,"name":"阿里山乡","parent_id":3531,"level":"district"},{"id":3536,"name":"中埔乡","parent_id":3531,"level":"district"},{"id":3537,"name":"大埔乡","parent_id":3531,"level":"district"},{"id":3538,"name":"水山乡","parent_id":3531,"level":"district"},{"id":3539,"name":"鹿草乡","parent_id":3531,"level":"district"},{"id":3540,"name":"太保市","parent_id":3531,"level":"district"},{"id":3541,"name":"朴子市","parent_id":3531,"level":"district"},{"id":3542,"name":"东石乡","parent_id":3531,"level":"district"},{"id":3543,"name":"六脚乡","parent_id":3531,"level":"district"},{"id":3544,"name":"新港乡","parent_id":3531,"level":"district"},{"id":3545,"name":"民雄乡","parent_id":3531,"level":"district"},{"id":3546,"name":"大林镇","parent_id":3531,"level":"district"},{"id":3547,"name":"溪口乡","parent_id":3531,"level":"district"},{"id":3548,"name":"竹义乡","parent_id":3531,"level":"district"},{"id":3549,"name":"布袋镇","parent_id":3531,"level":"district"}]},{"id":3550,"name":"云林县","parent_id":3272,"level":"city","list":[{"id":3551,"name":"斗南镇","parent_id":3550,"level":"district"},{"id":3552,"name":"大埤乡","parent_id":3550,"level":"district"},{"id":3553,"name":"虎尾镇","parent_id":3550,"level":"district"},{"id":3554,"name":"土库镇","parent_id":3550,"level":"district"},{"id":3555,"name":"褒忠乡","parent_id":3550,"level":"district"},{"id":3556,"name":"东势乡","parent_id":3550,"level":"district"},{"id":3557,"name":"太西乡","parent_id":3550,"level":"district"},{"id":3558,"name":"仑背乡","parent_id":3550,"level":"district"},{"id":3559,"name":"麦寮乡","parent_id":3550,"level":"district"},{"id":3560,"name":"斗六市","parent_id":3550,"level":"district"},{"id":3561,"name":"林内乡","parent_id":3550,"level":"district"},{"id":3562,"name":"古坑乡","parent_id":3550,"level":"district"},{"id":3563,"name":"莿桐乡","parent_id":3550,"level":"district"},{"id":3564,"name":"西螺镇","parent_id":3550,"level":"district"},{"id":3565,"name":"二仑乡","parent_id":3550,"level":"district"},{"id":3566,"name":"北港镇","parent_id":3550,"level":"district"},{"id":3567,"name":"水林乡","parent_id":3550,"level":"district"},{"id":3568,"name":"口湖乡","parent_id":3550,"level":"district"},{"id":3569,"name":"四湖乡","parent_id":3550,"level":"district"},{"id":3570,"name":"元长乡","parent_id":3550,"level":"district"}]},{"id":3571,"name":"屏东县","parent_id":3272,"level":"city","list":[{"id":3572,"name":"屏东市","parent_id":3571,"level":"district"},{"id":3573,"name":"三地门乡","parent_id":3571,"level":"district"},{"id":3574,"name":"雾台乡","parent_id":3571,"level":"district"},{"id":3575,"name":"玛家乡","parent_id":3571,"level":"district"},{"id":3576,"name":"九如乡","parent_id":3571,"level":"district"},{"id":3577,"name":"里港乡","parent_id":3571,"level":"district"},{"id":3578,"name":"高树乡","parent_id":3571,"level":"district"},{"id":3579,"name":"盐埔乡","parent_id":3571,"level":"district"},{"id":3580,"name":"长治乡","parent_id":3571,"level":"district"},{"id":3581,"name":"麟洛乡","parent_id":3571,"level":"district"},{"id":3582,"name":"竹田乡","parent_id":3571,"level":"district"},{"id":3583,"name":"內埔乡","parent_id":3571,"level":"district"},{"id":3584,"name":"万丹乡","parent_id":3571,"level":"district"},{"id":3585,"name":"潮州镇","parent_id":3571,"level":"district"},{"id":3586,"name":"泰武乡","parent_id":3571,"level":"district"},{"id":3587,"name":"来义乡","parent_id":3571,"level":"district"},{"id":3588,"name":"万峦乡","parent_id":3571,"level":"district"},{"id":3589,"name":"崁顶乡","parent_id":3571,"level":"district"},{"id":3590,"name":"新埤乡","parent_id":3571,"level":"district"},{"id":3591,"name":"南州乡","parent_id":3571,"level":"district"},{"id":3592,"name":"林边乡","parent_id":3571,"level":"district"},{"id":3593,"name":"东港镇","parent_id":3571,"level":"district"},{"id":3594,"name":"琉球乡","parent_id":3571,"level":"district"},{"id":3595,"name":"佳冬乡","parent_id":3571,"level":"district"},{"id":3596,"name":"新园乡","parent_id":3571,"level":"district"},{"id":3597,"name":"枋寮乡","parent_id":3571,"level":"district"},{"id":3598,"name":"枋山乡","parent_id":3571,"level":"district"},{"id":3599,"name":"春日乡","parent_id":3571,"level":"district"},{"id":3600,"name":"狮子乡","parent_id":3571,"level":"district"},{"id":3601,"name":"车城乡","parent_id":3571,"level":"district"},{"id":3602,"name":"牡丹乡","parent_id":3571,"level":"district"},{"id":3603,"name":"恒春镇","parent_id":3571,"level":"district"},{"id":3604,"name":"满州乡","parent_id":3571,"level":"district"}]},{"id":3605,"name":"台东县","parent_id":3272,"level":"city","list":[{"id":3606,"name":"台东市","parent_id":3605,"level":"district"},{"id":3607,"name":"绿岛乡","parent_id":3605,"level":"district"},{"id":3608,"name":"兰屿乡","parent_id":3605,"level":"district"},{"id":3609,"name":"延平乡","parent_id":3605,"level":"district"},{"id":3610,"name":"卑南乡","parent_id":3605,"level":"district"},{"id":3611,"name":"鹿野乡","parent_id":3605,"level":"district"},{"id":3612,"name":"关山镇","parent_id":3605,"level":"district"},{"id":3613,"name":"海端乡","parent_id":3605,"level":"district"},{"id":3614,"name":"池山乡","parent_id":3605,"level":"district"},{"id":3615,"name":"东河乡","parent_id":3605,"level":"district"},{"id":3616,"name":"成功镇","parent_id":3605,"level":"district"},{"id":3617,"name":"长滨乡","parent_id":3605,"level":"district"},{"id":3618,"name":"金峰乡","parent_id":3605,"level":"district"},{"id":3619,"name":"大武乡","parent_id":3605,"level":"district"},{"id":3620,"name":"达仁乡","parent_id":3605,"level":"district"},{"id":3621,"name":"太麻里乡","parent_id":3605,"level":"district"}]},{"id":3622,"name":"花莲县","parent_id":3272,"level":"city","list":[{"id":3623,"name":"花莲市","parent_id":3622,"level":"district"},{"id":3624,"name":"新城乡","parent_id":3622,"level":"district"},{"id":3625,"name":"秀林乡","parent_id":3622,"level":"district"},{"id":3626,"name":"吉安乡","parent_id":3622,"level":"district"},{"id":3627,"name":"寿丰乡","parent_id":3622,"level":"district"},{"id":3628,"name":"凤林镇","parent_id":3622,"level":"district"},{"id":3629,"name":"光复乡","parent_id":3622,"level":"district"},{"id":3630,"name":"丰滨乡","parent_id":3622,"level":"district"},{"id":3631,"name":"瑞穗乡","parent_id":3622,"level":"district"},{"id":3632,"name":"万荣乡","parent_id":3622,"level":"district"},{"id":3633,"name":"玉里镇","parent_id":3622,"level":"district"},{"id":3634,"name":"卓溪乡","parent_id":3622,"level":"district"},{"id":3635,"name":"富里乡","parent_id":3622,"level":"district"}]},{"id":3636,"name":"澎湖县","parent_id":3272,"level":"city","list":[{"id":3637,"name":"马公市","parent_id":3636,"level":"district"},{"id":3638,"name":"西屿乡","parent_id":3636,"level":"district"},{"id":3639,"name":"望安乡","parent_id":3636,"level":"district"},{"id":3640,"name":"七美乡","parent_id":3636,"level":"district"},{"id":3641,"name":"白沙乡","parent_id":3636,"level":"district"},{"id":3642,"name":"湖西乡","parent_id":3636,"level":"district"}]}]},{"id":3643,"name":"香港特别行政区","parent_id":1,"level":"province","list":[{"id":3644,"name":"香港特别行政区","parent_id":3643,"level":"city","list":[{"id":3645,"name":"中西区","parent_id":3644,"level":"district"},{"id":3646,"name":"东区","parent_id":3644,"level":"district"},{"id":3647,"name":"九龙城区","parent_id":3644,"level":"district"},{"id":3648,"name":"观塘区","parent_id":3644,"level":"district"},{"id":3649,"name":"南区","parent_id":3644,"level":"district"},{"id":3650,"name":"深水埗区","parent_id":3644,"level":"district"},{"id":3651,"name":"湾仔区","parent_id":3644,"level":"district"},{"id":3652,"name":"黄大仙区","parent_id":3644,"level":"district"},{"id":3653,"name":"油尖旺区","parent_id":3644,"level":"district"},{"id":3654,"name":"离岛区","parent_id":3644,"level":"district"},{"id":3655,"name":"葵青区","parent_id":3644,"level":"district"},{"id":3656,"name":"北区","parent_id":3644,"level":"district"},{"id":3657,"name":"西贡区","parent_id":3644,"level":"district"},{"id":3658,"name":"沙田区","parent_id":3644,"level":"district"},{"id":3659,"name":"屯门区","parent_id":3644,"level":"district"},{"id":3660,"name":"大埔区","parent_id":3644,"level":"district"},{"id":3661,"name":"荃湾区","parent_id":3644,"level":"district"},{"id":3662,"name":"元朗区","parent_id":3644,"level":"district"}]}]},{"id":3663,"name":"澳门特别行政区","parent_id":1,"level":"province","list":[{"id":3664,"name":"澳门特别行政区","parent_id":3663,"level":"city","list":[{"id":3665,"name":"澳门半岛","parent_id":3664,"level":"district"},{"id":3666,"name":"凼仔","parent_id":3664,"level":"district"},{"id":3667,"name":"路凼城","parent_id":3664,"level":"district"},{"id":3668,"name":"路环","parent_id":3664,"level":"district"}]}]}]')},a75b:function(e,t,i){},a887:function(e,t,i){},a8a7:function(e,t,i){},a964:function(e,t,i){"use strict";i("5319"),i("ac1f");function a(e){var t=e,i=t.substr(0,1),a=t.substr(1,1);if(t.length>1&&0==i&&"."!=a&&(t=t.substr(1,1)),"."==i&&(t=""),"+"==i&&(t=""),"-"==i&&(t=""),-1!=t.indexOf(".")){var n=t.substr(t.indexOf(".")+1);-1!=n.indexOf(".")&&(t=t.substr(0,t.indexOf(".")+n.indexOf(".")+1))}return t=t.replace(/[^\d^\.]+/g,""),t=t.replace(/^\D*([0-9]\d*\.?\d{0,2})?.*$/,"$1"),t}t["a"]=a},a9a2:function(e,t,i){e.exports=i.p+"img/qrcode-coupon-background.74ad6bbf.png"},aa9f:function(e,t,i){"use strict";i("2d19")},aaad:function(e,t,i){"use strict";i("47cd")},ab01:function(e,t,i){"use strict";var a,n,s=i("1da1"),r=(i("96cf"),{props:{closable:{type:Boolean,default:function(){return!0}}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(s["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleClose:function(e){this.closable&&(e.stopPropagation(),this.$emit("close"))}},render:function(e){return e("div",{class:"tag flex justify-center align-center"},[this.$slots.default,e("i",{class:"tag-close le-icon le-icon-fork ",on:{click:this.handleClose}})])}}),l=r,c=(i("38f4"),i("2877")),o=Object(c["a"])(l,a,n,!1,null,"fbe6071e",null);t["a"]=o.exports},ab30:function(e,t,i){},ac5b:function(e,t,i){"use strict";i("3a9d")},ac83:function(e,t,i){"use strict";i("8e54")},acfe:function(e,t,i){"use strict";i("0bb1")},ad16:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-matter"},[i("el-row",[i("el-col",[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"order/after"}},[e._v(" 售后订单 ")])],1),i("el-breadcrumb-item",[e._v(" 导出历史 ")])],1)],1)],1),i("div",{staticClass:"le-line"}),i("el-card",{staticClass:"le-form-card"},[i("el-table",{staticStyle:{width:"100%"},attrs:{data:e.list,lazy:""}},[i("el-table-column",{attrs:{label:"申请时间",minWidth:"416px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.conditions.time_start))+" ~ "+e._s(e._f("getTime")(t.row.conditions.time_end))+" ")])]}}])}),i("el-table-column",{attrs:{label:"售后类型",prop:"title",minWidth:"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(""===t.row.conditions.type?"全部":0===t.row.conditions.type?"仅退款":1===t.row.conditions.type?"退货退款":"换货")+" ")])]}}])}),i("el-table-column",{attrs:{label:"订单来源",prop:"title",minWidth:"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(""===t.row.conditions.source?"全部":"weapp"===t.row.conditions.source?"微信小程序":"h5"===t.row.conditions.source?"H5":"")+" ")])]}}])}),i("el-table-column",{attrs:{label:"导出时间",prop:"created_time",minWidth:"210px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-text"},[e._v(" "+e._s(e._f("getTime")(t.row.created_time))+" ")])]}}])}),i("el-table-column",{attrs:{label:"操作",prop:"title",minWidth:"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-button"},[i("el-button",{staticClass:"he-class__button-new he-class__button-first",attrs:{type:"text"},on:{click:function(i){return e.export2Excel(t.row.order_after_data.tHeader,t.row.order_after_data.list,t.row.created_time)}}},[e._v(" 下载 ")]),e._v(" | "),i("popconfirm",{attrs:{width:"320px",title:"确定删除这条导出记录?"},on:{confirm:function(i){return e.deleteItem({id:t.row.id,index:t.$index})}}},[i("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"}},[e._v("删除")])],1)],1)]}}])})],1),i("div",{staticClass:"he-pagination el-row--flex is-align-middle is-justify-end"},[i("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)],1)],1)},n=[],s=i("1da1"),r=(i("99af"),i("96cf"),i("d8df")),l={components:{popconfirm:r["a"]},name:"afterOrderExportHistory",data:function(){return{list:[],page:{current:1,count:0,size:20}}},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getList(e.page);case 1:case"end":return t.stop()}}),t)})))()},methods:{currentChange:function(e){this.page.count=e,this.getList(this.page)},getList:function(e){var t=this;this.$heshop.export("get",{include:"orderafter"}).page(e.current,e.size).then((function(e){var i=e.data,a=e.headers;t.list=i,t.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"],total:+a["x-pagination-total-count"]}})).catch((function(e){t.$message.error(e.data.message)}))},deleteItem:function(e){var t=this;this.$heshop.export("delete",e.id,{include:"orderafter"}).then((function(){t.$delete(t.list,e.index),t.$message.success("删除成功")})).catch((function(e){t.$message.error(e.data.message)}))},export2Excel:function(e,t,a){var n=this;Promise.resolve().then(function(){n.$h.Export2Excel.export_json_to_excel({header:e,data:t,filename:"售后订单报表("+n.$moment(new Date(1e3*a)).format("YYYYMMDDHHmmss")+")"})}.bind(null,i)).catch(i.oe)}},filters:{getTime:function(e){if(e){e=new Date(1e3*e);var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate(),n=e.getHours()<10?"0"+e.getHours():e.getHours(),s=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),r=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,"-").concat(i,"-").concat(a," ").concat(n,":").concat(s,":").concat(r)}return"--"}}},c=l,o=(i("47d0"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"9c6f095c",null);t["default"]=d.exports},ad19:function(e,t,i){"use strict";i("3a3c")},adbd:function(e,t,i){"use strict";i("5849")},ae4e:function(e,t,i){},ae57:function(e,t,i){"use strict";i("b9a6")},ae5c:function(e,t,i){e.exports=i.p+"img/he-4-goods.16f05bd5.png"},ae6e:function(e,t,i){"use strict";i("f0a9")},ae9b:function(e,t,i){"use strict";i("0cde")},aed9:function(e,t,i){"use strict";i("2be9")},af46:function(e,t,i){"use strict";i("4321")},af4b:function(e,t,i){"use strict";i("7067")},af59:function(e,t){e.exports="data:image/gif;base64,R0lGODlhGAAYAIABAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjY1NDk0NUQzQzExMUVCOEQ1QUREODY3M0ZCODA0MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjY1NDk0NkQzQzExMUVCOEQ1QUREODY3M0ZCODA0MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNjU0OTQzRDNDMTExRUI4RDVBREQ4NjczRkI4MDQxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCNjU0OTQ0RDNDMTExRUI4RDVBREQ4NjczRkI4MDQxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28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"},b0f2:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.value.show,expression:"value.show"}],staticClass:"modal-bg"},[a("div",{staticClass:"modal-container"},[a("div",{staticClass:"modal-header",on:{click:e.hideModal}},[a("he-icon",{staticClass:"close-icon",attrs:{type:"le-icon-fork"}})],1),a("div",{staticClass:"modal-main"},[1===e.value.type?a("img",{staticClass:"modal-image",attrs:{src:i("dce1"),alt:""}}):e._e(),2===e.value.type?a("img",{staticClass:"modal-image",attrs:{src:i("689f"),alt:""}}):e._e(),3===e.value.type?a("img",{staticClass:"modal-image",attrs:{src:i("d6dc"),alt:""}}):e._e(),4===e.value.type?a("img",{staticClass:"modal-image",attrs:{src:i("f358"),alt:""}}):e._e(),a("div",{staticClass:"model-content"},[1===e.value.type?a("span",[e._v("内容生成中,请稍后...")]):e._e(),2===e.value.type&&e.page?a("span",[e._v("内容已生成,即将跳转下载页面("+e._s(e.number)+")")]):e._e(),2!==e.value.type||e.page?e._e():a("span",[e._v("内容已生成")]),3===e.value.type?a("span",[e._v("内容生成失败,请重试")]):e._e()]),2===e.value.type&&e.path&&e.page?a("he-link",{attrs:{href:e.path+"/"+e.page}},[2===e.value.type&&e.path&&e.page?a("span",{staticClass:"modal-link",on:{click:e.clearTime}},[e._v("点击这里直接跳转")]):e._e()]):e._e(),3===e.value.type?a("div",{staticClass:"modal-botton",on:{click:e.submit}},[e._v("重新生成")]):e._e()],1)])])},n=[],s={name:"modal",props:{value:{type:Object},path:{type:String},page:{type:String}},data:function(){return{number:3,timer:null}},mounted:function(){},methods:{hideModal:function(){clearInterval(this.timer),this.value.show=!1},submit:function(){this.$emit("submit")},clearTime:function(){clearInterval(this.timer)}},watch:{"value.type":{handler:function(e){var t=this;2===e&&(this.number=3,this.timer=setInterval((function(){t.number--,t.number<=0&&(clearInterval(t.timer),t.$router.push(t.page))}),1e3))}}}},r=s,l=(i("d1c1"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"60be1f35",null);t["a"]=c.exports},b0f3:function(e,t,i){"use strict";i("4ed0")},b151:function(e,t,i){},b2a6:function(e,t,i){},b365:function(e,t,i){},b38d:function(e,t,i){},b3e3:function(e,t,i){"use strict";i("6c72")},b458:function(e,t,i){},b478:function(e,t,i){"use strict";i("b2a6")},b4ce:function(e,t,i){"use strict";i("3c12")},b54e:function(e,t,i){},b5f3:function(e,t,i){"use strict";i("819a")},b61c:function(e,t,i){"use strict";i("85fc")},b686:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-input",{staticClass:"he-editName",attrs:{type:"textarea",maxlength:"40",resize:"none","show-word-limit":""},model:{value:e.name,callback:function(t){e.name=t},expression:"name"}})},n=[],s=(i("b0c0"),{name:"editName",props:{value:{type:Object}},data:function(){return{name:this.value.name}},methods:{affirm:function(e){var t=e.handleClose,i=this;this.name&&this.$heshop.goods("put",{id:this.value.id,behavior:"simplesetting"},{name:this.name}).then((function(){i.value.name=i.name,i.$message.success("商品名称修改成功"),t()})).catch((function(){i.$message.error("商品名称修改失败"),t()}))}}}),r=s,l=(i("6ae8"),i("2877")),c=Object(l["a"])(r,a,n,!1,null,"901df97e",null);t["a"]=c.exports},b689:function(e,t,i){"use strict";i("7049")},b7d0:function(e,t,i){"use strict";i("a095")},b800:function(e,t,i){"use strict";i("f1ba")},b945:function(e,t,i){"use strict";i("e767")},b980:function(e,t,i){"use strict";i("4e03")},b9a6:function(e,t,i){},bc18:function(e,t,i){e.exports=i.p+"img/he-buy-applet.e1242517.png"},bd5c:function(e,t,i){},be31:function(e,t,i){},bf8e:function(e,t,i){"use strict";i("c112")},c01b:function(e,t,i){},c02c:function(e,t,i){e.exports=i.p+"img/he-5-user.fe5a72c5.png"},c041:function(e,t,i){},c112:function(e,t,i){},c15d:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter le-card"},[i("div",[i("he-link",{attrs:{href:"setup/addressPublish"}},[i("el-button",{attrs:{type:"primary"}},[e._v("新增地址")])],1)],1),i("el-row",{staticClass:"le-line"}),i("el-table",{staticClass:"le-table",attrs:{data:e.list,height:"694px"}},[i("el-table-column",{attrs:{prop:"name",label:"收件人姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("span",{staticClass:"le-table__text"},[e._v(e._s(t.row.name))])]}}])}),i("el-table-column",{attrs:{prop:"mobile",label:"联系方式"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("span",{staticClass:"le-table__text"},[e._v(e._s(t.row.mobile))])]}}])}),i("el-table-column",{attrs:{label:"联系地址"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("span",{staticClass:"le-table__text"},[e._v(e._s(t.row.province)+e._s(t.row.city)+e._s(t.row.district)+e._s(t.row.address))])]}}])}),i("el-table-column",{attrs:{label:"是否默认"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.status?i("el-button",{staticClass:"he-default__text",attrs:{type:"text"},on:{click:function(i){return e.setAsDefault(t.row)}}},[e._v(" 设为默认 ")]):1===t.row.status?i("div",{staticClass:"le-default__warning"},[e._v("默认模板")]):e._e()]}}])}),i("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"le-editor flex align-center"},[i("he-link",{attrs:{href:"setup/addressPublish",query:{id:t.row.id}}},[i("el-button",{attrs:{type:"text"}},[e._v(" 编辑 ")])],1),i("span",{staticClass:"le-line"}),i("popconfirm",{attrs:{width:"320px",title:"确认删除该条退货地址?"},on:{confirm:function(i){return e.deleteAddress({id:t.row.id,index:t.$index})}}},[i("el-button",{attrs:{type:"text"}},[e._v("删除")])],1)],1)]}}])})],1),i("div",{staticClass:"he-tabpane-pagination el-row--flex is-justify-end"},[i("el-pagination",{attrs:{background:"","current-page":e.page.current,"page-count":e.page.count,layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)],1)},n=[],s=i("1da1"),r=(i("96cf"),i("d8df")),l={components:{popconfirm:r["a"]},data:function(){return{page:{size:10,current:1,count:1},list:[]}},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getList();case 1:case"end":return t.stop()}}),t)})))()},methods:{currentChange:function(e){this.page.current=e,this.getList()},getList:function(){var e=this;this.$heshop.address("get").page(this.page.current,this.page.size).then((function(t){var i=t.data,a=t.headers;e.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"],total:+a["x-pagination-total-count"]},e.list=i})).catch((function(t){e.$message.error(t.data.message)}))},setAsDefault:function(e){var t=this;this.$heshop.address("put",{id:e.id,behavior:"setting"},null).then((function(){for(var i=function(i){var a=t.list[i];a.id===e.id?t.$nextTick((function(){a.status=1})):t.$nextTick((function(){a.status=0}))},a=0;a=200&&2===t.type?i("el-button",{directives:[{name:"popup",rawName:"v-popup.exchangeModifyLogistics",value:{index:a,item:t},expression:"{ index: index1, item: item }",modifiers:{exchangeModifyLogistics:!0}}],staticClass:"he-click",attrs:{type:"text",title:"修改物流",width:"524",module:"order",top:"30vh",id:t.id+"_receive_wuliu",action:"onReload"}},[e._v("修改物流 ")]):e._e()],2)],1)],1)})),0),i("div",{staticClass:"el-row--flex is-justify-end he-footer"},[i("div",{staticClass:"he-tabpane-pagination"},[i("el-pagination",{attrs:{background:"","current-page":e.page.current,"page-count":e.page.count,layout:" prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)])],1)}),l=[],c=i("d8df"),o={components:{popconfirm:c["a"]},name:"afterAll",props:{value:{type:Array},page:{type:Object},loading:{type:Boolean}},mounted:function(){this.$store.dispatch("plugins/getPlugins")},methods:{currentChange:function(e){this.page.current=e,this.$emit("request",this.page)},onReload:function(){this.$emit("count")}},filters:{orderStatus:function(e){switch(e){case 100:return"待审核";case 101:return"首次拒绝";case 102:return"待审核(再次申请)";case 111:return"待卖家退款";case 121:return"待买家退货";case 122:return"待卖家收货并退款";case 131:return"待买家发货";case 132:return"待卖家收货并换货";case 133:return"待买家收货";case 200:return"已完成";case 201:return"已完成(已拒绝)"}}}},d=o,u=(i("b5f3"),i("2877")),p=Object(u["a"])(d,r,l,!1,null,"2da2ff42",null),m=p.exports,h={name:"after",components:{afterAll:m},data:function(){return{orderList:[],ruleForm:{pass:"",checkPass:"",age:"",search:"订单号"},placeHolder:"订单号",selectList:[{label:"订单号",value:"order_sn"},{label:"售后订单号",value:"after_sn"},{label:"商品名称",value:"goods_name"},{label:"买家昵称",value:"buyer_nickname"},{label:"买家手机号",value:"buyer_mobile"},{label:"收货人姓名",value:"consignee_name"},{label:"收货人手机号",value:"consignee_mobile"},{label:"商品货号",value:"goods_sn"}],activeName:"all",keyword:{tab_key:"all",type:"",source:"",time_start:"",time_end:"",time_start_show:"",time_end_show:"",search_key:"order_sn",search:"",search_key_label:"订单号"},page:{current:1,size:20},tabCount:{all:0,closed:0,finished:0,bymerchant:0,bybuyer:0,waitaudit:0},tableLoading:!1}},computed:{},created:function(){},watch:{"keyword.search_key":{handler:function(e){for(var t=0;ta)){i.next=5;break}return setTimeout((function(){t.$message({message:"超过上传大小限制,最大"+a+"M",type:"warning"})}),1e3),i.abrupt("return",!1);case 5:if(t.$refs.input.value=null,t.beforeUpload){i.next=8;break}return i.abrupt("return",t.post(e));case 8:if(n=t.beforeUpload(e),!n||!n.then){i.next=14;break}return i.next=12,n.then(function(){var i=Object(l["a"])(regeneratorRuntime.mark((function i(a){var n,s;return regeneratorRuntime.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=Object.prototype.toString.call(a),"[object File]"!==n&&"[object Blob]"!==n){i.next=8;break}for(s in"[object Blob]"===n&&(a=new File([a],e.name,{type:e.type})),e)e.hasOwnProperty(s)&&(a[s]=e[s]);return i.next=6,t.post(a);case 6:i.next=10;break;case 8:return i.next=10,t.post(e);case 10:case"end":return i.stop()}}),i)})));return function(e){return i.apply(this,arguments)}}(),(function(){t.onRemove(null,e)}));case 12:i.next=20;break;case 14:if(!1===n){i.next=19;break}return i.next=17,t.post(e);case 17:i.next=20;break;case 19:t.onRemove(null,e);case 20:return i.abrupt("return",!0);case 21:case"end":return i.stop()}}),i)})))()},abort:function(e){var t=this.reqs;if(e){var i=e;e.uid&&(i=e.uid),t[i]&&t[i].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())},post:function(e){var t=this,i=this.reqs;return new Promise((function(a,n){var s=e.uid,r=t.action(e,t.uploader.groupID);console.log("reqs",i,s),i[s]=r,r&&r.then&&r.then((function(n){t.onSuccess(n,e),delete i[s],a(n)})).catch((function(i){t.onError?t.onError(i,e):setTimeout((function(){i.data[0]?t.$message.error(i.data[0].message):t.$message.error(i.data.message)}),1e3),delete t.reqs[s],n(i)}))}))}},render:function(e){var t=this.handleClick,i=(this.drag,this.name),a=this.handleChange,n=this.multiple,s=this.accept,l=this.listType,c=(this.uploadFiles,this.disabled,this.handleKeydown),o={class:{"el-upload":!0},on:{click:t,keydown:c}};return o.class["el-upload--".concat(l)]=!0,e("div",r()([{},o,{attrs:{tabindex:"0"}}]),[this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:i,multiple:n,accept:s},ref:"input",on:{change:a}})])}},m=p,h=i("2877"),v=Object(h["a"])(m,a,n,!1,null,null,null);t["a"]=v.exports},cda2:function(e,t,i){"use strict";i("da65")},ce51:function(e,t,i){},ce9d:function(e,t,i){},cf7d:function(e,t,i){"use strict";i("e9ca")},cf83:function(e,t,i){"use strict";i("95e9")},cf84:function(e,t,i){var a={"./he-1-goods.png":"6c7a","./he-2-goods.png":"726a","./he-3-goods.png":"694e","./he-4-goods.png":"ae5c","./he-5-goods.png":"40cf","./he-6-goods.png":"1099"};function n(e){var t=s(e);return i(t)}function s(e){if(!i.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}n.keys=function(){return Object.keys(a)},n.resolve=s,e.exports=n,n.id="cf84"},cfa9:function(e,t,i){"use strict";i("ca8c")},cfc6:function(e,t,i){"use strict";i("5726")},d090:function(e,t,i){"use strict";i("c34d")},d146:function(e,t,i){"use strict";i("5ab4")},d1be:function(e,t,i){"use strict";i("823f")},d1c1:function(e,t,i){"use strict";i("5fda")},d1f4:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAclBMVEUAAABiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOtiPOv////49v6jjPODZe/8+//f2PuLb/Du6v2IavDx7v2ok/Scg/Pp4/zm4Pzj3fuUevGMcPDPw/nLv/jGufjAsfetmfWSePF2VO51VO1pRew6E/CmAAAAC3RSTlMAlY8rBvnXvPTU2EnH+r0AAADMSURBVDjLzZXdDoIwDEYHuCGWsc0NUMF/ff9XVAbTZMLoleFctclJmm7JV9KRxIzCBJTFCelZRTBDtLJeCrOknRkBgoiQBFAkJMaJMWE4kRGKEykBj7toyrIRD/DwxavMLbKaFgt1UCr/oN5tMSo6ozRCu/oWEo8AJ1dXIZHXNXd1ERAtSxZ1a7YW0+qguPu2+/BoyQfkf5fBj8Yvo40YMHqpX+hTYcV6TDzzHy5PcGADYI2NlAwdUujYQwcpPprxYW/Px4ZOvkvWn48XWtdGc5IBWfcAAAAASUVORK5CYII="},d278:function(e,t,i){"use strict";i("b151")},d2cf:function(e,t,i){"use strict";i("8e6c")},d378:function(e,t,i){"use strict";i("c42a")},d52c:function(e,t,i){"use strict";i("1b92")},d688:function(e,t,i){},d698:function(e,t,i){"use strict";i("1ff7")},d6dc:function(e,t,i){e.exports=i.p+"img/error.ed9491f1.png"},d8a7:function(e,t,i){"use strict";i("b458")},d8df:function(e,t,i){"use strict";var a,n,s=i("2638"),r=i.n(s),l=(i("a9e3"),{props:{title:{type:String,default:"你确认要删除数据吗?"},confirmButtonText:{type:String,default:"确定"},cancelButtonText:{type:String,default:"取消"},width:{type:[String,Number],default:"30%"},top:{type:[String,Number],default:"40vh"},disabled:{type:Boolean,default:function(){return!1}}},data:function(){return{visible:!1}},methods:{handleDialog:function(){this.disabled||(this.visible=!0)},handleConfirm:function(){this.visible=!1,this.$emit("confirm")},handleCancel:function(){this.visible=!1,this.$emit("cancel")}},render:function(){var e=arguments[0],t=this.handleConfirm,i=this.handleDialog,a=this.handleCancel,n=this.confirmButtonText,s=this.cancelButtonText,l={props:{title:this.title,visible:this.visible,width:this.width,center:!0,top:this.top,"modal-append-to-body":!1,"before-close":a}},c=this.$slots.trigger||this.$slots.default;return e("div",{class:"le-popconfirm"},[e("span",{on:{click:i}},[c]),e("el-dialog",r()([{},l]),[e("span",{slot:"footer",class:"dialog-footer"},[e("el-button",{on:{click:a}},[s]),e("el-button",{attrs:{type:"primary"},on:{click:t}},[n])])])])}}),c=l,o=(i("fa2d"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"e8b36e8a",null);t["a"]=d.exports},d928:function(e,t,i){"use strict";i("9bc9")},d9e5:function(e,t,i){e.exports=i.p+"img/he-2-order.d76b8ec9.png"},da1b:function(e,t,i){},da65:function(e,t,i){},db33:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"control attribute"},[i("h3",{staticClass:"control-content__title"},[e._v(e._s(e.title))]),e._t("default"),e.is_tab?i("el-tabs",{staticClass:"control-content__tabs",attrs:{value:"first"}},[i("el-tab-pane",{attrs:{label:"内容设置",name:"first"}},[e._t("content")],2),i("el-tab-pane",{attrs:{label:"样式设置",name:"second"}},[e._t("style")],2)],1):e._e()],2)},n=[],s=i("1da1"),r=(i("96cf"),{props:{title:{type:String,default:"搜索框设置"},size:{type:String,default:"14px;"},is_tab:{type:Boolean,default:!0}},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(s["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}}),l=r,c=(i("08c8"),i("2877")),o=Object(c["a"])(l,a,n,!1,null,"7162f6cc",null);t["a"]=o.exports},db8c:function(e,t,i){},dbcb:function(e,t,i){"use strict";i("7f66")},dc06:function(e,t,i){"use strict";i("648c")},dc55:function(e,t,i){},dc79:function(e,t,i){"use strict";i("da1b")},dc93:function(e,t,i){},dce1:function(e,t,i){e.exports=i.p+"img/loading.43115516.gif"},ddba:function(e,t,i){},de2a:function(e,t,i){},de57:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter"},[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"order/after"}},[e._v("售后订单")])],1),i("el-breadcrumb-item",[e._v(" 订单详情 ")])],1),i("el-row",{staticClass:"le-line"}),i("el-row",[i("el-col",{attrs:{span:8}},[i("el-card",{staticClass:"le-form-card he-do-info"},[i("div",{staticClass:"he-status"},[e._v(" "+e._s(0===e.detail.type?"仅退款":1===e.detail.type?"退货退款":2===e.detail.type?"换货":"")+" "+e._s(e._f("orderStatus")(e.detail.status))+" ")]),i("div",{staticClass:"he-do-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 售后订单号: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.after_sn)+" ")])]),i("div",{staticClass:"he-do-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 申请时间: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e._f("getTime")(e.detail.created_time))+" ")])]),i("div",{staticClass:"he-do-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 买家: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.user.nickname)+" ")])])])],1),i("el-col",{attrs:{span:16}},[i("div",{staticClass:"le-card le-description flex"},[i("div",{staticClass:"le-menu"},[i("div",{staticClass:"le-menu__item",class:{"le-item__active":1===e.type},on:{click:function(t){e.type=1}}},[e._v(" 售后说明 ")]),101===e.detail.status||102===e.detail.status||201===e.detail.status?i("div",{staticClass:"le-menu__item",class:{"le-item__active":2===e.type},on:{click:function(t){e.type=2}}},[e._v(" 拒绝理由"+e._s(201===e.detail.status?"(第一次)":"")+" ")]):e._e(),201===e.detail.status?i("div",{staticClass:"le-menu__item",class:{"le-item__active":3===e.type},on:{click:function(t){e.type=3}}},[e._v(" 拒绝理由(第二次) ")]):e._e()]),i("div",{staticClass:"le-content"},[1===e.type?[i("div",{staticClass:"le-content__note",staticStyle:{"word-break":"break-all"}},[e._v(" "+e._s(e.detail.user_note)+" ")]),e.detail.images?i("div",e._l(e.detail.images,(function(t,a){return i("el-image",{key:a,staticStyle:{width:"80px",height:"80px","border-radius":"8px","margin-right":"8px"},attrs:{src:t,"preview-src-list":e.detail.images}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"el-icon-picture-outline"})])])})),1):e._e()]:e._e(),2===e.type?i("div",{staticClass:"le-content__note"},[e._v(" "+e._s(e.detail.refuse_reason)+" ")]):e._e(),3===e.type?i("div",{staticClass:"le-content__note"},[e._v(" "+e._s(e.detail.second_refuse_reason)+" ")]):e._e()],2)])])],1),122==e.detail.status||132==e.detail.status||(2==e.detail.type||1==e.detail.type)&&200==e.detail.status?[i("el-row",{staticClass:"le-buyer-return-flow le-card he-info he-user-freight"},[i("el-col",{staticClass:"he-form__line",attrs:{span:6}},[i("div",{staticClass:"he-title"},[e._v("买家退货物流")]),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 发货方式: ")]),i("span",{staticClass:"he-value"},[e._v("自己联系快递")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 物流公司: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.user_freight_info.logistics_company)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 快递单号: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.user_freight_info.freight_sn)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 退货时间: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.user_freight_info.time)+" ")])])])]),i("el-col",{staticClass:"he-info__box le-logistics-details",class:e.detail.user_freight_info.images.length>0?"he-form__line":"",attrs:{span:e.detail.user_freight_info.images.length>0?14:18}},[i("div",{staticClass:"he-title"},[e._v("物流详情")]),i("div",{staticClass:"he-info__content"},[0!==e.buyerFlow.state?i("div",{staticClass:"le-desc",staticStyle:{padding:"0"}},[e._v(" "+e._s(e.buyerFlow.message)+" ")]):i("logistics-step",{attrs:{list:e.buyerFlow.list}})],1)]),e.detail.user_freight_info.images.length>0?i("el-col",{staticClass:"he-info__box",attrs:{span:4}},[i("div",{staticClass:"he-title"},[e._v("快递凭证")]),i("div",{staticClass:"he-info__content",staticStyle:{width:"178px"}},e._l(e.detail.user_freight_info.images,(function(t,a){return i("el-image",{key:a,staticStyle:{width:"80px",height:"80px","border-radius":"8px","margin-right":"8px"},attrs:{src:t,"preview-src-list":e.detail.user_freight_info.images}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"el-icon-picture-outline"})])])})),1)]):e._e()],1)]:e._e(),2==e.detail.type&&200==e.detail.status?[i("el-row",{staticClass:"le-buyer-return-flow le-card he-info"},[i("el-col",{class:1==e.detail.merchant_freight_info.type?"he-form__line":"",attrs:{span:6}},[i("div",{staticClass:"he-title"},[e._v("卖家换货物流")]),i("div",{staticClass:"he-info__content",style:{height:1==e.detail.merchant_freight_info.type?"200px":""}},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 发货方式: ")]),i("span",{staticClass:"he-value"},[e._v(e._s(1===e.detail.merchant_freight_info.type?"自己联系快递":"无需物流"))])]),1===e.detail.merchant_freight_info.type?i("div",{staticStyle:{display:"inline-block"}},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 物流公司: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.merchant_freight_info.logistics_company)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 快递单号: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.merchant_freight_info.freight_sn)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 换货时间: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e._f("getTime")(e.detail.exchange_time))+" ")])])]):e._e()])]),1==e.detail.merchant_freight_info.type?i("el-col",{staticClass:"he-info__box le-logistics-details",attrs:{span:18}},[i("div",{staticClass:"he-title"},[e._v("物流详情")]),i("div",{staticClass:"he-info__content"},[0!==e.exchangeFlow.state?i("div",{staticClass:"le-desc",staticStyle:{padding:"0"}},[e._v(" "+e._s(e.exchangeFlow.message)+" ")]):i("logistics-step",{attrs:{list:e.exchangeFlow.list}})],1)]):e._e()],1)]:e._e(),i("el-row",{staticClass:"le-line"}),i("el-row",{staticClass:"he-info"},[i("el-col",[i("el-card",{staticClass:"le-form-card"},[i("el-row",{staticClass:"el-row--flex"},[i("el-col",{staticClass:"he-info__box he-form__line",attrs:{span:8}},[i("div",{staticClass:"he-title"},[e._v("售后信息")]),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 售后类型: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(0===e.detail.type?"仅退款":1===e.detail.type?"退货退款":2===e.detail.type?"换货":"")+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 售后商品数: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.return_number)+" ")])]),"task"==e.detail.order_type&&e.detail.return_score_type?[2!==e.detail.type?i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 退还积分: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.actual_score)+"积分 ")])]):e._e()]:e._e(),2!==e.detail.type?i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 退款金额: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.return_amount)+" ")])]):e._e(),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 收货状态: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(203===e.detail.order.status?"已收货":"未收到货")+" ")])]),2!==e.detail.type?i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 退款理由: ")]),i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.return_reason)+" ")])]):e._e(),2===e.detail.type?i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 问题描述: ")]),i("span",{staticClass:"he-value",staticStyle:{"word-break":"break-all"}},[e._v(" "+e._s(e.detail.user_note)+" ")])]):e._e()],2)]),i("el-col",{staticClass:"he-info__box he-form__line",attrs:{span:8}},[i("div",{staticClass:"he-title"},[e._v("订单信息")]),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 订单号: ")]),i("span",{staticClass:"he-value he-order-number",on:{click:function(t){return e.router(e.detail.order.id)}}},[e._v(" "+e._s(e.detail.order.order_sn)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 单价/数量: ")]),"task"==e.detail.order_type?i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.goods.goods_score)+"积分+¥"+e._s(e.detail.goods.goods_price)+"/×"+e._s(e.detail.return_number)+" ")]):i("span",{staticClass:"he-value"},[e._v(" ¥"+e._s(e.detail.goods.goods_price)+"/×"+e._s(e.detail.return_number)+" ")])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 实付金额: ")]),"task"==e.detail.order_type?i("span",{staticClass:"he-value"},[e._v(" "+e._s(e.detail.return_score)+"积分+¥"+e._s(e.detail.return_amount)+" ")]):i("span",{staticClass:"he-value"},[e._v(" ¥"+e._s(e.detail.return_amount)+" ")])]),e.detail.order.status>=202&&e.detail.order.freight?i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v(" 发货状态: ")]),i("span",{staticClass:"he-value"},[e._v(" 已发货 ")]),i("span",{directives:[{name:"popup",rawName:"v-popup.logisticsInformation",value:Object.assign({},e.detail,{freight:e.detail.order.freight}),expression:"{\n ...detail,\n freight: detail.order.freight,\n }",modifiers:{logisticsInformation:!0}}],staticClass:"he-logistics",attrs:{hide_cancel:!0,id:e.detail.id+"_logistics_information",width:1===e.detail.order.freight.type?740:285,module:"order",title:"物流信息",top:"35vh",type:"text"}},[e._v(" 物流信息 ")])]):e._e()])]),i("el-col",{staticClass:"he-info__box",staticStyle:{"padding-right":"50px"},attrs:{span:8}},[i("div",{staticClass:"he-title"},[e._v("售后过程")]),i("div",{staticClass:"he-info__content",staticStyle:{height:"100px",overflow:"auto"}},[i("ul",{staticClass:"he-timeline",staticStyle:{"padding-top":"10px","padding-left":"10px"}},e._l(e.detail.process,(function(t,a){return i("li",{key:a,staticClass:"he-timeline-item"},[a!==e.detail.process.length-1?i("div",{staticClass:"he-timeline-item__tail"}):e._e(),i("div",{staticClass:"he-timeline-item__node"}),i("div",{staticClass:"he-timeline-item__wrapper"},[i("span",{staticClass:"he-label"},[e._v(" "+e._s(t.label)+" ")]),i("span",{staticClass:"he-content"},[e._v(" "+e._s(t.content)+" ")])])])})),0)])])],1)],1)],1)],1),i("el-row",{staticClass:"le-line"}),i("el-row",[i("el-col",[i("el-card",{staticClass:"le-form-card"},[i("el-table",{staticStyle:{width:"100%"},attrs:{data:[e.detail.goods]}},[i("el-table-column",{attrs:{label:"商品","min-width":"350"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"el-row--flex"},[i("img",{staticClass:"he_goods__pic",attrs:{src:t.row.goods_image}}),i("div",{staticClass:"le_goods__goodsinfo"},[i("div",{staticClass:"he_goods__name"},[e._v(" "+e._s(t.row.goods_name)+" ")]),i("div",{staticClass:"he-goods__attr"},[e._v(" "+e._s(t.row.show_goods_param)+" ")])])])]}}])}),i("el-table-column",{attrs:{label:"单价",width:"280"},scopedSlots:e._u([{key:"default",fn:function(t){return["task"==e.detail.order_type?i("div",{staticClass:"he-price-number"},[e._v(" "+e._s(t.row.goods_score)+"积分+¥"+e._s(t.row.goods_price))]):i("div",{staticClass:"he-price-number"},[e._v("¥"+e._s(t.row.goods_price))])]}}])}),i("el-table-column",{attrs:{label:"数量",width:"280"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-price-number"},[e._v("×"+e._s(t.row.goods_number))])]}}])}),i("el-table-column",{attrs:{label:"实付金额",width:"280"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-total-amount"},[e._v("¥"+e._s(t.row.pay_amount))])]}}])}),2!==e.detail.type?i("el-table-column",{attrs:{label:"退款金额",width:"280"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"he-total-amount"},[e._v(" "+e._s(201==e.detail.status?"--":"¥"+(e.detail.actual_refund?e.detail.actual_refund:"0.00"))+" ")])]}}],null,!1,1485480381)}):e._e()],1)],1)],1)],1),100===e.detail.status||102===e.detail.status||122===e.detail.status||111===e.detail.status||132===e.detail.status||e.detail.status>=200&&2===e.detail.type?i("div",{staticClass:"le-cardpin"},[100===e.detail.status||102===e.detail.status?[i("el-button",{directives:[{name:"popup",rawName:"v-popup.refuseToSell",value:{item:e.detail},expression:"{ item: detail }",modifiers:{refuseToSell:!0}}],staticClass:"he-click",attrs:{action:"onReload",module:"order",sure_btn:"拒绝售后",title:"售后申请",top:"30vh",width:"704"}},[e._v(" 拒绝 ")]),0===e.detail.type?i("el-button",{directives:[{name:"popup",rawName:"v-popup.agreeAfterSale",value:{item:e.detail},expression:"{ item: detail }",modifiers:{agreeAfterSale:!0}}],staticClass:"he-click",attrs:{module:"order",sure_btn:"同意售后",title:"售后申请",top:"30vh",type:"primary",width:"344"}},[e._v(" 同意 ")]):e._e(),1===e.detail.type||2===e.detail.type?i("el-button",{directives:[{name:"popup",rawName:"v-popup.receiveRefund",value:{item:e.detail},expression:"{ item: detail }",modifiers:{receiveRefund:!0}}],staticClass:"he-click",attrs:{module:"order",sure_btn:"同意并发送退货地址",title:"售后申请",top:"30vh",type:"primary",width:"707"}},[e._v(" 同意 ")]):e._e()]:e._e(),i("el-button",{directives:[{name:"popup",rawName:"v-popup.onlyRefund",value:{item:e.detail},expression:"{ item: detail }",modifiers:{onlyRefund:!0}},{name:"show",rawName:"v-show",value:122===e.detail.status,expression:"detail.status === 122"}],staticClass:"he-click",attrs:{module:"order",sure_btn:"确认收货并退款",top:"30vh",type:"primary",width:"600"}},[e._v(" 收货并退款 ")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.onlyRefund",value:{item:e.detail},expression:"{ item: detail }",modifiers:{onlyRefund:!0}},{name:"show",rawName:"v-show",value:111===e.detail.status,expression:"detail.status === 111"}],staticClass:"he-click",attrs:{module:"order",sure_btn:"确定退款",title:"退款",top:"30vh",type:"primary",width:"600"}},[e._v(" 退款 ")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.receiveExchange",value:e.detail,expression:"detail",modifiers:{receiveExchange:!0}},{name:"show",rawName:"v-show",value:132===e.detail.status,expression:"detail.status === 132"}],staticClass:"he-click",attrs:{action:"receiveExchange",module:"order",title:"确认收货并发货",top:"30vh",type:"primary",width:"524"}},[e._v(" 收货并换货 ")]),e.detail.status>=200&&2===e.detail.type?i("el-button",{directives:[{name:"popup",rawName:"v-popup.exchangeModifyLogistics",value:{item:e.detail},expression:"{ item: detail }",modifiers:{exchangeModifyLogistics:!0}}],staticClass:"he-click",attrs:{type:"primary",title:"修改物流",width:"524",module:"order",top:"30vh",id:"receive_wuliu",action:"onReload"}},[e._v("修改物流 ")]):e._e()],2):e._e()],2)},n=[],s=(i("99af"),i("08e8")),r={name:"afterDetail",data:function(){return{loading:!1,detail:{goods:[],buyer:{name:""},user:{nickname:""},order:{status:null},merchant_freight_info:{}},type:1,buyerFlow:{list:[],state:0},exchangeFlow:{list:[]}}},mounted:function(){var e=this.$getQueryVariable("id");e?this.getDetail(parseInt(e)):(e=this.$getQueryVariable("order_goods_id"),this.getDetail(parseInt(e),"order_goods"))},methods:{receiveExchange:function(){var e=this.$getQueryVariable("id");this.getDetail(parseInt(e))},getDetail:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";this.loading=!0;var a=this;this.$heshop.orderafter("get",e,{behavior:i}).then((function(e){t.loading=!1,t.detail=e,122!=e.status&&132!=e.status&&(2!=e.type&&1!=e.type||200!=e.status)||t.$heshop.express("post",{no:e.user_freight_info.freight_sn,mobile:e.return_address.mobile,name:e.user_freight_info.logistics_company,code:e.user_freight_info.code}).then((function(e){a.buyerFlow.state=e.state,a.buyerFlow.list=e.list,a.buyerFlow.message=e.message})).catch((function(e){console.log(e)})),2==e.type&&200==e.status&&1==e.merchant_freight_info.type&&t.$heshop.express("post",{no:e.merchant_freight_info.freight_sn,mobile:e.return_address.mobile,name:e.merchant_freight_info.logistics_company,code:e.merchant_freight_info.code}).then((function(e){a.exchangeFlow.list=e.list,a.exchangeFlow.state=e.state,a.exchangeFlow.message=e.message})).catch((function(e){console.log(e)}))})).catch((function(e){t.loading=!1,t.$message.error(e.data.message)}))},cancelItem:function(e){var t=this;this.$heshop.order("put",{id:e.id,behavior:"cancel"}).then((function(){t.getDetail(e.id)})).catch((function(e){t.$message.error(e.data.message)}))},confirmReceipt:function(e){var t=this;this.$heshop.order("put",{id:e.id,behavior:"received"}).then((function(){t.getDetail(e.id)})).catch((function(e){t.$message.error(e.data.message)}))},copyTrackingNumber:function(e){var t=document.getElementById(e);t.select(),document.execCommand("copy"),this.$message.success("复制成功")},chooseType:function(e){this.type=e},router:function(e){this.$router.push({path:"/order/orderDetail",query:{id:e}})},onReload:function(){var e=this.$getQueryVariable("id");this.getDetail(parseInt(e))}},computed:{isPay:function(){return function(e){return 201===e||202===e||203===e||204===e}}},filters:{getAddress:function(e){return e?"".concat(e.province).concat(e.city).concat(e.district).concat(e.address):""},getPayType:function(e){switch(e){case 1:return"微信支付";case 2:return"支付宝支付";default:return"— —"}},getTime:function(e){e=new Date(1e3*e);var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate(),n=e.getHours()<10?"0"+e.getHours():e.getHours(),s=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),r=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,"-").concat(i,"-").concat(a," ").concat(n,":").concat(s,":").concat(r)},getDay:function(e){e=new Date(1e3*e);var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate();return"".concat(t,"-").concat(i,"-").concat(a)},getHour:function(e){e=new Date(1e3*e);var t=e.getHours()<10?"0"+e.getHours():e.getHours(),i=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),a=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,":").concat(i,":").concat(a)},orderStatus:function(e){switch(e){case 100:return"待审核";case 101:return"已拒绝";case 102:return"待审核";case 111:return"待卖家退款";case 121:return"待买家退货";case 122:return"待卖家收货并退款";case 131:return"待买家发货";case 132:return"待卖家收货并发货";case 133:return"卖家已换货";case 200:return"已完成";case 201:return"已完成(已拒绝)"}}},components:{logisticsStep:s["a"]}},l=r,c=(i("ff30"),i("2877")),o=Object(c["a"])(l,a,n,!1,null,"d7a943be",null);t["default"]=o.exports},e046:function(e,t,i){"use strict";i("ab30")},e051:function(e,t,i){"use strict";i("fec9")},e063:function(e,t,i){},e1989:function(e,t,i){"use strict";i("1842")},e1cc:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-scrollbar",{staticClass:"le-matter le-panel"},[a("div",{staticClass:"le-index--content"},[a("div",{staticClass:"flex le-content__top"},[a("div",{staticClass:"le-top__store le-panel__card flex flex-direction align-center"},[a("div",{staticClass:"le-store__sign"},[a("el-image",{staticStyle:{width:"80px",height:"80px","border-radius":"50%"},attrs:{src:e.getStore.logo,alt:"logo"}},[a("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[a("i",{staticClass:"el-icon-picture-outline"})])]),a("div",{staticClass:"le-store__status"},[e._v(" "+e._s(e.getBasic.run_status?"营业中":"打烊中")+" ")])],1),a("span",{staticClass:"le-store__name"},[e._v(" "+e._s(e.getStore.name))]),a("div",{staticClass:"flex align-center"},[a("span",{staticClass:"le-router--text",on:{click:function(t){return e.router(3)}}},[e._v("设置")]),a("span",{staticClass:"le-pivot"}),a("span",{directives:[{name:"popup",rawName:"v-popup.promote",value:{data:"",promoteType:"index"},expression:"{ data: '', promoteType: 'index' }",modifiers:{promote:!0}}],staticClass:"le-router--text",attrs:{module:"goods",title:"推广",hide_footer:!0,type:"text",width:"791"}},[e._v("推广")])])]),a("div",{staticClass:"le-top__router flex-sub"},[a("div",{staticClass:"le-router__top flex"},[a("div",{staticClass:"le-panel__card flex le-router__top-left"},[a("div",{staticClass:"flex-sub flex flex-direction align-center justify-center"},[a("span",{staticClass:"le-number",on:{click:function(t){return e.router(0)}}},[e._v(e._s(e.store_count.unpaid))]),a("span",{staticClass:"le-prompt"},[e._v("待付款订单")])]),a("div",{staticClass:"flex-sub flex flex-direction align-center justify-center"},[a("span",{staticClass:"le-number",on:{click:function(t){return e.router(1)}}},[e._v(e._s(e.store_count.unsent))]),a("span",{staticClass:"le-prompt"},[e._v("待发货订单")])]),a("div",{staticClass:"flex-sub flex flex-direction align-center justify-center"},[a("span",{staticClass:"le-number",on:{click:function(t){return e.router(2)}}},[e._v(e._s(e.store_count.order_after))]),a("span",{staticClass:"le-prompt"},[e._v("售后订单")])])]),a("div",{staticClass:"le-panel__card le-router__top-right flex"},[a("div",{staticClass:"flex-sub flex flex-direction align-center justify-center"},[a("span",{staticClass:"le-number",on:{click:function(t){return e.router(6)}}},[e._v(e._s(e.store_count.user_number))]),a("span",{staticClass:"le-prompt"},[e._v("总用户数")])]),a("div",{staticClass:"flex-sub flex flex-direction align-center justify-center"},[a("span",{staticClass:"le-number"},[e._v("¥"+e._s(e.store_count.income_amount))]),a("div",{staticClass:"le-prompt flex align-center"},[a("span",[e._v("订单总收入")]),a("el-popover",{attrs:{content:"过售后订单收入",placement:"top",trigger:"hover"}},[a("span",{staticClass:"le-icon le-icon-zhushi",attrs:{slot:"reference"},slot:"reference"})])],1)])])]),a("div",{staticClass:"le-router__bottom le-panel__card"},[a("div",{staticClass:"le-panel__card--header flex align-center"},[a("span",{staticClass:"le-header__sign"}),a("span",{staticClass:"le-header__text"},[e._v("快捷入口")])]),a("div",{staticClass:"le-router__bottom--body flex"},[a("div",{staticClass:"le-entrance flex-sub flex"},[a("div",{staticClass:"le-entrance__router flex align-center",on:{click:function(t){return e.router(4)}}},[a("img",{staticClass:"le-entrance__img",attrs:{src:i("7c8d"),alt:""}}),a("span",{staticClass:"le-entrance__text"},[e._v("发布商品")])])]),a("div",{staticClass:"le-entrance flex-sub flex"},[a("div",{staticClass:"le-entrance__router flex align-center",on:{click:function(t){return e.router(5)}}},[a("img",{staticClass:"le-entrance__img",attrs:{src:i("3eee"),alt:""}}),a("span",{staticClass:"le-entrance__text"},[e._v("店铺装修")])])]),a("div",{staticClass:"le-entrance flex-sub flex"},[a("div",{staticClass:"le-entrance__router flex align-center",on:{click:function(t){return e.router(6)}}},[a("img",{staticClass:"le-entrance__img",attrs:{src:i("5384"),alt:""}}),a("span",{staticClass:"le-entrance__text"},[e._v("用户管理")])])]),a("div",{staticClass:"le-entrance flex-sub flex"},[a("div",{staticClass:"le-entrance__router flex align-center",on:{click:function(t){return e.router(7)}}},[a("img",{staticClass:"le-entrance__img",attrs:{src:i("d1f4"),alt:""}}),a("span",{staticClass:"le-entrance__text"},[e._v("订单管理")])])])])])])]),a("div",{staticClass:"le-content__body le-panel__card"},[a("div",{staticClass:"le-panel__card--header flex align-center"},[a("span",{staticClass:"le-header__sign"}),a("span",{staticClass:"le-header__text"},[e._v("经营数据")])]),a("div",{staticClass:"le-content__boyd-body flex"},[a("div",{staticClass:"le-echarts flex-sub flex flex-direction align-center"},[a("span",{staticClass:"le-number"},[e._v(e._s(e.today_count.today_visit))]),a("span",{staticClass:"le-prompt"},[e._v("访客数")]),a("div",{staticClass:"le-echarts__canvas",attrs:{id:"visitors"}})]),a("div",{staticClass:"le-echarts flex-sub flex flex-direction align-center"},[a("span",{staticClass:"le-number"},[e._v("¥"+e._s(e.today_count.today_pay_amount))]),a("span",{staticClass:"le-prompt"},[e._v("支付金额")]),a("div",{staticClass:"le-echarts__canvas",attrs:{id:"amount"}})]),a("div",{staticClass:"le-echarts flex-sub flex flex-direction align-center"},[a("span",{staticClass:"le-number"},[e._v(e._s(e.today_count.today_num_order))]),a("span",{staticClass:"le-prompt"},[e._v("支付订单数")]),a("div",{staticClass:"le-echarts__canvas",attrs:{id:"orders"}})]),a("div",{staticClass:"le-echarts flex-sub flex flex-direction align-center"},[a("span",{staticClass:"le-number"},[e._v(e._s(e.today_count.today_num_buyer))]),a("span",{staticClass:"le-prompt"},[e._v("支付买家数")]),a("div",{staticClass:"le-echarts__canvas",attrs:{id:"buyers"}})])])]),a("div",{staticClass:"le-content__footer flex"},[a("div",{staticClass:"le-table__content le-panel__card flex-sub"},[a("div",{staticClass:"le-panel__card--header flex align-center"},[a("span",{staticClass:"le-header__sign"}),a("span",{staticClass:"le-header__text"},[e._v("商品销量排行")]),a("button",{staticClass:"le-button",on:{click:function(t){return e.exportData("sale")}}},[e._v("导出")])]),a("el-table",{staticClass:"le-table",attrs:{data:e.sale,height:600,"empty-text":"暂无排行","row-class-name":"le-table__row","cell-class-name":"le-table__cell","header-row-class-name":"le-table__header","default-sort":{prop:"sales_amount",order:"descending"}},on:{"sort-change":e.sortGoods}},[a("el-table-column",{attrs:{label:"排名",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"flex justify-start align-center"},[(e.sale_page.current-1)*e.sale_page.size+t.$index+1>3?a("span",[e._v(" "+e._s(e._f("getIndex")((e.sale_page.current-1)*e.sale_page.size+t.$index+1))+" ")]):(e.sale_page.current-1)*e.sale_page.size+t.$index+1===1?a("img",{attrs:{src:i("4e29"),alt:""}}):(e.sale_page.current-1)*e.sale_page.size+t.$index+1===2?a("img",{attrs:{src:i("edad"),alt:""}}):(e.sale_page.current-1)*e.sale_page.size+t.$index+1===3?a("img",{attrs:{src:i("00f8"),alt:""}}):e._e()])]}}])}),a("el-table-column",{attrs:{label:"商品","class-name":"le-line-name"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.name)+" ")]}}])}),a("el-table-column",{attrs:{label:"销售额",width:200,prop:"sales_amount",sortable:"custom"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" ¥"+e._s(t.row.sales_amount)+" ")]}}])}),a("el-table-column",{attrs:{label:"销量",width:200,prop:"sales",sortable:"custom"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.sales)+" ")]}}])})],1),a("div",{staticClass:"flex justify-end le-table__page"},[a("el-pagination",{attrs:{background:"","current-page":e.sale_page.current,"page-count":e.sale_page.count,layout:"prev, pager, next, jumper"},on:{"current-change":function(t){return e.changeCurrent(t,"sale")}}})],1)],1),a("div",{staticClass:"le-table__content le-panel__card flex-sub"},[a("div",{staticClass:"le-panel__card--header flex align-center"},[a("span",{staticClass:"le-header__sign"}),a("span",{staticClass:"le-header__text"},[e._v("用户购买力排行")]),a("button",{staticClass:"le-button",on:{click:function(t){return e.exportData("buyer")}}},[e._v("导出")])]),a("el-table",{staticClass:"le-table",attrs:{data:e.buyer,height:600,"empty-text":"暂无排行","row-class-name":"le-table__row","cell-class-name":"le-table__cell","header-row-class-name":"le-table__header","default-sort":{prop:"buy_amount",order:"descending"}},on:{"sort-change":e.sortBuyer}},[a("el-table-column",{attrs:{label:"排名",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"flex justify-start align-center"},[(e.buyer_page.current-1)*e.buyer_page.size+t.$index+1>3?a("span",[e._v(" "+e._s(e._f("getIndex")((e.buyer_page.current-1)*e.buyer_page.size+t.$index+1))+" ")]):(e.buyer_page.current-1)*e.buyer_page.size+t.$index+1===1?a("img",{attrs:{src:i("4e29"),alt:""}}):(e.buyer_page.current-1)*e.buyer_page.size+t.$index+1===2?a("img",{attrs:{src:i("edad"),alt:""}}):(e.buyer_page.current-1)*e.buyer_page.size+t.$index+1===3?a("img",{attrs:{src:i("00f8"),alt:""}}):e._e()])]}}])}),a("el-table-column",{attrs:{label:"用户"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"flex align-center"},[a("img",{staticClass:"le-avatar",attrs:{src:t.row.avatar,alt:""}}),a("el-popover",{attrs:{placement:"top","max-width":"400",trigger:"hover",content:t.row.oauth&&"weapp"===t.row.oauth.type?"小程序":"公众号"}},[t.row.oauth&&"weapp"===t.row.oauth.type?a("he-icon",{staticClass:"le-icon",attrs:{slot:"reference",size:"18px",type:"le-icon-xiaochengxu"},slot:"reference"}):e._e(),t.row.oauth&&"wechat"===t.row.oauth.type?a("he-icon",{staticClass:"le-icon",attrs:{slot:"reference",size:"18px",type:"le-icon-wehcat"},slot:"reference"}):e._e()],1),a("span",[e._v(e._s(t.row.nickname))])],1)]}}])}),a("el-table-column",{attrs:{label:"支付金额",width:200,prop:"buy_amount",sortable:"custom"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" ¥"+e._s(t.row.statistical.buy_amount)+" ")]}}])}),a("el-table-column",{attrs:{label:"支付件数",width:200,prop:"buy_number",sortable:"custom"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.statistical.buy_number)+" ")]}}])})],1),a("div",{staticClass:"flex justify-end le-table__page"},[a("el-pagination",{attrs:{background:"","current-page":e.buyer_page.current,"page-count":e.buyer_page.count,layout:"prev, pager, next, jumper"},on:{"current-change":function(t){return e.changeCurrent(t,"buyer")}}})],1)],1)]),a("div",{staticClass:"le-panel__footer"},[a("div",{staticClass:"le-link"},[a("span",[e._v("官网")]),e._v("丨 "),a("span",[a("a",{attrs:{href:"http://forum.leadshop.vip/",target:"_blank"}},[e._v("论坛")])]),e._v("丨 "),a("span",[e._v("文档")])]),a("div",{staticClass:"le-copy",domProps:{innerHTML:e._s(e.copyright)}})])])])},n=[],s=i("5530"),r=(i("841c"),i("ac1f"),i("d81d"),i("b0c0"),i("313e")),l=i("2f62"),c=Object(l["a"])("setting"),o=c.mapGetters,d={data:function(){return{sale:[],buyer:[],sale_keyword:{sort:{sales_amount:"DESC"}},buyer_keyword:{sort:{buy_amount:"DESC"}},store_count:{unpaid:"0",unsent:"0",order_after:"0",user_number:"0",income_amount:"0"},today_count:{today_visit:0,today_pay_amount:0,today_num_order:0,today_num_buyer:0},sale_page:{size:10,current:1},buyer_page:{size:10,current:1},visitors:null,amount:null,orders:null,buyers:null}},computed:Object(s["a"])(Object(s["a"])({},o({getStore:"getStore",getBasic:"getBasic"})),{},{copyright:function(){return this.HTMLDecode($_W.Copyright)}}),mounted:function(){var e=this;this.visitors=this.setEcharts("visitors"),this.amount=this.setEcharts("amount"),this.orders=this.setEcharts("orders"),this.buyers=this.setEcharts("buyers"),this.getStoreCount(),this.getNearTwoDay(),this.getSaleList(),this.getBuyerList(),window.onresize=function(){e.visitors.resize(),e.amount.resize(),e.orders.resize(),e.buyers.resize()}},methods:{HTMLDecode:function(e){var t=document.createElement("div");t.innerHTML=e;var i=t.innerText||t.textContent;return t=null,i},getStoreCount:function(){var e=this;this.$heshop.statistical("get",{behavior:"storeCount"}).then((function(t){e.store_count=t})).catch((function(t){e.$message.error(t.data.message)}))},getNearTwoDay:function(){var e=this;this.$heshop.statistical("get",{behavior:"nearTwoDay"}).then((function(t){e.today_count=t,e.setEchartsData("visitors",[t.today_list.visit_list,t.yesterday_list.visit_list]),e.setEchartsData("amount",[t.today_list.pay_amount_list,t.yesterday_list.pay_amount_list]),e.setEchartsData("orders",[t.today_list.num_order_list,t.yesterday_list.num_order_list]),e.setEchartsData("buyers",[t.today_list.num_buyer_list,t.yesterday_list.num_buyer_list])})).catch((function(t){e.$message.error(t.data.message)}))},getList:function(e,t,i,a,n){var s=this;this.$heshop.search("post",{include:e},{keyword:t}).page(this[i].current,this[i].size).then((function(e){var t=e.data,r=e.headers;s[a]=n(t),s[i]={current:+r["x-pagination-current-page"],count:+r["x-pagination-page-count"]>10?10:+r["x-pagination-page-count"],size:+r["x-pagination-per-page"],total:+r["x-pagination-page-count"]>10?10:+r["x-pagination-page-count"]}})).catch((function(e){s.$message.error(e.data.message)}))},getSaleList:function(){this.getList("goods",this.sale_keyword,"sale_page","sale",(function(e){return e}))},getBuyerList:function(){this.getList("users",this.buyer_keyword,"buyer_page","buyer",(function(e){return e=e.map((function(e){return e.statistical||(e.statistical={buy_number:0,buy_amount:"0.00"}),e})),e}))},sortBuyer:function(e){this.buyer_keyword.sort={},this.buyer_keyword.sort[e.prop]="ascending"===e.order?"ASC":"DESC",this.getBuyerList()},sortGoods:function(e){this.sale_keyword.sort={},this.sale_keyword.sort[e.prop]="ascending"===e.order?"ASC":"DESC",this.getSaleList()},changeCurrent:function(e,t){"sale"===t?(this.sale_page.current=e,this.getSaleList()):(this.buyer_page.current=e,this.getBuyerList())},exportData:function(e){var t=this,a="",n="",s="";"sale"===e?(a="exportGoods",n=this.sale_keyword.sort,s="商品销量"):(a="exportUsers",n=this.buyer_keyword.sort,s="用户购买力"),this.$heshop.statistical("get",{behavior:a,sort:JSON.stringify(n)}).then((function(e){Promise.resolve().then(function(){t.$h.Export2Excel.export_json_to_excel({header:e.tHeader,data:e.list,filename:s+"报表("+t.$moment(new Date).format("YYYYMMDDHHmmss")+")"})}.bind(null,i)).catch(i.oe)})).catch((function(e){t.$message.error(e.data.message)}))},setEcharts:function(e){var t={tooltip:{trigger:"axis",axisPointer:{type:"line"},formatter:function(e){for(var t="",i=0;i"),t+="
",t+='',t+=s+":"+r,t+="
"}return t}},color:["#623CEB","#BBBFC8"],grid:{left:"3%",right:"4%",bottom:"1%",top:"15%",containLabel:!0},xAxis:{type:"category",boundaryGap:!1,axisLine:{lineStyle:{color:"rgba(0, 0, 0, 0.6)",width:.5}},axisTick:{interval:7},axisLabel:{interval:7},data:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},yAxis:[{type:"value",axisLabel:{show:!1},splitLine:{show:!0,lineStyle:{type:"dashed",width:.5}}}]},i=r["a"](document.getElementById(e));return i.setOption(t),i},setEchartsData:function(e,t){this[e].setOption({series:[{name:"今日",type:"line",smooth:!0,symbol:"none",lineStyle:{normal:{color:"#623CEB",width:1}},data:t[0]},{name:"昨日",type:"line",smooth:!0,symbol:"none",lineStyle:{normal:{color:"#BBBFC8",width:1}},data:t[1]}]})},router:function(e){var t="",i={};0===e||1===e?(t="/order/index",0===e?i={tab:"unpaid"}:1===e&&(i={tab:"unsent"})):2===e?t="/order/after":3===e?t="/setup/index":4===e?t="/goods/publish":5===e?t="/store/index":6===e?t="/users/index":7===e&&(t="/order/index"),this.$router.push({path:t,query:i})}},filters:{getIndex:function(e){return e<10?"0"+e:e}}},u=d,p=(i("dbcb"),i("2877")),m=Object(p["a"])(u,a,n,!1,null,"710e36a0",null);t["default"]=m.exports},e242:function(e,t,i){e.exports=i.p+"img/he-5-order.d9918db3.png"},e25a:function(e,t,i){},e3f9:function(e,t,i){"use strict";i("61b2")},e480:function(e,t,i){e.exports=i.p+"img/wechat-live.6f843e9c.png"},e599:function(e,t,i){"use strict";i("5ecd")},e712:function(e,t,i){},e767:function(e,t,i){},e81b:function(e,t,i){},e9a3:function(e,t,i){},e9ca:function(e,t,i){},e9da:function(e,t,i){},e9eb:function(e,t,i){"use strict";i("ccbd")},ea73:function(e,t,i){"use strict";i("49e6")},eb1b:function(e,t,i){"use strict";i("bd5c")},ebc4:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-matter"},[i("div",{staticClass:"le-form-card"},[i("el-form",{ref:"keyword",staticClass:"le-search--form",attrs:{model:e.keyword,"status-icon":"","label-width":"80px"}},[i("div",{staticStyle:{display:"flex","flex-wrap":"wrap"}},[i("el-form-item",{attrs:{label:"订单搜索",prop:"pass"}},[i("el-input",{staticClass:"he-searchInput",attrs:{clearable:"",autocomplete:"off",placeholder:"输入"+e.placeHolder+"搜索"},on:{clear:e.brush},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.brush(t)}},model:{value:e.keyword.search,callback:function(t){e.$set(e.keyword,"search",t)},expression:"keyword.search"}},[i("el-select",{attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.keyword.search_key,callback:function(t){e.$set(e.keyword,"search_key",t)},expression:"keyword.search_key"}},e._l(e.selectList,(function(e,t){return i("el-option",{key:t,attrs:{label:e.label,value:e.value}})})),1)],1)],1),i("el-form-item",{attrs:{label:"支付方式",prop:"checkPass"}},[i("el-select",{staticClass:"he-select__width",attrs:{placeholder:"请选择"},model:{value:e.keyword.pay_type,callback:function(t){e.$set(e.keyword,"pay_type",t)},expression:"keyword.pay_type"}},[i("el-option",{attrs:{label:"全部",value:""}}),i("el-option",{attrs:{label:"微信",value:"wechat"}})],1)],1),i("el-form-item",{attrs:{label:"订单类型",prop:"checkPass"}},[i("el-select",{staticClass:"he-select__width",attrs:{placeholder:"请选择"},model:{value:e.keyword.type,callback:function(t){e.$set(e.keyword,"type",t)},expression:"keyword.type"}},[i("el-option",{attrs:{label:"全部",value:""}}),i("el-option",{attrs:{label:"普通订单",value:"base"}}),e.$manifest("task","status")?i("el-option",{attrs:{label:"积分订单",value:"task"}}):e._e()],1)],1),i("el-form-item",{attrs:{label:"下单时间",prop:"checkPass"}},[i("div",{staticClass:"el-row--flex"},[i("div",{staticClass:"data-picker"},[i("el-date-picker",{staticStyle:{width:"200px"},attrs:{type:"datetime",placeholder:"选择时间"},model:{value:e.keyword.time_start_show,callback:function(t){e.$set(e.keyword,"time_start_show",t)},expression:"keyword.time_start_show"}})],1),i("div",{staticClass:"to"},[e._v("至")]),i("div",{staticClass:"data-picker"},[i("el-date-picker",{staticStyle:{width:"200px"},attrs:{type:"datetime",placeholder:"选择时间"},model:{value:e.keyword.time_end_show,callback:function(t){e.$set(e.keyword,"time_end_show",t)},expression:"keyword.time_end_show"}})],1)])]),i("el-form-item",{attrs:{label:"订单来源",prop:"age"}},[i("el-select",{staticClass:"he-select__width",attrs:{placeholder:"请选择"},model:{value:e.keyword.source,callback:function(t){e.$set(e.keyword,"source",t)},expression:"keyword.source"}},[i("el-option",{attrs:{label:"全部",value:""}}),i("el-option",{attrs:{label:"微信小程序",value:"weapp"}}),i("el-option",{attrs:{label:"公众号",value:"wechat"}})],1)],1)],1),i("div",{staticClass:"le-button"},[i("el-button",{attrs:{type:"primary"},on:{click:e.brush}},[e._v("筛选")]),i("el-button",{on:{click:e.empty}},[e._v("清空")]),i("el-button",{directives:[{name:"popup",rawName:"v-popup.orderExport",value:e.keyword,expression:"keyword",modifiers:{orderExport:!0}}],attrs:{sureBtn:"导出",title:"导出",module:"order",width:"880",hide_cancel:!0,sure_btn:"确认导出",action:"toHistory"}},[e._v("导出 ")]),i("he-link",{attrs:{href:"order/orderExportHistory"}},[i("el-button",{staticClass:"he-click",attrs:{type:"text"}},[e._v("导出历史")])],1)],1)])],1),i("el-tabs",{staticClass:"le-tabs",attrs:{type:"card"},on:{"tab-click":e.tableClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[i("el-tab-pane",{attrs:{lazy:"",label:"全部订单("+e.tabCount.all+")",name:"all"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"待付款("+e.tabCount.unpaid+")",name:"unpaid"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"待发货("+e.tabCount.unsent+")",name:"unsent"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"待收货("+e.tabCount.unreceived+")",name:"unreceived"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"已收货("+e.tabCount.received+")",name:"received"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"已完成("+e.tabCount.finished+")",name:"finished"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"已关闭("+e.tabCount.closed+")",name:"closed"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1),i("el-tab-pane",{attrs:{lazy:"",label:"回收站("+e.tabCount.recycle+")",name:"recycle"}},[i("orderAll",{attrs:{page:e.page,loading:e.tableLoading},on:{count:e.onReload,request:e.getList},model:{value:e.orderList,callback:function(t){e.orderList=t},expression:"orderList"}})],1)],1)],1)},n=[],s=i("1da1"),r=(i("96cf"),i("d3b7"),i("25f0"),i("fb6a"),i("841c"),i("ac1f"),i("b0c0"),function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"he-matter"},[i("el-row",{staticClass:"he-header"},[i("el-col",{attrs:{span:6}},[e._v("商品描述")]),i("el-col",{attrs:{span:4}},[e._v("单价/数量")]),i("el-col",{attrs:{span:3}},[e._v("买家/收货人")]),i("el-col",{attrs:{span:3}},[e._v("实付金额")]),i("el-col",{attrs:{span:3}},[e._v("支付方式")]),i("el-col",{attrs:{span:3}},[e._v("订单状态")]),i("el-col",{attrs:{span:2}},[e._v("操作")])],1),i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"he-body"},e._l(e.value,(function(t,a){return i("div",{key:t.id,staticClass:"he-item"},[i("el-row",{staticClass:"he-item__header"},[i("el-col",{staticClass:"he-item__time",attrs:{span:3}},[e._v(" "+e._s(e._f("timeFormat")(t.created_time,"yyyy-mm-dd hh:MM:ss"))+" ")]),i("el-col",{staticStyle:{height:"48px"},attrs:{span:4}},[i("span",{staticClass:"he-item__sn__title"},[e._v(" 订单号: ")]),i("span",{staticClass:"he-item__sn"},[e._v(" "+e._s(t.order_sn)+" ")])]),i("el-col",{staticClass:"he-platform el-row--flex is-align-middle",attrs:{span:3,type:"flex"}},[i("he-icon",{staticClass:"he-platform__icon",attrs:{size:"18px",type:"weapp"===t.source?"le-icon-xiaochengxu":"wechat"===t.source?"le-icon-wehcat":""}}),e._v(" "+e._s("weapp"===t.source?"微信小程序":"wechat"===t.source?"公众号":"")+" ")],1),i("el-col",{staticStyle:{opacity:"0"},attrs:{span:10}},[e._v("1")]),i("el-col",{staticClass:"he-remarks el-row--flex is-justify-end is-align-middle",attrs:{span:4}},[t.note&&0===t.is_recycle?i("el-popover",{attrs:{placement:"top-end","max-width":"400",trigger:"hover",content:t.note}},[i("he-icon",{directives:[{name:"popup",rawName:"v-popup.merchantNotes",value:t,expression:"item",modifiers:{merchantNotes:!0}}],staticClass:"he-remarks__icon",staticStyle:{color:"#fbad15"},attrs:{slot:"reference",title:"商家备注",id:t.id+"_note__edit",width:"480",top:"35vh",module:"order",type:"le-icon-note"},slot:"reference"})],1):e._e(),t.note||0!==t.is_recycle?e._e():i("div",{directives:[{name:"popup",rawName:"v-popup.merchantNotes",value:t,expression:"item",modifiers:{merchantNotes:!0}}],attrs:{title:"商家备注",id:t.id+"_note",width:"480",top:"35vh",module:"order"}},[i("he-icon",{staticClass:"he-remarks__icon",staticStyle:{color:"#dcdfe6"},attrs:{type:"le-icon-note"}})],1),204===t.status||101===t.status||102===t.status||103===t.status?i("he-icon",{staticClass:"he-remarks__icon",staticStyle:{color:"#dcdfe6","margin-left":"10px"},attrs:{type:"le-icon-trash"},nativeOn:{click:function(i){return e.openDelete(t)}}}):e._e()],1)],1),i("el-row",{staticClass:"he-item__body el-row--flex"},[i("el-col",{staticClass:"he-product",attrs:{span:10}},[e._l(t.goods.slice(0,3),(function(a,n){return i("el-row",{key:n,staticClass:"he-goods"},[i("el-col",{staticClass:"el-row--flex",attrs:{span:16}},[i("div",{staticClass:"he-goods__img__box"},[i("el-image",{staticClass:"he-goods__img",attrs:{src:a.goods_image}},[i("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[i("i",{staticClass:"el-icon-picture-outline"})])]),i("he-link",{attrs:{href:"order/afterDetail",query:{order_goods_id:a.id}}},[a.after_sales?i("div",{staticClass:"he-goods__after"},[e._v(" "+e._s(e._f("getAfter")(a.after))+" "),i("he-icon",{staticClass:"he-goods__after__icon",attrs:{type:"le-icon-arrow-right"}})],1):e._e()])],1),i("div",{staticClass:"he-name-attr"},[i("div",{staticClass:"he-name"},[e._v(e._s(a.goods_name))]),i("div",{staticClass:"he-attr"},[e._v(e._s(a.show_goods_param))])])]),i("el-col",{attrs:{span:8}},["task"==t.type?i("div",{staticClass:"he-price"},[e._v(e._s(a.goods_score)+"积分+¥"+e._s(a.goods_price))]):i("div",{staticClass:"he-price"},[e._v("¥"+e._s(a.goods_price))]),i("div",{staticClass:"he-price"},[e._v("×"+e._s(a.goods_number))])])],1)})),t.goods.length>3?i("el-row",{staticClass:"he-goods__more"},[i("he-link",{attrs:{href:"order/orderDetail",query:{id:t.id}}},[e._v(" 查看更多商品> ")])],1):e._e()],2),i("el-col",{staticClass:"he-buyer-consignee he-vertical__center",attrs:{span:3}},[i("div",{staticClass:"he-buyer"},[e._v(e._s(t.user.nickname))]),i("div",{staticClass:"he-consignee"},[i("p",{staticClass:"he-consignee__text"},[e._v(e._s(t.buyer.name))]),i("p",{staticClass:"he-consignee__text"},[e._v(e._s(t.buyer.mobile))])])]),i("el-col",{staticClass:"he-actually-paid he-vertical__center",attrs:{span:3}},[i("div",{staticClass:"he-price"},[e._v("¥"+e._s(t.pay_amount))]),i("div",{staticClass:"he-shipping"},[e._v("(含运费¥"+e._s(t.freight_amount)+")")]),100===t.status?i("he-icon",{directives:[{name:"popup",rawName:"v-popup.modifyPrice",value:t,expression:"item",modifiers:{modifyPrice:!0}}],staticClass:"he-edit__price",attrs:{type:"le-icon-editor",id:t.id+"_price",title:"修改价格",width:"431",module:"order"}}):e._e()],1),i("el-col",{staticClass:"he-payment-method he-vertical__center",attrs:{span:3}},[e._v(" "+e._s(e._f("getPayType")(t.pay_type))+" ")]),i("el-col",{staticClass:"he-order-status he-vertical__center",attrs:{span:3}},[i("div",{staticClass:"he-status"},[e._v(e._s(e._f("orderStatus")(t.status)))]),1!==t.is_recycle?i("div",[i("he-link",{attrs:{href:"order/orderDetail",query:{id:t.id}}},[i("el-button",{staticClass:"he-click",attrs:{type:"text"}},[e._v("订单详情")])],1)],1):e._e(),1!==t.is_recycle?i("div",[t.status>=202&&t.freight?i("el-button",{directives:[{name:"popup",rawName:"v-popup.logisticsInformation",value:t,expression:"item",modifiers:{logisticsInformation:!0}}],staticClass:"he-click",attrs:{type:"text",title:"物流信息",hide_cancel:!0,width:1===t.freight.type?740:285,module:"order",top:"35vh",id:t.id+"_logistics_information"}},[e._v("查看物流")]):e._e()],1):e._e()]),i("el-col",{staticClass:"he-operating he-vertical__center",attrs:{span:2}},[201===t.status?i("div",[i("el-button",{directives:[{name:"show",rawName:"v-show",value:201===t.status,expression:"item.status === 201"},{name:"popup",rawName:"v-popup.orderShipping",value:{index:a,item:t},expression:"{ index: index1, item: item }",modifiers:{orderShipping:!0}}],staticClass:"he-click",style:e.afterShow(t)?"color:#DCDFE6;":"",attrs:{type:"text",module:"order",title:"订单发货",id:t.id+"_shipping",width:"512",disabled:e.afterShow(t),action:"onReload"}},[e._v("发货")])],1):e._e(),i("div",{directives:[{name:"show",rawName:"v-show",value:100===t.status,expression:"item.status === 100"}]},[i("popconfirm",{attrs:{title:"订单取消请谨慎操作,确定取消?",width:"392px",top:"35vh"},on:{confirm:function(i){return e.cancelItem({index:a,item:t})}}},[i("el-button",{staticClass:"he-click",attrs:{type:"text"}},[e._v("取消订单")])],1)],1),i("div",{directives:[{name:"show",rawName:"v-show",value:201===t.status,expression:"item.status === 201"}]},[i("el-button",{directives:[{name:"popup",rawName:"v-popup.changeAddress",value:{index:a,item:t},expression:"{ index: index1, item: item }",modifiers:{changeAddress:!0}}],staticClass:"he-click",style:e.afterShow(t)?"color:#DCDFE6;":"",attrs:{type:"text",title:"修改地址",width:"524",module:"order",top:"35vh",id:t.id+"_change_address",disabled:e.afterShow(t)}},[e._v("修改地址")])],1),i("div",{directives:[{name:"show",rawName:"v-show",value:202===t.status,expression:"item.status === 202"}]},[i("el-button",{directives:[{name:"popup",rawName:"v-popup.modifyLogistics",value:{index:a,item:t},expression:"{ index: index1, item: item }",modifiers:{modifyLogistics:!0}}],staticClass:"he-click",style:e.afterShow(t)?"color:#DCDFE6;":"",attrs:{type:"text",title:"修改物流",width:"524",module:"order",top:"35vh",id:t.id+"_modify_logistics",disabled:e.afterShow(t)}},[e._v("修改物流")])],1),i("div",{directives:[{name:"show",rawName:"v-show",value:202===t.status,expression:"item.status === 202"}]},[i("popconfirm",{attrs:{disabled:e.afterShow(t),title:"确认收货请谨慎操作,确定买家已收货?",width:"440px",top:"35vh"},on:{confirm:function(i){return e.confirmReceipt({index:a,item:t})}}},[i("el-button",{staticClass:"he-click",style:e.afterShow(t)?"color:#DCDFE6;":"",attrs:{type:"text",disabled:e.afterShow(t)}},[e._v("确认收货")])],1)],1),1===t.is_recycle?i("div",[i("popconfirm",{attrs:{title:"确定恢复该订单?",width:"392px",top:"35vh"},on:{confirm:function(i){return e.restoreItem({item:t})}}},[i("el-button",{staticClass:"he-click",attrs:{type:"text"}},[e._v("恢复")])],1)],1):e._e()])],1),t.buyer.note?i("el-row",{staticClass:"he-item__footer"},[i("el-col",{attrs:{span:24}},[e._v("买家留言:"+e._s(t.buyer.note))])],1):e._e()],1)})),0),i("div",{staticClass:"el-row--flex is-justify-end he-footer"},[i("div",{staticClass:"he-tabpane-pagination"},[i("el-pagination",{attrs:{background:"","current-page":e.page.current,"page-count":e.page.count,layout:" prev, pager, next, jumper"},on:{"current-change":e.currentChange}})],1)])],1)}),l=[],c=i("d8df"),o={components:{popconfirm:c["a"]},name:"orderAll",props:{value:{type:Array},page:{type:Object},loading:{type:Boolean}},methods:{currentChange:function(e){this.page.current=e,this.$emit("request",this.page)},deleteItem:function(e){var t=this;1===e.item.is_recycle?this.$heshop.recycle("delete",e.item.id,{include:"order"}).then((function(){t.$message.success("删除成功"),t.onReload()})).catch((function(e){t.$message.error(e.data.message)})):this.$heshop.order("delete",e.item.id).then((function(){t.$message.success("删除成功"),t.onReload()})).catch((function(e){t.$message.error(e.data.message)}))},restoreItem:function(e){var t=this;this.$heshop.recycle("put",{id:e.item.id,include:"order"},null).then((function(){t.$message.success("恢复成功"),t.onReload()})).catch((function(e){t.$message.error(e.data.message)}))},cancelItem:function(e){var t=this;this.$heshop.order("put",{id:e.item.id,behavior:"cancel"},null).then((function(i){t.$message.success("取消成功"),t.$set(t.value[e.index],"status",i.status),t.onReload()})).catch((function(e){t.$message.error(e.data.message)}))},confirmReceipt:function(e){var t=this;this.$heshop.order("put",{id:e.item.id,behavior:"received"},null).then((function(i){t.$message.success("收货成功"),t.$set(t.value[e.index],"status",i.status),t.onReload()})).catch((function(e){t.$message.error(e.data.message)}))},afterShow:function(e){for(var t=e.goods,i=!1,a=0;ai)this.$message({message:"超过上传大小限制,最大"+i+"M",type:"warning"});else{if(this.$refs.input.value=null,!this.beforeUpload)return this.post(e);var a=this.beforeUpload(e);a&&a.then?a.then((function(i){var a=Object.prototype.toString.call(i);if("[object File]"===a||"[object Blob]"===a){for(var n in"[object Blob]"===a&&(i=new File([i],e.name,{type:e.type})),e)e.hasOwnProperty(n)&&(i[n]=e[n]);t.post(i)}else t.post(e)}),(function(){t.onRemove(null,e)})):!1!==a?this.post(e):this.onRemove(null,e)}},abort:function(e){var t=this.reqs;if(e){var i=e;e.uid&&(i=e.uid),t[i]&&t[i].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())},post:function(e){var t=this,i=e.uid,a=this.action(e,this.uploader.groupID);this.reqs[i]=a,a&&a.then&&a.then((function(a){t.onSuccess(a,e),delete t.reqs[i]})).catch((function(a){t.onError&&t.onError(a,e),delete t.reqs[i]}))}},render:function(e){var t=this.handleClick,i=(this.drag,this.name),a=this.handleChange,n=this.multiple,s=this.accept,l=this.listType,c=(this.uploadFiles,this.disabled,this.handleKeydown),o={class:{"el-upload":!0},on:{click:t,keydown:c}};return o.class["el-upload--".concat(l)]=!0,e("div",r()([{},o,{attrs:{tabindex:"0"}}]),[this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:i,multiple:n,accept:s},ref:"input",on:{change:a}})])}},p=u,m=i("2877"),h=Object(m["a"])(p,a,n,!1,null,null,null);t["a"]=h.exports},fb84:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-matter"},[i("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[i("el-breadcrumb-item",{staticClass:"he-link"},[i("he-link",{attrs:{href:"order/index"}},[e._v(" 订单管理 ")])],1),i("el-breadcrumb-item",[e._v("订单详情")])],1),i("el-row",{staticClass:"le-line"}),i("el-row",[i("el-col",{attrs:{span:8}},[i("div",{staticClass:"le-card he-do-info"},[i("div",{staticStyle:{height:"150px"}},[i("div",{staticClass:"he-status"},[e._v(e._s(e._f("orderStatus")(e.detail.status)))]),101===e.detail.status?i("div",{staticClass:"he-cancel"},[e._v("买家取消")]):e._e(),102===e.detail.status?i("div",{staticClass:"he-cancel"},[e._v("订单超时未付款")]):e._e(),103===e.detail.status?i("div",{staticClass:"he-cancel"},[e._v("后台取消")]):e._e(),201===e.detail.status?i("div",{staticClass:"he-prompt"},[e._v("温馨提示:请尽快发货")]):e._e(),100===e.detail.status?[i("span",{staticClass:"he-received-text"},[e._v(" 买家未在"+e._s(e._f("getTime2")(e.detail.cancel_time))+"内付款 ")]),i("he-link",{attrs:{href:"setup/index"}},[i("el-button",{staticClass:"he-goSetting he-purple",attrs:{type:"text"}},[e._v("去设置")])],1),i("div",{staticClass:"he-received-text"},[e._v("订单将自动关闭")])]:e._e(),202===e.detail.status?[i("span",{staticClass:"he-received-text"},[e._v(" 买家未在"+e._s(e._f("getTime2")(e.detail.received_time))+"内确认收货 ")]),i("he-link",{attrs:{href:"setup/index"}},[i("el-button",{staticClass:"he-goSetting he-purple",attrs:{type:"text"}},[e._v("去设置")])],1),i("div",{staticClass:"he-received-text"},[e._v("订单将自动确认收货")])]:e._e(),i("div",{staticClass:"he-do-info__item"},[i("span",{staticClass:"he-label"},[e._v("订单号:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.order_sn))])]),i("div",{staticClass:"he-do-info__item"},[i("span",{staticClass:"he-label"},[e._v("下单时间:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e._f("getTime")(e.detail.created_time)))])])],2),100===e.detail.status?i("popconfirm",{attrs:{width:"392px",title:"订单取消请谨慎操作,确定取消?"},on:{confirm:function(t){return e.cancelItem(e.detail)}}},[i("el-button",{staticClass:"he-do-btn"},[e._v("取消订单")])],1):e._e(),100===e.detail.status?i("el-button",{directives:[{name:"popup",rawName:"v-popup.modifyPrice",value:e.detail,expression:"detail",modifiers:{modifyPrice:!0}}],staticClass:"he-do-btn",attrs:{action:"getNew",disabled:e.afterShow(e.detail),title:"修改价格",width:"431",module:"order"}},[e._v("修改价格 ")]):e._e(),201===e.detail.status?i("el-button",{directives:[{name:"popup",rawName:"v-popup.orderShipping",value:{item:e.detail},expression:"{ item: detail }",modifiers:{orderShipping:!0}}],staticClass:"he-do-btn",attrs:{disabled:e.afterShow(e.detail),title:"订单发货",id:e.detail.id+"_shipping",width:"512",module:"order"}},[e._v("发货 ")]):e._e(),202===e.detail.status?i("el-button",{directives:[{name:"popup",rawName:"v-popup.modifyLogistics",value:{item:e.detail},expression:"{ item: detail }",modifiers:{modifyLogistics:!0}}],staticClass:"he-do-btn",attrs:{title:"修改物流",width:"524",module:"order",top:"35vh",id:e.detail.id+"_modify_logistics",disabled:e.afterShow(e.detail)}},[e._v("修改物流 ")]):e._e(),202===e.detail.status?i("popconfirm",{attrs:{width:"440px",disabled:e.afterShow(e.detail),title:"确认收货请谨慎操作,确定买家已收货?"},on:{confirm:function(t){return e.confirmReceipt(e.detail)}}},[i("el-button",{staticClass:"he-do-btn",attrs:{disabled:e.afterShow(e.detail)}},[e._v("确认收货")])],1):e._e()],1)]),i("el-col",{attrs:{span:16}},[i("div",{staticClass:"le-card he-step flex align-center justify-around"},[i("div",{staticClass:"he-buyer-orders"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:100===e.detail.status?"he-img__select":e.detail.status>=100?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-place-order"}})],1),i("div",{staticClass:"he-title"},[e._v("买家下单")]),i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.created_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.created_time))),i("br")])]),i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots",class:e.detail.status>100?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>100?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>100?"he-select":"he-noSelect"})]),i("div",{staticClass:"he-row",class:e.detail.status>100?"he-row-select":"he-row-noSelect"})]),101!==e.detail.status&&102!==e.detail.status&&103!==e.detail.status?[i("div",{staticClass:"he-buyer-payment"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:201===e.detail.status?"he-img__select":e.detail.status>=202?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-payment"}})],1),i("div",{staticClass:"he-title"},[e._v("买家付款")]),e.detail.pay_time?i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.pay_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.pay_time))),i("br")]):e._e()]),e.isAfterOver?e._e():[i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots",class:e.detail.status>=202?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=202?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=202?"he-select":"he-noSelect"})]),i("div",{staticClass:"he-row",class:e.detail.status>=202?"he-row-select":"he-row-noSelect"})]),i("div",{staticClass:"he-buyer-shipment"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:202===e.detail.status?"he-img__select":e.detail.status>=203?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-delivery"}})],1),i("div",{staticClass:"he-title"},[e._v("卖家发货")]),e.detail.status>=202?i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.send_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.send_time))),i("br")]):e._e()]),i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots",class:e.detail.status>=203?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=203?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=203?"he-select":"he-noSelect"})]),i("div",{staticClass:"he-row",class:e.detail.status>=203?"he-row-select":"he-row-noSelect"})]),i("div",{staticClass:"he-buyer-receiving"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:203===e.detail.status?"he-img__select":204===e.detail.status?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-receipt"}})],1),i("div",{staticClass:"he-title"},[e._v("买家收货")]),e.detail.status>=203?i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.received_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.received_time))),i("br")]):e._e()])],e.isAfterOver?[e.detail.status>=202&&e.detail.send_time?[i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots he-select"}),i("div",{staticClass:"he-dots he-select"}),i("div",{staticClass:"he-dots he-select"})]),i("div",{staticClass:"he-row",class:e.detail.status>=202?"he-row-select":"he-row-noSelect"})]),i("div",{staticClass:"he-buyer-shipment"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:202===e.detail.status?"he-img__select":e.detail.status>=203?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-delivery"}})],1),i("div",{staticClass:"he-title"},[e._v("卖家发货")]),i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.send_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.send_time))),i("br")])])]:e._e(),e.detail.status>=203&&e.detail.received_time?[i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots he-select",class:e.detail.status>=203?"":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=203?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:e.detail.status>=203?"he-select":"he-noSelect"})]),i("div",{staticClass:"he-row",class:e.detail.status>=203?"he-row-select":"he-row-noSelect"})]),i("div",{staticClass:"he-buyer-receiving"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:203===e.detail.status?"he-img__select":204===e.detail.status?"he-img__active":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-receipt"}})],1),i("div",{staticClass:"he-title"},[e._v("买家收货")]),i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.received_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.received_time))),i("br")])])]:e._e()]:e._e(),i("div",{staticClass:"he-transition"},[i("div",{staticClass:"he-dot-bar el-row--flex is-justify-space-around"},[i("div",{staticClass:"he-dots",class:204===e.detail.status?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:204===e.detail.status?"he-select":"he-noSelect"}),i("div",{staticClass:"he-dots",class:204===e.detail.status?"he-select":"he-noSelect"})]),i("div",{staticClass:"he-row",class:e.detail.status>=204?"he-row-select":"he-row-noSelect"})]),i("div",{staticClass:"he-successful-transaction"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:204===e.detail.status?"he-img__select":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-order-finished"}})],1),i("div",{staticClass:"he-title"},[e._v(" "+e._s(e.isAfterOver?"已完成":"交易成功")+" ")]),e.detail.status>=204?i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.finish_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.finish_time))),i("br")]):e._e()])]:[i("div",{staticClass:"he-successful-transaction"},[i("div",{staticClass:"he-img__box el-row--flex is-justify-center is-align-middle",class:101===e.detail.status||102===e.detail.status||103===e.detail.status?"he-img__select":"he-img__noActive"},[i("he-icon",{staticClass:"img",attrs:{type:"le-icon-order-closed"}})],1),i("div",{staticClass:"he-title"},[e._v("订单关闭")]),i("div",{staticClass:"he-time"},[e._v(" "+e._s(e._f("getDay")(e.detail.cancel_time))),i("br"),e._v(" "+e._s(e._f("getHour")(e.detail.cancel_time))),i("br")])])]],2)])],1),i("el-row",{staticClass:"le-line"}),i("el-row",{staticClass:"he-note"},[i("el-col",[i("div",{staticClass:"le-card"},[i("span",{staticClass:"he-note__text"},[e._v("商家备注:"+e._s(e.detail.note))]),i("he-icon",{directives:[{name:"popup",rawName:"v-popup.merchantNotes",value:e.detail,expression:"detail",modifiers:{merchantNotes:!0}}],staticClass:"he-note__edit",attrs:{type:"le-icon-editor",title:"商家备注",width:"480",top:"35vh",module:"order"}})],1)])],1),e.detail.status>=202&&e.detail.freight?[i("el-row",{staticClass:"le-line"}),i("div",{staticClass:"le-card"},[i("el-row",{staticClass:"flex he-info"},[i("el-col",{class:1==e.detail.freight.type?"he-form__line":"",attrs:{span:6}},[i("div",{staticClass:"he-title"},[i("span",[e._v("物流信息")])]),i("div",{staticClass:"he-info__content"},[i("div",[i("span",{staticClass:"he-logistics__title"},[e._v("发货方式:")]),i("span",{staticClass:"he-logistics__value"},[e._v(e._s(1==e.detail.freight.type?"自己联系快递":"无需物流"))])]),1===e.detail.freight.type?i("div",{staticStyle:{display:"inline-block"}},[i("div",[i("span",{staticClass:"he-logistics__title"},[e._v("物流公司:")]),i("span",{staticClass:"he-logistics__value"},[e._v(e._s(e.detail.freight.logistics_company))])]),i("span",{staticClass:"he-logistics__title"},[e._v("快递单号:")]),i("span",{staticClass:"he-logistics__value",staticStyle:{"margin-right":"0"}},[e._v(e._s(e.detail.freight.freight_sn))]),i("el-button",{staticClass:"he-button",attrs:{type:"text"},on:{click:e.copyTrackingNumber}},[e._v("复制")]),i("input",{attrs:{id:"copy-tracking-number"},domProps:{value:e.detail.freight.freight_sn}})],1):e._e()])]),1==e.detail.freight.type?i("el-col",{staticClass:"he-logistics-details",attrs:{span:18}},[i("div",{staticClass:"he-title"},[e._v("物流详情")]),i("div",{staticClass:"he-info__content"},[0!==e.logistics.state?i("div",{staticClass:"le-desc",staticStyle:{padding:"0"}},[e._v(" "+e._s(e.logistics.message)+" ")]):e._e(),i("logistics-step",{attrs:{list:e.logistics.list}})],1)]):e._e()],1)],1)]:e._e(),i("el-row",{staticClass:"le-line"}),i("el-row",{staticClass:"he-info"},[i("el-col",[i("div",{staticClass:"le-card"},[i("el-row",{staticClass:"flex"},[i("el-col",{staticClass:"he-info__box he-form__line",attrs:{span:e.isPay(e.detail.status)?6:8}},[i("div",{staticClass:"he-title"},[i("span",[e._v("收货信息")]),201===e.detail.status?i("he-icon",{directives:[{name:"popup",rawName:"v-popup.changeAddress",value:{item:e.detail},expression:"{ item: detail }",modifiers:{changeAddress:!0}}],staticClass:"he-edit__price",attrs:{type:"le-icon-editor",size:"18px",id:e.detail.id+"_price",title:"修改地址",width:"524",module:"order"}}):e._e()],1),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("收货人姓名:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.buyer.name))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("联系方式:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.buyer.mobile))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("收货地址:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e._f("getAddress")(e.detail.buyer)))])])])]),i("el-col",{staticClass:"he-info__box he-form__line",attrs:{span:e.isPay(e.detail.status)?6:8}},[i("div",{staticClass:"he-title"},[e._v("买家信息")]),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("买家昵称:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.user.nickname))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("买家留言:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.buyer.note))])])])]),e.isPay(e.detail.status)?i("el-col",{staticClass:"he-info__box he-form__line",attrs:{span:6}},[i("div",{staticClass:"he-title"},[e._v("支付信息")]),i("div",{staticClass:"he-info__content"},[i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("支付方式:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e._f("getPayType")(e.detail.pay_type)))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("交易单号:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e.detail.pay_number))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("实付金额:")]),i("span",{staticClass:"he-value"},[e._v("¥"+e._s(e.detail.pay_amount))])]),i("div",{staticClass:"he-info__item"},[i("span",{staticClass:"he-label"},[e._v("付款时间:")]),i("span",{staticClass:"he-value"},[e._v(e._s(e._f("getTime")(e.detail.pay_time)))])])])]):e._e(),i("el-col",{staticClass:"he-info__box",attrs:{span:e.isPay(e.detail.status)?6:8}},[i("div",{staticClass:"he-title"},[e._v("订单来源")]),i("div",{staticClass:"he-info__content"},[i("span",{staticClass:"he-value"},[e._v(" "+e._s("weapp"===e.detail.source?"微信小程序":"wechat"===e.detail.source?"公众号":""))])])])],1)],1)])],1),i("el-row",{staticClass:"le-line"}),i("el-row",[i("el-col",[i("div",{staticClass:"le-card"},[i("el-table",{staticStyle:{width:"100%"},attrs:{data:e.detail.goods}},[i("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("div",{staticClass:"el-row--flex"},[i("div",{staticClass:"he-goods__img__box"},[i("img",{staticClass:"he_goods__pic",attrs:{src:t.row.goods_image,alt:""}}),t.row.after_sales?i("div",{staticClass:"he-goods__after",on:{click:function(i){return e.router(t.row.id)}}},[e._v(" "+e._s(e._f("getAfter")(t.row.after))+" "),i("he-icon",{staticClass:"he-goods__after__icon",attrs:{type:"le-icon-arrow-right"}})],1):e._e()]),i("div",{staticClass:"le_goods__goodsinfo"},[i("div",{staticClass:"he_goods__name"},[e._v(e._s(t.row.goods_name))]),i("div",{staticClass:"he-goods__attr"},[e._v(" "+e._s(t.row.show_goods_param)+" ")])])])]}}])}),i("el-table-column",{attrs:{label:"单价/数量"},scopedSlots:e._u([{key:"default",fn:function(t){return["task"==e.detail.type?i("div",{staticClass:"he-price-number"},[e._v(" "+e._s(t.row.goods_score)+"积分 + ¥"+e._s(t.row.goods_price)),i("br"),e._v(" ×"+e._s(t.row.goods_number)+" ")]):i("div",{staticClass:"he-price-number"},[e._v(" ¥"+e._s(t.row.goods_price)),i("br"),e._v(" ×"+e._s(t.row.goods_number)+" ")])]}}])}),i("el-table-column",{attrs:{label:"商品金额"},scopedSlots:e._u([{key:"default",fn:function(t){return["task"==e.detail.type?i("div",{staticClass:"he-total-amount"},[e._v(" "+e._s(t.row.score_amount)+"积分+¥"+e._s(t.row.total_amount)+" ")]):i("div",{staticClass:"he-total-amount"},[e._v("¥"+e._s(t.row.total_amount))])]}}])})],1),i("div",{staticClass:"el-row--flex is-justify-end he-all-price"},[i("div",[i("div",[i("span",{staticClass:"he-label"},[e._v("商品总金额:")]),"task"==e.detail.type?i("span",{staticClass:"he-money"},[e._v(" "+e._s(e.detail.score_amount)+"积分 +¥"+e._s(Math.floor(100*(1*e.detail.goods_amount+1*e.detail.goods_reduced))/100))]):i("span",{staticClass:"he-money"},[e._v("¥"+e._s(Math.floor(100*(1*e.detail.goods_amount+1*e.detail.goods_reduced))/100))])]),i("div",[i("span",{staticClass:"he-label"},[e._v("运费:")]),i("span",{staticClass:"he-money"},[e._v("¥"+e._s(Math.floor(100*(1*e.detail.freight_amount+1*e.detail.freight_reduced))/100))])]),Number(e.detail.coupon_reduced)?i("div",[i("span",{staticClass:"he-label"},[e._v("优惠券:")]),i("span",{staticClass:"he-money"},[e._v("-¥"+e._s(Math.floor(1*e.detail.coupon_reduced*100)/100))])]):e._e(),"0.00"!==e.detail.freight_reduced?i("div",[i("span",{staticClass:"he-label"},[e._v("运费改价:")]),i("span",{staticClass:"he-money"},[e._v(e._s(1*e.detail.freight_reduced<0?"+":"-")+"¥"+e._s(1*e.detail.freight_reduced<0?-1*e.detail.freight_reduced:1*e.detail.freight_reduced))])]):e._e(),e._v(" "),"0.00"!==e.detail.goods_reduced?i("div",[i("span",{staticClass:"he-label"},[e._v("商品改价:")]),i("span",{staticClass:"he-money"},[e._v(e._s(1*e.detail.goods_reduced<0?"+":"-")+"¥"+e._s(1*e.detail.goods_reduced<0?-1*e.detail.goods_reduced:1*e.detail.goods_reduced))])]):e._e(),e._v(" "),e.detail.status>200?i("div",[i("span",{staticClass:"he-label"},[e._v("实付金额:")]),i("span",{staticClass:"he-money he-amount-price"},[e._v("¥"+e._s(e.detail.pay_amount))])]):e._e()])])],1)])],1)],2)},n=[],s=(i("99af"),i("d8df")),r=i("08e8"),l={components:{popconfirm:s["a"],logisticsStep:r["a"]},name:"orderDetail",data:function(){return{loading:!1,detail:{goods:[],buyer:{name:""},user:{nickname:""}},isAfterOver:!1,logistics:{list:[]}}},mounted:function(){this.getNew()},methods:{getNew:function(){var e=this.$getQueryVariable("id");e&&this.getDetail(parseInt(e));var t=this.$getQueryVariable("order_sn");t&&this.getDetail2(t)},getDetail:function(e){var t=this;this.loading=!0;var i=this;this.$heshop.order("get",e).then((function(e){return t.loading=!1,t.detail=e,e.status>=202&&e.freight&&1==e.freight.type&&t.$heshop.express("post",{no:e.freight.freight_sn,mobile:e.buyer.mobile,name:e.freight.logistics_company}).then((function(e){i.logistics.list=e.list,i.logistics.state=e.state,i.logistics.message=e.message})).catch((function(e){i.$message.error(e.data.message)})),t.show(),!0})).catch((function(e){t.loading=!1,t.$message.error(e.data.message)}))},getDetail2:function(e){var t=this;this.loading=!0;var i=this;this.$heshop.order("get",{order_sn:e}).then((function(e){return t.loading=!1,t.detail=e,e.status>=202&&e.freight&&1==e.freight.type&&t.$heshop.express("post",{no:e.freight.freight_sn,mobile:e.buyer.mobile,name:e.freight.logistics_company}).then((function(e){i.logistics.list=e.list,i.logistics.state=e.state,i.logistics.message=e.message})).catch((function(e){i.$message.error(e.data.message)})),t.show(),!0})).catch((function(e){t.loading=!1,t.$message.error(e.data.message)}))},cancelItem:function(e){var t=this;this.$heshop.order("put",{id:e.id,behavior:"cancel"},null).then((function(){t.getDetail(e.id),t.$message.success("取消成功")})).catch((function(e){t.$message.error(e.data.message)}))},confirmReceipt:function(e){var t=this;this.$heshop.order("put",{id:e.id,behavior:"received"},null).then((function(){t.getDetail(e.id),t.$message.success("收货成功")})).catch((function(e){t.$message.error(e.data.message)}))},copyTrackingNumber:function(){var e=document.getElementById("copy-tracking-number");e.select(),document.execCommand("copy"),this.$message.success("复制成功")},router:function(e){this.$router.push({path:"/order/afterDetail",query:{order_goods_id:e}})},afterShow:function(e){for(var t=e.goods,i=!1,a=0;a=200&&t[a].after.return_number!=t[a].goods_number||201==t[a].after.status),!i)break;return i},show:function(){for(var e=this.detail.goods,t=!1,i=0,a=0,n=0;n0){var i=Math.floor(t/86400),a=t-24*i,n=Math.floor(a/3600),s=a-60*n*60,r=Math.floor(s/60),l=s-60*r,c=Math.floor(l);return i+"天"+n+"小时"+r+"分钟"+c+"秒"}return"0秒"},getDay:function(e){e=new Date(1e3*e);var t=e.getFullYear(),i=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate();return"".concat(t,"-").concat(i,"-").concat(a)},getHour:function(e){e=new Date(1e3*e);var t=e.getHours()<10?"0"+e.getHours():e.getHours(),i=e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes(),a=e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds();return"".concat(t,":").concat(i,":").concat(a)},orderStatus:function(e){switch(e){case 100:return"待付款";case 101:return"已关闭";case 102:return"已关闭";case 103:return"已关闭";case 201:return"待发货";case 202:return"待收货";case 203:return"已收货";case 204:return"已完成"}},getAfter:function(e){return 200!==e.status?101===e.status||201===e.status?"已拒绝":"售后中":0===e.type||1===e.type?"已退款":2===e.type?"已换货":void 0}}},c=l,o=(i("e046"),i("2877")),d=Object(o["a"])(c,a,n,!1,null,"67e532c0",null);t["default"]=d.exports},fc13:function(e,t,i){},fec9:function(e,t,i){},ff04:function(e,t,i){},ff30:function(e,t,i){"use strict";i("7526")},ff63:function(e,t,i){}}); \ No newline at end of file diff --git a/views/admin/js/chunk-006d9953.53829203.js b/views/admin/js/chunk-006d9953.53829203.js new file mode 100644 index 00000000..c6916716 --- /dev/null +++ b/views/admin/js/chunk-006d9953.53829203.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-006d9953"],{"0ef9":function(e,t,i){"use strict";i.r(t);var s,o,a,r,l,c,n=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"le-main"},[i("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading||e.submitLoading,expression:"loading || submitLoading"}],ref:"ruleForm",staticClass:"le-card",attrs:{model:e.form,rules:e.rules,"label-width":"160px"}},[i("el-form-item",{attrs:{label:"存储位置"}},[i("el-radio-group",{on:{change:e.switchChange},model:{value:e.way,callback:function(t){e.way=t},expression:"way"}},[i("el-radio",{attrs:{label:0}},[e._v("本地服务器")]),i("el-radio",{attrs:{label:1}},[e._v("阿里云OSS")]),i("el-radio",{attrs:{label:2}},[e._v("腾讯云COS")]),i("el-radio",{attrs:{label:3}},[e._v("七牛云存储")])],1)],1),0===e.way?[i("el-form-item",{staticClass:"le-tip",attrs:{label:"",prop:""}},[e._v("选择存储到本地服务器,无需配置信息")])]:e._e(),1===e.way?[i("el-form-item",{key:"oss_bucket",attrs:{prop:"oss.bucket",label:" 存储空间名称(Bucket)"}},[i("el-input",{attrs:{placeholder:"请输入存储空间名称"},model:{value:e.form.oss.bucket,callback:function(t){e.$set(e.form.oss,"bucket",t)},expression:"form.oss.bucket"}})],1),i("el-form-item",{key:"oss_is_cname",attrs:{label:"使用自定义域名",prop:"is_cname"}},[i("el-switch",{attrs:{activeValue:!0,inactiveValue:!1},model:{value:e.form.oss.is_cname,callback:function(t){e.$set(e.form.oss,"is_cname",t)},expression:"form.oss.is_cname"}})],1),i("el-form-item",{key:"oss_domain",attrs:{prop:"oss.domain",label:"域名(Endpoint)"}},[i("el-input",{attrs:{placeholder:"请输入域名"},model:{value:e.form.oss.domain,callback:function(t){e.$set(e.form.oss,"domain",t)},expression:"form.oss.domain"}}),i("div",{staticClass:"le-prompt-text"},[e._v(" 示例: http://oss-xx-xxx-1.aliyuncs.com 或 http://mydomain.com ")])],1),i("el-form-item",{key:"oss_access_key",attrs:{label:"AccessKey ID",prop:"oss.access_key"}},[i("el-input",{attrs:{placeholder:"请输入AccessKey ID"},model:{value:e.form.oss.access_key,callback:function(t){e.$set(e.form.oss,"access_key",t)},expression:"form.oss.access_key"}})],1),i("el-form-item",{key:"oss_secret_key",attrs:{label:"AccessKey Secret",prop:"oss.secret_key"}},[i("el-input",{attrs:{placeholder:"请输入AccessKey Secret"},model:{value:e.form.oss.secret_key,callback:function(t){e.$set(e.form.oss,"secret_key",t)},expression:"form.oss.secret_key"}})],1)]:e._e(),2===e.way?[i("el-form-item",{key:"cos_bucket",attrs:{prop:"cos.bucket",label:"存储空间名称(Bucket)"}},[i("el-input",{attrs:{placeholder:"请输入存储空间名称"},model:{value:e.form.cos.bucket,callback:function(t){e.$set(e.form.cos,"bucket",t)},expression:"form.cos.bucket"}})],1),i("el-form-item",{key:"cos_region",attrs:{prop:"cos.region",label:"所属地域"}},[i("el-input",{attrs:{placeholder:"请输入所属地域"},model:{value:e.form.cos.region,callback:function(t){e.$set(e.form.cos,"region",t)},expression:"form.cos.region"}}),i("div",{staticClass:"le-prompt-text"},[e._v(" 示例: ap-shanghai 或 ap-shenzhen 或 ap-xxxxxx ")])],1),i("el-form-item",{key:"cos_domain",attrs:{label:"自定义域名",prop:""}},[i("el-input",{attrs:{placeholder:"请输入域名"},model:{value:e.form.cos.domain,callback:function(t){e.$set(e.form.cos,"domain",t)},expression:"form.cos.domain"}}),i("div",{staticClass:"le-prompt-text"},[e._v("示例: http://mydomain.com")])],1),i("el-form-item",{key:"cos_secret_id",attrs:{label:"Secretld",prop:"cos.secret_id"}},[i("el-input",{attrs:{placeholder:"请输入Secretld"},model:{value:e.form.cos.secret_id,callback:function(t){e.$set(e.form.cos,"secret_id",t)},expression:"form.cos.secret_id"}})],1),i("el-form-item",{attrs:{label:"SecretKey",prop:"cos.secret_key",Key:"cos_secret_key"}},[i("el-input",{attrs:{placeholder:"请输入SecretKey"},model:{value:e.form.cos.secret_key,callback:function(t){e.$set(e.form.cos,"secret_key",t)},expression:"form.cos.secret_key"}})],1)]:e._e(),3===e.way?[i("el-form-item",{key:"qinin_bucket",attrs:{prop:"qiniu.bucket",label:" 存储空间名称(Bucket)"}},[i("el-input",{attrs:{placeholder:"请输入存储空间名称"},model:{value:e.form.qiniu.bucket,callback:function(t){e.$set(e.form.qiniu,"bucket",t)},expression:"form.qiniu.bucket"}})],1),i("el-form-item",{key:"qinin_domain",attrs:{prop:"qiniu.domain",label:"绑定域名"}},[i("el-input",{attrs:{placeholder:"请输入域名"},model:{value:e.form.qiniu.domain,callback:function(t){e.$set(e.form.qiniu,"domain",t)},expression:"form.qiniu.domain"}}),i("div",{staticClass:"le-prompt-text"},[e._v(" 示例: http://mydomain.com 或 http://xxxxxx.bkt.clouddn.com ")])],1),i("el-form-item",{key:"qiniu_access_key",attrs:{label:"AccessKey(AK)",prop:"qiniu.access_key"}},[i("el-input",{attrs:{placeholder:"请输入AccessKey(AK)"},model:{value:e.form.qiniu.access_key,callback:function(t){e.$set(e.form.qiniu,"access_key",t)},expression:"form.qiniu.access_key"}})],1),i("el-form-item",{key:"qiniu_secret_key",attrs:{label:"SecretKey(SK)",prop:"qiniu.secret_key"}},[i("el-input",{attrs:{placeholder:"请输入SecretKey(SK)"},model:{value:e.form.qiniu.secret_key,callback:function(t){e.$set(e.form.qiniu,"secret_key",t)},expression:"form.qiniu.secret_key"}})],1)]:e._e()],2),i("div",{staticClass:"le-cardpin"},[i("el-button",{attrs:{type:"primary",disabled:e.loading,loading:e.submitLoading},on:{click:e.submit}},[e._v(" 保存 ")])],1)],1)},m=[],u=(i("841c"),i("ac1f"),{name:"cloud-storage",data:function(){return{loading:!1,submitLoading:!1,way:0,form:{local:{},oss:{bucket:"",domain:"",is_cname:!0,access_key:"",secret_key:""},cos:{bucket:"",region:"",secret_id:"",secret_key:"",domain:""},qiniu:{bucket:"",domain:"",access_key:"",secret_key:""}},rules:{"oss.bucket":[{required:!0,message:"请输入存储空间名称",trigger:"blur"}],"qiniu.bucket":[{required:!0,message:"请输入存储空间名称",trigger:"blur"}],"cos.bucket":[{required:!0,message:"请输入存储空间名称",trigger:"blur"}],"oss.domain":[{required:!0,message:"请绑定域名",trigger:"blur"}],"qiniu.domain":[{required:!0,message:"请输入域名",trigger:"blur"}],"oss.access_key":[{required:!0,message:"请输入access_key",trigger:"blur"}],"oss.secret_key":[{required:!0,message:"请输入secret_key",trigger:"blur"}],"cos.region":[{required:!0,message:"请输入所属地域",trigger:"blur"}],"cos.secret_id":[{required:!0,message:"请输入Secretld",trigger:"blur"}],"cos.secret_key":[{required:!0,message:"请输入secret_key",trigger:"blur"}],"qiniu.secret_key":[{required:!0,message:"请输入SecretKey(SK)",trigger:"blur"}],"qiniu.access_key":[{required:!0,message:"请输入AccessKey(AK)",trigger:"blur"}]}}},methods:{switchChange:function(){this.$refs.ruleForm.resetFields()},submit:function(){var e=this;this.$refs["ruleForm"].validate((function(t){if(!t)return!1;e.submitLoading=!0,e.$heshop.setting("post",{keyword:"storage_setting",content:{way:e.way,config:e.form}}).then((function(){e.submitLoading=!1,e.$message.success("保存成功")})).catch((function(t){e.submitLoading=!1,e.$message.error(t.data.message)}))}))},getSetting:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"storage_setting"}).then((function(t){e.loading=!1,e.form=t.content.config,e.way=t.content.way})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))}},mounted:function(){this.getSetting()}}),d=u,f=(i("aec7"),i("2877")),p=Object(f["a"])(d,n,m,!1,null,"35ad8e02",null),_=p.exports,g=i("5530"),b=i("2638"),h=i.n(b),v=(i("5319"),i("a9e3"),i("2f62")),k=Object(v["a"])("setting"),y=k.mapMutations,x={data:function(){var e=this,t=function(t,i,s){e.form.is_pic_limit||i||s("请输入图片大小限制"),s()},i=function(t,i,s){e.form.is_video_limit||i||s("请输入视频大小限制"),s()};return{loading:!0,submitLoading:!1,form:{is_pic_limit:!1,pic_limit:2,is_video_limit:!1,video_limit:5},rules:{pic_limit:[{required:!0,validator:t}],video_limit:[{required:!0,validator:i}]}}},render:function(){var e=this,t=arguments[0],i=this;return t("div",{class:"le-main"},[t("el-form",h()([{class:"le-card",ref:"ruleForm"},{props:{model:this.form,rules:this.rules,labelWidth:"190px"}},{directives:[{name:"loading",value:this.loading||this.submitLoading}]}]),[t("div",{class:"le-prompt"},["温馨提示:为了保障服务器性能及用户体验,请谨慎填写限制!此处的限制需要与服务器的限制相匹配,否则将无法生效。"]),t("el-form-item",{attrs:{label:"图片大小限制",prop:"pic_limit"}},[t("el-radio-group",h()([{},{on:{change:function(e){e&&(i.form.pic_limit=null)}}},{model:{value:e.form.is_pic_limit,callback:function(t){e.$set(e.form,"is_pic_limit",t)}}}]),[t("el-radio",{attrs:{label:!1}},["限制"]),t("el-radio",{attrs:{label:!0}},["无限制"])]),t("div",{class:"le-form-input"},[t("el-input",h()([{attrs:{maxlength:10}},{on:{input:function(e){e=e.replace(/\D|^0/g,""),i.form.pic_limit=e}}},{attrs:{value:this.form.pic_limit,disabled:this.form.is_pic_limit}}]),[t("template",{slot:"append"},["MB"])])])]),t("el-form-item",{attrs:{label:"视频大小限制",prop:"video_limit"}},[t("el-radio-group",h()([{},{on:{change:function(e){e&&(i.form.video_limit=null)}}},{model:{value:e.form.is_video_limit,callback:function(t){e.$set(e.form,"is_video_limit",t)}}}]),[t("el-radio",{attrs:{label:!1}},["限制"]),t("el-radio",{attrs:{label:!0}},["无限制"])]),t("div",{class:"le-form-input"},[t("el-input",h()([{attrs:{maxlength:10}},{on:{input:function(e){e=e.replace(/\D|^0/g,""),i.form.video_limit=e}}},{attrs:{value:this.form.video_limit,disabled:this.form.is_video_limit}}]),[t("template",{slot:"append"},["MB"])])])])]),t("div",{class:"le-cardpin"},[t("el-button",{attrs:{type:"primary",disabled:this.loading,loading:this.submitLoading},on:{click:this.submit}},["保存"])])])},mounted:function(){this.getSetting()},methods:Object(g["a"])(Object(g["a"])({},y(["setStorage"])),{},{submit:function(){var e=this;this.$refs["ruleForm"].validate((function(t){if(!t)return!1;var i=JSON.parse(JSON.stringify(e.form));i.is_pic_limit&&(i.pic_limit=-1),i.is_video_limit&&(i.video_limit=-1),i.pic_limit=Number(i.pic_limit),i.video_limit=Number(i.video_limit),delete i.is_pic_limit,delete i.is_video_limit,e.submitLoading=!0,e.$heshop.setting("post",{keyword:"storage_limit",content:i}).then((function(){e.submitLoading=!1,e.setStorage(i),e.$message.success("保存成功")})).catch((function(t){e.submitLoading=!1,e.$message.error(t.data.message)}))}))},getSetting:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"storage_limit"}).then((function(t){var i=t.content,s=i.pic_limit,o=i.video_limit;-1===s?e.form.is_pic_limit=!0:e.form.pic_limit=s,-1===o?e.form.is_video_limit=!0:e.form.video_limit=o,e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))}})},q=x,$=(i("b3e7"),Object(f["a"])(q,s,o,!1,null,"2d96a187",null)),w=$.exports,S={data:function(){return{loading:!0,submitLoading:!1,form:{ico_url:"",record_number_a:"",record_number_b:""}}},render:function(){var e=this,t=arguments[0];return t("div",[t("el-form",{attrs:{"label-width":"200px"},directives:[{name:"loading",value:this.loading}]},[t("div",{class:"le-card"},[t("div",{class:"le-head flex align-center"},[t("span",{class:"le-title-line"}),t("span",{class:"le-title"},["favicon.ico上传"])]),t("el-form-item",{attrs:{label:"ico上传"}},[t("div",{class:"select-cover__120"},[t("div",{class:"select-cover__120-add"},[t("input",{attrs:{type:"file",id:"file-input",accept:"image/x-png"},on:{change:this.handleFileChange},class:"le-file-input"}),t("i",{class:"le-icon le-icon-add select-cover__120-icon"}),t("span",{class:"select-cover__120-text"},["上传二维码"])]),function(){if(e.form.ico_url)return t("div",{class:"select-cover__120-edit"},[t("el-image",{attrs:{src:e.form.ico_url,fit:"cover"}}),t("div",{class:"select-cover__120-tips"},[t("span",{on:{click:function(){document.getElementById("file-input").click()}}},["替换"])," ","|",t("span",{on:{click:function(){e.form.ico_url="",console.log(document.getElementById("file-input").value)}}},["删除"])])])}()]),t("div",{class:"le-prompt-text"},["仅支持.ico格式文件,尺寸要求32*32像素"])])]),t("div",{class:"le-card"},[t("div",{class:"le-head flex align-center"},[t("span",{class:"le-title-line"}),t("span",{class:"le-title"},["备案信息"])]),t("div",{class:"le-tip"},["应工信部的要求,请务必填写公安备案号和网站备案号,保存的备案信息,将展示在后台登录页面。"]),t("el-form-item",{attrs:{label:"公安备案号"}},[t("el-input",{attrs:{placeholder:"请输入公安备案号"},model:{value:e.form.record_number_a,callback:function(t){e.$set(e.form,"record_number_a",t)}}})]),t("el-form-item",{attrs:{label:"网站备案号(ICP)"}},[t("el-input",{attrs:{placeholder:"请输入网站备案号"},model:{value:e.form.record_number_b,callback:function(t){e.$set(e.form,"record_number_b",t)}}})])])]),t("div",{class:"le-cardpin"},[t("el-button",{attrs:{type:"primary",disabled:this.loading,loading:this.submitLoading},on:{click:this.submit}},["保存"])])])},methods:{submit:function(){var e=this;this.submitLoading=!0,this.$heshop.setting("post",{keyword:"web_setting",content:this.form}).then((function(){e.submitLoading=!1,e.$message.success("保存成功")})).catch((function(t){e.$message.error(t.data.message)}))},handleFileChange:function(e){var t=e.target.files[0],i=new FormData,s=this;i.append("file",t,"favicon.ico"),this.$heshop.file(i,{behavior:"upload"}).then((function(e){s.form.ico_url="",s.$nextTick((function(){s.form.ico_url=e}))})).catch((function(e){console.error("数据出出力",e)}))},getDetail:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"web_setting"}).then((function(t){t&&(e.form=t.content),e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))}},mounted:function(){this.getDetail()}},K=S,L=(i("d584"),Object(f["a"])(K,a,r,!1,null,"309433c6",null)),C=L.exports,O={components:{cloudStorage:_,uploadLimitExceeded:w,siteInformation:C},data:function(){return{activeName:"first"}},render:function(){var e=this,t=arguments[0];return t("div",[t("el-tabs",{class:"le-tabs",model:{value:e.activeName,callback:function(t){e.activeName=t}}},[t("el-tab-pane",{attrs:{label:"站点信息",name:"first"}},[t("site-information")]),t("el-tab-pane",{attrs:{lazy:!0,label:"云存储",name:"second"}},[t("cloud-storage")]),t("el-tab-pane",{attrs:{lazy:!0,label:"上传超限",name:"third"}},[t("upload-limit-exceeded")])])])}},A=O,F=(i("3d32"),Object(f["a"])(A,l,c,!1,null,"52fb9d50",null));t["default"]=F.exports},"3d32":function(e,t,i){"use strict";i("7692")},6523:function(e,t,i){},7692:function(e,t,i){},aec7:function(e,t,i){"use strict";i("e804")},b3e7:function(e,t,i){"use strict";i("f466")},d584:function(e,t,i){"use strict";i("6523")},e804:function(e,t,i){},f466:function(e,t,i){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-0243c119.b42d3490.js b/views/admin/js/chunk-0243c119.b42d3490.js new file mode 100644 index 00000000..ffd5514c --- /dev/null +++ b/views/admin/js/chunk-0243c119.b42d3490.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0243c119"],{5241:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"le-master"},[a("div",{staticClass:"le-header le-card"},[a("el-form",{attrs:{inline:"","label-width":"110px"}},[a("el-form-item",{staticClass:"le-goods-search",attrs:{label:"商品搜索"}},[a("el-input",{attrs:{placeholder:"输入商品名称搜索",clearable:""},on:{clear:t.searchTabs},nativeOn:{keydown:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.searchTabs(e)}},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name",e)},expression:"form.name"}})],1),a("el-form-item",{staticClass:"le-platform-search",attrs:{label:"来源平台"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:t.form.type,callback:function(e){t.$set(t.form,"type",e)},expression:"form.type"}},t._l(t.options,(function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1)],1),a("el-form-item",{staticClass:"le-time-search",attrs:{label:"采集时间"}},[a("el-date-picker",{attrs:{type:"datetime","value-format":"timestamp",placeholder:"开始时间"},model:{value:t.form.begin_time,callback:function(e){t.$set(t.form,"begin_time",e)},expression:"form.begin_time"}}),a("span",{staticClass:"le-timego-search"},[t._v("至")]),a("el-date-picker",{attrs:{type:"datetime","value-format":"timestamp",placeholder:"结束时间"},model:{value:t.form.end_time,callback:function(e){t.$set(t.form,"end_time",e)},expression:"form.end_time"}})],1)],1),a("div",{staticClass:"le-button-search"},[a("el-button",{attrs:{type:"primary"},on:{click:t.searchTabs}},[t._v("筛选")]),a("el-button",{on:{click:t.empty}},[t._v("清空")])],1)],1),a("el-tabs",{staticClass:"le-tabs",attrs:{type:"card"},on:{"tab-click":t.searchTabs},model:{value:t.form.status,callback:function(e){t.$set(t.form,"status",e)},expression:"form.status"}},[a("el-tab-pane",{attrs:{label:"全部",name:"all"}},[a("listTable",{attrs:{list:t.list,pagination:t.pagination,loading:t.loading},on:{page:t.getList}})],1),a("el-tab-pane",{attrs:{label:"采集成功",name:"success"}},[a("listTable",{attrs:{list:t.list,pagination:t.pagination,loading:t.loading},on:{page:t.getList}})],1),a("el-tab-pane",{attrs:{label:"采集失败",name:"error"}},[a("listTable",{attrs:{list:t.list,pagination:t.pagination,loading:t.loading},on:{page:t.getList}})],1)],1)],1)},l=[],s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticClass:"le-table",attrs:{data:t.list,"row-class-name":"le-table-row"}},[a("el-table-column",{attrs:{label:"商品描述/商品分类","min-width":"404"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"flex"},[a("el-image",{staticStyle:{width:"64px",height:"64px","flex-shrink":"0"},attrs:{src:e.row.cover,fit:"cover"}},[a("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[a("i",{staticClass:"el-icon-picture-outline"})])]),a("div",{staticClass:"le-table-goods flex-twice"},[a("div",{staticClass:"le-table-goodsName he-line-2"},[t._v(" "+t._s(e.row.name)+" ")]),a("div",{staticClass:"le-table-goodsAttr he-line-1"},[t._v(" 分类:"+t._s(t._f("getGroup")(e.row.group_text))+" ")])])],1)]}}])}),a("el-table-column",{attrs:{label:"来源平台","min-width":"212"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("platform")(e.row.type))+" ")]}}])}),a("el-table-column",{attrs:{label:"采集状态","min-width":"212"},scopedSlots:t._u([{key:"default",fn:function(e){return[1===e.row.status?a("el-tag",{attrs:{effect:"plain",size:"medium",type:"success"}},[t._v(" 采集成功 ")]):0===e.row.status?a("el-tag",{attrs:{effect:"plain",size:"medium",type:"danger"}},[t._v(" 采集失败 ")]):2===e.row.status?a("el-tag",{attrs:{effect:"plain",size:"medium",type:"danger"}},[t._v(" 兼容规格出错,采集失败 ")]):t._e()]}}])}),a("el-table-column",{attrs:{label:"采集时间","min-width":"264"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("timeFormat")(e.row.created_time,"yyyy.mm.dd hh:MM:ss"))+" ")]}}])}),a("el-table-column",{attrs:{label:"操作","min-width":"160"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"flex align-center"},[a("el-button",{staticClass:"le-table-operating",attrs:{type:"text"},on:{click:function(a){return t.delItem(e.row.id,e.$index)}}},[t._v("删除")]),0!==e.row.goods_id?[a("span",{staticClass:"he-btn__span"}),a("el-button",{staticClass:"le-table-operating",attrs:{type:"text"},on:{click:function(a){return t.router(e.row)}}},[t._v("编辑")])]:t._e()],2)]}}])})],1),a("div",{staticClass:"le-pagination flex justify-end"},[a("el-pagination",{attrs:{disabled:t.loading,"current-page":t.pagination.current,"page-count":t.pagination.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":t.pageChange}})],1)],1)},i=[],r=(a("159b"),a("fb6a"),{props:{list:{type:Array},pagination:{type:Object},loading:{type:Boolean}},methods:{pageChange:function(t){this.$emit("page",t)},router:function(t){var e=this.$router.resolve({path:"/goods/publish",query:{id:t.goods_id}});window.open(e.href,"_blank")},delItem:function(t,e){var a=this;this.$confirm("是否确认删除此条采集记录?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){a.$heshop.collect("delete",t).then((function(){a.$delete(a.list,e),a.$message.success("删除成功")})).catch((function(t){a.$message.error(t.data.message)}))})).catch((function(){}))}},filters:{platform:function(t){switch(t){case 1:return"阿里巴巴";case 2:return"淘宝";case 3:return"京东";case 4:return"拼多多";case 5:return"天猫"}},getGroup:function(t){var e="";return t?(t.forEach((function(t){e+=t+" "})),e=e.slice(0,e.length-2),e):""}}}),o=r,c=(a("52f9"),a("2877")),u=Object(c["a"])(o,s,i,!1,null,"a8177bd8",null),m=u.exports,d={components:{listTable:m},data:function(){return{options:[{label:"全部",value:null},{label:"阿里巴巴",value:1},{label:"淘宝",value:2},{label:"京东",value:3},{label:"拼多多",value:4},{label:"天猫",value:5}],value:0,form:{begin_time:null,end_time:null,type:null,name:"",status:"all"},pagination:{current:1,count:1},list:[],loading:!0}},methods:{getList:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=this;this.loading=!0,this.$heshop.collect("get",e).page(t,10).then((function(t){var e=t.headers,n=t.data;a.pagination={current:+e["x-pagination-current-page"],count:+e["x-pagination-page-count"]},a.list=n,a.loading=!1})).catch((function(t){a.$message.error(t.data.message)}))},empty:function(){this.form={begin_time:null,end_time:null,type:null,name:"",status:"all"},this.getList(1)},searchTabs:function(){var t=JSON.parse(JSON.stringify(this.form));for(var e in t.begin_time&&(t.begin_time=t.begin_time+"",t.begin_time=parseInt(t.begin_time.substring(0,t.begin_time.length-3))),t.end_time&&(t.end_time=t.end_time+"",t.end_time=parseInt(t.end_time.substring(0,t.end_time.length-3))),"all"===t.status?t.status=null:"success"===t.status?t.status=1:"error"===t.status&&(t.status=0),t)t[e]||0===t[e]||delete t[e];this.getList(1,t)}},mounted:function(){this.getList(1)}},p=d,f=(a("691a"),Object(c["a"])(p,n,l,!1,null,"a2112180",null));e["default"]=f.exports},"52f9":function(t,e,a){"use strict";a("cb36")},"691a":function(t,e,a){"use strict";a("6aeb")},"6aeb":function(t,e,a){},cb36:function(t,e,a){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-044bd706.7dcbc689.js b/views/admin/js/chunk-044bd706.7dcbc689.js new file mode 100644 index 00000000..9484ecd8 --- /dev/null +++ b/views/admin/js/chunk-044bd706.7dcbc689.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-044bd706"],{"2ca0":function(t,e,n){"use strict";var i=n("23e7"),a=n("06cf").f,o=n("50c4"),r=n("5a34"),s=n("1d80"),c=n("ab13"),d=n("c430"),u="".startsWith,l=Math.min,f=c("startsWith"),h=!d&&!f&&!!function(){var t=a(String.prototype,"startsWith");return t&&!t.writable}();i({target:"String",proto:!0,forced:!h&&!f},{startsWith:function(t){var e=String(s(this));r(t);var n=o(l(arguments.length>1?arguments[1]:void 0,e.length)),i=String(t);return u?u.call(e,i,n):e.slice(n,n+i.length)===i}})},"3bd6":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"mobile",staticClass:"package",attrs:{id:"min-page",draggable:!1,"data-index":-2},on:{dragover:[function(e){return t.allowDrop(e)},function(t){t.preventDefault()}],drop:t.drop}},[t._l(t.pages,(function(e,i){return n("div",{key:i+1,attrs:{role:"widgetgroup"}},[t.dragActive(i,"top")?n("Covermask"):t._e(),"search"==e.name?n("Search",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"title"==e.name?n("Title",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"navigation"==e.name?n("navigation",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"video"==e.name?n("Video",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"banner"==e.name?n("Banner",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"goods"==e.name?n("Goods",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"blank"==e.name?n("Blank",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"separate"==e.name?n("Separate",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"tabs"==e.name?n("Tabs",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"wechat"==e.name?n("Wechat",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"notice"==e.name?n("Notice",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"rubik"==e.name?n("Rubik",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),"coupon"==e.name?n("Coupon",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),t.$manifest("task","status")?["task"==e.name?n("Task",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e()]:t._e(),"wechatLive"==e.name?n("WechatLive",{attrs:{facade:e.facade,content:e.content,index:i}}):t._e(),t.dragActive(i,"down")?n("Covermask"):t._e()],2)})),n("div",{staticClass:"package-empty",attrs:{"data-index":-2}},[t.dragActive(-2,"down")?n("Covermask",{attrs:{"data-index":-2}}):t._e()],1)],2)},a=[],o=(n("841c"),n("ac1f"),n("188b"));function r(t){if(Array.isArray(t))return t}n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");function s(t,e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t)){var n=[],i=!0,a=!1,o=void 0;try{for(var r,s=t[Symbol.iterator]();!(i=(r=s.next()).done);i=!0)if(n.push(r.value),e&&n.length===e)break}catch(c){a=!0,o=c}finally{try{i||null==s["return"]||s["return"]()}finally{if(a)throw o}}return n}}var c=n("06c5");function d(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function u(t,e){return r(t)||s(t,e)||Object(c["a"])(t,e)||d()}var l=n("5530"),f=n("2909"),h=(n("d81d"),n("4de4"),n("caad"),n("99af"),n("13d5"),n("b64b"),n("2ca0"),n("a434"),n("aa47")),p=n("8e52");function g(t,e,n){return void 0===n||(t=t||{},t[e]=n),t}function m(t,e){return t.map((function(t){return t.elm})).indexOf(e)}function v(t,e,n,i){if(!t)return[];var a=t.map((function(t){return t.elm})),o=e.length-i,r=Object(f["a"])(e).map((function(t,e){return e>=o?a.length:a.indexOf(t)}));return n?r.filter((function(t){return-1!==t})):r}function b(t,e){var n=this;this.$nextTick((function(){return n.$emit(t.toLowerCase(),Object(l["a"])({},e))}))}function x(t){var e=this;return function(n){null!==e.realList&&e["onDrag"+t](n),b.call(e,t,n)}}function w(t){return["transition-group","TransitionGroup"].includes(t)}function O(t){if(!t||1!==t.length)return!1;var e=u(t,1),n=e[0].componentOptions;return!!n&&w(n.tag)}function y(t,e,n){return t[n]||(e[n]?e[n]():void 0)}function $(t,e,n){var i=0,a=0,o=y(e,n,"header");o&&(i=o.length,t=t?[].concat(Object(f["a"])(o),Object(f["a"])(t)):Object(f["a"])(o));var r=y(e,n,"footer");return r&&(a=r.length,t=t?[].concat(Object(f["a"])(t),Object(f["a"])(r)):Object(f["a"])(r)),{children:t,headerOffset:i,footerOffset:a}}function _(t,e){var n=null,i=function(t,e){n=g(n,t,e)},a=Object.keys(t).filter((function(t){return"id"===t||t.startsWith("data-")})).reduce((function(e,n){return e[n]=t[n],e}),{});if(i("attrs",a),!e)return n;var o=e.on,r=e.props,s=e.attrs;return i("on",o),i("props",r),Object.assign(n.attrs,s),n}var C=["Start","Add","Remove","Update","End"],I=["Choose","Unchoose","Sort","Filter","Clone"],j=["Move"].concat(C,I).map((function(t){return"on"+t})),k=null,S={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(t){return t}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},D={name:"draggable",inheritAttrs:!1,props:S,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(t){var e=this.$slots.default;this.transitionMode=O(e);var n=$(e,this.$slots,this.$scopedSlots),i=n.children,a=n.headerOffset,o=n.footerOffset;this.headerOffset=a,this.footerOffset=o;var r=_(this.$attrs,this.componentData);return t(this.getTag(),r,i)},created:function(){null!==this.list&&null!==this.value&&p["b"].error("Value and list props are mutually exclusive! Please set one or another."),"div"!==this.element&&p["b"].warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),void 0!==this.options&&p["b"].warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var t=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var e={};C.forEach((function(n){e["on"+n]=x.call(t,n)})),I.forEach((function(n){e["on"+n]=b.bind(t,n)}));var n=Object.keys(this.$attrs).reduce((function(e,n){return e[Object(p["a"])(n)]=t.$attrs[n],e}),{}),i=Object.assign({},this.options,n,e,{onMove:function(e,n){return t.onDragMove(e,n)}});!("draggable"in i)&&(i.draggable=">*"),this._sortable=new h["default"](this.rootContainer,i),this.computeIndexes()},beforeDestroy:function(){void 0!==this._sortable&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(t){this.updateOptions(t)},deep:!0},$attrs:{handler:function(t){this.updateOptions(t)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var t=this._vnode.fnOptions;return t&&t.functional},getTag:function(){return this.tag||this.element},updateOptions:function(t){for(var e in t){var n=Object(p["a"])(e);-1===j.indexOf(n)&&this._sortable.option(n,t[e])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var t=this.$slots.default;return this.transitionMode?t[0].child.$slots.default:t},computeIndexes:function(){var t=this;this.$nextTick((function(){t.visibleIndexes=v(t.getChildrenNodes(),t.rootContainer.children,t.transitionMode,t.footerOffset)}))},getUnderlyingVm:function(t){var e=m(this.getChildrenNodes()||[],t);if(-1===e)return null;var n=this.realList[e];return{index:e,element:n}},getUnderlyingPotencialDraggableComponent:function(t){var e=t.__vue__;return e&&e.$options&&w(e.$options._componentTag)?e.$parent:!("realList"in e)&&1===e.$children.length&&"realList"in e.$children[0]?e.$children[0]:e},emitChanges:function(t){var e=this;this.$nextTick((function(){e.$emit("change",t)}))},alterList:function(t){if(this.list)t(this.list);else{var e=Object(f["a"])(this.value);t(e),this.$emit("input",e)}},spliceList:function(){var t=arguments,e=function(e){return e.splice.apply(e,Object(f["a"])(t))};this.alterList(e)},updatePosition:function(t,e){var n=function(n){return n.splice(e,0,n.splice(t,1)[0])};this.alterList(n)},getRelatedContextFromMoveEvent:function(t){var e=t.to,n=t.related,i=this.getUnderlyingPotencialDraggableComponent(e);if(!i)return{component:i};var a=i.realList,o={list:a,component:i};if(e!==n&&a&&i.getUnderlyingVm){var r=i.getUnderlyingVm(n);if(r)return Object.assign(r,o)}return o},getVmIndex:function(t){var e=this.visibleIndexes,n=e.length;return t>n-1?n:e[t]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(t){if(this.noTransitionOnDrag&&this.transitionMode){var e=this.getChildrenNodes();e[t].data=null;var n=this.getComponent();n.children=[],n.kept=void 0}},onDragStart:function(t){this.context=this.getUnderlyingVm(t.item),t.item._underlying_vm_=this.clone(this.context.element),k=t.item},onDragAdd:function(t){var e=t.item._underlying_vm_;if(void 0!==e){Object(p["d"])(t.item);var n=this.getVmIndex(t.newIndex);this.spliceList(n,0,e),this.computeIndexes();var i={element:e,newIndex:n};this.emitChanges({added:i})}},onDragRemove:function(t){if(Object(p["c"])(this.rootContainer,t.item,t.oldIndex),"clone"!==t.pullMode){var e=this.context.index;this.spliceList(e,1);var n={element:this.context.element,oldIndex:e};this.resetTransitionData(e),this.emitChanges({removed:n})}else Object(p["d"])(t.clone)},onDragUpdate:function(t){Object(p["d"])(t.item),Object(p["c"])(t.from,t.item,t.oldIndex);var e=this.context.index,n=this.getVmIndex(t.newIndex);this.updatePosition(e,n);var i={element:this.context.element,oldIndex:e,newIndex:n};this.emitChanges({moved:i})},updateProperty:function(t,e){t.hasOwnProperty(e)&&(t[e]+=this.headerOffset)},computeFutureIndex:function(t,e){if(!t.element)return 0;var n=Object(f["a"])(e.to.children).filter((function(t){return"none"!==t.style["display"]})),i=n.indexOf(e.related),a=t.component.getVmIndex(i),o=-1!==n.indexOf(k);return o||!e.willInsertAfter?a:a+1},onDragMove:function(t,e){var n=this.move;if(!n||!this.realList)return!0;var i=this.getRelatedContextFromMoveEvent(t),a=this.context,o=this.computeFutureIndex(i,t);Object.assign(a,{futureIndex:o});var r=Object.assign({},t,{relatedContext:i,draggedContext:a});return n(r,e)},onDragEnd:function(){this.computeIndexes(),k=null}}};"undefined"!==typeof window&&"Vue"in window&&window.Vue.component("draggable",D);var L=D,T=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},M=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"covermask",attrs:{"data-type":"forbid"}},[n("span",[t._v("释放鼠标将组建添加到此处")])])}],E={computed:{coms:function(){return this.$store.state.finish.coms}},methods:{}},F=E,V=(n("f4fd"),n("2877")),P=Object(V["a"])(F,T,M,!1,null,"0195e64d",null),A=P.exports,U={components:{Title:o["a"].title.widget,Video:o["a"].video.widget,Separate:o["a"].separate.widget,Blank:o["a"].blank.widget,Banner:o["a"].banner.widget,Search:o["a"].search.widget,Goods:o["a"].goods.widget,Navigation:o["a"].navigation.widget,Rubik:o["a"].rubik.widget,Tabs:o["a"].tabs.widget,Notice:o["a"].notice.widget,Wechat:o["a"].wechat.widget,Coupon:o["a"].coupon.widget,Task:o["a"].task.widget,WechatLive:o["a"].wechatLive.widget,vuedraggable:L,Covermask:A},data:function(){return{is_empty:!1}},watch:{coms:function(t){},pages:{deep:!0,handler:function(t,e){}}},computed:{dragIndex:{get:function(){return this.$store.state.finish.dragIndex},set:function(t){this.$store.commit("finish/setDragIndex",t)}},position:{get:function(){return this.$store.state.finish.position},set:function(t){this.$store.commit("finish/setDragPosition",t)}},select:function(){return this.$store.state.finish.index},pages:{get:function(){return this.$store.state.finish.pages},set:function(t){this.$store.commit("finish/setPagesData",t)}},coms:function(){return this.$store.state.finish.coms}},mounted:function(){this.loadPageInfo()},methods:{loadPageInfo:function(){var t=this,e=this.$route.query.id;this.$heshop.pages("get",parseInt(e)).then((function(e){t.pages=JSON.parse(e.content),t.$store.commit("finish/setPageInfo",e)})).catch((function(t){console.error("错误信息",t)}))},dragActive:function(t,e){return!(this.dragIndex!==t||this.position!=e||!this.coms)},allowDrop:function(t){var e=parseInt(t.target.dataset.index);if((e||0===e)&&(this.dragIndex=e,"dragover"==t.type&&t.target.dataset&&"widget"==t.target.dataset.type)){var n=parseFloat(t.offsetY),i=parseFloat(t.target.clientHeight/4);this.position=n0&&void 0!==arguments[0]?arguments[0]:"";this.status=1;var s=this,e=window.location.origin;l()({method:"GET",url:e+"/install.php?_update=1&_token="+t}).then((function(t){console.log("response",t);var e=t.data;0===e.code?s.status=2:2===e.code?(s.status=2,s.msg=e.msg||"已是最新版本"):(s.status=3,s.msg=e.msg||"网络错误,请刷新后重试")})).catch((function(t){s.status=3,s.msg="网络错误,请刷新后重试"}))}},mounted:function(){var t=this;this.$heshop.cloud("post",{action:"update"}).then((function(s){t.token=s,t.updateSystem(s)})).catch((function(s){t.status=3,t.msg="网络错误,请刷新后重试"}))}},r=u,d=(e("764d"),e("2877")),h=Object(d["a"])(r,a,n,!1,null,"73937308",null);s["default"]=h.exports},"764d":function(t,s,e){"use strict";e("e7eb")},"9ef1":function(t,s,e){t.exports=e.p+"img/leashop.dc582fec.png"},e7eb:function(t,s,e){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-14616a2b.1eeb9b60.js b/views/admin/js/chunk-14616a2b.1eeb9b60.js new file mode 100644 index 00000000..6c1a5798 --- /dev/null +++ b/views/admin/js/chunk-14616a2b.1eeb9b60.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-14616a2b"],{"02ac":function(t,e,s){"use strict";var a=s("d4ec"),i=s("bee2"),r=function(){function t(){Object(a["a"])(this,t)}return Object(i["a"])(t,[{key:"isFloat",value:function(t){var e=String(t).indexOf(".")+1;String(t).length;return e>0}},{key:"isIntNum",value:function(t){return!(t<0)||(0===t||"0"===t||0===t||"0.00"===t)}},{key:"isNumber",value:function(t){if(0===t||"0"===t||0===t||"0.00"===t)return!0;var e=/^\d+(\.\d+)?$/,s=/^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$/;return!(!e.test(t)&&!s.test(t))}},{key:"isPrice",value:function(t){if(0===t||"0"===t||0===t||"0.00"===t)return!0;var e=/^(([1-9][0-9]*)|(([0]\.\d{1,2}|[1-9][0-9]*\.\d{1,2})))$/;return!!e.test(t)}},{key:"isEmpty",value:function(t){return("undefined"==typeof t||null==t||""==t)&&0!==t}},{key:"isLimit",value:function(t,e){return t>e}}]),t}();e["a"]=new r},"10a9":function(t,e,s){},2813:function(t,e,s){t.exports=s.p+"img/icon-phone-header.6803d30e.png"},"6e27":function(t,e,s){},"86e2":function(t,e,s){"use strict";s("10a9")},d6c8:function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"task-edit"},[s("div",{staticClass:"task-edit__phone"},[s("div",{staticClass:"task-edit__phone_window"},[t._m(0),s("div",{staticClass:"body"},[s("el-image",{staticStyle:{width:"340px",height:"340px"},attrs:{src:t.covers[0],fit:"fit"}}),s("div",{staticClass:"goods-info"},[s("div",{staticClass:"goods-price"},[s("span",{staticStyle:{"font-size":"22px","font-family":"DINPro","font-weight":"bold",color:"#E60B30"}},[t._v(t._s(t.goodsData.task.task_number))]),s("span",{staticStyle:{"font-size":"11px","font-family":"DINPro","font-weight":"800",color:"#E60B30"}},[t._v(" 积分")]),s("span",{staticStyle:{"font-size":"12px","font-family":"DINPro","font-weight":"bold",color:"#E60B30"}},[t._v(" + ")]),s("span",{staticStyle:{"font-size":"14px","font-weight":"bold",color:"#E60B30"}},[t._v(" ¥")]),s("span",{staticStyle:{"font-size":"22px","font-family":"DINPro","font-weight":"bold",color:"#E60B30"}},[t._v(t._s(t.goodsData.task.task_price))]),s("span",{staticStyle:{"font-size":"11px","font-weight":"500",color:"#999999","text-decoration":"line-through","padding-left":"5px"}},[t._v(t._s(t.goodsData.line_price))])]),s("div",{staticClass:"goods-sales"},[t._v("已销0件")]),t._m(1),s("div",{staticClass:"goods-title"},[t._v(" "+t._s(t.goodsData.name)+" ")])]),t._m(2)],1)])]),s("div",{staticClass:"task-edit__lists task-setting"},[s("el-form",{ref:"form",staticStyle:{width:"100%"},attrs:{model:t.form,"label-width":"100px"}},[s("el-card",{staticClass:"__card"},[s("div",{staticClass:"__card_clearfix",attrs:{slot:"header"},slot:"header"},[s("h3",[t._v("基础信息")])]),s("div",{staticClass:"__card_body",staticStyle:{width:"100%","padding-left":"90px"}},[s("el-form-item",{attrs:{label:"上架状态"}},[s("el-radio-group",{model:{value:t.goodsData.task.goods_is_sale,callback:function(e){t.$set(t.goodsData.task,"goods_is_sale",e)},expression:"goodsData.task.goods_is_sale"}},[s("el-radio",{attrs:{label:1}},[t._v("立即上架")]),s("el-radio",{attrs:{label:0}},[t._v("暂不上架")])],1)],1),s("el-form-item",{attrs:{label:"商品名称"}},[s("el-input",{attrs:{disabled:!0},model:{value:t.goodsData.name,callback:function(e){t.$set(t.goodsData,"name",e)},expression:"goodsData.name"}})],1),s("el-form-item",{attrs:{label:"商品轮播图"}},t._l(t.covers,(function(t,e){return s("div",{key:e,staticClass:"__card_body_img"},[s("img",{attrs:{src:t,alt:""}})])})),0)],1)]),s("el-card",{staticClass:"__card"},[s("div",{staticClass:"__card_clearfix",attrs:{slot:"header"},slot:"header"},[s("h3",[t._v("积分设置")])]),t.goodsData&&1==t.goodsData.param_type&&t.goodsData.task?s("div",{staticClass:"__card_body",staticStyle:{width:"100%","padding-left":"90px"}},[s("el-form-item",{attrs:{label:"可兑换数量","label-width":"120px"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("可兑换数量")]),s("el-input",{attrs:{blur:"(e)=>{ \n if(e.target.value =='') $message.error('可兑换数量不能为空') \n if(e.target.value>9999999) $message.error(' 可兑换数量不能大于9999999') \n }"},model:{value:t.goodsData.task.task_stock,callback:function(e){t.$set(t.goodsData.task,"task_stock",e)},expression:"goodsData.task.task_stock"}},[s("template",{slot:"append"},[t._v("件")])],2)],1),s("el-form-item",{attrs:{label:"积分价格","label-width":"120px"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("积分价格")]),s("el-input",{staticStyle:{width:"140px"},model:{value:t.goodsData.task.task_number,callback:function(e){t.$set(t.goodsData.task,"task_number",e)},expression:"goodsData.task.task_number"}},[s("template",{slot:"append"},[t._v("积分")])],2),t._v(" + "),s("el-input",{staticStyle:{width:"140px"},attrs:{blur:"(e)=>{ \n if(e.target.value =='') $message.error('积分价格不能为空') \n if(!isPriceNumber(e.target.value)) $message.error('积分价格格式不对') \n if(e.target.value>9999999) $message.error(' 积分价格不能大于9999999') \n }"},model:{value:t.goodsData.task.task_price,callback:function(e){t.$set(t.goodsData.task,"task_price",e)},expression:"goodsData.task.task_price"}},[s("template",{slot:"append"},[t._v("元")])],2)],1),s("el-form-item",{attrs:{label:"兑换限制","label-width":"120px"}},[s("el-input",{model:{value:t.goodsData.task.task_limit,callback:function(e){t.$set(t.goodsData.task,"task_limit",e)},expression:"goodsData.task.task_limit"}},[s("template",{slot:"append"},[t._v("件/人")])],2)],1)],1):t._e(),t.goodsData&&2==t.goodsData.param_type&&t.goodsData.task?s("div",{staticClass:"__card_body",staticStyle:{width:"971px","padding-top":"0"}},[s("TaskSpecstable",{ref:"specstable",attrs:{goods:t.goodsData}})],1):t._e()])],1),s("div",{staticClass:"task-card-footer"},[s("el-button",{on:{click:function(e){return t.$router.go(-1)}}},[t._v("取消")]),s("el-button",{attrs:{type:"primary"},on:{click:t.handleSubmit}},[t._v("保存")])],1)],1)])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"header"},[a("img",{staticClass:"header-bg",attrs:{src:s("2813")}}),a("h3",[t._v("商品详情")])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"goods-share"},[s("i",{staticClass:"le-icon le-icon-fenxiang"}),s("p",[t._v("分享")])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"goods-pay"},[s("img",{staticClass:"header-bg",attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task-foot-bg.png"}})])}],r=(s("d3b7"),s("fb6a"),s("d8d0")),o=s("02ac"),l={components:{TaskSpecstable:r["a"]},data:function(){return{goodsData:{name:"",slideshow:"",param_type:1,line_price:0,task:{task_number:0,task_price:0,goods_is_sale:0}},form:{name:"",region:"",date1:"",date2:"",delivery:!1,type:[],resource:"",desc:""}}},computed:{covers:function(){if(this.goodsData.slideshow){var t=this.goodsData.slideshow;if("[object Array]"===Object.prototype.toString.call(t))return t[0];if("[object String]"===Object.prototype.toString.call(t))try{return JSON.parse(t)}catch(e){return[this.ipAddress+"/le-default-goods-bg.png"]}}return[this.ipAddress+"/le-default-goods-bg.png"]}},filters:{capitalize:function(t){return t.length>=42?t.slice(0,39)+"...":t}},mounted:function(){this.$route.query.id?this.handleLoadData(this.$route.query.id):this.$message.error("商品找不到或不存在")},methods:{isPriceNumber:function(t){if("0"==t||"0."==t||"0.0"==t||"0.00"==t)return t="0",!0;var e=t.indexOf("0"),s=t.length;if(0==e&&s>1){var a=/^[0]{1}[.]{1}[0-9]{1,2}$/;return!!a.test(t)}a=/^[1-9]{1}[0-9]{0,10}[.]{0,1}[0-9]{0,2}$/;return!!a.test(t)},handleSubmit:function(t){var e=this,s=this.goodsData,a=!0;if(2==s.param_type){var i=this.handleAffirm();if(i){for(var r in i){var l=JSON.parse(JSON.stringify(i[r]));if(o["a"].isEmpty(l.task_stock))return this.$message.error("可兑换数量不能为空"),a=!1,!1;if(o["a"].isEmpty(l.task_number))return this.$message.error("积分值不能为空"),a=!1,!1;if(o["a"].isEmpty(l.task_price))return this.$message.error("积分价格不能为空"),a=!1,!1;if(o["a"].isFloat(l.task_stock))return this.$message.error("可兑换数量填写错误"),a=!1,!1;if(o["a"].isFloat(l.task_number))return this.$message.error("积分值填写错误"),a=!1,!1;if(o["a"].isFloat(l.task_limit))return this.$message.error("兑换限制填写错误"),a=!1,!1;if(!o["a"].isNumber(l.task_stock))return this.$message.error("可兑换数量必须是数字"),a=!1,!1;if(!o["a"].isNumber(l.task_number))return this.$message.error("积分值必须是数字"),a=!1,!1;if(!o["a"].isNumber(l.task_price))return this.$message.error("积分价格必须是数字"),a=!1,!1;if(!o["a"].isNumber(l.task_limit)&&!o["a"].isEmpty(l.task_limit))return this.$message.error("兑换限制必须是数字"),a=!1,!1;if(!o["a"].isIntNum(l.task_stock))return this.$message.error("可兑换数量不能为负数"),a=!1,!1;if(!o["a"].isIntNum(l.task_number))return this.$message.error("积分值不能为负数"),a=!1,!1;if(!o["a"].isIntNum(l.task_price))return this.$message.error("积分价格不能为负数"),a=!1,!1;if(!o["a"].isIntNum(l.task_limit)&&!o["a"].isEmpty(l.task_limit))return this.$message.error("兑换限制不能为负数"),a=!1,!1;if(o["a"].isLimit(l.task_stock,9999999))return this.$message.error("可兑换数量不能大于9999999"),a=!1,!1;if(o["a"].isLimit(l.task_number,9999999))return this.$message.error("积分值不能大于9999999"),a=!1,!1;if(o["a"].isLimit(l.task_price,9999999))return this.$message.error("积分价格不能大于9999999"),a=!1,!1;if(o["a"].isLimit(l.task_limit,9999999)&&!o["a"].isEmpty(l.task_limit))return this.$message.error("兑换限制不能大于9999999"),a=!1,!1;if(!o["a"].isPrice(l.task_price))return this.$message.error("积分价格格式不正确"),a=!1,!1;if(console.log("task_limit",parseInt(l.task_limit)),console.log("task_stock",parseInt(l.task_stock)),console.log("task_limit>task_stock",l.task_limit),parseInt(l.task_stock),parseInt(l.task_limit)>parseInt(l.task_stock)&&parseInt(l.task_limit)>0)return this.$message.error("兑换限制不能大于可兑换数量"),a=!1,!1}s.param=i}else a=!1}else{var n=JSON.parse(JSON.stringify(s.task));if(console.log("单规格验证数据中"),o["a"].isEmpty(n.task_stock))return this.$message.error("可兑换数量不能为空"),a=!1,!1;if(o["a"].isEmpty(n.task_number))return this.$message.error("积分值不能为空"),a=!1,!1;if(o["a"].isEmpty(n.task_price))return this.$message.error("积分价格不能为空"),a=!1,!1;if(o["a"].isFloat(n.task_stock))return this.$message.error("可兑换数量填写错误"),a=!1,!1;if(o["a"].isFloat(n.task_number))return this.$message.error("积分值填写错误"),a=!1,!1;if(o["a"].isFloat(n.task_limit))return this.$message.error("兑换限制填写错误"),a=!1,!1;if(!o["a"].isNumber(n.task_stock))return this.$message.error("可兑换数量必须是数字"),a=!1,!1;if(!o["a"].isNumber(n.task_number))return this.$message.error("积分值必须是数字"),a=!1,!1;if(!o["a"].isNumber(n.task_price))return this.$message.error("积分价格必须是数字"),a=!1,!1;if(!o["a"].isNumber(n.task_limit)&&!o["a"].isEmpty(n.task_limit))return this.$message.error("兑换限制必须是数字"),a=!1,!1;if(!o["a"].isIntNum(n.task_stock))return this.$message.error("可兑换数量不能为负数"),a=!1,!1;if(!o["a"].isIntNum(n.task_number))return this.$message.error("积分值不能为负数"),a=!1,!1;if(!o["a"].isIntNum(n.task_price))return this.$message.error("积分价格不能为负数"),a=!1,!1;if(!o["a"].isIntNum(n.task_limit)&&!o["a"].isEmpty(n.task_limit))return this.$message.error("兑换限制不能为负数"),a=!1,!1;if(o["a"].isLimit(n.task_stock,9999999))return this.$message.error("可兑换数量不能大于9999999"),a=!1,!1;if(o["a"].isLimit(n.task_number,9999999))return this.$message.error("积分值不能大于9999999"),a=!1,!1;if(o["a"].isLimit(n.task_price,9999999))return this.$message.error("积分价格不能大于9999999"),a=!1,!1;if(o["a"].isLimit(n.task_limit,9999999)&&!o["a"].isEmpty(n.task_limit))return this.$message.error("兑换限制不能大于9999999"),a=!1,!1;if(!o["a"].isPrice(n.task_price))return this.$message.error("积分价格格式不正确"),a=!1,!1;if(console.log("task_limit",parseInt(n.task_limit)),console.log("task_stock",parseInt(n.task_stock)),console.log("task_limit>task_stock",n.task_limit),parseInt(n.task_stock),parseInt(n.task_limit)>parseInt(n.task_stock)&&parseInt(n.task_limit)>0)return this.$message.error("兑换限制不能大于可兑换数量"),a=!1,!1}var c={goods_is_sale:s.task.goods_is_sale,goods_list:[s]};a&&this.$heshop.plugin("post",{include:"task",model:"goods"},c).then((function(t){e.$message({message:"保存成功",type:"success"})})).catch((function(t){console.log("err",t),e.$message.error("保存失败,请检查规格参数是否设置正确")}))},isInteger:function(t){return t%1===0},handleAffirm:function(){var t=this.$refs["specstable"].tableData;if(t){for(var e in t){var s=t[e];if(s.task_number<0||null==s.task_number)return this.$message.error("兑换积分不能为空,不能为负数"),!1;if(s.task_price<0||null==s.task_price)return this.$message.error("兑换价格不能为空"),!1;if(s.task_stock<0||null==s.task_stock)return this.$message.error("可兑换数量不能为空"),!1;if(!this.isInteger(s.task_limit))return this.$message.error("兑换限制必须为整数"),!1;if(!this.isInteger(s.task_number))return this.$message.error("积分值必须为整数"),!1;if(!this.isInteger(s.task_stock))return this.$message.error("可兑换数量必须为整数"),!1;if(s.task_limit>s.task_stock)return this.$message.error("兑换限制不能大于可兑换数量"),!1}return t}return this.$message.error("请先设置规格数据"),!1},handleLoadData:function(t){var e=this;this.$heshop.plugin("get",{id:t,include:"task",model:"goods"}).then((function(t){e.goodsData=t})).catch((function(t){e.$message.error("获取失败,请检查网络")}))}}},n=l,c=(s("ecab"),s("2877")),u=Object(c["a"])(n,a,i,!1,null,"218d081b",null);e["default"]=u.exports},d8d0:function(t,e,s){"use strict";var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"task__specs"},[t.tableData.length?s("u-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"plTable",staticClass:"task-specs",attrs:{"show-body-overflow":!1,data:t.tableData,height:t.height,"fixed-columns-roll":"","use-virtual":"",showHeaderOverflow:"title","row-height":t.rowHeight,border:!1,"row-key":"id"},on:{"cell-click":t.dataCleansing,"selection-change":t.handleSelectionChange,select:t.selectRow,"select-all":t.selectAll}},[s("u-table-column",{attrs:{type:"selection",width:"34"}}),s("u-table-column",{attrs:{width:"282",keys:"index",label:t.labelName},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"__specs_title"},[s("p",[t._v(t._s(e.row.param_value.replace(/_/,"/")))])])]}}],null,!1,2725384797)}),s("u-table-column",{attrs:{width:"170","column-key":"id"},scopedSlots:t._u([{key:"header",fn:function(e){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("可兑换数量 "),s("el-tooltip",{staticClass:"item",attrs:{content:"可兑换数量与商城商品库存互相独立,互不影响",placement:"top","popper-class":"task-tooltip"}},[s("i",{staticClass:"le-icon le-icon-zhushi1",staticStyle:{position:"relative",top:"-1px","font-size":"13px",color:"#BBBFC8","vertical-align":"middle"}})])]}},{key:"default",fn:function(e){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('可兑换数量不能为空')\n if(!isInteger(e.target.value)) $message.error('可兑换数量必须为整数')\n if(e.target.value>9999999) $message.error('兑换数量不能大于9999999') }"},model:{value:e.row.task_stock,callback:function(s){t.$set(e.row,"task_stock",s)},expression:"scope.row.task_stock"}},[s("template",{slot:"append"},[t._v("件")])],2)]}}],null,!1,3141790980)}),s("u-table-column",{attrs:{width:"310"},scopedSlots:t._u([{key:"header",fn:function(e){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("积分价格 ")]}},{key:"default",fn:function(e){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('积分价格不能为空')\n if(!isInteger(e.target.value)) $message.error('积分价格必须为整数')\n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:e.row.task_number,callback:function(s){t.$set(e.row,"task_number",s)},expression:"scope.row.task_number"}},[s("template",{slot:"append"},[t._v("积分")])],2),s("span",{staticStyle:{display:"inline-block",width:"24px",height:"32px","line-height":"32px","text-align":"center"}},[t._v("+")]),s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('积分价格不能为空')\n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:e.row.task_price,callback:function(s){t.$set(e.row,"task_price",s)},expression:"scope.row.task_price"}},[s("template",{slot:"append"},[t._v("元")])],2)]}}],null,!1,2925286641)}),s("u-table-column",{attrs:{width:"160"},scopedSlots:t._u([{key:"header",fn:function(e){return[t._v(" 兑换限制 ")]}},{key:"default",fn:function(e){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value>9999999) $message.error('兑换限制不能大于9999999')\n if(!isInteger(e.target.value)) $message.error('兑换限制必须为整数')\n if(e.target.value>scope.row.task_stock) $message.error('兑换限制不能大于可兑换数量')\n }"},model:{value:e.row.task_limit,callback:function(s){t.$set(e.row,"task_limit",s)},expression:"scope.row.task_limit"}},[s("template",{slot:"append"},[t._v("件/人")])],2)]}}],null,!1,2699424455)})],1):t._e(),s("div",{staticClass:"task__specs_tools"},[s("el-checkbox",{attrs:{indeterminate:t.indeterminate},on:{change:t.handleCheckAllChange,"select-all":t.selectAll},model:{value:t.allCheck,callback:function(e){t.allCheck=e},expression:"allCheck"}},[t._v("批量设置")]),t.selectData.length?s("div",{staticStyle:{display:"inline-block"}},[s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:t.tools[0].visible,callback:function(e){t.$set(t.tools[0],"visible",e)},expression:"tools[0].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:t.tools[0].value,callback:function(e){t.$set(t.tools[0],"value",e)},expression:"tools[0].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.tools[0].visible=!1}}},[t._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.handleAffirm(0)}}},[t._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[t._v("可兑换数量")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:t.tools[1].visible,callback:function(e){t.$set(t.tools[1],"visible",e)},expression:"tools[1].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:t.tools[1].value,callback:function(e){t.$set(t.tools[1],"value",e)},expression:"tools[1].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.tools[1].visible=!1}}},[t._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.handleAffirm(1)}}},[t._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[t._v("积分数")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:t.tools[2].visible,callback:function(e){t.$set(t.tools[2],"visible",e)},expression:"tools[2].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:t.tools[2].value,callback:function(e){t.$set(t.tools[2],"value",e)},expression:"tools[2].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.tools[2].visible=!1}}},[t._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.handleAffirm(2)}}},[t._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[t._v("现金价格")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:t.tools[3].visible,callback:function(e){t.$set(t.tools[3],"visible",e)},expression:"tools[3].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:t.tools[3].value,callback:function(e){t.$set(t.tools[3],"value",e)},expression:"tools[3].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.tools[3].visible=!1}}},[t._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.handleAffirm(3)}}},[t._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[t._v("兑换限制")])],1)],1):t._e()],1)],1)},i=[],r=(s("a9e3"),s("fb6a"),s("b0c0"),{components:{},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},goods:{type:[String,Number,Boolean,Object,Array]}},data:function(){return{labelName:"规格",loading:!1,indeterminate:!1,selectData:[],dialogVisible:!0,allCheck:!1,searchValue:"",tools:[{value:"",visible:!1},{value:"",visible:!1},{value:"",visible:!1},{value:"",visible:!1}],tableData:[],height:0,rowHeight:55}},filters:{capitalize:function(t){return t.length>=42?t.slice(0,39)+"...":t}},watch:{goods:function(t){console.log("监听ID比哪壶",t)}},mounted:function(){this.height=400,this.tableData=[],this.loading=!0,this.loadGoodsData(this.goods.id)},methods:{handleCheckAllChange:function(){this.$refs.plTable.toggleAllSelection()},handleSelectionChange:function(t){this.selectData=t,this.allCheck=this.selectData.length===this.tableData.length,this.indeterminate=this.selectData.length>0&&this.selectData.length0?(this.allCheck=!0,this.indeterminate=!1):this.allCheck=!1},selectRow:function(){this.allCheck&&(this.allCheck=!1)},handleAffirm:function(t){this.tools[t].visible=!1;var e=this.tools[t].value;if(e>=0)for(var s in this.tableData)switch(t){case 0:if(!this.isInteger(e))return void this.$message.error("可兑换数量必须为整数");this.tableData[s]["task_stock"]=e;break;case 1:if(!this.isInteger(e))return void this.$message.error("兑换积分必须为整数");this.tableData[s]["task_number"]=e;break;case 2:this.tableData[s]["task_price"]=e;break;case 3:if(!this.isInteger(e))return void this.$message.error("兑换限制必须为整数");this.tableData[s]["task_limit"]=e;break}else this.$message.error("批量修改的值不能为空或格式错误");this.tools[t].value=""},isInteger:function(t){return t%1===0},setHei:function(t){this.height=t},scrollBottom:function(){this.$refs.plTable.scrollBottom()},pagingScrollTopLeft:function(t){this.$refs.plTable.pagingScrollTopLeft(t,0)},loadGoodsData:function(t){var e=this;this.$heshop.goods("get",t).then((function(t){if(e.labelName="规格名称",t.param.param_data)for(var s in e.labelName="",t.param.param_data){var a=t.param.param_data[s];a.name&&(""==e.labelName?e.labelName=a.name:e.labelName+="/"+a.name)}e.$nextTick((function(){e.tableData=t.param.goods_data,e.loading=!1,setTimeout((function(){var t=document.getElementsByClassName("umy-table-beyond");for(var e in t){var s=t[e];s.removeAttribute&&s.removeAttribute("title")}}),1e3)}))})).catch((function(t){e.loading=!1}))},dataCleansing:function(){setTimeout((function(){var t=document.getElementsByClassName("umy-table-beyond");for(var e in t){var s=t[e];s.removeAttribute&&s.removeAttribute("title")}}),1e3)}}}),o=r,l=(s("86e2"),s("2877")),n=Object(l["a"])(o,a,i,!1,null,"3d838ec8",null);e["a"]=n.exports},ecab:function(t,e,s){"use strict";s("6e27")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-179fabaa.dccca975.js b/views/admin/js/chunk-179fabaa.dccca975.js new file mode 100644 index 00000000..71dea31e --- /dev/null +++ b/views/admin/js/chunk-179fabaa.dccca975.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-179fabaa"],{"0578":function(t,e,a){"use strict";a("0708")},"0708":function(t,e,a){},"072a":function(t,e,a){"use strict";a("5484")},"19de":function(t,e){t.exports=function(t,e,a,n){var o="undefined"!==typeof n?[n,t]:[t],i=new Blob(o,{type:a||"application/octet-stream"});if("undefined"!==typeof window.navigator.msSaveBlob)window.navigator.msSaveBlob(i,e);else{var s=window.URL&&window.URL.createObjectURL?window.URL.createObjectURL(i):window.webkitURL.createObjectURL(i),l=document.createElement("a");l.style.display="none",l.href=s,l.setAttribute("download",e),"undefined"===typeof l.download&&l.setAttribute("target","_blank"),document.body.appendChild(l),l.click(),setTimeout((function(){document.body.removeChild(l),window.URL.revokeObjectURL(s)}),200)}}},5484:function(t,e,a){},"5d39":function(t,e,a){"use strict";a("c015")},"662a":function(t,e,a){},6892:function(t,e,a){"use strict";a("a10d")},9892:function(t,e,a){t.exports=a.p+"img/le-upload-applets.8b4e315c.gif"},a10d:function(t,e,a){},af9d:function(t,e,a){},c015:function(t,e,a){},d1d7:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"le-matters"},[t.uploadLoading?a("div",{staticClass:"le-upload-loading flex align-center justify-center",on:{touchmove:function(t){t.preventDefault()}}},[t._m(0)]):t._e(),a("div",{staticClass:"tabbar"},[a("div",{staticClass:"tabbar-phone"},[t._m(1),a("div",{staticClass:"tabbar-phone-body"},[a("div",{staticClass:"tabbar-phone-tabbar"},[a("div",{staticClass:"tabbar-phone-opacity"}),a("iframe",{staticClass:"tabbar-phone-iframe",attrs:{frameborder:"0",scrolling:"no",src:t.origin,width:"375px",height:"700px"}}),a("Tabbar",{attrs:{tabbarDes:t.tabbarDes.data,type:t.tabbarDes.tabbarStyle,color:t.tabbarDes.inactive_color,background:t.tabbarDes.background_color}})],1)])]),a("div",{staticClass:"tabbar-attribute"},[a("Attribute",{model:{value:t.tabbarDes,callback:function(e){t.tabbarDes=e},expression:"tabbarDes"}})],1),a("div",{staticClass:"tabbar-footer"},[a("el-button",{attrs:{type:"primary"},on:{click:t.handleTabbarSave}},[t._v("保存")])],1)]),a("download",{model:{value:t.isDownload,callback:function(e){t.isDownload=e},expression:"isDownload"}})],1)},o=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-upload-content"},[n("img",{staticClass:"le-upload-img",attrs:{src:a("9892")}}),n("div",[t._v("下载中...")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"tabbar-phone-header"},[a("div",{staticClass:"tabbar-phone-title"},[t._v(" 微页面 ")])])}],i=(a("9911"),a("b64b"),a("841c"),a("ac1f"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-tabs",{class:{"active-tow":"second"==t.active},model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[a("el-tab-pane",{attrs:{label:"内容设置",name:"first"}},[a("p",{staticClass:"tips"},[t._v(" 至少添加2个导航,最多添加5个导航 "),a("span",{staticStyle:{color:"#623CEB","font-size":"12px",float:"right",cursor:"pointer"},on:{click:t.handleDefault}},[t._v("恢复默认图标")])]),a("el-form",{ref:"form",attrs:{model:t.content,"label-width":"110px",size:"mini","label-position":"left"}},[t._l(t.content.data,(function(e,n){return a("div",{key:n,staticClass:"select-photo"},[0!==n&&t.content.data.length>2?a("i",{staticClass:"le-icon le-icon-cha2 select-photo__close",on:{click:function(e){return t.handleDelete(n)}}}):t._e(),2==t.content.tabbarStyle?a("el-form-item",{attrs:{label:"图标","label-width":"50px"}},[a("div",{staticClass:"select-photo__item"},[a("div",{staticClass:"select-photo__upload"},[a("pictureDialog",{scopedSlots:t._u([{key:"preview",fn:function(e){return a("div",{staticClass:"select-cover__60-edit"},[a("el-image",{attrs:{src:e.url,fit:"cover"}}),a("div",{staticClass:"select-cover__60-tips"},[t._v(" 替换 ")])],1)}}],null,!0),model:{value:e.iconPath,callback:function(a){t.$set(e,"iconPath",a)},expression:"item.iconPath"}},[a("div",{staticClass:"select-cover__60-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__60-icon"})])])],1),a("span",[t._v("未选中")])]),a("div",{staticClass:"select-photo__item"},[a("div",{staticClass:"select-photo__upload"},[a("pictureDialog",{scopedSlots:t._u([{key:"preview",fn:function(e){return a("div",{staticClass:"select-cover__60-edit"},[a("el-image",{attrs:{src:e.url,fit:"cover"}}),a("div",{staticClass:"select-cover__60-tips"},[t._v(" 替换 ")])],1)}}],null,!0),model:{value:e.selectedIconPath,callback:function(a){t.$set(e,"selectedIconPath",a)},expression:"item.selectedIconPath"}},[a("div",{staticClass:"select-cover__60-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__60-icon"})])])],1),a("span",[t._v("选中")])])]):t._e(),a("el-form-item",{attrs:{label:"名称","label-width":"50px"}},[a("el-input",{attrs:{type:"text",placeholder:"输入名称","data-index":n,maxlength:"4","show-word-limit":""},on:{blur:t.handleInputBlur},model:{value:e.text,callback:function(a){t.$set(e,"text",a)},expression:"item.text"}})],1),a("el-form-item",{attrs:{label:"链接","label-width":"50px"}},[0===n?[t._v(" 店铺首页 ")]:a("hyperlinkSelect",{attrs:{index:n,forbidden:[2,3,7,6,10]},model:{value:e.link,callback:function(a){t.$set(e,"link",a)},expression:"item.link"}},[t._v("请选择跳转链接")])],2)],1)})),a("div",{staticClass:"button-adddata"},[a("el-button",{attrs:{disabled:5==t.content.data.length},on:{click:t.handleAdditem}},[t._v("新增导航")])],1)],2),a("div",{staticClass:"attribute-footer-empty"})],1),a("el-tab-pane",{attrs:{label:"样式设置",name:"second"}},[a("el-form",{ref:"form",attrs:{model:t.content,"label-width":"110px",size:"mini","label-position":"left"}},[a("div",{staticClass:"control-item-title"},[t._v("选择风格")]),a("el-radio-group",{model:{value:t.content.tabbarStyle,callback:function(e){t.$set(t.content,"tabbarStyle",e)},expression:"content.tabbarStyle"}},[a("el-radio",{attrs:{label:1}},[t._v(" 文字 ")]),a("el-radio",{attrs:{label:2}},[t._v(" 图文 ")])],1),a("el-divider"),a("div",{staticClass:"control-item-title"},[t._v("颜色设置")]),a("el-form-item",{attrs:{label:"背景颜色"}},[a("colour",{attrs:{colour:"#FFFFFF"},model:{value:t.content.background_color,callback:function(e){t.$set(t.content,"background_color",e)},expression:"content.background_color"}})],1),a("el-form-item",{attrs:{label:"未选中文字颜色"}},[a("colour",{attrs:{colour:"#666666"},model:{value:t.content.inactive_color,callback:function(e){t.$set(t.content,"inactive_color",e)},expression:"content.inactive_color"}})],1),a("el-form-item",{attrs:{label:"选中文字颜色"}},[a("colour",{attrs:{colour:"#f5212d"},model:{value:t.content.active_color,callback:function(e){t.$set(t.content,"active_color",e)},expression:"content.active_color"}})],1)],1),a("div",{staticClass:"attribute-footer-empty"})],1)],1)}),s=[],l=(a("a434"),a("db33")),c=a("3ec8"),r=a("5957"),d=a("00ee"),u=a("19de"),p=a.n(u),b={components:{control:l["a"],colour:c["a"],pictureSelect:r["a"],hyperlinkSelect:d["a"]},props:{value:{type:[Object,Array]}},data:function(){return{active:"first",errorTips:"",tabbar:{tabbarStyle:2,background_color:"#FFFFFF",inactive_color:"#1A1818",active_color:"#f5212d",data:[{text:"首页",page:"setup",iconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_home_normal.png",selectedIconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_home_selected.png",link:{name:"店铺首页",path:"/pages/index/index",param:{},index:0,extend:!1}},{iconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_classification_normal.png",selectedIconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_classification_selected.png",text:"分类",link:{name:"全部商品",path:"/pages/goods/list",param:{},index:1,extend:!1}},{iconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_shopping-cart_normal.png",selectedIconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_shopping-cart_selected.png",text:"购物车",link:{name:"购物车",path:"/pages/cart/index",param:{},index:4,extend:!1}},{iconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_personal-center_normal.png",selectedIconPath:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/tabbar/nav_personal-center_selected.png",text:"我",link:{name:"个人中心",path:"/pages/user/index",param:{},index:5,extend:!1}}]}}},computed:{content:{get:function(){return this.value.data.length?this.value:JSON.parse(JSON.stringify(this.tabbar))},set:function(t){this.$emit("input",t)}}},methods:{handleInputBlur:function(t){this.errorTips="";var e=this.content.data;if(t.target.dataset.index!=t.target.value){var a=t.target.dataset.index;for(var n in e){var o=e[n];if(o.text==t.target.value)return a===n?void 0:(this.$message({message:"名称不能重复",type:"warning"}),void(this.errorTips="名称不能重复"))}}},handleAdditem:function(){this.content.data.length<5?this.content.data.push({pagePath:"",iconPath:"",selectedIconPath:"",text:"标题",link:{}}):this.$message({message:"最多添加5个导航",type:"warning"})},handleDelete:function(t){this.content.data.length>2?this.content.data.splice(t,1):this.$message({message:"至少保留两个2导航",type:"warning"})},handleDefault:function(){var t=this;this.$confirm("是否要恢复默认图标?","提示",{confirmButtonText:"确定",cancelButtonText:"取消"}).then((function(){t.content=JSON.parse(JSON.stringify(t.tabbar)),t.$message({message:"恢复成功",type:"success"})})).catch((function(){}))}}},h=b,v=(a("5d39"),a("2877")),m=Object(v["a"])(h,i,s,!1,null,"20e002d1",null),f=m.exports,g=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"tabberWarp",style:{background:t.background}},[a("div",{staticClass:"warp",style:{background:t.background}},t._l(t.tabbarDes,(function(e,n){return a("Item",{key:n,attrs:{text:e.text,color:t.color,page:e.page},on:{change:t.getVal}},[2==t.type?a("img",{attrs:{slot:"iconPath",src:e.iconPath},slot:"iconPath"}):t._e(),2==t.type?a("img",{attrs:{slot:"selectedIconPath",src:e.selectedIconPath},slot:"selectedIconPath"}):t._e()])})),1)])},_=[],x=(a("a9e3"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"itemWarp flex_mid",on:{click:t.changePage}},[a("span",{directives:[{name:"show",rawName:"v-show",value:!t.bol,expression:"!bol"}]},[t._t("iconPath")],2),a("span",{directives:[{name:"show",rawName:"v-show",value:t.bol,expression:"bol"}]},[t._t("selectedIconPath")],2),a("span",{style:{color:t.color},domProps:{textContent:t._s(t.text)}})])}),w=[],y={name:"Item",props:{text:{type:String},page:{type:String},color:{type:String,default:"#666666"},sel:{type:String,default:"skin"}},computed:{bol:function(){return this.sel==this.page}},methods:{changePage:function(){}}},k=y,C=(a("072a"),Object(v["a"])(k,x,w,!1,null,null,null)),P=C.exports,S={components:{Item:P},props:{tabbarDes:{type:[Object,Array]},type:{type:Number,default:1},color:{type:String,default:"#666666"},background:{type:String,default:"#FFFFFF"}},data:function(){return{selected:"skin2"}},methods:{getVal:function(t){this.selected=t}}},$=S,D=(a("6892"),Object(v["a"])($,g,_,!1,null,null,null)),F=D.exports,O=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-dialog",{attrs:{width:"532px",visible:t.newVal,"custom-class":"le-download"},on:{"update:visible":function(e){t.newVal=e}}},[a("div",{},[a("div",{staticClass:"le-name"},[t._v("保存成功!如需生效请下载小程序包并上传审核。")]),a("div",[a("span",{staticClass:"le-title"},[t._v("是否已开通小程序直播")]),a("el-radio-group",{model:{value:t.enable_live,callback:function(e){t.enable_live=e},expression:"enable_live"}},[a("el-radio",{attrs:{label:0}},[t._v("未开通")]),a("el-radio",{attrs:{label:1}},[t._v("已开通")])],1)],1),a("div",{staticClass:"le-prompt-text"},[t._v(" 请谨慎选择是否有开通小程序直播功能,否则将影响小程序的发布审核"),a("br"),t._v(" 可前往 "),a("span",{staticClass:"le-prompt"},[t._v("微信公众号平台>小程序>功能>直播")]),t._v(" 开通直播功能 ")]),a("el-button",{staticClass:"le-btn",attrs:{type:"primary"},on:{click:t.download}},[t._v("下载")])],1)])},I=[],q={name:"download",props:{value:{type:Boolean,default:!1}},computed:{newVal:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},data:function(){return{enable_live:0}},methods:{download:function(){var t=this;this.$heshop.download({enable_live:this.enable_live}).then((function(e){p()(e,"wxapp.zip"),t.newVal=!1})).catch((function(t){console.error(t)}))}}},T=q,j=(a("ed9d"),a("d40f"),Object(v["a"])(T,O,I,!1,null,"7ac31803",null)),z=j.exports,L={components:{Attribute:f,Tabbar:F,download:z},data:function(){return{tabbarDes:{tabbarStyle:1,background_color:"#FFFFFF",inactive_color:"#666666",active_color:"#f5212d",data:[]},fullHeight:document.documentElement.clientHeight,origin:$_W.AppWEB,uploadLoading:!1,isDownload:!1}},computed:{scrollHeight:function(){return{height:parseInt(this.fullHeight)-65+"px"}}},mounted:function(){var t=this;window.onresize=function(){return function(){window.fullHeight=document.documentElement.clientHeight,t.fullHeight=window.fullHeight}()},this.handleLoadTabbar()},methods:{handleTabbarSave:function(){var t=this;for(var e in this.tabbarDes.data){var a=this.tabbarDes.data[e];if(""==a.text)return void this.$message({message:"名称不能为空",type:"warning"});if(a.link&&0===Object.keys(a.link).length)return void this.$message({message:"链接不能为空",type:"warning"});if(2==this.tabbarDes.tabbarStyle){if(""==a.iconPath)return void this.$message({message:"【未选中】图标不能为空",type:"warning"});if(""==a.selectedIconPath)return void this.$message({message:"【选中】图标不能为空",type:"warning"})}}var n=this.$loading({lock:!0,text:"保存中……",spinner:"el-icon-loading"});this.$heshop.fitment("POST",{keyword:"tabbar",content:JSON.stringify(this.tabbarDes)}).then((function(){n.close(),t.isDownload=!0})).catch((function(t){console.error("错误信息",t)}))},handleLoadTabbar:function(){var t=this;this.$heshop.search("POST",{include:"fitment"},{keyword:"tabbar"}).then((function(e){e&&e.content&&(t.tabbarDes=JSON.parse(e.content))})).catch((function(t){console.error("错误信息",t)}))},changeRadio:function(t){console.log(t),this.enable_live=t}}},E=L,A=(a("0578"),Object(v["a"])(E,n,o,!1,null,"8efb4ba0",null));e["default"]=A.exports},d40f:function(t,e,a){"use strict";a("662a")},ed9d:function(t,e,a){"use strict";a("af9d")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-1b1c8654.a767f447.js b/views/admin/js/chunk-1b1c8654.a767f447.js new file mode 100644 index 00000000..554a6e1a --- /dev/null +++ b/views/admin/js/chunk-1b1c8654.a767f447.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1b1c8654"],{"0417":function(e,t,a){},"2ee6":function(e,t,a){e.exports=a.p+"img/live-room-head.8e6f515e.png"},"47e1":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAF2ElEQVRYR82YXUgcVxTH/zNjZjeuVmv9SLuN1bqkbapSxEJhK5imaUM3EGjatITSh8aXUsEgISEPIS95i/kkDyK0FIUmBJQW8yAad5smKDVJSb90S6IUZauxa7u6cbPrzsyWs71XxnE+NoWCF4Zl9sy95zfn6565AnIfIgAXgAIAxezyAJAB5LFlFAArAJYBxNj1EEAKgJaLKiGHh+gZN4BSAE8DKGIABEgXyfk6GQB0kXK6CHARwCyAKIAkk1uqdQLaBKAMQBWAJwDQPUGQUhr816iAr0u/BJYGsATgdwB/sntTKDugfADPA3iGWcgOwMnQXA9Z6A8AUwASZpOsgMgaLzLrSE5mdqLRyUmfyqwUZlZbM90MiGC2MxiSW7nlMTjW6aQ1yXXjRigjEGUNwVQYYuW/Kreax2PrAYOirMwOPRAF7AsAKlkW2VlGLzOzMpdzC5s9Q/9RFk4D+I0Huj4bKKVrAWy2qRk8pTOSJEmqqvI05+mfvZckKbuuqqqUYSQzvjw3CMkeAfiFlYYMByKIV1jcmFlmVVFxcXFeWVlZfl1dXdH4+Hhsbm7u0cLCAqW14HK5hNLSUldDQ0OxIAjCxMTEQ7fbLUxOTsYTiYQeTu9KYqB4uktwdEOUXgAvs6prBMrel5eXy4FA4NmdO3e+5PP5fC6XS56ZmZmKRCJL58+f//7evXuxffv2Ve7du7fe6/U+JUmSrGmaFI1G5/v7+3++cuXKlAUUMVB1/xVAhFfhehbIZkGYqa6u3nzo0KHGPXv27K6oqKiWZdmtKIqmquqKqqrJ4eHhoY6OjuCxY8ea/X7/65IkFciy7BFFUUgmk7FIJDJ77ty5r7q7u8OpFO0ia2KX66QA/4mAqBKTu8ht66yTn58vHDx4cFt7e/vHW7durdU0TdQ0DZlMBoIgQBRFJBKJvyYmJn6oqanZXlRUtIWeIRkfeXl5Ksnb2tq6gsEgFUYec/rkoli6S7O2Aahh24IRSC0vL3dfuHDhrUAg8KEsy0UEs26f+Fd5OpPJ0Ca7LqMkSUIqlYpfunTpiyNHjoRisRhlFw92bjGKw0ma/CqFCACziqxUVlYWXr58+ZPGxsY3NE3bRJYxLfmCkLWalUwUxZWxsbGhAwcOdE9PT8d1HQIHogo+T0DNAAotKphSVVVV3NfX91l9ff1riqJIVkrtKie5T5Ik5fbt26H9+/d/PjMzQxstb1n0U5cI6G3W55i9nuL1egt6eno+ampq2q1pGmWOnW5TGcWZpmmJoaGh3paWlm/m5+cpXsgjxvRPEdA7LH7MNGmFhYXi0aNHG1tbWz/1eDxlikLuz30w6yAajU51dXV92dHR8WM8Hif36GOIFqT7tBNQtjL7fL6CM2fOvLtr164ApbSq0nq5DVEUM4qiLN24cWPg+PHj/bdu3aJOkvQag38VyM5lpJWg1Lq6upJTp069v2PHjjcFQfDkAkWuisfjs6Ojo8HOzs7QwMDAAzbPam9bcQpqbgaCUmpra0tPnz79XnNzsyMUpbqmafFQKHT18OHD/eFweFFVVWP9MZo57pT2+gk5Q5GbqELfuXPnu87OzoHe3t5pVVX5NmVaGVjjlk17u8JonOwIRZZJJpMLg4ODV0+cODF4//79xVQqmzxmbuLrk2y1MNptHWZvYwlFlkmn0/GxsbFvT548+XUwGJxj2WPMKOO6BLS6ddAnjt3mmhOUKIqexcXF2Zs3bw5dvHjxeigUogB2sox+7dXN1an9sMrvVUudPXv2A7/f7x8ZGRlubW3tC4fDlNpU+OzcpHfXmvaDBE4Nmi1UQ0PDlvb29qZr167d7enpmXQIYDN3rWnQ6AF6k1xaWCv3ZUpKStzLy8vpVCpFFT8Xy/DqbNrCkpA3+c9Z7Px2pZn32k51xrh3WTb5/MEN9RnEoTbUhyKHohMO+kajGvV/fUrTtxidjKwZdsG3oQ4bOPWGOo7RF64Nc2Cl96/+SO9JdpJmd6RH8fE3gMc60vsHJJBy2UUwkVQAAAAASUVORK5CYII="},"5dab":function(e,t,a){"use strict";a("0417")},"8d18":function(e,t){e.exports="data:image/png;base64,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"},a8e6:function(e,t,a){e.exports=a.p+"img/live-card-cover.df5295de.png"},abce:function(e,t,a){e.exports=a.p+"img/live-comment.85a1f011.png"},b555:function(e,t,a){e.exports=a.p+"img/verify-qr-code.22a3ba47.png"},b649:function(e,t,a){e.exports=a.p+"img/share-card-cover.afccf145.png"},c1a6:function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-main"},[s("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"form",attrs:{model:e.form,rules:e.rules,"label-width":"217px"}},[s("div",{staticClass:"le-card"},[s("div",{staticClass:"le-card--header flex align-center"},[s("span",{staticClass:"le-sign"}),s("span",[e._v("基本信息")])]),s("el-form-item",{attrs:{label:"直播类型"}},[e._v(" 手机直播 "),0===e.form.type?s("div",{staticClass:"le-prompt-text"},[e._v("通过“小程序直播”小程序开播")]):s("div",{staticClass:"le-prompt-text"},[e._v(" 通过第三方推流设备发起直播,请自行定义画面宽高比 "),s("el-popover",{attrs:{placement:"top",trigger:"hover"}},[s("span",{staticClass:"le-popover-content"},[e._v(" 横屏画面:适用于宽高比为“16:9、4:3、1.85:1”的视频"),s("br"),e._v(" 竖屏画面:适用于适用于宽高比为“9:16、2:3”的视频 ")]),s("i",{staticClass:"le-icon-zhushi le-icon",attrs:{slot:"reference"},slot:"reference"})])],1)]),s("el-form-item",{attrs:{label:"直播间名称",prop:"name"}},[s("el-input",{attrs:{placeholder:"请输入直播间名称",minlength:3,maxlength:17,"show-word-limit":""},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),s("el-form-item",{attrs:{label:"直播时间",prop:"time"}},[s("el-date-picker",{attrs:{type:"datetimerange","range-separator":"至",size:"small","value-format":"timestamp","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:e.form.time,callback:function(t){e.$set(e.form,"time",t)},expression:"form.time"}})],1),s("el-form-item",{attrs:{label:"主播昵称",prop:"anchor_name"}},[s("el-input",{attrs:{placeholder:"请输入主播昵称",maxlength:"15","show-word-limit":""},model:{value:e.form.anchor_name,callback:function(t){e.$set(e.form,"anchor_name",t)},expression:"form.anchor_name"}})],1),s("el-form-item",{attrs:{label:"主播微信号",prop:"anchor_wechat"}},[s("el-input",{attrs:{placeholder:"请输入主播微信号"},model:{value:e.form.anchor_wechat,callback:function(t){e.$set(e.form,"anchor_wechat",t)},expression:"form.anchor_wechat"}}),e.anchorNotVerified?s("img",{staticStyle:{display:"block"},attrs:{src:a("b555"),width:"160px",height:"160px",alt:""}}):e._e()],1),s("el-form-item",{attrs:{label:"主播副号"}},[s("el-input",{attrs:{placeholder:"请输入主播副号"},model:{value:e.form.sub_wechat,callback:function(t){e.$set(e.form,"sub_wechat",t)},expression:"form.sub_wechat"}}),s("div",{staticClass:"le-prompt-text"},[e._v("直播时,主播副号能在主播端进行推送商品,抽奖等操作。仅从主播端小程序进入时,副号身份才生效。若从观众端进入,副号身份不生效。")])],1),s("el-form-item",{attrs:{label:"官方收录"}},[s("el-radio-group",{model:{value:e.form.is_feeds_public,callback:function(t){e.$set(e.form,"is_feeds_public",t)},expression:"form.is_feeds_public"}},[s("el-radio",{attrs:{label:1}},[e._v("开启")]),s("el-radio",{attrs:{label:0}},[e._v("关闭")])],1),s("div",{staticClass:"le-prompt-text"},[e._v("开启后本场直播将有可能被官方推荐")])],1)],1),s("div",{staticClass:"le-card"},[s("div",{staticClass:"le-card--header flex align-center"},[s("span",{staticClass:"le-sign"}),s("span",[e._v("直播间配置")])]),s("div",{staticClass:"le--line--title"},[e._v("分享卡片样式配置")]),s("div",{staticClass:"le-content flex"},[s("div",{staticStyle:{width:"375px",height:"346px",position:"relative"}},[s("div",{staticStyle:{position:"absolute",width:"238px",height:"190px",top:"92px",left:"77px","background-size":"100% 100%","background-repeat":"no-repeat","background-color":"#5B5C7D"},style:{backgroundImage:"url("+e.form.share_img+")"}}),s("img",{attrs:{src:a("b649"),alt:"",width:"375px",height:"346px"}})]),s("div",{staticClass:"le-right"},[s("el-form-item",{attrs:{label:"分享卡片封面"}},[s("div",{staticClass:"select-cover__120"},[s("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return s("div",{staticClass:"select-cover__120-edit"},[s("el-image",{attrs:{src:t.url,fit:"cover"}}),s("div",{staticClass:"select-cover__120-tips"},[s("span",[e._v("替换")]),e._v(" | "),s("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.form.share_img=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.form.share_img,callback:function(t){e.$set(e.form,"share_img",t)},expression:"form.share_img"}},[s("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[s("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),s("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),s("div",{staticClass:"le-prompt-text"},[e._v(" 用户在微信对话框内分享的直播间将以分享卡片的形式呈现。"),s("br"),e._v(" 建议尺寸:800像素 * 640像素,图片大小不得超过1M。 ")])])],1)]),s("div",{staticClass:"le--line--title"},[e._v("官方收录样式配置")]),s("div",{staticClass:"le-content flex"},[s("div",{staticStyle:{width:"375px",height:"200px",position:"relative"}},[s("div",{staticClass:"le-live-1",style:{backgroundImage:"url("+e.form.feedsImg+")"}}),s("img",{staticStyle:{position:"absolute",top:"18px",left:"18px","z-index":"11"},attrs:{src:a("8d18"),width:"84px",height:"20px"}}),s("img",{attrs:{src:a("a8e6"),alt:"",width:"375px",height:"200px"}})]),s("div",{staticClass:"le-right"},[s("el-form-item",{attrs:{label:"直播卡片封面"}},[s("div",{staticClass:"select-cover__120"},[s("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return s("div",{staticClass:"select-cover__120-edit"},[s("el-image",{attrs:{src:t.url,fit:"cover"}}),s("div",{staticClass:"select-cover__120-tips"},[s("span",[e._v("替换")]),e._v(" | "),s("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.form.feedsImg=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.form.feedsImg,callback:function(t){e.$set(e.form,"feedsImg",t)},expression:"form.feedsImg"}},[s("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[s("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),s("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),s("div",{staticClass:"le-prompt-text"},[e._v(" 图片建议大小为 800像素 * 800像素。"),s("br"),e._v(" 图片大小不超过 100KB。"),s("br"),e._v(" 图片内容遵循平台规范后更容易被推荐。"),s("br"),e._v(" 了解官方收录 "),s("el-popover",{attrs:{placement:"top",trigger:"hover"}},[s("span",{staticClass:"le-popover-content"},[e._v(" 官方收录包括以下两个渠道:"),s("br"),s("br"),e._v(" 小程序搜索"),s("br"),e._v(" 用户可从“发现>小程序>小程序搜索框”,或“下拉微信首页任务栏"),s("br"),e._v(" 小程序搜索框“搜索相关小程序。如果该小程序近期有直播则会被推"),s("br"),e._v(" 荐展示。"),s("br"),s("br"),e._v(" 直播间详情卡"),s("br"),e._v(" 用户点击直播间左上角小程序头像可打开直播间详情卡,卡片内会推"),s("br"),e._v(" 荐该小程序近期的直播。 ")]),s("i",{staticClass:"le-icon-zhushi le-icon",attrs:{slot:"reference"},slot:"reference"})])],1)])],1)]),s("div",{staticClass:"le--line--title"},[e._v("直播间样式配置")]),s("div",{staticClass:"le-content flex"},[s("div",{staticStyle:{height:"816px",width:"375px",position:"relative","background-size":"100% 100%","background-repeat":"no-repeat"},style:[e.backgroundStyle]},[s("img",{attrs:{src:a("2ee6"),width:"375",height:"104",alt:""}}),s("div",{staticClass:"flex justify-between",staticStyle:{position:"absolute",width:"375px",bottom:"44px","padding-right":"10px"}},[s("div",{staticStyle:{"padding-left":"10px"}},[e.form.close_comment?e._e():s("img",{attrs:{src:a("abce"),width:"261",height:"36",alt:""}})]),s("div",[e.form.close_goods?e._e():s("img",{staticStyle:{"margin-left":"10px"},attrs:{src:a("efc7"),width:"36",height:"36",alt:""}}),e.form.close_like?e._e():s("img",{staticStyle:{"margin-left":"10px"},attrs:{src:a("47e1"),width:"36",height:"36",alt:""}})])])]),s("div",{staticClass:"le-right"},[s("el-form-item",{attrs:{label:"直播间背景墙"}},[s("div",{staticClass:"select-cover__120"},[s("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return s("div",{staticClass:"select-cover__120-edit"},[s("el-image",{attrs:{src:t.url,fit:"cover"}}),s("div",{staticClass:"select-cover__120-tips"},[s("span",[e._v("替换")]),e._v(" | "),s("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.form.cover_img=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.form.cover_img,callback:function(t){e.$set(e.form,"cover_img",t)},expression:"form.cover_img"}},[s("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[s("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),s("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),s("div",{staticClass:"le-prompt-text"},[e._v(" 直播间背景墙是每个直播间的默认背景。"),s("br"),e._v(" 建议尺寸:1080像素 * 1920像素,图片大小不得超过 2M ")])]),s("el-form-item",{attrs:{label:"直播间功能"}},[s("el-checkbox",{staticClass:"le-checkbox-block",attrs:{"false-label":1,"true-label":0},model:{value:e.form.close_comment,callback:function(t){e.$set(e.form,"close_comment",t)},expression:"form.close_comment"}},[e._v("评论")]),s("el-checkbox",{staticClass:"le-checkbox-block",attrs:{"false-label":1,"true-label":0},model:{value:e.form.close_goods,callback:function(t){e.$set(e.form,"close_goods",t)},expression:"form.close_goods"}},[e._v("商品货架")]),s("el-checkbox",{staticClass:"le-checkbox-block",attrs:{"false-label":1,"true-label":0},model:{value:e.form.close_like,callback:function(t){e.$set(e.form,"close_like",t)},expression:"form.close_like"}},[e._v("点赞")])],1),s("el-form-item",{attrs:{label:"拓展功能"}},[s("el-checkbox",{staticClass:"le-checkbox-block",attrs:{"false-label":1,"true-label":0},model:{value:e.form.close_replay,callback:function(t){e.$set(e.form,"close_replay",t)},expression:"form.close_replay"}},[e._v("回放")]),s("el-checkbox",{staticClass:"le-checkbox-block",attrs:{"false-label":1,"true-label":0},model:{value:e.form.close_kf,callback:function(t){e.$set(e.form,"close_kf",t)},expression:"form.close_kf"}},[e._v("客服")]),s("div",{staticClass:"le-prompt-text"},[e._v(" 需要微信公众平台-小程序添加客服人员才生效 ")])],1)],1)])])]),s("div",{staticClass:"le-cardpin"},[s("el-button",{attrs:{type:"primary",loading:e.loading},on:{click:e.submit}},[e._v("保存")])],1)],1)},i=[],l=(a("fb6a"),a("d3b7"),a("25f0"),{name:"createRoom",data:function(){var e=this,t=function(t,a,s){a||s("请输入主播微信号"),e.anchorNotVerified&&s("主播未验证,请扫描下方二维码进行身份验证"),s()},a=function(e,t,a){t.length<3&&a("直播标题必须为3-17个字(一个字等于两个英文字符或特殊字符)"),a()};return{form:{type:0,name:"",anchor_name:"",anchor_wechat:"",sub_wechat:"",time:[],is_feeds_public:1,feedsImg:"",cover_img:"",share_img:"",close_like:1,close_goods:1,close_comment:1,close_share:1,close_replay:1,close_kf:1,screen_type:1,old_goods_list:[]},rules:{name:[{required:!0,message:"请输入直播间名称",trigger:"blur"},{validator:a,trigger:"blur"}],time:[{required:!0,message:"请输入直播时间",trigger:"change"}],anchor_name:[{required:!0,message:"请输入主播昵称",trigger:"blur"}],anchor_wechat:[{required:!0,message:"请输入主播微信号",trigger:"blur"},{validator:t,trigger:["change","blur"]}]},anchorNotVerified:!1,loading:!1}},mounted:function(){this.getDetail()},computed:{backgroundStyle:function(){return this.form.cover_img?{backgroundImage:"url(".concat(this.form.cover_img,")"),backgroundRepeat:"no-repeat",backgroundSize:"100% 100%"}:{background:"linear-gradient(0deg, #171839 0%, #4C4E77 65%, #50536F 100%)"}}},methods:{submit:function(){var e=this;console.log(this.form),this.anchorNotVerified=!1,this.$refs["form"].clearValidate("anchor_wechat"),this.$refs["form"].validate((function(t){if(t){e.loading=!0;var a=JSON.parse(JSON.stringify(e.form));a.start_time=a.time[0].toString().slice(0,a.time[0].toString().length-3),a.end_time=a.time[1].toString().slice(0,a.time[1].toString().length-3),delete a.time,e.$heshop.live("post",a).then((function(){e.$route.query.roomid?(e.$message.success("编辑成功"),localStorage.removeItem("editRoom")):e.$message.success("创建成功"),e.$router.back(),e.loading=!1})).catch((function(t){"主播微信号未实名认证"===t.data.message?(e.anchorNotVerified=!0,e.$refs["form"].validateField("anchor_wechat")):e.$message.error(t.data.message),e.loading=!1}))}}))},getDetail:function(){if(this.$route.query.roomid){var e=localStorage.getItem("editRoom");e=JSON.parse(e),e.time=[new Date(e.start_time).getTime(),new Date(e.end_time).getTime()],this.form=e,this.form.type=e.live_type,this.form.feedsImg=e.feeds_img_base64,this.form.share_img=e.share_img_base64,this.form.cover_img=e.cover_img_base64}}}}),o=l,r=(a("5dab"),a("2877")),c=Object(r["a"])(o,s,i,!1,null,"7fd93d92",null);t["default"]=c.exports},efc7:function(e,t){e.exports="data:image/png;base64,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"}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-25fba388.36c660e0.js b/views/admin/js/chunk-25fba388.36c660e0.js new file mode 100644 index 00000000..957b3a3d --- /dev/null +++ b/views/admin/js/chunk-25fba388.36c660e0.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-25fba388"],{4106:function(t,e,n){"use strict";n.r(e);var s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-card"},[n("div",{staticClass:"le-header"},[n("el-input",{staticClass:"le-input",attrs:{placeholder:"请输入服务名称搜索",clearable:""},on:{clear:t.getList},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList(e)}},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}},[n("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:t.getList},slot:"append"})],1),n("el-button",{staticClass:"le-header__btn",attrs:{type:"primary"},on:{click:function(e){return t.routerEdit()}}},[t._v("添加商品服务")])],1),n("el-table",{staticClass:"le-table",attrs:{data:t.list}},[n("el-table-column",{attrs:{prop:"title",label:"服务名称"}}),n("el-table-column",{attrs:{prop:"goods_number",label:"商品数"}}),n("el-table-column",{attrs:{prop:"time",label:"创建时间","min-width":"180px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("timeFormat")(e.row.created_time,"yyyy-mm-dd hh:MM:ss"))+" ")]}}])}),n("el-table-column",{attrs:{prop:"sort",label:"排序","render-header":t.hintRender},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le_goods__main-goodstitle le_goods__main-sort"},[t._v(" "+t._s(e.row.sort)+" "),n("el-popover",t._b({attrs:{title:" ",trigger:"click"},model:{value:e.row.popover,callback:function(n){t.$set(e.row,"popover",n)},expression:"scope.row.popover"}},"el-popover",t.$attrs,!1),[n("div",{staticClass:"el-popconfirm"},[n("p",{staticClass:"el-popconfirm__main"},[n("el-input",{model:{value:t.sort,callback:function(e){t.sort=e},expression:"sort"}})],1),n("div",{staticClass:"el-popconfirm__action"},[n("el-button",{attrs:{size:"mini",type:"text"},on:{click:t.cancel}},[t._v("取消")]),n("el-button",{attrs:{size:"mini",type:"primary"},on:{click:t.sortChange}},[t._v("确定")])],1)]),n("span",{attrs:{slot:"reference"},on:{click:function(n){return t.editSort(e.row,e.$index)}},slot:"reference"},[n("he-icon",{staticClass:"le_goods__main-sortedit",attrs:{type:"le-icon-editor"}})],1)])],1)]}}])}),n("el-table-column",{attrs:{prop:"status",label:"状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-switch",{attrs:{"active-value":1,"inactive-value":0},on:{change:function(n){return t.editChange(n,e.row.id,e.$index)}},model:{value:e.row.status,callback:function(n){t.$set(e.row,"status",n)},expression:"scope.row.status"}})]}}])}),n("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"flex align-center le-edit"},[n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.routerEdit({id:e.row.id})}}},[t._v(" 编辑 ")]),n("span",{staticClass:"le-edit-line"}),n("popconfirm",{attrs:{width:"330px",title:"确认删除该条商品服务?"},on:{confirm:function(n){return t.deleteService({id:e.row.id,index:e.$index})}}},[n("el-button",{attrs:{type:"text"}},[t._v("删除")])],1)],1)]}}])})],1),n("div",{staticClass:"le-footer flex justify-end"},[n("el-pagination",{attrs:{"current-page":t.page.current,background:"",layout:"prev, pager, next, jumper","page-count":t.page.count},on:{"current-change":t.currentChange}})],1)],1)},r=[],a=n("1da1"),o=(n("841c"),n("ac1f"),n("159b"),n("96cf"),n("c0b5")),i=n("d8df"),c={components:{HelpHint:o["a"],popconfirm:i["a"]},data:function(){return{list:[],page:{current:1,count:1,size:10,total:1},search:"",sort:0,loading:!1,sortIndex:0}},mounted:function(){var t=this;return Object(a["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.getList();case 1:case"end":return e.stop()}}),e)})))()},methods:{getList:function(){var t=this;this.loading=!0,this.$heshop.service("get",{search:this.search}).page(this.page.current,this.page.size).then((function(e){var n=e.data,s=e.headers;n.forEach((function(t){t.popover=!1})),t.list=n,t.page={current:+s["x-pagination-current-page"],count:+s["x-pagination-page-count"],size:+s["x-pagination-per-page"],total:+s["x-pagination-total-count"]},t.loading=!1})).catch((function(){t.loading=!1,t.$message.error("获取失败")}))},currentChange:function(t){this.page.current=t,this.getList()},hintRender:function(){return this.$createElement("HelpHint",{props:{content:"序号越大,排序越靠前"}},"排序")},editSort:function(t,e){this.sort=t.sort,this.sortIndex=e},sortChange:function(){var t=this,e=this.list[this.sortIndex].id;this.$heshop.service("put",e,{sort:this.sort}).then((function(){t.list[t.sortIndex].popover=!1,t.list[t.sortIndex].sort=t.sort})).catch((function(e){t.$message.error(e.data[0].message)}))},cancel:function(){this.list[this.sortIndex].popover=!1},editChange:function(t,e,n){var s=this;this.$heshop.service("put",e,{status:t}).then((function(){})).catch((function(e){s.list[n].status=1===t?0:1,s.$message.error(e.data.message)}))},deleteService:function(t){var e=this;this.$heshop.service("delete",t.id).then((function(){e.$message.success("删除成功"),e.$delete(e.list,t.index)})).catch((function(t){e.$message.error(t.data.message)}))},routerEdit:function(t){var e={path:"/goods/servicePublish"};t&&(e.query=t),this.$router.push(e)}}},l=c,u=(n("5a79"),n("2877")),p=Object(u["a"])(l,s,r,!1,null,"70a8c0a3",null);e["default"]=p.exports},"5a79":function(t,e,n){"use strict";n("bdf3")},b086:function(t,e,n){"use strict";n("fbb3")},bdf3:function(t,e,n){},c0b5:function(t,e,n){"use strict";var s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",[n("span",{staticStyle:{"margin-right":"8px"}},[t._t("default")],2),n("el-popover",{attrs:{trigger:"hover",content:t.content,placement:t.placement}},[n("span",{staticClass:"le-icon le-icon-zhushi1",attrs:{slot:"reference"},slot:"reference"})])],1)},r=[],a={name:"HelpHint",props:{placement:{default:"top"},content:String}},o=a,i=(n("b086"),n("2877")),c=Object(i["a"])(o,s,r,!1,null,"47995f73",null);e["a"]=c.exports},fbb3:function(t,e,n){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-272d2bba.166e4085.js b/views/admin/js/chunk-272d2bba.166e4085.js new file mode 100644 index 00000000..a7b0628f --- /dev/null +++ b/views/admin/js/chunk-272d2bba.166e4085.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-272d2bba"],{1269:function(t,e,s){"use strict";s.r(e);var o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("el-button",{attrs:{type:"primary"},on:{click:t.routerAddLiveGood}},[t._v("添加直播商品")]),s("el-tabs",{staticClass:"le-tabs",attrs:{type:"card"},on:{"tab-click":t.goodsTabSwitch},model:{value:t.form.status,callback:function(e){t.$set(t.form,"status",e)},expression:"form.status"}},t._l([{label:"审核中",status:"1"},{label:"审核通过",status:"2"},{label:"审核未通过",status:"3"}],(function(e,o){return s("el-tab-pane",{key:o,attrs:{label:e.label,name:e.status}},[s("liveGoodsTable",{attrs:{page:t.page},on:{"update:page":function(e){t.page=e}},model:{value:t.list,callback:function(e){t.list=e},expression:"list"}})],1)})),1)],1)},a=[],i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"le-main"},[s("el-table",{staticClass:"le-table",attrs:{data:t.value,"row-class-name":"le-table--row"}},[s("el-table-column",{attrs:{label:"商品"},scopedSlots:t._u([{key:"default",fn:function(e){return s("div",{staticClass:"flex align-center"},[s("el-image",{staticClass:"le-image",attrs:{src:e.row.coverImgUrlBase64}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",[t._v(" "+t._s(e.row.name)+" ")])],1)}}])}),s("el-table-column",{attrs:{label:"商品价格"},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"le-price"},[t._v(" "+t._s(1===e.row.priceType?"一口价":2===e.row.priceType?"价格区间":3===e.row.priceType?"折扣价":"")+" ")]),s("div",[s("span",[t._v(" "+t._s(2===e.row.priceType?e.row.price+"-¥"+e.row.price2:1===e.row.priceType?e.row.price:3===e.row.priceType?e.row.price2:"")+" ")]),3===e.row.priceType?s("span",[t._v("¥"+t._s(e.row.price))]):t._e()])]}}])}),s("el-table-column",{attrs:{label:"小程序路径",prop:"url"}}),s("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return s("div",{staticClass:"le-operating flex align-center"},["3"===t.parentComponentName?[s("el-button",{attrs:{type:"text"},on:{click:function(s){return t.submitReview(e.row.goodsId,e.$index)}}},[t._v("提交审核")]),s("span",{staticClass:"le-line"})]:t._e(),"1"!==t.parentComponentName&&0!==e.row.is_show?[s("el-button",{attrs:{type:"text"},on:{click:function(s){return t.editLiveGood(e.row)}}},[t._v("编辑")]),s("span",{staticClass:"le-line"})]:t._e(),s("el-button",{attrs:{type:"text"},on:{click:function(s){return t.deleteGood(e.row.goodsId,e.$index)}}},[t._v("删除")])],2)}}])})],1),s("div",{staticClass:"flex le-pagination justify-end"},[s("el-pagination",{attrs:{background:"","current-page":t.page.page,"page-count":t.page.count,layout:"prev, pager, next, jumper"}})],1)],1)},n=[],r=s("5530"),l=(s("b0c0"),{name:"liveGoodsTable",props:{value:{type:Array},page:{type:Object}},computed:{parentComponentName:function(){return this.$parent.name}},methods:{submitReview:function(t,e){var s=this;this.$confirm("是否确认提交审核",{customClass:"le-submit-review"}).then((function(){s.$heshop.livegoods("post",{behavior:"submit"},{goods_id:t}).then((function(){s.$delete(s.value,e),s.$message.success("提交成功")})).catch((function(t){s.$message.error(t.data.message)}))})).catch((function(){}))},deleteGood:function(t,e){var s=this;this.$confirm("直播商品删除请谨慎操作,确定删除?",{}).then((function(){s.$heshop.livegoods("post",{behavior:"delete"},{goods_id:t}).then((function(){s.$delete(s.value,e),s.$message.success("删除成功")})).catch((function(t){s.$message.error(t.data.message)}))})).catch((function(){}))},editLiveGood:function(t){localStorage.setItem("editLiveGood",JSON.stringify(Object(r["a"])({},t))),this.$router.push({path:"/practical/live/addLiveGood",query:{goodsId:t.goodsId,status:this.parentComponentName}})}}}),c=l,u=(s("f40a"),s("718b"),s("2877")),p=Object(u["a"])(c,i,n,!1,null,"9cafb354",null),d=p.exports,f={name:"liveGoods",components:{liveGoodsTable:d},data:function(){return{form:{limit:10,status:"1"},list:[],page:{page:1,count:1}}},mounted:function(){this.getGoodsList()},methods:{getGoodsList:function(){var t=this,e=JSON.parse(JSON.stringify(this.form));e.status=+e.status,e.page=this.page.page,this.$heshop.livegoods("get",e).then((function(e){t.list=e.list})).catch((function(e){t.$message.error(e.data.message)}))},goodsTabSwitch:function(){this.list=[],this.getGoodsList()},routerAddLiveGood:function(){this.$router.push("/practical/live/addLiveGood")}}},m=f,g=(s("2095"),Object(u["a"])(m,o,a,!1,null,"3ae9e778",null));e["default"]=g.exports},2095:function(t,e,s){"use strict";s("f2f5")},"718b":function(t,e,s){"use strict";s("e682")},"809d":function(t,e,s){},e682:function(t,e,s){},f2f5:function(t,e,s){},f40a:function(t,e,s){"use strict";s("809d")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-27c07812.6198f0a4.js b/views/admin/js/chunk-27c07812.6198f0a4.js new file mode 100644 index 00000000..769b9918 --- /dev/null +++ b/views/admin/js/chunk-27c07812.6198f0a4.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-27c07812"],{1586:function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"le-matter"},[a("div",{staticClass:"le-header le-card"},[t._m(0),a("div",{staticClass:"le-editor"},[a("button",{staticClass:"le-button le-default",on:{click:t.bulkShipping}},[t._v("批量发货")]),a("input",{ref:"upload",staticStyle:{display:"none"},attrs:{type:"file",accept:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.csv,application/vnd.ms-excel"},on:{change:t.upload}}),a("button",{staticClass:"le-button le-text"},[a("a",{attrs:{href:t.origin+"/static/files/bulk-shipping-template.xlsx",download:"批量发货模板.xlsx"}},[t._v("下载批量发货模板")])])])]),a("div",{staticClass:"le-search le-card"},[a("span",{staticClass:"le-label"},[t._v("发货时间")]),a("el-date-picker",{staticClass:"le-search-date",attrs:{type:"datetime",placeholder:"开始日期"},model:{value:t.time_start,callback:function(e){t.time_start=e},expression:"time_start"}}),a("span",{staticClass:"le-label"},[t._v("至")]),a("el-date-picker",{staticClass:"le-search-date",attrs:{type:"datetime",placeholder:"结束日期"},model:{value:t.time_end,callback:function(e){t.time_end=e},expression:"time_end"}}),a("div",{staticClass:"le-editor"},[a("button",{staticClass:"le-button le-default",on:{click:t.getSearch}},[t._v("筛选")]),a("el-button",{staticStyle:{"margin-left":"10px"},on:{click:t.empty}},[t._v("清空")])],1)],1),a("div",{staticClass:"le-body le-card"},[a("el-table",{staticClass:"le-table",attrs:{"row-class-name":"le-table-row",height:"680",data:t.list}},[a("el-table-column",{attrs:{label:"发货编号"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.handle_sn)+" ")]}}])}),a("el-table-column",{attrs:{label:"发货订单数"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.order_number)+" ")]}}])}),a("el-table-column",{attrs:{label:"成功发货订单数"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.success_number)+" ")]}}])}),a("el-table-column",{attrs:{label:"操作时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(t._f("timeFormat")(e.row.created_time,"yyyy-mm-dd hh:MM:ss"))+" ")]}}])}),a("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.order_number!==e.row.success_number?a("button",{staticClass:"le-button le-text",on:{click:function(a){return t.exportData(e.row.id)}}},[t._v("失败记录")]):[t._v(" — — ")]]}}])})],1),a("div",{staticClass:"le-pagination flex justify-end align-center"},[a("el-pagination",{attrs:{background:"",layout:"prev, pager, next, jumper","current-page":t.page.current,"page-count":t.page.count},on:{"current-change":t.currentChange}})],1)],1),a("he-loading",{attrs:{title:"文件上传处理中,请稍后...",show:t.loading}}),a("el-dialog",{attrs:{visible:t.dialogVisible,width:"30%",top:"35vh"},on:{"update:visible":function(e){t.dialogVisible=e}}},[a("div",{staticStyle:{"text-align":"center","margin-top":"43px"}},[a("i",{staticClass:"le-icon le-icon-zhushi"}),a("div",{staticClass:"le-dialog-text"},[t._v(" "+t._s(1===t.dialogType?"文件格式错误,请使用csv、xls、xlsx的格式文件":2===t.dialogType?"文件大小超过2MB,请压缩或删减内容后上传":"订单数据量超过1000条,请删减后分多次上传")+" ")])]),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{type:"primary"},on:{click:function(e){t.dialogVisible=!1}}},[t._v("重新上传")])],1)])],1)},s=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"le-announcement"},[t._v(" 批量发货注意事项: "),a("br"),t._v(" 1. 请先按照模板填写订单号、物流公司、物流单号信息。物流单号不可写成E+22的科学计数法"),a("br"),t._v(" 2. 未成功发货的订单,可下载【失败记录】查看详细的失败原因,对症修改"),a("br"),t._v(" 3. 发货订单数据,最大不超过1000条(支持csv、xls、xlsx,文件大小请控制在2MB以内)"),a("br"),t._v(" 4. 物流公司名称,请填写全称,如圆通速递,不可填写为圆通"),a("br")])}],n=(a("d3b7"),a("25f0"),a("b0c0"),a("159b"),a("7d53")),l=a("1146"),o=a.n(l),r={name:"bulkShipping",components:{heLoading:n["a"]},data:function(){return{origin:"",list:[],time_start:"",time_end:"",loading:!1,page:{size:20,current:1,count:1},dialogVisible:!1,dialogType:1}},methods:{currentChange:function(t){this.page.current=t,this.getList()},bulkShipping:function(){this.$refs.upload.click()},getSearch:function(){this.page.current=1,this.getList()},empty:function(){this.time_start="",this.time_end="",this.page.current=1,this.getList()},getList:function(){var t=this,e={};this.time_start&&(e.time_start=new Date(this.time_start).getTime().toString().substr(0,10)),this.time_end&&(e.time_end=new Date(this.time_end).getTime().toString().substr(0,10)),this.$heshop.orderhandle("get",e).page(this.page.current,this.page.size).then((function(e){var a=e.data,i=e.headers;t.list=a,t.page={current:+i["x-pagination-current-page"],count:+i["x-pagination-page-count"],size:+i["x-pagination-per-page"],total:+i["x-pagination-total-count"]}})).catch((function(){t.$message.error("获取失败")}))},upload:function(){var t=this.$refs.upload.files;this.readExcel(t)},readExcel:function(t){var e=this,a=this;if(t.length<=0)return!1;if(!/\.(csv|xls|xlsx)$/.test(t[0].name.toLowerCase()))return this.dialogVisible=!0,this.dialogType=1,!1;if(t[0].size/1024/1024>2)return console.log(t[0].size),this.dialogVisible=!0,this.dialogType=2,!1;this.loading=!0;var i=new FileReader;i.onload=function(t){try{var i=t.target.result,s=o.a.read(i,{type:"binary"}),n=s.SheetNames[0],l=o.a.utils.sheet_to_json(s.Sheets[n]),r=[];if(r.length>1e3)return e.dialogVisible=!0,e.dialogType=3,!1;l.forEach((function(t){var e,a,i;r.push([null!==(e=t["订单号"])&&void 0!==e?e:"",null!==(a=t["物流公司"])&&void 0!==a?a:"",null!==(i=t["物流单号"])&&void 0!==i?i:""])})),a.$heshop.orderhandle("post",r).then((function(){a.$message.success("操作成功"),a.loading=!1,a.getList()})).catch((function(t){console.error(t),a.loading=!1,a.$message.error(t.data.message)})),a.$refs.upload.value=""}catch(c){a.loading=!1,a.$message.error("系统错误")}},i.readAsBinaryString(t[0])},exportData:function(t){var e=this;this.loading=!0,this.$heshop.orderhandle("get",t).then((function(t){var i=["订单号","物流公司","物流单号","失败描述"],s=t.error_data;Promise.resolve().then(function(){e.$h.Export2Excel.export_json_to_excel({header:i,data:s,filename:name+"批量发货失败记录("+e.$moment(new Date).format("YYYYMMDDHHmmss")+")"}),e.loading=!1}.bind(null,a)).catch(a.oe)})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))}},mounted:function(){this.origin=window.location.origin,this.getList()}},c=r,u=(a("f03a"),a("2877")),d=Object(u["a"])(c,i,s,!1,null,"01e9b25f",null);e["default"]=d.exports},"6b62":function(t,e,a){},f03a:function(t,e,a){"use strict";a("6b62")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-2d0c774e.0b3df137.js b/views/admin/js/chunk-2d0c774e.0b3df137.js new file mode 100644 index 00000000..a0416071 --- /dev/null +++ b/views/admin/js/chunk-2d0c774e.0b3df137.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0c774e"],{5162:function(e,t,n){"use strict";n.r(t);var c=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},r=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"content"},[n("div",{staticClass:"cloud-header"},[n("h2",[e._v("default")]),e._v(" 积分商城demo ")]),n("div",{staticClass:"cloud-body"})])}],a=n("1da1"),u=(n("96cf"),{components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(a["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}}),o=u,s=n("2877"),i=Object(s["a"])(o,c,r,!1,null,"c2bc6f9e",null);t["default"]=i.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-2d0e24b5.4e74b597.js b/views/admin/js/chunk-2d0e24b5.4e74b597.js new file mode 100644 index 00000000..8b079489 --- /dev/null +++ b/views/admin/js/chunk-2d0e24b5.4e74b597.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0e24b5"],{"7da3":function(t,e,n){"use strict";n.r(e);var c=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},a=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("div",{staticClass:"cloud-header"},[n("h2",[t._v("default")]),t._v(" 积分商城test ")]),n("div",{staticClass:"cloud-body"})])}],r=n("1da1"),u=(n("96cf"),{components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(r["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:case"end":return t.stop()}}),t)})))()},methods:{}}),s=u,o=n("2877"),i=Object(o["a"])(s,c,a,!1,null,"138d725a",null);e["default"]=i.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-2d0efcfc.df308b1c.js b/views/admin/js/chunk-2d0efcfc.df308b1c.js new file mode 100644 index 00000000..d39be71a --- /dev/null +++ b/views/admin/js/chunk-2d0efcfc.df308b1c.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0efcfc"],{"9a64":function(e,t,n){"use strict";n.r(t);var c=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},r=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"content"},[n("div",{staticClass:"cloud-header"},[n("h2",[e._v("default")]),e._v(" 积分商城2 ")]),n("div",{staticClass:"cloud-body"})])}],a=n("1da1"),u=(n("96cf"),{components:{},data:function(){return{}},computed:{},created:function(){},watch:{},mounted:function(){return Object(a["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{}}),o=u,s=n("2877"),i=Object(s["a"])(o,c,r,!1,null,"f81e054e",null);t["default"]=i.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-2da85ee8.0f89a646.js b/views/admin/js/chunk-2da85ee8.0f89a646.js new file mode 100644 index 00000000..97023700 --- /dev/null +++ b/views/admin/js/chunk-2da85ee8.0f89a646.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2da85ee8"],{"237d":function(e,t,s){"use strict";s.r(t);var n=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-matter"},[s("div",{staticClass:"le-header"},[s("span",{staticClass:"le-header__left",on:{click:e.router}},[e._v("信息配置")]),s("i",{staticClass:"el-icon-arrow-right"}),s("span",{staticClass:"le-header__right"},[e._v("服务器配置")])]),s("div",{staticClass:"le-card"},[e._m(0),s("div",{staticClass:"le-item le-guide"},[s("span",[e._v("请将以下信息填入微信公众号,并启用服务器配置。完成操作后,再保存此页面。")]),s("span",{directives:[{name:"popup",rawName:"v-popup.deployGuide",modifiers:{deployGuide:!0}}],staticClass:"le-btn",attrs:{module:"channel",title:"服务器配置指引",type:"text",width:"720",hide_close:!0,sure_btn:"已完成配置"}},[e._v("查看引导")])]),s("div",{staticClass:"le-item"},[s("span",{staticClass:"le-line-label"},[e._v("服务器地址(URL)")]),s("span",{staticClass:"le-line-value",attrs:{id:"url"}},[e._v(e._s(e.form.url))]),s("span",{staticClass:"le-btn",on:{click:function(t){return e.copy("url")}}},[e._v("复制")])]),s("div",{staticClass:"le-item"},[s("span",{staticClass:"le-line-label"},[e._v("令牌(Token)")]),s("span",{staticClass:"le-line-value",attrs:{id:"token"}},[e._v(e._s(e.form.token))]),s("span",{staticClass:"le-btn",on:{click:function(t){return e.copy("token")}}},[e._v("复制")])]),s("div",{staticClass:"le-item flex justify-start"},[e._m(1),s("span",{staticClass:"le-line-value",attrs:{id:"key"}},[e._v(e._s(e.form.encodingAesKey))]),s("span",{staticClass:"le-btn",on:{click:function(t){return e.copy("key")}}},[e._v("复制")])])])])},a=[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-card__header flex align-center"},[s("span",{staticClass:"le-tip"}),s("span",{staticClass:"le-text"},[e._v("服务器配置")])])},function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("span",{staticClass:"le-line-label"},[e._v("消息加解密密钥"),s("br"),e._v("(EncodingAESKey)")])}],i={name:"weChat-deploy",data:function(){return{form:{}}},mounted:function(){this.getConfig()},methods:{getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.apply.wechat})).catch((function(t){e.$message.error(t.data.message)}))},copy:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"innerText",s=null;if(t){if(s=document.createElement("div"),s.id="tempTarget",s.style.opacity="0",e){var n=document.querySelector("#"+e);s.innerText=n[t]}else s.innerText=t;document.body.appendChild(s)}else s=document.querySelector("#"+e);try{var a=document.createRange();a.selectNode(s),window.getSelection().removeAllRanges(),window.getSelection().addRange(a),document.execCommand("copy"),window.getSelection().removeAllRanges(),this.$message.success("复制成功")}catch(i){console.error("复制失败")}t&&s.parentElement.removeChild(s)},router:function(){this.$router.back()}}},l=i,c=(s("fcc2"),s("2877")),o=Object(c["a"])(l,n,a,!1,null,"6e11bd54",null);t["default"]=o.exports},"70ff":function(e,t,s){},fcc2:function(e,t,s){"use strict";s("70ff")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-31ebc028.e155e3da.js b/views/admin/js/chunk-31ebc028.e155e3da.js new file mode 100644 index 00000000..f7a1a3c4 --- /dev/null +++ b/views/admin/js/chunk-31ebc028.e155e3da.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-31ebc028"],{1749:function(s,t,e){},5246:function(s,t,e){"use strict";e.r(t);var i=function(){var s=this,t=s.$createElement,e=s._self._c||t;return e("div",{staticClass:"plugins-details"},[e("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[e("el-breadcrumb-item",{staticClass:"el-icon-arrow_start"},[e("a",{attrs:{href:"javascript:void(history.back())"}},[s._v(" "+s._s(s.plugins[s.keyword].menu)+" ")])]),e("el-breadcrumb-item",[s._v(s._s(s.plugins[s.keyword].title))])],1),e("div",{staticClass:"plugins-details__header"},[e("img",{staticClass:"__header_cover",attrs:{src:s.plugins[s.keyword].cover,alt:""}}),e("h3",{staticClass:"__header_title"},[s._v(s._s(s.plugins[s.keyword].title))]),e("p",{staticClass:"__header_declare"},[s._v(s._s(s.plugins[s.keyword].details))])]),e("div",{staticClass:"plugins-details__body"},[e("h3",{staticClass:"__header_title"},[s._v("应用详情")]),e("div",{staticClass:"flex justify-center"},[e("img",{attrs:{src:s.plugins[s.keyword].body}})])])],1)},n=[],a=(e("5319"),e("ac1f"),{data:function(){return{keyword:"task",plugins:{task:{link:"/plugins/tools",menu:"用户维护",name:"task",title:"任务中心",details:"任务中心”通过激励用户在商城完成任务,获得积分,使用积分兑换商品,达到增强用户粘性的目的。任务的设置有获取用户信息、促进每日活跃、提高订单转化三个方向,为商家维护用户提供强大的工具。",path:"/plugins/task/index",cover:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-task-icon.png",body:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-task-body.png"},coupon:{link:"/plugins/features",menu:"营销玩法",name:"coupon",title:"优惠券",details:"买家持优惠券享受减免优惠",path:"/plugins/coupon/index",cover:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-coupon-icon.png",body:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-coupon-body.png"},live:{link:"/plugins/practical",menu:"实用工具",name:"coupon",title:"小程序直播",details:"跟上直播热潮,与观众实时互动",path:"/plugins/coupon/index",cover:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-live-icon.png",body:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/plugins/plugins-live-body.png"}}}},mounted:function(){var s;this.keyword=this.$route.query.keyword,"coupon"===this.keyword?s="/plugins/features":"task"===this.keyword?s="/plugins/tools":"live"===this.keyword&&(s="/plugins/practical"),this.$route.meta.activeMenu=s,this.$router.replace({meta:{activeMenu:s}}),this.$router.replace({query:{keyword:this.keyword}})},methods:{toUrl:function(){console.log("查看数据")}}}),o=a,l=(e("921a"),e("2877")),u=Object(l["a"])(o,i,n,!1,null,"74f448e4",null);t["default"]=u.exports},"921a":function(s,t,e){"use strict";e("1749")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-4da8933e.ddd2979c.js b/views/admin/js/chunk-4da8933e.ddd2979c.js new file mode 100644 index 00000000..814d336c --- /dev/null +++ b/views/admin/js/chunk-4da8933e.ddd2979c.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4da8933e"],{"72cc":function(e,t,r){},bf43:function(e,t,r){"use strict";r("72cc")},cc33:function(e,t,r){"use strict";r.r(t);var a=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"le-matter"},[r("el-form",{ref:"bind",staticClass:"le-form",attrs:{rules:e.rules,model:e.form,"label-width":"190px"}},[r("div",{staticClass:"le-form__header flex align-center"},[r("span",{staticClass:"le-tip"}),r("span",{staticClass:"le-text"},[e._v("小程序支付配置")])]),r("el-form-item",{attrs:{label:"支付方式"}},[r("span",{staticClass:"le-text"},[e._v("微信支付")])]),r("el-form-item",{attrs:{label:"支付类型"}},[r("span",{staticClass:"le-text"},[e._v("普通商户")])]),r("el-form-item",{attrs:{label:"微信AppID",prop:"appid"}},[r("el-input",{attrs:{placeholder:"请输入微信AppID"},model:{value:e.form.appid,callback:function(t){e.$set(e.form,"appid",t)},expression:"form.appid"}})],1),r("el-form-item",{attrs:{label:"微信支付商户号",prop:"mchid"}},[r("el-input",{attrs:{placeholder:"请输入微信支付商户号"},model:{value:e.form.mchid,callback:function(t){e.$set(e.form,"mchid",t)},expression:"form.mchid"}})],1),r("el-form-item",{attrs:{label:"微信支付Api密钥",prop:"key"}},[r("el-input",{attrs:{placeholder:"请输入微信支付Api密钥"},model:{value:e.form.key,callback:function(t){e.$set(e.form,"key",t)},expression:"form.key"}})],1),r("el-form-item",{attrs:{prop:"certPem"}},[r("span",{attrs:{slot:"label"},slot:"label"},[e._v(" 微信支付"),r("br"),e._v(" apiclient_cert.pem ")]),r("el-input",{attrs:{type:"textarea",resize:"none",rows:5,placeholder:"请输入微信支付apiclient_cert.pem"},model:{value:e.form.certPem,callback:function(t){e.$set(e.form,"certPem",t)},expression:"form.certPem"}})],1),r("el-form-item",{attrs:{prop:"keyPem"}},[r("span",{attrs:{slot:"label"},slot:"label"},[e._v(" 微信支付"),r("br"),e._v(" apiclient_key.pem ")]),r("el-input",{attrs:{type:"textarea",resize:"none",rows:5,placeholder:"请输入微信支付apiclient_key.pem"},model:{value:e.form.keyPem,callback:function(t){e.$set(e.form,"keyPem",t)},expression:"form.keyPem"}})],1)],1),r("div",{staticClass:"le-cardpin"},[r("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.save("bind")}}},[e._v("保存")])],1)],1)},s=[],i={name:"applets-pay",data:function(){return{form:{appid:"",isService:0},rules:{appid:[{required:!0,message:"请输入微信AppID",trigger:"blur"}],mchid:[{required:!0,message:"请输入微信支付商户号",trigger:"blur"}],key:[{required:!0,message:"请输入微信支付Api密钥",trigger:"blur"}],certPem:[{required:!0,message:"请输入微信支付apiclient_cert.pem",trigger:"blur"}],keyPem:[{required:!0,message:"请输入微信支付apiclient_key.pem",trigger:"blur"}]}}},methods:{save:function(e){var t=this;this.$refs[e].validate((function(e){e&&t.$heshop.appconfig("post",{behavior:"save",key:"appPay_weapp"},t.form).then((function(e){t.$notify({title:"保存成功",message:"微信支付手动绑定成功。",type:"success"}),t.toBind=!1,t.bind=!1})).catch((function(e){t.$message.error(e.data.message)}))}))},getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.appPay.weapp})).catch((function(t){e.$message.error(t.data.message)}))}},mounted:function(){this.getConfig()}},l=i,o=(r("bf43"),r("2877")),p=Object(o["a"])(l,a,s,!1,null,"433fdef8",null);t["default"]=p.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-5719e258.18a4d3e2.js b/views/admin/js/chunk-5719e258.18a4d3e2.js new file mode 100644 index 00000000..b5f93d62 --- /dev/null +++ b/views/admin/js/chunk-5719e258.18a4d3e2.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5719e258"],{1507:function(e,t,s){e.exports=s.p+"img/group-style-C.556b2253.png"},"5f24":function(e,t,s){},"6d0e":function(e,t,s){"use strict";s.r(t);var r=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-matter"},[s("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[s("el-breadcrumb-item",{staticClass:"he-link"},[s("he-link",{attrs:{href:"goods/group"}},[e._v(" 商品分类 ")])],1),s("el-breadcrumb-item",[e._v("添加分类")])],1),s("div",{staticClass:"le-line"}),s("el-form",{attrs:{model:e.ruleForm,"label-width":"176px",rules:e.rules}},[s("div",{staticClass:"le-card-top"},[s("el-form-item",{attrs:{label:"分类名称",prop:"name"}},[s("el-input",{attrs:{maxlength:"8","show-word-limit":""},model:{value:e.ruleForm.name,callback:function(t){e.$set(e.ruleForm,"name",t)},expression:"ruleForm.name"}})],1),s("el-form-item",{attrs:{label:"上级分类",prop:"isParent"}},[s("div",[s("el-radio",{attrs:{disabled:!!e.ruleForm.id,label:0},model:{value:e.isParent,callback:function(t){e.isParent=t},expression:"isParent"}},[e._v("无上级分类")]),s("p",{staticClass:"he-tips"},[e._v("选择无上级分类,则表明此分类为一级分类")])],1),e.isParent?e._e():s("div",[s("span",{staticStyle:{"margin-right":"20px"}},[e._v("子分类层级数")]),s("el-radio",{attrs:{disabled:e.ruleForm.goods_check,label:1},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("一级")]),s("el-radio",{attrs:{disabled:e.ruleForm.goods_check,label:2},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("二级")]),s("el-radio",{attrs:{disabled:e.ruleForm.goods_check,label:3},model:{value:e.ruleForm.type,callback:function(t){e.$set(e.ruleForm,"type",t)},expression:"ruleForm.type"}},[e._v("三级")])],1),s("div",[s("el-radio",{attrs:{disabled:!!e.ruleForm.id,label:1},model:{value:e.isParent,callback:function(t){e.isParent=t},expression:"isParent"}},[e._v("有上级分类")]),e.catObject.result?s("el-tag",{attrs:{size:"medium",closable:!e.ruleForm.id,type:"info"},on:{close:function(t){return e.deleteTag()}}},[e._v(" "+e._s(e.catObject.result.value)+" ")]):e._e(),e.catObject.result?e._e():s("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseGroup",value:e.catObject,expression:"catObject",modifiers:{chooseGroup:!0}}],staticClass:"le-select",attrs:{disabled:!(0!==e.isParent&&!e.ruleForm.id),title:"选择分类",width:"562",module:"goods",action:"getGroup"}},[e._v("选择分类 ")]),s("p",{staticClass:"he-tips"},[e._v(" 选择有上级分类,则表明此分类为选中分类的子分类 ")]),s("el-button",{directives:[{name:"popup",rawName:"v-popup.groupManual",modifiers:{groupManual:!0}}],staticClass:"le-book",attrs:{type:"text",hide_cancel:!0,sure_btn:"我知道了",title:"Leadshop微商城分类规则",module:"goods",width:"700"}},[e._v("《必读手册》 ")])],1)]),s("el-form-item",{attrs:{label:"排序"}},[s("el-input",{model:{value:e.ruleForm.sort,callback:function(t){e.$set(e.ruleForm,"sort",t)},expression:"ruleForm.sort"}}),s("p",{staticClass:"he-tips"},[e._v("字数越大,越靠前,不填写则默认为1")])],1),s("el-form-item",{attrs:{label:"分类图标",prop:"icon"}},[s("div",{staticClass:"select-cover__120"},[s("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return s("div",{staticClass:"select-cover__120-edit"},[s("el-image",{attrs:{src:t.url,fit:"cover"}}),s("div",{staticClass:"select-cover__120-tips"},[s("span",[e._v("替换")]),e._v(" | "),s("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.ruleForm.icon=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.ruleForm.icon,callback:function(t){e.$set(e.ruleForm,"icon",t)},expression:"ruleForm.icon"}},[s("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[s("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),s("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),s("p",{staticClass:"he-tips"},[e._v("建议尺寸:300*300像素")])])],1),s("div",{staticClass:"le-line"}),1===e.ruleForm.type&&0===e.isParent||1===e.isParent&&!e.$route.query.id&&e.parentShow||1===e.isParent&&e.showGoods?s("div",{staticClass:"le-card flex le-style"},[s("div",{staticClass:"le-left flex"},[s("div",{staticClass:"le-label"},[e._v("分类商品样式")]),s("div",{staticClass:"le-value"},[s("div",{staticClass:"le-select flex justify-center align-center",class:0==e.ruleForm.goods_show?"le-select__active":"",on:{click:function(t){return e.setStyle(0)}}},[s("he-icon",{staticClass:"heicon",attrs:{type:"le-icon-up-down",size:"16px"}}),s("span",[e._v("一行一个")])],1),s("div",{staticClass:"le-select flex justify-center align-center",class:1==e.ruleForm.goods_show?"le-select__active":"",on:{click:function(t){return e.setStyle(1)}}},[s("he-icon",{staticClass:"heicon",attrs:{type:"le-icon-orso",size:"16px"}}),s("span",[e._v("一行两个")])],1),s("div",{staticClass:"le-select flex justify-center align-center",class:2==e.ruleForm.goods_show?"le-select__active":"",on:{click:function(t){return e.setStyle(2)}}},[s("he-icon",{staticClass:"heicon",attrs:{type:"le-icon-combination",size:"16px"}}),s("span",[e._v("一大两小")])],1),s("div",{staticClass:"le-select flex justify-center align-center",class:3==e.ruleForm.goods_show?"le-select__active":"",on:{click:function(t){return e.setStyle(3)}}},[s("he-icon",{staticClass:"heicon",attrs:{type:"le-icon-columns",size:"16px"}}),s("span",[e._v("左图右字")])],1)])]),s("div",[s("img",{staticClass:"he-preview",attrs:{src:e.groupStyle[e.ruleForm.goods_show],alt:""}})])]):e._e()]),s("div",{staticClass:"le-cardpin"},[s("el-button",{attrs:{type:"primary"},on:{click:e.save}},[e._v("保存")])],1)],1)},a=[],i=s("1da1"),o=(s("159b"),s("b0c0"),s("99af"),s("1276"),s("ac1f"),s("96cf"),s("b4c2")),l=s("c544"),n=s("1507"),c=s("9c64"),u={name:"groupPublish",data:function(){return{ruleForm:{sort:1,parent_id:0,name:"",icon:"",image:"",goods_show:0,id:null,type:1},isParent:0,parentList:[],rules:{name:[{required:!0,message:"请输入分类名称",trigger:"blur"}],icon:[{required:!0,message:"请选择分类图标",trigger:"change"}],isParent:[{required:!0,message:"请选择上级分类",trigger:"change"}],goods_show:[{required:!0,trigger:"change"}]},groupStyle:[o,l,n,c],catObject:{cat:[],result:null},parentShow:!0}},watch:{"catObject.result":{handler:function(e){this.ruleForm.parent_id=e?e.id:0}}},mounted:function(){var e=this;return Object(i["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.$route.query.id&&e.getDetail(parseInt(e.$route.query.id)),e.getData(),console.log(e.$route.query.id);case 3:case"end":return t.stop()}}),t)})))()},methods:{save:function(){var e=this,t={include:"goods"},s=void 0;this.ruleForm.id?(t.id=parseInt(this.ruleForm.id),s="put"):s="post";var r=this.$heshop.utils.deepClone(this.ruleForm);1!=this.isParent||this.catObject.result?this.$heshop.group(s,t,r).then((function(){e.$message.success("保存成功"),e.$router.back()})).catch((function(t){t.data[0]?e.$message.error(t.data[0].message):e.$message.error(t.data.message)})):this.$message.error("上级分类不能为空")},deleteTag:function(){this.catObject.result=null},getDetail:function(e){var t=this;this.$heshop.group("get",e,{include:"goods"}).then((function(e){e.parent_id>0&&(t.isParent=1,t.getData()),t.ruleForm=e})).catch((function(e){t.$message.error(e.data.message)}))},getData:function(){var e=this;this.$heshop.group("get",{include:"goods"}).then((function(t){var s=e.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children"}).on(t).get();s.forEach((function(t){t.value=t.name,e.parentList.push(t),t.children&&t.children.forEach((function(s){s.type=t.type,s.value="".concat(t.value," > ").concat(s.name),e.parentList.push(s),s.children&&s.children.forEach((function(t){e.parentList.push(t),t.value="".concat(s.value," > ").concat(t.name)}))}))})),e.parentList.forEach((function(t){t.id===e.ruleForm.parent_id&&(e.catObject.result=t)}))})).catch((function(t){e.$message.error(t.data.message)}))},setStyle:function(e){this.ruleForm.goods_show=e},getGroup:function(e){var t=e.result,s=t.type,r=t.path;3===s&&2==r.split("-").length||3!==s?(console.log("无自己"),this.parentShow=!0):this.parentShow=!1}},computed:{showGoods:function(){return!!this.$route.query.id&&this.ruleForm.path.split("-").length===this.ruleForm.type}}},p=u,d=(s("8f05"),s("2877")),m=Object(d["a"])(p,r,a,!1,null,"72c14458",null);t["default"]=m.exports},"8f05":function(e,t,s){"use strict";s("5f24")},"9c64":function(e,t,s){e.exports=s.p+"img/group-style-D.6d9462c8.png"},b4c2:function(e,t,s){e.exports=s.p+"img/group-style-A.8c35c1f2.png"},c544:function(e,t,s){e.exports=s.p+"img/group-style-B.2fce5f6e.png"}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-57d03275.69581ffb.js b/views/admin/js/chunk-57d03275.69581ffb.js new file mode 100644 index 00000000..2c40d5dd --- /dev/null +++ b/views/admin/js/chunk-57d03275.69581ffb.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-57d03275"],{bce7:function(e,t,a){},ecc1:function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.load?a("div",{staticClass:"le-matter"},[e.bind||e.isBind?e._e():a("div",{staticClass:"le-bind"},[a("div",{staticClass:"le-bind__content flex flex-direction align-center"},[a("div",{staticClass:"le-bind-logo"}),a("div",{staticClass:"le-bind-name"},[e._v("微信公众号")]),e._m(0),a("el-button",{staticClass:"le-bind-btn",attrs:{type:"primary"},on:{click:function(t){e.bind=!0}}},[e._v("立即绑定")])],1)]),e.bind&&!e.isBind||e.toBind?[a("div",{staticClass:"le-card"},[a("div",{staticClass:"flex flex-direction"},[a("el-form",{ref:"form",staticClass:"le-form",attrs:{"label-width":"100px",model:e.form,rules:e.rules}},[a("div",{staticClass:"le-form__header flex align-center"},[a("span",{staticClass:"le-tip"}),a("span",{staticClass:"le-text"},[e._v("填写公众号信息")])]),a("el-form-item",{attrs:{label:"公众号名称"}},[a("el-input",{attrs:{placeholder:"请输入公众号名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),a("el-form-item",{attrs:{label:"公众号类型",prop:"type"}},[e._v(" 认证服务号/认证政府订阅号/认证媒体订阅号 ")]),a("el-form-item",{attrs:{label:"AppID",prop:"AppID"}},[a("el-input",{attrs:{placeholder:"请输入AppID"},model:{value:e.form.AppID,callback:function(t){e.$set(e.form,"AppID",t)},expression:"form.AppID"}})],1),a("el-form-item",{attrs:{label:"AppSecret",prop:"AppSecret"}},[a("el-input",{attrs:{placeholder:"请输入AppSecret"},model:{value:e.form.AppSecret,callback:function(t){e.$set(e.form,"AppSecret",t)},expression:"form.AppSecret"}})],1),a("el-form-item",{attrs:{label:"验证文件",prop:"file_name"}},[a("el-input",{model:{value:e.form.file_name,callback:function(t){e.$set(e.form,"file_name",t)},expression:"form.file_name"}},[a("template",{slot:"append"},[a("el-upload",{ref:"upload",attrs:{action:"","on-change":e.handleChange,"http-request":e.upload,limit:1,"auto-upload":!1,"on-exceed":e.handleExceed,"show-file-list":!1}},[e._v("选择文件")])],1)],2),a("el-button",{directives:[{name:"popup",rawName:"v-popup.uploadGuide",modifiers:{uploadGuide:!0}}],staticClass:"le-view-guidelines",attrs:{module:"channel",title:"验证文件下载指引",type:"text",width:"720",hide_close:!0,height:"676",sure_btn:"我知道了"}},[e._v("查看指引")])],1)],1)],1)]),a("div",{staticClass:"le-cardpin"},[a("el-button",{on:{click:function(t){e.bind=!1,e.toBind=!1}}},[e._v("取消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.save("form")}}},[e._v("保存")])],1)]:e._e(),e.isBind&&!e.toBind?[a("div",{staticClass:"le-bind-over"},[e.isPay?e._e():a("div",{staticClass:"le-bind-header"},[a("span",{staticClass:"le-text"},[e._v("你的微信公众号尚未设置支付方式,请先设置支付方式。")]),a("he-link",{attrs:{href:"channel/weChat-pay"}},[a("el-button",{staticClass:"le-btn",attrs:{type:"primary"}},[e._v("立即配置")])],1)],1),a("div",{staticClass:"le-info le-card"},[e._m(1),a("div",{staticClass:"le-item flex"},[a("div",{staticClass:"le-item__label"},[e._v("公众号名称")]),a("div",{staticClass:"le-item__value"},[e._v(e._s(e.form.name))])]),a("div",{staticClass:"le-item flex"},[a("div",{staticClass:"le-item__label"},[e._v("公众号商城二维码")]),a("div",{staticClass:"le-item__value"},[a("div",{directives:[{name:"popup",rawName:"v-popup.uploadQrcode",value:e.qrcode,expression:"qrcode",modifiers:{uploadQrcode:!0}}],staticClass:"le-item--download",attrs:{width:"340",title:"公众号商城二维码",hide_cancel:!0,sure_btn:"下载二维码",module:"channel"}},[e._v(" 下载二维码 ")]),a("div",{staticClass:"le-item-tip"},[e._v(" 下载公众号商城二维码,用于推广与分享公众号 ")])])])]),a("div",{staticClass:"le-info le-card"},[e._m(2),a("div",{staticClass:"le-item flex"},[a("div",{staticClass:"le-item__label"},[e._v("AppID")]),a("div",{staticClass:"le-item__value"},[e._v(e._s(e.form.AppID))])]),a("div",{staticClass:"le-item flex"},[a("div",{staticClass:"le-item__label"},[e._v("AppSecret")]),a("div",{staticClass:"le-item__value"},[e._v(e._s(e.form.AppSecret))])]),a("el-button",{staticClass:"le-editor",attrs:{type:"primary"},on:{click:function(t){e.toBind=!0}}},[e._v("修改账号信息")])],1)])]:e._e()],2):e._e()},s=[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-bind-des"},[e._v(" 绑定公众号并授权,在这里管理您"),a("br"),e._v(" 的公众号,快速发布公众号商城 ")])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-info__header flex align-center"},[a("span",{staticClass:"le-tip"}),a("span",{staticClass:"le-text"},[e._v("基本信息")])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-info__header flex align-center"},[a("span",{staticClass:"le-tip"}),a("span",{staticClass:"le-text"},[e._v("账号信息")])])}],l=(a("b0c0"),{name:"manualBinding",data:function(){return{form:{name:"",AppID:"",AppSecret:"",file_name:"",token:"",encodingAesKey:"",url:""},rules:{AppID:[{required:!0,message:"请输入AppID",trigger:"blur"}],AppSecret:[{required:!0,message:"请输入AppSecret",trigger:"blur"}],file_name:[{required:!1,message:"请上传验证文件",trigger:"change"}]},load:!1,bind:!1,isBind:!1,toBind:!1,isPay:!1,qrcode:""}},computed:{},mounted:function(){this.getConfig(),this.getCode()},methods:{getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){t.apply.wechat.file_name="",e.form=t.apply.wechat,e.isBind=!!t.apply.wechat.AppID,e.isPay=!!t.appPay.wechat.appid,e.load=!0})).catch((function(t){e.$message.error(t.data.message)}))},save:function(e){var t=this;this.$refs[e].validate((function(e){if(e){var a={name:t.form.name,AppID:t.form.AppID,AppSecret:t.form.AppSecret,token:t.form.token,encodingAesKey:t.form.encodingAesKey};t.$heshop.appconfig("post",{behavior:"save",key:"apply_wechat"},a).then((function(){t.$notify({title:"保存成功",message:"公众号手动绑定成功。",type:"success"}),t.toBind=!1,t.$refs.upload.submit()})).catch((function(e){console.error(e),t.$message.error(e.data.message)}))}}))},handleExceed:function(e){this.$set(this.form,"file_name",e[0].name)},handleChange:function(e){this.$set(this.form,"file_name",e.name)},upload:function(e){var t=new FormData;t.append("file",e.file),this.$heshop.file(t,{behavior:"upload"}).then((function(){})).catch((function(e){console.error("数据出出力",e)}))},copy:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"innerText",a=null;if(t){if(a=document.createElement("div"),a.id="tempTarget",a.style.opacity="0",e){var i=document.querySelector("#"+e);a.innerText=i[t]}else a.innerText=t;document.body.appendChild(a)}else a=document.querySelector("#"+e);try{var s=document.createRange();s.selectNode(a),window.getSelection().removeAllRanges(),window.getSelection().addRange(s),document.execCommand("copy"),window.getSelection().removeAllRanges()}catch(l){console.error("复制失败")}t&&a.parentElement.removeChild(a)},router:function(e){this.$router.push({path:e})},getCode:function(){var e=this;this.$heshop.qrcode("post").then((function(t){e.qrcode=t.wechat.image})).catch((function(e){console.error(e)}))}}}),n=l,o=(a("f15e"),a("2877")),r=Object(o["a"])(n,i,s,!1,null,"2a723c3e",null);t["default"]=r.exports},f15e:function(e,t,a){"use strict";a("bce7")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-584d8f5c.32935a69.js b/views/admin/js/chunk-584d8f5c.32935a69.js new file mode 100644 index 00000000..3afc1d7a --- /dev/null +++ b/views/admin/js/chunk-584d8f5c.32935a69.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-584d8f5c"],{6580:function(t,e,a){"use strict";a("c38a")},6693:function(t,e,a){},c38a:function(t,e,a){},e0f1:function(t,e,a){"use strict";a.r(e);var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticClass:"le-main"},[a("el-button",{attrs:{type:"primary"},on:{click:t.routerCreateRoom}},[t._v("创建直播间")]),a("div",{staticClass:"le-card"},[a("el-table",{staticClass:"le-table",attrs:{data:t.list,"row-class-name":"le-table--row","default-sort":{prop:"roomid",order:"descending"}}},[a("el-table-column",{attrs:{label:"直播时间","min-width":"320px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("getTime")(e.row.start_time))+" ~ "+t._s(t._f("getTime")(e.row.end_time))+" ")]}}])}),a("el-table-column",{attrs:{label:"直播间信息","min-width":"400px",sortable:"",prop:"roomid"},scopedSlots:t._u([{key:"default",fn:function(e){return a("div",{staticClass:"flex"},[a("el-image",{staticClass:"le-image",attrs:{src:e.row.feeds_img_base64}},[a("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[a("i",{staticClass:"el-icon-picture-outline"})])]),a("div",{staticClass:"flex-sub le-info"},[a("div",{staticClass:"le-name"},[t._v(t._s(e.row.name))]),a("div",{staticClass:"le-assist"},[t._v(" 房间号:"+t._s(e.row.roomid)),a("br"),t._v(" 主播:"+t._s(e.row.anchor_name)+" ")])])],1)}}])}),a("el-table-column",{attrs:{label:"直播状态",width:"156px"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-tag",{attrs:{effect:"plain",size:"medium",type:101===e.row.live_status?"success":102===e.row.live_status?"warning":103===e.row.live_status||107===e.row.live_status?"info":104===e.row.live_status||106===e.row.live_status?"danger":""}},[t._v(" "+t._s(101===e.row.live_status?"直播中":102===e.row.live_status?"未开始":103===e.row.live_status?"已结束":104===e.row.live_status?"禁播":105===e.row.live_status?"暂停":106===e.row.live_status?"异常":107===e.row.live_status?"已过期":"")+" ")])]}}])}),a("el-table-column",{attrs:{label:"操作","min-width":"350px"},scopedSlots:t._u([{key:"default",fn:function(e){return a("div",{staticClass:"le-operating flex align-center"},[101===e.row.live_status||102===e.row.live_status||105===e.row.live_status?[a("el-button",{attrs:{type:"text"},on:{click:function(a){return t.routerAddGood(e.row)}}},[t._v("添加商品")]),a("span",{staticClass:"le-line"})]:t._e(),107!==e.row.live_status?[a("el-button",{attrs:{type:"text"},on:{click:function(a){return t.shareLiveRoom(e.row)}}},[t._v("分享")]),101!==e.row.live_status?a("span",{staticClass:"le-line"}):t._e()]:t._e(),102===e.row.live_status?[a("el-button",{attrs:{type:"text"},on:{click:function(a){return t.editCreateRoom(e.row)}}},[t._v("编辑")]),a("span",{staticClass:"le-line"})]:t._e(),106!==e.row.live_status&&101!==e.row.live_status?a("el-button",{attrs:{type:"text"},on:{click:function(a){return t.deleteRoom(e.row.roomid,e.$index)}}},[t._v("删除")]):t._e()],2)}}])})],1),a("div",{staticClass:"flex le-pagination justify-end"},[a("el-pagination",{attrs:{background:"","current-page":t.page.current,"page-count":t.page.count,layout:"prev, pager, next, jumper"},on:{"current-change":t.currentChange,"update:currentPage":function(e){return t.$set(t.page,"current",e)},"update:current-page":function(e){return t.$set(t.page,"current",e)}}})],1)],1)],1)},n=[],i=a("1da1"),s=(a("159b"),a("b0c0"),a("99af"),a("96cf"),a("19e9")),r={components:{},data:function(){return{list:[],page:{count:1,current:1},loading:!1}},computed:{},created:function(){},watch:{},mounted:function(){var t=this;return Object(i["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.getLiveList();case 1:case"end":return e.stop()}}),e)})))()},methods:{getLiveList:function(){var t=this;this.$heshop.live("get",{page:this.page.current,limit:10}).then((function(e){e.list.forEach((function(t){t.start_time=new Date(t.start_time),t.end_time=new Date(t.end_time)})),t.list=e.list,t.page.count=e.pageCount})).catch((function(e){t.$message.error(e.data.message)}))},routerCreateRoom:function(){this.$router.push("/practical/live/createRoom")},editCreateRoom:function(t){localStorage.setItem("editRoom",JSON.stringify(t)),this.$router.push({path:"/practical/live/createRoom",query:{roomid:t.roomid}})},routerAddGood:function(t){var e={goods:t.goods,anchor_name:t.anchor_name,room_id:t.roomid,feeds_img_base64:t.feeds_img_base64,name:t.name};localStorage.setItem("addGoods",JSON.stringify(e)),this.$router.push({path:"/practical/live/addGood",query:{room_id:t.roomid}})},currentChange:function(){this.getLiveList()},DownloadImgZP:function(t,e){var a=new Image;a.setAttribute("crossOrigin","anonymous"),a.onload=function(){var t=document.createElement("canvas");t.width=a.width,t.height=a.height;var o=t.getContext("2d");o.drawImage(a,0,0,a.width,a.height);var n=t.toDataURL("image/png"),i=document.createElement("a"),s=new MouseEvent("click");i.download=e,i.href=n,i.dispatchEvent(s)},a.src=t},shareLiveRoom:function(t){var e=this,a=this.$createElement;this.loading=!0,this.$heshop.live("get",{behavior:"qrcode",room_id:t.roomid}).then((function(t){e.loading=!1,e.$confirm("",{customClass:"le-share-live-room",message:a("div",[a("div",{style:"text-align: center;margin-bottom: 32px"},["分享"]),a("div",{class:"flex"},[a("img",{attrs:{src:t.poster_url_img,width:"240px",height:"316px",alt:""}}),a("div",{class:"le-right"},[a("div",{class:"le-text"},["直播间页面路径"]),a("el-input",{class:"le-copy",attrs:{id:"copy-input",disabled:!0,value:t.pagePath}},[a("el-button",{slot:"append",on:{click:e.copy.bind(e,t.pagePath)}},["复制"])]),a("div",{class:"le-btn"},[a("el-button",{on:{click:e.DownloadImgZP.bind(e,t.poster_url_img,"海报")}},["下载海报"]),a("el-button",{on:{click:e.DownloadImgZP.bind(e,t.cdn_url_img,"小程序码")}},["仅下载小程序码"])])])])]),showCancelButton:!1,showConfirmButton:!1}).then((function(){})).catch((function(){}))})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},deleteRoom:function(t,e){var a=this;this.$confirm("直播间删除请谨慎操作,确定删除?",{}).then((function(){a.$heshop.live("post",{behavior:"delete"},{room_id:t}).then((function(){a.$delete(a.list,e)})).catch((function(t){a.$message.error(t.data.message)}))})).catch((function(){}))},copy:function(t){var e=this;Object(s["a"])({content:t,success:function(){e.$message.success("复制成功")}})}},filters:{getTime:function(t){if(!(t instanceof Date))return"";var e=t.getMonth()+1,a=t.getDate()<10?"0".concat(t.getDate()):t.getDate(),o=t.getHours()<10?"0".concat(t.getHours()):t.getHours(),n=t.getMinutes()<10?"0".concat(t.getMinutes()):t.getMinutes();return"".concat(e,"月").concat(a,"日 ").concat(o,":").concat(n)}}},c=r,l=(a("6580"),a("fd42"),a("2877")),u=Object(l["a"])(c,o,n,!1,null,"6f8318fa",null);e["default"]=u.exports},fd42:function(t,e,a){"use strict";a("6693")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-5ab13d10.664b3998.js b/views/admin/js/chunk-5ab13d10.664b3998.js new file mode 100644 index 00000000..5ac42a52 --- /dev/null +++ b/views/admin/js/chunk-5ab13d10.664b3998.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5ab13d10"],{3168:function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"le-matter"},[i("el-dialog",{staticClass:"update-dialog",attrs:{title:"系统是否进行二次开发?",visible:t.dialogVisible,width:"420px","append-to-body":"","before-close":function(t){t()}},on:{"update:visible":function(e){t.dialogVisible=e}}},[i("div",{staticClass:"update-info"},[i("div",{staticClass:"update-info-item",on:{click:t.toUpdateURL}},[i("i",{staticClass:"le-icon le-icon-weiercikaifa update-icon"}),i("span",{staticClass:"update-span"},[t._v("未二次开发")]),i("i",{staticClass:"le-icon le-icon-arrow-right update-right"})]),i("div",{staticClass:"update-info-item",on:{click:t.toUpdatee}},[i("i",{staticClass:"le-icon le-icon-ercikaifa update-icon"}),i("span",{staticClass:"update-span"},[t._v("已二次开发")]),i("i",{staticClass:"le-icon le-icon-arrow-right update-right"})])])]),t._m(0),i("div",{staticClass:"le-body"},[i("el-scrollbar",{staticStyle:{height:"100%"}},[i("div",{staticClass:"le-card"},[t._l(t.list,(function(e,s){return i("div",{key:s,staticClass:"le-time-item",class:t.list.length-1===s?"":"le-border"},[i("div",{staticClass:"le-dot",class:e.is_last_version?"le-dot-last":"le-dot-default"}),i("div",{staticClass:"le-left"},[i("div",{staticClass:"le-version"},[e.is_last_version?i("span",{staticClass:"le-version-new"},[t._v("new")]):t._e(),t._v(" V"+t._s(e.version)+" ")]),i("div",{staticClass:"le-time"},[t._v(t._s(e.time))])]),i("div",{staticClass:"le-content"},[i("div",{staticClass:"flex align-center le-content-header"},[e.is_last_version?i("button",{staticClass:"le-button",on:{click:function(e){t.dialogVisible=!0}}},[t._v(" 一键更新 ")]):t._e(),e.is_need?i("span",{staticClass:"le-prompt"},[t._v("此版本需上传小程序包重新发布")]):t._e(),e.host_version?i("div",{staticClass:"le-host-version"},[i("span",{staticClass:"le-icon le-icon-positioning"},[t._v(" 您当前的版本")])]):t._e()]),i("div",{staticClass:"le-content-info"},[t._l(e.content.slice(0,e.is_collapse?e.content.length:2),(function(e,s){return i("div",{key:s,staticClass:"le-content-info-item flex align-top"},[i("span",{staticClass:"le-tag le-icon ",class:1==e.type?"le-icon-add":2==e.type?"le-icon-youhua":"le-icon-xiufu"},[t._v(" "+t._s(1==e.type?"新增":2==e.type?"优化":"修复")+" ")]),i("span",{staticClass:"le-content-info-item__text flex-sub"},[t._v(t._s(e.text))])])})),e.content.length>2?i("div",{staticClass:"le-more flex",on:{click:function(t){e.is_collapse=!e.is_collapse}}},[i("span",[t._v(t._s(e.is_collapse?"收起":"展开"))]),i("span",{staticClass:"le-icon ",class:e.is_collapse?"le-icon-arrow-top":"le-icon-arrow-down"})]):t._e()],2)])])})),i("div",{staticClass:"flex justify-center le-pagination"},[i("el-pagination",{attrs:{background:"",layout:"prev, pager, next, jumper","current-page":t.pagination.current,"page-count":t.pagination.count},on:{"current-change":t.currentChange}})],1)],2)])],1)],1)},n=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"le-header flex align-center"},[s("img",{staticClass:"le-header-log",attrs:{src:i("9ef1"),alt:""}}),s("div",{staticClass:"le-header-name"},[t._v("LEADSHOP更新日志")])])}],a=i("5530"),o=i("2f62"),l={name:"changelog",computed:Object(a["a"])({},Object(o["c"])({getStore:"setting/getStore"})),data:function(){return{dialogVisible:!1,pagination:{current:1,count:1},list:[],last_version:"1.0.0"}},methods:{currentChange:function(t){this.pagination.current=t,this.getList()},toUpdatee:function(){var t=this,e=this;this.$confirm('

注意

二次开发后请慎用一键更新功能!由于二次开发所导致的系统问题,官方无法处理!

',"",{dangerouslyUseHTMLString:!0,distinguishCancelAndClose:!0,confirmButtonText:"仍要更新",cancelButtonText:"取消更新"}).then((function(){t.$heshop.cloud("post",{action:"update"}).then((function(t){var e=t;location.href="/leadshop.php?token="+e})).catch((function(t){this.$message.error("网络开小差, 请刷新重试")}))})).catch((function(t){e.dialogVisible=!1}))},toUpdateURL:function(){this.$heshop.cloud("post",{action:"update"}).then((function(t){var e=t;location.href="/leadshop.php?token="+e})).catch((function(t){this.$message.error("网络开小差, 请刷新重试")}))},getList:function(){var t=this;this.$heshop.cloud("get").page(this.pagination.current,5).then((function(e){for(var i=e.list,s=0;s0?[1==t.row.task.goods_is_sale?a("el-tag",{attrs:{size:"medium",type:"success"}},[e._v("销售中")]):0==t.row.task.goods_is_sale?a("el-tag",{attrs:{size:"medium",type:"info"}},[e._v("下架中")]):e._e()]:a("el-tag",{attrs:{size:"medium",type:"warning"}},[e._v("售罄")])]}}],null,!1,132624754)}):e._e(),a("el-table-column",{attrs:{label:"操作","min-width":"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"le-button-editor el-row--flex he-btn flex align-center"},["recycle"!=e.tab_key?[a("he-link",{attrs:{query:{id:t.row.task.id},href:"plugins/task/edit"}},[a("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("编辑")])],1),"soldout"!==e.tab_key?a("span",{staticClass:"he-btn__span"}):e._e(),"soldout"!==e.tab_key?a("el-button",{directives:[{name:"popup",rawName:"v-popup.promotetask",value:{data:t.row,promoteType:"goods"},expression:"{\n data: scope.row,\n promoteType: 'goods',\n }",modifiers:{promotetask:!0}}],staticClass:"le-goods__btn",staticStyle:{position:"relative",top:"2px"},attrs:{hide_footer:!0,id:t.row.id+"_promote",module:"goods",title:"推广",type:"text",width:"791"}},[e._v("推广 ")]):e._e(),"drafts"!==e.tab_key?a("span",{staticClass:"he-btn__span"}):e._e(),a("popconfirm",{attrs:{width:"392px",title:"商品删除请谨慎操作,确定删除?"},on:{confirm:function(a){return e.deleteGoods(t.row.id)}}},[a("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("删除")])],1)]:e._e(),"recycle"==e.tab_key?[a("popconfirm",{attrs:{title:"商品将被删除且无法撤销,确定删除?",width:"392px"},on:{confirm:function(a){return e.recycleDelete({id:t.row.id,index:t.$index})}}},[a("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("删除")])],1)]:e._e(),"recycle"==e.tab_key?[a("span",{staticClass:"he-btn__span"}),a("popconfirm",{attrs:{title:"确认恢复商品?",width:"320px"},on:{confirm:function(a){return e.restore({id:t.row.id,index:t.$index})}}},[a("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("恢复")])],1)]:e._e()],2)]}}])})],1),a("div",{staticClass:"he-tabpane-pagination",staticStyle:{padding:"14px 0 28px 0"}},[a("div",{staticClass:"__goods_tools",staticStyle:{float:"left"}},[a("el-checkbox",{staticClass:"le_goods__header-checkbox",attrs:{indeterminate:e.indeterminate},on:{change:e.handleCheckAllChange},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("当页全选 ")]),a("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认上架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(1)}}},[a("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("上架")])],1),"nosale"!==e.tab_key&&"drafts"!==e.tab_key?[a("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认下架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(0)}}},[a("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("下架")])],1)]:e._e(),"recycle"!==e.tab_key?[a("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"424px",title:"商品删除请谨慎操作,确定删除?"},on:{confirm:e.batchDeletion}},[a("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1)]:e._e(),"recycle"==e.tab_key?[a("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"424px",title:"商品将被删除且无法撤销,确定删除?"},on:{confirm:e.batchRecycleDelete}},[a("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1),a("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"330px",title:"确认恢复商品?"},on:{confirm:e.batchRestore}},[a("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("恢复")])],1)]:e._e()],2),a("div",{staticStyle:{float:"right"}},[a("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange,"size-change":e.sizeChange}})],1)])],1)}),l=[],i=(a("fb6a"),a("d81d"),a("d3b7"),a("c1df")),c=a.n(i),d=a("d8df"),u={components:{popconfirm:d["a"]},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},tab_key:{type:[String,Number,Boolean,Object,Array],default:"all"},status:{type:String,default:"all"}},data:function(){return{indeterminate:!1,checkList:[],page:{size:20,current:1},allCheck:!1,checked:!1,tableData:[]}},filters:{dateFormat:function(e){return void 0===e?"":c()(1e3*e).format("YYYY-MM-DD HH:mm:ss")},capitalize:function(e){return e.length>=32?e.slice(0,29)+"...":e}},mounted:function(){var e=this;return Object(r["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleGoodsLoad();case 1:case"end":return t.stop()}}),t)})))()},methods:{aaaaaa:function(e){console.log("eeee",e)},handleSortMethod:function(e){"ascending"==e.order&&("task_number"==e.prop&&(this.value["sort"]={"t.task_number":"ASC","t.task_price":"ASC"}),"task_stock"==e.prop&&(this.value["sort"]={"t.task_stock":"ASC"}),"created_time"==e.prop&&(this.value["sort"]={"t.created_time":"ASC"})),"descending"==e.order&&("task_number"==e.prop&&(this.value["sort"]={"t.task_number":"DESC","t.task_price":"DESC"}),"task_stock"==e.prop&&(this.value["sort"]={"t.task_stock":"DESC"}),"created_time"==e.prop&&(this.value["sort"]={"t.created_time":"DESC"})),null==e.order&&(this.value["sort"]={}),this.handleGoodsLoad()},handleCheckAllChange:function(){this.$refs.goodsTable.toggleAllSelection()},handleSelectionChange:function(e){this.checkList=e.map((function(e){return e.id})),this.allCheck=this.checkList.length===this.tableData.length,this.indeterminate=this.checkList.length>0&&this.checkList.length0?(this.allCheck=!0,this.indeterminate=!1):this.allCheck=!1},selectRow:function(){this.allCheck&&(this.allCheck=!1)},formatter:function(e,t){return e.address},putOffShelf:function(e){var t=this;console.log("this.checkList",this.checkList),this.$heshop.plugin("put",{include:"task",model:"goods",type:1},{goods_is_sale:e,checkList:this.checkList}).then((function(a){t.handleGoodsLoad();var s="";s=1===e?"上架成功":"下架成功",t.$message.success(s)})).catch((function(e){t.$refs.goodsTable.clearSelection(),t.$message.error(e.data.message)}))},getGoodsCover:function(e){if(e){if("[object Array]"===Object.prototype.toString.call(e))return e[0];if("[object String]"===Object.prototype.toString.call(e))try{return JSON.parse(e)[0]}catch(t){return this.ipAddress+"/le-default-goods-bg.png"}}return this.ipAddress+"/le-default-goods-bg.png"},handleGoodsLoad:function(){var e=this,t=JSON.parse(JSON.stringify(this.value));t.tab_key=this.tab_key;var a=this.page;this.$heshop.plugin("get",{include:"task",model:"goods",keyword:JSON.stringify(t)}).page(a.current,a.size).then((function(t){if(t&&t.headers){var a=t.data,s=t.headers;if(e.page={current:+s["x-pagination-current-page"],count:+s["x-pagination-page-count"],size:+s["x-pagination-per-page"],total:+s["x-pagination-total-count"]},s["content-page"]){var o=JSON.parse(s["content-page"]);e.$parent.$parent.$parent.statistics=o}e.tableData=a}})).catch((function(t){e.$message.error("加载配置信息失败,请检查网络")}))},sizeChange:function(e){this.page.size=e,this.$emit("request",{page:this.page,sort:this.order})},currentChange:function(e){this.page.current=e,this.$emit("request",{page:this.page,sort:this.order})},deleteGoods:function(e){var t=this;this.$heshop.goods("delete",e,{is_task:1}).then((function(){t.$message.success("删除成功"),t.handleGoodsLoad()})).catch((function(e){t.$message.error(e.data.message)}))},batchDeletion:function(){var e=this;this.$heshop.goods("delete",this.checkList,{is_task:1}).then((function(){e.$message.success("删除成功"),e.handleGoodsLoad(),e.allCheck=!1})).catch((function(t){e.$refs.goodsTable.clearSelection(),e.$message.error(t.data.message)}))},restore:function(e){var t=this;this.$heshop.recycle("put",{id:e.id,include:"goods",is_task:1},null).then((function(){t.$message.success("恢复成功"),t.handleGoodsLoad()})).catch((function(e){t.$message.error(e.data.message)}))},batchRestore:function(){var e=this;this.$heshop.recycle("put",{id:this.checkList,include:"goods",is_task:1},null).then((function(){e.$message.success("恢复成功"),e.handleGoodsLoad()})).catch((function(t){e.$message.error(t.data.message)}))},recycleDelete:function(e){var t=this;this.$heshop.recycle("delete",e.id,{include:"goods",is_task:1}).then((function(){t.$message.success("删除成功"),t.handleGoodsLoad()})).catch((function(e){t.$message.error(e.data.message)}))},batchRecycleDelete:function(){var e=this;this.$heshop.recycle("delete",this.checkList,{include:"goods",is_task:1}).then((function(){e.$message.success("删除成功"),e.handleGoodsLoad()})).catch((function(t){e.$message.error(t.data.message)}))}}},h=u,p=(a("de3a"),a("2877")),f=Object(p["a"])(h,n,l,!1,null,"04ef7d42",null),m=f.exports,b=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"task-goodsList"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,"default-sort":{prop:"date",order:"descending"}}},[a("el-table-column",{attrs:{prop:"name",label:"商品描述",width:"312"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"__goods_cover"},[a("img",{attrs:{src:"http://www.qmpaas.com/static/images/home.png",alt:""}}),a("div",{staticClass:"__goods_title"},[a("h3",[e._v(e._s(e._f("capitalize")(t.row.name)))]),a("p",[e._v("货号:askjdhjkasdh")]),a("p",[e._v("ID:kdasjdkl")])])])]}}])}),a("el-table-column",{attrs:{prop:"date",label:"积分价格",sortable:"",width:"180"}}),a("el-table-column",{attrs:{prop:"address",label:"已兑换/剩余",sortable:"",width:"180"}}),a("el-table-column",{attrs:{prop:"address",label:"创建时间",sortable:"",width:"180"}}),a("el-table-column",{attrs:{prop:"address",label:"商品状态",width:"180"}}),a("el-table-column",{attrs:{prop:"address",label:"操作",formatter:e.formatter}})],1)],1)},_=[],g={data:function(){return{checked:!1,tableData:[{date:"2016-05-02",name:"可盐可甜连衣裙女装秋装新款温柔风裙子秋季收可盐可甜连衣裙女装秋装新款温柔风裙子秋季收可盐可甜连衣裙女装秋装新款温柔风裙子秋季收",address:"上海市普陀区金沙江路 1518 弄"},{date:"2016-05-04",name:"可盐可甜连衣裙女装秋装新款温柔风裙子秋季收",address:"上海市普陀区金沙江路 1517 弄"},{date:"2016-05-01",name:"可盐可甜连衣裙女装秋装新款温柔风裙子秋季收",address:"上海市普陀区金沙江路 1519 弄"},{date:"2016-05-03",name:"王小虎",address:"上海市普陀区金沙江路 1516 弄"}]}},filters:{capitalize:function(e){return e.length>=32?e.slice(0,29)+"...":e}},methods:{formatter:function(e,t){return e.address}}},k=g,v=(a("4777"),Object(p["a"])(k,b,_,!1,null,"593239be",null)),y=v.exports,w={components:{tableGoods:m,tablesOrder:y},data:function(){var e=this,t=function(t,a,s){var o=Number(e.formValue.score_start),r=e.formValue.score_end?Number(e.formValue.score_end):"";if(o){if(o%1!==0)return void s(new Error("积分必须是整数"));if(console.log("score_end === 0",r,0===r),(r||0===r)&&o>r)return void s(new Error("最低值需小于或等于最高值"))}s()};return{statistics:{all:0,onsale:0,nosale:0,soldout:0,drafts:0,recycle:0},activeName:"first",formValue:{search:"",score_start:"",score_end:"",date:[]},rules:{score_start:[{validator:t,trigger:"blur"}]}}},computed:{},created:function(){},watch:{},mounted:function(){return Object(r["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleChange:function(){this.$refs.ruleForm.validate((function(e){console.log("执行的",e)}))},onEmpty:function(){console.log("this.$refs.ruleForm.",this.$refs.ruleForm.resetFields),this.$refs.ruleForm.resetFields();var e=this.activeName;this.$refs[e]&&this.$refs[e].handleGoodsLoad&&this.$refs[e].handleGoodsLoad()},handleClick:function(e,t){var a=e.name;this.$refs[a]&&this.$refs[a].handleGoodsLoad&&this.$refs[a].handleGoodsLoad()},onSubmit:function(){var e=this;this.$refs.ruleForm.validate((function(t){if(!t)return!1;var a=e.activeName;e.$refs[a]&&e.$refs[a].handleGoodsLoad&&e.$refs[a].handleGoodsLoad()}))}}},C=w,x=(a("6d42"),Object(p["a"])(C,s,o,!1,null,"251a6af2",null));t["default"]=x.exports},b369:function(e,t,a){},d683:function(e,t,a){},de3a:function(e,t,a){"use strict";a("d683")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-6022be36.8705a28e.js b/views/admin/js/chunk-6022be36.8705a28e.js new file mode 100644 index 00000000..ad08ab36 --- /dev/null +++ b/views/admin/js/chunk-6022be36.8705a28e.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6022be36"],{d2ce:function(e,t,i){},d815:function(e,t,i){"use strict";i.r(t);var s=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-form",{ref:"service",attrs:{rules:e.rules,model:e.form,"label-width":"176px"}},[i("div",{staticClass:"le-header"},[i("span",{staticClass:"le-before",on:{click:function(t){return e.router("/goods/service")}}},[e._v("商品服务")]),i("i",{staticClass:"el-breadcrumb__separator el-icon-arrow-right"}),i("span",{staticClass:"le-now"},[e._v(e._s(e.form.id?"编辑商品服务":"添加商品服务"))])]),i("div",{staticClass:"le-body flex"},[i("div",{staticClass:"le-form"},[i("el-form-item",{attrs:{label:"服务名称",prop:"title"}},[i("el-input",{attrs:{maxlength:"10","show-word-limit":""},model:{value:e.form.title,callback:function(t){e.$set(e.form,"title",t)},expression:"form.title"}})],1),i("el-form-item",{staticClass:"he-textarea",attrs:{label:"服务详情",prop:"content"}},[i("el-input",{attrs:{type:"textarea",rows:"13",maxlength:"160","show-word-limit":""},model:{value:e.form.content,callback:function(t){e.$set(e.form,"content",t)},expression:"form.content"}})],1),i("el-form-item",{attrs:{label:"排序",prop:"sort"}},[i("el-input",{model:{value:e.form.sort,callback:function(t){e.$set(e.form,"sort",t)},expression:"form.sort"}}),i("p",{staticClass:"he-tips"},[e._v("数字越大,越靠前,不填写则默认为1")])],1)],1),i("div",{staticClass:"he-servicePreview"},[i("div",{staticClass:"he-servicePreview__back"}),i("div",{staticClass:"he-servicePreview__black"}),i("div",{staticClass:"he-servicePreview__services el-row--flex is-justify-space-between is-align-middle",class:e.active?"he-servicePreview__active":"",on:{click:function(t){return e.setActive(!1)}}},[i("div",{staticClass:"el-row--flex is-justify-space-between is-align-middle"},e._l(e.list.slice(0,3),(function(t){return i("div",{key:t.id,staticClass:"el-row--flex is-align-middle"},[i("he-icon",{attrs:{type:"le-icon-shangpinfuwu",color:"red",size:"10px"}}),i("div",{staticStyle:{"margin-right":"5px"}},[e._v(e._s(t.title))])],1)})),0),i("div",{staticClass:"arrow el-icon-arrow-right"})]),e.active?e._e():i("div",{staticClass:"he-servicePreview__content"},[i("div",{staticClass:"he-servicePreview__title"},[e._v("商品服务")]),i("div",{staticClass:"he-servicePreview__close el-icon-close",on:{click:function(t){return e.setActive(!0)}}}),i("div",{staticClass:"he-scrollbar"},e._l(e.list,(function(t){return i("div",{key:t.id,staticClass:"he-item"},[i("div",{staticClass:"he-item__header el-row--flex is-align-middle"},[i("div",{staticClass:"he-item__header-icon"}),i("div",{staticClass:"he-item__header-title"},[e._v(e._s(t.title))])]),i("div",{staticClass:"he-item__body"},[e._v(" "+e._s(t.content)+" ")])])})),0)])])]),i("div",{staticClass:"le-cardpin"},[i("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.put("service")}}},[e._v("保存")])],1)])},a=[],r={name:"servicePublish",data:function(){return{rules:{title:[{required:!0,message:"请输入服务名称",trigger:"blur"}]},form:{title:"",content:"",sort:1,id:null},active:!0,list:[]}},mounted:function(){var e=this.$getQueryVariable("id");e&&this.getDetail(e)},methods:{router:function(e){this.$router.push({path:e})},setActive:function(e){this.active=e},put:function(e){var t=this;this.$refs[e].validate((function(e){if(e){var i="",s="";t.form.id?(i="put",s="编辑服务成功"):(i="post",s="添加服务成功"),t.$heshop.service(i,t.form).then((function(){t.$message({message:s,type:"success"}),t.$router.back()})).catch((function(e){e.data[0]?t.$message.error(e.data[0].message):t.$message.error(e.data.message)}))}}))},getDetail:function(e){var t=this;this.$heshop.service("get",parseInt(e)).then((function(e){t.form=e})).catch((function(e){t.$message.error(e.data.message)}))},getList:function(){var e=this;this.loading=!0,this.$heshop.service("get").then((function(t){var i=t.data;e.list=i,e.loading=!1})).catch((function(){e.loading=!1,e.$message.error("获取失败")}))}}},c=r,l=(i("e919"),i("2877")),n=Object(l["a"])(c,s,a,!1,null,"1f9605c1",null);t["default"]=n.exports},e919:function(e,t,i){"use strict";i("d2ce")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-6067b6aa.d4da0892.js b/views/admin/js/chunk-6067b6aa.d4da0892.js new file mode 100644 index 00000000..a7e1d760 --- /dev/null +++ b/views/admin/js/chunk-6067b6aa.d4da0892.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6067b6aa"],{a01c:function(e,t,a){},b00a:function(e,t,a){"use strict";a("a01c")},c3d4:function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"ruleForm",attrs:{model:e.form,"label-width":"193px",rules:e.rules,"status-icon":""}},[a("div",{staticClass:"le-card"},[a("div",{staticClass:"flex align-center"},[a("span",{staticClass:"he-title-line"}),a("span",{staticClass:"he-title"},[e._v("商品采集")])]),a("div",{staticClass:"le-line"}),a("div",{staticClass:"le-line"}),a("el-form-item",{attrs:{label:"接口来源"}},[a("span",{staticClass:"le-source"},[e._v("99api")])]),a("el-form-item",{attrs:{label:"接口购买地址"}},[a("a",{staticClass:"le-a",attrs:{target:"_blank",href:"https://www.99api.com/Login?log=5&referee=14278"}},[e._v("https://www.99api.com/Login?log=5&referee=14278")]),a("div",{staticClass:"le-prompt-text"},[e._v(" 使用此链接注册99api账号,接口将自动开通 ")])]),a("el-form-item",{attrs:{label:"99api apikey",prop:"apikey_99"}},[a("el-input",{attrs:{placeholder:"请输入99api apikey"},model:{value:e.form.apikey_99,callback:function(t){e.$set(e.form,"apikey_99",t)},expression:"form.apikey_99"}})],1)],1)]),a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.save()}}},[e._v("保存")])],1)],1)},s=[],l=(a("841c"),a("ac1f"),{data:function(){return{form:{apikey_99:""},rules:{apikey_99:[{required:!0,message:"请填写apikey",trigger:"blur"}]},loading:!0}},methods:{save:function(){var e=this;this.loading=!0;var t=this;this.$refs["ruleForm"].validate((function(a){a?t.$heshop.setting("post",{keyword:"apikey_99",content:{apikey_99:t.form.apikey_99}}).then((function(e){console.log(e),t.loading=!1,t.$message.success("保存成功")})).catch((function(e){t.loading=!1,t.$message.error(e.data.message)})):e.loading=!1}))},getDetail:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"apikey_99"}).then((function(t){e.form=t.content})),e.loading=!1}},mounted:function(){this.getDetail()}}),n=l,r=(a("b00a"),a("2877")),o=Object(r["a"])(n,i,s,!1,null,"72aadc04",null);t["default"]=o.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-62ffc749.d4c581d7.js b/views/admin/js/chunk-62ffc749.d4c581d7.js new file mode 100644 index 00000000..960d5779 --- /dev/null +++ b/views/admin/js/chunk-62ffc749.d4c581d7.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-62ffc749"],{"00ba":function(e,t,s){},"02ac":function(e,t,s){"use strict";var a=s("d4ec"),i=s("bee2"),r=function(){function e(){Object(a["a"])(this,e)}return Object(i["a"])(e,[{key:"isFloat",value:function(e){var t=String(e).indexOf(".")+1;String(e).length;return t>0}},{key:"isIntNum",value:function(e){return!(e<0)||(0===e||"0"===e||0===e||"0.00"===e)}},{key:"isNumber",value:function(e){if(0===e||"0"===e||0===e||"0.00"===e)return!0;var t=/^\d+(\.\d+)?$/,s=/^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$/;return!(!t.test(e)&&!s.test(e))}},{key:"isPrice",value:function(e){if(0===e||"0"===e||0===e||"0.00"===e)return!0;var t=/^(([1-9][0-9]*)|(([0]\.\d{1,2}|[1-9][0-9]*\.\d{1,2})))$/;return!!t.test(e)}},{key:"isEmpty",value:function(e){return("undefined"==typeof e||null==e||""==e)&&0!==e}},{key:"isLimit",value:function(e,t){return e>t}}]),e}();t["a"]=new r},"0a5b1":function(e,t,s){},"10a9":function(e,t,s){},1640:function(e,t,s){},"7bb59":function(e,t,s){"use strict";s("00ba")},"7ede":function(e,t,s){"use strict";s("0a5b1")},"86e2":function(e,t,s){"use strict";s("10a9")},9397:function(e,t,s){"use strict";s("1640")},b315:function(e,t,s){},d2df:function(e,t,s){"use strict";s.r(t);var a=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"task-card"},[s("div",{staticClass:"task-content__body"},[s("el-form",{ref:"form",attrs:{model:e.form,"label-width":"140px"}},[s("div",{staticClass:"__body"},[s("el-form-item",{attrs:{label:"上架状态"}},[s("el-radio-group",{model:{value:e.form.goods_is_sale,callback:function(t){e.$set(e.form,"goods_is_sale",t)},expression:"form.goods_is_sale"}},[s("el-radio",{attrs:{label:1}},[e._v("立即上架")]),s("el-radio",{attrs:{label:0}},[e._v("暂不上架")])],1)],1),s("el-form-item",{attrs:{label:"选择商品"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[e._v("*")]),e._v("选择商品")]),s("TaskGoods",{ref:"taskgoods",model:{value:e.form.goods_list,callback:function(t){e.$set(e.form,"goods_list",t)},expression:"form.goods_list"}}),s("el-button",{attrs:{plain:"",disabled:e.form.goods_list.length>=10},on:{click:e.handleDialog}},[e._v("选择商品")]),s("span",{staticStyle:{"padding-left":"8px",color:"#BFBFBF"}},[e._v("单次最多添加10件商品")]),s("TaskTables",{ref:"taskTable",model:{value:e.form.goods_list,callback:function(t){e.$set(e.form,"goods_list",t)},expression:"form.goods_list"}})],1)],1),s("div",{staticClass:"task-card-footer"},[s("el-button",{attrs:{type:"primary"},on:{click:e.handleSubmit}},[e._v("保存")])],1)])],1)])},i=[],r=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"task-tables"},[s("el-table",{attrs:{data:e.value,"span-method":e.arraySpanMethod}},[s("el-table-column",{attrs:{label:"Date",prop:"date"},scopedSlots:e._u([{key:"header",fn:function(t){return[e._v(" 商品 ")]}},{key:"default",fn:function(t){return[s("div",{staticClass:"__goods_cover"},[s("img",{attrs:{src:e.getGoodsCover(t.row.slideshow),alt:""}}),s("div",{staticClass:"__goods_title"},[s("p",[e._v(e._s(e._f("capitalize")(t.row.name)))])])])]}}])}),s("el-table-column",{attrs:{label:"Name",prop:"name",width:"184px"},scopedSlots:e._u([{key:"header",fn:function(t){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[e._v("*")]),e._v("可兑换数量 "),s("el-tooltip",{staticClass:"item",attrs:{manual:!0,content:"可兑换数量与商城商品库存互相独立,互不影响",placement:"top","popper-class":"task-tooltip"}},[s("i",{staticClass:"le-icon le-icon-zhushi1",staticStyle:{position:"relative",top:"-1px","font-size":"13px",color:"#BBBFC8","vertical-align":"middle"}})])]}},{key:"default",fn:function(t){return[1==t.row.param_type?s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('可兑换数量不能为空')\n if(!isInteger(e.target.value)) $message.error('可兑换数量必须为整数')\n if(e.target.value>9999999) $message.error('兑换数量不能大于9999999') }"},model:{value:t.row.task_stock,callback:function(s){e.$set(t.row,"task_stock",s)},expression:"scope.row.task_stock"}},[s("template",{slot:"append"},[e._v("件")])],2):e._e(),2==t.row.param_type?s("div",{staticClass:"__specs-setting"},[s("TaskSpecs",{ref:"taskspecs"+t.$index,attrs:{goods:t.row},model:{value:t.row.param,callback:function(s){e.$set(t.row,"param",s)},expression:"scope.row.param"}}),s("el-button",{on:{click:function(s){return e.handleDialog(t.$index)}}},[e._v("多规格设置")])],1):e._e()]}}])}),s("el-table-column",{attrs:{label:"Name",prop:"name",width:"322px"},scopedSlots:e._u([{key:"header",fn:function(t){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[e._v("*")]),e._v("积分价格 ")]}},{key:"default",fn:function(t){return[s("el-input",{attrs:{blur:"(e)=>{ \n if(e.target.value=='') $message.error('积分价格不能为空')\n if(!isInteger(e.target.value)) $message.error('积分价格必须为整数')\n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:t.row.task_number,callback:function(s){e.$set(t.row,"task_number",s)},expression:"scope.row.task_number"}},[s("template",{slot:"append"},[e._v("积分")])],2),s("span",{staticStyle:{display:"inline-block",width:"24px",height:"32px","line-height":"32px","text-align":"center"}},[e._v("+")]),s("el-input",{attrs:{blur:"(e)=>{ \n if(e.target.value=='') $message.error('积分价格不能为空')\n if(!isPriceNumber(e.target.value)) $message.error('积分价格格式不对') \n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:t.row.task_price,callback:function(s){e.$set(t.row,"task_price",s)},expression:"scope.row.task_price"}},[s("template",{slot:"append"},[e._v("元")])],2)]}}])}),s("el-table-column",{attrs:{label:"Name",prop:"name",width:"184px"},scopedSlots:e._u([{key:"header",fn:function(t){return[e._v(" 兑换限制 ")]}},{key:"default",fn:function(t){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value>9999999) $message.error('兑换限制不能大于9999999')\n if(!isInteger(e.target.value)) $message.error('兑换限制必须为整数')\n if(e.target.value>scope.row.task_stock) $message.error('兑换限制不能大于可兑换数量')\n }"},model:{value:t.row.task_limit,callback:function(s){e.$set(t.row,"task_limit",s)},expression:"scope.row.task_limit"}},[s("template",{slot:"append"},[e._v("件/人")])],2)]}}])}),s("el-table-column",{attrs:{label:"Name",prop:"name"},scopedSlots:e._u([{key:"header",fn:function(t){return[e._v(" 操作 ")]}},{key:"default",fn:function(t){return[s("el-button",{staticStyle:{padding:"9px 0"},attrs:{type:"text"},on:{click:function(s){return e.handleDelete(t)}}},[e._v("删除")])]}}])})],1)],1)},o=[],l=(s("a9e3"),s("fb6a"),s("d3b7"),s("a434"),function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("el-dialog",{attrs:{title:"多规格设置",visible:e.dialogVisible,width:"1038px","before-close":function(e){e()}},on:{"update:visible":function(t){e.dialogVisible=t}}},[s("div",{staticClass:"task-dialog"},[s("div",{staticClass:"__tools"},[s("div",{staticClass:"__goods_cover"},[s("img",{attrs:{src:e.getGoodsCover(e.goods.slideshow)}}),s("div",{staticClass:"__goods_title"},[s("p",[e._v(e._s(e._f("capitalize")(e.goods.name)))])])])]),s("div",{staticClass:"__lists"},[s("TaskSpecstable",{ref:"specstable",attrs:{goods:e.goods},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}})],1)]),s("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[s("el-button",{on:{click:function(t){e.dialogVisible=!1}}},[e._v("取 消")]),s("el-button",{attrs:{type:"primary"},on:{click:e.handleAffirm}},[e._v("确 定")])],1)])}),n=[],c=s("d8d0"),u=s("02ac"),d={components:{TaskSpecstable:c["a"]},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},goods:{type:[String,Number,Boolean,Object,Array]}},data:function(){return{dialogVisible:!1}},filters:{capitalize:function(e){return e.length>=42?e.slice(0,39)+"...":e}},mounted:function(){},methods:{isInteger:function(e){return e%1===0},handleAffirm:function(){var e=this.$refs["specstable"].tableData,t=!0;if(e){for(var s in e){var a=e[s],i=JSON.parse(JSON.stringify(a));if(u["a"].isEmpty(i.task_stock))return this.$message.error("可兑换数量不能为空"),t=!1,!1;if(u["a"].isEmpty(i.task_number))return this.$message.error("积分值不能为空"),t=!1,!1;if(u["a"].isEmpty(i.task_price))return this.$message.error("积分价格不能为空"),t=!1,!1;if(u["a"].isFloat(i.task_stock))return this.$message.error("可兑换数量填写错误"),t=!1,!1;if(u["a"].isFloat(i.task_number))return this.$message.error("积分值填写错误"),t=!1,!1;if(u["a"].isFloat(i.task_limit))return this.$message.error("兑换限制填写错误"),t=!1,!1;if(!u["a"].isNumber(i.task_stock))return this.$message.error("可兑换数量必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_number))return this.$message.error("积分值必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_price))return this.$message.error("积分价格必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_limit)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制必须是数字"),t=!1,!1;if(!u["a"].isIntNum(i.task_stock))return this.$message.error("可兑换数量不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_number))return this.$message.error("积分值不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_price))return this.$message.error("积分价格不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_limit)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制不能为负数"),t=!1,!1;if(u["a"].isLimit(i.task_stock,9999999))return this.$message.error("可兑换数量不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_number,9999999))return this.$message.error("积分值不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_price,9999999))return this.$message.error("积分价格不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_limit,9999999)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制不能大于9999999"),t=!1,!1;if(!u["a"].isPrice(i.task_price))return this.$message.error("积分价格格式不正确"),t=!1,!1;if(console.log("task_limit",parseInt(i.task_limit)),console.log("task_stock",parseInt(i.task_stock)),console.log("task_limit>task_stock",i.task_limit),parseInt(i.task_stock),parseInt(i.task_limit)>parseInt(i.task_stock)&&parseInt(i.task_limit)>0)return this.$message.error("兑换限制不能大于可兑换数量"),t=!1,!1}t&&(this.$emit("input",e),this.dialogVisible=!1)}else this.$message.error("请先设置规格数据")},getGoodsCover:function(e){if(e){if("[object Array]"===Object.prototype.toString.call(e))return e[0];if("[object String]"===Object.prototype.toString.call(e))try{return JSON.parse(e)[0]}catch(t){return this.ipAddress+"/le-default-goods-bg.png"}}return this.ipAddress+"/le-default-goods-bg.png"}}},p=d,f=(s("9397"),s("2877")),m=Object(f["a"])(p,l,n,!1,null,"31d18100",null),g=m.exports,h={components:{TaskSpecs:g},props:{value:{type:[String,Number,Boolean,Object,Array],default:function(){return[]}}},data:function(){return{search:""}},watch:{},filters:{capitalize:function(e){return e.length>=38?e.slice(0,35)+"...":e}},methods:{isPriceNumber:function(e){if("0"==e||"0."==e||"0.0"==e||"0.00"==e)return e="0",!0;var t=e.indexOf("0"),s=e.length;if(0==t&&s>1){var a=/^[0]{1}[.]{1}[0-9]{1,2}$/;return!!a.test(e)}a=/^[1-9]{1}[0-9]{0,10}[.]{0,1}[0-9]{0,2}$/;return!!a.test(e)},isInteger:function(e){return e%1===0},getGoodsCover:function(e){if(e){if("[object Array]"===Object.prototype.toString.call(e))return e[0];if("[object String]"===Object.prototype.toString.call(e))try{return JSON.parse(e)[0]}catch(t){return this.ipAddress+"/le-default-goods-bg.png"}}return this.ipAddress+"/le-default-goods-bg.png"},arraySpanMethod:function(e){var t=e.row,s=(e.column,e.rowIndex,e.columnIndex);if(2==t.param_type){if(1===s)return[1,3];if(2===s)return[0,0];if(3===s)return[0,0]}},handleDialog:function(e){var t="taskspecs"+e;this.$refs[t].dialogVisible=!0},handleEdit:function(e){console.log(e)},handleDelete:function(e){this.value.splice(e.$index,1)}}},_=h,b=(s("7ede"),Object(f["a"])(_,r,o,!1,null,"5c472ef6",null)),v=b.exports,k=v,y=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("el-dialog",{attrs:{title:"选择商品",visible:e.dialogVisible,width:"879px","before-close":function(e){e()}},on:{"update:visible":function(t){e.dialogVisible=t}}},[s("div",{staticClass:"task-dialog"},[s("div",{staticClass:"__search"},[s("el-autocomplete",{staticClass:"le-goodspage_search",attrs:{placeholder:"请输入商品名称搜索","trigger-on-focus":!1,size:"small","fetch-suggestions":e.handleQuerySearch},on:{select:e.handleGoodsGet},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleGoodsGet(t)}},model:{value:e.keyword.search,callback:function(t){e.$set(e.keyword,"search",t)},expression:"keyword.search"}},[s("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.handleGoodsGet},slot:"append"})],1)],1),s("div",{staticClass:"__lists"},[s("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:e.goodsData,"row-key":"id"},on:{"selection-change":e.handleSelectionChange}},[s("el-table-column",{attrs:{type:"selection",width:"55","reserve-selection":!0,selectable:e.handleSelectEnable}}),s("el-table-column",{attrs:{prop:"name",label:"商品描述"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"__goods_cover"},[s("img",{attrs:{src:t.row.slideshow[0]}}),s("div",{staticClass:"__goods_title"},[s("p",[e._v(e._s(e._f("capitalize")(t.row.name)))])])])]}}])}),s("el-table-column",{attrs:{prop:"date",label:"状态",width:"130"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.is_sale?s("div",{staticClass:"__tag is_sale"},[e._v(" 销售中 ")]):e._e(),t.row.is_sale?e._e():s("div",{staticClass:"__tag is_shelves"},[e._v(" 下架中 ")])]}}])}),s("el-table-column",{attrs:{prop:"reduce_stocks",label:"库存",width:"130"}})],1)],1),s("div",{staticClass:"__paging"},[s("el-pagination",{attrs:{layout:"prev, pager, next,jumper",background:"","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleGoodsGet}})],1)]),s("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[s("el-button",{on:{click:function(t){e.dialogVisible=!1}}},[e._v("取 消")]),s("el-button",{attrs:{type:"primary"},on:{click:e.handleConfirm}},[e._v("确 定")])],1)])},$=[],w=s("1da1"),x=(s("96cf"),s("159b"),s("841c"),s("ac1f"),s("d81d"),s("b0c0"),{props:{limit:{type:[String,Number],default:10},value:{type:[String,Number,Boolean,Object,Array],default:""}},data:function(){return{selectData:[],dialogVisible:!1,keyword:{search:""},goodsData:[],pageInfo:{size:7,total:0,current:1}}},watch:{dialogVisible:function(e){var t=this;e&&this.$nextTick((function(){t.$refs.multipleTable.clearSelection(),t.selectData=JSON.parse(JSON.stringify(t.value)),t.toggleSelection(t.selectData)}))}},computed:{},filters:{capitalize:function(e){return e.length>=32?e.slice(0,29)+"...":e}},mounted:function(){var e=this;return Object(w["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleGoodsGet(1);case 1:case"end":return t.stop()}}),t)})))()},methods:{toggleSelection:function(e){var t=this;e&&e.forEach((function(e){t.$refs.multipleTable.toggleRowSelection(e)}))},handleToggleSelection:function(e){var t=this;e&&e.forEach((function(e){t.$refs.multipleTable.toggleRowSelection(e)}))},handleSelectEnable:function(e,t){return!this.value||!this.value.some((function(t){return t.id===e.id}))},handleQuerySearch:function(e,t){var s=this,a=this.keyword;this.$heshop.search("POST",{include:"goods"},{keyword:a}).page(1,5).then((function(e){var s=[];e.data.map((function(e){s.push({value:e.name})})),t(s)})).catch((function(e){s.$message.error("抱歉,网络开小差了")}))},handleSelectionChange:function(e){this.selectData=e},handleConfirm:function(){console.log("this.selectData ",this.selectData),console.log("this.value ",this.value),this.selectData.length>this.limit?this.$message.error("最多添加"+this.limit+"件商品"):(this.$emit("input",this.selectData),this.$emit("confirm",this.selectData),this.dialogVisible=!1)},handleGoodsGet:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,s=this.keyword;this.$heshop.search("POST",{include:"goods",task_in:1},{keyword:s}).page(t,5).then((function(t){var s=parseInt(t.headers["x-pagination-per-page"]),a=parseInt(t.headers["x-pagination-total-count"]),i=parseInt(t.headers["x-pagination-current-page"]);e.pageInfo={size:s,total:a,current:i},e.goodsData=t.data})).catch((function(t){e.$message.error("抱歉,网络开小差了")}))}}}),S=x,C=(s("7bb59"),Object(f["a"])(S,y,$,!1,null,"09a2827e",null)),N=C.exports,I={components:{TaskTables:k,TaskGoods:N},data:function(){return{dialogVisible:!1,form:{goods_is_sale:1,goods_list:[]}}},computed:{},created:function(){},watch:{},mounted:function(){},methods:{handleDialog:function(){this.$refs.taskgoods.dialogVisible=!0},isPriceNumber:function(e){if("0"==e||"0."==e||"0.0"==e||"0.00"==e)return e="0",!0;var t=e.indexOf("0"),s=e.length;if(0==t&&s>1){var a=/^[0]{1}[.]{1}[0-9]{1,2}$/;return!!a.test(e)}a=/^[1-9]{1}[0-9]{0,10}[.]{0,1}[0-9]{0,2}$/;return!!a.test(e)},isInteger:function(e){return e%1===0},handleSubmit:function(){var e=this;if(console.log("this.form",this.form),0!==this.form.goods_list.length){var t=!0;for(var s in this.form.goods_list){var a=this.form.goods_list[s];if(console.log("item",a),1==a.param_type){var i=JSON.parse(JSON.stringify(a));if(u["a"].isEmpty(i.task_stock))return this.$message.error("可兑换数量不能为空"),t=!1,!1;if(u["a"].isEmpty(i.task_number))return this.$message.error("积分值不能为空"),t=!1,!1;if(u["a"].isEmpty(i.task_price))return this.$message.error("积分价格不能为空"),t=!1,!1;if(u["a"].isFloat(i.task_stock))return this.$message.error("可兑换数量填写错误"),t=!1,!1;if(u["a"].isFloat(i.task_number))return this.$message.error("积分值填写错误"),t=!1,!1;if(u["a"].isFloat(i.task_limit))return this.$message.error("兑换限制填写错误"),t=!1,!1;if(!u["a"].isNumber(i.task_stock))return this.$message.error("可兑换数量必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_number))return this.$message.error("积分值必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_price))return this.$message.error("积分价格必须是数字"),t=!1,!1;if(!u["a"].isNumber(i.task_limit)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制必须是数字"),t=!1,!1;if(!u["a"].isIntNum(i.task_stock))return this.$message.error("可兑换数量不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_number))return this.$message.error("积分值不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_price))return this.$message.error("积分价格不能为负数"),t=!1,!1;if(!u["a"].isIntNum(i.task_limit)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制不能为负数"),t=!1,!1;if(u["a"].isLimit(i.task_stock,9999999))return this.$message.error("可兑换数量不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_number,9999999))return this.$message.error("积分值不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_price,9999999))return this.$message.error("积分价格不能大于9999999"),t=!1,!1;if(u["a"].isLimit(i.task_limit,9999999)&&!u["a"].isEmpty(i.task_limit))return this.$message.error("兑换限制不能大于9999999"),t=!1,!1;if(!u["a"].isPrice(i.task_price))return this.$message.error("积分价格格式不正确"),t=!1,!1;if(console.log("task_limit",parseInt(i.task_limit)),console.log("task_stock",parseInt(i.task_stock)),console.log("task_limit>task_stock",i.task_limit),parseInt(i.task_stock),parseInt(i.task_limit)>parseInt(i.task_stock)&&parseInt(i.task_limit)>0)return this.$message.error("兑换限制不能大于可兑换数量"),t=!1,!1}if(2==a.param_type&&!a.param)return this.$message.error("请设置多规格参数"),t=!1,!1}t&&this.$heshop.plugin("post",{include:"task",model:"goods"},this.form).then((function(t){e.$message({message:"添加成功",type:"success"}),e.form={goods_is_sale:1,goods_list:[]},e.$router.push({path:"/plugins/task/index"})})).catch((function(t){console.log("err",t),e.$message.error("添加失败,请检查网络")}))}else this.$message.error("请选择商品")}}},D=I,O=(s("e096"),Object(f["a"])(D,a,i,!1,null,"584a0b7c",null));t["default"]=O.exports},d8d0:function(e,t,s){"use strict";var a=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"task__specs"},[e.tableData.length?s("u-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"plTable",staticClass:"task-specs",attrs:{"show-body-overflow":!1,data:e.tableData,height:e.height,"fixed-columns-roll":"","use-virtual":"",showHeaderOverflow:"title","row-height":e.rowHeight,border:!1,"row-key":"id"},on:{"cell-click":e.dataCleansing,"selection-change":e.handleSelectionChange,select:e.selectRow,"select-all":e.selectAll}},[s("u-table-column",{attrs:{type:"selection",width:"34"}}),s("u-table-column",{attrs:{width:"282",keys:"index",label:e.labelName},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"__specs_title"},[s("p",[e._v(e._s(t.row.param_value.replace(/_/,"/")))])])]}}],null,!1,2725384797)}),s("u-table-column",{attrs:{width:"170","column-key":"id"},scopedSlots:e._u([{key:"header",fn:function(t){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[e._v("*")]),e._v("可兑换数量 "),s("el-tooltip",{staticClass:"item",attrs:{content:"可兑换数量与商城商品库存互相独立,互不影响",placement:"top","popper-class":"task-tooltip"}},[s("i",{staticClass:"le-icon le-icon-zhushi1",staticStyle:{position:"relative",top:"-1px","font-size":"13px",color:"#BBBFC8","vertical-align":"middle"}})])]}},{key:"default",fn:function(t){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('可兑换数量不能为空')\n if(!isInteger(e.target.value)) $message.error('可兑换数量必须为整数')\n if(e.target.value>9999999) $message.error('兑换数量不能大于9999999') }"},model:{value:t.row.task_stock,callback:function(s){e.$set(t.row,"task_stock",s)},expression:"scope.row.task_stock"}},[s("template",{slot:"append"},[e._v("件")])],2)]}}],null,!1,3141790980)}),s("u-table-column",{attrs:{width:"310"},scopedSlots:e._u([{key:"header",fn:function(t){return[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[e._v("*")]),e._v("积分价格 ")]}},{key:"default",fn:function(t){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('积分价格不能为空')\n if(!isInteger(e.target.value)) $message.error('积分价格必须为整数')\n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:t.row.task_number,callback:function(s){e.$set(t.row,"task_number",s)},expression:"scope.row.task_number"}},[s("template",{slot:"append"},[e._v("积分")])],2),s("span",{staticStyle:{display:"inline-block",width:"24px",height:"32px","line-height":"32px","text-align":"center"}},[e._v("+")]),s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value=='') $message.error('积分价格不能为空')\n if(e.target.value>9999999) $message.error('积分价格不能大于9999999')\n }"},model:{value:t.row.task_price,callback:function(s){e.$set(t.row,"task_price",s)},expression:"scope.row.task_price"}},[s("template",{slot:"append"},[e._v("元")])],2)]}}],null,!1,2925286641)}),s("u-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"header",fn:function(t){return[e._v(" 兑换限制 ")]}},{key:"default",fn:function(t){return[s("el-input",{attrs:{blur:"(e)=>{\n if(e.target.value>9999999) $message.error('兑换限制不能大于9999999')\n if(!isInteger(e.target.value)) $message.error('兑换限制必须为整数')\n if(e.target.value>scope.row.task_stock) $message.error('兑换限制不能大于可兑换数量')\n }"},model:{value:t.row.task_limit,callback:function(s){e.$set(t.row,"task_limit",s)},expression:"scope.row.task_limit"}},[s("template",{slot:"append"},[e._v("件/人")])],2)]}}],null,!1,2699424455)})],1):e._e(),s("div",{staticClass:"task__specs_tools"},[s("el-checkbox",{attrs:{indeterminate:e.indeterminate},on:{change:e.handleCheckAllChange,"select-all":e.selectAll},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("批量设置")]),e.selectData.length?s("div",{staticStyle:{display:"inline-block"}},[s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:e.tools[0].visible,callback:function(t){e.$set(e.tools[0],"visible",t)},expression:"tools[0].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:e.tools[0].value,callback:function(t){e.$set(e.tools[0],"value",t)},expression:"tools[0].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(t){e.tools[0].visible=!1}}},[e._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.handleAffirm(0)}}},[e._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v("可兑换数量")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:e.tools[1].visible,callback:function(t){e.$set(e.tools[1],"visible",t)},expression:"tools[1].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:e.tools[1].value,callback:function(t){e.$set(e.tools[1],"value",t)},expression:"tools[1].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(t){e.tools[1].visible=!1}}},[e._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.handleAffirm(1)}}},[e._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v("积分数")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:e.tools[2].visible,callback:function(t){e.$set(e.tools[2],"visible",t)},expression:"tools[2].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:e.tools[2].value,callback:function(t){e.$set(e.tools[2],"value",t)},expression:"tools[2].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(t){e.tools[2].visible=!1}}},[e._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.handleAffirm(2)}}},[e._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v("现金价格")])],1),s("el-popover",{attrs:{placement:"bottom-start",width:"125",trigger:"click"},model:{value:e.tools[3].visible,callback:function(t){e.$set(e.tools[3],"visible",t)},expression:"tools[3].visible"}},[s("div",{staticClass:"task__specs_input"},[s("el-input",{model:{value:e.tools[3].value,callback:function(t){e.$set(e.tools[3],"value",t)},expression:"tools[3].value"}}),s("div",{staticStyle:{"padding-top":"10px"}},[s("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(t){e.tools[3].visible=!1}}},[e._v("取消")]),s("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.handleAffirm(3)}}},[e._v("确定")])],1)],1),s("el-button",{attrs:{slot:"reference",type:"text"},slot:"reference"},[e._v("兑换限制")])],1)],1):e._e()],1)],1)},i=[],r=(s("a9e3"),s("fb6a"),s("b0c0"),{components:{},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},goods:{type:[String,Number,Boolean,Object,Array]}},data:function(){return{labelName:"规格",loading:!1,indeterminate:!1,selectData:[],dialogVisible:!0,allCheck:!1,searchValue:"",tools:[{value:"",visible:!1},{value:"",visible:!1},{value:"",visible:!1},{value:"",visible:!1}],tableData:[],height:0,rowHeight:55}},filters:{capitalize:function(e){return e.length>=42?e.slice(0,39)+"...":e}},watch:{goods:function(e){console.log("监听ID比哪壶",e)}},mounted:function(){this.height=400,this.tableData=[],this.loading=!0,this.loadGoodsData(this.goods.id)},methods:{handleCheckAllChange:function(){this.$refs.plTable.toggleAllSelection()},handleSelectionChange:function(e){this.selectData=e,this.allCheck=this.selectData.length===this.tableData.length,this.indeterminate=this.selectData.length>0&&this.selectData.length0?(this.allCheck=!0,this.indeterminate=!1):this.allCheck=!1},selectRow:function(){this.allCheck&&(this.allCheck=!1)},handleAffirm:function(e){this.tools[e].visible=!1;var t=this.tools[e].value;if(t>=0)for(var s in this.tableData)switch(e){case 0:if(!this.isInteger(t))return void this.$message.error("可兑换数量必须为整数");this.tableData[s]["task_stock"]=t;break;case 1:if(!this.isInteger(t))return void this.$message.error("兑换积分必须为整数");this.tableData[s]["task_number"]=t;break;case 2:this.tableData[s]["task_price"]=t;break;case 3:if(!this.isInteger(t))return void this.$message.error("兑换限制必须为整数");this.tableData[s]["task_limit"]=t;break}else this.$message.error("批量修改的值不能为空或格式错误");this.tools[e].value=""},isInteger:function(e){return e%1===0},setHei:function(e){this.height=e},scrollBottom:function(){this.$refs.plTable.scrollBottom()},pagingScrollTopLeft:function(e){this.$refs.plTable.pagingScrollTopLeft(e,0)},loadGoodsData:function(e){var t=this;this.$heshop.goods("get",e).then((function(e){if(t.labelName="规格名称",e.param.param_data)for(var s in t.labelName="",e.param.param_data){var a=e.param.param_data[s];a.name&&(""==t.labelName?t.labelName=a.name:t.labelName+="/"+a.name)}t.$nextTick((function(){t.tableData=e.param.goods_data,t.loading=!1,setTimeout((function(){var e=document.getElementsByClassName("umy-table-beyond");for(var t in e){var s=e[t];s.removeAttribute&&s.removeAttribute("title")}}),1e3)}))})).catch((function(e){t.loading=!1}))},dataCleansing:function(){setTimeout((function(){var e=document.getElementsByClassName("umy-table-beyond");for(var t in e){var s=e[t];s.removeAttribute&&s.removeAttribute("title")}}),1e3)}}}),o=r,l=(s("86e2"),s("2877")),n=Object(l["a"])(o,a,i,!1,null,"3d838ec8",null);t["a"]=n.exports},e096:function(e,t,s){"use strict";s("b315")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-632ea3de.e3db3fa1.js b/views/admin/js/chunk-632ea3de.e3db3fa1.js new file mode 100644 index 00000000..e796b6bb --- /dev/null +++ b/views/admin/js/chunk-632ea3de.e3db3fa1.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-632ea3de"],{"11f9":function(e,t,a){"use strict";a("824b")},"824b":function(e,t,a){},"943e":function(e,t,a){"use strict";a.r(t);var r=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"task-content"},[a("div",{staticClass:"__search"},[a("el-form",{ref:"ruleForm",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.formValue,rules:e.rules,"label-width":"100px","default-sort":{prop:"created_time",order:"descending"}}},[a("div",[a("el-form-item",{attrs:{label:"关键词搜索"}},[a("el-input",{attrs:{placeholder:"请输入商品名称/输入用户昵称/用户ID搜索",clearable:""},on:{clear:e.onSubmit},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.onSubmit(t)}},model:{value:e.formValue.search,callback:function(t){e.$set(e.formValue,"search",t)},expression:"formValue.search"}})],1),a("el-form-item",{attrs:{label:"积分价格",prop:"score_start"}},[a("el-input",{attrs:{placeholder:"积分的最低值"},model:{value:e.formValue.score_start,callback:function(t){e.$set(e.formValue,"score_start",t)},expression:"formValue.score_start"}}),a("span",{staticStyle:{display:"inline-block",width:"47px",height:"32px","line-height":"32px","text-align":"center"}},[e._v("至")]),a("el-form-item",{staticStyle:{display:"inline-block","margin-bottom":"0"},attrs:{prop:"score_end"}},[a("el-input",{attrs:{placeholder:"积分的最高值"},on:{change:e.handleChange},model:{value:e.formValue.score_end,callback:function(t){e.$set(e.formValue,"score_end",t)},expression:"formValue.score_end"}})],1)],1)],1),a("div",[a("el-form-item",{attrs:{label:"兑换时间"}},[a("el-date-picker",{attrs:{type:"datetimerange","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间"},model:{value:e.formValue.date,callback:function(t){e.$set(e.formValue,"date",t)},expression:"formValue.date"}})],1)],1),a("div",{staticStyle:{"padding-left":"100px"}},[a("el-form-item",{staticStyle:{"margin-bottom":"0"}},[a("el-button",{attrs:{type:"primary"},on:{click:e.onSubmit}},[e._v("筛选")]),a("el-button",{on:{click:e.onEmpty}},[e._v("清空")])],1)],1)])],1),a("div",{staticClass:"__content",staticStyle:{"padding-top":"24px"}},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,"default-sort":{prop:"created_time",order:"descending"}},on:{"sort-change":e.handleSortMethod}},[a("el-table-column",{attrs:{prop:"name",label:"商品描述","min-width":"312"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"__goods_cover"},[a("img",{attrs:{src:t.row.goods[0].goods_image,alt:""}}),a("div",{staticClass:"__goods_title"},[a("h3",[e._v(e._s(e._f("capitalize")(t.row.goods[0].goods_name)))]),a("p",[e._v(e._s(t.row.goods[0].show_goods_param))])])])]}}])}),a("el-table-column",{attrs:{prop:"user",label:"用户","min-width":"220"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"__content_cover"},["weapp"==t.row.oauth.type?a("i",{staticClass:"le-icon le-icon-xiaochengxu",staticStyle:{color:"#623CEB"}}):a("i",{staticClass:"le-icon le-icon-weixin2",staticStyle:{color:"#3BB430"}}),a("div",{staticClass:"__content_title"},[a("h3",{staticClass:"task_tab_tl"},[e._v(e._s(t.row.user.nickname))]),a("p",[e._v("ID:"+e._s(t.row.UID))])])])]}}])}),a("el-table-column",{attrs:{prop:"order_sn",label:"订单号","min-width":"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.order_sn?a("he-link",{attrs:{href:"order/orderDetail",query:{order_sn:t.row.order_sn}}},[a("p",{staticClass:"task_tab_tl",staticStyle:{color:"#623CEB","font-weight":"400"}},[e._v(e._s(t.row.order_sn||"-"))])]):a("p",{staticClass:"task_tab_tl",staticStyle:{color:"#623CEB","font-weight":"400"}},[e._v("-")])]}}])}),a("el-table-column",{attrs:{prop:"total_score",label:"积分价格","min-width":"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("p",{staticClass:"task_tab_tl"},[e._v(e._s(t.row.total_score)+"积分 + ¥"+e._s(t.row.total_amount))])]}}])}),a("el-table-column",{attrs:{prop:"order_sn",label:"兑换数量","min-width":"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("p",{staticClass:"task_tab_tl"},[e._v(" "+e._s(t.row.goods[0].goods_number)+" ")])]}}])}),a("el-table-column",{attrs:{prop:"created_time",label:"兑换时间",sortable:"custom","min-width":"200"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("p",{staticClass:"task_tab_tl"},[e._v(e._s(e._f("dateFormat")(t.row.created_time)))])]}}])})],1),a("div",{staticClass:"__paging"},[a("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange,"size-change":e.sizeChange}})],1)],1)])},o=[],n=a("1da1"),s=(a("96cf"),a("a9e3"),a("fb6a"),a("c1df")),l=a.n(s),i={data:function(){var e=this,t=function(t,a,r){var o=Number(e.formValue.score_start),n=e.formValue.score_end?Number(e.formValue.score_end):"";if(o){if(o%1!==0)return void r(new Error("积分必须是整数"));if(console.log("score_end === 0",n,0===n),(n||0===n)&&o>n)return void r(new Error("最低值需小于或等于最高值"))}r()};return{page:{size:20,current:1},tableData:[],formValue:{search:"",score_start:"",score_end:"",date:[]},rules:{score_start:[{validator:t,trigger:"blur"}]}}},filters:{dateFormat:function(e){return void 0===e?"":l()(1e3*e).format("YYYY-MM-DD HH:mm:ss")},capitalize:function(e){return e.length>=32?e.slice(0,29)+"...":e}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(n["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleLogLoad();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleChange:function(){this.$refs.ruleForm.validate((function(e){console.log("执行的",e)}))},handleSortMethod:function(e){"ascending"==e.order&&(this.formValue["sort"]={"o.created_time":"ASC"}),"descending"==e.order&&(this.formValue["sort"]={"o.created_time":"DESC"}),null==e.order&&(this.formValue["sort"]={}),this.handleLogLoad()},onEmpty:function(){this.formValue={search:"",score_start:"",score_end:"",date:[]},this.$refs.ruleForm.resetFields(),this.handleLogLoad()},handleLogLoad:function(){var e=this,t=JSON.parse(JSON.stringify(this.formValue)),a=this.page;this.$heshop.plugin("get",{include:"task",model:"order",keyword:JSON.stringify(t)}).page(a.current,a.size).then((function(t){if(console.log("res",t),t&&t.headers){var a=t.data,r=t.headers;e.page={current:+r["x-pagination-current-page"],count:+r["x-pagination-page-count"],size:+r["x-pagination-per-page"],total:+r["x-pagination-total-count"]},e.tableData=a}})).catch((function(t){e.$message.error("加载配置信息失败,请检查网络")}))},onSubmit:function(){this.handleLogLoad()},sizeChange:function(e){this.page.size=e,this.handleLogLoad(),this.$emit("request",{page:this.page,sort:this.order})},currentChange:function(e){this.page.current=e,this.handleLogLoad(),this.$emit("request",{page:this.page,sort:this.order})}}},c=i,d=(a("11f9"),a("2877")),u=Object(d["a"])(c,r,o,!1,null,"87e3cbbe",null);t["default"]=u.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-658cf40c.d1389b99.js b/views/admin/js/chunk-658cf40c.d1389b99.js new file mode 100644 index 00000000..480f06e0 --- /dev/null +++ b/views/admin/js/chunk-658cf40c.d1389b99.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-658cf40c"],{"0d60":function(e,t,s){"use strict";s.r(t);var l=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("el-form",{directives:[{name:"loading",rawName:"v-loading.lock",value:e.loading,expression:"loading",modifiers:{lock:!0}}],staticClass:"le-matter",attrs:{"label-width":"160px",model:e.form,"label-suffix":"10"},nativeOn:{submit:function(e){e.preventDefault()}}},[s("div",{staticClass:"le-card le-switch"},[s("el-form-item",{attrs:{"label-width":"80px"}},[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("短信通知")]),s("el-switch",{attrs:{"active-value":"1","inactive-value":"0"},model:{value:e.form.status,callback:function(t){e.$set(e.form,"status",t)},expression:"form.status"}})],1)],1),s("div",{staticClass:"le-card"},[s("div",{staticClass:"le-card-header flex align-center"},[s("span"),s("span",[e._v("基本设置")])]),s("div",{staticClass:"le-card-body"},[s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("短信平台")]),e._v(" 阿里云 ")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("access_key_id")]),s("el-input",{attrs:{placeholder:"请输入access_key_id"},model:{value:e.form.access_key_id,callback:function(t){e.$set(e.form,"access_key_id",t)},expression:"form.access_key_id"}})],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("access_key_secret")]),s("el-input",{attrs:{placeholder:"请输入access_key_secret"},model:{value:e.form.access_key_secret,callback:function(t){e.$set(e.form,"access_key_secret",t)},expression:"form.access_key_secret"}})],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板签名")]),s("el-input",{attrs:{placeholder:"请输入模板签名",maxlength:"10","show-word-limit":""},model:{value:e.form.template_name,callback:function(t){e.$set(e.form,"template_name",t)},expression:"form.template_name"}})],1)],1)]),s("div",{staticClass:"le-card"},[s("div",{staticClass:"le-card-header flex align-center"},[s("span"),s("span",[e._v("提醒商家")])]),s("div",{staticClass:"le-card-body"},[s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("接收手机号")]),s("el-input",{attrs:{placeholder:"请输入手机号"},model:{value:e.mobile,callback:function(t){e.mobile=t},expression:"mobile"}}),s("div",{staticClass:"le-form-item__tips"},[e._v("多个手机号请用英文逗号隔开")])],1),s("div",{staticClass:"le-card-title"},[e._v("买家申请售后提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_refund.template_id,callback:function(t){e.$set(e.form.order_refund,"template_id",t)},expression:"form.order_refund.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_refund},on:{click:function(t){return e.testSend("order_refund")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:有买家申请售后,请登录商城后台查看。")])],1),s("div",{staticClass:"le-card-title"},[e._v("买家支付订单提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_pay_business.template_id,callback:function(t){e.$set(e.form.order_pay_business,"template_id",t)},expression:"form.order_pay_business.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_pay_business},on:{click:function(t){return e.testSend("order_pay_business")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:商城来新订单了,订单号尾号${code},请登录商城后台查看。")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量"},model:{value:e.form.order_pay_business.code,callback:function(t){e.$set(e.form.order_pay_business,"code",t)},expression:"form.order_pay_business.code"}})],1)],1)]),s("div",{staticClass:"le-card le-card__last"},[s("div",{staticClass:"le-card-header flex align-center"},[s("span"),s("span",[e._v("提醒买家")])]),s("div",{staticClass:"le-card-body"},[s("div",{staticClass:"le-card-title"},[e._v("绑定手机号")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.captcha.template_id,callback:function(t){e.$set(e.form.captcha,"template_id",t)},expression:"form.captcha.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.captcha},on:{click:function(t){return e.testSend("captcha")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:您的验证码${code},该验证码5分钟内有效,请勿泄漏于他人!")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${code}"},model:{value:e.form.captcha.code,callback:function(t){e.$set(e.form.captcha,"code",t)},expression:"form.captcha.code"}})],1),s("div",{staticClass:"le-card-title"},[e._v("付款成功提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_pay.template_id,callback:function(t){e.$set(e.form.order_pay,"template_id",t)},expression:"form.order_pay.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_pay},on:{click:function(t){return e.testSend("order_pay")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:亲爱的会员,您在${name}的订单提交成功。我们会尽快发货,记得关注我们的商城喔~感谢您的支持!")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name}"},model:{value:e.form.order_pay.name,callback:function(t){e.$set(e.form.order_pay,"name",t)},expression:"form.order_pay.name"}})],1),s("div",{staticClass:"le-card-title"},[e._v("订单发货提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_send.template_id,callback:function(t){e.$set(e.form.order_send,"template_id",t)},expression:"form.order_send.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_send},on:{click:function(t){return e.testSend("order_send")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:亲爱的用户,您的尾号为${name}的订单已经发出,请注意查收。")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name}"},model:{value:e.form.order_send.code,callback:function(t){e.$set(e.form.order_send,"code",t)},expression:"form.order_send.code"}})],1),s("div",{staticClass:"le-card-title"},[e._v("商家审核售后提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_verify.template_id,callback:function(t){e.$set(e.form.order_verify,"template_id",t)},expression:"form.order_verify.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_verify},on:{click:function(t){return e.testSend("order_verify")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:您申请的售后请求已被${name},请前往查看。")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name}"},model:{value:e.form.order_verify.status,callback:function(t){e.$set(e.form.order_verify,"status",t)},expression:"form.order_verify.status"}})],1),s("div",{staticClass:"le-card-title"},[e._v("退款成功提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.order_refund_success.template_id,callback:function(t){e.$set(e.form.order_refund_success,"template_id",t)},expression:"form.order_refund_success.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.order_refund_success},on:{click:function(t){return e.testSend("order_refund_success")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:您的尾号为${name}的订单,商家已退款")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name}"},model:{value:e.form.order_refund_success.code,callback:function(t){e.$set(e.form.order_refund_success,"code",t)},expression:"form.order_refund_success.code"}})],1),[s("div",{staticClass:"le-card-title"},[e._v("积分变动提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.score_changes.template_id,callback:function(t){e.$set(e.form.score_changes,"template_id",t)},expression:"form.score_changes.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.score_changes},on:{click:function(t){return e.testSend("score_changes")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:您的积分${name1}了${name2},剩余${name3}")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name1}"},model:{value:e.form.score_changes.name1,callback:function(t){e.$set(e.form.score_changes,"name1",t)},expression:"form.score_changes.name1"}})],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name2}"},model:{value:e.form.score_changes.name2,callback:function(t){e.$set(e.form.score_changes,"name2",t)},expression:"form.score_changes.name2"}})],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${name3}"},model:{value:e.form.score_changes.name3,callback:function(t){e.$set(e.form.score_changes,"name3",t)},expression:"form.score_changes.name3"}})],1)],[s("div",{staticClass:"le-card-title"},[e._v("积分到期提醒")]),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板ID")]),s("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:e.form.score_due.template_id,callback:function(t){e.$set(e.form.score_due,"template_id",t)},expression:"form.score_due.template_id"}}),s("el-button",{staticClass:"le-test-btn",attrs:{loading:e.score_due},on:{click:function(t){return e.testSend("score_due")}}},[e._v("测试发送")]),s("div",{staticClass:"le-form-item__tips"},[e._v("示例:您在X年X月X日前获得的${code}积分即将到期,请及时使用")])],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${date}"},model:{value:e.form.score_due.date,callback:function(t){e.$set(e.form.score_due,"date",t)},expression:"form.score_due.date"}})],1),s("el-form-item",[s("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("模板变量")]),s("el-input",{attrs:{placeholder:"请输入模板变量${code}"},model:{value:e.form.score_due.code,callback:function(t){e.$set(e.form.score_due,"code",t)},expression:"form.score_due.code"}})],1)]],2)]),s("div",{staticClass:"le-cardpin"},[s("el-button",{attrs:{type:"primary",disabled:e.loading},on:{click:e.submit}},[e._v("保存")])],1)])},a=[],o=s("5530"),r=(s("a15b"),s("1276"),s("ac1f"),{name:"smsRemind",data:function(){return{loading:!1,form:{platform:"aliyun",mobile_list:[],access_key_id:"",access_key_secret:"",template_name:"",order_refund:{template_id:""},order_refund_success:{template_id:"",name:""},order_pay:{template_id:"",name:""},order_send:{template_id:"",code:""},order_verify:{template_id:"",status:""},captcha:{template_id:"",code:""},order_pay_business:{template_id:"",code:""},score_changes:{template_id:"",name1:"",name2:"",name3:""},score_due:{template_id:"",code:"",date:""}},order_refund:!1,order_pay_business:!1,captcha:!1,order_pay:!1,order_send:!1,order_verify:!1,order_refund_success:!1,score_changes:!1,score_due:!1}},computed:{mobile:{get:function(){return this.form.mobile_list.join()},set:function(e){this.form.mobile_list=e.split(",")}}},methods:{submit:function(){this.loading=!0;var e=this;this.$heshop.sms("post",this.form).then((function(){e.loading=!1,e.$message.success("保存成功")})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},obtain:function(){this.loading=!0;var e=this;this.$heshop.sms("get").then((function(t){e.form=Object.assign(e.form,Object(o["a"])({},t.detail)),e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},testSend:function(e){this[e]=!0;var t=this;this.$heshop.sms("post",{behavior:"test_sms"},{type:e,mobile:this.form.mobile_list}).then((function(s){s?t.$message.success("发送成功"):t.$message.error("发送失败, "),t[e]=!1})).catch((function(s){console.log(s),t[e]=!1,403===s.status&&t.$message.error(s.data.message)}))}},mounted:function(){this.obtain()}}),i=r,c=(s("e42c"),s("2877")),n=Object(c["a"])(i,l,a,!1,null,"e9424854",null);t["default"]=n.exports},"57c2":function(e,t,s){},e42c:function(e,t,s){"use strict";s("57c2")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-66923e50.c025a1d7.js b/views/admin/js/chunk-66923e50.c025a1d7.js new file mode 100644 index 00000000..aaeaf900 --- /dev/null +++ b/views/admin/js/chunk-66923e50.c025a1d7.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-66923e50"],{"260d":function(e,t,l){},"2ce7":function(e,t,l){"use strict";l.r(t);var s=function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("div",{staticClass:"le-matter"},[l("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[l("el-breadcrumb-item",[l("he-link",{attrs:{href:"plugins/features"}},[e._v("营销玩法")])],1),l("el-breadcrumb-item",{staticClass:"he-link"},[l("he-link",{attrs:{href:"features/coupon/index"}},[e._v("优惠券管理")])],1),l("el-breadcrumb-item",[e._v(" 发放优惠券 ")])],1),l("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"form",staticClass:"le-send",attrs:{"label-width":"193px",rules:e.rules,model:e.form}},[l("div",{staticClass:"le-card"},[l("div",{staticClass:"le-card-header flex align-center"},[l("span"),l("span",[e._v("基本信息")])]),l("div",{staticClass:"le-card-body"},[l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("优惠券名称")]),l("span",{staticClass:"le-form-item__text"},[e._v(e._s(e.detail.name))])]),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("剩余发放总量")]),l("span",{staticClass:"le-form-item__text"},[e._v(e._s(e.detail.over_num)+"张")])]),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("用券时间")]),1===e.detail.expire_type?l("span",{staticClass:"le-form-item__text"},[e._v("领券当日起"+e._s(e.detail.expire_day)+"天可用")]):2===e.detail.expire_type?l("span",{staticClass:"le-form-item__text"},[e._v(e._s(e._f("timeFormat")(e.detail.begin_time,"yyyy-mm-dd hh:MM:ss"))+"~"+e._s(e._f("timeFormat")(e.detail.end_time,"yyyy-mm-dd hh:MM:ss")))]):e._e()]),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("门槛金额")]),l("span",{staticClass:"le-form-item__text"},[e._v(e._s(0===e.detail.min_price||null===e.detail.min_price?"无门槛":e.detail.min_price+"元"))])]),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("优惠金额")]),l("span",{staticClass:"le-form-item__text"},[e._v(e._s(e.detail.sub_price)+"元")])])],1)]),l("div",{staticClass:"le-card"},[l("div",{staticClass:"le-card-header flex align-center"},[l("span"),l("span",[e._v("发放优惠券")])]),l("div",{staticClass:"le-card-body"},[l("el-form-item",{attrs:{prop:"coupon_list[0].num"}},[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("每人发放")]),l("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:6},nativeOn:{input:function(t){return e.formatNum(t)}},model:{value:e.form.coupon_list[0].num,callback:function(t){e.$set(e.form.coupon_list[0],"num",e._n(t))},expression:"form.coupon_list[0].num"}},[l("template",{slot:"append"},[e._v("张")])],2)],1),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("指定用户发放")]),l("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseUser",value:{item:e.form.user_list},expression:"{ item: form.user_list }",modifiers:{chooseUser:!0}}],staticClass:"le-btn",attrs:{width:"577",title:"选择用户",module:"users",action:"chooseUser"}},[e._v("选择用户 ")]),e.form.user_list.length?l("el-table",{staticClass:"le-users-table",attrs:{data:e.form.user_list,"max-height":"368px","row-class-name":"le-table-row"}},[l("el-table-column",{attrs:{label:"用户ID",width:"120",prop:"id"}}),l("el-table-column",{attrs:{label:"用户昵称",prop:"nickname"},scopedSlots:e._u([{key:"default",fn:function(t){return["weapp"===t.row.oauth.type?l("he-icon",{attrs:{size:"18px",type:"le-icon-xiaochengxu"}}):"wechat"===t.row.oauth.type?l("he-icon",{attrs:{size:"18px",type:"le-icon-wehcat"}}):e._e(),e._v(" "+e._s(t.row.nickname)+" ")]}}],null,!1,685763140)}),l("el-table-column",{attrs:{label:"操作",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[l("span",{staticClass:"le-button-text",on:{click:function(l){return e.form.user_list.splice(t.$index,1)}}},[e._v("移除")])]}}],null,!1,3081881386)})],1):e._e()],1),l("el-form-item",[l("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("指定用户标签发放")]),l("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseLabel",value:{label:e.form.label_list},expression:"{ label: form.label_list }",modifiers:{chooseLabel:!0}}],staticClass:"le-btn",attrs:{action:"setLabel",module:"users",title:"选择用户标签",width:"704"}},[e._v("选择用户标签 ")]),l("div",{staticClass:"le-user-label flex flex-wrap"},e._l(e.form.label_list,(function(t,s){return l("div",{key:s,staticClass:"le-tag"},[l("span",[e._v(e._s(t.name))]),l("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(l){return l.stopPropagation(),e.delLabel(t,s)}}})])})),0)],1)],1)])]),e.disable?e._e():l("div",{staticClass:"le-cardpin"},[l("el-button",{attrs:{type:"primary",disabled:e.loading,loading:e.loading},on:{click:function(t){return e.submit()}}},[e._v("提交")])],1)],1)},a=[],i=(l("5319"),l("ac1f"),l("d81d"),l("1276"),{name:"send",data:function(){return{loading:!0,disable:!1,form:{num:1,user_list:[],label_list:[],coupon_list:[{num:1,id:parseInt(this.$route.query.id)}]},detail:{name:"优惠券名称",over_num:1,begin_time:null,give_limit:null,sub_price:0},rules:{"coupon_list[0].num":[{required:!0,message:"请输入每人发放张数",trigger:"blur"}]}}},methods:{router:function(e){this.$router.replace({path:e})},chooseUser:function(e){this.form.user_list=e.item},setLabel:function(e){this.form.label_list=e.label},delLabel:function(e,t){this.$delete(this.form.label_list,t)},submit:function(){var e=this,t=this;t.loading=!0,t.$refs["form"].validate((function(l){if(l){var s=JSON.parse(JSON.stringify(t.form));s.label_list=s.label_list.map((function(e){return e.id})),s.user_list=s.user_list.map((function(e){return e.id})),t.$heshop.coupon("post",{behavior:"send"},s).then((function(e){setTimeout((function(){t.detail.over_num=t.detail.over_num-e[0].length,t.$message.success("发放成功"),t.loading=!1}),3e3)})).catch((function(e){if(t.loading=!1,403===e.status){var l=t.$createElement,s=e.data.message.split("---------");console.log(s.length);var a="";a=s.length>1?s[1]:s[0],t.$confirm("提示",{confirmButtonText:"我知道了",showCancelButton:!1,message:l("div",null,[l("p",{class:"le-text-algin le-confirm-line"},[l("span",{class:"el-icon-warning le-warning-icon"}),l("span",{class:"le-confirm-title"},"发放失败")]),l("p",{class:"le-text-algin le-confirm-tip"},a)])})}else t.$message.error(e.data.message)}))}else e.loading=!1}))},getDetail:function(){var e=this;this.$heshop.coupon("get",parseInt(this.$route.query.id)).then((function(t){e.loading=!1,0===t.status?(e.disable=!0,e.$message.error("优惠券已下架")):2===t.status&&(e.disable=!0,e.$message.error("优惠券已失效")),e.detail=t})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},formatNum:function(e){e.target.value=e.target.value.replace(/[^\d.]/g,""),e.target.value=e.target.value.replace(/^0[^\.]+/g,"0")}},mounted:function(){this.getDetail()}}),n=i,r=(l("2e83"),l("2877")),o=Object(r["a"])(n,s,a,!1,null,"28a9073e",null);t["default"]=o.exports},"2e83":function(e,t,l){"use strict";l("260d")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-68fbc556.ce27958e.js b/views/admin/js/chunk-68fbc556.ce27958e.js new file mode 100644 index 00000000..db6d146f --- /dev/null +++ b/views/admin/js/chunk-68fbc556.ce27958e.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-68fbc556"],{"0066":function(t,a,s){"use strict";s("7a82")},"09a5":function(t,a,s){"use strict";s("7a6e")},"0b5a":function(t,a,s){t.exports=s.p+"img/task-user-bg.76ee851f.png"},"27a8":function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"task-setting"},[s("div",{staticClass:"task-setting_left"},[s("div",{staticClass:"__phone"},[s("div",{staticClass:"__phone_window"},[t._m(0),s("taskPhone",{attrs:{task:t.task}})],1)])]),s("div",{staticClass:"task-setting_right"},[s("el-form",{ref:"dynamicValidateForm",attrs:{model:t.form}},[s("el-card",{staticClass:"__card"},[s("div",{staticClass:"__card_clearfix",attrs:{slot:"header"},slot:"header"},[s("h3",[t._v("基础信息")])]),s("div",{staticClass:"__card_body",staticStyle:{"padding-left":"64px"}},[s("el-form-item",{attrs:{label:"优惠叠加"}},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.form.coupon_stacking,callback:function(a){t.$set(t.form,"coupon_stacking",a)},expression:"form.coupon_stacking"}},[t._v("优惠券")]),s("p",[t._v("勾选则表明积分商城商品可叠加优惠券使用")])],1),s("el-form-item",{attrs:{label:"积分退还"}},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.form.integral_return,callback:function(a){t.$set(t.form,"integral_return",a)},expression:"form.integral_return"}},[t._v("退款订单退还积分")]),s("p",[t._v("勾选则表明购买的积分商城商品退款成功后,被使用的积分退还给买家")])],1),s("el-form-item",{attrs:{label:"积分清零"}},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.form.integral_reset,callback:function(a){t.$set(t.form,"integral_reset",a)},expression:"form.integral_reset"}},[t._v("积分清零")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每年"}},[s("el-date-picker",{staticStyle:{width:"200px"},attrs:{"popper-class":"task-date",format:"MM-dd",type:"date",placeholder:"选择日期时间"},model:{value:t.form.change_time.start,callback:function(a){t.$set(t.form.change_time,"start",a)},expression:"form.change_time.start"}}),s("span",[t._v(" 清零当年 ")]),s("el-date-picker",{staticStyle:{width:"200px"},attrs:{"popper-class":"task-date",format:"MM-dd",type:"date",placeholder:"选择日期时间"},model:{value:t.form.change_time.end,callback:function(a){t.$set(t.form.change_time,"end",a)},expression:"form.change_time.end"}}),s("span",[t._v(" 前累积的积分 ")]),s("p",{staticStyle:{"padding-left":"40px"}},[t._v("示例:每年12月31日清零当年6月30日前累积的积分")])],1),s("el-form-item",{attrs:{label:"清零前"}},[s("el-input",{staticStyle:{width:"130px"},model:{value:t.form.reset_remind,callback:function(a){t.$set(t.form,"reset_remind",a)},expression:"form.reset_remind"}},[s("template",{slot:"append"},[t._v("天")])],2),s("span",[t._v(" 提醒用户")])],1),s("el-form-item",{attrs:{label:"定时任务"}},[s("el-input",{staticStyle:{width:"290px"},attrs:{disabled:!0},model:{value:t.url,callback:function(a){t.url=a},expression:"url"}}),s("span",{staticStyle:{color:"#623CEB",cursor:"pointer"},on:{click:function(a){return t.copy(t.url)}}},[t._v(" 复制链接")]),s("p",{staticStyle:{"padding-left":"70px"}},[t._v("请将定时任务链接,配置到服务器。"),s("a",{staticStyle:{color:"#623CEB"},attrs:{target:"_blank",href:"https://www.leadshop.vip/thread/235"}},[t._v("查看配置教程")])])],1)],1)],1)]),s("el-card",{staticClass:"__card"},[s("div",{staticClass:"__card_clearfix",attrs:{slot:"header"},slot:"header"},[s("h3",[t._v("积分任务")])]),s("div",{staticClass:"__card_body"},[s("div",{staticClass:"__card_body_item"},[s("h3",[t._v("购买任务")]),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[0].status,callback:function(a){t.$set(t.task[0],"status",a)},expression:"task[0].status"}},[t._v("购买商品")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"消费"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("消费")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[0].status},model:{value:t.task[0].total,callback:function(a){t.$set(t.task[0],"total",a)},expression:"task[0].total"}},[s("template",{slot:"append"},[t._v("元")])],2),t._v(" 获 "),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[0].status,id:"v1"},model:{value:t.task[0].acquire,callback:function(a){t.$set(t.task[0],"acquire",a)},expression:"task[0].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1),s("el-form-item",{attrs:{label:"每日最多送"}},[s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[0].status,id:"v2"},model:{value:t.task[0].maximum,callback:function(a){t.$set(t.task[0],"maximum",a)},expression:"task[0].maximum"}},[s("template",{slot:"append"},[t._v("次")])],2),s("span",[t._v("积分")])],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[1].status,callback:function(a){t.$set(t.task[1],"status",a)},expression:"task[1].status"}},[t._v("完成下单")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每下"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每下")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[1].status,id:"v3"},model:{value:t.task[1].total,callback:function(a){t.$set(t.task[1],"total",a)},expression:"task[1].total"}},[s("template",{slot:"append"},[t._v("笔")])],2),s("span",[t._v("订单,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[1].status,id:"v4"},model:{value:t.task[1].acquire,callback:function(a){t.$set(t.task[1],"acquire",a)},expression:"task[1].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1),s("el-form-item",{attrs:{label:"每日最多送"}},[s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[1].status,id:"v5"},model:{value:t.task[1].maximum,callback:function(a){t.$set(t.task[1],"maximum",a)},expression:"task[1].maximum"}},[s("template",{slot:"append"},[t._v("次")])],2),s("span",[t._v("积分")])],1)],1)],1),s("div",{staticClass:"__card_body_item"},[s("h3",[t._v("活跃任务")]),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[2].status,callback:function(a){t.$set(t.task[2],"status",a)},expression:"task[2].status"}},[t._v("签到")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每日签到,获"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每日签到,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[2].status,id:"v6"},model:{value:t.task[2].acquire,callback:function(a){t.$set(t.task[2],"acquire",a)},expression:"task[2].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[3].status,callback:function(a){t.$set(t.task[3],"status",a)},expression:"task[3].status"}},[t._v("连续签到")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"连续签到"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("连续签到")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[3].status,id:"v7"},model:{value:t.task[3].total,callback:function(a){t.$set(t.task[3],"total",a)},expression:"task[3].total"}},[s("template",{slot:"append"},[t._v("天")])],2),t._v(" 获 "),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[3].status,id:"v8"},model:{value:t.task[3].acquire,callback:function(a){t.$set(t.task[3],"acquire",a)},expression:"task[3].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[4].status,callback:function(a){t.$set(t.task[4],"status",a)},expression:"task[4].status"}},[t._v("分享转发")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每日分享转发"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每日分享转发")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[4].status,id:"v9"},model:{value:t.task[4].total,callback:function(a){t.$set(t.task[4],"total",a)},expression:"task[4].total"}},[s("template",{slot:"append"},[t._v("次")])],2),s("span",[t._v("及以上,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[4].status,id:"v10"},model:{value:t.task[4].acquire,callback:function(a){t.$set(t.task[4],"acquire",a)},expression:"task[4].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[5].status,callback:function(a){t.$set(t.task[5],"status",a)},expression:"task[5].status"}},[t._v("浏览商品")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每日浏览商品"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每日浏览商品")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[5].status,id:"v11"},model:{value:t.task[5].total,callback:function(a){t.$set(t.task[5],"total",a)},expression:"task[5].total"}},[s("template",{slot:"append"},[t._v("件")])],2),s("span",[t._v("及以上,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[5].status,id:"v12"},model:{value:t.task[5].acquire,callback:function(a){t.$set(t.task[5],"acquire",a)},expression:"task[5].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[6].status,callback:function(a){t.$set(t.task[6],"status",a)},expression:"task[6].status"}},[t._v("邀请好友")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"每邀请好友"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每邀请好友")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[6].status,id:"v13"},model:{value:t.task[6].total,callback:function(a){t.$set(t.task[6],"total",a)},expression:"task[6].total"}},[s("template",{slot:"append"},[t._v("人")])],2),t._v(" 获 "),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[6].status,id:"v14"},model:{value:t.task[6].acquire,callback:function(a){t.$set(t.task[6],"acquire",a)},expression:"task[6].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1),s("el-form-item",{attrs:{label:"每人每日最高获"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("每人每日最高获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[6].status,id:"v15"},model:{value:t.task[6].maximum,callback:function(a){t.$set(t.task[6],"maximum",a)},expression:"task[6].maximum"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1)],1),s("div",{staticClass:"__card_body_item"},[s("h3",[t._v("基础任务")]),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[7].status,callback:function(a){t.$set(t.task[7],"status",a)},expression:"task[7].status"}},[t._v("完善个人信息")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"选择信息"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("选择信息")]),s("el-checkbox-group",{attrs:{disabled:!t.task[7].status},model:{value:t.task[7].extend,callback:function(a){t.$set(t.task[7],"extend",a)},expression:"task[7].extend"}},t._l(t.bindingextend,(function(a,e){return s("el-checkbox",{key:e,attrs:{label:a.value}},[t._v(t._s(a.label))])})),1)],1),s("el-form-item",{attrs:{label:"完善后,获"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("完善后,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[7].status,id:"v16"},model:{value:t.task[7].acquire,callback:function(a){t.$set(t.task[7],"acquire",a)},expression:"task[7].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1),s("el-form-item",{staticClass:"__card_body_item_status"},[s("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:t.task[8].status,callback:function(a){t.$set(t.task[8],"status",a)},expression:"task[8].status"}},[t._v("绑定手机号")])],1),s("div",{staticStyle:{"padding-left":"86px"}},[s("el-form-item",{attrs:{label:"绑定后,获"}},[s("span",{attrs:{slot:"label"},slot:"label"},[s("strong",{staticStyle:{color:"red","padding-right":"3px"}},[t._v("*")]),t._v("绑定后,获")]),s("el-input",{staticClass:"__card_input",attrs:{disabled:!t.task[8].status,id:"v17"},model:{value:t.task[8].acquire,callback:function(a){t.$set(t.task[8],"acquire",a)},expression:"task[8].acquire"}},[s("template",{slot:"append"},[t._v("积分")])],2)],1)],1)],1)])]),s("el-card",{staticClass:"__card"},[s("div",{staticClass:"__card_clearfix",attrs:{slot:"header"},slot:"header"},[s("h3",[t._v("积分规则")])]),s("div",{staticClass:"__card_body"},[s("el-form-item",{attrs:{label:"积分规则",prop:"integral_rules"}},[s("div",{staticClass:"__card_body_textarea"},[s("el-input",{attrs:{type:"textarea",rows:"20"},model:{value:t.form.integral_rules,callback:function(a){t.$set(t.form,"integral_rules",a)},expression:"form.integral_rules"}})],1)])],1)]),s("div",{staticClass:"task-card-footer"},[s("el-button",[t._v("取消")]),s("el-button",{attrs:{type:"primary"},on:{click:t.handleSubmit}},[t._v("保存")])],1)],1)],1)])},i=[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"header"},[e("img",{staticClass:"header-bg",attrs:{src:s("2813")}}),e("h3",[t._v("我的积分")])])}],r=s("1da1"),l=(s("d3b7"),s("25f0"),s("ac1f"),s("4d63"),s("5319"),s("4d90"),s("96cf"),function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"task-uni"},[t._m(0),s("div",{staticClass:"task-main"},[t.signin&&t.signin.status?s("div",{staticClass:"task-panel"},[s("div",{staticClass:"task-panel__title"},[t._v(" "+t._s(t.sprintf(t.signin.remark,t.signin.acquire))+" "),t.sustain&&t.sustain.status?s("span",[t._v(" , "+t._s(t.sprintf(t.sustain.remark,t.sustain.total,t.sustain.maximum))+" ")]):t._e()]),t.sustain&&t.sustain.status?s("div",{staticClass:"task-panel__title"},[t._v(" 已连续签到1天 ")]):t._e(),s("div",{staticClass:"task-panel__lists"},[t._m(1),t._m(2),t._m(3),s("div",{staticClass:"task-panel__item"},[s("div",{staticClass:"__bg"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral.png"}}),s("span",{staticClass:"__tips"},[t._v(" "+t._s(t.signin.acquire))])]),s("div",{staticClass:"__date"},[t._v("1.4")])]),s("div",{staticClass:"task-panel__item"},[s("div",{staticClass:"__bg"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral.png"}}),s("span",{staticClass:"__tips"},[t._v(" "+t._s(t.signin.acquire))])]),s("div",{staticClass:"__date"},[t._v("1.5")])]),s("div",{staticClass:"task-panel__item"},[s("div",{staticClass:"__bg"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral.png"}}),s("span",{staticClass:"__tips"},[t._v(" "+t._s(t.signin.acquire))])]),s("div",{staticClass:"__date"},[t._v("1.6")])]),s("div",{staticClass:"task-panel__item"},[s("div",{staticClass:"__bg"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral.png"}}),s("span",{staticClass:"__tips"},[t._v(" "+t._s(t.signin.acquire))])]),s("div",{staticClass:"__date"},[t._v("1.7 ")])])]),s("div",{staticClass:"task-panel__button"},[t._v(" 签到领积分 ")])]):t._e(),t.noTask?s("div",{staticClass:"task-body"},t._l(t.taskList,(function(a,e){return a.display?s("div",{key:e,staticClass:"task-card"},[s("div",{staticClass:"task-card__header"},[t._v(t._s(a.title))]),s("div",{staticClass:"task-card__lists"},[t._l(a.data,(function(a,e){return[a.status?s("div",{staticClass:"__item"},[s("img",{staticClass:"__icon",attrs:{src:a.icon}}),s("div",{staticClass:"__info"},[s("div",{staticClass:"__title"},[t._v(t._s(a.name))]),2==a.type?s("div",{staticClass:"__tips"},[t._v(t._s(t.sprintf(a.remark,a.acquire)))]):s("div",{staticClass:"__tips"},[t._v(t._s(t.sprintf(a.remark,a.total,a.acquire)))]),s("div",{staticClass:"__btn"},[t._v("去完成")])])]):t._e()]}))],2)]):t._e()})),0):t._e(),t.noTask?t._e():s("div",{staticClass:"he-no-content-yet card"},[s("img",{staticClass:"he-empty__image",attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task-score-empty.png"}}),s("div",[t._v("暂无相关积分任务")])])])])}),n=[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"task-background"},[e("img",{attrs:{src:s("0b5a")}})])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"task-panel__item "},[s("div",{staticClass:"__bg active"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral_s.png"}}),s("span",{staticClass:"__tips"},[t._v("已签")])]),s("div",{staticClass:"__date"},[t._v("1.1")])])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"task-panel__item"},[s("div",{staticClass:"__bg"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral_w.png"}}),s("span",{staticClass:"__tips"},[t._v("漏签")])]),s("div",{staticClass:"__date"},[t._v("1.2")])])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"task-panel__item "},[s("div",{staticClass:"__bg active"},[s("img",{attrs:{src:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/task/task_integral_s.png"}}),s("span",{staticClass:"__tips"},[t._v("已签")])]),s("div",{staticClass:"__date"},[t._v("1.3")])])}],o={components:{},props:{task:{type:[Array]}},data:function(){return{noTask:!0,signin:{},sustain:{},taskList:{}}},computed:{},created:function(){},watch:{task:{deep:!0,handler:function(t,a){this.handleUpdate()}}},mounted:function(){var t=this;return Object(r["a"])(regeneratorRuntime.mark((function a(){return regeneratorRuntime.wrap((function(a){while(1)switch(a.prev=a.next){case 0:t.handleUpdate();case 1:case"end":return a.stop()}}),a)})))()},methods:{handleUpdate:function(){var t=this.task,a={buy:{title:"购买任务",data:[]},active:{title:"活跃任务",data:[]},base:{title:"基础任务",data:[]}},s={};for(var e in t){var i=t[e];"signin"==i.keyword&&(this.signin=i),"sustain"==i.keyword&&(this.sustain=i),s[i.keyword]=i}a={buy:{title:"购买任务",display:s["goods"].status||s["order"].status,data:[s["goods"],s["order"]]},active:{title:"活跃任务",display:s["share"].status||s["browse"].status||s["invite"].status,data:[s["share"],s["browse"],s["invite"]]},base:{title:"基础任务",display:s["perfect"].status||s["binding"].status,data:[s["perfect"],s["binding"]]}},this.noTask=a["buy"].display||a["active"].display||a["base"].display||this.signin.status,console.log(" this.noTask",this.noTask),this.taskList=a},sprintf:function(){var t,a,s=arguments,e=s[0]||"";for(t=1,a=s.length;t999999999999999)return this.messageerror("每日最多送积分值操作最大长度"),void(a=!1)}if(1==s){if(console.log("item",e.total),""==e.total||null==e.total)return this.messageerror("消费金额不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("下单数量必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("积分必须为整数"),void(a=!1);if(!this.isInteger(e.maximum))return this.messageerror("次数必须为整数"),void(a=!1);if(e.maximum>999999999999999)return this.messageerror("每日最多送积分值操作最大长度"),void(a=!1)}if(2==s){if(""==e.total||null==e.total)return this.messageerror("消费金额不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("下单数量必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("积分不能为空"),void(a=!1)}if(3==s){if(""==e.total||null==e.total)return this.messageerror("连续签到天数不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("连续签到天数必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("连续签到获得积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("连续签到获得积分必须为整数"),void(a=!1)}if(4==s){if(""==e.total||null==e.total)return this.messageerror("分享转发次数不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("分享转发次数必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("分享转发获得积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("分享转发获得积分必须为整数"),void(a=!1)}if(5==s){if(""==e.total||null==e.total)return this.messageerror("浏览商品次数不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("浏览商品次数必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("浏览商品获得积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("浏览商品获得积分必须为整数"),void(a=!1)}if(5==s){if(""==e.total||null==e.total)return this.messageerror("浏览商品次数不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("浏览商品次数必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("浏览商品获得积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("浏览商品获得积分必须为整数"),void(a=!1)}if(6==s){if(""==e.total||null==e.total)return this.messageerror("邀请好友人数不能为空"),void(a=!1);if(!this.isInteger(e.total))return this.messageerror("邀请好友人数必须为整数"),void(a=!1);if(""==e.acquire|null==e.acquire)return this.messageerror("邀请好友获积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("邀请好友获积分必须为整数"),void(a=!1);if(""==e.maximum||null==e.maximum)return this.messageerror("邀请好友获最高或积分不能为空"),void(a=!1);if(!this.isInteger(e.maximum))return this.messageerror("邀请好友获最高或积分必须为整数"),void(a=!1);if(e.acquire>e.maximum)return this.messageerror("邀请好友每日的积分限制数,必须大于单次获取的积分数"),void(a=!1);if(e.maximum<1)return this.messageerror("每日最多送积分不能为0"),void(a=!1);if(e.maximum>999999999999999)return this.messageerror("每日最多送积分值操作最大长度"),void(a=!1)}if(7==s){if(""==e.acquire|null==e.acquire)return this.messageerror("完善个人信息获积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("完善个人信息获积分必须为整数"),void(a=!1)}if(8==s){if(""==e.acquire|null==e.acquire)return this.messageerror("绑定手机获积分不能为空"),void(a=!1);if(!this.isInteger(e.acquire))return this.messageerror("绑定手机获积分必须为整数"),void(a=!1)}}}if(0==a)return!1;if(this.form&&this.form.integral_reset){var i={start:this.dateFormat("YYYY-mm-dd HH:MM",this.form.change_time.start),end:this.dateFormat("YYYY-mm-dd HH:MM",this.form.change_time.end)};this.form.change_time=i}this.$heshop.plugin("post",{include:"task",model:"base"},{form:this.form,task:this.task}).then((function(a){localStorage.removeItem("ndfWxbOhLIIHVZeR"),t.$message({message:"保存成功",type:"success"}),t.handleLoaddata()})).catch((function(a){t.messageerror("保存失败,请检查网络")}))}else this.messageerror("清零前提醒必须为整数")},dateFormat:function(t,a){if(!a)return"";try{var s,e={"Y+":a.getFullYear().toString(),"m+":(a.getMonth()+1).toString(),"d+":a.getDate().toString(),"H+":a.getHours().toString(),"M+":a.getMinutes().toString(),"S+":a.getSeconds().toString()};for(var i in e)s=new RegExp("("+i+")").exec(t),s&&(t=t.replace(s[1],1==s[1].length?e[i]:e[i].padStart(s[1].length,"0")));return t}catch(r){return this.messageerror("时间格式错误"),""}},copy:function(t){var a=document.createElement("div");a.innerText=t,a.style.position="absolute",a.style.top="0px",a.style.right="-9999px",document.body.appendChild(a);var s=document.createRange();s.selectNode(a),window.getSelection().removeAllRanges(),window.getSelection().addRange(s);var e=document.execCommand("copy");a.parentNode.removeChild(a);try{var i=e?"successful":"failed";console.log("Copy command was : "+i)}catch(r){console.log("Oops , unable to copy!")}this.$message.success("复制成功")},isfloat:function(t){if(!t)return!1;var a=/^\d+(\.\d+)?$/;if(!a.test(t))return!1;try{if(parseFloat(t)!=t)return!1}catch(s){return!1}return!0}}},p=_,v=(s("0066"),Object(u["a"])(p,e,i,!1,null,"6df391b0",null));a["default"]=v.exports},2813:function(t,a,s){t.exports=s.p+"img/icon-phone-header.6803d30e.png"},"7a6e":function(t,a,s){},"7a82":function(t,a,s){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-7125cdb5.c7d3fe72.js b/views/admin/js/chunk-7125cdb5.c7d3fe72.js new file mode 100644 index 00000000..e9737838 --- /dev/null +++ b/views/admin/js/chunk-7125cdb5.c7d3fe72.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7125cdb5"],{"19bc":function(e,t,n){"use strict";n.r(t);var c=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-scrollbar",{staticClass:"le-page__preview"},[n("img",{staticClass:"le-preview__img",attrs:{src:e.img,alt:""},on:{mousedown:e.mousedown}})])},i=[],o={name:"pagePreview",data:function(){return{img:""}},mounted:function(){this.img=decodeURIComponent(this.$getQueryVariable("img"))},methods:{mousedown:function(e){return!1}}},s=o,r=(n("7341"),n("2877")),u=Object(r["a"])(s,c,i,!1,null,"1c162bcc",null);t["default"]=u.exports},7341:function(e,t,n){"use strict";n("f6ec")},f6ec:function(e,t,n){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-7565be86.13814b9f.js b/views/admin/js/chunk-7565be86.13814b9f.js new file mode 100644 index 00000000..34e305bc --- /dev/null +++ b/views/admin/js/chunk-7565be86.13814b9f.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7565be86"],{"3dd1":function(e,t,s){"use strict";s.r(t);var a=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[a("el-breadcrumb-item",[a("he-link",{attrs:{href:"plugins/features"}},[e._v("营销玩法")])],1),a("el-breadcrumb-item",{staticClass:"he-link"},[a("he-link",{attrs:{href:"features/coupon/index"}},[e._v("优惠券管理")])],1),a("el-breadcrumb-item",[e._v(" "+e._s(e.$route.query.isEdit?"编辑成功":"新建成功")+" ")])],1),a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-success flex flex-direction align-center"},[e.loading?e._e():[a("img",{staticClass:"le-success-icon",attrs:{src:s("bcf5")}}),a("div",{staticClass:"le-success-text"},[e._v(" 优惠券"+e._s(e.$route.query.isEdit?"编辑":"创建")+"成功 ")]),a("el-button",{directives:[{name:"popup",rawName:"v-popup.promote",value:{data:e.detail,promoteType:"coupon"},expression:"{ data: detail, promoteType: 'coupon' }",modifiers:{promote:!0}}],staticClass:"le-success-btn",attrs:{module:"goods",title:"推广",hide_footer:!0,width:"791"}},[e._v("立即推广")]),a("div",{staticClass:"le-table-edit flex align-center"},[a("span",{staticClass:"le-button-text",on:{click:function(t){return e.router("/features/coupon/detail")}}},[e._v("继续添加")]),a("span",{staticClass:"le-line-text"}),a("span",{staticClass:"le-button-text",on:{click:function(t){return e.router("/features/coupon/index")}}},[e._v("优惠券管理")])])]],2)],1)},i=[],n=(s("5319"),s("ac1f"),{name:"success",data:function(){return{detail:{},loading:!0}},mounted:function(){this.getDetail()},methods:{router:function(e){this.$router.replace({path:e})},getDetail:function(){var e=this;console.log(this.$route.query.id),this.$heshop.coupon("get",parseInt(this.$route.query.id)).then((function(t){console.log(t),e.detail=t,e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))}}}),o=n,r=(s("b667"),s("2877")),c=Object(r["a"])(o,a,i,!1,null,"03839ab6",null);t["default"]=c.exports},ae38:function(e,t,s){},b667:function(e,t,s){"use strict";s("ae38")},bcf5:function(e,t,s){e.exports=s.p+"img/coupon-success-icon.aa2851d5.png"}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-766cf208.8d39b34d.js b/views/admin/js/chunk-766cf208.8d39b34d.js new file mode 100644 index 00000000..765402aa --- /dev/null +++ b/views/admin/js/chunk-766cf208.8d39b34d.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-766cf208"],{"4a39":function(e,t,s){"use strict";s.r(t);var o,a,n=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-main"},[s("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-card",attrs:{"label-width":"200px"}},[s("div",{staticClass:"le-card--header flex align-center"},[s("span",{staticClass:"le-sign"}),s("span",[e._v("直播商品")])]),s("el-form-item",{attrs:{label:"直播间信息"}},[s("div",{staticClass:"le-goods flex"},[s("img",{attrs:{src:e.form.feeds_img_base64,alt:"",width:"64px",height:"64px"}}),s("div",{staticClass:"le-goods--info flex-sub"},[s("div",{staticClass:"le-goods--name"},[e._v(e._s(e.form.name))]),s("div",{staticClass:"le-goods-assist"},[e._v(" 房间号:"+e._s(e.form.room_id)),s("br"),e._v(" 主播:"+e._s(e.form.anchor_name)+" ")])])])]),s("el-form-item",{attrs:{label:"添加商品"}},[s("el-button",{staticClass:"le-selectProduct--btn",attrs:{type:"primary",plain:""},on:{click:e.getGoods}},[e._v("选择商品")]),s("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},model:{value:e.goods,callback:function(t){e.goods=t},expression:"goods"}}),s("el-table",{staticClass:"le-table",attrs:{data:e.goods,"max-height":"368px","row-class-name":"le-table-row"}},[s("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return s("div",{staticClass:"flex align-center"},[s("el-image",{staticClass:"le-image",attrs:{src:t.row.cover_img_base64}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",[e._v(" "+e._s(t.row.name)+" ")])],1)}}])}),s("el-table-column",{attrs:{label:"操作",width:"100px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("el-button",{attrs:{type:"text"},on:{click:function(s){return e.removeGood(t.$index)}}},[e._v("移除")])]}}])})],1)],1)],1),s("div",{staticClass:"le-cardpin"},[s("el-button",{attrs:{type:"primary",loading:e.loading},on:{click:e.submit}},[e._v("保存")])],1)],1)},i=[],l=(s("b0c0"),function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"goods-selet",style:[e.goodsStyle]},[s("popup",{ref:"popup",attrs:{type:"checkbox",limit:e.number},on:{confirm:e.handleConfirm},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[e.$slots.default?e._e():s("el-button",{attrs:{disabled:e.selectData.length>=e.number}},[e._v("选择商品")])],1),e.isTips?s("span",{staticClass:"goods-selet-tips"},[e._v("最多添加"+e._s(e.number)+"件商品")]):e._e(),s("ul",{staticClass:"goods-selet-list"},[s("draggable",{attrs:{chosenClass:"chosen",forceFallback:"true",animation:"1000"},on:{start:e.onStart,end:e.onEnd},model:{value:e.selectData,callback:function(t){e.selectData=t},expression:"selectData"}},[s("transition-group",e._l(e.selectData,(function(t,o){return s("li",{key:"aa_"+o,staticClass:"goods-selet-item"},[s("div",{staticClass:"goods-item-image"},[s("div",{staticClass:"goods-item-cover",style:{"background-image":"url("+e.getGoodsCover(t.slideshow)+")"}})]),s("div",{staticClass:"goods-selet-item__close",on:{click:function(t){return e.handleClose(o)}}},[s("i",{staticClass:"le-icon le-icon-cha2"})])])})),0)],1)],1)],1)}),r=[],c=s("1da1"),d=(s("96cf"),s("a9e3"),s("99af"),s("a434"),s("d3b7"),s("2638")),u=s.n(d),f=s("5530"),g=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"goods-selet__table"},["radio"==e.self.type?s("el-radio-group",{on:{change:e.handleChange},model:{value:e.select,callback:function(t){e.select=t},expression:"select"}},[s("el-table",{ref:"multipleTable",attrs:{data:e.goodsData}},[s("el-table-column",{scopedSlots:e._u([{key:"header",fn:function(t){return[s("span",{staticStyle:{"padding-left":"30px"}},[e._v("商品")])]}},{key:"default",fn:function(t){return[s("div",{staticClass:"goods-selet__table-item"},[s("div",{staticClass:"goods-selet__table-radio"},[s("el-radio",{attrs:{label:t.row.id}},[s("span")])],1),s("div",{staticClass:"goods-selet__table-cover"},[s("Picture",{attrs:{src:e.getGoodsCover(t.row.slideshow)}})],1),s("div",{staticClass:"goods-selet__table-detail"},[e._v(" "+e._s(t.row.name)+e._s(t.row.id)+" ")])])]}}],null,!1,2610205282)}),s("el-table-column",{attrs:{label:"商品价格",width:"120"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" ¥"+e._s(t.row.price)+" ")]}}],null,!1,1546378517)}),s("el-table-column",{attrs:{prop:"stocks",label:"库存",width:"160"}})],1)],1):e._e(),"checkbox"==e.self.type?s("el-table",{ref:"multipleTable",attrs:{data:e.goodsData,"tooltip-effect":"dark","row-key":"goods_id"},on:{"selection-change":e.handleChange}},[s("el-table-column",{attrs:{type:"selection",width:"40","reserve-selection":!0,selectable:e.selectEnable}}),s("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"goods-selet__table-item"},[s("div",{staticClass:"goods-selet__table-cover"},[s("Picture",{attrs:{src:e.getGoodsCover(t.row.cover_img_base64)}})],1),s("div",{staticClass:"goods-selet__table-detail"},[e._v(" "+e._s(t.row.name)+" ")])])]}}],null,!1,1390174113)}),s("el-table-column",{attrs:{label:"商品价格",width:"200"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" ¥"+e._s(t.row.price)+" ")]}}],null,!1,1546378517)})],1):e._e(),s("div",{staticClass:"goods-selet__goodspage"},[s("el-pagination",{attrs:{layout:"prev, pager, next,jumper",background:"","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)],1)},h=[],m=(s("d81d"),s("1fc5")),p=s("2f62"),b=Object(p["a"])("liveGoods"),_=b.mapState,v=b.mapActions,y={components:{Picture:m["a"]},inject:["self"],data:function(){return{select:0}},props:{limit:{type:Number,default:1}},computed:Object(f["a"])({},_(["goodsData","pageInfo"])),mounted:function(){var e=this;return Object(c["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleSizeChange(1);case 1:case"end":return t.stop()}}),t)})))()},methods:Object(f["a"])(Object(f["a"])({},v(["handleGoods"])),{},{handleChange:function(e){if("radio"==this.self.type)for(var t in this.goodsData){var s=this.goodsData[t];if(s.goods_id==e){this.self.selectData=JSON.parse(JSON.stringify(s));break}}"checkbox"==this.self.type&&(this.self.value.length+e.length>this.self.limit?this.$message({message:"选多选"+this.self.limit+"件商品",type:"warning"}):this.self.selectData=e)},querySearch:function(e,t){this.$heshop.livegoods("GET",{status:2,limit:20,page:1}).then((function(e){var s=[];e.list.map((function(e){s.push({value:e.name})})),t(s)})).catch((function(e){console.error("错误提示",e)}))},createFilter:function(e){return function(t){return 0===t.name.toLowerCase().indexOf(e.toLowerCase())}},handleSearch:function(){var e=this;this.handleGoods({current:1,keyword:{search:this.keyword}}).then((function(t){e.toggleSelection(t)}))},toggleSelection:function(e){},selectEnable:function(e,t){return!this.self.value||!this.self.value.some((function(t){return t.goods_id==e.goods_id}))},getRowKeys:function(e){return e.id},handleSizeChange:function(e){var t=this;this.handleGoods({current:e,keyword:{}}).then((function(e){t.toggleSelection(e)}))},getGoodsCover:function(e){return e||"http://qmxq.oss-cn-hangzhou.aliyuncs.com/le-default-goods-bg.png"}})},C=y,w=(s("9cec"),s("2877")),k=Object(w["a"])(C,g,h,!1,null,"5e30089e",null),S=k.exports,x=Object(p["a"])("liveGoods"),O=x.mapActions,D={components:{Table:S},provide:function(){return{self:this}},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},data:{type:[String,Number,Boolean,Object,Array],default:""},select:{type:Boolean,default:!1},type:{type:String,default:"radio"},limit:{type:Number,default:1}},data:function(){return{selectData:null,dialogVisible:!1}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(c["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:"checkbox"==e.type?e.selectData=[]:e.selectData={};case 1:case"end":return t.stop()}}),t)})))()},methods:Object(f["a"])(Object(f["a"])({},O(["handleGoods"])),{},{handleClick:function(){this.value.length>=this.limit||(this.dialogVisible=!0)},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.$emit("input",this.selectData),this.$emit("confirm",this.selectData),this.dialogVisible=!1}}),render:function(e){var t=this.dialogVisible,s=this.handleClick,o=this.handleClose,a=this.handleConfirm,n=this.$slots.trigger||this.$slots.default,i={on:{click:s}},l={props:{visible:t,title:"选择商品","before-close":o,width:"880px","destroy-on-close":!0,"append-to-body":!0}};return e("div",{class:"goods-dialog"},[e("div",u()([{class:"goods-dialog-title"},i]),[n]),e("el-dialog",u()([{},l]),[e(S),e("template",{slot:"footer"},[e("el-button",{on:{click:o}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:a}},["确 定"])])])])}},j=D,$=(s("bda8"),Object(w["a"])(j,o,a,!1,null,"42bcb513",null)),G=$.exports,N=s("b76a"),J=s.n(N),E={components:{popup:G,draggable:J.a},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},limit:{type:Number,default:50},number:{type:Number,default:50},selectStyle:{type:Object,default:function(){return{}}},type:{type:String,default:"checkbox"},isTips:{type:Boolean,default:function(){return!0}}},data:function(){return{drag:!1,is_drag:!1}},computed:{groupNmae:function(){return"goods"+Date.parse(new Date)},selectData:{get:function(){return this.value},set:function(e){if(this.drag)this.$emit("input",e),this.$emit("change",e),this.is_drag=!1;else{var t=JSON.parse(JSON.stringify(e));t=this.value.concat(t),this.$emit("input",t)}}},goodsStyle:function(){var e={};return Object.assign(this.selectStyle,e)}},created:function(){},watch:{},mounted:function(){return Object(c["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{handleConfirm:function(e){this.$emit("confirm",e)},handleClose:function(e){this.selectData.splice(e,1),this.$emit("remove",this.selectData)},getGoodsCover:function(e){return e&&"[object Array]"==Object.prototype.toString.call(e)?e[0]:e},open:function(){this.$refs.popup.handleClick()},onStart:function(){this.is_drag=!0,this.drag=!0},onEnd:function(){this.drag=!1}}},R=E,z=(s("9f83"),Object(w["a"])(R,l,r,!1,null,"ea0f611c",null)),A=z.exports,I={name:"addGood",components:{goodsSelect:A},data:function(){return{form:{feeds_img_base64:"",goods:[]},goods:[],old_goods_list:[],loading:!1}},mounted:function(){var e=localStorage.getItem("addGoods");e&&(e=JSON.parse(e),this.form.feeds_img_base64=e.feeds_img_base64,this.form.anchor_name=e.anchor_name,this.form.room_id=e.room_id,this.form.name=e.name,this.goods=e.goods,this.old_goods_list=JSON.parse(JSON.stringify(e.goods)))},methods:{getGoods:function(){this.$refs.goodsSelect.open()},removeGood:function(e){this.$delete(this.goods,e)},submit:function(){var e=this;0!==this.goods.length?(this.loading=!0,this.$heshop.live("post",{behavior:"add"},{room_id:this.form.room_id,goods_list:this.goods,old_goods_list:this.old_goods_list}).then((function(){e.loading=!1,e.$router.back(),localStorage.removeItem("addGoods")})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))):this.$message.error("商品不能为空")}}},T=I,B=(s("8308"),Object(w["a"])(T,n,i,!1,null,"39999d94",null));t["default"]=B.exports},"719c":function(e,t,s){},8308:function(e,t,s){"use strict";s("719c")},"8fc4":function(e,t,s){},"9cec":function(e,t,s){"use strict";s("ad2c")},"9f83":function(e,t,s){"use strict";s("c357")},ad2c:function(e,t,s){},bda8:function(e,t,s){"use strict";s("8fc4")},c357:function(e,t,s){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-79e8f288.49e27fdc.js b/views/admin/js/chunk-79e8f288.49e27fdc.js new file mode 100644 index 00000000..fb6e3680 --- /dev/null +++ b/views/admin/js/chunk-79e8f288.49e27fdc.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-79e8f288"],{"16ac":function(e,t,a){"use strict";a("f062")},"62ae":function(e,t,a){"use strict";a.r(t);var r=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-form",{ref:"bind",staticClass:"le-form",attrs:{rules:e.rules,model:e.form,"label-width":"190px"}},[a("div",{staticClass:"le-form__header flex align-center"},[a("span",{staticClass:"le-tip"}),a("span",{staticClass:"le-text"},[e._v("公众号支付配置")])]),a("el-form-item",{attrs:{label:"支付方式"}},[a("span",{staticClass:"le-text"},[e._v("微信支付")])]),a("el-form-item",{attrs:{label:"支付类型"}},[a("span",{staticClass:"le-text"},[e._v("普通商户")])]),a("el-form-item",{attrs:{label:"微信AppID",prop:"appid"}},[a("el-input",{attrs:{placeholder:"请输入微信AppID"},model:{value:e.form.appid,callback:function(t){e.$set(e.form,"appid",t)},expression:"form.appid"}})],1),a("el-form-item",{attrs:{label:"微信支付商户号",prop:"mchid"}},[a("el-input",{attrs:{placeholder:"请输入微信支付商户号"},model:{value:e.form.mchid,callback:function(t){e.$set(e.form,"mchid",t)},expression:"form.mchid"}})],1),a("el-form-item",{attrs:{label:"微信支付Api密钥",prop:"key"}},[a("el-input",{attrs:{placeholder:"请输入微信支付Api密钥"},model:{value:e.form.key,callback:function(t){e.$set(e.form,"key",t)},expression:"form.key"}})],1),a("el-form-item",{attrs:{prop:"certPem"}},[a("span",{attrs:{slot:"label"},slot:"label"},[e._v(" 微信支付"),a("br"),e._v(" apiclient_cert.pem ")]),a("el-input",{attrs:{type:"textarea",resize:"none",rows:5,placeholder:"请输入微信支付apiclient_cert.pem"},model:{value:e.form.certPem,callback:function(t){e.$set(e.form,"certPem",t)},expression:"form.certPem"}})],1),a("el-form-item",{attrs:{prop:"keyPem"}},[a("span",{attrs:{slot:"label"},slot:"label"},[e._v(" 微信支付"),a("br"),e._v(" apiclient_key.pem ")]),a("el-input",{attrs:{type:"textarea",resize:"none",rows:5,placeholder:"请输入微信支付apiclient_key.pem"},model:{value:e.form.keyPem,callback:function(t){e.$set(e.form,"keyPem",t)},expression:"form.keyPem"}})],1)],1),a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.save("bind")}}},[e._v("保存")])],1)],1)},s=[],i={name:"weChat-pay",data:function(){return{form:{appid:"",isService:0},rules:{appid:[{required:!0,message:"请输入微信AppID",trigger:"blur"}],mchid:[{required:!0,message:"请输入微信支付商户号",trigger:"blur"}],key:[{required:!0,message:"请输入微信支付Api密钥",trigger:"blur"}],certPem:[{required:!0,message:"请输入微信支付apiclient_cert.pem",trigger:"blur"}],keyPem:[{required:!0,message:"请输入微信支付apiclient_key.pem",trigger:"blur"}]}}},methods:{save:function(e){var t=this;this.$refs[e].validate((function(e){e&&t.$heshop.appconfig("post",{behavior:"save",key:"appPay_wechat"},t.form).then((function(e){t.$notify({title:"保存成功",message:"微信支付手动绑定成功。",type:"success"}),t.toBind=!1,t.bind=!1})).catch((function(e){t.$message.error(e.data.message)}))}))},getConfig:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.appPay.wechat})).catch((function(t){e.$message.error(t.data.message)}))}},mounted:function(){this.getConfig()}},l=i,o=(a("16ac"),a("2877")),n=Object(o["a"])(l,r,s,!1,null,"740e5eb1",null);t["default"]=n.exports},f062:function(e,t,a){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-7bc857eb.301adf8a.js b/views/admin/js/chunk-7bc857eb.301adf8a.js new file mode 100644 index 00000000..c46e52f2 --- /dev/null +++ b/views/admin/js/chunk-7bc857eb.301adf8a.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7bc857eb"],{2459:function(e,t,r){"use strict";r.r(t);var a=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"form",attrs:{"label-width":"170px",model:e.form,rules:e.rules}},[r("div",{staticClass:"le-prompt"},[e._v(" 支持商品采集的平台:阿里巴巴 、淘宝、京东 、拼多多、天猫"),r("br"),e._v(" 商品采集设置:"),r("span",{staticClass:"le-prompt-router",on:{click:function(t){return e.router()}}},[e._v("商品采集-接口设置")])]),r("div",{staticClass:"le-form"},[r("el-form-item",{attrs:{label:"商品详情地址",prop:"links"}},[r("el-input",{attrs:{type:"textarea",rows:12,resize:"none",placeholder:"多条地址,请用换行区分,一次最多添加10条"},model:{value:e.form.links,callback:function(t){e.$set(e.form,"links",t)},expression:"form.links"}})],1),r("el-form-item",{attrs:{label:"商品分类",prop:"cats"}},[e._l(e.group.result,(function(t,a){return[t.children?e._e():r("el-tag",{key:a,staticClass:"le-form-groupTag",attrs:{effect:"plain",type:"info",size:"medium",closable:""},on:{close:function(r){return e.deleteTag(t,a)}}},[e._v(" "+e._s(t.value)+" ")])]})),r("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.group,expression:"group",modifiers:{chooseCategory:!0}}],attrs:{plain:"",action:"getGroup",title:"选择分类",width:"801",module:"goods"}},[e._v("选择分类")])],2),r("el-form-item",{attrs:{label:"商品图片"}},[r("el-radio-group",{model:{value:e.form.download,callback:function(t){e.$set(e.form,"download",t)},expression:"form.download"}},[r("el-radio",{attrs:{label:1}},[e._v("下载至本地")]),r("el-radio",{attrs:{label:0}},[e._v("使用图片链接")])],1),r("div",{staticClass:"le-prompt-text"},[e._v(" 选择使用图片链接,则采集平台的商品图片失效时,图片链接也将失效 ")])],1),r("el-form-item",{attrs:{label:"商品状态"}},[r("el-radio-group",{model:{value:e.form.is_sale,callback:function(t){e.$set(e.form,"is_sale",t)},expression:"form.is_sale"}},[r("el-radio",{attrs:{label:0}},[e._v("暂不上架")]),r("el-radio",{attrs:{label:1}},[e._v("立即上架")])],1)],1)],1),r("he-loading",{attrs:{show:e.load,title:"正在采集中,请稍后..."}}),r("div",{staticClass:"le-cardpin"},[r("el-button",{attrs:{type:"primary",disabled:e.loading},on:{click:e.saveForm}},[e._v("保存")])],1)],1)},o=[],n=r("1da1"),l=(r("96cf"),r("4de4"),r("1276"),r("ac1f"),r("159b"),r("b0c0"),r("99af"),r("a434"),r("d81d"),r("a9e3"),r("5c96")),s=r("7d53"),i={data:function(){var e=function(e,t,r){r()},t=function(e,t,r){var a=t.split("\n").filter((function(e){return e}));a.length>10&&r("商品详情地址限制10条"),r()};return{loading:!0,load:!1,form:{cats:[],links:"",download:0,is_sale:0,catsText:[]},group:{cat:[],result:[]},catTree:[],rules:{links:[{required:!0,message:"请输入商品详情地址",trigger:"blur"},{validator:t,trigger:["blur","change"]}],cats:[{required:!0,message:"请选择商品分类",trigger:"blur"},{validator:e,trigger:["blur","change"]}]}}},components:{heLoading:s["a"]},methods:{getGroupList:function(){var e=this;return Object(n["a"])(regeneratorRuntime.mark((function t(){var r,a,o;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$heshop.group("get",{include:"goods"});case 2:return r=t.sent,e.group.cat=r,a=JSON.parse(JSON.stringify(r)),o=e.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children"}).on(a).get(),o.forEach((function(e){e.value=e.name,e.children&&e.children.forEach((function(t){t.value="".concat(e.value," > ").concat(t.name),t.children&&t.children.forEach((function(e){e.value="".concat(t.value," > ").concat(e.name)}))}))})),t.abrupt("return",o);case 8:case"end":return t.stop()}}),t)})))()},deleteTag:function(e,t){var r=this;this.group.result.splice(t,1);var a=e.path.split("-").map(Number),o=a.length;if(2===o)for(var n=!1,l=this.group.result,s=0;sn)return void r(new Error("最低值需小于或等于最高值"))}r()};return{page:{size:20,current:1},tableData:[],formValue:{search:"",score_start:"",score_end:"",date:[]},rules:{score_start:[{validator:t,trigger:"blur"}]}}},filters:{dateFormat:function(e){return void 0===e?"":i()(1e3*e).format("YYYY-MM-DD HH:mm:ss")},capitalize:function(e){return e.length>=32?e.slice(0,29)+"...":e}},computed:{},created:function(){},watch:{},mounted:function(){var e=this;return Object(n["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleLogLoad();case 1:case"end":return t.stop()}}),t)})))()},methods:{handleChange:function(){this.$refs.ruleForm.validate((function(e){console.log("执行的",e)}))},handleSortMethod:function(e){"ascending"==e.order&&(this.formValue["sort"]={"s.start_time":"ASC"}),"descending"==e.order&&(this.formValue["sort"]={"s.start_time":"DESC"}),null==e.order&&(this.formValue["sort"]={}),this.handleLogLoad()},onEmpty:function(){this.formValue={search:"",score_start:"",score_end:"",date:[]},this.$refs.ruleForm.resetFields(),this.handleLogLoad()},isInteger:function(e){return e%1===0},handleLogLoad:function(){var e=this,t=JSON.parse(JSON.stringify(this.formValue));if(this.isInteger(t.score_start))if(this.isInteger(t.score_end)){var a=this.page;this.$heshop.plugin("get",{include:"task",model:"user",keyword:JSON.stringify(t)}).page(a.current,a.size).then((function(t){if(t&&t.headers){var a=t.data,r=t.headers;e.page={current:+r["x-pagination-current-page"],count:+r["x-pagination-page-count"],size:+r["x-pagination-per-page"],total:+r["x-pagination-total-count"]},e.tableData=a}})).catch((function(t){console.log("err",t),e.$message.error("加载配置信息失败,请检查网络")}))}else this.$message.error("积分必须是整数");else this.$message.error("积分必须是整数")},onSubmit:function(){this.handleLogLoad()},sizeChange:function(e){this.page.size=e,this.handleLogLoad(),this.$emit("request",{page:this.page,sort:this.order})},currentChange:function(e){this.page.current=e,this.handleLogLoad(),this.$emit("request",{page:this.page,sort:this.order})}}},c=l,u=(a("8c71"),a("2877")),d=Object(u["a"])(c,r,o,!1,null,"25134787",null);t["default"]=d.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-7dce4c5c.8b3cac73.js b/views/admin/js/chunk-7dce4c5c.8b3cac73.js new file mode 100644 index 00000000..57b44b36 --- /dev/null +++ b/views/admin/js/chunk-7dce4c5c.8b3cac73.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7dce4c5c"],{"085e":function(t,e,n){},5456:function(t,e,n){"use strict";n("085e")},c5fc:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-matter"},[n("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[n("el-breadcrumb-item",{staticClass:"he-link"},[n("he-link",{attrs:{href:"goods/index"}},[t._v(" 商品管理 ")])],1),n("el-breadcrumb-item",[t._v("导出历史")])],1),n("div",{staticClass:"le-card"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{data:t.list}},[n("el-table-column",{attrs:{label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"he-text"},[t._v(" "+t._s(t._f("getTime")(e.row.conditions.time_start))+" ~ "),n("br"),t._v(" "+t._s(t._f("getTime")(e.row.conditions.time_end))+" ")])]}}])}),n("el-table-column",{attrs:{prop:"title",label:"商品价格"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"he-text"},[t._v(" "+t._s(t._f("getPrice")(e.row.conditions.price_start))+" ~ "+t._s(t._f("getPrice")(e.row.conditions.price_end))+" ")])]}}])}),n("el-table-column",{attrs:{prop:"title",label:"商品分类"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"he-text"},[t._v(" "+t._s(e.row.conditions.show_group?e.row.conditions.show_group:"全部")+" ")])]}}])}),n("el-table-column",{attrs:{prop:"created_time",label:"导出时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"he-text"},[t._v(t._s(t._f("getTime")(e.row.created_time)))])]}}])}),n("el-table-column",{attrs:{prop:"title",label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le-button flex align-center"},[n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.export2Excel(e.row.goods_data.tHeader,e.row.goods_data.list,e.row.created_time)}}},[t._v("下载")]),n("span",{staticClass:"le-line"}),n("popconfirm",{attrs:{width:"360px",title:"确定删除这条导出历史记录?"},on:{confirm:function(n){return t.deleteItem({id:e.row.id,index:e.$index})}}},[n("el-button",{attrs:{type:"text"}},[t._v("删除")])],1)],1)]}}])})],1),n("div",{staticClass:"he-pagination el-row--flex is-align-middle is-justify-end"},[n("el-pagination",{attrs:{"current-page":t.page.current,background:"",layout:"prev, pager, next, jumper","page-count":t.page.count},on:{"current-change":t.currentChange}})],1)],1)],1)},o=[],i=n("1da1"),r=(n("99af"),n("96cf"),n("d8df")),s={components:{popconfirm:r["a"]},name:"goodsExportHistory",data:function(){return{del_id:null,list:[],page:{current:1,count:0,size:10},loading:!1}},mounted:function(){var t=this;return Object(i["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.getList(t.page);case 1:case"end":return e.stop()}}),e)})))()},methods:{currentChange:function(t){this.page.current=t,this.getList(this.page)},getList:function(t){var e=this;this.loading=!0,this.$heshop.export("get",{include:"goods"}).page(t.current,t.size).then((function(t){var n=t.data,a=t.headers;e.list=n,e.page={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"],size:+a["x-pagination-per-page"]},e.loading=!1})).catch((function(t){e.loading=!1,e.$message.error(t.data.message)}))},deleteItem:function(t){var e=this,n=this;this.$heshop.export("delete",t.id,{include:"goods"}).then((function(){e.$delete(n.list,t.index),n.page.current服装/鞋/箱包】类目添加至您的服务类目,否则将影响订阅消息的正常发送。 "),e("span",{directives:[{name:"popup",rawName:"v-popup.messageGuide",value:"applets",expression:"'applets'",modifiers:{messageGuide:!0}}],staticClass:"le-header-button",attrs:{module:"setup",sure_btn:"我知道了",width:"680",hide_cancel:!0,title:"订阅消息模板ID获取指引"}},[s._v("查看指引")]),e("br"),s._v(" 2.查找订阅消息并选用,调整关键词的顺序后,复制模板ID,粘贴在此页面对应的模板ID输入框中"),e("br"),s._v(" 3.您可使用一键添加订阅消息功能,快速获取模板ID "),e("button",{staticClass:"le-header-btn",on:{click:s.onceAdd}},[s._v("一键添加订阅消息")])]),e("div",{staticClass:"le-body flex"},[e("div",{staticClass:"flex-sub"},[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("付款成功通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.order_pay,callback:function(t){s.$set(s.form,"order_pay",t)},expression:"form.order_pay"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【付款成功通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("付款金额、付款时间、商家名称、订单编号")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("售后状态通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.order_sale_verify,callback:function(t){s.$set(s.form,"order_sale_verify",t)},expression:"form.order_sale_verify"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【售后状态通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("审核结果、订单编号、订单金额")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("优惠券到期通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.coupon_expire,callback:function(t){s.$set(s.form,"coupon_expire",t)},expression:"form.coupon_expire"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【优惠券到期通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("优惠券名称、过期时间、商家名称、温馨提示")])])])])],1)]),e("div",{staticClass:"flex-sub"},[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("订单发货通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.order_send,callback:function(t){s.$set(s.form,"order_send",t)},expression:"form.order_send"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【订单发货通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("快递公司、快递单号、收货地址、订单号")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("退款成功通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.order_refund_tpl,callback:function(t){s.$set(s.form,"order_refund_tpl",t)},expression:"form.order_refund_tpl"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【退款成功通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("退款金额、订单编号、商品名称、申请时间")])])])])],1),[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[s._v("积分变更提醒")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:s.form.task_refund_tpl,callback:function(t){s.$set(s.form,"task_refund_tpl",t)},expression:"form.task_refund_tpl"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[s._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("模板标题")]),e("span",{staticClass:"le-value"},[s._v("【积分变更提醒】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[s._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[s._v("变更数量、积分余额、变动时间、变更原因")])])])])],1)]],2)]),e("div",{staticClass:"le-cardpin"},[e("el-button",{attrs:{type:"primary",disabled:s.loading},on:{click:s.submit}},[s._v("保存")])],1)])},a=[],i={name:"appletsRemind",data:function(){return{loading:!1,form:{order_sale_verify:"",order_refund_tpl:"",coupon_expire:"",order_pay:"",order_send:""}}},methods:{submit:function(){this.loading=!0;var s=this;this.$heshop.subscribe("post",{platform:"weapp",behavior:"save"},this.form).then((function(){s.loading=!1,s.$message.success("保存成功")})).catch((function(t){s.loading=!1,s.$message.error(t.data.message)}))},obtain:function(){this.loading=!0;var s=this;this.$heshop.subscribe("get",{platform:"weapp"}).then((function(t){s.form=t.form,s.loading=!1})).catch((function(t){s.loading=!1,s.$message.error(t.data.message)}))},onceAdd:function(){var s=this;this.loading=!0,this.$heshop.subscribe("post",{platform:"weapp"},{}).then((function(t){console.log("response",t);for(var e=0;e=5},on:{click:t.handleAdd}},[t._v("添加图片")]),a("div",{staticClass:"_imagelist"},[t._l(t.content,(function(e,i){return a("div",{key:i,staticClass:"_imagelist_item select-cover__288"},[a("i",{staticClass:"le-icon le-icon-cha2 _imagelist_item-close",on:{click:function(e){return e.stopPropagation(),t.handleDelete(i)}}}),a("pictureDialog",{scopedSlots:t._u([{key:"preview",fn:function(t){return a("div",{staticClass:"select-cover__288-edit"},[a("el-image",{attrs:{src:t.url,fit:"cover"}})],1)}}],null,!0),model:{value:e.url,callback:function(a){t.$set(e,"url",a)},expression:"item.url"}},[a("div",{staticClass:"select-cover__288-add",attrs:{slot:"upload"},slot:"upload"},[a("i",{staticClass:"le-icon le-icon-add select-cover__288-icon"}),a("span",{staticClass:"select-cover__288-text"},[t._v("添加图片")])])])],1)})),a("div",{staticClass:"clear"})],2)],1)]),a("el-tab-pane",{attrs:{label:"样式设置",name:"second"}},[a("p",{staticClass:"_explain"},[t._v(" 首次打开商城时,以全屏的方式展示广告图 ")]),a("el-form",{ref:"form",attrs:{model:t.facade,"label-width":"90px",size:"mini","label-position":"left"},nativeOn:{submit:function(t){t.preventDefault()}}},[a("div",{staticClass:"control-item-title"},[t._v("指示器样式")]),a("choice",{attrs:{data:t.pointerData,group:"pointer"},model:{value:t.facade.indicator_style,callback:function(e){t.$set(t.facade,"indicator_style",e)},expression:"facade.indicator_style"}}),a("el-divider"),a("div",{staticClass:"control-item-title"},[t._v("指示器位置")]),a("choice",{attrs:{data:t.positionData,group:"positio"},model:{value:t.facade.indicator_align,callback:function(e){t.$set(t.facade,"indicator_align",e)},expression:"facade.indicator_align"}}),a("el-divider"),a("div",{staticClass:"control-item-title"},[t._v("颜色设置")]),a("el-form-item",{attrs:{label:"选中颜色"}},[a("colour",{attrs:{colour:"#666666"},model:{value:t.facade.indicator_color,callback:function(e){t.$set(t.facade,"indicator_color",e)},expression:"facade.indicator_color"}})],1),a("el-divider"),a("div",{staticClass:"control-item-title"},[t._v("浏览方式设置")]),a("el-form-item",{attrs:{label:"允许跳过"}},[a("el-switch",{attrs:{"active-color":"#623CEB","inactive-color":"#BBBFC8"},model:{value:t.facade.chamfer_skip,callback:function(e){t.$set(t.facade,"chamfer_skip",e)},expression:"facade.chamfer_skip"}})],1)],1)],1)],1)],1)])]),a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary"},on:{click:t.handleSubmit}},[t._v("保存")])],1)])},n=[],c=a("1da1"),s=(a("a434"),a("841c"),a("ac1f"),a("96cf"),a("2760")),l=a("3ec8"),o={components:{choice:s["a"],colour:l["a"]},data:function(){return{activeName:"first",activeNumber:1,content:[{url:""}],def_content:[{url:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/template/ad_1.png"},{url:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/template/ad_2.png"},{url:"http://qmxq.oss-cn-hangzhou.aliyuncs.com/template/ad_3.png"}],facade:{indicator_style:"1",indicator_align:"left",indicator_color:"#666666",chamfer_skip:!0},pointerData:[{value:2,icon:"le-icon-graphic-point2",name:"圆角"},{value:1,icon:"le-icon-graphic-point",name:"圆形"},{value:3,icon:"le-icon-zhishiqi-shuzi",name:"数字"}],positionData:[{value:"left",icon:"le-icon-graphic-left",name:"居左"},{value:"center",icon:"le-icon-graphic-middle",name:"居中"},{value:"right",icon:"le-icon-graphic-right",name:"居右"}]}},computed:{img_content:function(){return 0===this.content.length?this.def_content:1!=this.content.length||this.content[0].url?this.content:this.def_content}},created:function(){},watch:{"facade.indicator_color":function(t){}},mounted:function(){var t=this;return Object(c["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.handleLoaddata();case 1:case"end":return e.stop()}}),e)})))()},methods:{getBannerImg:function(t){return t},handleChange:function(t){this.activeNumber=t+1,this.handleStyle(),this.getBannerImg()},handleStyle:function(){for(var t=this.facade.indicator_color,e=document.querySelectorAll(".el-carousel__indicator.el-carousel__indicator--horizontal .el-carousel__button"),a=document.querySelectorAll(".el-carousel__indicator.el-carousel__indicator--horizontal.is-active .el-carousel__button"),i=e.length-1;i>=0;i--)e[i].style.backgroundColor="#FFFFFF",e[i].style.opacity=1;a[0].style.backgroundColor=t},handleClick:function(){},handleDelete:function(t){this.content.splice(t,1)},handleAdd:function(){this.content.length<5?this.content.push({url:"",link:{}}):this.$message({message:"最多添加5张轮播图片",type:"warning"})},handleLoaddata:function(){var t=this;this.$heshop.search("POST",{include:"setting"},{keyword:"openingad"}).then((function(e){e&&e.content&&(t.content=e.content.content,t.facade=e.content.facade)})).catch((function(e){t.$message.error("加载配置信息失败,请检查网络")}))},handleSubmit:function(){var t=this;console.log("执行"),this.$heshop.setting("post",{keyword:"openingad",content:{content:this.content,facade:this.facade}}).then((function(e){t.$message({message:"保存成功",type:"success"})})).catch((function(e){t.$message.error("加载配置信息失败,请检查网络")}))}}},r=o,d=(a("ee17"),a("2877")),u=Object(d["a"])(r,i,n,!1,null,"61fa83de",null);e["default"]=u.exports},ee17:function(t,e,a){"use strict";a("f83ed")},f83ed:function(t,e,a){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-a9d3ea84.b2d67703.js b/views/admin/js/chunk-a9d3ea84.b2d67703.js new file mode 100644 index 00000000..1b3ea448 --- /dev/null +++ b/views/admin/js/chunk-a9d3ea84.b2d67703.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a9d3ea84"],{3525:function(t,s,e){},"789dc":function(t,s,e){"use strict";e("3525")},afdd:function(t,s,e){"use strict";e.r(s);var a=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("el-form",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticClass:"le-matter le-form",attrs:{"label-width":"130px",model:t.form},nativeOn:{submit:function(t){t.preventDefault()}}},[e("div",{staticClass:"le-header le-card"},[t._v(" 温馨提示:请确保您有公众号订阅通知的使用权限,且订阅通知中无任何已存数据。订阅通知添加完成后,请不要删除订阅通知,否则将影响消息的正常发送。"),e("br"),t._v(" 使用说明:"),e("br"),t._v(" 1.请前往微信公众平台,将【商家自营>服装/鞋/箱包】类目添加至您的服务类目,否则将影响订阅通知的正常发送。"),e("span",{directives:[{name:"popup",rawName:"v-popup.messageGuide",value:"wechat",expression:"'wechat'",modifiers:{messageGuide:!0}}],staticClass:"le-header-button",attrs:{module:"setup",sure_btn:"我知道了",width:"680",hide_cancel:!0,title:"订阅通知模板ID获取指引"}},[t._v("查看指引")]),e("br"),t._v(" 2.查找订阅通知并选用,调整关键词的顺序后,复制模板ID,粘贴在此页面对应的模板ID输入框中"),e("br"),t._v(" 3.您可使用一键添加订阅通知功能,快速获取模板ID "),e("button",{staticClass:"le-header-btn",on:{click:t.onceAdd}},[t._v("一键添加订阅通知")])]),e("div",{staticClass:"le-body flex"},[e("div",{staticClass:"flex-sub"},[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("付款成功通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.order_pay,callback:function(s){t.$set(t.form,"order_pay",s)},expression:"form.order_pay"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【付款成功通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("付款金额、付款时间、商家名称、订单编号")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("售后状态通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.order_sale_verify,callback:function(s){t.$set(t.form,"order_sale_verify",s)},expression:"form.order_sale_verify"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【售后状态通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("审核结果、订单编号、订单金额")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("优惠券到期通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.coupon_expire,callback:function(s){t.$set(t.form,"coupon_expire",s)},expression:"form.coupon_expire"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【优惠券到期通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("优惠券名称、过期时间、商家名称、温馨提示")])])])])],1)]),e("div",{staticClass:"flex-sub"},[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("订单发货通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.order_send,callback:function(s){t.$set(t.form,"order_send",s)},expression:"form.order_send"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【订单发货通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("快递公司、快递单号、收货地址、订单号")])])])])],1),e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("退款成功通知")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.order_refund_tpl,callback:function(s){t.$set(t.form,"order_refund_tpl",s)},expression:"form.order_refund_tpl"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【退款成功通知】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("退款金额、订单编号、商品名称、申请时间")])])])])],1),[e("div",{staticClass:"le-card"},[e("div",{staticClass:"le-card-title"},[t._v("积分变更提醒")]),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板ID")]),e("el-input",{attrs:{placeholder:"请输入模板ID"},model:{value:t.form.task_refund_tpl,callback:function(s){t.$set(t.form,"task_refund_tpl",s)},expression:"form.task_refund_tpl"}})],1),e("el-form-item",[e("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[t._v("模板提示")]),e("div",{staticClass:"le-form-item__content"},[e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("模板标题")]),e("span",{staticClass:"le-value"},[t._v("【积分变更提醒】")])]),e("div",{staticClass:"le-tip-item"},[e("span",{staticClass:"le-label"},[t._v("关键词及顺序")]),e("span",{staticClass:"le-value"},[t._v("变更数量、积分余额、变动时间、变更原因")])])])])],1)]],2)]),e("div",{staticClass:"le-cardpin"},[e("el-button",{attrs:{type:"primary",disabled:t.loading},on:{click:t.submit}},[t._v("保存")])],1)])},l=[],i={name:"wechatRemind",data:function(){return{loading:!1,form:{order_sale_verify:"",order_refund_tpl:"",coupon_expire:"",order_pay:"",order_send:""}}},methods:{submit:function(){this.loading=!0;var t=this;this.$heshop.subscribe("post",{platform:"wechat",behavior:"save"},this.form).then((function(){t.loading=!1,t.$message.success("保存成功")})).catch((function(s){t.loading=!1,t.$message.error(s.data.message)}))},obtain:function(){this.loading=!0;var t=this;this.$heshop.subscribe("get",{platform:"wechat"}).then((function(s){t.form=s.form,t.loading=!1})).catch((function(s){t.loading=!1,t.$message.error(s.data.message)}))},onceAdd:function(){var t=this;this.loading=!0,this.$heshop.subscribe("post",{platform:"wechat"},{}).then((function(s){for(var e=0;e0},on:{click:e.getGoodDetail}},[e._v("选择商品")]),r("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},on:{confirm:e.confirmGoods},model:{value:e.form.goods,callback:function(o){e.$set(e.form,"goods",o)},expression:"form.goods"}}),Object.keys(e.form.goods).length>0?r("div",{staticClass:"flex le-goods"},[r("el-image",{staticClass:"le-goods--image",attrs:{src:e.form.goods.slideshow[0]}}),r("div",{staticClass:"le-goods--name flex-sub"},[e._v(" "+e._s(e.form.goods.name)+" ")]),e.disabledEdit?e._e():r("el-button",{attrs:{type:"text"},on:{click:function(o){e.form.goods={}}}},[e._v("移除")])],1):e._e()],1),r("el-form-item",{attrs:{label:"商品名称",prop:"goods_name"}},[r("el-input",{attrs:{disabled:e.disabledEdit,maxlength:"14","show-word-limit":"",placeholder:"请输入商品名称"},model:{value:e.form.goods_name,callback:function(o){e.$set(e.form,"goods_name",o)},expression:"form.goods_name"}})],1),r("el-form-item",{attrs:{label:"商品封面",prop:"pic_url"}},[r("div",{staticClass:"select-cover__120",class:[e.disabledEdit?"le-still":""]},[r("pictureDialog",{attrs:{disabled:e.disabledEdit,limit:1},scopedSlots:e._u([{key:"preview",fn:function(o){return r("div",{staticClass:"select-cover__120-edit"},[r("el-image",{attrs:{src:o.url,fit:"cover"}}),e.disabledEdit?e._e():r("div",{staticClass:"select-cover__120-tips"},[r("span",[e._v("替换")]),e._v(" | "),r("span",{on:{click:function(o){return o.stopPropagation(),function(o){return e.form.pic_url=""}()}}},[e._v("删除")])])],1)}}]),model:{value:e.form.pic_url,callback:function(o){e.$set(e.form,"pic_url",o)},expression:"form.pic_url"}},[r("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[r("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),r("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1),r("div",{staticClass:"le-prompt-text"},[e._v(" 建议尺寸:300像素 * 300像素,图片大小不得超过1M ")])]),r("el-form-item",{attrs:{label:"商品价格",prop:"price_type"}},[r("el-radio-group",{on:{change:e.priceTypeChange},model:{value:e.form.price_type,callback:function(o){e.$set(e.form,"price_type",o)},expression:"form.price_type"}},[r("el-radio",{attrs:{label:1}},[e._v("一口价")]),r("el-radio",{attrs:{label:2}},[e._v("价格区间")]),r("el-radio",{attrs:{label:3}},[e._v("折扣价")])],1),1===e.form.price_type?r("div",[r("el-input",{on:{input:function(o){return e.formatNum(e.form.price,"price")}},model:{value:e.form.price,callback:function(o){e.$set(e.form,"price",o)},expression:"form.price"}},[r("template",{slot:"append"},[e._v("元")])],2)],1):2===e.form.price_type?r("div",{staticClass:"le-small-input"},[r("el-input",{on:{input:function(o){return e.formatNum(e.form.price,"price")}},model:{value:e.form.price,callback:function(o){e.$set(e.form,"price",o)},expression:"form.price"}},[r("template",{slot:"append"},[e._v("元")])],2),r("span",[e._v("至")]),r("el-input",{on:{input:function(o){return e.formatNum(e.form.price2,"price2")}},model:{value:e.form.price2,callback:function(o){e.$set(e.form,"price2",o)},expression:"form.price2"}},[r("template",{slot:"append"},[e._v("元")])],2)],1):3===e.form.price_type?r("div",{staticClass:"le-small-input"},[r("span",[e._v("原价")]),r("el-input",{on:{input:function(o){return e.formatNum(e.form.price,"price")}},model:{value:e.form.price,callback:function(o){e.$set(e.form,"price",o)},expression:"form.price"}},[r("template",{slot:"append"},[e._v("元")])],2),r("span",[e._v("现价")]),r("el-input",{on:{input:function(o){return e.formatNum(e.form.price2,"price2")}},model:{value:e.form.price2,callback:function(o){e.$set(e.form,"price2",o)},expression:"form.price2"}},[r("template",{slot:"append"},[e._v("元")])],2)],1):e._e()],1)],1),r("div",{staticClass:"le-cardpin"},[r("el-button",{attrs:{type:"primary",loading:e.loading},on:{click:e.submit}},[e._v("保存")])],1)],1)},i=[],s=r("1da1"),a=(r("96cf"),r("b64b"),r("b0c0"),r("d3b7"),r("25f0"),r("5319"),r("ac1f"),r("8b43")),l={components:{goodsSelect:a["a"]},data:function(){var e=this,o=function(e,o,r){isNaN(o)&&r("请输入正整数"),r()},r=function(o,r,t){1===r?e.form.price||t("请输入商品价格"):2===r?(e.form.price&&e.form.price2||t("请输入商品价格"),e.form.price>e.form.price2&&t("请正确书写价格区间")):3===r&&(e.form.price&&e.form.price2||t("请输入商品价格")),t()},t=function(e,o,r){o.length>14&&r("商品名称最大为14字符"),r()},i=function(e,o,r){o&&0!==Object.keys(o).length||r("请选择商品"),r()};return{is_show:null,form:{my_goods_id:null,goods_name:"",pic_url:"",price_type:1,price:"",price2:"",page_url:"",goods:{}},rules:{my_goods_id:[{validator:o,trigger:"blur"}],price_type:[{required:!0,message:"请输入商品价格",trigger:"blur"},{validator:r,trigger:"blur"}],pic_url:[{required:!0,message:"请添加商品封面",trigger:"blur"}],goods_name:[{required:!0,message:"请添加商品名称",trigger:"blur"},{validator:t,trigger:"blur"}],goods:[{required:!0,validator:i,trigger:"blur"}]},loading:!1}},computed:{disabledEdit:function(){return this.$route.query.status&&"2"===this.$route.query.status}},created:function(){},watch:{},mounted:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function o(){var r,t;return regeneratorRuntime.wrap((function(o){while(1)switch(o.prev=o.next){case 0:r=e.$route.query.goodsId,r&&(t=JSON.parse(localStorage.getItem("editLiveGood")),console.log(t),e.form=t,t.is_show||(e.is_show=!0),e.form={my_goods_id:null,goods_name:t.name,pic_url:t.cover_img_base64,price_type:t.price_type,price:t.price,price2:t.price2,page_url:t.new_url,goods_id:t.goods_id,goods:t.goods?t.goods:{}});case 2:case"end":return o.stop()}}),o)})))()},methods:{priceTypeChange:function(){this.form.price="",this.form.price2="",this.$refs["form"].clearValidate("price_type")},getGoodDetail:function(){this.$refs.goodsSelect.handleClick()},submit:function(){var e=this;this.$refs["form"].clearValidate(),this.$refs["form"].validate((function(o){if(o){e.loading=!0;var r=JSON.parse(JSON.stringify(e.form));r.page_url=r.goods.id,delete r.my_goods_id,delete r.goods,e.$heshop.livegoods("post",r).then((function(){e.loading=!1,e.$router.back()})).catch((function(o){e.loading=!1,e.$message.error(o.data.message)}))}}))},formatNum:function(e,o){var r=e.toString();r=r.replace(/。/g,"."),r=r.replace(/[^\d.]/g,""),r=r.replace(/^\./g,""),r=r.replace(/\.{2,}/g,""),r=r.replace(".","$#$").replace(/\./g,"").replace("$#$","."),r=r.replace(/^(\-)*(\d+)\.(\d\d).*$/,"$1$2.$3"),this.form[o]=r},confirmGoods:function(e){this.form.goods_name=e.name}}},c=l,n=(r("4fe8"),r("2877")),p=Object(n["a"])(c,t,i,!1,null,"685d550c",null);o["default"]=p.exports},a419:function(e,o,r){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-c8783366.b8708710.js b/views/admin/js/chunk-c8783366.b8708710.js new file mode 100644 index 00000000..a98c25c7 --- /dev/null +++ b/views/admin/js/chunk-c8783366.b8708710.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c8783366"],{"0227":function(t,e,n){"use strict";n("beac")},"07e8":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-main"},[n("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[n("el-breadcrumb-item",[n("a",{attrs:{href:"#/plugins/features"}},[t._v("营销玩法")])]),n("el-breadcrumb-item",[t._v(" 优惠券管理 ")])],1),n("button",{staticClass:"he-btn he-primary-btn le-new-add",on:{click:function(e){return t.router()}}},[t._v(" 新建优惠券 ")]),n("el-form",{staticClass:"le-card",attrs:{inline:!0,"label-width":"110px",model:t.form},nativeOn:{submit:function(t){t.preventDefault()}}},[n("el-form-item",{staticClass:"le-search-input",attrs:{label:"优惠券名称"}},[n("el-input",{attrs:{placeholder:"输入优惠券名称搜索",clearable:""},on:{clear:function(e){return t.getList(1)}},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList(1)}},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name",e)},expression:"form.name"}})],1),n("el-form-item",{staticClass:"le-search-date",attrs:{label:"创建时间"}},[n("el-date-picker",{attrs:{type:"datetime","value-format":"timestamp",placeholder:"开始时间"},model:{value:t.form.begin_time,callback:function(e){t.$set(t.form,"begin_time",e)},expression:"form.begin_time"}}),n("span",{staticClass:"le-go"},[t._v("至")]),n("el-date-picker",{attrs:{"value-format":"timestamp",type:"datetime",placeholder:"结束时间"},model:{value:t.form.end_time,callback:function(e){t.$set(t.form,"end_time",e)},expression:"form.end_time"}})],1),n("el-form-item",{staticClass:"le-search-select",attrs:{label:"优惠券状态"}},[n("el-select",{attrs:{placeholder:"请选择"},model:{value:t.form.status,callback:function(e){t.$set(t.form,"status",e)},expression:"form.status"}},[n("el-option",{attrs:{label:"全部",value:-1}}),n("el-option",{attrs:{label:"上架中",value:1}}),n("el-option",{attrs:{label:"下架中",value:0}}),n("el-option",{attrs:{label:"已结束",value:2}})],1)],1),n("div",{staticClass:"le-button"},[n("button",{staticClass:"he-btn he-primary-btn",on:{click:function(e){return t.getList(1)}}},[t._v("筛选")]),n("button",{staticClass:"he-btn he-clear-btn",on:{click:t.emptyForm}},[t._v("清空")])])],1),n("div",{staticClass:"le-card le-table"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.tableLoading,expression:"tableLoading"}],attrs:{"row-key":t.rowKey,data:t.list,height:"688","empty-text":"暂无优惠券","default-sort":{prop:"created_time",order:"descending"},"cell-class-name":"le-table-row"},on:{"sort-change":t.sort}},[n("el-table-column",{attrs:{label:"优惠券名称",prop:"name","min-width":"200px"}}),n("el-table-column",{attrs:{label:"优惠内容",prop:"content","min-width":"200px"},scopedSlots:t._u([{key:"default",fn:function(e){return[0===Number(e.row.min_price)?[t._v(" 无门槛使用,减"+t._s(e.row.sub_price)+" ")]:[t._v(" 满"+t._s(e.row.min_price)+"减"+t._s(e.row.sub_price)+" ")]]}}])}),n("el-table-column",{attrs:{label:"已领取/剩余",width:"200px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.obtain_num)+"/"+t._s(e.row.over_num)+" ")]}}])}),n("el-table-column",{attrs:{label:"已使用",prop:"use_num",sortable:"custom",width:"200px"}}),n("el-table-column",{attrs:{label:"用券时间",width:"200px"},scopedSlots:t._u([{key:"default",fn:function(e){return[1===e.row.expire_type?[t._v("领取后"+t._s(e.row.expire_day)+"天内")]:2===e.row.expire_type?[t._v(" "+t._s(t._f("timeFormat")(e.row.begin_time,"yyyy.mm.dd hh:MM:ss"))+" -"),n("br"),t._v(" "+t._s(t._f("timeFormat")(e.row.end_time,"yyyy.mm.dd hh:MM:ss"))+" ")]:t._e()]}}])}),n("el-table-column",{attrs:{label:"状态",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[1===e.row.status?n("div",{staticClass:"le-table-status le-status-success"},[t._v(" 上架中 ")]):0===e.row.status?n("div",{staticClass:"le-table-status le-status-gray"},[t._v(" 下架中 ")]):2===e.row.status?n("div",{staticClass:"le-table-status le-status-caveat"},[t._v(" 已结束 ")]):t._e()]}}])}),n("el-table-column",{attrs:{label:"创建时间",width:"200",sortable:"custom",prop:"created_time"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("timeFormat")(e.row.created_time,"yyyy.mm.dd hh:MM:ss"))+" ")]}}])}),n("el-table-column",{attrs:{label:"编辑",width:"200px"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le-table-edit flex align-center"},[2!==e.row.status?[n("span",{staticClass:"le-button-text",on:{click:function(n){return t.router(e.row.id)}}},[t._v("编辑")]),n("span",{staticClass:"le-line-text"})]:t._e(),1===e.row.status?[n("span",{staticClass:"le-button-text",on:{click:function(n){return t.downCoupon(e.row)}}},[t._v("下架")]),n("span",{staticClass:"le-line-text"}),n("span",{directives:[{name:"popup",rawName:"v-popup.promote",value:{data:e.row,promoteType:"coupon"},expression:"{ data: scope.row, promoteType: 'coupon' }",modifiers:{promote:!0}}],staticClass:"le-button-text",attrs:{module:"goods",title:"推广",id:e.$index+"_coupon",hide_footer:!0,type:"text",width:"791"}},[t._v("推广")]),n("span",{staticClass:"le-line-text"}),n("span",{staticClass:"le-button-text",on:{click:function(n){return t.replace(e.row)}}},[t._v("发放")])]:t._e(),0===e.row.status?[n("span",{staticClass:"le-button-text",on:{click:function(n){return t.putCoupon(e.row)}}},[t._v("上架")]),n("span",{staticClass:"le-line-text"})]:t._e(),2===e.row.status||0===e.row.status?[2===e.row.status?[n("span",{staticClass:"le-button-text",on:{click:function(n){return t.router(e.row.id,1)}}},[t._v("查看")]),n("span",{staticClass:"le-line-text"})]:t._e(),n("span",{staticClass:"le-button-text",on:{click:function(n){return t.delCoupon(e.row.id,e.$index)}}},[t._v("删除")])]:t._e()],2)]}}])})],1),n("div",{staticClass:"le-pagination flex justify-end"},[n("el-pagination",{attrs:{disabled:t.tableLoading,"current-page":t.pagination.current,"page-count":t.pagination.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":t.pageChange}})],1)],1)],1)},s=[],o=n("1da1"),r=(n("96cf"),{components:{},data:function(){return{form:{name:"",status:-1,begin_time:null,end_time:null,sort:4},pagination:{current:1,count:1},tableLoading:!1,list:[]}},computed:{},created:function(){},watch:{},mounted:function(){var t=this;return Object(o["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:console.log(t.$route),t.getList(t.$route.query.current?parseInt(t.$route.query.current):1);case 2:case"end":return e.stop()}}),e)})))()},methods:{rowKey:function(t){return t.id},getList:function(t){this.tableLoading=!0;var e=this,n=JSON.parse(JSON.stringify(this.form));for(var a in n)n[a]||0===n[a]?"begin_time"!==a&&"end_time"!==a||(n[a]=n[a]+"",n[a]=parseInt(n[a].substring(0,n[a].length-3))):delete n[a];this.$heshop.coupon("get",n).page(t,10).then((function(t){var n=t.headers,a=t.data;e.list=a,e.tableLoading=!1,e.pagination={current:+n["x-pagination-current-page"],count:+n["x-pagination-page-count"]}})).catch((function(t){console.error(t),e.$message.error(t.data.message),e.tableLoading=!1}))},emptyForm:function(){this.form={name:"",status:-1,begin_time:null,end_time:null,sort:4},this.getList(1)},sort:function(t){"use_num"===t.prop?"ascending"===t.order?this.form.sort=1:"descending"===t.order?this.form.sort=2:this.form.sort=4:"created_time"===t.prop&&("ascending"===t.order?this.form.sort=3:this.form.sort=4),this.getList(this.pagination.current)},router:function(t,e){var n={};t&&(n.id=t),e&&(n.examine=e),this.$router.push({path:"/features/coupon/detail",query:n})},replace:function(t){this.$router.push({path:"/features/coupon/send",query:{id:t.id}})},pageChange:function(t){this.getList(t)},delCoupon:function(t,e){var n=this;this.$confirm("是否确认删除优惠券?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){n.$heshop.coupon("delete",t).then((function(){n.$delete(n.list,e),n.$message.success("删除成功")})).catch((function(t){n.$message.error(t.data.message)}))})).catch((function(){}))},putCoupon:function(t){var e=this;this.$confirm("是否确认上架优惠券?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){console.log(t.id),e.$heshop.coupon("put",{id:t.id,behavior:"status"},{status:1}).then((function(){t.status=1,e.$message.success("上架成功")})).catch((function(t){e.$message.error(t.data.message)}))})).catch((function(){}))},downCoupon:function(t){var e=this;this.$confirm("优惠券下架后,用户不可再领取,但已领取过的用户,仍可继续使用优惠券,是否确认下架?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){console.log(t),e.$heshop.coupon("put",{id:t.id,behavior:"status"},{status:0}).then((function(){t.status=0,e.$message.success("下架成功")})).catch((function(t){e.$message.error(t.data.message)}))})).catch((function(){}))}}}),i=r,l=(n("0227"),n("2877")),c=Object(l["a"])(i,a,s,!1,null,"c491958a",null);e["default"]=c.exports},beac:function(t,e,n){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-d2d26f44.505f31bd.js b/views/admin/js/chunk-d2d26f44.505f31bd.js new file mode 100644 index 00000000..9e7d88c1 --- /dev/null +++ b/views/admin/js/chunk-d2d26f44.505f31bd.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d2d26f44"],{"3c0de":function(e,t,o){"use strict";o.r(t);var s=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("el-form",{ref:"form",staticClass:"le-matter",attrs:{"label-width":"170px",model:e.form,rules:e.rules},nativeOn:{submit:function(e){e.preventDefault()}}},[o("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[o("el-breadcrumb-item",{staticClass:"he-link"},[o("he-link",{attrs:{href:"users/userLabel"}},[e._v("用户标签")])],1),o("el-breadcrumb-item",[e._v(" "+e._s(e.$route.query.id?"编辑标签":"新建标签")+" ")])],1),o("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"le-card"},[o("el-form-item",[o("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("标签类型")]),o("el-radio-group",{attrs:{disabled:!!e.$route.query.id},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},[o("el-radio",{attrs:{label:1}},[e._v("手动标签")]),o("el-radio",{attrs:{label:2}},[e._v("自动标签")])],1)],1),o("el-form-item",{attrs:{prop:"name"}},[o("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("标签名称")]),o("el-input",{attrs:{maxlength:"8","show-word-limit":""},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),2===e.form.type?[o("el-form-item",[o("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("标签类型")]),o("div",{staticClass:"le-form-item-type"},[o("div",{staticClass:"le-form-item__line"},[o("el-radio-group",{model:{value:e.form.conditions_status,callback:function(t){e.$set(e.form,"conditions_status",t)},expression:"form.conditions_status"}},[o("el-radio",{attrs:{label:1}},[e._v("满足所有条件")]),o("el-radio",{attrs:{label:2}},[e._v("满足任一条件")])],1),1===e.form.conditions_status?o("div",{staticClass:"le-form-item-tip"},[e._v("所有条件互相独立,即:"),o("br"),e._v(" 1.订单无需满足在某个时间段内累计消费X次,累计消费X金额;"),o("br"),e._v(" 2.订单需既购买过指定商品,也购买过指定分类,而非购买指定分类下的指定商品。 ")]):e._e()],1),o("div",{staticClass:"le-form-item__line le-form-checkbox"},[o("el-checkbox",{model:{value:e.form.conditions_setting.shopping_time.checked,callback:function(t){e.$set(e.form.conditions_setting.shopping_time,"checked",t)},expression:"form.conditions_setting.shopping_time.checked"}},[e._v(" 消费时间 ")]),o("el-date-picker",{attrs:{disabled:!e.form.conditions_setting.shopping_time.checked,type:"datetime","value-format":"timestamp",placeholder:"开始日期"},model:{value:e.form.conditions_setting.shopping_time.value.start,callback:function(t){e.$set(e.form.conditions_setting.shopping_time.value,"start",t)},expression:"form.conditions_setting.shopping_time.value.start"}}),o("span",{staticClass:"le-form-date-go"},[e._v("至")]),o("el-date-picker",{attrs:{disabled:!e.form.conditions_setting.shopping_time.checked,type:"datetime","value-format":"timestamp",placeholder:"结束日期"},model:{value:e.form.conditions_setting.shopping_time.value.end,callback:function(t){e.$set(e.form.conditions_setting.shopping_time.value,"end",t)},expression:"form.conditions_setting.shopping_time.value.end"}})],1),o("div",{staticClass:"le-form-item__line le-form-checkbox"},[o("el-checkbox",{model:{value:e.form.conditions_setting.shopping_number.checked,callback:function(t){e.$set(e.form.conditions_setting.shopping_number,"checked",t)},expression:"form.conditions_setting.shopping_number.checked"}},[e._v(" 历史累计消费次数 ")]),o("el-input",{attrs:{change:e.checkNumber(),disabled:!e.form.conditions_setting.shopping_number.checked},model:{value:e.form.conditions_setting.shopping_number.value,callback:function(t){e.$set(e.form.conditions_setting.shopping_number,"value",t)},expression:"form.conditions_setting.shopping_number.value"}},[o("template",{slot:"append"},[e._v("次")])],2)],1),o("div",{staticClass:"le-form-item__line le-form-checkbox"},[o("el-checkbox",{model:{value:e.form.conditions_setting.shopping_amount.checked,callback:function(t){e.$set(e.form.conditions_setting.shopping_amount,"checked",t)},expression:"form.conditions_setting.shopping_amount.checked"}},[e._v(" 历史累计消费金额 ")]),o("el-input",{attrs:{change:e.checkAmount(),disabled:!e.form.conditions_setting.shopping_amount.checked},model:{value:e.form.conditions_setting.shopping_amount.value,callback:function(t){e.$set(e.form.conditions_setting.shopping_amount,"value",t)},expression:"form.conditions_setting.shopping_amount.value"}},[o("template",{slot:"append"},[e._v("元")])],2)],1),o("div",{staticClass:"le-form-item__line le-form-checkbox"},[o("el-checkbox",{model:{value:e.form.conditions_setting.shopping_goods.checked,callback:function(t){e.$set(e.form.conditions_setting.shopping_goods,"checked",t)},expression:"form.conditions_setting.shopping_goods.checked"}},[e._v(" 购买指定商品 ")]),o("button",{staticClass:"le-form-button",attrs:{disabled:!e.form.conditions_setting.shopping_goods.checked},on:{click:e.getGoods}},[e._v("选择商品 ")]),o("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},model:{value:e.form.conditions_setting.shopping_goods.value,callback:function(t){e.$set(e.form.conditions_setting.shopping_goods,"value",t)},expression:"form.conditions_setting.shopping_goods.value"}}),e.form.conditions_setting.shopping_goods.checked&&e.form.conditions_setting.shopping_goods.value.length?o("el-table",{staticClass:"le-goods-table",attrs:{"max-height":"368px","row-class-name":"le-table-row",data:e.form.conditions_setting.shopping_goods.value}},[o("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[o("div",{staticClass:"le-table-goods flex align-center"},[o("img",{attrs:{src:t.row.slideshow[0],alt:""}}),o("div",{staticClass:"he-line-2"},[e._v(e._s(t.row.name))])])]}}],null,!1,1926221857)}),o("el-table-column",{attrs:{label:"商品价格",prop:"price",width:"160"}}),o("el-table-column",{attrs:{label:"库存",prop:"stocks",width:"160"}}),o("el-table-column",{attrs:{label:"操作",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[o("span",{staticClass:"le-button-text",on:{click:function(o){return e.form.conditions_setting.shopping_goods.value.splice(t.$index,1)}}},[e._v("删除")])]}}],null,!1,1022582724)})],1):e._e()],1),o("div",{staticClass:"le-form-item__line le-form-checkbox"},[o("el-checkbox",{model:{value:e.form.conditions_setting.shopping_group.checked,callback:function(t){e.$set(e.form.conditions_setting.shopping_group,"checked",t)},expression:"form.conditions_setting.shopping_group.checked"}},[e._v(" 购买指定分类 ")]),o("button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.catObject,expression:"catObject",modifiers:{chooseCategory:!0}}],staticClass:"le-form-button",attrs:{action:"openGroup",title:"选择分类",width:"801",module:"goods",disabled:!e.form.conditions_setting.shopping_group.checked}},[e._v(" 指定分类 ")]),o("div",{staticClass:"le-form-group"},e._l(e.catObject.result,(function(t,s){return o("span",{key:s,staticClass:"le-group-item"},[e._v(e._s(t.value)+" "),o("he-icon",{staticClass:"le-group-item-delete",attrs:{size:"10px",type:"le-icon-fork"},nativeOn:{click:function(o){return e.deleteTag(t,s)}}})],1)})),0)],1)])]),o("el-form-item",[o("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("用户剔除")]),o("button",{directives:[{name:"popup",rawName:"v-popup.chooseUser",value:{item:e.form.filter_user},expression:"{item:form.filter_user}",modifiers:{chooseUser:!0}}],staticClass:"le-form-button",attrs:{width:"577",title:"选择用户",module:"users",action:"chooseUser"}},[e._v("选择用户 ")]),o("div",{staticClass:"le-form-item-tip"},[e._v("已被打上标签的用户,被剔除掉,则不再属于该标签用户,此后也将不自动打上此标签;"),o("br"),e._v(" 未被打上标签的用户,被剔除掉,则当条件满足时,也不会被自动打上此标签; ")]),e.form.filter_user.length?o("el-table",{staticClass:"le-users-table",attrs:{data:e.form.filter_user,"max-height":"368px","row-class-name":"le-table-row"}},[o("el-table-column",{attrs:{label:"用户ID",width:"120",prop:"id"}}),o("el-table-column",{attrs:{label:"用户昵称",prop:"nickname"}}),o("el-table-column",{attrs:{label:"操作",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[o("span",{staticClass:"le-button-text",on:{click:function(o){return e.form.filter_user.splice(t.$index,1)}}},[e._v("移除")])]}}],null,!1,4097585928)})],1):e._e()],1),o("el-form-item",[o("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("是否启用")]),o("el-radio-group",{model:{value:e.form.status,callback:function(t){e.$set(e.form,"status",t)},expression:"form.status"}},[o("el-radio",{attrs:{label:1}},[e._v("启用")]),o("el-radio",{attrs:{label:0}},[e._v("禁用")])],1)],1)]:e._e()],2),o("div",{staticClass:"le-cardpin"},[o("el-button",{attrs:{disabled:e.loading},on:{click:e.cancel}},[e._v("取消")]),o("el-button",{attrs:{type:"primary",disabled:e.loading},on:{click:e.submit}},[e._v("保存")])],1)],1)},i=[],n=o("1da1"),a=(o("96cf"),o("d81d"),o("159b"),o("b0c0"),o("99af"),o("a434"),o("1276"),o("ac1f"),o("a9e3"),o("5319"),o("57f9")),r={name:"editLabel",components:{goodsSelect:a["a"]},data:function(){return{rules:{name:[{required:!0,message:"请输入标签名称",trigger:"blur"}]},form:{type:1,name:"",status:1,conditions_status:1,conditions_setting:{shopping_time:{checked:!1,value:{start:"",end:""}},shopping_group:{checked:!1,value:[]},shopping_goods:{checked:!1,value:[]},shopping_amount:{checked:!1,value:""},shopping_number:{checked:!1,value:""}},filter_user:[]},catObject:{cat:[],result:[]},loading:!0,catTree:[]}},methods:{getGoods:function(){this.$refs.goodsSelect.open()},openGroup:function(e){for(var t=[],o=0;o ").concat(t.name),t.children&&t.children.forEach((function(e){e.value="".concat(t.value," > ").concat(e.name)}))}))})),e.catTree=o;case 6:case"end":return t.stop()}}),t)})))()},chooseUser:function(e){this.form.filter_user=e.item},deleteTag:function(e,t){var o=this;this.catObject.result.splice(t,1);var s=e.path.split("-").map(Number),i=s.length;if(3===i){var n=!1,a=!1;this.catObject.result.forEach((function(e,t){e.id===s[1]&&(a||(a=!0,o.catObject.result.splice(t,1)),o.catObject.result.forEach((function(e,t){e.id===s[2]&&(n||(n=!0,o.catObject.result.splice(t,1)))})))}))}else if(2===i){var r=!1;this.catObject.result.forEach((function(e,t){e.id===s[1]&&(r||(r=!0,o.catObject.result.splice(t,1)))}))}this.form.conditions_setting.shopping_group.value=this.catObject.result.map((function(e){return e.id}))},submit:function(){var e=this;this.$refs["form"].validate((function(t){if(!t)return!1;if(e.loading=!0,1===e.form.type)e.form.conditions_setting=null,e.$delete(e.form,"filter_user"),e.$delete(e.form,"conditions_status"),e.$delete(e.form,"status");else{var o=e.form.conditions_setting,s=o.shopping_time,i=o.shopping_group,n=o.shopping_goods,a=o.shopping_amount,r=o.shopping_number;if(!s.checked&&!a.checked&&!r.checked&&!n.checked&&!i.checked)return e.loading=!1,void e.$message.error("请至少设置一个打标条件");if(s.checked){var l=s.value,c=l.start,u=l.end;if(!c&&!u)return e.loading=!1,void e.$message.error("消费时间不能为空");if(!c&&u)return e.loading=!1,void e.$message.error("消费开始时间不能为空");if(c&&!u)return e.loading=!1,void e.$message.error("消费结束时间不能为空");if(c>=u)return e.loading=!1,void e.$message.error("消费时间开始时间必须小于结束时间")}if(r.checked&&!r.value)return e.loading=!1,void e.$message.error("消费次数不能为空");if(a.checked&&!a.value)return e.loading=!1,void e.$message.error("消费金额不能为空");if(n.checked&&0===n.value.length)return e.loading=!1,void e.$message.error("购买指定商品不能为空");if(i.checked&&0===i.value.length)return e.loading=!1,void e.$message.error("购买指定分类不能为空");if(s.checked){var d=s.value,p=d.start,m=d.end;p+="",s.value.start=parseInt(p.substring(0,p.length-3)),m+="",s.value.end=parseInt(m.substring(0,m.length-3)),e.form.conditions_setting.shopping_group.value=e.catObject.result}}e.$route.query.id?e.$heshop.userlabel("put",{id:e.$route.query.id},e.form).then((function(){e.cancel()})).catch((function(t){e.loading=!1,403===t.status&&e.$message.error(t.data.message)})):e.$heshop.userlabel("post",e.form).then((function(){e.cancel()})).catch((function(t){e.loading=!1,403===t.status&&e.$message.error(t.data.message)}))}))},cancel:function(){this.$router.replace({path:"/users/userLabel",query:{type:this.form.type}})},getDetail:function(e){var t=this;this.$heshop.userlabel("get",e).then((function(e){if(t.form=e,1!==e.type){var o=t.form.conditions_setting.shopping_group.value,s=t.form.conditions_setting.shopping_time;if(s.checked){var i=s.value,n=i.start,a=i.end;n+="000",a+="000",s.value.start=parseInt(n),s.value.end=parseInt(a)}var r=[];o.forEach((function(e){t.catTree.forEach((function(t){t.id==e.id&&r.push(t),t.children&&t.children.forEach((function(t){t.id==e.id&&r.push(t),t.children&&t.children.forEach((function(t){t.id==e.id&&r.push(t)}))}))}))})),t.catObject.result=r}}))},checkAmount:function(){var e=""+this.form.conditions_setting.shopping_amount.value;e=e.replace(/[^\d.]/g,"").replace(/\.{2,}/g,".").replace(/^\./g,"").replace(".","$#$").replace(/\./g,"").replace("$#$",".").replace(/^(\-)*(\d+)\.(\d\d).*$/,"$1$2.$3"),e.indexOf(".")<0&&""!=e&&(e=parseFloat(e)),this.form.conditions_setting.shopping_amount.value=e},checkNumber:function(){var e=""+this.form.conditions_setting.shopping_number.value;e=e.replace(/[^\d]/g,""),e.indexOf(".")<0&&""!=e&&(e=parseFloat(e)),this.form.conditions_setting.shopping_number.value=e}},mounted:function(){var e=this;return Object(n["a"])(regeneratorRuntime.mark((function t(){var o,s;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.getGroupList();case 2:return e.loading=!1,o=e.$route.query.id,s=e.$route.query.type,t.next=7,o;case 7:if(!t.sent){t.next=11;break}e.getDetail(parseInt(o)),t.next=12;break;case 11:e.form.type=parseInt(s);case 12:case"end":return t.stop()}}),t)})))()}},l=r,c=(o("cbfb"),o("2877")),u=Object(c["a"])(l,s,i,!1,null,"551d6212",null);t["default"]=u.exports},"9b73":function(e,t,o){},cbfb:function(e,t,o){"use strict";o("9b73")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-d746bea6.92370fe1.js b/views/admin/js/chunk-d746bea6.92370fe1.js new file mode 100644 index 00000000..936cc086 --- /dev/null +++ b/views/admin/js/chunk-d746bea6.92370fe1.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d746bea6"],{"5cef":function(e,t,a){},"71cb":function(e,t,a){"use strict";a("5cef")},a421:function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-matter"},[a("el-breadcrumb",{staticClass:"he-link-text",attrs:{"separator-class":"el-icon-arrow-right"}},[a("el-breadcrumb-item",[a("he-link",{attrs:{href:"plugins/features"}},[e._v("营销玩法")])],1),a("el-breadcrumb-item",{staticClass:"he-link"},[a("he-link",{attrs:{href:"features/coupon/index"}},[e._v("优惠券管理")])],1),a("el-breadcrumb-item",[e._v(" "+e._s(e.isEdit?"编辑优惠券":"新建优惠券")+" ")])],1),a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"flex le-content"},[a("div",{staticClass:"le-left"},[a("div",{staticClass:"le-left-top"},[a("el-scrollbar",{staticClass:"le-left-top_content"},[a("div",{staticClass:"le-coupon-detail"},[e.form.enable_share?a("div",{staticClass:"le-coupon-share align-center flex flex-direction"},[a("he-icon",{attrs:{type:"le-icon-fenxiang",size:"14px"}}),a("span",[e._v("分享")])],1):e._e(),a("div",{staticClass:"le-coupon-detail-top"},[a("div",{staticClass:"le-coupon-doc-line flex justify-center"},e._l(17,(function(e){return a("div",{key:e,staticClass:"le-coupon-doc-item"},[a("div",{staticClass:"le-coupon-doc"})])})),0),a("div",{staticClass:"le-coupon-heade-body flex flex-direction align-center"},[a("div",{staticClass:"le-coupon-name"},[e._v(" "+e._s(e.form.name?e.form.name:"优惠券名称")+" ")]),a("div",{staticClass:"le-coupon-price"},[e._v(" "+e._s(e.form.sub_price?e.form.sub_price:"88")+" ")]),a("div",{staticClass:"le-coupon-condition"},[e.form.min.type>0?[e._v(" 满"+e._s(e.form.min.price)+"可用 ")]:[e._v(" 无门槛使用 ")],e._v(" ,"+e._s(1===e.form.appoint_type?"全部商品可用":"部分商品可用")+" ")],2),a("button",{staticClass:"le-coupon-btn"},[e._v("立即使用")])])]),a("div",{staticClass:"le-coupon-detail-center"},[a("div",{staticClass:"le-coupon-doc"}),a("div",{staticClass:"le-coupon-line"}),a("div",{staticClass:"le-coupon-doc"})]),a("div",{staticClass:"le-coupon-detail-bottom"},[a("div",{staticClass:"le-coupon-bottom-body"},[a("div",{staticClass:"le-coupon-title"},[e._v("可用时间")]),a("div",{staticClass:"le-coupon-text"},[1===e.form.time.expire_type?[e._v(" 领取后"+e._s(e.form.time.expire_day)+"天内 ")]:[e.form.time.begin_time&&e.form.time.end_time?[e._v(" "+e._s(e._f("timeFormat")(e.form.time.begin_time,"yyyy.mm.dd hh:MM:ss"))+" - "+e._s(e._f("timeFormat")(e.form.time.end_time,"yyyy.mm.dd hh:MM:ss"))+" ")]:[e._v(" XXXX.XX.XX XX:XX:XX - XXXX.XX.XX XX:XX:XX")]]],2),a("div",{staticClass:"le-coupon-title"},[e._v("使用说明")]),a("div",{staticClass:"le-coupon-text",domProps:{innerHTML:e._s(e.form.content)}})]),a("div",{staticClass:"le-coupon-doc-line flex justify-center"},e._l(17,(function(e){return a("div",{key:e,staticClass:"le-coupon-doc-item"},[a("div",{staticClass:"le-coupon-doc"})])})),0)])])])],1),a("div",{staticClass:"le-left-bottom"},[e._v(" 优惠券详情预览图 "),a("el-popover",{attrs:{trigger:"hover",content:"使用在优惠券详情页",placement:"top"}},[a("he-icon",{staticClass:"he-zhushi",attrs:{slot:"reference",type:"le-icon-zhushi"},slot:"reference"})],1)],1)]),a("el-form",{ref:"form",staticClass:"flex-sub",attrs:{"label-width":"189px",model:e.form,rules:e.rules}},[a("div",{staticClass:"le-card"},[a("div",{staticClass:"le-card-header flex align-center"},[a("span"),a("span",[e._v("基本信息")])]),a("div",{staticClass:"le-card-body"},[a("el-form-item",[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("优惠券类型")]),a("span",{staticClass:"le-item-form-text"},[e._v("满减优惠券")])]),a("el-form-item",{attrs:{prop:"name"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("优惠券名称")]),a("el-input",{attrs:{maxlength:"8",placeholder:"请输入优惠券名称","show-word-limit":"",disabled:e.examine},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),a("el-form-item",{attrs:{prop:"total_num"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("发放总量")]),a("el-input",{attrs:{maxlength:8,disabled:e.examine},nativeOn:{input:function(t){return e.inputNumberTotalNum(t)}},model:{value:e.form.total_num,callback:function(t){e.$set(e.form,"total_num",e._n(t))},expression:"form.total_num"}},[a("template",{slot:"append"},[e._v("张")])],2),a("div",{staticClass:"le-item-form-prompt"},[e._v(" 编辑发放总量时只能增加不能减少,请谨慎设置 ")])],1),a("el-form-item",{staticClass:"le-form-item-time",attrs:{prop:"time"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("用券时间")]),a("div",{staticClass:"flex"},[a("div",[a("el-radio",{attrs:{label:2,disabled:e.isEdit},on:{change:function(t){return e.validateField("time")}},model:{value:e.form.time.expire_type,callback:function(t){e.$set(e.form.time,"expire_type",t)},expression:"form.time.expire_type"}},[a("span")])],1),a("div",[a("el-date-picker",{attrs:{type:"datetime","value-format":"timestamp",disabled:1===e.form.time.expire_type||e.isEdit,placeholder:"开始时间"},model:{value:e.form.time.begin_time,callback:function(t){e.$set(e.form.time,"begin_time",t)},expression:"form.time.begin_time"}}),a("span",{staticClass:"le-go le-item-form-text"},[e._v("至")]),a("el-date-picker",{attrs:{type:"datetime","value-format":"timestamp",disabled:1===e.form.time.expire_type||e.isEdit,placeholder:"结束时间"},model:{value:e.form.time.end_time,callback:function(t){e.$set(e.form.time,"end_time",t)},expression:"form.time.end_time"}}),a("div",{staticClass:"le-item-form-prompt"},[e._v(" 若当前时间超过优惠券的固定用券时间,则优惠券状态将变成已结束。 ")])],1)]),a("div",{staticClass:"flex"},[a("div",[a("el-radio",{attrs:{label:1,disabled:e.isEdit},on:{change:function(t){return e.validateField("time")}},model:{value:e.form.time.expire_type,callback:function(t){e.$set(e.form.time,"expire_type",t)},expression:"form.time.expire_type"}},[a("span")])],1),a("div",[a("span",{staticClass:"le-form-item__label"},[e._v("领取当日起")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:7,disabled:2===e.form.time.expire_type||e.isEdit},nativeOn:{input:function(t){return e.inputNumberDay(t)}},model:{value:e.form.time.expire_day,callback:function(t){e.$set(e.form.time,"expire_day",e._n(t))},expression:"form.time.expire_day"}},[a("template",{slot:"append"},[e._v("天")])],2),a("span",{staticClass:"le-form-item__label"},[e._v("可用")])],1)])])],1)]),a("div",{staticClass:"le-card"},[a("div",{staticClass:"le-card-header flex align-center"},[a("span"),a("span",[e._v("优惠内容")])]),a("div",{staticClass:"le-card-body"},[a("el-form-item",{attrs:{prop:"min"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("门槛金额")]),a("div",[a("el-radio",{attrs:{label:0,disabled:e.isEdit},model:{value:e.form.min.type,callback:function(t){e.$set(e.form.min,"type",t)},expression:"form.min.type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("无使用门槛")])])],1),a("div",{staticClass:"flex"},[a("div",[a("el-radio",{attrs:{label:1,disabled:e.isEdit},model:{value:e.form.min.type,callback:function(t){e.$set(e.form.min,"type",t)},expression:"form.min.type"}},[a("span")])],1),a("div",[a("span",{staticClass:"le-item-form-text"},[e._v("订单满")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:10,disabled:0===e.form.min.type||e.isEdit},nativeOn:{input:function(t){return e.formatPrice(t)}},model:{value:e.form.min.price,callback:function(t){e.$set(e.form.min,"price",t)},expression:"form.min.price"}},[a("template",{slot:"append"},[e._v("元")])],2),a("span",{staticClass:"le-item-form-text"},[e._v("可用")])],1)])]),a("el-form-item",{attrs:{prop:"sub_price"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("优惠金额")]),a("span",{staticClass:"le-item-form-text"},[e._v("减免")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:10,disabled:e.isEdit},nativeOn:{input:function(t){return e.formatSubPrice(t)}},model:{value:e.form.sub_price,callback:function(t){e.$set(e.form,"sub_price",t)},expression:"form.sub_price"}},[a("template",{slot:"append"},[e._v("元")])],2),a("div",{staticClass:"le-item-form-prompt"},[e._v("为控制成本,请谨慎填写")])],1),a("el-form-item",{attrs:{prop:"appoint_data"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("适用商品")]),a("div",[a("el-radio",{attrs:{label:1,disabled:e.examine},on:{change:e.changeAppoint},model:{value:e.form.appoint_type,callback:function(t){e.$set(e.form,"appoint_type",t)},expression:"form.appoint_type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("全部商品")])])],1),a("div",[a("el-radio",{attrs:{label:2,disabled:e.examine},on:{change:e.changeAppoint},model:{value:e.form.appoint_type,callback:function(t){e.$set(e.form,"appoint_type",t)},expression:"form.appoint_type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("指定商品可用")])])],1),2===e.form.appoint_type?a("div",{staticClass:"le-des-goods"},[e.examine?e._e():[a("el-button",{staticClass:"le-select-btn",on:{click:e.getGoods}},[e._v("选择商品")]),a("span",{staticClass:"le-item-form-prompt"},[e._v("最多添加500件商品")])],a("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},model:{value:e.form.appoint_data,callback:function(t){e.$set(e.form,"appoint_data",t)},expression:"form.appoint_data"}}),0!==e.form.appoint_data.length?a("el-table",{staticClass:"le-goods-table",attrs:{"max-height":"368px","row-class-name":"le-table-row",data:e.form.appoint_data}},[a("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"le-table-goods flex align-center"},[a("img",{attrs:{src:t.row.slideshow&&t.row.slideshow[0],alt:""}}),a("div",{staticClass:"he-line-2"},[e._v(e._s(t.row.name))])])]}}],null,!1,3727206901)}),a("el-table-column",{attrs:{label:"商品价格",prop:"price",width:"160"}}),e.examine?e._e():a("el-table-column",{attrs:{label:"操作",width:"80"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",{staticClass:"le-button-text",on:{click:function(a){return e.form.appoint_data.splice(t.$index,1)}}},[e._v("删除")])]}}],null,!1,3316456559)})],1):e._e()],2):e._e(),a("div",[a("el-radio",{attrs:{label:3,disabled:e.examine},on:{change:e.changeAppoint},model:{value:e.form.appoint_type,callback:function(t){e.$set(e.form,"appoint_type",t)},expression:"form.appoint_type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("指定分类可用")])]),3===e.form.appoint_type?a("div",{staticClass:"le-des-group"},[a("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.group.available,expression:"group.available",modifiers:{chooseCategory:!0}}],staticClass:"le-select-btn",attrs:{action:"openAvGroup",title:"选择分类",width:"801",module:"goods"}},[e._v("选择分类 ")]),a("span",{staticClass:"le-item-form-prompt"},[e._v("最多添加30个分类")]),a("div",{staticClass:"le-form-group"},e._l(e.group.available.result,(function(t,i){return a("span",{key:i,staticClass:"le-group-item"},[e._v(e._s(t.value)+" "),a("he-icon",{staticClass:"le-group-item-delete",attrs:{size:"10px",type:"le-icon-fork"},nativeOn:{click:function(a){return e.deleteTag("available",t,i)}}})],1)})),0)],1):e._e()],1),a("div",[a("el-radio",{attrs:{label:4,disabled:e.examine},on:{change:e.changeAppoint},model:{value:e.form.appoint_type,callback:function(t){e.$set(e.form,"appoint_type",t)},expression:"form.appoint_type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("指定商品不可用")])]),4===e.form.appoint_type?a("div",{staticClass:"le-des-goods"},[a("el-button",{staticClass:"le-select-btn",attrs:{disabled:e.examine},on:{click:e.getGoods}},[e._v("选择商品")]),a("span",{staticClass:"le-item-form-prompt"},[e._v("最多添加500件商品")]),a("goods-select",{ref:"goodsSelect",attrs:{"is-tips":!1,"select-style":{backgroundColor:"#ffffff"}},model:{value:e.form.appoint_data,callback:function(t){e.$set(e.form,"appoint_data",t)},expression:"form.appoint_data"}}),e.form.appoint_data.length>0?a("el-table",{staticClass:"le-goods-table",attrs:{"max-height":"368px","row-class-name":"le-table-row",data:e.form.appoint_data}},[a("el-table-column",{attrs:{label:"商品"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"le-table-goods flex align-center"},[a("img",{attrs:{src:t.row.slideshow&&t.row.slideshow[0]}}),a("div",{staticClass:"he-line-2"},[e._v(e._s(t.row.name))])])]}}],null,!1,985051322)}),a("el-table-column",{attrs:{label:"商品价格",prop:"price",width:"160"}}),a("el-table-column",{attrs:{label:"操作",width:"80"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",{staticClass:"le-button-text",on:{click:function(a){return e.form.appoint_data.splice(t.$index,1)}}},[e._v("删除")])]}}],null,!1,3316456559)})],1):e._e()],1):e._e()],1),a("div",[a("el-radio",{attrs:{label:5,disabled:e.examine},on:{change:e.changeAppoint},model:{value:e.form.appoint_type,callback:function(t){e.$set(e.form,"appoint_type",t)},expression:"form.appoint_type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("指定分类不可用")])]),5===e.form.appoint_type?a("div",{staticClass:"le-des-group"},[a("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.group.unavailable,expression:"group.unavailable",modifiers:{chooseCategory:!0}}],staticClass:"le-select-btn",attrs:{action:"openUnGroup",title:"选择分类",width:"801",module:"goods"}},[e._v("选择分类 ")]),a("span",{staticClass:"le-item-form-prompt"},[e._v("最多添加30个分类")]),a("div",{staticClass:"le-form-group"},e._l(e.group.unavailable.result,(function(t,i){return a("span",{key:i,staticClass:"le-group-item"},[e._v(e._s(t.value)+" "),a("he-icon",{staticClass:"le-group-item-delete",attrs:{size:"10px",type:"le-icon-fork"},nativeOn:{click:function(a){return e.deleteTag("unavailable",t,i)}}})],1)})),0)],1):e._e()],1)])],1)]),a("div",{staticClass:"le-card"},[a("div",{staticClass:"le-card-header flex align-center"},[a("span"),a("span",[e._v("发放领取")])]),a("div",{staticClass:"le-card-body"},[a("el-form-item",{attrs:{prop:"give_limit"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("每人限领")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{disabled:e.examine,maxlength:10},nativeOn:{input:function(t){return e.inputNumberGiveLimit(t)}},model:{value:e.form.give_limit,callback:function(t){e.$set(e.form,"give_limit",e._n(t))},expression:"form.give_limit"}},[a("template",{slot:"append"},[e._v("张")])],2),a("div",{staticClass:"le-item-form-prompt"},[e._v(" 仅对用户主动领取有效,自动发放不生效,不填写则表明不限制 ")])],1),a("el-form-item",[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("分享设置")]),a("el-checkbox",{attrs:{"true-label":1,"false-label":0,disabled:e.examine},model:{value:e.form.enable_share,callback:function(t){e.$set(e.form,"enable_share",t)},expression:"form.enable_share"}},[a("span",{staticClass:"le-item-form-text"},[e._v("允许分享给好友领取")])]),a("div",{staticClass:"le-item-form-prompt"},[e._v("勾选,则优惠券可被分享转发")])],1),a("el-form-item",{attrs:{prop:"register_limit.value"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("新客领取")]),a("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:e.form.register_limit.type,callback:function(t){e.$set(e.form.register_limit,"type",t)},expression:"form.register_limit.type"}},[a("span",{staticClass:"le-item-form-text"},[e._v("自动发放给新注册的用户")])]),a("div",{staticClass:"le-item-form-prompt"},[e._v(" 勾选,则新用户授权登录后自动发放优惠券 ")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:10},nativeOn:{input:function(t){return e.inputRegisterLimit(t)}},model:{value:e.form.register_limit.value,callback:function(t){e.$set(e.form.register_limit,"value",e._n(t))},expression:"form.register_limit.value"}},[a("template",{slot:"append"},[e._v("张")])],2)],1)],1)]),a("div",{staticClass:"le-card"},[a("div",{staticClass:"le-card-header flex align-center"},[a("span"),a("span",[e._v("其他设置")])]),a("div",{staticClass:"le-card-body"},[a("el-form-item",{attrs:{prop:"expire_remind"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("到期提醒")]),a("span",{staticClass:"le-item-form-text"},[e._v("到期前")]),a("el-input",{staticClass:"le-form-item-small-input",attrs:{maxlength:10,disabled:e.examine},nativeOn:{input:function(t){return e.inputNumberExpireRemind(t)}},model:{value:e.form.expire_remind,callback:function(t){e.$set(e.form,"expire_remind",e._n(t))},expression:"form.expire_remind"}},[a("template",{slot:"append"},[e._v("天")])],2),a("span",{staticClass:"le-item-form-text"},[e._v("提醒")]),a("div",{staticClass:"le-form-item-expire-remind"},[e._v(" 请确保已经设置定时任务 "),a("span",{on:{click:e.toSettingPage}},[e._v("设置>基础设置")])])],1),a("el-form-item",[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("退款设置")]),a("el-checkbox",{attrs:{"true-label":1,"false-label":0,disabled:e.examine},model:{value:e.form.enable_refund,callback:function(t){e.$set(e.form,"enable_refund",t)},expression:"form.enable_refund"}},[a("span",{staticClass:"le-item-form-text"},[e._v("订单退款成功时优惠券失效")])]),a("div",{staticClass:"le-item-form-prompt"},[e._v(" 勾选,则因购买商品而发放的优惠券,在商品退款成功后,优惠券失效 ")])],1),a("el-form-item",[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("上架状态")]),a("el-radio-group",{attrs:{disabled:e.examine},model:{value:e.form.status,callback:function(t){e.$set(e.form,"status",t)},expression:"form.status"}},[a("el-radio",{attrs:{label:0}},[e._v("暂不上架")]),a("el-radio",{attrs:{label:1}},[e._v("立即上架")])],1)],1),a("el-form-item",{attrs:{prop:"content"}},[a("span",{staticClass:"le-form-item__label",attrs:{slot:"label"},slot:"label"},[e._v("使用说明")]),a("el-input",{attrs:{type:"textarea",rows:8,resize:"none",placeholder:"请输入使用说明",disabled:e.examine},model:{value:e.form.content,callback:function(t){e.$set(e.form,"content",t)},expression:"form.content"}})],1)],1)])])],1),e.examine?e._e():a("div",{staticClass:"le-cardpin"},[a("el-button",{attrs:{type:"primary",disabled:e.loading},on:{click:function(t){return e.submit()}}},[e._v("保存")])],1)],1)},l=[],r=a("1da1"),s=(a("96cf"),a("a9e3"),a("d3b7"),a("b0c0"),a("159b"),a("a434"),a("5319"),a("ac1f"),a("99af"),a("d81d"),a("57f9")),n={components:{goodsSelect:s["a"]},data:function(){var e=this,t=function(t,a,i){e.$route.query.id&&a1e7)&&i(new Error("请输入0~10000000之间的整数")),i()},a=function(e,t,a){if(2===t.expire_type){var i=t.begin_time,l=t.end_time;i||l?i?l?i>l&&a(new Error("开始时间不能小于结束时间")):a(new Error("结束时间不能为空")):a(new Error("开始时间不能为空")):a(new Error("用券时间不能为空"))}else{var r=t.expire_day;r||0===r||a(new Error("用券时间不能为空")),(r>2e3||r<1)&&a(new Error("请输入1~2000之间的整数"))}a()},i=function(e,t,a){1===t.type&&(t.price||a(new Error("门槛金额不能为空")),t.price<=0&&a(new Error("请输入0以上的整数或小数")),Number(t)>9999999&&a(new Error("最高限制9999999"))),a()},l=function(t,a,i){1!==e.form.appoint_type&&0===a.length&&i(new Error("适用商品不能为空")),i()},r=function(e,t,a){Number(t)<=0&&a(new Error("请输入0以上的整数或小数")),Number(t)>9999999&&a(new Error("最高限制9999999")),a()},s=function(e,t,a){var i=t.price,l=t.type;1===l&&Number(i)>9999999&&a(new Error("最高限制9999999")),a()},n=function(e,t,a){t||a(),(t>100||t<1)&&a(new Error("请输入1~100之间的整数")),a()},o=function(e,t,a){t||a(),(t>2e3||t<1)&&a(new Error("请输入1~2000之间的整数")),a()},p=function(t,a,i){1===e.form.register_limit.type&&(a>100||a<1)&&i(new Error("请输入1~100之间的整数")),i()};return{total_num:120,loading:!0,list:[],form:{name:"",type:1,content:"使用规则:全部商品\n领取规则:无限制领取",give_limit:null,sub_price:"",enable_share:1,enable_refund:1,expire_remind:null,time:{expire_type:2,begin_time:null,end_time:null,expire_day:null},total_num:"",appoint_type:1,appoint_data:[],min:{type:0,price:null},status:0,register_limit:{type:0,value:1}},group:{unavailable:{cat:[],result:[]},available:{cat:[],result:[]},tree:[]},rules:{name:[{required:!0,message:"请输入优惠券名称",trigger:"blur"},{min:3,max:8,message:"长度在 3 到 8 个字符",trigger:"blur"}],total_num:[{required:!0,message:"请输入发放总量",trigger:"blur"},{validator:t,trigger:["change","blur"]}],time:[{required:!0,validator:a,trigger:["blur","change"]}],min:[{required:!0,validator:i,trigger:["blur","change"]},{validator:s,trigger:["blur","change"]}],sub_price:[{required:!0,message:"请输入优惠金额",trigger:"blur"},{validator:r,trigger:["blur","change"]}],content:[{required:!0,message:"请输入使用说明",trigger:"blur"}],appoint_data:[{required:!0,validator:l,trigger:["blur"]}],give_limit:[{validator:n,trigger:["blur","change"]}],expire_remind:[{validator:o,trigger:["blur","change"]}],"register_limit.value":[{validator:p,trigger:["blur","change"]}]},userContentStr:"使用规则:全部商品\n",receiveContentStr:"领取规则:无限制领取"}},mounted:function(){var e=this;return Object(r["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.getGroup();case 2:if(!e.$route.query.id){t.next=8;break}return t.next=5,e.getDetail(parseInt(e.$route.query.id));case 5:e.loading=!1,t.next=9;break;case 8:e.loading=!1;case 9:case"end":return t.stop()}}),t)})))()},methods:{getDetail:function(e){var t=this;return new Promise((function(a,i){t.$heshop.coupon("get",e).then((function(e){var i=e.appoint_data_list,l=e.name,r=e.expire_type,s=e.id,n=e.begin_time,o=e.give_limit,p=e.expire_day,m=e.sub_price,c=e.appoint_type,u=e.min_price,d=e.end_time,f=e.expire_remind,_=e.content,v=e.enable_share,g=e.enable_refund,b=e.total_num,h=e.status,x=e.register_limit;2===r&&(n=parseInt(n+"000"),d=parseInt(d+"000"));var C={};if(C=0===Number(u)?{type:0,price:null}:{type:1,price:u},t.total_num=b,t.form={id:parseInt(s),name:l,time:{expire_type:r,begin_time:n,end_time:d,expire_day:p},min:C,sub_price:m,appoint_type:c,appoint_data:i,give_limit:o,expire_remind:f,content:_,enable_share:v,enable_refund:g,total_num:b,status:h,register_limit:{type:0===x?0:1,value:x}},3===c||5===c){var y=t.group.tree,k=[];if(y.forEach((function(e){k.push(e),e.children&&e.children.forEach((function(e){k.push(e),e.children&&e.children.forEach((function(e){k.push(e)}))}))})),3===c)for(var $=0;$ ").concat(t.name),t.children&&t.children.forEach((function(e){e.value="".concat(t.value," > ").concat(e.name)}))}))})),e.group.tree=a,t.next=14;break;case 11:t.prev=11,t.t0=t["catch"](0),e.$message.error(t.t0.data.message);case 14:case"end":return t.stop()}}),t,null,[[0,11]])})))()},openAvGroup:function(e){for(var t=[],a=0;a小程序>功能>直播")]),e._v(" 开通直播功能")])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"le-info__header flex align-center"},[a("span",{staticClass:"le-tip"}),a("span",{staticClass:"le-text"},[e._v("账号信息")])])}],l=a("19de"),n=a.n(l),o={name:"applets-info",data:function(){return{bind:!1,toBind:!1,rules:{AppID:[{required:!0,message:"请输入AppID",trigger:"blur"}],AppSecret:[{required:!0,message:"请输入AppSecret",trigger:"blur"}]},form:{name:"",AppID:"",AppSecret:""},isPay:!1,isBind:!1,qrcode:"",uploadLoading:!1,enable_live:0}},methods:{goBind:function(){this.bind=!0},save:function(e){var t=this;this.$refs[e].validate((function(e){e&&t.$heshop.appconfig("post",{behavior:"save",key:"apply_weapp"},t.form).then((function(){t.$notify({title:"保存成功",message:"小程序手动绑定成功。",type:"success"}),t.toBind=!1,t.bind=!1,t.getForm()})).catch((function(e){t.$message.error(e.data.message)}))}))},getForm:function(){var e=this;this.$heshop.appconfig("get").then((function(t){e.form=t.apply.weapp,e.isPay=!!t.appPay.weapp.appid,e.isBind=!!t.apply.weapp.AppID})).catch((function(t){e.$message.error(t.data.message)}))},getCode:function(){var e=this;this.$heshop.qrcode("post").then((function(t){e.qrcode=t.weapp.image})).catch((function(t){e.$message.error(t.data.message)}))},download:function(){var e=this;this.uploadLoading=!0,this.$heshop.download({enable_live:this.enable_live}).then((function(t){setTimeout((function(){e.uploadLoading=!1}),1e3),n()(t,"wxapp.zip")})).catch((function(e){console.error(e)}))}},mounted:function(){this.getForm(),this.getCode()}},r=o,c=(a("d14f"),a("2877")),d=Object(c["a"])(r,i,s,!1,null,"eccec342",null);t["default"]=d.exports},9892:function(e,t,a){e.exports=a.p+"img/le-upload-applets.8b4e315c.gif"},d14f:function(e,t,a){"use strict";a("13e4")}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-e3f332a4.1dd10ae6.js b/views/admin/js/chunk-e3f332a4.1dd10ae6.js new file mode 100644 index 00000000..b21bd78e --- /dev/null +++ b/views/admin/js/chunk-e3f332a4.1dd10ae6.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e3f332a4"],{"19e93":function(e,t,s){"use strict";s("46bb")},"46bb":function(e,t,s){},b499:function(e,t,s){"use strict";s.r(t);var a=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("el-form",{staticClass:"le-card",attrs:{"label-width":"120px"}},[s("el-form-item",{attrs:{label:"物流接口平台"}},[e._v(" 快宝开放平台 ")]),s("el-form-item",{attrs:{label:"用户ID"}},[s("el-input",{model:{value:e.app_id,callback:function(t){e.app_id=t},expression:"app_id"}})],1),s("el-form-item",{attrs:{label:"API key"}},[s("el-input",{model:{value:e.app_key,callback:function(t){e.app_key=t},expression:"app_key"}}),s("a",{staticClass:"le-router",attrs:{target:"_blank",href:"https://open.kuaidihelp.com/register?channel=leadshop"}},[e._v("快宝开放平台接口申请")])],1),s("div",{staticClass:"le-cardpin"},[s("el-button",{attrs:{type:"primary"},on:{click:e.submit}},[e._v("保存")])],1)],1)},n=[],i=(s("841c"),s("ac1f"),{name:"logisticsSettings",data:function(){return{app_id:"",app_key:""}},methods:{submit:function(){var e=this;this.$heshop.setting("post",{keyword:"kb_express_setting",content:{app_id:this.app_id,app_key:this.app_key}}).then((function(){e.app_id?e.$message.success("保存成功"):e.$message.success("请设置物流配置")})).catch((function(){e.$message.error("保存失败")}))},search:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"kb_express_setting"}).then((function(t){e.app_id=t.content.app_id,e.app_key=t.content.app_key}))}},mounted:function(){this.search()}}),p=i,c=(s("19e93"),s("2877")),o=Object(c["a"])(p,a,n,!1,null,"6130cd02",null);t["default"]=o.exports}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-f25bb93e.a7f556a1.js b/views/admin/js/chunk-f25bb93e.a7f556a1.js new file mode 100644 index 00000000..aa4bb300 --- /dev/null +++ b/views/admin/js/chunk-f25bb93e.a7f556a1.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f25bb93e"],{"5b29":function(s,t){s.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAFRklEQVRYR92ZW2xUVRSGv33mPtNihQIBNRCQxChBFDEtHW5qRVSgmEYtLwLGRBNjfDSa+KaBR28JMeGSYBQhxoCRQMEocikStPpAFI2Wh1IpU269zHSmZ84y68xMmRbKTGkLE/fLOZ1zZu9v/+uy16wa8kbDvLbKQMhXbQmrMCwEpgp48t8Z7XsDaaBNhB/FsMcY+/jWw1NiuXVM5kbM2qpz0yyv93WEegyVQBjIPh9trGvmEyCO0AF8jXE+2nJkUgsYMRm4y9OM134PWGUgMuY4N1pAiGPY05dKv739xOQzpmFJZ2XITr4FvMrthrsK3gNsSiT6Npi10dgKI+ZDY2T6bVVu0OIi5owYecOsi3ZsBqfBYEIlBYgkwPrCrI/GToswy5hbFhBF6SCCGMNfCtgFlBX1rVv/UrdZF43FDZSUeXM6CCT+P4AiII6g1+EMY8BYBr0OdxStoIjgOOAPGLy+4a1k9wmpXsHygBkmZVGAqpjjCHdO9DC3xs+kezxYFuAU0MNSxSF2Nk3z0RQX29NYWSV1zmJYCwK6cGmFs6h/LcKDC/z4AsNTsC8l/NFss/Pjbs63psl5iALmgIfaakFAhVOg6NMBVr8SoWyc1e+DupCiGlVT/XMI31SQRI+wd3uCxl1x100qJlhcvuC4n99IzYKAaVsIl1usfjlM9Nmg63/qizkN1TfTNnh84LEyz/KHMqs72CmhaX+Snw72smB5kJkP+DjybS8/7E7QmxA8nutbpWjAFS+FXRV19zkIXbiny+GXQynGT7aYcb+PcHnmufpe/9CCzxYunc/sbMJkyzXtsX29fPVpnJ5OB493hIDL14SJPjMQ0OuDjn8dPnnnColuYdHKIFVPBrhjvMc1u6NlaF7G1VuPN+MXGtVNjUm+2RYn3jVSwDKLZWvC1Dx1HcBzDpve7aT1b5vyCsOsOT6qlwWZfp+XUNi6brmryqdSwvHGJHs/GylgWghHLGpfCFH9ZHCAiVXBi+0Om9/vpPUfO+OXBsorLKpqAyytCxOMmIFKZoNKI/vEd0n2fT4KgKGIxRP1QapqBwF64WLMYduGLs622C6c+p4G1SOL/dQ+HyJUZg0JePL7JPt3JEZo4rSggI89F+TRx4P4/VeDRP3pcsxh68Yu2lpsQhHDXTO9zF8a4N7ZPiLj3CR0TYpT/9So/vlQkgM7E8R7nBFEsQKGLZasDjJ/aRCf3/RHqAJeUgU3dhLvFuZG/a7KFRM87rGmQZLLcbmrfq5DTdx8OMnBXaMEuLguyMOLBgKqs8e7HX49knL9bsZsr5vIr0kzeiqmxU0nlsdQllX2t6YkjV/G3TluPg9mFVxcF2JuTcBN1Pk5ThO1rYnaoykk8yx3wuRsqyeJFgynTqb4sznFnAUBpkzzcupEiqP74vTGR5CotUhQsz60KMjC5UE3KtP5+S17Uril2BBHnSrdlxT3FGlq7HUzwcSpHq5ccLhyyXE3NVThUPAkySwsVFRqJIe5e6YvU8kUWxNqjAi0n01zYGec9lbb/VtNna/wTRcL+kVXGYWc6HETsfrbcAB7OoWW3/vcssudKy+wC5VcBRXsP6my1bRWNvm7L6ZC1gCxUxmwQkCD5ysaMKekmrto9fLrhbEu+YtRaizeGZaCYwFQaE5BEiX9w12gs6RbH8Bpsy56fgvwYok2j3aY9TWxlYL5oNTab2j7TXiztBuY3sCG0m8BZ0I9r4kO9eA20W9lrzrTRMd0IDK4iX41GzXM66wMhJLVBlMHshBkavaneaGUdZPP3cO5D6ENY44Zkd1i2U35/4b4D/JGzudLoEyCAAAAAElFTkSuQmCC"},ec75:function(s,t,e){"use strict";e.r(t);var i=function(){var s=this,t=s.$createElement,e=s._self._c||t;return e("div",{staticClass:"le-matter"},[e("div",{staticClass:"le-pay-item flex",on:{click:s.router}},[s._m(0),s._m(1),e("div",{staticClass:"__btn",on:{click:function(t){return t.stopPropagation(),s.toUrl("live")}}},[s._v("详情")])])])},n=[function(){var s=this,t=s.$createElement,i=s._self._c||t;return i("div",{staticClass:"le-item-icon"},[i("img",{attrs:{src:e("5b29"),width:"40",height:"40",alt:"live"}})])},function(){var s=this,t=s.$createElement,e=s._self._c||t;return e("div",[e("div",{staticClass:"le-item-name"},[s._v("小程序直播")]),e("div",{staticClass:"le-item-desc"},[s._v("跟上直播热潮,与观众实时互动")])])}],a={name:"features",methods:{router:function(){this.$router.push({path:"/practical/live/index"})},toUrl:function(s){this.$router.push({path:"/plugins/details",query:{keyword:s}})}}},r=a,c=(e("f06e"),e("2877")),l=Object(c["a"])(r,i,n,!1,null,"dfe6860e",null);t["default"]=l.exports},f06e:function(s,t,e){"use strict";e("fbb2")},fbb2:function(s,t,e){}}]); \ No newline at end of file diff --git a/views/admin/js/chunk-fe6dde0c.61e6ae2e.js b/views/admin/js/chunk-fe6dde0c.61e6ae2e.js new file mode 100644 index 00000000..f074dc4c --- /dev/null +++ b/views/admin/js/chunk-fe6dde0c.61e6ae2e.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-fe6dde0c"],{4629:function(t,e,n){"use strict";n("8283")},"7b4d":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-matter le-user-label"},[n("div",{staticClass:"le-head flex"},[n("div",{staticClass:" le-card flex align-center",class:1===t.keyword.type?"active":"",on:{click:function(e){return t.setType(1)}}},[n("he-icon",{staticClass:"le-head-icon",attrs:{size:"48px",type:"le-icon-shoudongbiaoqian"}}),t._m(0)],1),n("div",{staticClass:" le-card flex align-center",class:2===t.keyword.type?"active":"",on:{click:function(e){return t.setType(2)}}},[n("he-icon",{staticClass:"le-head-icon",attrs:{size:"48px",type:"le-icon-zidongbiaoqian"}}),t._m(1)],1)]),n("div",{directives:[{name:"loading",rawName:"v-loading",value:t.bodyLoading,expression:"bodyLoading"}],staticClass:"le-body le-card"},[n("el-input",{staticClass:"le-input-search",attrs:{placeholder:"请输入标签名搜索",clearable:""},on:{clear:function(e){return t.getList(1)}},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList(1)}},model:{value:t.keyword.name,callback:function(e){t.$set(t.keyword,"name",e)},expression:"keyword.name"}},[n("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(e){return t.getList(1)}},slot:"append"})],1),n("el-button",{staticClass:"le-add-button",attrs:{type:"primary"},on:{click:t.routerGo}},[t._v("新建标签")]),n("el-table",{staticClass:"le-table",attrs:{data:t.list,height:660,"header-cell-class-name":"le-table-header-cell","default-sort":{prop:"created_time",order:"descending"},"row-class-name":"le-table-row"},on:{"sort-change":t.sortlist}},[n("el-table-column",{attrs:{label:"标签名",prop:"name"}}),n("el-table-column",{attrs:{sortable:"custom",label:"用户数",prop:"users_number"}}),2===t.keyword.type?n("el-table-column",{attrs:{label:"打标条件",prop:"name"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le-table-row-type"},[t._v(t._s(1===e.row.conditions_status?"满足所有条件":"满足任一条件"))]),n("div",{staticClass:"le-table-row-conditions"},[t._v(t._s(t._f("conditions")(e.row.conditions_setting)))])]}}],null,!1,2309682700)}):t._e(),n("el-table-column",{attrs:{sortable:"custom",label:"创建时间",prop:"created_time"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t._f("timeFormat")(e.row.created_time,"yyyy-mm-dd hh:MM:ss"))+" ")]}}])}),n("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le-table-edit flex align-center"},[n("span",{staticClass:"le-button-text",on:{click:function(n){return t.routerGo(e.row)}}},[t._v("编辑")]),n("span",{staticClass:"le-line-text"}),n("span",{staticClass:"le-button-text",on:{click:function(n){return t.delLabel(e.row)}}},[t._v("删除")])])]}}])})],1),n("div",{staticClass:"le-body-footer flex justify-end"},[n("el-pagination",{attrs:{background:"",layout:"prev, pager, next, jumper","current-page":t.pagination.current,"page-count":t.pagination.count},on:{"current-change":t.getList}})],1)],1)])},s=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"flex-sub"},[n("div",{staticClass:"le-head-title"},[t._v("手动标签")]),n("div",{staticClass:"le-head-desc"},[t._v("需手动给用户添加的标签")])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"flex-sub"},[n("div",{staticClass:"le-head-title"},[t._v("自动标签")]),n("div",{staticClass:"le-head-desc"},[t._v("满足条件的用户,被自动加上标签")])])}],i=(n("841c"),n("ac1f"),n("fb6a"),{name:"userLabel",data:function(){return{list:[],bodyLoading:!1,pagination:{current:1,count:1},keyword:{sort:{created_time:"DESC"},type:1,name:""}}},methods:{getList:function(t){var e=this;e.bodyLoading=!0,this.$heshop.search("post",{include:"label"},this.keyword).page(t,10).then((function(t){var n=t.data,a=t.headers;e.list=n,e.pagination={current:+a["x-pagination-current-page"],count:+a["x-pagination-page-count"]},e.bodyLoading=!1})).catch((function(t){console.error(t)}))},sortlist:function(t){this.keyword.sort={},this.keyword.sort[t.prop]="ascending"===t.order?"ASC":"descending"===t.order?"DESC":null,this.getList(this.pagination.current)},setType:function(t){this.list=[],this.keyword.type=t,this.getList(1)},routerGo:function(t){var e={type:this.keyword.type};t.id&&(e.id=t.id),this.$router.push({path:"/users/editLabel",query:e})},delLabel:function(t){var e=this;this.$confirm("彻底删除后标签无法恢复,确定删除?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){e.$heshop.userlabel("delete",t.id).then((function(){e.getList(e.pagination.current)}))})).catch((function(){}))}},filters:{conditions:function(t){var e="";for(var n in t)t[n].checked&&("shopping_time"===n&&(e+="指定消费时间/"),"shopping_number"===n&&(e+="指定消费次数/"),"shopping_amount"===n&&(e+="指定消费金额/"),"shopping_goods"===n&&(e+="购买指定商品/"),"shopping_group"===n&&(e+="购买指定分类/"));return e.slice(0,e.length-1)}},mounted:function(){this.keyword.type=this.$route.query.type?parseInt(this.$route.query.type):1,this.getList(1)}}),o=i,r=(n("4629"),n("2877")),l=Object(r["a"])(o,a,s,!1,null,"b7442fba",null);e["default"]=l.exports},8283:function(t,e,n){}}]); \ No newline at end of file diff --git a/views/admin/js/error-401.04208e40.js b/views/admin/js/error-401.04208e40.js new file mode 100644 index 00000000..fe63f010 --- /dev/null +++ b/views/admin/js/error-401.04208e40.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["error-401"],{3026:function(t,e,n){t.exports=n.p+"img/error-401.98bba5b1.svg"},"71ee":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"401",desc:"Oh~~您没有浏览这个页面的权限~",src:t.src}})},c=[],o=n("3026"),s=n.n(o),a=n("f5c0"),i={name:"error_401",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("2877"),f=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=f.exports},c619:function(t,e,n){},f5c0:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:"404"}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("c619"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("5319"),n("ac1f"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("2877"),l=Object(u["a"])(i,o,s,!1,null,null,null),f=l.exports,p={name:"error_content",components:{backBtnGroup:f},props:{code:String,desc:String,src:String}},d=p,m=Object(u["a"])(d,r,c,!1,null,null,null);e["a"]=m.exports}}]); \ No newline at end of file diff --git a/views/admin/js/error-404.f7d690c8.js b/views/admin/js/error-404.f7d690c8.js new file mode 100644 index 00000000..f14891c7 --- /dev/null +++ b/views/admin/js/error-404.f7d690c8.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["error-404"],{c4363:function(t,e,n){t.exports=n.p+"img/error-404.94756dcf.svg"},c619:function(t,e,n){},f5c0:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:"404"}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("c619"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("5319"),n("ac1f"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("2877"),l=Object(u["a"])(i,o,s,!1,null,null,null),f=l.exports,d={name:"error_content",components:{backBtnGroup:f},props:{code:String,desc:String,src:String}},p=d,m=Object(u["a"])(p,r,c,!1,null,null,null);e["a"]=m.exports},f96a:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"404",desc:"Oh~~您的页面好像飞走了~",src:t.src}})},c=[],o=n("c4363"),s=n.n(o),a=n("f5c0"),i={name:"error_404",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("2877"),f=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=f.exports}}]); \ No newline at end of file diff --git a/views/admin/js/error-500.20d2b5ce.js b/views/admin/js/error-500.20d2b5ce.js new file mode 100644 index 00000000..2d09c49a --- /dev/null +++ b/views/admin/js/error-500.20d2b5ce.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["error-500"],{4740:function(t,e,n){t.exports=n.p+"img/error-500.a371eabc.svg"},8396:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"500",desc:"Oh~~鬼知道服务器经历了什么~",src:t.src}})},c=[],o=n("4740"),s=n.n(o),a=n("f5c0"),i={name:"error_500",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("2877"),f=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=f.exports},c619:function(t,e,n){},f5c0:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:"404"}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("c619"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("5319"),n("ac1f"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("2877"),l=Object(u["a"])(i,o,s,!1,null,null,null),f=l.exports,p={name:"error_content",components:{backBtnGroup:f},props:{code:String,desc:String,src:String}},d=p,m=Object(u["a"])(d,r,c,!1,null,null,null);e["a"]=m.exports}}]); \ No newline at end of file diff --git a/views/admin/js/goods-group.9adb4708.js b/views/admin/js/goods-group.9adb4708.js new file mode 100644 index 00000000..b5e4e4ef --- /dev/null +++ b/views/admin/js/goods-group.9adb4708.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["goods-group"],{"100f":function(e,t,s){"use strict";s("5c2d")},"4bf3":function(e,t,s){"use strict";s.r(t);var o=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-matter le-card"},[s("div",[s("el-autocomplete",{staticClass:"he-input",attrs:{placeholder:"输入分类搜索","trigger-on-focus":!1,"fetch-suggestions":function(t,s){e.querySearch(t,s,"searchList")}},on:{select:function(t){e.handleSelect(t)}},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleSelect(null)}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}},[s("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:e.getSearch},slot:"append"})],1),s("he-link",{attrs:{href:"goods/groupPublish"}},[s("el-button",{attrs:{type:"primary"}},[e._v("添加分类")])],1)],1),s("div",{staticClass:"le-line"}),s("div",{staticClass:"flex"},[s("div",{staticClass:"flex-sub"},[e._m(0),s("div",{staticClass:"he-attr__body"},[s("div",{staticClass:"he-attr__group he-group__title"},[s("span",{staticClass:"he-group__name"},[e._v("分类名称")]),s("span",{staticClass:"he-group__sort"},[e._v("排序 "),s("el-popover",{attrs:{content:"序号越大,排序越靠前",placement:"top",trigger:"hover",width:"180"}},[s("i",{staticClass:"el-icon-warning",attrs:{slot:"reference"},slot:"reference"})])],1),s("span",{staticClass:"he-group__handle"},[e._v("操作")])]),0===e.first.length?s("div",{staticClass:"he-group__empty"},[e._v("该分类下暂无内容")]):e._e(),s("el-scrollbar",{staticStyle:{height:"472px"}},e._l(e.first,(function(t,o){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:o,staticClass:"he-attr__group",style:(e.chooseIndex.first===o?"border: 1px solid #623CEB;":"")+(1===t.is_show?"":"background: rgba(0, 0, 0, 0.05);"),on:{click:function(t){return e.chooseClick("first",o)}}},[s("div",{staticClass:"he-group__name el-row--flex is-align-middle"},[s("el-image",{style:"width: 28px; height: 28px; border-radius: 50%;"+(1==t.is_show?"":"opacity: 0.5;"),attrs:{src:t.icon}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",{staticClass:"he-title",style:1==t.is_show?"":"color:#BFBFBF;"},[e._v(" "+e._s(t.name)+" ")])],1),s("div",{staticClass:"he-group__sort le_goods__main-goodstitle le_goods__main-sort"},[e._v(" "+e._s(t.sort)+" "),s("el-popover",{attrs:{title:" ",trigger:"click"},model:{value:t.popover,callback:function(s){e.$set(t,"popover",s)},expression:"item.popover"}},[s("div",{staticClass:"el-popconfirm"},[s("p",{staticClass:"el-popconfirm__main"},[s("el-input",{model:{value:e.sort,callback:function(t){e.sort=t},expression:"sort"}})],1),s("div",{staticClass:"el-popconfirm__action"},[s("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(t){return t.stopPropagation(),e.cancel(o,"first")}}},[e._v("取消 ")]),s("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(t){return t.stopPropagation(),e.sortChange(o,"first")}}},[e._v("确定 ")])],1)]),s("span",{attrs:{slot:"reference"},on:{click:function(s){return e.editSort(t)}},slot:"reference"},[s("he-icon",{staticClass:"le_goods__main-sortedit",attrs:{type:"le-icon-editor"}})],1)])],1),s("div",{staticClass:"he-group__handle"},[s("he-link",{attrs:{href:"goods/groupPublish",query:{id:t.id}}},[s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"编辑"}},[s("i",{staticClass:"le-icon le-icon-fenlei-bianji",attrs:{slot:"reference"},slot:"reference"})])],1),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"推广"}},[s("i",{directives:[{name:"popup",rawName:"v-popup.promote",value:{promoteType:"group",data:t},expression:"{\n promoteType: 'group',\n data: item,\n }",modifiers:{promote:!0}}],staticClass:"le-icon le-icon-fenlei-fenxiang",attrs:{slot:"reference",title:"推广",top:"25vh",module:"goods",width:"791",id:t.id+"_promote1",hide_footer:!0},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"删除"}},[s("i",{staticClass:"le-icon le-icon-fenlei-shanchu",attrs:{slot:"reference"},on:{click:function(t){return e.deleteGroup({key:"first",index:o})}},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:1==t.is_show?"隐藏":"显示"}},[s("i",{class:"le-icon le-icon-"+(1==t.is_show?"eye":"hidden"),staticStyle:{"font-size":"18px"},attrs:{slot:"reference"},on:{click:function(t){return e.showChange({key:"first",index:o})}},slot:"reference"})])],1)])})),0)],1)]),s("div",{staticClass:"flex-sub"},[e._m(1),s("div",{staticClass:"he-attr__body"},[s("div",{staticClass:"he-attr__group he-group__title"},[s("span",{staticClass:"he-group__name"},[e._v("分类名称")]),s("span",{staticClass:"he-group__sort"},[e._v("排序 "),s("el-popover",{attrs:{content:"序号越大,排序越靠前",placement:"top",trigger:"hover",width:"180"}},[s("i",{staticClass:"el-icon-warning",attrs:{slot:"reference"},slot:"reference"})])],1),s("span",{staticClass:"he-group__handle"},[e._v("操作")])]),0===e.second.length?s("div",{staticClass:"he-group__empty"},[e._v("该分类下暂无内容")]):e._e(),s("el-scrollbar",{staticStyle:{height:"472px"}},e._l(e.second,(function(t,o){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:o,staticClass:"he-attr__group",style:(e.chooseIndex.second===o?"border: 1px solid #623CEB;":"")+(1===t.is_show?"":"background: rgba(0, 0, 0, 0.05);"),on:{click:function(t){return e.chooseClick("second",o)}}},[s("div",{staticClass:"he-group__name el-row--flex is-align-middle"},[s("el-image",{style:"width: 28px; height: 28px; border-radius: 50%;"+(1==t.is_show?"":"opacity: 0.5;"),attrs:{src:t.icon}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",{staticClass:"he-title",style:1==t.is_show?"":"color:#BFBFBF;"},[e._v(" "+e._s(t.name)+" ")])],1),s("div",{staticClass:"he-group__sort le_goods__main-goodstitle le_goods__main-sort"},[e._v(" "+e._s(t.sort)+" "),s("el-popover",{attrs:{title:" ",trigger:"click"},model:{value:t.popover,callback:function(s){e.$set(t,"popover",s)},expression:"item.popover"}},[s("div",{staticClass:"el-popconfirm"},[s("p",{staticClass:"el-popconfirm__main"},[s("el-input",{model:{value:e.sort,callback:function(t){e.sort=t},expression:"sort"}})],1),s("div",{staticClass:"el-popconfirm__action"},[s("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(t){return t.stopPropagation(),e.cancel(o,"second")}}},[e._v(" 取消 ")]),s("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(t){return t.stopPropagation(),e.sortChange(o,"second")}}},[e._v("确定 ")])],1)]),s("span",{attrs:{slot:"reference"},on:{click:function(s){return e.editSort(t)}},slot:"reference"},[s("he-icon",{staticClass:"le_goods__main-sortedit",attrs:{type:"le-icon-editor"}})],1)])],1),s("div",{staticClass:"he-group__handle"},[s("he-link",{attrs:{href:"goods/groupPublish",query:{id:t.id}}},[s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"编辑"}},[s("i",{staticClass:"le-icon le-icon-fenlei-bianji",attrs:{slot:"reference"},slot:"reference"})])],1),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"推广"}},[s("i",{directives:[{name:"popup",rawName:"v-popup.promote",value:{promoteType:"group",data:t},expression:"{\n promoteType: 'group',\n data: item,\n }",modifiers:{promote:!0}}],staticClass:"le-icon le-icon-fenlei-fenxiang",attrs:{slot:"reference",title:"推广",top:"25vh",module:"goods",width:"791",id:t.id+"_promote1",hide_footer:!0},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"删除"}},[s("i",{staticClass:"le-icon le-icon-fenlei-shanchu",attrs:{slot:"reference"},on:{click:function(t){return e.deleteGroup({key:"second",index:o})}},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:1==t.is_show?"隐藏":"显示"}},[s("i",{class:"le-icon le-icon-"+(1==t.is_show?"eye":"hidden"),staticStyle:{"font-size":"18px"},attrs:{slot:"reference"},on:{click:function(t){return e.showChange({key:"second",index:o})}},slot:"reference"})])],1)])})),0)],1)]),s("div",{staticClass:"flex-sub"},[e._m(2),s("div",{staticClass:"he-attr__body"},[s("div",{staticClass:"he-attr__group he-group__title"},[s("span",{staticClass:"he-group__name"},[e._v("分类名称")]),s("span",{staticClass:"he-group__sort"},[e._v("排序 "),s("el-popover",{attrs:{content:"序号越大,排序越靠前",placement:"top",trigger:"hover",width:"180"}},[s("i",{staticClass:"el-icon-warning",attrs:{slot:"reference"},slot:"reference"})])],1),s("span",{staticClass:"he-group__handle"},[e._v("操作")])]),0===e.third.length?s("div",{staticClass:"he-group__empty"},[e._v("该分类下暂无内容")]):e._e(),s("el-scrollbar",{staticStyle:{height:"472px"}},e._l(e.third,(function(t,o){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"item.show"}],key:o,staticClass:"he-attr__group",style:1===t.is_show?"":"background: rgba(0, 0, 0, 0.05);",on:{click:function(t){return e.chooseClick("third",o)}}},[s("div",{staticClass:"he-group__name el-row--flex is-align-middle"},[s("el-image",{style:"width: 28px; height: 28px; border-radius: 50%;"+(1==t.is_show?"":"opacity: 0.5;"),attrs:{src:t.icon}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",{staticClass:"he-title",style:1==t.is_show?"":"color:#BFBFBF;"},[e._v(" "+e._s(t.name)+" ")])],1),s("div",{staticClass:"he-group__sort le_goods__main-goodstitle le_goods__main-sort"},[e._v(" "+e._s(t.sort)+" "),s("el-popover",{attrs:{title:" ",trigger:"click"},model:{value:t.popover,callback:function(s){e.$set(t,"popover",s)},expression:"item.popover"}},[s("div",{staticClass:"el-popconfirm"},[s("p",{staticClass:"el-popconfirm__main"},[s("el-input",{model:{value:e.sort,callback:function(t){e.sort=t},expression:"sort"}})],1),s("div",{staticClass:"el-popconfirm__action"},[s("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(t){return t.stopPropagation(),e.cancel(o,"third")}}},[e._v("取消 ")]),s("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(t){return t.stopPropagation(),e.sortChange(o,"third")}}},[e._v("确定 ")])],1)]),s("span",{attrs:{slot:"reference"},on:{click:function(s){return e.editSort(t)}},slot:"reference"},[s("he-icon",{staticClass:"le_goods__main-sortedit",attrs:{type:"le-icon-editor"}})],1)])],1),s("div",{staticClass:"he-group__handle"},[s("he-link",{attrs:{href:"goods/groupPublish",query:{id:t.id}}},[s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"编辑"}},[s("i",{staticClass:"le-icon le-icon-fenlei-bianji",attrs:{slot:"reference"},slot:"reference"})])],1),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"推广"}},[s("i",{directives:[{name:"popup",rawName:"v-popup.promote",value:{promoteType:"group",data:t},expression:"{\n promoteType: 'group',\n data: item,\n }",modifiers:{promote:!0}}],staticClass:"le-icon le-icon-fenlei-fenxiang",attrs:{slot:"reference",title:"推广",top:"25vh",module:"goods",width:"791",id:t.id+"_promote1",hide_footer:!0},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:"删除"}},[s("i",{staticClass:"le-icon le-icon-fenlei-shanchu",attrs:{slot:"reference"},on:{click:function(t){return e.deleteGroup({key:"third",index:o})}},slot:"reference"})]),s("el-popover",{attrs:{placement:"top",trigger:"hover",content:1==t.is_show?"隐藏":"显示"}},[s("i",{class:"le-icon le-icon-"+(1==t.is_show?"eye":"hidden"),staticStyle:{"font-size":"18px"},attrs:{slot:"reference"},on:{click:function(t){return e.showChange({key:"third",index:o})}},slot:"reference"})])],1)])})),0)],1)])])])},i=[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"he-attr__header"},[s("span",{staticClass:"he-text"},[e._v("一级分类")])])},function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"he-attr__header"},[s("span",{staticClass:"he-text"},[e._v("二级分类")])])},function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"he-attr__header"},[s("span",{staticClass:"he-text"},[e._v("三级分类")])])}],n=s("1da1"),r=(s("d81d"),s("159b"),s("b0c0"),s("99af"),s("841c"),s("ac1f"),s("1276"),s("a9e3"),s("4de4"),s("96cf"),s("d8df")),a=s("c0b5"),c={components:{HelpHint:a["a"],popconfirm:r["a"]},data:function(){return{activeName:"first",search:"",searchChoose:null,searchList:[],nameList:{},list:[],first:[],second:[],third:[],chooseIndex:{first:0,second:0},sort:0,group_show:0,style_index:0}},mounted:function(){var e=this;return Object(n["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getList(),e.getSetting();case 2:case"end":return t.stop()}}),t)})))()},methods:{chooseClick:function(e,t){this.chooseIndex[e]=t,"first"==e&&(this.chooseIndex["second"]=0),this.listBuild()},listBuild:function(){this.first=this.list,this.second=this.first[this.chooseIndex.first].children?this.first[this.chooseIndex.first].children:[],this.third=this.second[this.chooseIndex.second]&&this.second[this.chooseIndex.second].children?this.second[this.chooseIndex.second].children:[]},getList:function(){var e=this;this.$heshop.group("get",{include:"goods"}).then((function(t){t=t.map((function(e){return e.popover=!1,e.show=!0,e})),e.list=e.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children"}).on(t).get(),e.list.forEach((function(t){t.value=t.name,e.searchList.push(t),t.children&&t.children.forEach((function(s){s.type=t.type,s.value="".concat(t.value," > ").concat(s.name),e.searchList.push(s),s.children&&s.children.forEach((function(t){t.value="".concat(s.value," > ").concat(t.name),e.searchList.push(t)}))}))})),e.listBuild()})).catch((function(t){e.$message.error(t.data.message)}))},hintRender:function(){return this.$createElement("HelpHint",{props:{content:"序号越大,排序越靠前"}},"排序")},cancel:function(e,t){this.$set(this[t][e],"popover",!1)},sortChange:function(e,t){var s=this;this[t][e].popover=!1;var o=this.$heshop.utils.deepClone(this[t][e]);o.sort=this.sort,this.$heshop.group("put",{id:this[t][e].id,include:"goods"},o).then((function(){s[t][e].sort=s.sort})).catch((function(e){s.$message.error(e.data[0].message)}))},editSort:function(e){this.sort=e.sort},deleteGroup:function(e){var t=this;this.$confirm("分类删除请谨慎,确定删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消"}).then((function(){t.$heshop.group("delete",t[e.key][e.index].id,{include:"goods"}).then((function(){t.$message.success("删除成功"),t.$delete(t[e.key],e.index)})).catch((function(e){t.$message.error(e.data.message)}))}))},showChange:function(e){var t=this,s=1==this[e.key][e.index].is_show?0:1;this.$heshop.group("put",{id:this[e.key][e.index].id,include:"goods"},{is_show:s}).then((function(){t.childrenShowChange(e,s);var o=1==s?"显示成功":"隐藏成功";t.$message.success(o)})).catch((function(e){t.$message.error(e.data.message)}))},childrenShowChange:function(e,t){var s=this[e.key][e.index];s.is_show=t,s.children&&s.children.forEach((function(e){e.is_show=t,e.children&&e.children.forEach((function(e){e.is_show=t}))}))},catShow:function(e,t,s){e.is_run&&this.first.forEach((function(t,s){e.show?t.show=!0:t.show=e.index===s})),t.is_run&&this.second.forEach((function(e,s){t.show?e.show=!0:e.show=t.index===s})),s.is_run&&this.third.forEach((function(e,t){s.show?e.show=!0:e.show=s.index===t}))},getSearch:function(){var e=this,t={is_run:!1,show:!1,index:-1},s={is_run:!1,show:!1,index:-1},o={is_run:!1,show:!1,index:-1};if(this.search){var i=null;if(this.searchChoose?i=this.searchChoose:this.searchList.forEach((function(t){t.value==e.search&&(i=t)})),i){var n=i.path.split("-").map(Number),r=n.length;this.first.forEach((function(a,c){r>1?a.id===n[1]&&(e.chooseIndex.first=c,t={is_run:!0,show:!1,index:c}):a.id===i.id&&(e.chooseIndex.first=c,e.chooseIndex.second=0,t={is_run:!0,show:!1,index:c},s={is_run:!0,show:!0,index:-1},o={is_run:!0,show:!0,index:-1})})),r>1&&this.first[this.chooseIndex.first].children.forEach((function(t,a){r>2?t.id===n[2]&&(e.chooseIndex.second=a,s={is_run:!0,show:!1,index:a}):t.id===i.id&&(e.chooseIndex.second=a,s={is_run:!0,show:!1,index:a},o={is_run:!0,show:!0,index:-1})})),r>2&&this.first[this.chooseIndex.first].children[[this.chooseIndex.second]].children.forEach((function(e,t){e.id===i.id&&(o={is_run:!0,show:!1,index:t})})),this.listBuild()}else this.second=[],this.third=[],t={is_run:!0,show:!1,index:-1}}else this.chooseIndex={first:0,second:0},t={is_run:!0,show:!0,index:-1},s={is_run:!0,show:!0,index:-1},o={is_run:!0,show:!0,index:-1},this.listBuild();this.catShow(t,s,o)},handleSelect:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.searchChoose=e,this.getSearch()},querySearch:function(e,t,s){var o=this[s],i=e?o.filter((function(t){return t.value.toLowerCase().indexOf(e.toLowerCase())>=0})):o;this.searchChoose=null;var n=JSON.parse(JSON.stringify(i));t(n)},getSetting:function(){var e=this;this.$heshop.search("post",{include:"setting"},{keyword:"goods_group_setting"}).then((function(t){t&&(e.group_show=e.style_index=t.content.group_show)})).catch((function(t){e.$message.error(t.data.message)}))},enable:function(){var e=this,t={keyword:"goods_group_setting",content:{group_show:this.style_index}};this.$heshop.setting("post",t).then((function(){e.group_show=e.style_index})).catch((function(t){e.$message.error(t.data.message)}))}}},l=c,h=(s("100f"),s("2877")),p=Object(h["a"])(l,o,i,!1,null,"51908c9a",null);t["default"]=p.exports},"5c2d":function(e,t,s){},b086:function(e,t,s){"use strict";s("fbb3")},c0b5:function(e,t,s){"use strict";var o=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("span",[s("span",{staticStyle:{"margin-right":"8px"}},[e._t("default")],2),s("el-popover",{attrs:{trigger:"hover",content:e.content,placement:e.placement}},[s("span",{staticClass:"le-icon le-icon-zhushi1",attrs:{slot:"reference"},slot:"reference"})])],1)},i=[],n={name:"HelpHint",props:{placement:{default:"top"},content:String}},r=n,a=(s("b086"),s("2877")),c=Object(a["a"])(r,o,i,!1,null,"47995f73",null);t["a"]=c.exports},fbb3:function(e,t,s){}}]); \ No newline at end of file diff --git a/views/admin/js/goods-groupTemplate.79412765.js b/views/admin/js/goods-groupTemplate.79412765.js new file mode 100644 index 00000000..402e9aa1 --- /dev/null +++ b/views/admin/js/goods-groupTemplate.79412765.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["goods-groupTemplate"],{6787:function(t,e,n){},"79ea":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"le-matter"},[n("el-button",{directives:[{name:"popup",rawName:"v-popup.groupTemplate",modifiers:{groupTemplate:!0}}],attrs:{type:"primary",module:"goods",title:"新增规格模板",width:"788",action:"getGroup"}},[t._v("新增规格模板")]),n("el-form",{staticClass:"le-card le-search",attrs:{"label-width":"96px"},nativeOn:{submit:function(t){t.preventDefault()}}},[n("el-form-item",{attrs:{label:"规格搜索"}},[n("el-input",{attrs:{placeholder:"输入规格名称搜索",clearable:""},on:{clear:function(e){return t.getList(1)}},nativeOn:{keydown:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList(1)}},model:{value:t.name,callback:function(e){t.name=e},expression:"name"}})],1),n("el-button",{staticClass:"le-search-btn",attrs:{type:"primary"},on:{click:function(e){return t.getList(1)}}},[t._v("筛选")]),n("el-button",{on:{click:t.empty}},[t._v("清空")])],1),n("div",{staticClass:"le-card le-list"},[n("div",{staticClass:"le-operating"},[n("el-checkbox",{attrs:{indeterminate:t.isIndeterminate},on:{change:t.handleCheckAllChange},model:{value:t.checkAll,callback:function(e){t.checkAll=e},expression:"checkAll"}},[t._v("当页全选")]),n("el-button",{attrs:{disabled:0===t.checkList.length},on:{click:t.delAll}},[t._v("删除")])],1),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"templateTable",staticClass:"le-table",attrs:{data:t.list,"row-key":t.rowKey,"row-class-name":"le-table-row"},on:{"selection-change":t.selectionChange}},[n("el-table-column",{attrs:{type:"selection",width:"55"}}),n("el-table-column",{attrs:{label:"规格名",prop:"param_name","min-width":"260px"}}),n("el-table-column",{attrs:{label:"规格值","min-width":"746px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.param_data.join("; "))+" ")]}}])}),n("el-table-column",{attrs:{label:"操作","min-width":"210px"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"le-table-edit flex align-center"},[n("span",{directives:[{name:"popup",rawName:"v-popup.groupTemplate",value:{item:e.row,index:e.$index},expression:"{ item: scope.row, index: scope.$index }",modifiers:{groupTemplate:!0}}],staticClass:"le-button-text",attrs:{module:"goods",id:"group_template_"+e.row.id,title:"编译规格模板",width:"788"}},[t._v("编辑")]),n("span",{staticClass:"le-line-text"}),n("span",{staticClass:"le-button-text",on:{click:function(n){return t.delItem(e.row.id,e.$index)}}},[t._v("删除")])])]}}])})],1),n("div",{staticClass:"le-operating flex justify-between"},[n("div",{},[n("el-checkbox",{attrs:{indeterminate:t.isIndeterminate},on:{change:t.handleCheckAllChange},model:{value:t.checkAll,callback:function(e){t.checkAll=e},expression:"checkAll"}},[t._v("当页全选")]),n("el-button",{attrs:{disabled:0===t.checkList.length},on:{click:t.delAll}},[t._v("删除")])],1),n("el-pagination",{attrs:{disabled:t.loading,"current-page":t.pagination.current,"page-count":t.pagination.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":t.getList}})],1)],1)],1)},a=[],l=(n("b0c0"),n("159b"),n("d81d"),{data:function(){return{loading:!1,name:"",pagination:{current:1,count:1},list:[],checkList:[],checkAll:!1,isIndeterminate:!1}},methods:{rowKey:function(t){return t.id},getList:function(t){var e=this;this.loading=!0,this.$heshop.goodstemplate("get",{name:this.name}).page(t,15).then((function(t){console.log(t);var n=t.headers,i=t.data;e.pagination={current:+n["x-pagination-current-page"],count:+n["x-pagination-page-count"]},e.list=i,e.loading=!1})).catch((function(t){e.$message.error(t.data.message),e.loading=!1}))},getGroup:function(){this.getList(this.pagination.current)},handleCheckAllChange:function(){var t=this;this.isIndeterminate=!1,this.checkList=this.list,this.list.forEach((function(e){t.$refs.templateTable.toggleRowSelection(e,t.checkAll)}))},selectionChange:function(t){this.checkList=t,this.isIndeterminate=this.checkList.length>0&&this.checkList.length1&&0===n.list.length){var t=n.pagination.current-1;n.getList(t)}else n.pagination.current>=1&&0!==n.list.length&&1!==n.pagination.count&&n.getList(n.pagination.current);n.$message.success("删除成功")})).catch((function(t){n.$message.error(t.data.message)}))})).catch((function(){}))},delAll:function(){var t=this,e=this.checkList.map((function(t){return t.id}));this.$confirm("是否确认删除选中规格模板?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then((function(){t.$heshop.goodstemplate("delete",e).then((function(){var n=t.list.length-e.length;if(t.pagination.current>1&&0===n){var i=t.pagination.current-1;t.getList(i)}else t.pagination.current>=1&&0!==n&&1!==t.pagination.count&&t.getList(t.pagination.current);t.$message.success("删除成功"),t.checkList=[]})).catch((function(e){t.$message.error(e.data.message)}))})).catch((function(){}))}},mounted:function(){this.getList(1)}}),s=l,c=(n("d877"),n("2877")),o=Object(c["a"])(s,i,a,!1,null,"2fa86580",null);e["default"]=o.exports},d877:function(t,e,n){"use strict";n("6787")}}]); \ No newline at end of file diff --git a/views/admin/js/goods-index.abda0a1c.js b/views/admin/js/goods-index.abda0a1c.js new file mode 100644 index 00000000..9488b90f --- /dev/null +++ b/views/admin/js/goods-index.abda0a1c.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["goods-index"],{1506:function(e,t,s){"use strict";s("68e9")},"68e9":function(e,t,s){},"7f8e":function(e,t,s){"use strict";s("f920")},"84a7":function(e,t,s){"use strict";s("c5d9")},"9b46":function(e,t,s){"use strict";s("d846")},b086:function(e,t,s){"use strict";s("fbb3")},c0b5:function(e,t,s){"use strict";var o=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("span",[s("span",{staticStyle:{"margin-right":"8px"}},[e._t("default")],2),s("el-popover",{attrs:{trigger:"hover",content:e.content,placement:e.placement}},[s("span",{staticClass:"le-icon le-icon-zhushi1",attrs:{slot:"reference"},slot:"reference"})])],1)},a=[],i={name:"HelpHint",props:{placement:{default:"top"},content:String}},n=i,l=(s("b086"),s("2877")),r=Object(l["a"])(n,o,a,!1,null,"47995f73",null);t["a"]=r.exports},c5d9:function(e,t,s){},d846:function(e,t,s){},e4df:function(e,t,s){"use strict";s.r(t);var o,a,i=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-matter"},[s("el-button",{staticClass:"le-publish-btn",attrs:{type:"primary"},on:{click:function(t){return e.router("/goods/publish")}}},[e._v("发布商品")]),s("div",{staticClass:"le-card le-search"},[s("div",{staticClass:"flex flex-wrap"},[s("div",{staticClass:"le-item flex"},[s("div",{staticClass:"le-item__label"},[e._v("商品搜索")]),s("div",{staticClass:"le-item__value"},[s("el-input",{staticClass:"le-left__input",attrs:{clearable:"",placeholder:"输入商品名称/货号/ID搜索"},on:{clear:e.getSearch},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)}},model:{value:e.keyword.search,callback:function(t){e.$set(e.keyword,"search",t)},expression:"keyword.search"}})],1)]),s("div",{staticClass:"le-item flex"},[s("div",{staticClass:"le-item__label"},[e._v("商品价格")]),s("div",{staticClass:"le-item__value"},[s("el-input",{staticClass:"le-right__input",attrs:{clearable:"",placeholder:"最低价格"},on:{clear:e.getSearch},nativeOn:{keyup:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)},function(t){e.keyword.price_start=e.oninput(e.keyword.price_start)}]},model:{value:e.keyword.price_start,callback:function(t){e.$set(e.keyword,"price_start",t)},expression:"keyword.price_start"}},[s("template",{slot:"append"},[e._v("元")])],2),s("span",{staticClass:"le-go"},[e._v("至")]),s("el-input",{staticClass:"le-right__input",attrs:{clearable:"",placeholder:"最高价格"},on:{clear:e.getSearch},nativeOn:{keyup:[function(t){e.keyword.price_end=e.oninput(e.keyword.price_end)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getSearch(t)}]},model:{value:e.keyword.price_end,callback:function(t){e.$set(e.keyword,"price_end",t)},expression:"keyword.price_end"}},[s("template",{slot:"append"},[e._v("元")])],2)],1)]),s("div",{staticClass:"le-item flex"},[s("div",{staticClass:"le-item__label"},[e._v("商品分类")]),s("div",{staticClass:"le-item__value"},[s("div",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.catObject,expression:"catObject",modifiers:{chooseCategory:!0}}],staticClass:"le-group-input flex justify-between align-center",attrs:{id:"searchGroup",action:"openGroup",title:"选择分类",width:"801",module:"goods"}},[s("div",{staticClass:"he-select__content"},[0===e.keyword.group.length?s("div",{staticClass:"le-placeholder"},[e._v(" 请选择 ")]):e._e(),e._l(e.keyword.group,(function(t,o){return s("div",{key:o,staticClass:"he-select__tag"},[s("span",[e._v(e._s(t.value))]),s("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(s){return s.stopPropagation(),e.delGroup(t,o)}}})])}))],2),s("i",{staticClass:"el-icon-arrow-down"})])])]),s("div",{staticClass:"le-item flex"},[s("div",{staticClass:"le-item__label"},[e._v("创建时间")]),s("div",{staticClass:"le-item__value"},[s("el-date-picker",{staticClass:"le-date__input",attrs:{type:"datetime",placeholder:"开始时间"},on:{change:e.getSearch},model:{value:e.time_start,callback:function(t){e.time_start=t},expression:"time_start"}}),s("span",{staticClass:"le-go"},[e._v("至")]),s("el-date-picker",{staticClass:"le-date__input",attrs:{type:"datetime",placeholder:"结束时间"},on:{change:e.getSearch},model:{value:e.time_end,callback:function(t){e.time_end=t},expression:"time_end"}})],1)])]),s("div",{staticClass:"le-button"},[s("el-button",{attrs:{type:"primary"},on:{click:e.getSearch}},[e._v("筛选")]),s("el-button",{on:{click:e.empty}},[e._v("清空")]),s("popconfirm",{attrs:{width:"328px",title:"确认导出选中商品信息?"},on:{confirm:e.exportGoods}},[s("el-button",[e._v("导出")])],1),s("el-button",{attrs:{type:"text"},on:{click:function(t){return e.router("/goods/goodsExportHistory")}}},[e._v("导出历史")])],1)]),s("el-tabs",{staticClass:"le-tabs",attrs:{type:"card","before-leave":e.beforeLeave},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[s("el-tab-pane",{attrs:{label:"全部("+e.tabCount.all+")",name:"all"}},["all"==e.keyword.tab_key?s("goodsAll",{attrs:{tab_key:e.keyword.tab_key,group:e.catObject.cat,page:e.page,status:"all",loading:e.tableLoading},on:{request:e.getRequest,delete:e.deleteGoods,selection:e.selection,count:e.getCount},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1),s("el-tab-pane",{attrs:{label:"销售中("+e.tabCount.onsale+")",name:"onsale"}},["onsale"==e.keyword.tab_key?s("goodsAll",{attrs:{group:e.catObject.cat,page:e.page,status:"onsale",loading:e.tableLoading,tab_key:e.keyword.tab_key},on:{request:e.getRequest,delete:e.deleteGoods,selection:e.selection,count:e.getCount},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1),s("el-tab-pane",{attrs:{label:"下架中("+e.tabCount.nosale+")",name:"nosale"}},["nosale"==e.keyword.tab_key?s("goodsAll",{attrs:{group:e.catObject.cat,page:e.page,status:"nosale",tab_key:e.keyword.tab_key,loading:e.tableLoading},on:{count:e.getCount,request:e.getRequest,delete:e.deleteGoods,selection:e.selection},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1),s("el-tab-pane",{attrs:{label:"售罄("+e.tabCount.soldout+")",name:"soldout"}},["soldout"==e.keyword.tab_key?s("goodsAll",{attrs:{group:e.catObject.cat,page:e.page,status:"soldout",tab_key:e.keyword.tab_key,loading:e.tableLoading},on:{count:e.getCount,request:e.getRequest,delete:e.deleteGoods,selection:e.selection},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1),s("el-tab-pane",{attrs:{label:"草稿箱("+e.tabCount.drafts+")",name:"drafts"}},["drafts"==e.keyword.tab_key?s("goodsAll",{attrs:{group:e.catObject.cat,page:e.page,status:"drafts",tab_key:e.keyword.tab_key,loading:e.tableLoading},on:{count:e.getCount,request:e.getRequest,delete:e.deleteGoods,selection:e.selection},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1),s("el-tab-pane",{attrs:{label:"回收站("+e.tabCount.recycle+")",name:"recycle"}},["recycle"==e.keyword.tab_key?s("goodsAll",{attrs:{group:e.catObject.cat,page:e.page,status:"recycle",tab_key:e.keyword.tab_key,loading:e.tableLoading},on:{count:e.getCount,request:e.getRequest,delete:e.deleteGoods,selection:e.selection},model:{value:e.list,callback:function(t){e.list=t},expression:"list"}}):e._e()],1)],1),s("heloading",{attrs:{page:"goodsExportHistory",path:"goods"},on:{submit:e.exportGoods},model:{value:e.load,callback:function(t){e.load=t},expression:"load"}})],1)},n=[],l=s("1da1"),r=(s("d3b7"),s("25f0"),s("d81d"),s("841c"),s("ac1f"),s("1276"),s("a9e3"),s("a434"),s("159b"),s("96cf"),function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"le-goods"},[s("div",{staticClass:"le-goods__header"},[s("el-checkbox",{staticClass:"le_goods__header-checkbox",attrs:{indeterminate:e.indeterminate},on:{change:e.allCheckEvent},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("当页全选 ")]),"recycle"!==e.status?["soldout"!==e.tab_key&&"onsale"!==e.tab_key&&"drafts"!==e.tab_key?[s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认上架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(1)}}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("上架")])],1)]:e._e(),"nosale"!==e.tab_key&&"drafts"!==e.tab_key?[s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认下架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(0)}}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("下架")])],1)]:e._e(),s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认删除选中商品?",width:"320.2px"},on:{confirm:e.batchDeletion}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1),"drafts"!==e.tab_key?s("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.catObject,expression:"catObject",modifiers:{chooseCategory:!0}}],staticStyle:{"margin-left":"8px"},attrs:{disabled:0===e.checkList.length,action:"setGroup",module:"goods",title:"选择分类",width:"820"}},[e._v("改分类 ")]):e._e()]:[s("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"320px",title:"确认恢复商品?"},on:{confirm:e.batchRestore}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("恢复")])],1),s("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"424px",title:"商品将被删除且无法撤销,确定删除?"},on:{confirm:e.batchRecycleDelete}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1)]],2),s("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"goodsTable",staticClass:"le_goods__main",attrs:{data:e.value,"row-key":"id","default-sort":{prop:"created_time",order:"descending"}},on:{select:e.selectRow,"select-all":e.selectAll,"selection-change":e.selectionChange,"sort-change":e.sortChange}},[s("el-table-column",{attrs:{type:"selection",width:"55"}}),s("el-table-column",{attrs:{label:"商品描述","min-width":"309"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"flex"},[s("el-image",{staticClass:"le_goods__main-pic",attrs:{src:t.row.slideshow[0]}},[s("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[s("i",{staticClass:"el-icon-picture-outline"})])]),s("div",{staticClass:"le_goods__main-goodsinfo"},[s("div",{staticClass:"le_goods__main-goodsname",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(t.row.name)+" "),s("div",{staticClass:"le-goods__editor"},[s("he-icon",{directives:[{name:"popup",rawName:"v-popup.editName",value:t.row,expression:"scope.row",modifiers:{editName:!0}}],staticClass:"le_goods__main-sortedit",attrs:{id:"editName_"+t.row.id,module:"goods",width:"380",title:"编辑商品名称",type:"le-icon-editor"}})],1)]),s("div",{staticClass:"le_goods__main-goodscn"},[e._v(" 货号:"+e._s(t.row.goods_sn?t.row.goods_sn:"--")+" ")]),s("div",{staticClass:"le_goods__main-goodscn"},[e._v("ID:"+e._s(t.row.id))])])],1)]}}])}),s("el-table-column",{attrs:{"sort-orders":["ascending","descending"],label:"商品价格",prop:"price",sortable:"custom","min-width":"100px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("span",{staticClass:"le_goods__main-goodstitle"},[e._v("¥"+e._s(t.row.price))])]}}])}),s("el-table-column",{attrs:{"sort-orders":["ascending","descending"],label:"库存",prop:"stocks",sortable:"custom","min-width":"100px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("span",{staticClass:"le_goods__main-goodstitle"},[e._v(e._s(t.row.stocks))])]}}])}),s("el-table-column",{attrs:{"sort-orders":["ascending","descending"],label:"销量",prop:"sales",sortable:"custom","min-width":"100px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("span",{staticClass:"le_goods__main-goodstitle"},[e._v(e._s(t.row.sales))])]}}])}),s("el-table-column",{attrs:{label:"创建时间",prop:"created_time",sortable:"custom","min-width":"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("span",{staticClass:"le_goods__main-goodstitle"},[e._v(e._s(e._f("timeFormat")(t.row.created_time,"yyyy-mm-dd hh:MM:ss")))])]}}])}),"drafts"!==e.tab_key&&"recycle"!==e.tab_key?s("el-table-column",{attrs:{label:"商品状态",prop:"status","min-width":"100px"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.stocks>0?[1==t.row.is_sale?s("el-tag",{attrs:{size:"medium",type:"success"}},[e._v("销售中")]):0==t.row.is_sale?s("el-tag",{attrs:{size:"medium",type:"info"}},[e._v("下架中")]):e._e()]:s("el-tag",{attrs:{size:"medium",type:"warning"}},[e._v("售罄")])]}}],null,!1,4039142832)}):e._e(),s("el-table-column",{attrs:{"render-header":e.hintRender,prop:"sort",sortable:"custom","min-width":"120px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"le_goods__main-goodstitle le_goods__main-sort"},[e._v(" "+e._s(t.row.sort)+" "),s("el-popover",{attrs:{id:t.row.id,title:" ",trigger:"click"},model:{value:t.row.popover,callback:function(s){e.$set(t.row,"popover",s)},expression:"scope.row.popover"}},[s("div",{staticClass:"el-popconfirm"},[s("p",{staticClass:"el-popconfirm__main"},[s("el-input",{on:{input:function(t){e.sort=e.onlyNum(e.sort)}},model:{value:e.sort,callback:function(t){e.sort=t},expression:"sort"}})],1),s("div",{staticClass:"el-popconfirm__action"},[s("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(s){return e.cancel(t.$index)}}},[e._v("取消")]),s("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(s){return e.setSort(t.$index)}}},[e._v("确定")])],1)]),s("span",{attrs:{slot:"reference"},on:{click:function(s){return e.getSortVal(t.row)}},slot:"reference"},[s("he-icon",{staticClass:"le_goods__main-sortedit",attrs:{type:"le-icon-editor"}})],1)])],1)]}}])}),s("el-table-column",{attrs:{label:"访问量",prop:"visits",sortable:"custom","min-width":"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"le_goods__main-goodstitle"},[e._v(" 访问量:"+e._s(t.row.visits)+" ")]),s("div",{staticClass:"le_goods__main-goodstitle"},[e._v(" 访客数:"+e._s(t.row.visitors)+" ")])]}}])}),s("el-table-column",{attrs:{label:"操作",prop:"",width:"150px"},scopedSlots:e._u([{key:"default",fn:function(t){return[s("div",{staticClass:"le-button-editor el-row--flex he-btn flex align-center"},["recycle"!==e.status?[s("he-link",{attrs:{query:{id:t.row.id},href:"goods/publish"}},[s("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("编辑")])],1),s("span",{staticClass:"he-btn__span"})]:e._e(),"recycle"!==e.status?["drafts"!==e.tab_key?s("el-button",{directives:[{name:"popup",rawName:"v-popup.promote",value:{data:t.row,promoteType:"goods"},expression:"{\n data: scope.row,\n promoteType: 'goods',\n }",modifiers:{promote:!0}}],staticClass:"le-goods__btn",attrs:{hide_footer:!0,id:t.row.id+"_promote",module:"goods",title:"推广",type:"text",width:"791"}},[e._v("推广 ")]):e._e(),"drafts"!==e.tab_key?s("span",{staticClass:"he-btn__span"}):e._e(),s("popconfirm",{attrs:{width:"392px",title:"商品删除请谨慎操作,确定删除?"},on:{confirm:function(s){return e.deleteGoods(t.row.id)}}},[s("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("删除")])],1)]:[s("popconfirm",{attrs:{title:"确认恢复商品?",width:"320px"},on:{confirm:function(s){return e.restore({id:t.row.id,index:t.$index})}}},[s("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("恢复")])],1),s("span",{staticClass:"he-btn__span"}),s("popconfirm",{attrs:{title:"商品将被删除且无法撤销,确定删除?",width:"392px"},on:{confirm:function(s){return e.recycleDelete({id:t.row.id,index:t.$index})}}},[s("el-button",{staticClass:"le-goods__btn",attrs:{type:"text"}},[e._v("删除")])],1)]],2)]}}])})],1),s("div",{staticClass:"le-goods__footer el-row--flex is-align-middle is-justify-space-between"},[s("div",[s("el-checkbox",{staticClass:"le_goods__header-checkbox",attrs:{indeterminate:e.indeterminate},on:{change:e.allCheckEvent},model:{value:e.allCheck,callback:function(t){e.allCheck=t},expression:"allCheck"}},[e._v("当页全选 ")]),"recycle"!==e.status?["soldout"!==e.tab_key&&"onsale"!==e.tab_key&&"drafts"!==e.tab_key?s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认上架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(1)}}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("上架")])],1):e._e(),"nosale"!==e.tab_key&&"drafts"!==e.tab_key?s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认下架选中商品?",width:"320.2px"},on:{confirm:function(t){return e.putOffShelf(0)}}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("下架")])],1):e._e(),s("popconfirm",{attrs:{disabled:0===e.checkList.length,title:"确认删除选中商品?",width:"320.2px"},on:{confirm:e.batchDeletion}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1),"drafts"!==e.tab_key?s("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.catObject,expression:"catObject",modifiers:{chooseCategory:!0}}],staticStyle:{"margin-left":"8px"},attrs:{disabled:0===e.checkList.length,action:"setGroup",module:"goods",title:"选择分类",width:"820"}},[e._v("改分类 ")]):e._e()]:[s("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"330px",title:"确认恢复商品?"},on:{confirm:e.batchRestore}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("恢复")])],1),s("popconfirm",{attrs:{disabled:0===e.checkList.length,width:"424px",title:"商品将被删除且无法撤销,确定删除?"},on:{confirm:e.batchRecycleDelete}},[s("el-button",{attrs:{disabled:0===e.checkList.length}},[e._v("删除")])],1)]],2),s("div",{staticClass:"he-tabpane-pagination"},[s("el-pagination",{attrs:{"current-page":e.page.current,"page-count":e.page.count,background:"",layout:"prev, pager, next, jumper"},on:{"current-change":e.currentChange,"size-change":e.sizeChange}})],1)])],1)}),c=[],d=(s("5319"),s("d8df")),u=s("c0b5"),p=s("b686"),h={components:{HelpHint:u["a"],popconfirm:d["a"],editName:p["a"]},props:{value:{type:Array},page:{type:Object},status:{type:String},loading:{type:Boolean},tab_key:{type:String},group:{type:Array}},data:function(){return{allCheck:!1,checkList:[],content:{},catObject:{returnType:"all",cat:[],result:[]},indeterminate:!1,sort:1,order:{created_time:"DESC"}}},computed:{},created:function(){},watch:{value:{handler:function(e){if(this.allCheck){var t=this,s=this.value.length;e.forEach((function(e){for(var o=0;o999?999:t<0?0:t},selectRow:function(){this.allCheck&&(this.allCheck=!1)},selectionChange:function(e){this.checkList=e.map((function(e){return e.id})),this.$emit("selection",this.checkList),this.allCheck=this.checkList.length===this.value.length,this.indeterminate=this.checkList.length>0&&this.checkList.length0?(this.allCheck=!0,this.indeterminate=!1):this.allCheck=!1},allCheckEvent:function(){var e=this;this.allCheck?this.value.forEach((function(t){e.$refs.goodsTable.toggleRowSelection(t,!0)})):this.$refs.goodsTable.clearSelection()},sizeChange:function(e){this.page.size=e,this.$emit("request",{page:this.page,sort:this.order})},currentChange:function(e){this.page.current=e,this.$emit("request",{page:this.page,sort:this.order})},deleteGoods:function(e){this.$emit("delete",e),this.$emit("count")},putOffShelf:function(e){var t=this;this.$heshop.goods("put",{id:this.checkList,behavior:"batchsetting"},{is_sale:e}).then((function(){t.$refs.goodsTable.clearSelection(),t.$emit("request",{page:t.page,sort:t.order}),t.$emit("count"),t.allCheck=!1;var s="";s=1===e?"上架成功":"下架成功",t.$message.success(s)})).catch((function(e){t.$refs.goodsTable.clearSelection(),t.$message.error(e.data.message)}))},restore:function(e){var t=this;this.$heshop.recycle("put",{id:e.id,include:"goods"},null).then((function(){t.$delete(t.value,e.index),t.$emit("count"),t.$message.success("恢复成功")})).catch((function(e){t.$message.error(e.data.message)}))},batchDeletion:function(){var e=this;this.$heshop.goods("delete",this.checkList).then((function(){e.$refs.goodsTable.clearSelection(),e.$emit("request",{page:e.page,sort:e.order}),e.$emit("count"),e.$message.success("删除成功"),e.allCheck=!1})).catch((function(t){e.$refs.goodsTable.clearSelection(),e.$message.error(t.data.message)}))},recycleDelete:function(e){var t=this;this.$heshop.recycle("delete",e.id,{include:"goods"}).then((function(){t.$delete(t.value,e.index),t.$emit("count"),t.$message.success("删除成功")})).catch((function(e){t.$message.error(e.data.message)}))},batchRestore:function(){var e=this;this.$heshop.recycle("put",{id:this.checkList,include:"goods"},null).then((function(){e.$emit("request",{page:e.page,sort:e.order}),e.$emit("count"),e.$message.success("恢复成功"),e.allCheck=!1})).catch((function(t){e.$message.error(t.data.message)}))},batchRecycleDelete:function(){var e=this;this.$heshop.recycle("delete",this.checkList,{include:"goods"}).then((function(){e.$emit("request",{page:e.page,sort:e.order}),e.$emit("count"),e.$message.success("删除成功"),e.allCheck=!1})).catch((function(t){e.$message.error(t.data.message)}))},sortChange:function(e){this.order={},this.order[e.prop]="ascending"==e.order?"ASC":"DESC",this.$emit("request",{page:this.page,sort:this.order})},getSortVal:function(e){this.sort=e.sort},setSort:function(e){var t=this,s=this.value[e].id;this.$heshop.goods("put",{id:s,behavior:"batchsetting"},{sort:this.sort}).then((function(){t.value[e].popover=!1,t.value[e].sort=t.sort,t.$message.success("修改成功")})).catch((function(e){t.$message.error(e.data.message)}))},cancel:function(e){this.value[e].popover=!1},setGroup:function(e){var t=this,s=e.result.map((function(e){return e.id}));this.$heshop.goods("put",{id:this.checkList,behavior:"batchsetting"},{group:s}).then((function(){t.$refs.goodsTable.clearSelection(),t.allCheck=!1,t.$message.success("修改成功")})).catch((function(e){t.$refs.goodsTable.clearSelection(),t.$message.error(e.data.message)}))}}},g=h,f=(s("1506"),s("7f8e"),s("2877")),m=Object(f["a"])(g,r,c,!1,null,"d842e0f4",null),_=m.exports,b=s("b0f2"),v=s("a964"),k=s("2638"),y=s.n(k),w=(s("b0c0"),{name:"goodsTable",components:{HelpHint:u["a"]},data:function(){return{sort:"1"}},props:{list:{type:Array},loading:{type:Boolean},tab_key:{type:String,default:function(){return"all"}},status:{type:String}},computed:{newList:{get:function(){return this.list},set:function(e){this.$emit("update:list",e)}}},methods:{hintRender:function(){return this.$createElement("HelpHint",{props:{content:"序号越大,排序越靠前"}},"排序")},routerPush:function(e,t){var s="",o={};0===e&&(s="/goods/publish",o={id:t.id}),this.$router.push({path:s,query:o})},cancel:function(e){this.newList[e].popover=!1},setSort:function(e){var t=this,s=this.newList[e].id;this.$heshop.goods("put",{id:s,behavior:"batchsetting"},{sort:this.sort}).then((function(){t.newList[e].popover=!1,t.newList[e].sort=t.sort,t.$message.success("修改成功")})).catch((function(e){t.$message.error(e.data.message)}))},onlyNum:function(e){var t=Number(e.replace(/\D/g,""));return t>999?999:t<0?0:t}},render:function(){var e=this,t=arguments[0];return t("el-table",{attrs:{data:this.newList,"row-class-name":"le-goods__row","default-sort":{prop:"created_time",order:"descending"},"cell-class-name":"le-goods__cell"}},[t("el-table-column",{attrs:{type:"selection",width:"55"}}),t("el-table-column",y()([{attrs:{label:"商品描述",width:"309"}},{scopedSlots:{default:function(e){return t("div",{class:"flex "},[t("img",{class:"le-goods__img ",attrs:{src:e.row.slideshow[0],alt:""}}),t("div",{class:"flex flex-direction flex-sub"},[t("span",{class:"he-line-2 flex-sub le-goods__name"},[e.row.name]),t("span",{class:"le-goods__description"},["货号: ",e.row.goods_sn?e.row.goods_sn:"--",t("br"),"ID:",e.row.id])])])}}}])),t("el-table-column",y()([{attrs:{"sort-orders":["ascending","descending"],label:"商品价格",prop:"price",sortable:"custom"}},{scopedSlots:{default:function(e){return"¥"+e.row.price}}}])),t("el-table-column",{attrs:{"sort-orders":["ascending","descending"],label:"库存",prop:"stocks",sortable:"custom"}}),t("el-table-column",{attrs:{"sort-orders":["ascending","descending"],label:"销量",prop:"sales",sortable:"custom"}}),t("el-table-column",y()([{attrs:{label:"创建时间",prop:"created_time",sortable:"custom"}},{scopedSlots:{default:function(t){return e.$h.timeFormat(t.row.created_time,"yyyy-mm-dd hh:MM:ss")}}}])),"drafts"!==this.tab_key&&"recycle"!==this.tab_key?t("el-table-column",y()([{attrs:{label:"商品状态",prop:"status"}},{scopedSlots:{default:function(e){return e.row.stocks>0?1==e.row.is_sale?t("span",{class:"le-success__tag"},["销售中"]):0==e.row.is_sale?t("span",{class:"le-info__tag"},["下架中"]):null:t("span",{class:"le-warning__tag"},["售罄"])}}}])):null,t("el-table-column",y()([{attrs:{"render-header":this.hintRender,prop:"sort",sortable:"custom"}},{scopedSlots:{default:function(s){return t("div",[s.row.sort,t("el-popover",{attrs:{id:s.row.id,title:" ",trigger:"click"},model:{value:s.row.popover,callback:function(t){e.$set(s.row,"popover",t)}}},[t("p",{class:"el-popconfirm__main"},[t("el-input",{on:{input:function(){e.sort=e.onlyNum(e.sort)}},model:{value:e.sort,callback:function(t){e.sort=t}}})]),t("div",{class:"el-popconfirm__action"},[t("el-button",{on:{click:e.cancel.bind(e,s.$index)},attrs:{size:"mini",type:"text"}},["取消"]),t("el-button",{on:{click:e.setSort.bind(e,s.$index)},attrs:{size:"mini",type:"primary"}},["确定"])]),t("span",{slot:"reference"},[t("he-icon",{attrs:{type:"le-icon-editor"}})])])])}}}])),t("el-table-column",y()([{attrs:{label:"访问量",prop:"visits",sortable:"custom"}},{scopedSlots:{default:function(e){return t("div",{class:"flex flex-direction le-goods__visits"},[t("span",["访问量:",e.row.visits]),t("span",["访客数:",e.row.visitors])])}}}])),t("el-table-column",y()([{attrs:{label:"操作"}},{scopedSlots:{default:function(s){return t("div",{class:"flex"},["recycle"!==e.status?t("template",[t("span",{class:"le-edit__btn",attrs:{type:"text"},on:{click:e.routerPush.bind(e,0,s.row)}},["编辑"]),t("span",{class:"le-edit__line"})]):null,"drafts"!==e.tab_key?t("template",[t("span",{class:"le-edit__btn",attrs:{hide_footer:!0,width:"791",module:"goods",title:"推广",id:s.row.id+"_promote"}},["推广"]),t("span",{class:"le-edit__line"})]):null,t("span",{class:"le-edit__btn"},["删除"])])}}}]))])}}),C=w,x=(s("84a7"),Object(f["a"])(C,o,a,!1,null,"ea1a6682",null)),$=x.exports,S={components:{goodsAll:_,popconfirm:d["a"],heloading:b["a"],goodsTable:$},data:function(){return{load:{show:!1,type:1},ruleForm:{pass:"",checkPass:"",age:""},activeName:"all",value1:"",value2:"",keyword:{tab_key:"all",search:"",group:[],price_start:"",price_end:"",time_start:"",time_end:"",sort:{}},time_start:"",time_end:"",tabCount:{all:0,onsale:0,nosale:0,soldout:0,drafts:0,recycle:0},page:{size:20,current:1},list:[],checkList:[],tableLoading:!1,catObject:{returnType:"children",cat:[],result:[]}}},mounted:function(){var e=this;return Object(l["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getList(e.page),e.getCount(),e.getGroup();case 3:case"end":return t.stop()}}),t)})))()},methods:{router:function(e){this.$router.push({path:e})},empty:function(){for(var e in this.keyword)this.keyword[e]="tab_key"===e?"all":"sort"===e?{created_time:"DESC"}:"group"===e?[]:"";this.time_start="",this.time_end="",this.catObject.result=[],this.page.current=1,this.getCount(),this.getList(this.page)},getSearch:function(){this.page.current=1,this.keyword.time_start=this.time_start?new Date(this.time_start).getTime().toString().substr(0,10):"",this.keyword.time_end=this.time_end?new Date(this.time_end).getTime().toString().substr(0,10):"",this.getCount(),this.getList(this.page)},getRequest:function(e){var t=e.page?e.page:{size:20,current:1};this.keyword.sort=e.sort?e.sort:{created_time:"DESC"},this.getList(t)},getList:function(e){var t=this;this.tableLoading=!0;var s=JSON.parse(JSON.stringify(this.keyword));s.group=s.group.map((function(e){return e.id})),this.$heshop.search("post",{include:"goods"},{keyword:s}).page(e.current,e.size).then((function(e){t.tableLoading=!1;var s=e.data,o=e.headers;t.list=s.map((function(e){return e.popover=!1,e})),t.page={current:+o["x-pagination-current-page"],count:+o["x-pagination-page-count"],size:+o["x-pagination-per-page"],total:+o["x-pagination-total-count"]},t.tabCount[t.activeName]=t.page.total})).catch((function(e){t.tableLoading=!1,console.error(e)}))},tableClick:function(e){},deleteGoods:function(e){var t=this;this.$heshop.goods("delete",e).then((function(){for(var s=0;s=t&&(e%=t),x(this.elems[e])},e.prototype.first=function(){return this.get(0)},e.prototype.last=function(){var e=this.length;return this.get(e-1)},e.prototype.on=function(e,t,n){var o;return e?("function"===typeof t&&(n=t,t=""),(0,a["default"])(o=this).call(o,(function(o){if(t){var i=function(e){var o=e.target;o.matches(t)&&n.call(o,e)};o.addEventListener(e,i),g.push({elem:o,selector:t,fn:n,agentFn:i})}else o.addEventListener(e,n)}))):this},e.prototype.off=function(e,t,n){var o;return e?("function"===typeof t&&(n=t,t=""),(0,a["default"])(o=this).call(o,(function(o){if(t){for(var i=-1,r=0;r]+>/g,(function(){return""}))},e.prototype.html=function(e){var t=this.elems[0];return e?(t.innerHTML=e,this):t.innerHTML},e.prototype.val=function(){var e,t=this.elems[0];return(0,s["default"])(e=t.value).call(e)},e.prototype.focus=function(){var e;return(0,a["default"])(e=this).call(e,(function(e){e.focus()}))},e.prototype.prev=function(){var e=this.elems[0];return x(e.previousElementSibling)},e.prototype.next=function(){var e=this.elems[0];return x(e.nextElementSibling)},e.prototype.getNextSibling=function(){var e=this.elems[0];return x(e.nextSibling)},e.prototype.parent=function(){var e=this.elems[0];return x(e.parentElement)},e.prototype.parentUntil=function(e,t){var n=t||this.elems[0];if("BODY"===n.nodeName)return null;var o=n.parentElement;return null===o?null:o.matches(e)?x(o):this.parentUntil(e,o)},e.prototype.parentUntilEditor=function(e,t,n){var o=n||this.elems[0];if(x(o).equal(t.$textContainerElem)||x(o).equal(t.$toolbarElem))return null;var i=o.parentElement;return null===i?null:i.matches(e)?x(i):this.parentUntilEditor(e,t,i)},e.prototype.equal=function(t){return t instanceof e?this.elems[0]===t.elems[0]:t instanceof HTMLElement&&this.elems[0]===t},e.prototype.insertBefore=function(e){var t,n=x(e),o=n.elems[0];return o?(0,a["default"])(t=this).call(t,(function(e){var t=o.parentNode;t.insertBefore(e,o)})):this},e.prototype.insertAfter=function(e){var t,n=x(e),o=n.elems[0],i=o&&o.nextSibling;return o?(0,a["default"])(t=this).call(t,(function(e){var t=o.parentNode;i?t.insertBefore(e,i):t.appendChild(e)})):this},e.prototype.data=function(e,t){if(null==t)return this.dataSource.get(e);this.dataSource.set(e,t)},e.prototype.getNodeTop=function(e){if(this.length<1)return this;var t=this.parent();return e.$textElem.equal(this)||e.$textElem.equal(t)?this:(t.prior=this,t.getNodeTop(e))},e.prototype.getOffsetData=function(){var e=this.elems[0];return{top:e.offsetTop,left:e.offsetLeft,width:e.offsetWidth,height:e.offsetHeight,parent:e.offsetParent}},e.prototype.scrollTop=function(e){var t=this.elems[0];t.scrollTo({top:e})},e}();function x(){for(var e=[],t=0;t/gm,">").replace(/"/gm,""").replace(/(\r\n|\r|\n)/g,"
")}function h(e){return e.replace(/</gm,"<").replace(/>/gm,">").replace(/"/gm,'"')}function m(e,t){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var o=t(n,e[n]);if(!1===o)break}}function g(e,t){var n,o,i,r=e.length||0;for(n=0;n

',t.EMPTY_P_LAST_REGEX=/

<\/p>$/gim,t.EMPTY_P_REGEX=/

/gim},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n(143))},function(e,t){e.exports={}},function(e,t,n){var o=n(9),i=n(81),r=n(17),a=n(63),l=n(85),s=n(107),u=i("wks"),c=o.Symbol,d=s?c:c&&c.withoutSetter||a;e.exports=function(e){return r(u,e)&&(l||"string"==typeof u[e])||(l&&r(c,e)?u[e]=c[e]:u[e]=d("Symbol."+e)),u[e]}},function(e,t,n){var o=n(10),i=n(17),r=n(97),a=n(19).f;e.exports=function(e){var t=o.Symbol||(o.Symbol={});i(t,e)||a(t,e,{value:r.f(e)})}},function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},function(e,t,n){var o=n(13);e.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var o=n(10);e.exports=function(e){return o[e+"Prototype"]}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var o=n(15),i=n(19),r=n(36);e.exports=o?function(e,t,n){return i.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var o=n(15),i=n(102),r=n(25),a=n(59),l=Object.defineProperty;t.f=o?l:function(e,t,n){if(r(e),t=a(t,!0),r(n),i)try{return l(e,t,n)}catch(o){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){e.exports=n(198)},function(e,t,n){"use strict";var o=function(){var e;return function(){return"undefined"===typeof e&&(e=Boolean(window&&document&&document.all&&!window.atob)),e}}(),i=function(){var e={};return function(t){if("undefined"===typeof e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(o){n=null}e[t]=n}return e[t]}}(),r=[];function a(e){for(var t=-1,n=0;n0){var o=null===n||void 0===n?void 0:n.getNodeName();o&&"I"===o&&t.addClass(a)}}));var u=new p["default"](i,o);return i.dropList=u,t.on("mouseenter",(function(){var e;null!=n.selection.getRange()&&(t.css("z-index",n.zIndex.get("menu")),(0,l["default"])(e=n.txt.eventHooks.dropListMenuHoverEvents).call(e,(function(e){return e()})),u.showTimeoutId=(0,s["default"])((function(){u.show()}),200))})).on("mouseleave",(function(){t.css("z-index","auto"),u.hideTimeoutId=(0,s["default"])((function(){u.hide()}))})),i}return u(t,e),t}(f["default"]);t["default"]=v},function(e,t,n){var o=n(14);e.exports=function(e){if(!o(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){e.exports=n(194)},function(e,t,n){var o=n(76),i=n(47);e.exports=function(e){return o(i(e))}},function(e,t,n){var o=n(10),i=n(9),r=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?r(o[e])||r(i[e]):o[e]&&o[e][t]||i[e]&&i[e][t]}},function(e,t,n){var o=n(48),i=n(76),r=n(39),a=n(37),l=n(91),s=[].push,u=function(e){var t=1==e,n=2==e,u=3==e,c=4==e,d=6==e,f=7==e,p=5==e||d;return function(v,h,m,g){for(var A,y,_=r(v),w=i(_),b=o(h,m,3),x=a(w.length),E=0,C=g||l,S=t?C(v,x):n||f?C(v,0):void 0;x>E;E++)if((p||E in w)&&(A=w[E],y=b(A,E,_),e))if(t)S[E]=y;else if(y)switch(e){case 3:return!0;case 5:return A;case 6:return E;case 2:s.call(S,A)}else switch(e){case 4:return!1;case 7:s.call(S,A)}return d?-1:u||c?c:S}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},function(e,t,n){e.exports=n(207)},function(e,t,n){e.exports=n(290)},function(e,t,n){"use strict";var o=n(0),i=o(n(106)),r=o(n(322)),a=o(n(324)),l=o(n(1)),s=o(n(3)),u=o(n(31)),c=o(n(129)),d=function(e,t,n,o){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=i["default"]))((function(n,i){function a(e){try{s(o.next(e))}catch(t){i(t)}}function l(e){try{s(o["throw"](e))}catch(t){i(t)}}function s(e){e.done?n(e.value):r(e.value).then(a,l)}s((o=o.apply(e,t||[])).next())}))},f=function(e,t){var n,o,i,l,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return l={next:u(0),throw:u(1),return:u(2)},"function"===typeof r["default"]&&(l[a["default"]]=function(){return this}),l;function u(e){return function(t){return c([e,t])}}function c(r){if(n)throw new TypeError("Generator is already executing.");while(s)try{if(n=1,o&&(i=2&r[0]?o["return"]:r[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,r[1])).done)return i;switch(o=0,i&&(r=[2&r[0],i.value]),r[0]){case 0:case 1:i=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,o=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(i=s.trys,!(i=i.length>0&&i[i.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!i||r[1]>i[0]&&r[1]');var o=t.editor;o.txt.eventHooks.clickEvents.push(e.hideCurAllPanels),o.txt.eventHooks.toolbarClickEvents.push(e.hideCurAllPanels),o.txt.eventHooks.dropListMenuHoverEvents.push(e.hideCurAllPanels)}return e.prototype.create=function(){var t=this,n=this.menu;if(!e.createdMenus.has(n)){var o=this.conf,i=this.$container,r=o.width||300,a=n.editor.$toolbarElem.getBoundingClientRect(),l=n.$elem.getBoundingClientRect(),c=a.height+a.top-l.top,p=(a.width-r)/2+a.left-l.left;i.css("width",r+"px").css("margin-top",c+"px").css("margin-left",p+"px").css("z-index",n.editor.zIndex.get("panel"));var m=v["default"]('');i.append(m),m.on("click",(function(){t.remove()}));var g=v["default"]('

    '),A=v["default"]('
    ');i.append(g).append(A);var y=o.height;y&&A.css("height",y+"px").css("overflow-y","auto");var _=o.tabs||[],w=[],b=[];(0,s["default"])(_).call(_,(function(e,t){if(e){var n=e.title||"",o=e.tpl||"",i=v["default"]('
  • '+n+"
  • ");g.append(i);var r=v["default"](o);A.append(r),w.push(i),b.push(r),0===t?(i.data("active",!0),i.addClass("w-e-active")):r.hide(),i.on("click",(function(){i.data("active")||((0,s["default"])(w).call(w,(function(e){e.data("active",!1),e.removeClass("w-e-active")})),(0,s["default"])(b).call(b,(function(e){e.hide()})),i.data("active",!0),i.addClass("w-e-active"),r.show())}))}})),i.on("click",(function(e){e.stopPropagation()})),n.$elem.append(i),(0,s["default"])(_).call(_,(function(e,n){if(e){var o=e.events||[];(0,s["default"])(o).call(o,(function(e){var o=e.selector,i=e.type,r=e.fn||h.EMPTY_FN,a=b[n];(0,u["default"])(a).call(a,o).on(i,(function(e){return d(t,void 0,void 0,(function(){var t;return f(this,(function(n){switch(n.label){case 0:return e.stopPropagation(),[4,r(e)];case 1:return t=n.sent(),t&&this.remove(),[2]}}))}))}))}))}}));var x=(0,u["default"])(i).call(i,"input[type=text],textarea");x.length&&x.get(0).focus(),e.hideCurAllPanels(),n.setPanel(this),e.createdMenus.add(n)}},e.prototype.remove=function(){var t=this.menu,n=this.$container;n&&n.remove(),e.createdMenus["delete"](t)},e.hideCurAllPanels=function(){var t;0!==e.createdMenus.size&&(0,s["default"])(t=e.createdMenus).call(t,(function(e){var t=e.panel;t&&t.remove()}))},e.createdMenus=new c["default"],e}();t["default"]=m},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(98)),c=function(e){function t(t,n){return e.call(this,t,n)||this}return l(t,e),t.prototype.setPanel=function(e){this.panel=e},t}(u["default"]);t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=o(n(55)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var s=l(n(2)),u=function(){function e(e,t,n){this.editor=e,this.$targetElem=t,this.conf=n,this._show=!1,this._isInsertTextContainer=!1;var o=s["default"]("
    ");o.addClass("w-e-tooltip"),this.$container=o}return e.prototype.getPositionData=function(){var e=this.$container,t=0,n=0,o=20,i=document.documentElement.scrollTop,r=this.$targetElem.getBoundingClientRect(),a=this.editor.$textElem.getBoundingClientRect(),l=this.$targetElem.getOffsetData(),u=s["default"](l.parent),c=this.editor.$textElem.elems[0].scrollTop;if(this._isInsertTextContainer=u.equal(this.editor.$textContainerElem),this._isInsertTextContainer){var d=u.getBoundingClientRect().height,f=l.top,p=l.left,v=l.height,h=f-c;h>o+5?(t=h-o-15,e.addClass("w-e-tooltip-up")):h+v+o0?h:0)+o+10,e.addClass("w-e-tooltip-down")),n=p<0?0:p}else r.top");l.addClass("w-e-tooltip-item-wrapper "),l.append(a),i.append(l),a.on("click",(function(i){i.preventDefault();var r=t.onClick(n,o);r&&e.remove()}))}))},e.prototype.create=function(){var e,t,n=this.editor,o=this.$container;this.appendMenus();var i=this.getPositionData(),r=i.top,l=i.left;o.css("top",r+"px"),o.css("left",l+"px"),o.css("z-index",n.zIndex.get("tooltip")),this._isInsertTextContainer?this.editor.$textContainerElem.append(o):s["default"]("body").append(o),this._show=!0,n.beforeDestroy((0,a["default"])(e=this.remove).call(e,this)),n.txt.eventHooks.onBlurEvents.push((0,a["default"])(t=this.remove).call(t,this))},e.prototype.remove=function(){this.$container.remove(),this._show=!1},(0,i["default"])(e.prototype,"isShow",{get:function(){return this._show},enumerable:!1,configurable:!0}),e}();t["default"]=u},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var o=n(61),i=Math.min;e.exports=function(e){return e>0?i(o(e),9007199254740991):0}},function(e,t){e.exports=!0},function(e,t,n){var o=n(47);e.exports=function(e){return Object(o(e))}},function(e,t,n){var o=n(25),i=n(169),r=n(37),a=n(48),l=n(170),s=n(171),u=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,n){var c,d,f,p,v,h,m,g=n&&n.that,A=!(!n||!n.AS_ENTRIES),y=!(!n||!n.IS_ITERATOR),_=!(!n||!n.INTERRUPTED),w=a(t,g,1+A+_),b=function(e){return c&&s(c),new u(!0,e)},x=function(e){return A?(o(e),_?w(e[0],e[1],b):w(e[0],e[1])):_?w(e,b):w(e)};if(y)c=e;else{if(d=l(e),"function"!=typeof d)throw TypeError("Target is not iterable");if(i(d)){for(f=0,p=r(e.length);p>f;f++)if(v=x(e[f]),v&&v instanceof u)return v;return new u(!1)}c=d.call(e)}h=c.next;while(!(m=h.call(c)).done){try{v=x(m.value)}catch(E){throw s(c),E}if("object"==typeof v&&v&&v instanceof u)return v}return new u(!1)}},function(e,t){e.exports={}},function(e,t,n){var o=n(86),i=n(19).f,r=n(18),a=n(17),l=n(173),s=n(11),u=s("toStringTag");e.exports=function(e,t,n,s){if(e){var c=n?e:e.prototype;a(c,u)||i(c,u,{configurable:!0,value:t}),s&&!o&&r(c,"toString",l)}}},function(e,t,n){var o,i,r,a=n(178),l=n(9),s=n(14),u=n(18),c=n(17),d=n(82),f=n(62),p=n(50),v=l.WeakMap,h=function(e){return r(e)?i(e):o(e,{})},m=function(e){return function(t){var n;if(!s(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}};if(a){var g=d.state||(d.state=new v),A=g.get,y=g.has,_=g.set;o=function(e,t){return t.facade=e,_.call(g,e,t),t},i=function(e){return A.call(g,e)||{}},r=function(e){return y.call(g,e)}}else{var w=f("state");p[w]=!0,o=function(e,t){return t.facade=e,u(e,w,t),t},i=function(e){return c(e,w)?e[w]:{}},r=function(e){return c(e,w)}}e.exports={set:o,get:i,has:r,enforce:h,getterFor:m}},function(e,t,n){e.exports=n(266)},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createElementFragment=t.createDocumentFragment=t.createElement=t.insertBefore=t.getEndPoint=t.getStartPoint=t.updateRange=t.filterSelectionNodes=void 0;var l=n(136),s=a(n(2));function u(e){var t=[];return(0,r["default"])(e).call(e,(function(e){var n=e.getNodeName();if(n!==l.ListType.OrderedList&&n!==l.ListType.UnorderedList)t.push(e);else if(e.prior)t.push(e.prior);else{var o=e.children();null===o||void 0===o||(0,r["default"])(o).call(o,(function(e){t.push(s["default"](e))}))}})),t}function c(e,t,n){var o=e.selection,i=document.createRange();t.length>1?(i.setStart(t.elems[0],0),i.setEnd(t.elems[t.length-1],t.elems[t.length-1].childNodes.length)):i.selectNodeContents(t.elems[0]),n&&i.collapse(!1),o.saveRange(i),o.restoreSelection()}function d(e){var t;return e.prior?e.prior:s["default"](null===(t=e.children())||void 0===t?void 0:t.elems[0])}function f(e){var t;return e.prior?e.prior:s["default"](null===(t=e.children())||void 0===t?void 0:t.last().elems[0])}function p(e,t,n){void 0===n&&(n=null),e.parent().elems[0].insertBefore(t,n)}function v(e){return document.createElement(e)}function h(){return document.createDocumentFragment()}function m(e,t,n){return void 0===n&&(n="li"),(0,r["default"])(e).call(e,(function(e){var o=v(n);o.innerHTML=e.html(),t.append(o),e.remove()})),t}t.filterSelectionNodes=u,t.updateRange=c,t.getStartPoint=d,t.getEndPoint=f,t.insertBefore=p,t.createElement=v,t.createDocumentFragment=h,t.createElementFragment=m},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var o=n(33);e.exports=function(e,t,n){if(o(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,o){return e.call(t,n,o)};case 3:return function(n,o,i){return e.call(t,n,o,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var o,i=n(25),r=n(144),a=n(80),l=n(50),s=n(105),u=n(77),c=n(62),d=">",f="<",p="prototype",v="script",h=c("IE_PROTO"),m=function(){},g=function(e){return f+v+d+e+f+"/"+v+d},A=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){var e,t=u("iframe"),n="java"+v+":";return t.style.display="none",s.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(g("document.F=Object")),e.close(),e.F},_=function(){try{o=document.domain&&new ActiveXObject("htmlfile")}catch(t){}_=o?A(o):y();var e=a.length;while(e--)delete _[p][a[e]];return _()};l[h]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(m[p]=i(e),n=new m,m[p]=null,n[h]=e):n=_(),void 0===t?n:r(n,t)}},function(e,t){e.exports={}},function(e,t,n){var o=n(18);e.exports=function(e,t,n,i){i&&i.enumerable?e[t]=n:o(e,t,n)}},function(e,t,n){n(184);var o=n(185),i=n(9),r=n(67),a=n(18),l=n(41),s=n(11),u=s("toStringTag");for(var c in o){var d=i[c],f=d&&d.prototype;f&&r(f)!==u&&a(f,u,c),l[c]=l.Array}},function(e,t,n){var o=n(46);e.exports=Array.isArray||function(e){return"Array"==o(e)}},function(e,t,n){var o=n(13),i=n(11),r=n(65),a=i("species");e.exports=function(e){return r>=51||!o((function(){var t=[],n=t.constructor={};return n[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){e.exports=n(228)},function(e,t,n){e.exports=n(270)},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.ListHandle=void 0;var a=r(n(379)),l=function(){function e(e){this.options=e,this.selectionRangeElem=new a["default"]}return e}();t.ListHandle=l},function(e,t,n){"use strict";var o={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,r=i&&!o.call({1:2},1);t.f=r?function(e){var t=i(this,e);return!!t&&t.enumerable}:o},function(e,t,n){var o=n(14);e.exports=function(e,t){if(!o(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!o(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!o(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!o(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var o=n(104),i=n(80);e.exports=Object.keys||function(e){return o(e,i)}},function(e,t){var n=Math.ceil,o=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?o:n)(e)}},function(e,t,n){var o=n(81),i=n(63),r=o("keys");e.exports=function(e){return r[e]||(r[e]=i(e))}},function(e,t){var n=0,o=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+o).toString(36)}},function(e,t,n){var o=n(46),i=n(9);e.exports="process"==o(i.process)},function(e,t,n){var o,i,r=n(9),a=n(66),l=r.process,s=l&&l.versions,u=s&&s.v8;u?(o=u.split("."),i=o[0]+o[1]):a&&(o=a.match(/Edge\/(\d+)/),(!o||o[1]>=74)&&(o=a.match(/Chrome\/(\d+)/),o&&(i=o[1]))),e.exports=i&&+i},function(e,t,n){var o=n(28);e.exports=o("navigator","userAgent")||""},function(e,t,n){var o=n(86),i=n(46),r=n(11),a=r("toStringTag"),l="Arguments"==i(function(){return arguments}()),s=function(e,t){try{return e[t]}catch(n){}};e.exports=o?i:function(e){var t,n,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=s(t=Object(e),a))?n:l?i(t):"Object"==(o=i(t))&&"function"==typeof t.callee?"Arguments":o}},function(e,t){},function(e,t,n){"use strict";var o=n(33),i=function(e){var t,n;this.promise=new e((function(e,o){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=o})),this.resolve=o(t),this.reject=o(n)};e.exports.f=function(e){return new i(e)}},function(e,t,n){"use strict";var o=n(182).charAt,i=n(43),r=n(89),a="String Iterator",l=i.set,s=i.getterFor(a);r(String,"String",(function(e){l(this,{type:a,string:String(e),index:0})}),(function(){var e,t=s(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=o(n,i),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){"use strict";var o=n(13);e.exports=function(e,t){var n=[][e];return!!n&&o((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(e,t,n){e.exports=n(215)},function(e,t,n){e.exports=n(219)},function(e,t,n){var o=n(15),i=n(58),r=n(36),a=n(27),l=n(59),s=n(17),u=n(102),c=Object.getOwnPropertyDescriptor;t.f=o?c:function(e,t){if(e=a(e),t=l(t,!0),u)try{return c(e,t)}catch(n){}if(s(e,t))return r(!i.f.call(e,t),e[t])}},function(e,t,n){var o=n(13),i=n(46),r="".split;e.exports=o((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?r.call(e,""):Object(e)}:Object},function(e,t,n){var o=n(9),i=n(14),r=o.document,a=i(r)&&i(r.createElement);e.exports=function(e){return a?r.createElement(e):{}}},function(e,t,n){var o=n(27),i=n(37),r=n(79),a=function(e){return function(t,n,a){var l,s=o(t),u=i(s.length),c=r(a,u);if(e&&n!=n){while(u>c)if(l=s[c++],l!=l)return!0}else for(;u>c;c++)if((e||c in s)&&s[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,n){var o=n(61),i=Math.max,r=Math.min;e.exports=function(e,t){var n=o(e);return n<0?i(n+t,0):r(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var o=n(38),i=n(82);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.9.1",mode:o?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var o=n(9),i=n(145),r="__core-js_shared__",a=o[r]||i(r,{});e.exports=a},function(e,t,n){var o=n(17),i=n(39),r=n(62),a=n(167),l=r("IE_PROTO"),s=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=i(e),o(e,l)?e[l]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},function(e,t,n){var o=n(25),i=n(168);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(n,[]),t=n instanceof Array}catch(r){}return function(n,r){return o(n),i(r),t?e.call(n,r):n.__proto__=r,n}}():void 0)},function(e,t,n){var o=n(64),i=n(65),r=n(13);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!Symbol.sham&&(o?38===i:i>37&&i<41)}))},function(e,t,n){var o=n(11),i=o("toStringTag"),r={};r[i]="z",e.exports="[object z]"===String(r)},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},function(e,t,n){"use strict";var o=n(6),i=n(183),r=n(83),a=n(84),l=n(42),s=n(18),u=n(51),c=n(11),d=n(38),f=n(41),p=n(116),v=p.IteratorPrototype,h=p.BUGGY_SAFARI_ITERATORS,m=c("iterator"),g="keys",A="values",y="entries",_=function(){return this};e.exports=function(e,t,n,c,p,w,b){i(n,t,c);var x,E,C,S=function(e){if(e===p&&B)return B;if(!h&&e in N)return N[e];switch(e){case g:return function(){return new n(this,e)};case A:return function(){return new n(this,e)};case y:return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator",M=!1,N=e.prototype,T=N[m]||N["@@iterator"]||p&&N[p],B=!h&&T||S(p),R="Array"==t&&N.entries||T;if(R&&(x=r(R.call(new e)),v!==Object.prototype&&x.next&&(d||r(x)===v||(a?a(x,v):"function"!=typeof x[m]&&s(x,m,_)),l(x,k,!0,!0),d&&(f[k]=_))),p==A&&T&&T.name!==A&&(M=!0,B=function(){return T.call(this)}),d&&!b||N[m]===B||s(N,m,B),f[t]=B,p)if(E={values:S(A),keys:w?B:S(g),entries:S(y)},b)for(C in E)(h||M||!(C in N))&&u(N,C,E[C]);else o({target:t,proto:!0,forced:h||M},E);return E}},function(e,t){e.exports=function(){}},function(e,t,n){var o=n(14),i=n(53),r=n(11),a=r("species");e.exports=function(e,t){var n;return i(e)&&(n=e.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?o(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){e.exports=n(191)},function(e,t,n){var o=n(47),i=n(72),r="["+i+"]",a=RegExp("^"+r+r+"*"),l=RegExp(r+r+"*$"),s=function(e){return function(t){var n=String(o(t));return 1&e&&(n=n.replace(a,"")),2&e&&(n=n.replace(l,"")),n}};e.exports={start:s(1),end:s(2),trim:s(3)}},function(e,t,n){e.exports=n(211)},function(e,t,n){"use strict";var o=n(59),i=n(19),r=n(36);e.exports=function(e,t,n){var a=o(t);a in e?i.f(e,a,r(0,n)):e[a]=n}},function(e,t,n){var o=n(233),i=n(259);function r(t){return"function"===typeof o&&"symbol"===typeof i?(e.exports=r=function(e){return typeof e},e.exports["default"]=e.exports,e.exports.__esModule=!0):(e.exports=r=function(e){return e&&"function"===typeof o&&e.constructor===o&&e!==o.prototype?"symbol":typeof e},e.exports["default"]=e.exports,e.exports.__esModule=!0),r(t)}e.exports=r,e.exports["default"]=e.exports,e.exports.__esModule=!0},function(e,t,n){var o=n(11);t.f=o},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(32)),s=function(){function e(e,t){var n=this;this.$elem=e,this.editor=t,this._active=!1,e.on("click",(function(e){var o;l["default"].hideCurAllPanels(),(0,r["default"])(o=t.txt.eventHooks.menuClickEvents).call(o,(function(e){return e()})),e.stopPropagation(),null!=t.selection.getRange()&&n.clickHandler(e)}))}return e.prototype.clickHandler=function(e){},e.prototype.active=function(){this._active=!0,this.$elem.addClass("w-e-active")},e.prototype.unActive=function(){this._active=!1,this.$elem.removeClass("w-e-active")},(0,i["default"])(e.prototype,"isActive",{get:function(){return this._active},enumerable:!1,configurable:!0}),e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(55)),a=o(n(3)),l=o(n(30)),s=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var u=n(7),c=s(n(134)),d=s(n(135)),f=function(){function e(e){this.editor=e}return e.prototype.insertImg=function(e,t,n){var o=this.editor,i=o.config,r="validate.",a=function(e,t){return void 0===t&&(t=r),o.i18next.t(t+e)},l=t?'alt="'+t+'" ':"",s=n?'data-href="'+encodeURIComponent(n)+'" ':"";o.cmd["do"]("insertHTML",''),i.linkImgCallback(e,t,n);var u=document.createElement("img");u.onload=function(){u=null},u.onerror=function(){i.customAlert(a("插入图片错误"),"error","wangEditor: "+a("插入图片错误")+","+a("图片链接")+' "'+e+'",'+a("下载链接失败")),u=null},u.onabort=function(){return u=null},u.src=e},e.prototype.uploadImg=function(e){var t=this;if(e.length){var n=this.editor,o=n.config,i="validate.",s=function(e){return n.i18next.t(i+e)},f=o.uploadImgServer,p=o.uploadImgShowBase64,v=o.uploadImgMaxSize,h=v/1024/1024,m=o.uploadImgMaxLength,g=o.uploadFileName,A=o.uploadImgParams,y=o.uploadImgParamsWithUrl,_=o.uploadImgHeaders,w=o.uploadImgHooks,b=o.uploadImgTimeout,x=o.withCredentials,E=o.customUploadImg;if(E||f||p){var C=[],S=[];if(u.arrForEach(e,(function(e){var t=e.name,n=e.size;t&&n&&(!1!==/\.(jpg|jpeg|png|bmp|gif|webp)$/i.test(t)?vm)o.customAlert(s("一次最多上传")+m+s("张图片"),"warning");else if(E&&"function"===typeof E){var k;E(C,(0,r["default"])(k=this.insertImg).call(k,this))}else{var M=new FormData;if((0,a["default"])(C).call(C,(function(e,t){var n=g||e.name;C.length>1&&(n+=t+1),M.append(n,e)})),f){var N=f.split("#");f=N[0];var T=N[1]||"";(0,a["default"])(u).call(u,A,(function(e,t){y&&((0,l["default"])(f).call(f,"?")>0?f+="&":f+="?",f=f+e+"="+t),M.append(e,t)})),T&&(f+="#"+T);var B=c["default"](f,{timeout:b,formData:M,headers:_,withCredentials:!!x,beforeSend:function(e){if(w.before)return w.before(e,n,C)},onTimeout:function(e){o.customAlert(s("上传图片超时"),"error"),w.timeout&&w.timeout(e,n)},onProgress:function(e,t){var o=new d["default"](n);t.lengthComputable&&(e=t.loaded/t.total,o.show(e))},onError:function(e){o.customAlert(s("上传图片错误"),"error",s("上传图片错误")+","+s("服务器返回状态")+": "+e.status),w.error&&w.error(e,n)},onFail:function(e,t){o.customAlert(s("上传图片失败"),"error",s("上传图片返回结果错误")+","+s("返回结果")+": "+t),w.fail&&w.fail(e,n,t)},onSuccess:function(e,i){if(w.customInsert){var l;w.customInsert((0,r["default"])(l=t.insertImg).call(l,t),i,n)}else{if("0"!=i.errno)return o.customAlert(s("上传图片失败"),"error",s("上传图片返回结果错误")+","+s("返回结果")+" errno="+i.errno),void(w.fail&&w.fail(e,n,i));var u=i.data;(0,a["default"])(u).call(u,(function(e){"string"===typeof e?t.insertImg(e):t.insertImg(e.url,e.alt,e.href)})),w.success&&w.success(e,n,i)}}});"string"===typeof B&&o.customAlert(B,"error")}else p&&u.arrForEach(e,(function(e){var n=t,o=new FileReader;o.readAsDataURL(e),o.onload=function(){if(this.result){var e=this.result.toString();n.insertImg(e,e)}}}))}else o.customAlert(s("传入的文件不合法"),"warning")}}},e}();t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(412)),a=o(n(3)),l=o(n(44));function s(e){return!!e.length&&"w-e-todo"===e.attr("class")}function u(e){var t=e.selection.getSelectionRangeTopNodes();if(0!==t.length)return(0,r["default"])(t).call(t,(function(e){return s(e)}))}function c(e,t,n){var o;if(e.hasChildNodes()){var i=e.cloneNode(),r=!1;""===t.nodeValue&&(r=!0);var l=[];return(0,a["default"])(o=e.childNodes).call(o,(function(e){if(!d(e,t)&&r&&(i.appendChild(e.cloneNode(!0)),"BR"!==e.nodeName&&l.push(e)),d(e,t)){if(1===e.nodeType){var o=c(e,t,n);o&&""!==o.textContent&&(null===i||void 0===i||i.appendChild(o))}if(3===e.nodeType&&t.isEqualNode(e)){var a=f(e,n);i.textContent=a}r=!0}})),(0,a["default"])(l).call(l,(function(e){var t=e;t.remove()})),i}}function d(e,t){return 3===e.nodeType?e.nodeValue===t.nodeValue:e.contains(t)}function f(e,t,n){void 0===n&&(n=!0);var o=e.nodeValue,i=null===o||void 0===o?void 0:(0,l["default"])(o).call(o,0,t);if(o=null===o||void 0===o?void 0:(0,l["default"])(o).call(o,t),!n){var r=o;o=i,i=r}return e.nodeValue=i,o}(0,i["default"])(t,"__esModule",{value:!0}),t.dealTextNode=t.isAllTodo=t.isTodo=t.getCursorNextNode=void 0,t.isTodo=s,t.isAllTodo=u,t.getCursorNextNode=c,t.dealTextNode=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=n(432),a=function(){function e(e){this.maxSize=e,this.isRe=!1,this.data=new r.CeilStack(e),this.revokeData=new r.CeilStack(e)}return(0,i["default"])(e.prototype,"size",{get:function(){return[this.data.size,this.revokeData.size]},enumerable:!1,configurable:!0}),e.prototype.resetMaxSize=function(e){this.data.resetMax(e),this.revokeData.resetMax(e)},e.prototype.save=function(e){return this.isRe&&(this.revokeData.clear(),this.isRe=!1),this.data.instack(e),this},e.prototype.revoke=function(e){!this.isRe&&(this.isRe=!0);var t=this.data.outstack();return!!t&&(this.revokeData.instack(t),e(t),!0)},e.prototype.restore=function(e){!this.isRe&&(this.isRe=!0);var t=this.revokeData.outstack();return!!t&&(this.data.instack(t),e(t),!0)},e}();t["default"]=a},function(e,t,n){var o=n(15),i=n(13),r=n(77);e.exports=!o&&!i((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var o=n(13),i=/#|\.prototype\./,r=function(e,t){var n=l[a(e)];return n==u||n!=s&&("function"==typeof t?o(t):!!t)},a=r.normalize=function(e){return String(e).replace(i,".").toLowerCase()},l=r.data={},s=r.NATIVE="N",u=r.POLYFILL="P";e.exports=r},function(e,t,n){var o=n(17),i=n(27),r=n(78).indexOf,a=n(50);e.exports=function(e,t){var n,l=i(e),s=0,u=[];for(n in l)!o(a,n)&&o(l,n)&&u.push(n);while(t.length>s)o(l,n=t[s++])&&(~r(u,n)||u.push(n));return u}},function(e,t,n){var o=n(28);e.exports=o("document","documentElement")},function(e,t,n){e.exports=n(164)},function(e,t,n){var o=n(85);e.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var o=n(9);e.exports=o.Promise},function(e,t,n){var o=n(51);e.exports=function(e,t,n){for(var i in t)n&&n.unsafe&&e[i]?e[i]=t[i]:o(e,i,t[i],n);return e}},function(e,t,n){"use strict";var o=n(28),i=n(19),r=n(11),a=n(15),l=r("species");e.exports=function(e){var t=o(e),n=i.f;a&&t&&!t[l]&&n(t,l,{configurable:!0,get:function(){return this}})}},function(e,t,n){var o=n(82),i=Function.toString;"function"!=typeof o.inspectSource&&(o.inspectSource=function(e){return i.call(e)}),e.exports=o.inspectSource},function(e,t,n){var o=n(25),i=n(33),r=n(11),a=r("species");e.exports=function(e,t){var n,r=o(e).constructor;return void 0===r||void 0==(n=o(r)[a])?t:i(n)}},function(e,t,n){var o,i,r,a=n(9),l=n(13),s=n(48),u=n(105),c=n(77),d=n(114),f=n(64),p=a.location,v=a.setImmediate,h=a.clearImmediate,m=a.process,g=a.MessageChannel,A=a.Dispatch,y=0,_={},w="onreadystatechange",b=function(e){if(_.hasOwnProperty(e)){var t=_[e];delete _[e],t()}},x=function(e){return function(){b(e)}},E=function(e){b(e.data)},C=function(e){a.postMessage(e+"",p.protocol+"//"+p.host)};v&&h||(v=function(e){var t=[],n=1;while(arguments.length>n)t.push(arguments[n++]);return _[++y]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},o(y),y},h=function(e){delete _[e]},f?o=function(e){m.nextTick(x(e))}:A&&A.now?o=function(e){A.now(x(e))}:g&&!d?(i=new g,r=i.port2,i.port1.onmessage=E,o=s(r.postMessage,r,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts&&p&&"file:"!==p.protocol&&!l(C)?(o=C,a.addEventListener("message",E,!1)):o=w in c("script")?function(e){u.appendChild(c("script"))[w]=function(){u.removeChild(this),b(e)}}:function(e){setTimeout(x(e),0)}),e.exports={set:v,clear:h}},function(e,t,n){var o=n(66);e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(o)},function(e,t,n){var o=n(25),i=n(14),r=n(69);e.exports=function(e,t){if(o(e),i(t)&&t.constructor===e)return t;var n=r.f(e),a=n.resolve;return a(t),n.promise}},function(e,t,n){"use strict";var o,i,r,a=n(13),l=n(83),s=n(18),u=n(17),c=n(11),d=n(38),f=c("iterator"),p=!1,v=function(){return this};[].keys&&(r=[].keys(),"next"in r?(i=l(l(r)),i!==Object.prototype&&(o=i)):p=!0);var h=void 0==o||a((function(){var e={};return o[f].call(e)!==e}));h&&(o={}),d&&!h||u(o,f)||s(o,f,v),e.exports={IteratorPrototype:o,BUGGY_SAFARI_ITERATORS:p}},function(e,t,n){"use strict";var o=n(0),i=o(n(4)),r=o(n(1)),a=o(n(3)),l=i["default"]?function(e,t,n,o){void 0===o&&(o=n),(0,r["default"])(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]},s=i["default"]?function(e,t){(0,r["default"])(e,"default",{enumerable:!0,value:t})}:function(e,t){e["default"]=t},u=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&l(t,e,n);return s(t,e),t},c=function(e){return e&&e.__esModule?e:{default:e}};(0,r["default"])(t,"__esModule",{value:!0});var d=c(n(2)),f=n(7),p=c(n(272)),v=c(n(287)),h=c(n(288)),m=c(n(289)),g=c(n(308)),A=c(n(418)),y=c(n(419)),_=c(n(420)),w=c(n(421)),b=u(n(422)),x=c(n(425)),E=c(n(426)),C=c(n(427)),S=c(n(429)),k=c(n(439)),M=c(n(23)),N=c(n(132)),T=c(n(24)),B=c(n(32)),R=c(n(34)),I=c(n(35)),P=1,D=function(){function e(e,t){if(this.beforeDestroyHooks=[],this.id="wangEditor-"+P++,this.toolbarSelector=e,this.textSelector=t,null==e)throw new Error("错误:初始化编辑器时候未传入任何参数,请查阅文档");this.config=f.deepClone(p["default"]),this.$toolbarElem=d["default"]("
    "),this.$textContainerElem=d["default"]("
    "),this.$textElem=d["default"]("
    "),this.toolbarElemId="",this.textElemId="",this.isFocus=!1,this.isComposing=!1,this.isCompatibleMode=!1,this.selection=new v["default"](this),this.cmd=new h["default"](this),this.txt=new m["default"](this),this.menus=new g["default"](this),this.zIndex=new E["default"],this.change=new C["default"](this),this.history=new S["default"](this);var n=k["default"](this),o=n.disable,i=n.enable;this.disable=o,this.enable=i}return e.prototype.initSelection=function(e){y["default"](this,e)},e.prototype.create=function(){this.zIndex.init(this),this.isCompatibleMode=this.config.compatibleMode(),this.isCompatibleMode||(this.config.onchangeTimeout=30),w["default"](this),A["default"](this),this.txt.init(),this.menus.init(),b["default"](this),this.initSelection(!0),_["default"](this),this.change.observe(),this.history.observe()},e.prototype.beforeDestroy=function(e){return this.beforeDestroyHooks.push(e),this},e.prototype.destroy=function(){var e,t=this;(0,a["default"])(e=this.beforeDestroyHooks).call(e,(function(e){return e.call(t)})),this.$toolbarElem.remove(),this.$textContainerElem.remove()},e.prototype.fullScreen=function(){b.setFullScreen(this)},e.prototype.unFullScreen=function(){b.setUnFullScreen(this)},e.prototype.scrollToHead=function(e){x["default"](this,e)},e.registerMenu=function(t,n){n&&"function"===typeof n&&(e.globalCustomMenuConstructorList[t]=n)},e.$=d["default"],e.BtnMenu=M["default"],e.DropList=N["default"],e.DropListMenu=T["default"],e.Panel=B["default"],e.PanelMenu=R["default"],e.Tooltip=I["default"],e.globalCustomMenuConstructorList={},e}();t["default"]=D},function(e,t,n){e.exports=n(203)},function(e,t,n){"use strict";var o=n(6),i=n(9),r=n(120),a=n(13),l=n(18),s=n(40),u=n(87),c=n(14),d=n(42),f=n(19).f,p=n(29).forEach,v=n(15),h=n(43),m=h.set,g=h.getterFor;e.exports=function(e,t,n){var h,A=-1!==e.indexOf("Map"),y=-1!==e.indexOf("Weak"),_=A?"set":"add",w=i[e],b=w&&w.prototype,x={};if(v&&"function"==typeof w&&(y||b.forEach&&!a((function(){(new w).entries().next()})))){h=t((function(t,n){m(u(t,h,e),{type:e,collection:new w}),void 0!=n&&s(n,t[_],{that:t,AS_ENTRIES:A})}));var E=g(e);p(["add","clear","delete","forEach","get","has","set","keys","values","entries"],(function(e){var t="add"==e||"set"==e;!(e in b)||y&&"clear"==e||l(h.prototype,e,(function(n,o){var i=E(this).collection;if(!t&&y&&!c(n))return"get"==e&&void 0;var r=i[e](0===n?0:n,o);return t?this:r}))})),y||f(h.prototype,"size",{configurable:!0,get:function(){return E(this).collection.size}})}else h=n.getConstructor(t,e,A,_),r.REQUIRED=!0;return d(h,e,!1,!0),x[e]=h,o({global:!0,forced:!0},x),y||n.setStrong(h,e,A),h}},function(e,t,n){var o=n(50),i=n(14),r=n(17),a=n(19).f,l=n(63),s=n(206),u=l("meta"),c=0,d=Object.isExtensible||function(){return!0},f=function(e){a(e,u,{value:{objectID:"O"+ ++c,weakData:{}}})},p=function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!r(e,u)){if(!d(e))return"F";if(!t)return"E";f(e)}return e[u].objectID},v=function(e,t){if(!r(e,u)){if(!d(e))return!0;if(!t)return!1;f(e)}return e[u].weakData},h=function(e){return s&&m.REQUIRED&&d(e)&&!r(e,u)&&f(e),e},m=e.exports={REQUIRED:!1,fastKey:p,getWeakData:v,onFreeze:h};o[u]=!0},function(e,t,n){"use strict";var o=n(19).f,i=n(49),r=n(109),a=n(48),l=n(87),s=n(40),u=n(89),c=n(110),d=n(15),f=n(120).fastKey,p=n(43),v=p.set,h=p.getterFor;e.exports={getConstructor:function(e,t,n,u){var c=e((function(e,o){l(e,c,t),v(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),d||(e.size=0),void 0!=o&&s(o,e[u],{that:e,AS_ENTRIES:n})})),p=h(t),m=function(e,t,n){var o,i,r=p(e),a=g(e,t);return a?a.value=n:(r.last=a={index:i=f(t,!0),key:t,value:n,previous:o=r.last,next:void 0,removed:!1},r.first||(r.first=a),o&&(o.next=a),d?r.size++:e.size++,"F"!==i&&(r.index[i]=a)),e},g=function(e,t){var n,o=p(e),i=f(t);if("F"!==i)return o.index[i];for(n=o.first;n;n=n.next)if(n.key==t)return n};return r(c.prototype,{clear:function(){var e=this,t=p(e),n=t.index,o=t.first;while(o)o.removed=!0,o.previous&&(o.previous=o.previous.next=void 0),delete n[o.index],o=o.next;t.first=t.last=void 0,d?t.size=0:e.size=0},delete:function(e){var t=this,n=p(t),o=g(t,e);if(o){var i=o.next,r=o.previous;delete n.index[o.index],o.removed=!0,r&&(r.next=i),i&&(i.previous=r),n.first==o&&(n.first=i),n.last==o&&(n.last=r),d?n.size--:t.size--}return!!o},forEach:function(e){var t,n=p(this),o=a(e,arguments.length>1?arguments[1]:void 0,3);while(t=t?t.next:n.first){o(t.value,t.key,this);while(t&&t.removed)t=t.previous}},has:function(e){return!!g(this,e)}}),r(c.prototype,n?{get:function(e){var t=g(this,e);return t&&t.value},set:function(e,t){return m(this,0===e?0:e,t)}}:{add:function(e){return m(this,e=0===e?0:e,e)}}),d&&o(c.prototype,"size",{get:function(){return p(this).size}}),c},setStrong:function(e,t,n){var o=t+" Iterator",i=h(t),r=h(o);u(e,t,(function(e,t){v(this,{type:o,target:e,state:i(e),kind:t,last:void 0})}),(function(){var e=r(this),t=e.kind,n=e.last;while(n&&n.removed)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),c(t)}}},function(e,t,n){n(235),n(68),n(236),n(238),n(239),n(240),n(241),n(125),n(242),n(243),n(244),n(245),n(246),n(247),n(248),n(249),n(250),n(251),n(252),n(253);var o=n(10);e.exports=o.Symbol},function(e,t,n){var o=n(104),i=n(80),r=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return o(e,r)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var o=n(12);o("iterator")},function(e,t,n){n(125),n(70),n(52);var o=n(97);e.exports=o.f("iterator")},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t["default"]={zIndex:1e4}},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.getPasteImgs=t.getPasteHtml=t.getPasteText=void 0;var l=n(7),s=a(n(299));function u(e){var t=e.clipboardData,n="";return n=null==t?window.clipboardData&&window.clipboardData.getData("text"):t.getData("text/plain"),l.replaceHtmlSymbol(n)}function c(e,t,n){void 0===t&&(t=!0),void 0===n&&(n=!1);var o=e.clipboardData,i="";if(o&&(i=o.getData("text/html")),!i){var r=u(e);if(!r)return"";i="

    "+r+"

    "}return i=s["default"](i,t,n),i}function d(e){var t,n=[],o=u(e);if(o)return n;var i=null===(t=e.clipboardData)||void 0===t?void 0:t.items;return i?((0,r["default"])(l).call(l,i,(function(e,t){var o=t.type;/image/i.test(o)&&n.push(t.getAsFile())})),n):n}t.getPasteText=u,t.getPasteHtml=c,t.getPasteImgs=d},function(e,t,n){e.exports=n(301)},function(e,t,n){e.exports=n(309)},function(e,t,n){e.exports=n(313)},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=o(n(56)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var s=l(n(2)),u=n(8),c=function(){function e(e,t){var n=this;this.hideTimeoutId=0,this.showTimeoutId=0,this.menu=e,this.conf=t;var o=s["default"]('
    '),i=s["default"]("

    "+t.title+"

    ");i.addClass("w-e-dp-title"),o.append(i);var l=t.list||[],c=t.type||"list",d=t.clickHandler||u.EMPTY_FN,f=s["default"]('
      ');(0,r["default"])(l).call(l,(function(e){var t=e.$elem,o=e.value,i=s["default"]('
    • ');t&&(i.append(t),f.append(i),i.on("click",(function(){d(o),n.hideTimeoutId=(0,a["default"])((function(){n.hide()}))})))})),o.append(f),o.on("mouseleave",(function(){n.hideTimeoutId=(0,a["default"])((function(){n.hide()}))})),this.$container=o,this.rendered=!1,this._show=!1}return e.prototype.show=function(){this.hideTimeoutId&&clearTimeout(this.hideTimeoutId);var e=this.menu,t=e.$elem,n=this.$container;if(!this._show){if(this.rendered)n.show();else{var o=t.getBoundingClientRect().height||0,i=this.conf.width||100;n.css("margin-top",o+"px").css("width",i+"px"),t.append(n),this.rendered=!0}this._show=!0}},e.prototype.hide=function(){this.showTimeoutId&&clearTimeout(this.showTimeoutId);var e=this.$container;this._show&&(e.hide(),this._show=!1)},(0,i["default"])(e.prototype,"isShow",{get:function(){return this._show},enumerable:!1,configurable:!0}),e}();t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1));function r(e){var t=e.selection.getSelectionContainerElem();return!!(null===t||void 0===t?void 0:t.length)&&"A"===t.getNodeName()}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(96)),r=o(n(1)),a=o(n(3));(0,r["default"])(t,"__esModule",{value:!0});var l=n(7);function s(e,t){var n=new XMLHttpRequest;if(n.open("POST",e),n.timeout=t.timeout||1e4,n.ontimeout=function(){console.error("wangEditor - 请求超时"),t.onTimeout&&t.onTimeout(n)},n.upload&&(n.upload.onprogress=function(e){var n=e.loaded/e.total;t.onProgress&&t.onProgress(n,e)}),t.headers&&(0,a["default"])(l).call(l,t.headers,(function(e,t){n.setRequestHeader(e,t)})),n.withCredentials=!!t.withCredentials,t.beforeSend){var o=t.beforeSend(n);if(o&&"object"===(0,i["default"])(o)&&o.prevent)return o.msg}return n.onreadystatechange=function(){if(4===n.readyState){var e=n.status;if(!(e<200)&&!(e>=300&&e<400)){if(e>=400)return console.error("wangEditor - XHR 报错,状态码 "+e),void(t.onError&&t.onError(n));var o,r=n.responseText;if("object"!==(0,i["default"])(r))try{o=JSON.parse(r)}catch(a){return console.error("wangEditor - 返回结果不是 JSON 格式",r),void(t.onFail&&t.onFail(n,r))}else o=r;t.onSuccess(n,o)}}},n.send(t.formData||null),n}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(351)),a=o(n(56)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var s=l(n(2)),u=function(){function e(e){this.editor=e,this.$textContainer=e.$textContainerElem,this.$bar=s["default"]('
      '),this.isShow=!1,this.time=0,this.timeoutId=0}return e.prototype.show=function(e){var t=this;if(!this.isShow){this.isShow=!0;var n=this.$bar,o=this.$textContainer;o.append(n),(0,r["default"])()-this.time>100&&e<=1&&(n.css("width",100*e+"%"),this.time=(0,r["default"])());var i=this.timeoutId;i&&clearTimeout(i),this.timeoutId=(0,a["default"])((function(){t.hide()}),500)}},e.prototype.hide=function(){var e=this.$bar;e.remove(),this.isShow=!1,this.time=0,this.timeoutId=0},e}();t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=r["default"]?function(e,t,n,o){void 0===o&&(o=n),(0,a["default"])(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]},u=r["default"]?function(e,t){(0,a["default"])(e,"default",{enumerable:!0,value:t})}:function(e,t){e["default"]=t},c=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&s(t,e,n);return u(t,e),t},d=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0}),t.ListType=void 0;var f,p=d(n(2)),v=d(n(24)),h=n(45),m=c(n(377));(function(e){e["OrderedList"]="OL",e["UnorderedList"]="UL"})(f=t.ListType||(t.ListType={}));var g=function(e){function t(t){var n=this,o=p["default"]('
      \n \n
      '),i={width:130,title:"序列",type:"list",list:[{$elem:p["default"]('\n

      \n \n '+t.i18next.t("menus.dropListMenu.list.无序列表")+"\n

      "),value:f.UnorderedList},{$elem:p["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.list.有序列表")+"\n

      "),value:f.OrderedList}],clickHandler:function(e){n.command(e)}};return n=e.call(this,o,t,i)||this,n}return l(t,e),t.prototype.command=function(e){var t=this.editor,n=t.selection.getSelectionContainerElem();void 0!==n&&(this.handleSelectionRangeNodes(e),this.tryChangeActive())},t.prototype.validator=function(e,t,n){return!(!e.length||!t.length||n.equal(e)||n.equal(t))},t.prototype.handleSelectionRangeNodes=function(e){var t=this.editor,n=t.selection,o=e.toLowerCase(),i=n.getSelectionContainerElem(),r=n.getSelectionStartElem().getNodeTop(t),a=n.getSelectionEndElem().getNodeTop(t);if(this.validator(r,a,t.$textElem)){var l=n.getRange(),s=null===l||void 0===l?void 0:l.collapsed;t.$textElem.equal(i)||(i=i.getNodeTop(t));var u,c={editor:t,listType:e,listTarget:o,$selectionElem:i,$startElem:r,$endElem:a};u=this.isOrderElem(i)?m.ClassType.Wrap:this.isOrderElem(r)&&this.isOrderElem(a)?m.ClassType.Join:this.isOrderElem(r)?m.ClassType.StartJoin:this.isOrderElem(a)?m.ClassType.EndJoin:m.ClassType.Other;var d=new m["default"](m.createListHandle(u,c,l));h.updateRange(t,d.getSelectionRangeElem(),!!s)}},t.prototype.isOrderElem=function(e){var t=e.getNodeName();return t===f.OrderedList||t===f.UnorderedList},t.prototype.tryChangeActive=function(){},t}(v["default"]);t["default"]=g},function(e,t,n){"use strict";var o=n(0),i=o(n(1));function r(e){var t=e.selection.getSelectionContainerElem();return!!(null===t||void 0===t?void 0:t.length)&&!("CODE"!=t.getNodeName()&&"PRE"!=t.getNodeName()&&"CODE"!=t.parent().getNodeName()&&"PRE"!=t.parent().getNodeName()&&!/hljs/.test(t.parent().attr("class")))}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.todo=void 0;var l=a(n(2)),s=function(){function e(e){var t;this.template='

      ',this.checked=!1,this.$todo=l["default"](this.template),this.$child=null===(t=null===e||void 0===e?void 0:e.childNodes())||void 0===t?void 0:t.clone(!0)}return e.prototype.init=function(){var e=this,t=this.getInput(),n=this.$child,o=this.getInputContainer();n&&n.insertAfter(o),t.on("click",(function(){e.checked?null===t||void 0===t||t.removeAttr("checked"):null===t||void 0===t||t.attr("checked",""),e.checked=!e.checked}))},e.prototype.getInput=function(){var e=this.$todo,t=(0,r["default"])(e).call(e,"input");return t},e.prototype.getInputContainer=function(){var e=this.getInput().parent();return e},e.prototype.getTodo=function(){return this.$todo},e}();function u(e){var t=new s(e);return t.init(),t}t.todo=s,t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(4)),r=o(n(1)),a=i["default"]?function(e,t,n,o){void 0===o&&(o=n),(0,r["default"])(e,o,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]},l=function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||a(t,e,n)},s=function(e){return e&&e.__esModule?e:{default:e}};(0,r["default"])(t,"__esModule",{value:!0}),n(149),n(151),n(155),n(157),n(159),n(161),n(163);var u=s(n(117));l(n(442),t);try{document}catch(c){throw new Error("请在浏览器环境下运行")}t["default"]=u["default"]},function(e,t,n){var o=n(141);e.exports=o},function(e,t,n){n(142);var o=n(10),i=o.Object;e.exports=function(e,t){return i.create(e,t)}},function(e,t,n){var o=n(6),i=n(15),r=n(49);o({target:"Object",stat:!0,sham:!i},{create:r})},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(o){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){var o=n(15),i=n(19),r=n(25),a=n(60);e.exports=o?Object.defineProperties:function(e,t){r(e);var n,o=a(t),l=o.length,s=0;while(l>s)i.f(e,n=o[s++],t[n]);return e}},function(e,t,n){var o=n(9),i=n(18);e.exports=function(e,t){try{i(o,e,t)}catch(n){o[e]=t}return t}},function(e,t,n){var o=n(147);e.exports=o},function(e,t,n){n(148);var o=n(10),i=o.Object,r=e.exports=function(e,t,n){return i.defineProperty(e,t,n)};i.defineProperty.sham&&(r.sham=!0)},function(e,t,n){var o=n(6),i=n(15),r=n(19);o({target:"Object",stat:!0,forced:!i,sham:!i},{defineProperty:r.f})},function(e,t,n){var o=n(21),i=n(150);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,'.w-e-toolbar,\n.w-e-text-container,\n.w-e-menu-panel {\n padding: 0;\n margin: 0;\n box-sizing: border-box;\n background-color: #fff;\n /*表情菜单样式*/\n /*分割线样式*/\n}\n.w-e-toolbar h1,\n.w-e-text-container h1,\n.w-e-menu-panel h1 {\n font-size: 2em !important;\n}\n.w-e-toolbar h2,\n.w-e-text-container h2,\n.w-e-menu-panel h2 {\n font-size: 1.5em !important;\n}\n.w-e-toolbar h3,\n.w-e-text-container h3,\n.w-e-menu-panel h3 {\n font-size: 1.17em !important;\n}\n.w-e-toolbar h4,\n.w-e-text-container h4,\n.w-e-menu-panel h4 {\n font-size: 1em !important;\n}\n.w-e-toolbar h5,\n.w-e-text-container h5,\n.w-e-menu-panel h5 {\n font-size: 0.83em !important;\n}\n.w-e-toolbar p,\n.w-e-text-container p,\n.w-e-menu-panel p {\n font-size: 1em !important;\n}\n.w-e-toolbar .eleImg,\n.w-e-text-container .eleImg,\n.w-e-menu-panel .eleImg {\n cursor: pointer;\n display: inline-block;\n font-size: 18px;\n padding: 0 3px;\n}\n.w-e-toolbar *,\n.w-e-text-container *,\n.w-e-menu-panel * {\n padding: 0;\n margin: 0;\n box-sizing: border-box;\n}\n.w-e-toolbar hr,\n.w-e-text-container hr,\n.w-e-menu-panel hr {\n cursor: pointer;\n display: block;\n height: 0px;\n border: 0;\n border-top: 3px solid #ccc;\n margin: 20px 0;\n}\n.w-e-clear-fix:after {\n content: "";\n display: table;\n clear: both;\n}\n.w-e-drop-list-item {\n position: relative;\n top: 1px;\n padding-right: 7px;\n color: #333 !important;\n}\n.w-e-drop-list-tl {\n padding-left: 10px;\n text-align: left;\n}\n',""]),e.exports=t},function(e,t,n){var o=n(21),i=n(152);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22),i=n(153),r=n(154);t=o(!1);var a=i(r);t.push([e.i,"@font-face {\n font-family: 'w-e-icon';\n src: url("+a+') format(\'truetype\');\n font-weight: normal;\n font-style: normal;\n}\n[class^="w-e-icon-"],\n[class*=" w-e-icon-"] {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: \'w-e-icon\' !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.w-e-icon-close:before {\n content: "\\f00d";\n}\n.w-e-icon-upload2:before {\n content: "\\e9c6";\n}\n.w-e-icon-trash-o:before {\n content: "\\f014";\n}\n.w-e-icon-header:before {\n content: "\\f1dc";\n}\n.w-e-icon-pencil2:before {\n content: "\\e906";\n}\n.w-e-icon-paint-brush:before {\n content: "\\f1fc";\n}\n.w-e-icon-image:before {\n content: "\\e90d";\n}\n.w-e-icon-play:before {\n content: "\\e912";\n}\n.w-e-icon-location:before {\n content: "\\e947";\n}\n.w-e-icon-undo:before {\n content: "\\e965";\n}\n.w-e-icon-redo:before {\n content: "\\e966";\n}\n.w-e-icon-quotes-left:before {\n content: "\\e977";\n}\n.w-e-icon-list-numbered:before {\n content: "\\e9b9";\n}\n.w-e-icon-list2:before {\n content: "\\e9bb";\n}\n.w-e-icon-link:before {\n content: "\\e9cb";\n}\n.w-e-icon-happy:before {\n content: "\\e9df";\n}\n.w-e-icon-bold:before {\n content: "\\ea62";\n}\n.w-e-icon-underline:before {\n content: "\\ea63";\n}\n.w-e-icon-italic:before {\n content: "\\ea64";\n}\n.w-e-icon-strikethrough:before {\n content: "\\ea65";\n}\n.w-e-icon-table2:before {\n content: "\\ea71";\n}\n.w-e-icon-paragraph-left:before {\n content: "\\ea77";\n}\n.w-e-icon-paragraph-center:before {\n content: "\\ea78";\n}\n.w-e-icon-paragraph-right:before {\n content: "\\ea79";\n}\n.w-e-icon-paragraph-justify:before {\n content: "\\ea7a";\n}\n.w-e-icon-terminal:before {\n content: "\\f120";\n}\n.w-e-icon-page-break:before {\n content: "\\ea68";\n}\n.w-e-icon-cancel-circle:before {\n content: "\\ea0d";\n}\n.w-e-icon-font:before {\n content: "\\ea5c";\n}\n.w-e-icon-text-heigh:before {\n content: "\\ea5f";\n}\n.w-e-icon-paint-format:before {\n content: "\\e90c";\n}\n.w-e-icon-indent-increase:before {\n content: "\\ea7b";\n}\n.w-e-icon-indent-decrease:before {\n content: "\\ea7c";\n}\n.w-e-icon-row-height:before {\n content: "\\e9be";\n}\n.w-e-icon-fullscreen_exit:before {\n content: "\\e900";\n}\n.w-e-icon-fullscreen:before {\n content: "\\e901";\n}\n.w-e-icon-split-line:before {\n content: "\\ea0b";\n}\n.w-e-icon-checkbox-checked:before {\n content: "\\ea52";\n}\n',""]),e.exports=t},function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),e=e&&e.__esModule?e.default:e,"string"!==typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},function(e,t,n){"use strict";n.r(t),t["default"]="data:font/woff;base64,d09GRgABAAAAABskAAsAAAAAGtgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIPFWNtYXAAAAFoAAABHAAAARz2mfAgZ2FzcAAAAoQAAAAIAAAACAAAABBnbHlmAAACjAAAFXwAABV8IH7+mGhlYWQAABgIAAAANgAAADYb6gumaGhlYQAAGEAAAAAkAAAAJAkjBWlobXR4AAAYZAAAAKQAAACkmYcEbmxvY2EAABkIAAAAVAAAAFReAmKYbWF4cAAAGVwAAAAgAAAAIAA0ALZuYW1lAAAZfAAAAYYAAAGGmUoJ+3Bvc3QAABsEAAAAIAAAACAAAwAAAAMD7wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8fwDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAQAAAAA8ACAABAAcAAEAIOkB6QbpDekS6UfpZul36bnpu+m+6cbpy+nf6gvqDepS6lzqX+pl6nHqfPAN8BTxIPHc8fz//f//AAAAAAAg6QDpBukM6RLpR+ll6Xfpuem76b7pxunL6d/qC+oN6lLqXOpf6mLqcep38A3wFPEg8dzx/P/9//8AAf/jFwQXABb7FvcWwxamFpYWVRZUFlIWSxZHFjQWCRYIFcQVuxW5FbcVrBWnEBcQEQ8GDksOLAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAEEAAQO/A38ABQALABEAFwAAATMVIREzAxEhFSMVATUzESE1ETUhESM1Av/A/sJ+fgE+wP4Cfv7CAT5+Ar9+AT78ggE+fsACvsD+wn7+An7+wsAAAAAABABBAAEDvwN/AAUACwARABcAAAEhESM1IxM1MxEhNQERIRUjFREVMxUhEQKBAT5+wMB+/sL9wAE+wMD+wgN//sLA/X7A/sJ+AcIBPn7A/v7AfgE+AAAAAAIAAP/ABAADwAAEABMAAAE3AScBAy4BJxM3ASMBAyUBNQEHAYCAAcBA/kCfFzsyY4ABgMD+gMACgAGA/oBOAUBAAcBA/kD+nTI7FwERTgGA/oD9gMABgMD+gIAAAgAA/8AEAAOAACkALQAAAREjNTQmIyEiBh0BFBYzITI2PQEzESEVIyIGFREUFjsBMjY1ETQmKwE1ASE1IQQAwCYa/UAaJiYaAsAaJoD9wCANExMNgA0TEw0gAUD9QALAAYABgEAaJiYawBomJhpA/wCAEw3+wA0TEw0BQA0TQAGAQAAABAAAAAAEAAOAABAAIQAtADQAAAE4ATEROAExITgBMRE4ATEhNSEiBhURFBYzITI2NRE0JiMHFAYjIiY1NDYzMhYTITUTATM3A8D8gAOA/IAaJiYaA4AaJiYagDgoKDg4KCg4QP0A4AEAQOADQP0AAwBAJhr9ABomJhoDABom4Cg4OCgoODj9uIABgP7AwAAAAgAAAEAEAANAADgAPAAAASYnLgEnJiMiBw4BBwYHBgcOAQcGFRQXHgEXFhcWFx4BFxYzMjc+ATc2NzY3PgE3NjU0Jy4BJyYnARENAQPVNjg5djw9Pz89PHY5ODYLBwgLAwMDAwsIBws2ODl2PD0/Pz08djk4NgsHCAsDAwMDCwgHC/2rAUD+wAMgCAYGCAICAgIIBgYIKSoqWS0uLy8uLVkqKikIBgYIAgICAggGBggpKipZLS4vLy4tWSoqKf3gAYDAwAAAAAACAMD/wANAA8AAGwAnAAABIgcOAQcGFRQXHgEXFjEwNz4BNzY1NCcuAScmAyImNTQ2MzIWFRQGAgBCOzpXGRkyMngyMjIyeDIyGRlXOjtCUHBwUFBwcAPAGRlXOjtCeH19zEFBQUHMfX14Qjs6VxkZ/gBwUFBwcFBQcAAAAQAAAAAEAAOAACsAAAEiBw4BBwYHJxEhJz4BMzIXHgEXFhUUBw4BBwYHFzY3PgE3NjU0Jy4BJyYjAgA1MjJcKSkjlgGAkDWLUFBFRmkeHgkJIhgYHlUoICAtDAwoKIteXWoDgAoLJxscI5b+gJA0PB4eaUZFUCsoKUkgIRpgIysrYjY2OWpdXosoKAABAAAAAAQAA4AAKgAAExQXHgEXFhc3JicuAScmNTQ3PgE3NjMyFhcHIREHJicuAScmIyIHDgEHBgAMDC0gIChVHhgYIgkJHh5pRkVQUIs1kAGAliMpKVwyMjVqXV6LKCgBgDk2NmIrKyNgGiEgSSkoK1BFRmkeHjw0kAGAliMcGycLCigoi15dAAAAAAIAAABABAEDAAAmAE0AABMyFx4BFxYVFAcOAQcGIyInLgEnJjUnNDc+ATc2MxUiBgcOAQc+ASEyFx4BFxYVFAcOAQcGIyInLgEnJjUnNDc+ATc2MxUiBgcOAQc+AeEuKSk9ERISET0pKS4uKSk9ERIBIyN6UlFdQHUtCRAHCBICSS4pKT0REhIRPSkpLi4pKT0REgEjI3pSUV1AdS0JEAcIEgIAEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBAAAGAED/wAQAA8AAAwAHAAsAEQAdACkAACUhFSERIRUhESEVIScRIzUjNRMVMxUjNTc1IzUzFRURIzUzNSM1MzUjNQGAAoD9gAKA/YACgP2AwEBAQIDAgIDAwICAgICAgAIAgAIAgMD/AMBA/fIyQJI8MkCS7v7AQEBAQEAABgAA/8AEAAPAAAMABwALABcAIwAvAAABIRUhESEVIREhFSEBNDYzMhYVFAYjIiYRNDYzMhYVFAYjIiYRNDYzMhYVFAYjIiYBgAKA/YACgP2AAoD9gP6ASzU1S0s1NUtLNTVLSzU1S0s1NUtLNTVLA4CA/wCA/wCAA0A1S0s1NUtL/rU1S0s1NUtL/rU1S0s1NUtLAAUAAABABWADAAADAAcACwAOABEAABMhFSEVIRUhFSEVIQEXNzUnBwADgPyAA4D8gAOA/IAD4MDAwMADAMBAwEDAAUDAwEDAwAAAAAADAAAAAAQAA6AAAwANABQAADchFSElFSE1EyEVITUhJQkBIxEjEQAEAPwABAD8AIABAAEAAQD9YAEgASDggEBAwEBAAQCAgMABIP7g/wABAAAAAAACAB7/zAPiA7QAMwBkAAABIiYnJicmNDc2PwE+ATMyFhcWFxYUBwYPAQYiJyY0PwE2NCcuASMiBg8BBhQXFhQHDgEjAyImJyYnJjQ3Nj8BNjIXFhQPAQYUFx4BMzI2PwE2NCcmNDc2MhcWFxYUBwYPAQ4BIwG4ChMIIxISEhIjwCNZMTFZIyMSEhISI1gPLA8PD1gpKRQzHBwzFMApKQ8PCBMKuDFZIyMSEhISI1gPLA8PD1gpKRQzHBwzFMApKQ8PDysQIxISEhIjwCNZMQFECAckLS1eLS0kwCIlJSIkLS1eLS0kVxAQDysPWCl0KRQVFRTAKXQpDysQBwj+iCUiJC0tXi0tJFcQEA8rD1gpdCkUFRUUwCl0KQ8rEA8PJC0tXi0tJMAiJQAAAAAFAAD/wAQAA8AAGwA3AFMAXwBrAAAFMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWEzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NhMyNz4BNzY3BgcOAQcGIyInLgEnJicWFx4BFxYnNDYzMhYVFAYjIiYlNDYzMhYVFAYjIiYCAGpdXosoKCgoi15dampdXosoKCgoi15dalZMTHEgISEgcUxMVlZMTHEgISEgcUxMVisrKlEmJiMFHBtWODc/Pzc4VhscBSMmJlEqK9UlGxslJRsbJQGAJRsbJSUbGyVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoA6AhIHFMTFZWTExxICEhIHFMTFZWTExxICH+CQYGFRAQFEM6OlYYGRkYVjo6QxQQEBUGBvcoODgoKDg4KCg4OCgoODgAAAEAAAFABAACQAAPAAATFRQWMyEyNj0BNCYjISIGABMNA8ANExMN/EANEwIgwA0TEw3ADRMTAAAAAwAA/8AEAAPAABsANwBDAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMHJwcXBxc3FzcnNwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qVkxMcSAhISBxTExWVkxMcSAhISBxTExKoKBgoKBgoKBgoKADwCgoi15dampdXosoKCgoi15dampdXosoKPxgISBxTExWVkxMcSAhISBxTExWVkxMcSAhAqCgoGCgoGCgoGCgoAACAAD/wAQAA8AADwAVAAABISIGFREUFjMhMjY1ETQmASc3FwEXA4D9ADVLSzUDADVLS/4L7VqTATNaA8BLNf0ANUtLNQMANUv85e5akgEyWgAAAAABAGX/wAObA8AAKQAAASImIyIHDgEHBhUUFjMuATU0NjcwBwYCBwYHFSETMzcjNx4BMzI2Nw4BAyBEaEZxU1RtGhtJSAYNZUoQEEs8PFkBPWzGLNc0LVUmLlAYHT0DsBAeHWE+P0FNOwsmN5lvA31+/sWPkCMZAgCA9gkPN2sJBwAAAAACAAAAAAQAA4AACQAXAAAlMwcnMxEjNxcjJREnIxEzFSE1MxEjBxEDgICgoICAoKCA/wBAwID+gIDAQMDAwAIAwMDA/wCA/UBAQALAgAEAAAMAwAAAA0ADgAAWAB8AKAAAAT4BNTQnLgEnJiMhESEyNz4BNzY1NCYBMzIWFRQGKwETIxEzMhYVFAYCxBwgFBRGLi81/sABgDUvLkYUFET+hGUqPDwpZp+fnyw+PgHbIlQvNS8uRhQU/IAUFEYuLzVGdAFGSzU1S/6AAQBLNTVLAAAAAAIAwAAAA0ADgAAfACMAAAEzERQHDgEHBiMiJy4BJyY1ETMRFBYXHgEzMjY3PgE1ASEVIQLAgBkZVzo7QkI7OlcZGYAbGBxJKChJHBgb/gACgP2AA4D+YDw0NU4WFxcWTjU0PAGg/mAeOBcYGxsYFzge/qCAAAAAAAEAgAAAA4ADgAALAAABFSMBMxUhNTMBIzUDgID+wID+QIABQIADgED9AEBAAwBAAAEAAAAABAADgAA9AAABFSMeARUUBgcOASMiJicuATUzFBYzMjY1NCYjITUhLgEnLgE1NDY3PgEzMhYXHgEVIzQmIyIGFRQWMzIWFwQA6xUWNTAscT4+cSwwNYByTk5yck7+AAEsAgQBMDU1MCxxPj5xLDA1gHJOTnJyTjtuKwHAQB1BIjViJCEkJCEkYjU0TEw0NExAAQMBJGI1NWIkISQkISRiNTRMTDQ0TCEfAAAACgAAAAAEAAOAAAMABwALAA8AEwAXABsAHwAjACcAABMRIREBNSEVHQEhNQEVITUjFSE1ESEVISUhFSERNSEVASEVISE1IRUABAD9gAEA/wABAP8AQP8AAQD/AAKAAQD/AAEA/IABAP8AAoABAAOA/IADgP3AwMBAwMACAMDAwMD/AMDAwAEAwMD+wMDAwAAABQAAAAAEAAOAAAMABwALAA8AEwAAEyEVIRUhFSERIRUhESEVIREhFSEABAD8AAKA/YACgP2ABAD8AAQA/AADgIBAgP8AgAFAgP8AgAAAAAAFAAAAAAQAA4AAAwAHAAsADwATAAATIRUhFyEVIREhFSEDIRUhESEVIQAEAPwAwAKA/YACgP2AwAQA/AAEAPwAA4CAQID/AIABQID/AIAAAAUAAAAABAADgAADAAcACwAPABMAABMhFSEFIRUhESEVIQEhFSERIRUhAAQA/AABgAKA/YACgP2A/oAEAPwABAD8AAOAgECA/wCAAUCA/wCAAAAAAAUAAAAABAADgAADAAcACwAPABMAABMhFSEVIRUhFSEVIRUhFSEVIRUhAAQA/AAEAPwABAD8AAQA/AAEAPwAA4CAQIBAgECAQIAAAAAGAAAAAAQAA4AAAwAHAAsADwATABYAABMhFSEFIRUhFSEVIRUhFSEFIRUhGQEFAAQA/AABgAKA/YACgP2AAoD9gP6ABAD8AAEAA4CAQIBAgECAQIABAAGAwAAAAAYAAAAABAADgAADAAcACwAPABMAFgAAEyEVIQUhFSEVIRUhFSEVIQUhFSEBESUABAD8AAGAAoD9gAKA/YACgP2A/oAEAPwAAQD/AAOAgECAQIBAgECAAoD+gMAAAQA/AD8C5gLmACwAACUUDwEGIyIvAQcGIyIvASY1ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFQLmEE4QFxcQqKgQFxYQThAQqKgQEE4QFhcQqKgQFxcQThAQqKgQwxYQThAQqKgQEE4QFhcQqKgQFxcQThAQqKgQEE4QFxcQqKgQFwAAAAYAAAAAAyUDbgAUACgAPABNAFUAggAAAREUBwYrASInJjURNDc2OwEyFxYVMxEUBwYrASInJjURNDc2OwEyFxYXERQHBisBIicmNRE0NzY7ATIXFhMRIREUFxYXFjMhMjc2NzY1ASEnJicjBgcFFRQHBisBERQHBiMhIicmNREjIicmPQE0NzY7ATc2NzY7ATIXFh8BMzIXFhUBJQYFCCQIBQYGBQgkCAUGkgUFCCUIBQUFBQglCAUFkgUFCCUIBQUFBQglCAUFSf4ABAQFBAIB2wIEBAQE/oABABsEBrUGBAH3BgUINxobJv4lJhsbNwgFBQUFCLEoCBcWF7cXFhYJKLAIBQYCEv63CAUFBQUIAUkIBQYGBQj+twgFBQUFCAFJCAUGBgUI/rcIBQUFBQgBSQgFBgYF/lsCHf3jDQsKBQUFBQoLDQJmQwUCAgVVJAgGBf3jMCIjISIvAiAFBggkCAUFYBUPDw8PFWAFBQgAAgAHAEkDtwKvABoALgAACQEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFRQHARUUBwYjISInJj0BNDc2MyEyFxYBTv72BgcIBR0GBuHhBgYdBQgHBgEKBgYCaQUFCP3bCAUFBQUIAiUIBQUBhf72BgYcBggHBuDhBgcHBh0FBf71BQgHBv77JQgFBQUFCCUIBQUFBQAAAAEAIwAAA90DbgCzAAAlIicmIyIHBiMiJyY1NDc2NzY3Njc2PQE0JyYjISIHBh0BFBcWFxYzFhcWFRQHBiMiJyYjIgcGIyInJjU0NzY3Njc2NzY9ARE0NTQ1NCc0JyYnJicmJyYnJiMiJyY1NDc2MzIXFjMyNzYzMhcWFRQHBiMGBwYHBh0BFBcWMyEyNzY9ATQnJicmJyY1NDc2MzIXFjMyNzYzMhcWFRQHBgciBwYHBhURFBcWFxYXMhcWFRQHBiMDwRkzMhoZMjMZDQgHCQoNDBEQChIBBxX+fhYHARUJEhMODgwLBwcOGzU1GhgxMRgNBwcJCQsMEA8JEgECAQIDBAQFCBIRDQ0KCwcHDho1NRoYMDEYDgcHCQoMDRAQCBQBBw8BkA4HARQKFxcPDgcHDhkzMhkZMTEZDgcHCgoNDRARCBQUCRERDg0KCwcHDgACAgICDAsPEQkJAQEDAwUMROAMBQMDBQzUUQ0GAQIBCAgSDwwNAgICAgwMDhEICQECAwMFDUUhAdACDQ0ICA4OCgoLCwcHAwYBAQgIEg8MDQICAgINDA8RCAgBAgEGDFC2DAcBAQcMtlAMBgEBBgcWDwwNAgICAg0MDxEICAEBAgYNT/3mRAwGAgIBCQgRDwwNAAACAAD/twP/A7cAEwA5AAABMhcWFRQHAgcGIyInJjU0NwE2MwEWFxYfARYHBiMiJyYnJicmNRYXFhcWFxYzMjc2NzY3Njc2NzY3A5soHh4avkw3RUg0NDUBbSEp/fgXJicvAQJMTHtHNjYhIRARBBMUEBASEQkXCA8SExUVHR0eHikDtxsaKCQz/plGNDU0SUkwAUsf/bErHx8NKHpNTBobLi86OkQDDw4LCwoKFiUbGhERCgsEBAIAAQAAAAAAAIWwaoFfDzz1AAsEAAAAAADbteOZAAAAANu145kAAP+3BWADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAFgAAA//8FYAABAAAAAAAAAAAAAAAAAAAAKQQAAAAAAAAAAAAAAAIAAAAEAABBBAAAQQQAAAAEAAAABAAAAAQAAAAEAADABAAAAAQAAAAEAAAABAAAQAQAAAAFgAAABAAAAAQAAB4EAAAABAAAAAQAAAAEAAAABAAAZQQAAAAEAADABAAAwAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAMlAD8DJQAAA74ABwQAACMD/wAAAAAAAAAKABQAHgBKAHYApADmAS4BkgHQAhYCXALQAw4DWAN+A6gEPgTeBPoFZAWOBdAF+AY6BnYGjgbmBy4HVgd+B6gHzgf8CCoIbgkmCXAKYgq+AAEAAAApALQACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},function(e,t,n){var o=n(21),i=n(156);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-toolbar {\n display: flex;\n padding: 0 6px;\n flex-wrap: wrap;\n position: relative;\n /* 单个菜单 */\n}\n.w-e-toolbar .w-e-menu {\n position: relative;\n display: flex;\n width: 40px;\n height: 40px;\n align-items: center;\n justify-content: center;\n text-align: center;\n cursor: pointer;\n}\n.w-e-toolbar .w-e-menu i {\n color: #999;\n}\n.w-e-toolbar .w-e-menu:hover {\n background-color: #F6F6F6;\n}\n.w-e-toolbar .w-e-menu:hover i {\n color: #333;\n}\n.w-e-toolbar .w-e-active i {\n color: #1e88e5;\n}\n.w-e-toolbar .w-e-active:hover i {\n color: #1e88e5;\n}\n",""]),e.exports=t},function(e,t,n){var o=n(21),i=n(158);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,'.w-e-text-container {\n position: relative;\n height: 100%;\n}\n.w-e-text-container .w-e-progress {\n position: absolute;\n background-color: #1e88e5;\n top: 0;\n left: 0;\n height: 1px;\n}\n.w-e-text-container .placeholder {\n color: #D4D4D4;\n position: absolute;\n font-size: 11pt;\n line-height: 22px;\n left: 10px;\n top: 10px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n z-index: -1;\n}\n.w-e-text {\n padding: 0 10px;\n overflow-y: auto;\n}\n.w-e-text p,\n.w-e-text h1,\n.w-e-text h2,\n.w-e-text h3,\n.w-e-text h4,\n.w-e-text h5,\n.w-e-text table,\n.w-e-text pre {\n margin: 10px 0;\n line-height: 1.5;\n}\n.w-e-text ul,\n.w-e-text ol {\n margin: 10px 0 10px 20px;\n}\n.w-e-text blockquote {\n display: block;\n border-left: 8px solid #d0e5f2;\n padding: 5px 10px;\n margin: 10px 0;\n line-height: 1.4;\n font-size: 100%;\n background-color: #f1f1f1;\n}\n.w-e-text code {\n display: inline-block;\n background-color: #f1f1f1;\n border-radius: 3px;\n padding: 3px 5px;\n margin: 0 3px;\n}\n.w-e-text pre code {\n display: block;\n}\n.w-e-text table {\n border-top: 1px solid #ccc;\n border-left: 1px solid #ccc;\n}\n.w-e-text table td,\n.w-e-text table th {\n border-bottom: 1px solid #ccc;\n border-right: 1px solid #ccc;\n padding: 3px 5px;\n min-height: 30px;\n}\n.w-e-text table th {\n border-bottom: 2px solid #ccc;\n text-align: center;\n background-color: #f1f1f1;\n}\n.w-e-text:focus {\n outline: none;\n}\n.w-e-text img {\n cursor: pointer;\n}\n.w-e-text img:hover {\n box-shadow: 0 0 5px #333;\n}\n.w-e-text .w-e-todo {\n margin: 0 0 0 20px;\n}\n.w-e-text .w-e-todo li {\n list-style: none;\n font-size: 1em;\n}\n.w-e-text .w-e-todo li span:nth-child(1) {\n position: relative;\n left: -18px;\n}\n.w-e-text .w-e-todo li span:nth-child(1) input {\n position: absolute;\n margin-right: 3px;\n}\n.w-e-text .w-e-todo li span:nth-child(1) input[type=checkbox] {\n top: 50%;\n margin-top: -6px;\n}\n.w-e-tooltip {\n position: absolute;\n display: flex;\n color: #f1f1f1;\n background-color: rgba(0, 0, 0, 0.75);\n box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);\n border-radius: 4px;\n padding: 4px 5px 6px;\n justify-content: center;\n align-items: center;\n}\n.w-e-tooltip-up::after {\n content: "";\n position: absolute;\n top: 100%;\n left: 50%;\n margin-left: -5px;\n border: 5px solid rgba(0, 0, 0, 0);\n border-top-color: rgba(0, 0, 0, 0.73);\n}\n.w-e-tooltip-down::after {\n content: "";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border: 5px solid rgba(0, 0, 0, 0);\n border-bottom-color: rgba(0, 0, 0, 0.73);\n}\n.w-e-tooltip-item-wrapper {\n cursor: pointer;\n font-size: 14px;\n margin: 0 5px;\n}\n.w-e-tooltip-item-wrapper:hover {\n color: #ccc;\n text-decoration: underline;\n}\n.w-e-menu-tooltip {\n position: absolute;\n display: flex;\n color: #f1f1f1;\n background-color: rgba(0, 0, 0, 0.75);\n box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);\n border-radius: 4px;\n padding: 4px 5px 6px;\n justify-content: center;\n align-items: center;\n}\n.w-e-menu-tooltip-up::after {\n content: "";\n position: absolute;\n top: 100%;\n left: 50%;\n margin-left: -5px;\n border: 5px solid rgba(0, 0, 0, 0);\n border-top-color: rgba(0, 0, 0, 0.73);\n}\n.w-e-menu-tooltip-item-wrapper {\n font-size: 14px;\n margin: 0 5px;\n}\n',""]),e.exports=t},function(e,t,n){var o=n(21),i=n(160);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,'.w-e-menu .w-e-panel-container {\n position: absolute;\n top: 0;\n left: 50%;\n border: 1px solid #ccc;\n border-top: 0;\n box-shadow: 1px 1px 2px #ccc;\n color: #333;\n background-color: #fff;\n text-align: left;\n /* 为 emotion panel 定制的样式 */\n /* 上传图片、上传视频的 panel 定制样式 */\n}\n.w-e-menu .w-e-panel-container .w-e-panel-close {\n position: absolute;\n right: 0;\n top: 0;\n padding: 5px;\n margin: 2px 5px 0 0;\n cursor: pointer;\n color: #999;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-close:hover {\n color: #333;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-title {\n list-style: none;\n display: flex;\n font-size: 14px;\n margin: 2px 10px 0 10px;\n border-bottom: 1px solid #f1f1f1;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-title .w-e-item {\n padding: 3px 5px;\n color: #999;\n cursor: pointer;\n margin: 0 3px;\n position: relative;\n top: 1px;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-title .w-e-active {\n color: #333;\n border-bottom: 1px solid #333;\n cursor: default;\n font-weight: 700;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content {\n padding: 10px 15px 10px 15px;\n font-size: 16px;\n /* 输入框的样式 */\n /* 按钮的样式 */\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content input:focus,\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content textarea:focus,\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content button:focus {\n outline: none;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content textarea {\n width: 100%;\n border: 1px solid #ccc;\n padding: 5px;\n margin-top: 10px;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content textarea:focus {\n border-color: #1e88e5;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text] {\n border: none;\n border-bottom: 1px solid #ccc;\n font-size: 14px;\n height: 20px;\n color: #333;\n text-align: left;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text].small {\n width: 30px;\n text-align: center;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text].block {\n display: block;\n width: 100%;\n margin: 10px 0;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text]:focus {\n border-bottom: 2px solid #1e88e5;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button {\n font-size: 14px;\n color: #1e88e5;\n border: none;\n padding: 5px 10px;\n background-color: #fff;\n cursor: pointer;\n border-radius: 3px;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.left {\n float: left;\n margin-right: 10px;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.right {\n float: right;\n margin-left: 10px;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.gray {\n color: #999;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.red {\n color: #c24f4a;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button:hover {\n background-color: #f1f1f1;\n}\n.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container:after {\n content: "";\n display: table;\n clear: both;\n}\n.w-e-menu .w-e-panel-container .w-e-emoticon-container .w-e-item {\n cursor: pointer;\n font-size: 18px;\n padding: 0 3px;\n display: inline-block;\n}\n.w-e-menu .w-e-panel-container .w-e-up-img-container,\n.w-e-menu .w-e-panel-container .w-e-up-video-container {\n text-align: center;\n}\n.w-e-menu .w-e-panel-container .w-e-up-img-container .w-e-up-btn,\n.w-e-menu .w-e-panel-container .w-e-up-video-container .w-e-up-btn {\n display: inline-block;\n color: #999;\n cursor: pointer;\n font-size: 60px;\n line-height: 1;\n}\n.w-e-menu .w-e-panel-container .w-e-up-img-container .w-e-up-btn:hover,\n.w-e-menu .w-e-panel-container .w-e-up-video-container .w-e-up-btn:hover {\n color: #333;\n}\n',""]),e.exports=t},function(e,t,n){var o=n(21),i=n(162);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-toolbar .w-e-droplist {\n position: absolute;\n left: 0;\n top: 0;\n background-color: #fff;\n border: 1px solid #f1f1f1;\n border-right-color: #ccc;\n border-bottom-color: #ccc;\n}\n.w-e-toolbar .w-e-droplist .w-e-dp-title {\n text-align: center;\n color: #999;\n line-height: 2;\n border-bottom: 1px solid #f1f1f1;\n font-size: 13px;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-list {\n list-style: none;\n line-height: 1;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item {\n color: #333;\n padding: 5px 0;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item:hover {\n background-color: #f1f1f1;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-block {\n list-style: none;\n text-align: left;\n padding: 5px;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item {\n display: inline-block;\n padding: 3px 5px;\n}\n.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item:hover {\n background-color: #f1f1f1;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var o=n(0),i=o(n(106));Element.prototype.matches||(Element.prototype.matches=function(e){var t=this.ownerDocument.querySelectorAll(e),n=t.length;for(n;n>=0;n--)if(t.item(n)===this)break;return n>-1}),i["default"]||(window.Promise=i["default"])},function(e,t,n){var o=n(165);e.exports=o},function(e,t,n){n(166),n(68),n(172),n(179),n(180),n(181),n(70),n(52);var o=n(10);e.exports=o.Promise},function(e,t,n){"use strict";var o=n(6),i=n(83),r=n(84),a=n(49),l=n(18),s=n(36),u=n(40),c=function(e,t){var n=this;if(!(n instanceof c))return new c(e,t);r&&(n=r(new Error(void 0),i(n))),void 0!==t&&l(n,"message",String(t));var o=[];return u(e,o.push,{that:o}),l(n,"errors",o),n};c.prototype=a(Error.prototype,{constructor:s(5,c),message:s(5,""),name:s(5,"AggregateError")}),o({global:!0},{AggregateError:c})},function(e,t,n){var o=n(13);e.exports=!o((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var o=n(14);e.exports=function(e){if(!o(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){var o=n(11),i=n(41),r=o("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[r]===e)}},function(e,t,n){var o=n(67),i=n(41),r=n(11),a=r("iterator");e.exports=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[o(e)]}},function(e,t,n){var o=n(25);e.exports=function(e){var t=e["return"];if(void 0!==t)return o(t.call(e)).value}},function(e,t,n){"use strict";var o,i,r,a,l=n(6),s=n(38),u=n(9),c=n(28),d=n(108),f=n(51),p=n(109),v=n(42),h=n(110),m=n(14),g=n(33),A=n(87),y=n(111),_=n(40),w=n(174),b=n(112),x=n(113).set,E=n(175),C=n(115),S=n(177),k=n(69),M=n(88),N=n(43),T=n(103),B=n(11),R=n(64),I=n(65),P=B("species"),D="Promise",O=N.get,H=N.set,F=N.getterFor(D),L=d,j=u.TypeError,U=u.document,Q=u.process,$=c("fetch"),z=k.f,Y=z,V=!!(U&&U.createEvent&&u.dispatchEvent),J="function"==typeof PromiseRejectionEvent,G="unhandledrejection",q="rejectionhandled",X=0,W=1,K=2,Z=1,ee=2,te=T(D,(function(){var e=y(L)!==String(L);if(!e){if(66===I)return!0;if(!R&&!J)return!0}if(s&&!L.prototype["finally"])return!0;if(I>=51&&/native code/.test(L))return!1;var t=L.resolve(1),n=function(e){e((function(){}),(function(){}))},o=t.constructor={};return o[P]=n,!(t.then((function(){}))instanceof n)})),ne=te||!w((function(e){L.all(e)["catch"]((function(){}))})),oe=function(e){var t;return!(!m(e)||"function"!=typeof(t=e.then))&&t},ie=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;E((function(){var o=e.value,i=e.state==W,r=0;while(n.length>r){var a,l,s,u=n[r++],c=i?u.ok:u.fail,d=u.resolve,f=u.reject,p=u.domain;try{c?(i||(e.rejection===ee&&se(e),e.rejection=Z),!0===c?a=o:(p&&p.enter(),a=c(o),p&&(p.exit(),s=!0)),a===u.promise?f(j("Promise-chain cycle")):(l=oe(a))?l.call(a,d,f):d(a)):f(o)}catch(v){p&&!s&&p.exit(),f(v)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&ae(e)}))}},re=function(e,t,n){var o,i;V?(o=U.createEvent("Event"),o.promise=t,o.reason=n,o.initEvent(e,!1,!0),u.dispatchEvent(o)):o={promise:t,reason:n},!J&&(i=u["on"+e])?i(o):e===G&&S("Unhandled promise rejection",n)},ae=function(e){x.call(u,(function(){var t,n=e.facade,o=e.value,i=le(e);if(i&&(t=M((function(){R?Q.emit("unhandledRejection",o,n):re(G,n,o)})),e.rejection=R||le(e)?ee:Z,t.error))throw t.value}))},le=function(e){return e.rejection!==Z&&!e.parent},se=function(e){x.call(u,(function(){var t=e.facade;R?Q.emit("rejectionHandled",t):re(q,t,e.value)}))},ue=function(e,t,n){return function(o){e(t,o,n)}},ce=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=K,ie(e,!0))},de=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw j("Promise can't be resolved itself");var o=oe(t);o?E((function(){var n={done:!1};try{o.call(t,ue(de,n,e),ue(ce,n,e))}catch(i){ce(n,i,e)}})):(e.value=t,e.state=W,ie(e,!1))}catch(i){ce({done:!1},i,e)}}};te&&(L=function(e){A(this,L,D),g(e),o.call(this);var t=O(this);try{e(ue(de,t),ue(ce,t))}catch(n){ce(t,n)}},o=function(e){H(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:X,value:void 0})},o.prototype=p(L.prototype,{then:function(e,t){var n=F(this),o=z(b(this,L));return o.ok="function"!=typeof e||e,o.fail="function"==typeof t&&t,o.domain=R?Q.domain:void 0,n.parent=!0,n.reactions.push(o),n.state!=X&&ie(n,!1),o.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new o,t=O(e);this.promise=e,this.resolve=ue(de,t),this.reject=ue(ce,t)},k.f=z=function(e){return e===L||e===r?new i(e):Y(e)},s||"function"!=typeof d||(a=d.prototype.then,f(d.prototype,"then",(function(e,t){var n=this;return new L((function(e,t){a.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof $&&l({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return C(L,$.apply(u,arguments))}}))),l({global:!0,wrap:!0,forced:te},{Promise:L}),v(L,D,!1,!0),h(D),r=c(D),l({target:D,stat:!0,forced:te},{reject:function(e){var t=z(this);return t.reject.call(void 0,e),t.promise}}),l({target:D,stat:!0,forced:s||te},{resolve:function(e){return C(s&&this===r?L:this,e)}}),l({target:D,stat:!0,forced:ne},{all:function(e){var t=this,n=z(t),o=n.resolve,i=n.reject,r=M((function(){var n=g(t.resolve),r=[],a=0,l=1;_(e,(function(e){var s=a++,u=!1;r.push(void 0),l++,n.call(t,e).then((function(e){u||(u=!0,r[s]=e,--l||o(r))}),i)})),--l||o(r)}));return r.error&&i(r.value),n.promise},race:function(e){var t=this,n=z(t),o=n.reject,i=M((function(){var i=g(t.resolve);_(e,(function(e){i.call(t,e).then(n.resolve,o)}))}));return i.error&&o(i.value),n.promise}})},function(e,t,n){"use strict";var o=n(86),i=n(67);e.exports=o?{}.toString:function(){return"[object "+i(this)+"]"}},function(e,t,n){var o=n(11),i=o("iterator"),r=!1;try{var a=0,l={next:function(){return{done:!!a++}},return:function(){r=!0}};l[i]=function(){return this},Array.from(l,(function(){throw 2}))}catch(s){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(s){}return n}},function(e,t,n){var o,i,r,a,l,s,u,c,d=n(9),f=n(75).f,p=n(113).set,v=n(114),h=n(176),m=n(64),g=d.MutationObserver||d.WebKitMutationObserver,A=d.document,y=d.process,_=d.Promise,w=f(d,"queueMicrotask"),b=w&&w.value;b||(o=function(){var e,t;m&&(e=y.domain)&&e.exit();while(i){t=i.fn,i=i.next;try{t()}catch(n){throw i?a():r=void 0,n}}r=void 0,e&&e.enter()},v||m||h||!g||!A?_&&_.resolve?(u=_.resolve(void 0),c=u.then,a=function(){c.call(u,o)}):a=m?function(){y.nextTick(o)}:function(){p.call(d,o)}:(l=!0,s=A.createTextNode(""),new g(o).observe(s,{characterData:!0}),a=function(){s.data=l=!l})),e.exports=b||function(e){var t={fn:e,next:void 0};r&&(r.next=t),i||(i=t,a()),r=t}},function(e,t,n){var o=n(66);e.exports=/web0s(?!.*chrome)/i.test(o)},function(e,t,n){var o=n(9);e.exports=function(e,t){var n=o.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t,n){var o=n(9),i=n(111),r=o.WeakMap;e.exports="function"===typeof r&&/native code/.test(i(r))},function(e,t,n){"use strict";var o=n(6),i=n(33),r=n(69),a=n(88),l=n(40);o({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=r.f(t),o=n.resolve,s=n.reject,u=a((function(){var n=i(t.resolve),r=[],a=0,s=1;l(e,(function(e){var i=a++,l=!1;r.push(void 0),s++,n.call(t,e).then((function(e){l||(l=!0,r[i]={status:"fulfilled",value:e},--s||o(r))}),(function(e){l||(l=!0,r[i]={status:"rejected",reason:e},--s||o(r))}))})),--s||o(r)}));return u.error&&s(u.value),n.promise}})},function(e,t,n){"use strict";var o=n(6),i=n(33),r=n(28),a=n(69),l=n(88),s=n(40),u="No one promise resolved";o({target:"Promise",stat:!0},{any:function(e){var t=this,n=a.f(t),o=n.resolve,c=n.reject,d=l((function(){var n=i(t.resolve),a=[],l=0,d=1,f=!1;s(e,(function(e){var i=l++,s=!1;a.push(void 0),d++,n.call(t,e).then((function(e){s||f||(f=!0,o(e))}),(function(e){s||f||(s=!0,a[i]=e,--d||c(new(r("AggregateError"))(a,u)))}))})),--d||c(new(r("AggregateError"))(a,u))}));return d.error&&c(d.value),n.promise}})},function(e,t,n){"use strict";var o=n(6),i=n(38),r=n(108),a=n(13),l=n(28),s=n(112),u=n(115),c=n(51),d=!!r&&a((function(){r.prototype["finally"].call({then:function(){}},(function(){}))}));o({target:"Promise",proto:!0,real:!0,forced:d},{finally:function(e){var t=s(this,l("Promise")),n="function"==typeof e;return this.then(n?function(n){return u(t,e()).then((function(){return n}))}:e,n?function(n){return u(t,e()).then((function(){throw n}))}:e)}}),i||"function"!=typeof r||r.prototype["finally"]||c(r.prototype,"finally",l("Promise").prototype["finally"])},function(e,t,n){var o=n(61),i=n(47),r=function(e){return function(t,n){var r,a,l=String(i(t)),s=o(n),u=l.length;return s<0||s>=u?e?"":void 0:(r=l.charCodeAt(s),r<55296||r>56319||s+1===u||(a=l.charCodeAt(s+1))<56320||a>57343?e?l.charAt(s):r:e?l.slice(s,s+2):a-56320+(r-55296<<10)+65536)}};e.exports={codeAt:r(!1),charAt:r(!0)}},function(e,t,n){"use strict";var o=n(116).IteratorPrototype,i=n(49),r=n(36),a=n(42),l=n(41),s=function(){return this};e.exports=function(e,t,n){var u=t+" Iterator";return e.prototype=i(o,{next:r(1,n)}),a(e,u,!1,!0),l[u]=s,e}},function(e,t,n){"use strict";var o=n(27),i=n(90),r=n(41),a=n(43),l=n(89),s="Array Iterator",u=a.set,c=a.getterFor(s);e.exports=l(Array,"Array",(function(e,t){u(this,{type:s,target:o(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,o=e.index++;return!t||o>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:o,done:!1}:"values"==n?{value:t[o],done:!1}:{value:[o,t[o]],done:!1}}),"values"),r.Arguments=r.Array,i("keys"),i("values"),i("entries")},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){n(52);var o=n(187),i=n(67),r=Array.prototype,a={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.forEach;return e===r||e instanceof Array&&t===r.forEach||a.hasOwnProperty(i(e))?o:t}},function(e,t,n){var o=n(188);e.exports=o},function(e,t,n){n(189);var o=n(16);e.exports=o("Array").forEach},function(e,t,n){"use strict";var o=n(6),i=n(190);o({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(e,t,n){"use strict";var o=n(29).forEach,i=n(71),r=i("forEach");e.exports=r?[].forEach:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){var o=n(192);e.exports=o},function(e,t,n){n(193);var o=n(10);e.exports=o.Array.isArray},function(e,t,n){var o=n(6),i=n(53);o({target:"Array",stat:!0},{isArray:i})},function(e,t,n){var o=n(195);e.exports=o},function(e,t,n){var o=n(196),i=Array.prototype;e.exports=function(e){var t=e.map;return e===i||e instanceof Array&&t===i.map?o:t}},function(e,t,n){n(197);var o=n(16);e.exports=o("Array").map},function(e,t,n){"use strict";var o=n(6),i=n(29).map,r=n(54),a=r("map");o({target:"Array",proto:!0,forced:!a},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var o=n(199);e.exports=o},function(e,t,n){var o=n(200),i=String.prototype;e.exports=function(e){var t=e.trim;return"string"===typeof e||e===i||e instanceof String&&t===i.trim?o:t}},function(e,t,n){n(201);var o=n(16);e.exports=o("String").trim},function(e,t,n){"use strict";var o=n(6),i=n(93).trim,r=n(202);o({target:"String",proto:!0,forced:r("trim")},{trim:function(){return i(this)}})},function(e,t,n){var o=n(13),i=n(72),r="​…᠎";e.exports=function(e){return o((function(){return!!i[e]()||r[e]()!=r||i[e].name!==e}))}},function(e,t,n){var o=n(204);e.exports=o},function(e,t,n){n(205),n(68),n(70),n(52);var o=n(10);e.exports=o.Map},function(e,t,n){"use strict";var o=n(119),i=n(121);e.exports=o("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},function(e,t,n){var o=n(13);e.exports=!o((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){var o=n(208);e.exports=o},function(e,t,n){var o=n(209),i=Array.prototype;e.exports=function(e){var t=e.indexOf;return e===i||e instanceof Array&&t===i.indexOf?o:t}},function(e,t,n){n(210);var o=n(16);e.exports=o("Array").indexOf},function(e,t,n){"use strict";var o=n(6),i=n(78).indexOf,r=n(71),a=[].indexOf,l=!!a&&1/[1].indexOf(1,-0)<0,s=r("indexOf");o({target:"Array",proto:!0,forced:l||!s},{indexOf:function(e){return l?a.apply(this,arguments)||0:i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var o=n(212);e.exports=o},function(e,t,n){var o=n(213),i=Array.prototype;e.exports=function(e){var t=e.splice;return e===i||e instanceof Array&&t===i.splice?o:t}},function(e,t,n){n(214);var o=n(16);e.exports=o("Array").splice},function(e,t,n){"use strict";var o=n(6),i=n(79),r=n(61),a=n(37),l=n(39),s=n(91),u=n(95),c=n(54),d=c("splice"),f=Math.max,p=Math.min,v=9007199254740991,h="Maximum allowed length exceeded";o({target:"Array",proto:!0,forced:!d},{splice:function(e,t){var n,o,c,d,m,g,A=l(this),y=a(A.length),_=i(e,y),w=arguments.length;if(0===w?n=o=0:1===w?(n=0,o=y-_):(n=w-2,o=p(f(r(t),0),y-_)),y+n-o>v)throw TypeError(h);for(c=s(A,o),d=0;dy-o+n;d--)delete A[d-1]}else if(n>o)for(d=y-o;d>_;d--)m=d+o-1,g=d+n-1,m in A?A[g]=A[m]:delete A[g];for(d=0;d1?arguments[1]:void 0)}})},function(e,t,n){var o=n(220);e.exports=o},function(e,t,n){var o=n(221),i=n(223),r=Array.prototype,a=String.prototype;e.exports=function(e){var t=e.includes;return e===r||e instanceof Array&&t===r.includes?o:"string"===typeof e||e===a||e instanceof String&&t===a.includes?i:t}},function(e,t,n){n(222);var o=n(16);e.exports=o("Array").includes},function(e,t,n){"use strict";var o=n(6),i=n(78).includes,r=n(90);o({target:"Array",proto:!0},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),r("includes")},function(e,t,n){n(224);var o=n(16);e.exports=o("String").includes},function(e,t,n){"use strict";var o=n(6),i=n(225),r=n(47),a=n(227);o({target:"String",proto:!0,forced:!a("includes")},{includes:function(e){return!!~String(r(this)).indexOf(i(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var o=n(226);e.exports=function(e){if(o(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var o=n(14),i=n(46),r=n(11),a=r("match");e.exports=function(e){var t;return o(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==i(e))}},function(e,t,n){var o=n(11),i=o("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[i]=!1,"/./"[e](t)}catch(o){}}return!1}},function(e,t,n){var o=n(229);e.exports=o},function(e,t,n){var o=n(230),i=Function.prototype;e.exports=function(e){var t=e.bind;return e===i||e instanceof Function&&t===i.bind?o:t}},function(e,t,n){n(231);var o=n(16);e.exports=o("Function").bind},function(e,t,n){var o=n(6),i=n(232);o({target:"Function",proto:!0},{bind:i})},function(e,t,n){"use strict";var o=n(33),i=n(14),r=[].slice,a={},l=function(e,t,n){if(!(t in a)){for(var o=[],i=0;i=51||!i((function(){var e=[];return e[v]=!1,e.concat()[0]!==e})),A=d("concat"),y=function(e){if(!a(e))return!1;var t=e[v];return void 0!==t?!!t:r(e)},_=!g||!A;o({target:"Array",proto:!0,forced:_},{concat:function(e){var t,n,o,i,r,a=l(this),d=c(a,0),f=0;for(t=-1,o=arguments.length;th)throw TypeError(m);for(n=0;n=h)throw TypeError(m);u(d,f++,r)}return d.length=f,d}})},function(e,t,n){"use strict";var o=n(6),i=n(9),r=n(28),a=n(38),l=n(15),s=n(85),u=n(107),c=n(13),d=n(17),f=n(53),p=n(14),v=n(25),h=n(39),m=n(27),g=n(59),A=n(36),y=n(49),_=n(60),w=n(123),b=n(237),x=n(124),E=n(75),C=n(19),S=n(58),k=n(18),M=n(51),N=n(81),T=n(62),B=n(50),R=n(63),I=n(11),P=n(97),D=n(12),O=n(42),H=n(43),F=n(29).forEach,L=T("hidden"),j="Symbol",U="prototype",Q=I("toPrimitive"),$=H.set,z=H.getterFor(j),Y=Object[U],V=i.Symbol,J=r("JSON","stringify"),G=E.f,q=C.f,X=b.f,W=S.f,K=N("symbols"),Z=N("op-symbols"),ee=N("string-to-symbol-registry"),te=N("symbol-to-string-registry"),ne=N("wks"),oe=i.QObject,ie=!oe||!oe[U]||!oe[U].findChild,re=l&&c((function(){return 7!=y(q({},"a",{get:function(){return q(this,"a",{value:7}).a}})).a}))?function(e,t,n){var o=G(Y,t);o&&delete Y[t],q(e,t,n),o&&e!==Y&&q(Y,t,o)}:q,ae=function(e,t){var n=K[e]=y(V[U]);return $(n,{type:j,tag:e,description:t}),l||(n.description=t),n},le=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof V},se=function(e,t,n){e===Y&&se(Z,t,n),v(e);var o=g(t,!0);return v(n),d(K,o)?(n.enumerable?(d(e,L)&&e[L][o]&&(e[L][o]=!1),n=y(n,{enumerable:A(0,!1)})):(d(e,L)||q(e,L,A(1,{})),e[L][o]=!0),re(e,o,n)):q(e,o,n)},ue=function(e,t){v(e);var n=m(t),o=_(n).concat(ve(n));return F(o,(function(t){l&&!de.call(n,t)||se(e,t,n[t])})),e},ce=function(e,t){return void 0===t?y(e):ue(y(e),t)},de=function(e){var t=g(e,!0),n=W.call(this,t);return!(this===Y&&d(K,t)&&!d(Z,t))&&(!(n||!d(this,t)||!d(K,t)||d(this,L)&&this[L][t])||n)},fe=function(e,t){var n=m(e),o=g(t,!0);if(n!==Y||!d(K,o)||d(Z,o)){var i=G(n,o);return!i||!d(K,o)||d(n,L)&&n[L][o]||(i.enumerable=!0),i}},pe=function(e){var t=X(m(e)),n=[];return F(t,(function(e){d(K,e)||d(B,e)||n.push(e)})),n},ve=function(e){var t=e===Y,n=X(t?Z:m(e)),o=[];return F(n,(function(e){!d(K,e)||t&&!d(Y,e)||o.push(K[e])})),o};if(s||(V=function(){if(this instanceof V)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=R(e),n=function(e){this===Y&&n.call(Z,e),d(this,L)&&d(this[L],t)&&(this[L][t]=!1),re(this,t,A(1,e))};return l&&ie&&re(Y,t,{configurable:!0,set:n}),ae(t,e)},M(V[U],"toString",(function(){return z(this).tag})),M(V,"withoutSetter",(function(e){return ae(R(e),e)})),S.f=de,C.f=se,E.f=fe,w.f=b.f=pe,x.f=ve,P.f=function(e){return ae(I(e),e)},l&&(q(V[U],"description",{configurable:!0,get:function(){return z(this).description}}),a||M(Y,"propertyIsEnumerable",de,{unsafe:!0}))),o({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:V}),F(_(ne),(function(e){D(e)})),o({target:j,stat:!0,forced:!s},{for:function(e){var t=String(e);if(d(ee,t))return ee[t];var n=V(t);return ee[t]=n,te[n]=t,n},keyFor:function(e){if(!le(e))throw TypeError(e+" is not a symbol");if(d(te,e))return te[e]},useSetter:function(){ie=!0},useSimple:function(){ie=!1}}),o({target:"Object",stat:!0,forced:!s,sham:!l},{create:ce,defineProperty:se,defineProperties:ue,getOwnPropertyDescriptor:fe}),o({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:pe,getOwnPropertySymbols:ve}),o({target:"Object",stat:!0,forced:c((function(){x.f(1)}))},{getOwnPropertySymbols:function(e){return x.f(h(e))}}),J){var he=!s||c((function(){var e=V();return"[null]"!=J([e])||"{}"!=J({a:e})||"{}"!=J(Object(e))}));o({target:"JSON",stat:!0,forced:he},{stringify:function(e,t,n){var o,i=[e],r=1;while(arguments.length>r)i.push(arguments[r++]);if(o=t,(p(t)||void 0!==e)&&!le(e))return f(t)||(t=function(e,t){if("function"==typeof o&&(t=o.call(this,e,t)),!le(t))return t}),i[1]=t,J.apply(null,i)}})}V[U][Q]||k(V[U],Q,V[U].valueOf),O(V,j),B[L]=!0},function(e,t,n){var o=n(27),i=n(123).f,r={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],l=function(e){try{return i(e)}catch(t){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==r.call(e)?l(e):i(o(e))}},function(e,t,n){var o=n(12);o("asyncIterator")},function(e,t){},function(e,t,n){var o=n(12);o("hasInstance")},function(e,t,n){var o=n(12);o("isConcatSpreadable")},function(e,t,n){var o=n(12);o("match")},function(e,t,n){var o=n(12);o("matchAll")},function(e,t,n){var o=n(12);o("replace")},function(e,t,n){var o=n(12);o("search")},function(e,t,n){var o=n(12);o("species")},function(e,t,n){var o=n(12);o("split")},function(e,t,n){var o=n(12);o("toPrimitive")},function(e,t,n){var o=n(12);o("toStringTag")},function(e,t,n){var o=n(12);o("unscopables")},function(e,t,n){var o=n(9),i=n(42);i(o.JSON,"JSON",!0)},function(e,t){},function(e,t){},function(e,t,n){var o=n(12);o("asyncDispose")},function(e,t,n){var o=n(12);o("dispose")},function(e,t,n){var o=n(12);o("observable")},function(e,t,n){var o=n(12);o("patternMatch")},function(e,t,n){var o=n(12);o("replaceAll")},function(e,t,n){e.exports=n(260)},function(e,t,n){var o=n(126);e.exports=o},function(e,t,n){e.exports=n(262)},function(e,t,n){var o=n(263);e.exports=o},function(e,t,n){n(264);var o=n(10);e.exports=o.parseInt},function(e,t,n){var o=n(6),i=n(265);o({global:!0,forced:parseInt!=i},{parseInt:i})},function(e,t,n){var o=n(9),i=n(93).trim,r=n(72),a=o.parseInt,l=/^[+-]?0[Xx]/,s=8!==a(r+"08")||22!==a(r+"0x16");e.exports=s?function(e,t){var n=i(String(e));return a(n,t>>>0||(l.test(n)?16:10))}:a},function(e,t,n){var o=n(267);e.exports=o},function(e,t,n){var o=n(268),i=Array.prototype;e.exports=function(e){var t=e.slice;return e===i||e instanceof Array&&t===i.slice?o:t}},function(e,t,n){n(269);var o=n(16);e.exports=o("Array").slice},function(e,t,n){"use strict";var o=n(6),i=n(14),r=n(53),a=n(79),l=n(37),s=n(27),u=n(95),c=n(11),d=n(54),f=d("slice"),p=c("species"),v=[].slice,h=Math.max;o({target:"Array",proto:!0,forced:!f},{slice:function(e,t){var n,o,c,d=s(this),f=l(d.length),m=a(e,f),g=a(void 0===t?f:t,f);if(r(d)&&(n=d.constructor,"function"!=typeof n||n!==Array&&!r(n.prototype)?i(n)&&(n=n[p],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return v.call(d,m,g);for(o=new(void 0===n?Array:n)(h(g-m,0)),c=0;m2,i=o?a.call(arguments,2):void 0;return e(o?function(){("function"==typeof t?t:Function(t)).apply(this,i)}:t,n)}};o({global:!0,bind:!0,forced:l},{setTimeout:s(i.setTimeout),setInterval:s(i.setInterval)})},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(273)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(278)),s=a(n(279)),u=a(n(127)),c=a(n(280)),d=a(n(281)),f=a(n(282)),p=a(n(283)),v=a(n(284)),h=a(n(285)),m=a(n(286)),g=(0,r["default"])({},l["default"],s["default"],u["default"],d["default"],c["default"],f["default"],p["default"],v["default"],h["default"],m["default"],{linkCheck:function(e,t){return!0}});t["default"]=g},function(e,t,n){e.exports=n(274)},function(e,t,n){var o=n(275);e.exports=o},function(e,t,n){n(276);var o=n(10);e.exports=o.Object.assign},function(e,t,n){var o=n(6),i=n(277);o({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(e,t,n){"use strict";var o=n(15),i=n(13),r=n(60),a=n(124),l=n(58),s=n(39),u=n(76),c=Object.assign,d=Object.defineProperty;e.exports=!c||i((function(){if(o&&1!==c({b:1},c(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||r(c({},t)).join("")!=i}))?function(e,t){var n=s(e),i=arguments.length,c=1,d=a.f,f=l.f;while(i>c){var p,v=u(arguments[c++]),h=d?r(v).concat(d(v)):r(v),m=h.length,g=0;while(m>g)p=h[g++],o&&!f.call(v,p)||(n[p]=v[p])}return n}:c},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal",a="http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal";t["default"]={menus:["head","bold","fontSize","fontName","italic","underline","strikeThrough","indent","lineHeight","foreColor","backColor","link","list","todo","justify","quote","emoticon","image","video","table","code","splitLine","undo","redo"],fontNames:["黑体","仿宋","楷体","标楷体","华文仿宋","华文楷体","宋体","微软雅黑","Arial","Tahoma","Verdana","Times New Roman","Courier New"],fontSizes:{"x-small":{name:"10px",value:"1"},small:{name:"13px",value:"2"},normal:{name:"16px",value:"3"},large:{name:"18px",value:"4"},"x-large":{name:"24px",value:"5"},"xx-large":{name:"32px",value:"6"},"xxx-large":{name:"48px",value:"7"}},colors:["#000000","#eeece0","#1c487f","#4d80bf","#c24f4a","#8baa4a","#7b5ba1","#46acc8","#f9963b","#ffffff"],languageType:["Bash","C","C#","C++","CSS","Java","JavaScript","JSON","TypeScript","Plain text","Html","XML","SQL","Go","Kotlin","Lua","Markdown","PHP","Python","Shell Session","Ruby"],languageTab:"    ",emotions:[{title:"默认",type:"image",content:[{alt:"[坏笑]",src:r+"/50/pcmoren_huaixiao_org.png"},{alt:"[舔屏]",src:r+"/40/pcmoren_tian_org.png"},{alt:"[污]",src:r+"/3c/pcmoren_wu_org.png"}]},{title:"新浪",type:"image",content:[{src:a+"/7a/shenshou_thumb.gif",alt:"[草泥马]"},{src:a+"/60/horse2_thumb.gif",alt:"[神马]"},{src:a+"/bc/fuyun_thumb.gif",alt:"[浮云]"}]},{title:"emoji",type:"emoji",content:"😀 😃 😄 😁 😆 😅 😂 😊 😇 🙂 🙃 😉 😓 😪 😴 🙄 🤔 😬 🤐".split(/\s/)},{title:"手势",type:"emoji",content:["🙌","👏","👋","👍","👎","👊","✊","️👌","✋","👐","💪","🙏","️👆","👇","👈","👉","🖕","🖐","🤘"]}],lineHeights:["1","1.15","1.6","2","2.5","3"],undoLimit:20,indentation:"2em",showMenuTooltips:!0}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=n(8);function a(e,t,n){window.alert(e),n&&console.error("wangEditor: "+n)}t["default"]={onchangeTimeout:200,onchange:null,onfocus:r.EMPTY_FN,onblur:r.EMPTY_FN,onCatalogChange:null,customAlert:a}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t["default"]={pasteFilterStyle:!0,pasteIgnoreImg:!1,pasteTextHandle:function(e){return e}}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t["default"]={styleWithCSS:!1}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=n(8);t["default"]={linkImgCheck:function(e,t,n){return!0},showLinkImg:!0,showLinkImgAlt:!0,showLinkImgHref:!0,linkImgCallback:r.EMPTY_FN,uploadImgAccept:["jpg","jpeg","png","gif","bmp"],uploadImgServer:"",uploadImgShowBase64:!1,uploadImgMaxSize:5242880,uploadImgMaxLength:100,uploadFileName:"",uploadImgParams:{},uploadImgParamsWithUrl:!1,uploadImgHeaders:{},uploadImgHooks:{},uploadImgTimeout:1e4,withCredentials:!1,customUploadImg:null}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t["default"]={focus:!0,height:300,placeholder:"请输入正文",zIndexFullScreen:10002,showFullScreen:!0}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t["default"]={lang:"zh-CN",languages:{"zh-CN":{wangEditor:{"重置":"重置","插入":"插入","默认":"默认","创建":"创建","修改":"修改","如":"如","请输入正文":"请输入正文",menus:{title:{"标题":"标题","加粗":"加粗","字号":"字号","字体":"字体","斜体":"斜体","下划线":"下划线","删除线":"删除线","缩进":"缩进","行高":"行高","文字颜色":"文字颜色","背景色":"背景色","链接":"链接","序列":"序列","对齐":"对齐","引用":"引用","表情":"表情","图片":"图片","视频":"视频","表格":"表格","代码":"代码","分割线":"分割线","恢复":"恢复","撤销":"撤销","全屏":"全屏","取消全屏":"取消全屏","待办事项":"待办事项"},dropListMenu:{"设置标题":"设置标题","背景颜色":"背景颜色","文字颜色":"文字颜色","设置字号":"设置字号","设置字体":"设置字体","设置缩进":"设置缩进","对齐方式":"对齐方式","设置行高":"设置行高","序列":"序列",head:{"正文":"正文"},indent:{"增加缩进":"增加缩进","减少缩进":"减少缩进"},justify:{"靠左":"靠左","居中":"居中","靠右":"靠右","两端":"两端"},list:{"无序列表":"无序列表","有序列表":"有序列表"}},panelMenus:{emoticon:{"默认":"默认","新浪":"新浪",emoji:"emoji","手势":"手势"},image:{"上传图片":"上传图片","网络图片":"网络图片","图片地址":"图片地址","图片文字说明":"图片文字说明","跳转链接":"跳转链接"},link:{"链接":"链接","链接文字":"链接文字","取消链接":"取消链接","查看链接":"查看链接"},video:{"插入视频":"插入视频","上传视频":"上传视频"},table:{"行":"行","列":"列","的":"的","表格":"表格","添加行":"添加行","删除行":"删除行","添加列":"添加列","删除列":"删除列","设置表头":"设置表头","取消表头":"取消表头","插入表格":"插入表格","删除表格":"删除表格"},code:{"删除代码":"删除代码","修改代码":"修改代码","插入代码":"插入代码"}}},validate:{"张图片":"张图片","大于":"大于","图片链接":"图片链接","不是图片":"不是图片","返回结果":"返回结果","上传图片超时":"上传图片超时","上传图片错误":"上传图片错误","上传图片失败":"上传图片失败","插入图片错误":"插入图片错误","一次最多上传":"一次最多上传","下载链接失败":"下载链接失败","图片验证未通过":"图片验证未通过","服务器返回状态":"服务器返回状态","上传图片返回结果错误":"上传图片返回结果错误","请替换为支持的图片类型":"请替换为支持的图片类型","您插入的网络图片无法识别":"您插入的网络图片无法识别","您刚才插入的图片链接未通过编辑器校验":"您刚才插入的图片链接未通过编辑器校验","插入视频错误":"插入视频错误","视频链接":"视频链接","不是视频":"不是视频","视频验证未通过":"视频验证未通过","个视频":"个视频","上传视频超时":"上传视频超时","上传视频错误":"上传视频错误","上传视频失败":"上传视频失败","上传视频返回结果错误":"上传视频返回结果错误"}}},en:{wangEditor:{"重置":"reset","插入":"insert","默认":"default","创建":"create","修改":"edit","如":"like","请输入正文":"please enter the text",menus:{title:{"标题":"head","加粗":"bold","字号":"font size","字体":"font family","斜体":"italic","下划线":"underline","删除线":"strikethrough","缩进":"indent","行高":"line heihgt","文字颜色":"font color","背景色":"background","链接":"link","序列":"numbered list","对齐":"align","引用":"quote","表情":"emoticons","图片":"image","视频":"media","表格":"table","代码":"code","分割线":"split line","恢复":"undo","撤销":"redo","全屏":"fullscreen","取消全屏":"cancel fullscreen","待办事项":"todo"},dropListMenu:{"设置标题":"title","背景颜色":"background","文字颜色":"font color","设置字号":"font size","设置字体":"font family","设置缩进":"indent","对齐方式":"align","设置行高":"line heihgt","序列":"list",head:{"正文":"text"},indent:{"增加缩进":"indent","减少缩进":"outdent"},justify:{"靠左":"left","居中":"center","靠右":"right","两端":"justify"},list:{"无序列表":"unordered","有序列表":"ordered"}},panelMenus:{emoticon:{"默认":"default","新浪":"sina",emoji:"emoji","手势":"gesture"},image:{"上传图片":"upload image","网络图片":"network image","图片地址":"image link","图片文字说明":"image alt","跳转链接":"hyperlink"},link:{"链接":"link","链接文字":"link text","取消链接":"unlink","查看链接":"view links"},video:{"插入视频":"insert video","上传视频":"upload local video"},table:{"行":"rows","列":"columns","的":" ","表格":"table","添加行":"insert row","删除行":"delete row","添加列":"insert column","删除列":"delete column","设置表头":"set header","取消表头":"cancel header","插入表格":"insert table","删除表格":"delete table"},code:{"删除代码":"delete code","修改代码":"edit code","插入代码":"insert code"}}},validate:{"张图片":"images","大于":"greater than","图片链接":"image link","不是图片":"is not image","返回结果":"return results","上传图片超时":"upload image timeout","上传图片错误":"upload image error","上传图片失败":"upload image failed","插入图片错误":"insert image error","一次最多上传":"once most at upload","下载链接失败":"download link failed","图片验证未通过":"image validate failed","服务器返回状态":"server return status","上传图片返回结果错误":"upload image return results error","请替换为支持的图片类型":"please replace with a supported image type","您插入的网络图片无法识别":"the network picture you inserted is not recognized","您刚才插入的图片链接未通过编辑器校验":"the image link you just inserted did not pass the editor verification","插入视频错误":"insert video error","视频链接":"video link","不是视频":"is not video","视频验证未通过":"video validate failed","个视频":"videos","上传视频超时":"upload video timeout","上传视频错误":"upload video error","上传视频失败":"upload video failed","上传视频返回结果错误":"upload video return results error"}}}}}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=n(7);function a(){return!(!r.UA.isIE()&&!r.UA.isOldEdge)}t["default"]={compatibleMode:a,historyMaxSize:30}},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=n(8);t["default"]={onlineVideoCheck:function(e){return!0},onlineVideoCallback:r.EMPTY_FN,showLinkVideo:!0,uploadVideoAccept:["mp4"],uploadVideoServer:"",uploadVideoMaxSize:1073741824,uploadVideoName:"",uploadVideoParams:{},uploadVideoParamsWithUrl:!1,uploadVideoHeaders:{},uploadVideoHooks:{},uploadVideoTimeout:72e5,withVideoCredentials:!1,customUploadVideo:null,customInsertVideo:null}},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2)),s=n(7),u=n(8),c=function(){function e(e){this._currentRange=null,this.editor=e}return e.prototype.getRange=function(){return this._currentRange},e.prototype.saveRange=function(e){if(e)this._currentRange=e;else{var t=window.getSelection();if(0!==t.rangeCount){var n=t.getRangeAt(0),o=this.getSelectionContainerElem(n);if((null===o||void 0===o?void 0:o.length)&&"false"!==o.attr("contenteditable")&&!o.parentUntil("[contenteditable=false]")){var i=this.editor,a=i.$textElem;if(a.isContain(o)){var l;if(a.elems[0]===o.elems[0])if((0,r["default"])(l=a.html()).call(l)===u.EMPTY_P){var s=a.children(),c=null===s||void 0===s?void 0:s.last();i.selection.createRangeByElem(c,!0,!0),i.selection.restoreSelection()}this._currentRange=n}}}}},e.prototype.collapseRange=function(e){void 0===e&&(e=!1);var t=this._currentRange;t&&t.collapse(e)},e.prototype.getSelectionText=function(){var e=this._currentRange;return e?e.toString():""},e.prototype.getSelectionContainerElem=function(e){var t,n;if(t=e||this._currentRange,t)return n=t.commonAncestorContainer,l["default"](1===n.nodeType?n:n.parentNode)},e.prototype.getSelectionStartElem=function(e){var t,n;if(t=e||this._currentRange,t)return n=t.startContainer,l["default"](1===n.nodeType?n:n.parentNode)},e.prototype.getSelectionEndElem=function(e){var t,n;if(t=e||this._currentRange,t)return n=t.endContainer,l["default"](1===n.nodeType?n:n.parentNode)},e.prototype.isSelectionEmpty=function(){var e=this._currentRange;return!(!e||!e.startContainer||e.startContainer!==e.endContainer||e.startOffset!==e.endOffset)},e.prototype.restoreSelection=function(){var e=window.getSelection(),t=this._currentRange;e&&t&&(e.removeAllRanges(),e.addRange(t))},e.prototype.createEmptyRange=function(){var e,t=this.editor,n=this.getRange();if(n&&this.isSelectionEmpty())try{s.UA.isWebkit()?(t.cmd["do"]("insertHTML","​"),n.setEnd(n.endContainer,n.endOffset+1),this.saveRange(n)):(e=l["default"](""),t.cmd["do"]("insertElem",e),this.createRangeByElem(e,!0))}catch(o){}},e.prototype.createRangeByElems=function(e,t){var n=window.getSelection?window.getSelection():document.getSelection();null===n||void 0===n||n.removeAllRanges();var o=document.createRange();o.setStart(e,0),o.setEnd(t,t.childNodes.length||1),this.saveRange(o),this.restoreSelection()},e.prototype.createRangeByElem=function(e,t,n){if(e.length){var o=e.elems[0],i=document.createRange();n?i.selectNodeContents(o):i.selectNode(o),null!=t&&(i.collapse(t),t||(this.saveRange(i),this.editor.selection.moveCursor(o))),this.saveRange(i)}},e.prototype.getSelectionRangeTopNodes=function(){var e,t,n,o=null===(e=this.getSelectionStartElem())||void 0===e?void 0:e.getNodeTop(this.editor),i=null===(t=this.getSelectionEndElem())||void 0===t?void 0:t.getNodeTop(this.editor);return n=this.recordSelectionNodes(l["default"](o),l["default"](i)),n},e.prototype.moveCursor=function(e,t){var n,o=this.getRange(),i=3===e.nodeType?null===(n=e.nodeValue)||void 0===n?void 0:n.length:e.childNodes.length;(s.UA.isFirefox||s.UA.isIE())&&0!==i&&(3!==e.nodeType&&"BR"!==e.childNodes[i-1].nodeName||(i-=1));var r=null!==t&&void 0!==t?t:i;o&&e&&(o.setStart(e,r),o.setEnd(e,r),this.restoreSelection())},e.prototype.getCursorPos=function(){var e=window.getSelection();return null===e||void 0===e?void 0:e.anchorOffset},e.prototype.clearWindowSelectionRange=function(){var e=window.getSelection();e&&e.removeAllRanges()},e.prototype.recordSelectionNodes=function(e,t){var n=[],o=e,i=this.editor.$textElem,r=!0;while(r){var a=null===o||void 0===o?void 0:o.getNodeTop(this.editor);"BODY"===a.getNodeName()&&(r=!1),a.length>0&&(n.push(l["default"](o)),(null===t||void 0===t?void 0:t.equal(a))||i.equal(a)?r=!1:o=a.getNextSibling())}return n},e}();t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=function(){function e(e){this.editor=e}return e.prototype["do"]=function(e,t){var n=this.editor;n.config.styleWithCSS&&document.execCommand("styleWithCSS",!1,"true");var o=n.selection;if(o.getRange()){switch(o.restoreSelection(),e){case"insertHTML":this.insertHTML(t);break;case"insertElem":this.insertElem(t);break;default:this.execCommand(e,t);break}n.menus.changeActive(),o.saveRange(),o.restoreSelection()}},e.prototype.insertHTML=function(e){var t=this.editor,n=t.selection.getRange();if(null!=n)if(this.queryCommandSupported("insertHTML"))this.execCommand("insertHTML",e);else if(n.insertNode){if(n.deleteContents(),a["default"](e).elems.length>0)n.insertNode(a["default"](e).elems[0]);else{var o=document.createElement("p");o.appendChild(document.createTextNode(e)),n.insertNode(o)}t.selection.collapseRange()}},e.prototype.insertElem=function(e){var t=this.editor,n=t.selection.getRange();null!=n&&n.insertNode&&(n.deleteContents(),n.insertNode(e.elems[0]))},e.prototype.execCommand=function(e,t){document.execCommand(e,!1,t)},e.prototype.queryCommandValue=function(e){return document.queryCommandValue(e)},e.prototype.queryCommandState=function(e){return document.queryCommandState(e)},e.prototype.queryCommandSupported=function(e){return document.queryCommandSupported(e)},e}();t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31)),a=o(n(3)),l=o(n(20)),s=o(n(30)),u=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=u(n(294)),f=n(7),p=u(n(306)),v=u(n(307)),h=n(8),m=function(){function e(e){this.editor=e,this.eventHooks={onBlurEvents:[],changeEvents:[],dropEvents:[],clickEvents:[],keydownEvents:[],keyupEvents:[],tabUpEvents:[],tabDownEvents:[],enterUpEvents:[],enterDownEvents:[],deleteUpEvents:[],deleteDownEvents:[],pasteEvents:[],linkClickEvents:[],codeClickEvents:[],textScrollEvents:[],toolbarClickEvents:[],imgClickEvents:[],imgDragBarMouseDownEvents:[],tableClickEvents:[],menuClickEvents:[],dropListMenuHoverEvents:[],splitLineEvents:[],videoClickEvents:[]}}return e.prototype.init=function(){this._saveRange(),this._bindEventHooks(),d["default"](this)},e.prototype.togglePlaceholder=function(){var e,t=this.html(),n=(0,r["default"])(e=this.editor.$textContainerElem).call(e,".placeholder");n.hide(),t&&" "!==t||n.show()},e.prototype.clear=function(){this.html(h.EMPTY_P)},e.prototype.html=function(e){var t=this.editor,n=t.$textElem;if(null==e){var o=n.html();o=o.replace(/\u200b/gm,""),o=o.replace(/

      <\/p>/gim,""),o=o.replace(h.EMPTY_P_LAST_REGEX,""),o=o.replace(h.EMPTY_P_REGEX,"

      ");var i=o.match(/<(img|br|hr|input)[^>]*>/gi);return null!==i&&(0,a["default"])(i).call(i,(function(e){e.match(/\/>/)||(o=o.replace(e,e.substring(0,e.length-1)+"/>"))})),o}e=(0,l["default"])(e).call(e),""===e&&(e=h.EMPTY_P),0!==(0,s["default"])(e).call(e,"<")&&(e="

      "+e+"

      "),e=e.replace(/\s+"+e+"

      "),t.initSelection()},e.prototype.append=function(e){var t=this.editor;0!==(0,s["default"])(e).call(e,"<")&&(e="

      "+e+"

      "),this.html(this.html()+e),t.initSelection()},e.prototype._saveRange=function(){var e=this.editor,t=e.$textElem;function n(){e.selection.saveRange(),e.menus.changeActive()}function o(){n(),t.off("click",o)}t.on("keyup",n),t.on("click",o),t.on("mousedown",(function(){t.on("mouseleave",n)})),t.on("mouseup",(function(o){var i=e.selection,r=i.getRange();if(null!=r){var a=r.startOffset,l=r.endOffset,s=null===r||void 0===r?void 0:r.endContainer;a!==l&&null!=s&&0===o.button&&(null===r||void 0===r||r.setStart(s,l)),n(),t.off("mouseleave",n)}}))},e.prototype._bindEventHooks=function(){var e=this.editor,t=e.$textElem,n=this.eventHooks;function o(e){e.preventDefault()}t.on("click",(function(e){var t=n.clickEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))})),t.on("keyup",(function(e){if(13===e.keyCode){var t=n.enterUpEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("keyup",(function(e){var t=n.keyupEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))})),t.on("keydown",(function(e){var t=n.keydownEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))})),t.on("keyup",(function(e){if(8===e.keyCode){var t=n.deleteUpEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("keydown",(function(e){if(8===e.keyCode){var t=n.deleteDownEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("paste",(function(e){if(!f.UA.isIE()){e.preventDefault();var t=n.pasteEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("keydown",(function(t){(e.isFocus||e.isCompatibleMode)&&(t.ctrlKey||t.metaKey)&&90===t.keyCode&&(t.preventDefault(),t.shiftKey?e.history.restore():e.history.revoke())})),t.on("keyup",(function(e){if(9===e.keyCode){e.preventDefault();var t=n.tabUpEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("keydown",(function(e){if(9===e.keyCode){e.preventDefault();var t=n.tabDownEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("scroll",f.throttle((function(e){var t=n.textScrollEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}),100)),c["default"](document).on("dragleave",o).on("drop",o).on("dragenter",o).on("dragover",o),e.beforeDestroy((function(){c["default"](document).off("dragleave",o).off("drop",o).off("dragenter",o).off("dragover",o)})),t.on("drop",(function(e){e.preventDefault();var t=n.dropEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))})),t.on("click",(function(e){var t=null,o=e.target,i=c["default"](o);if("A"===i.getNodeName())t=i;else{var r=i.parentUntil("a");null!=r&&(t=r)}if(t){var l=n.linkClickEvents;(0,a["default"])(l).call(l,(function(e){return e(t)}))}})),t.on("click",(function(e){var t=null,o=e.target,i=c["default"](o);if("IMG"!==i.getNodeName()||i.elems[0].getAttribute("data-emoji")||(e.stopPropagation(),t=i),t){var r=n.imgClickEvents;(0,a["default"])(r).call(r,(function(e){return e(t)}))}})),t.on("click",(function(e){var t=null,o=e.target,i=c["default"](o);if("PRE"===i.getNodeName())t=i;else{var r=i.parentUntil("pre");null!==r&&(t=r)}if(t){var l=n.codeClickEvents;(0,a["default"])(l).call(l,(function(e){return e(t)}))}})),t.on("click",(function(t){var o=null,i=t.target,r=c["default"](i);if("HR"===r.getNodeName()&&(o=r),o){e.selection.createRangeByElem(o),e.selection.restoreSelection();var l=n.splitLineEvents;(0,a["default"])(l).call(l,(function(e){return e(o)}))}})),e.$toolbarElem.on("click",(function(e){var t=n.toolbarClickEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))})),e.$textContainerElem.on("mousedown",(function(e){var t=e.target,o=c["default"](t);if(o.hasClass("w-e-img-drag-rb")){var i=n.imgDragBarMouseDownEvents;(0,a["default"])(i).call(i,(function(e){return e()}))}})),t.on("click",(function(t){var o=null,i=t.target;if(o=c["default"](i).parentUntilEditor("TABLE",e,i),o){var r=n.tableClickEvents;(0,a["default"])(r).call(r,(function(e){return e(o)}))}})),t.on("keydown",(function(e){if(13===e.keyCode){var t=n.enterDownEvents;(0,a["default"])(t).call(t,(function(t){return t(e)}))}})),t.on("click",(function(e){var t=null,o=e.target,i=c["default"](o);if("VIDEO"===i.getNodeName()&&(e.stopPropagation(),t=i),t){var r=n.videoClickEvents;(0,a["default"])(r).call(r,(function(e){return e(t)}))}}))},e}();t["default"]=m},function(e,t,n){var o=n(291);e.exports=o},function(e,t,n){var o=n(292),i=Array.prototype;e.exports=function(e){var t=e.find;return e===i||e instanceof Array&&t===i.find?o:t}},function(e,t,n){n(293);var o=n(16);e.exports=o("Array").find},function(e,t,n){"use strict";var o=n(6),i=n(29).find,r=n(90),a="find",l=!0;a in[]&&Array(1)[a]((function(){l=!1})),o({target:"Array",proto:!0,forced:l},{find:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),r(a)},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(295)),l=r(n(296)),s=r(n(297)),u=r(n(298)),c=r(n(305));function d(e){var t=e.editor,n=e.eventHooks;a["default"](t,n.enterUpEvents,n.enterDownEvents),l["default"](t,n.deleteUpEvents,n.deleteDownEvents),s["default"](t,n.tabDownEvents),u["default"](t,n.pasteEvents),c["default"](t,n.imgClickEvents)}t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2));function l(e,t,n){function o(t){var n=a["default"]("


      ");n.insertBefore(t),e.selection.createRangeByElem(n,!0,!0),e.selection.restoreSelection(),t.remove()}function i(){var t=e.$textElem,n=e.selection.getSelectionContainerElem(),i=n.parent();if("
      "!==i.html()){if(i.equal(t)){var r=n.getNodeName();"P"===r&&null===n.attr("data-we-empty-p")||n.text()||o(n)}}else o(n)}function r(t){var n;e.selection.saveRange(null===(n=getSelection())||void 0===n?void 0:n.getRangeAt(0));var o=e.selection.getSelectionContainerElem();o.id===e.textElemId&&(t.preventDefault(),e.cmd["do"]("insertHTML","


      "))}t.push(i),n.push(r)}t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=n(8),s=a(n(2));function u(e,t,n){function o(){var t,n=e.$textElem,o=(0,r["default"])(t=n.html().toLowerCase()).call(t);if(!o||"
      "===o){var i=s["default"](l.EMPTY_P);n.html(" "),n.append(i),e.selection.createRangeByElem(i,!1,!0),e.selection.restoreSelection(),e.selection.moveCursor(i.getNode(),0)}}function i(t){var n,o=e.$textElem,i=(0,r["default"])(n=o.html().toLowerCase()).call(n);i!==l.EMPTY_P||t.preventDefault()}t.push(o),n.push(i)}t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(1));function r(e,t){function n(){if(e.cmd.queryCommandSupported("insertHTML")){var t=e.selection.getSelectionContainerElem();if(t){var n=t.parent(),o=t.getNodeName(),i=n.getNodeName();"CODE"==o||"CODE"===i||"PRE"===i||/hljs/.test(i)?e.cmd["do"]("insertHTML",e.config.languageTab):e.cmd["do"]("insertHTML","    ")}}}t.push(n)}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20));(0,i["default"])(t,"__esModule",{value:!0});var a=n(128),l=n(7),s=n(8);function u(e){var t=e;return t=t.replace(/
      /gim,"

      ").replace(/<\/div>/gim,"

      "),t=t.replace(/

      <\/p>/gim,"


      "),(0,r["default"])(t).call(t)}function c(e){var t=e.replace(/
      |/gm,"\n").replace(/<[^>]+>/gm,"");return t}function d(e){var t;if(""===e)return!1;var n=document.createElement("div");return n.innerHTML=e,"P"===(null===(t=n.firstChild)||void 0===t?void 0:t.nodeName)}function f(e){if(!(null===e||void 0===e?void 0:e.length))return!1;var t=e.elems[0];return"P"===t.nodeName&&"
      "===t.innerHTML}function p(e,t){function n(t){var n=e.config,o=n.pasteFilterStyle,i=n.pasteIgnoreImg,r=n.pasteTextHandle,p=a.getPasteHtml(t,o,i),v=a.getPasteText(t);v=v.replace(/\n/gm,"
      ");var h=e.selection.getSelectionContainerElem();if(h){var m=null===h||void 0===h?void 0:h.getNodeName(),g=null===h||void 0===h?void 0:h.getNodeTop(e),A="";if(g.elems[0]&&(A=null===g||void 0===g?void 0:g.getNodeName()),"CODE"===m||"PRE"===A)return r&&l.isFunction(r)&&(v=""+(r(v)||"")),void e.cmd["do"]("insertHTML",c(v));if(s.urlRegex.test(v)&&o)return e.cmd["do"]("insertHTML",'
      '+v+"");if(p)try{r&&l.isFunction(r)&&(p=""+(r(p)||""));var y=/[\.\#\@]?\w+[^{]+\{[^}]*\}/.test(p);if(y&&o)e.cmd["do"]("insertHTML",""+u(v));else{var _=u(p);if(d(_)){var w=e.$textElem;if(e.cmd["do"]("insertHTML",_),w.equal(h))return void e.selection.createEmptyRange();f(g)&&g.remove()}else e.cmd["do"]("insertHTML",_)}}catch(b){r&&l.isFunction(r)&&(v=""+(r(v)||"")),e.cmd["do"]("insertHTML",""+u(v))}}}t.push(n)}t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20)),a=o(n(3)),l=o(n(74)),s=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var u=n(300),c=s(n(304));function d(e){var t=/.*?<\/span>/gi,n=/(.*?)<\/span>/;return e.replace(t,(function(e){var t=e.match(n);return null==t?"":t[1]}))}function f(e,t){var n;return e=(0,r["default"])(n=e.toLowerCase()).call(n),!!u.IGNORE_TAGS.has(e)||!(!t||"img"!==e)}function p(e,t){var n="";n="<"+e;var o=[];(0,a["default"])(t).call(t,(function(e){o.push(e.name+'="'+e.value+'"')})),o.length>0&&(n=n+" "+o.join(" "));var i=u.EMPTY_TAGS.has(e);return n=n+(i?"/":"")+">",n}function v(e){return""}function h(e,t,n){void 0===t&&(t=!0),void 0===n&&(n=!1);var o=[],i="";function s(e){e=(0,r["default"])(e).call(e),e&&(u.EMPTY_TAGS.has(e)||(i=e))}function h(){i=""}var m=new c["default"];m.parse(e,{startElement:function(e,i){if(s(e),!f(e,n)){var r=u.NECESSARY_ATTRS.get(e)||[],c=[];(0,a["default"])(i).call(i,(function(e){var n=e.name;"style"!==n?!1!==(0,l["default"])(r).call(r,n)&&c.push(e):t||c.push(e)}));var d=p(e,c);o.push(d)}},characters:function(e){e&&(f(i,n)&&/^\s\/]+)((\s+[^=>\s]+(\s*=\s*((\"[^"]*\")|(\'[^']*\')|[^>\s]+))?)*)\s*\/?\s*>/m,endTagRe:/^<\/([^>\s]+)[^>]*>/m,attrRe:/([^=\s]+)(\s*=\s*((\"([^"]*)\")|(\'([^']*)\')|[^>\s]+))?/gm,parse:function(e,t){t&&(this.contentHandler=t);var n,o,i,r=!1,a=this;while(e.length>0)"\x3c!--"==e.substring(0,4)?(i=e.indexOf("--\x3e"),-1!=i?(this.contentHandler.comment(e.substring(4,i)),e=e.substring(i+3),r=!1):r=!0):"0&&u(e.children,t.getRootNode()));t&&n.appendChild(t)})),s["default"](n)}t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(92)),a=o(n(73)),l=o(n(74)),s=o(n(3)),u=o(n(130)),c=o(n(131)),d=o(n(56)),f=o(n(55)),p=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var v=p(n(117)),h=p(n(317)),m=p(n(2)),g=function(){function e(e){this.editor=e,this.menuList=[],this.constructorList=h["default"]}return e.prototype.extend=function(e,t){t&&"function"===typeof t&&(this.constructorList[e]=t)},e.prototype.init=function(){var e,t,n=this,o=this.editor.config,i=o.excludeMenus;!1===(0,r["default"])(i)&&(i=[]),o.menus=(0,a["default"])(e=o.menus).call(e,(function(e){return!1===(0,l["default"])(i).call(i,e)})),(0,s["default"])(t=o.menus).call(t,(function(e){var t=n.constructorList[e];n._initMenuList(e,t)}));for(var c=0,d=(0,u["default"])(v["default"].globalCustomMenuConstructorList);c\n
      \n
      \n
      \n
      ');n.css("visibility","hidden"),t.append(n),n.css("z-index",e.zIndex.get("tooltip"));var o=0;function i(){o&&clearTimeout(o)}function r(){i(),n.css("visibility","hidden")}t.on("mouseover",(function(a){var l,s,u=a.target,c=m["default"](u);if(c.isContain(t))r();else{if(null!=c.parentUntil(".w-e-droplist"))r();else if(c.attr("data-title"))l=c.attr("data-title"),s=c;else{var f=c.parentUntil(".w-e-menu");null!=f&&(l=f.attr("data-title"),s=f)}if(l&&s){i();var p=s.getOffsetData();n.text(e.i18next.t("menus.title."+l));var v=n.getOffsetData(),h=p.left+p.width/2-v.width/2;n.css("left",h+"px"),n.css("top",-1*p.height+"px"),o=(0,d["default"])((function(){n.css("visibility","visible")}),200)}else r()}})).on("mouseleave",(function(){r()}))},e.prototype._addToToolbar=function(){var e,t=this.editor,n=t.$toolbarElem;(0,s["default"])(e=this.menuList).call(e,(function(e){var t=e.$elem;t&&n.append(t)}))},e.prototype.menuFind=function(e){for(var t=this.menuList,n=0,o=t.length;nc)n=s[c++],o&&!a.call(l,n)||d.push(e?[n,l[n]]:l[n]);return d}};e.exports={entries:l(!0),values:l(!1)}},function(e,t,n){var o=n(314);e.exports=o},function(e,t,n){var o=n(315),i=Array.prototype;e.exports=function(e){var t=e.some;return e===i||e instanceof Array&&t===i.some?o:t}},function(e,t,n){n(316);var o=n(16);e.exports=o("Array").some},function(e,t,n){"use strict";var o=n(6),i=n(29).some,r=n(71),a=r("some");o({target:"Array",proto:!0,forced:!a},{some:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(318)),l=r(n(326)),s=r(n(331)),u=r(n(335)),c=r(n(336)),d=r(n(337)),f=r(n(338)),p=r(n(340)),v=r(n(342)),h=r(n(343)),m=r(n(346)),g=r(n(347)),A=r(n(348)),y=r(n(357)),_=r(n(371)),w=r(n(375)),b=r(n(136)),x=r(n(384)),E=r(n(386)),C=r(n(387)),S=r(n(388)),k=r(n(403)),M=r(n(408)),N=r(n(411));t["default"]={bold:a["default"],head:l["default"],italic:u["default"],link:s["default"],underline:c["default"],strikeThrough:d["default"],fontName:f["default"],fontSize:p["default"],justify:v["default"],quote:h["default"],backColor:m["default"],foreColor:g["default"],video:A["default"],image:y["default"],indent:_["default"],emoticon:w["default"],list:b["default"],lineHeight:x["default"],undo:E["default"],redo:C["default"],table:S["default"],code:k["default"],splitLine:M["default"],todo:N["default"]}},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(23)),c=s(n(2)),d=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.isSelectionEmpty();t&&e.selection.createEmptyRange(),e.cmd["do"]("bold"),t&&(e.selection.collapseRange(),e.selection.restoreSelection())},t.prototype.tryChangeActive=function(){var e=this.editor;e.cmd.queryCommandState("bold")?this.active():this.unActive()},t}(u["default"]);t["default"]=d},function(e,t,n){var o=n(320);e.exports=o},function(e,t,n){n(321);var o=n(10);e.exports=o.Object.setPrototypeOf},function(e,t,n){var o=n(6),i=n(84);o({target:"Object",stat:!0},{setPrototypeOf:i})},function(e,t,n){e.exports=n(323)},function(e,t,n){var o=n(122);e.exports=o},function(e,t,n){e.exports=n(325)},function(e,t,n){var o=n(126);e.exports=o},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(30)),s=o(n(31)),u=o(n(3)),c=o(n(327)),d=o(n(74)),f=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),p=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var v=p(n(24)),h=p(n(2)),m=n(7),g=n(8),A=function(e){function t(t){var n=this,o=h["default"]('
      '),i={width:100,title:"设置标题",type:"list",list:[{$elem:h["default"]("

      H1

      "),value:"

      "},{$elem:h["default"]("

      H2

      "),value:"

      "},{$elem:h["default"]("

      H3

      "),value:"

      "},{$elem:h["default"]("

      H4

      "),value:"

      "},{$elem:h["default"]("

      H5
      "),value:"
      "},{$elem:h["default"]("

      "+t.i18next.t("menus.dropListMenu.head.正文")+"

      "),value:"

      "}],clickHandler:function(e){n.command(e)}};n=e.call(this,o,t,i)||this;var r=t.config.onCatalogChange;return r&&(n.oldCatalogs=[],n.addListenerCatalog(),n.getCatalogs()),n}return f(t,e),t.prototype.command=function(e){var t=this.editor,n=t.selection.getSelectionContainerElem();if(n&&t.$textElem.equal(n))this.setMultilineHead(e);else{var o;if((0,l["default"])(o=["OL","UL","LI","TABLE","TH","TR","CODE","HR"]).call(o,h["default"](n).getNodeName())>-1)return;t.cmd["do"]("formatBlock",e)}"

      "!==e&&this.addUidForSelectionElem()},t.prototype.addUidForSelectionElem=function(){var e=this.editor,t=e.selection.getSelectionContainerElem(),n=m.getRandomCode();h["default"](t).attr("id",n)},t.prototype.addListenerCatalog=function(){var e=this,t=this.editor;t.txt.eventHooks.changeEvents.push((function(){e.getCatalogs()}))},t.prototype.getCatalogs=function(){var e=this.editor,t=this.editor.$textElem,n=e.config.onCatalogChange,o=(0,s["default"])(t).call(t,"h1,h2,h3,h4,h5"),i=[];(0,u["default"])(o).call(o,(function(e,t){var n=h["default"](e),o=n.attr("id"),r=n.getNodeName(),a=n.text();o||(o=m.getRandomCode(),n.attr("id",o)),a&&i.push({tag:r,id:o,text:a})})),(0,c["default"])(this.oldCatalogs)!==(0,c["default"])(i)&&(this.oldCatalogs=i,n&&n(i))},t.prototype.setMultilineHead=function(e){var t,n,o=this,i=this.editor,r=i.selection,a=null===(t=r.getSelectionContainerElem())||void 0===t?void 0:t.elems[0],l=["IMG","VIDEO","TABLE","TH","TR","UL","OL","PRE","HR","BLOCKQUOTE"],s=h["default"](r.getSelectionStartElem()),c=h["default"](r.getSelectionEndElem());c.elems[0].outerHTML!==h["default"](g.EMPTY_P).elems[0].outerHTML||c.elems[0].nextSibling||(c=c.prev());var d=[];d.push(s.getNodeTop(i));var f=[],p=null===(n=r.getRange())||void 0===n?void 0:n.commonAncestorContainer.childNodes;null===p||void 0===p||(0,u["default"])(p).call(p,(function(e,t){e===d[0].getNode()&&f.push(t),e===c.getNodeTop(i).getNode()&&f.push(t)}));var v=0;while(d[v].getNode()!==c.getNodeTop(i).getNode()){if(!d[v].elems[0])return;var m=h["default"](d[v].next().getNode());d.push(m),v++}null===d||void 0===d||(0,u["default"])(d).call(d,(function(t,n){if(!o.hasTag(t,l)){var i=h["default"](e),r=t.parent().getNode();i.html(""+t.html()),r.insertBefore(i.getNode(),t.getNode()),t.remove()}})),r.createRangeByElems(a.children[f[0]],a.children[f[1]])},t.prototype.hasTag=function(e,t){var n,o=this;if(!e)return!1;if((0,d["default"])(t).call(t,null===e||void 0===e?void 0:e.getNodeName()))return!0;var i=!1;return null===(n=e.children())||void 0===n||(0,u["default"])(n).call(n,(function(e){i=o.hasTag(h["default"](e),t)})),i},t.prototype.tryChangeActive=function(){var e=this.editor,t=/^h/i,n=e.cmd.queryCommandValue("formatBlock");t.test(n)?this.active():this.unActive()},t}(v["default"]);t["default"]=A},function(e,t,n){e.exports=n(328)},function(e,t,n){var o=n(329);e.exports=o},function(e,t,n){n(330);var o=n(10);o.JSON||(o.JSON={stringify:JSON.stringify}),e.exports=function(e,t,n){return o.JSON.stringify.apply(null,arguments)}},function(e,t,n){var o=n(6),i=n(28),r=n(13),a=i("JSON","stringify"),l=/[\uD800-\uDFFF]/g,s=/^[\uD800-\uDBFF]$/,u=/^[\uDC00-\uDFFF]$/,c=function(e,t,n){var o=n.charAt(t-1),i=n.charAt(t+1);return s.test(e)&&!u.test(i)||u.test(e)&&!s.test(o)?"\\u"+e.charCodeAt(0).toString(16):e},d=r((function(){return'"\\udf06\\ud834"'!==a("\udf06\ud834")||'"\\udead"'!==a("\udead")}));a&&o({target:"JSON",stat:!0,forced:d},{stringify:function(e,t,n){var o=a.apply(null,arguments);return"string"==typeof o?o.replace(l,c):o}})},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(34)),c=s(n(2)),d=s(n(332)),f=s(n(133)),p=s(n(32)),v=s(n(333)),h=function(e){function t(t){var n=this,o=c["default"]('

      ');return n=e.call(this,o,t)||this,v["default"](t),n}return l(t,e),t.prototype.clickHandler=function(){var e,t=this.editor;if(this.isActive){if(e=t.selection.getSelectionContainerElem(),!e)return;this.createPanel(e.text(),e.attr("href"))}else t.selection.isSelectionEmpty()?this.createPanel("",""):this.createPanel(t.selection.getSelectionText(),"")},t.prototype.createPanel=function(e,t){var n=d["default"](this.editor,e,t),o=new p["default"](this,n);o.create()},t.prototype.tryChangeActive=function(){var e=this.editor;f["default"](e)?this.active():this.unActive()},t}(u["default"]);t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=n(7),s=a(n(2)),u=a(n(133));function c(e,t,n){var o,i=l.getRandom("input-link"),a=l.getRandom("input-text"),c=l.getRandom("btn-ok"),d=l.getRandom("btn-del"),f=u["default"](e)?"inline-block":"none";function p(){if(u["default"](e)){var t=e.selection.getSelectionContainerElem();t&&(e.selection.createRangeByElem(t),e.selection.restoreSelection(),o=t)}}function v(t,n){u["default"](e)?(p(),e.cmd["do"]("insertHTML",''+t+"")):e.cmd["do"]("insertHTML",''+t+"")}function h(){if(u["default"](e)){p();var t=o.text();e.cmd["do"]("insertHTML",""+t+"")}}function m(t,n){var o=e.config.linkCheck(t,n);if(void 0===o);else{if(!0===o)return!0;e.config.customAlert(o,"warning")}return!1}var g={width:300,height:0,tabs:[{title:e.i18next.t("menus.panelMenus.link.链接"),tpl:'
      \n \n \n \n \n
      \n \n \n
      \n
      ",events:[{selector:"#"+c,type:"click",fn:function(){var e,t,n=s["default"]("#"+i),o=s["default"]("#"+a),l=(0,r["default"])(e=n.val()).call(e),u=(0,r["default"])(t=o.val()).call(t);if(l&&(u||(u=l),m(u,l)))return v(u,l),!0}},{selector:"#"+d,type:"click",fn:function(){return h(),!0}}]}]};return g}t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(334));function l(e){a["default"](e)}t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=r(n(35));function s(e){var t;function n(n){var o=[{$elem:a["default"](""+e.i18next.t("menus.panelMenus.link.查看链接")+""),onClick:function(e,t){var n=t.attr("href");return window.open(n,"_target"),!0}},{$elem:a["default"](""+e.i18next.t("menus.panelMenus.link.取消链接")+""),onClick:function(e,t){e.selection.createRangeByElem(t),e.selection.restoreSelection();var n=t.text();return e.cmd["do"]("insertHTML",""+n+""),!0}}];t=new l["default"](e,n,o),t.create()}function o(){t&&(t.remove(),t=null)}return{showLinkTooltip:n,hideLinkTooltip:o}}function u(e){var t=s(e),n=t.showLinkTooltip,o=t.hideLinkTooltip;e.txt.eventHooks.linkClickEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o)}t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(23)),c=s(n(2)),d=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.isSelectionEmpty();t&&e.selection.createEmptyRange(),e.cmd["do"]("italic"),t&&(e.selection.collapseRange(),e.selection.restoreSelection())},t.prototype.tryChangeActive=function(){var e=this.editor;e.cmd.queryCommandState("italic")?this.active():this.unActive()},t}(u["default"]);t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(23)),c=s(n(2)),d=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.isSelectionEmpty();t&&e.selection.createEmptyRange(),e.cmd["do"]("underline"),t&&(e.selection.collapseRange(),e.selection.restoreSelection())},t.prototype.tryChangeActive=function(){var e=this.editor;e.cmd.queryCommandState("underline")?this.active():this.unActive()},t}(u["default"]);t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(23)),c=s(n(2)),d=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.isSelectionEmpty();t&&e.selection.createEmptyRange(),e.cmd["do"]("strikeThrough"),t&&(e.selection.collapseRange(),e.selection.restoreSelection())},t.prototype.tryChangeActive=function(){var e=this.editor;e.cmd.queryCommandState("strikeThrough")?this.active():this.unActive()},t}(u["default"]);t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(24)),c=s(n(2)),d=s(n(339)),f=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      '),i=new d["default"](t.config.fontNames),r={width:100,title:"设置字体",type:"list",list:i.getItemList(),clickHandler:function(e){n.command(e)}};return n=e.call(this,o,t,r)||this,n}return l(t,e),t.prototype.command=function(e){var t,n=this.editor,o=n.selection.isSelectionEmpty(),i=null===(t=n.selection.getSelectionContainerElem())||void 0===t?void 0:t.elems[0];if(null!=i){var r="p"!==(null===i||void 0===i?void 0:i.nodeName.toLowerCase()),a=(null===i||void 0===i?void 0:i.getAttribute("face"))===e;if(o){if(r&&!a){var l=n.selection.getSelectionRangeTopNodes();n.selection.createRangeByElem(l[0]),n.selection.moveCursor(l[0].elems[0])}n.selection.createEmptyRange()}n.cmd["do"]("fontName",e),o&&(n.selection.collapseRange(),n.selection.restoreSelection())}},t.prototype.tryChangeActive=function(){},t}(u["default"]);t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2)),s=function(){function e(e){var t=this;this.itemList=[],(0,r["default"])(e).call(e,(function(e){t.itemList.push({$elem:l["default"]("

      "+e+"

      "),value:e})}))}return e.prototype.getItemList=function(){return this.itemList},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(24)),c=s(n(2)),d=s(n(341)),f=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      '),i=new d["default"](t.config.fontSizes),r={width:160,title:"设置字号",type:"list",list:i.getItemList(),clickHandler:function(e){n.command(e)}};return n=e.call(this,o,t,r)||this,n}return l(t,e),t.prototype.command=function(e){var t,n=this.editor,o=n.selection.isSelectionEmpty(),i=null===(t=n.selection.getSelectionContainerElem())||void 0===t?void 0:t.elems[0];if(null!=i){var r="p"!==(null===i||void 0===i?void 0:i.nodeName.toLowerCase()),a=(null===i||void 0===i?void 0:i.getAttribute("size"))===e;if(o){if(r&&!a){var l=n.selection.getSelectionRangeTopNodes();n.selection.createRangeByElem(l[0]),n.selection.moveCursor(l[0].elems[0])}n.selection.createEmptyRange()}n.cmd["do"]("fontSize",e),o&&(n.selection.collapseRange(),n.selection.restoreSelection())}},t.prototype.tryChangeActive=function(){},t}(u["default"]);t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=function(){function e(e){for(var t in this.itemList=[],e){var n=e[t];this.itemList.push({$elem:a["default"]('

      '+n.name+"

      "),value:n.value})}}return e.prototype.getItemList=function(){return this.itemList},e}();t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=o(n(30)),u=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),c=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var d=c(n(24)),f=c(n(2)),p=["LI"],v=["UL","BLOCKQUOTE"],h=function(e){function t(t){var n=this,o=f["default"]('
      '),i={width:100,title:"对齐方式",type:"list",list:[{$elem:f["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.justify.靠左")+"\n

      "),value:"left"},{$elem:f["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.justify.居中")+"\n

      "),value:"center"},{$elem:f["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.justify.靠右")+"\n

      "),value:"right"},{$elem:f["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.justify.两端")+"\n

      "),value:"justify"}],clickHandler:function(e){n.command(e)}};return n=e.call(this,o,t,i)||this,n}return u(t,e),t.prototype.command=function(e){var t=this.editor,n=t.selection,o=n.getSelectionContainerElem();n.saveRange();var i=t.selection.getSelectionRangeTopNodes();if(null===o||void 0===o?void 0:o.length)if(this.isSpecialNode(o,i[0])||this.isSpecialTopNode(i[0])){var r=this.getSpecialNodeUntilTop(o,i[0]);if(null==r)return;f["default"](r).css("text-align",e)}else(0,l["default"])(i).call(i,(function(t){t.css("text-align",e)}));n.restoreSelection()},t.prototype.getSpecialNodeUntilTop=function(e,t){var n=e.elems[0],o=t.elems[0];while(null!=n){if(-1!==(0,s["default"])(p).call(p,null===n||void 0===n?void 0:n.nodeName))return n;if(n.parentNode===o)return n;n=n.parentNode}return n},t.prototype.isSpecialNode=function(e,t){var n=this.getSpecialNodeUntilTop(e,t);return null!=n&&-1!==(0,s["default"])(p).call(p,n.nodeName)},t.prototype.isSpecialTopNode=function(e){var t;return null!=e&&-1!==(0,s["default"])(v).call(v,null===(t=e.elems[0])||void 0===t?void 0:t.nodeName)},t.prototype.tryChangeActive=function(){},t}(d["default"]);t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=u(n(23)),f=u(n(344)),p=u(n(345)),v=n(8),h=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,f["default"](t),n}return s(t,e),t.prototype.clickHandler=function(){var e,t=this.editor,n=t.selection.isSelectionEmpty(),o=t.selection.getSelectionRangeTopNodes(),i=o[o.length-1],r=this.getTopNodeName();if("BLOCKQUOTE"!==r){var a=p["default"](o);a.insertAfter(i),this.delSelectNode(o);var s=null===(e=a.childNodes())||void 0===e?void 0:e.last().getNode();if(null==s)return;return s.textContent?t.selection.moveCursor(s):t.selection.moveCursor(s,0),this.tryChangeActive(),void c["default"](v.EMPTY_P).insertAfter(a)}var u=c["default"](i.childNodes()),d=u.length,f=i;(0,l["default"])(u).call(u,(function(e){var t=c["default"](e);t.insertAfter(f),f=t})),i.remove(),t.selection.moveCursor(u.elems[d-1]),this.tryChangeActive(),n&&(t.selection.collapseRange(),t.selection.restoreSelection())},t.prototype.tryChangeActive=function(){var e,t=this.editor,n=null===(e=t.selection.getSelectionRangeTopNodes()[0])||void 0===e?void 0:e.getNodeName();"BLOCKQUOTE"===n?this.active():this.unActive()},t.prototype.getTopNodeName=function(){var e=this.editor,t=e.selection.getSelectionRangeTopNodes()[0],n=null===t||void 0===t?void 0:t.getNodeName();return n},t.prototype.delSelectNode=function(e){(0,l["default"])(e).call(e,(function(e){e.remove()}))},t}(d["default"]);t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=n(8),l=r(n(2));function s(e){function t(t){var n,o=e.selection.getSelectionContainerElem(),i=e.selection.getSelectionRangeTopNodes()[0];if("BLOCKQUOTE"===(null===i||void 0===i?void 0:i.getNodeName())){if("BLOCKQUOTE"===o.getNodeName()){var r=null===(n=o.childNodes())||void 0===n?void 0:n.getNode();e.selection.moveCursor(r)}if(""===o.text()){t.preventDefault(),o.remove();var s=l["default"](a.EMPTY_P);s.insertAfter(i),e.selection.moveCursor(s.getNode(),0)}""===i.text()&&i.remove()}}e.txt.eventHooks.enterDownEvents.push(t)}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2));function s(e){var t=l["default"]("
      ");return(0,r["default"])(e).call(e,(function(e){t.append(e.clone(!0))})),t}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(26)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(24)),d=u(n(2)),f=n(7),p=function(e){function t(t){var n,o=this,i=d["default"]('
      \n \n
      '),r={width:120,title:"背景颜色",type:"inline-block",list:(0,l["default"])(n=t.config.colors).call(n,(function(e){return{$elem:d["default"](''),value:e}})),clickHandler:function(e){o.command(e)}};return o=e.call(this,i,t,r)||this,o}return s(t,e),t.prototype.command=function(e){var t,n=this.editor,o=n.selection.isSelectionEmpty(),i=null===(t=n.selection.getSelectionContainerElem())||void 0===t?void 0:t.elems[0];if(null!=i){var r="p"!==(null===i||void 0===i?void 0:i.nodeName.toLowerCase()),a=null===i||void 0===i?void 0:i.style.backgroundColor,l=f.hexToRgb(e)===a;if(o){if(r&&!l){var s=n.selection.getSelectionRangeTopNodes();n.selection.createRangeByElem(s[0]),n.selection.moveCursor(s[0].elems[0])}n.selection.createEmptyRange()}n.cmd["do"]("backColor",e),o&&(n.selection.collapseRange(),n.selection.restoreSelection())}},t.prototype.tryChangeActive=function(){},t}(c["default"]);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(26)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(24)),d=u(n(2)),f=function(e){function t(t){var n,o=this,i=d["default"]('
      \n \n
      '),r={width:120,title:"文字颜色",type:"inline-block",list:(0,l["default"])(n=t.config.colors).call(n,(function(e){return{$elem:d["default"](''),value:e}})),clickHandler:function(e){o.command(e)}};return o=e.call(this,i,t,r)||this,o}return s(t,e),t.prototype.command=function(e){var t,n=this.editor,o=n.selection.isSelectionEmpty(),i=null===(t=n.selection.getSelectionContainerElem())||void 0===t?void 0:t.elems[0];if(null!=i){var r="p"!==(null===i||void 0===i?void 0:i.nodeName.toLowerCase()),a=(null===i||void 0===i?void 0:i.getAttribute("color"))===e;if(o){if(r&&!a){var l=n.selection.getSelectionRangeTopNodes();n.selection.createRangeByElem(l[0]),n.selection.moveCursor(l[0].elems[0])}n.selection.createEmptyRange()}var s=n.selection.getSelectionText();if("A"===i.nodeName&&i.textContent===s){var u=d["default"]("").getNode();i.appendChild(u)}n.cmd["do"]("foreColor",e),o&&(n.selection.collapseRange(),n.selection.restoreSelection())}},t.prototype.tryChangeActive=function(){},t}(c["default"]);t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(2)),c=s(n(32)),d=s(n(34)),f=s(n(349)),p=s(n(355)),v=function(e){function t(t){var n=this,o=u["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,p["default"](t),n}return l(t,e),t.prototype.clickHandler=function(){this.createPanel("")},t.prototype.createPanel=function(e){var t=f["default"](this.editor,e),n=new c["default"](this,t);n.create()},t.prototype.tryChangeActive=function(){},t}(d["default"]);t["default"]=v},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(20)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=n(7),s=a(n(2)),u=a(n(350)),c=n(8);function d(e,t){var n=e.config,o=new u["default"](e),i=l.getRandom("input-iframe"),a=l.getRandom("btn-ok"),d=l.getRandom("input-upload"),f=l.getRandom("btn-local-ok");function p(t){e.cmd["do"]("insertHTML",t+c.EMPTY_P),e.config.onlineVideoCallback(t)}function v(t){var n=e.config.onlineVideoCheck(t);return!0===n||("string"===typeof n&&e.config.customAlert(n,"error"),!1)}var h=[{title:e.i18next.t("menus.panelMenus.video.上传视频"),tpl:'
      \n
      \n \n
      \n
      \n \n
      \n
      ',events:[{selector:"#"+f,type:"click",fn:function(){var e=s["default"]("#"+d),t=e.elems[0];if(!t)return!0;t.click()}},{selector:"#"+d,type:"change",fn:function(){var e=s["default"]("#"+d),t=e.elems[0];if(!t)return!0;var n=t.files;return n.length&&o.uploadVideo(n),!0}}]},{title:e.i18next.t("menus.panelMenus.video.插入视频"),tpl:'
      \n "/>\n \n
      \n \n
      \n
      ",events:[{selector:"#"+a,type:"click",fn:function(){var e,t=s["default"]("#"+i),n=(0,r["default"])(e=t.val()).call(e);if(n&&v(n))return p(n),!0}}]}],m={width:300,height:0,tabs:[]};return window.FileReader&&(n.uploadVideoServer||n.customUploadVideo)&&m.tabs.push(h[0]),n.showLinkVideo&&m.tabs.push(h[1]),m}t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(131)),a=o(n(55)),l=o(n(3)),s=o(n(30)),u=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var c=n(7),d=u(n(134)),f=u(n(135)),p=n(8),v=function(){function e(e){this.editor=e}return e.prototype.uploadVideo=function(e){var t=this;if(e.length){var n=this.editor,o=n.config,i="validate.",u=function(e){return n.i18next.t(i+e)},p=o.uploadVideoServer,v=o.uploadVideoMaxSize,h=v/1024/1024,m=o.uploadVideoName,g=o.uploadVideoParams,A=o.uploadVideoParamsWithUrl,y=o.uploadVideoHeaders,_=o.uploadVideoHooks,w=o.uploadVideoTimeout,b=o.withVideoCredentials,x=o.customUploadVideo,E=o.uploadVideoAccept,C=[],S=[];if(c.arrForEach(e,(function(e){var t=e.name,n=e.size/1024/1024;t&&n&&(E instanceof Array?(0,r["default"])(E).call(E,(function(e){return e===t.split(".")[t.split(".").length-1]}))?h1&&(n+=t+1),M.append(n,e)})),p){var N=p.split("#");p=N[0];var T=N[1]||"";(0,l["default"])(c).call(c,g,(function(e,t){A&&((0,s["default"])(p).call(p,"?")>0?p+="&":p+="?",p=p+e+"="+t),M.append(e,t)})),T&&(p+="#"+T);var B=d["default"](p,{timeout:w,formData:M,headers:y,withCredentials:!!b,beforeSend:function(e){if(_.before)return _.before(e,n,C)},onTimeout:function(e){o.customAlert(u("上传视频超时"),"error"),_.timeout&&_.timeout(e,n)},onProgress:function(e,t){var o=new f["default"](n);t.lengthComputable&&(e=t.loaded/t.total,o.show(e))},onError:function(e){o.customAlert(u("上传视频错误"),"error",u("上传视频错误")+","+u("服务器返回状态")+": "+e.status),_.error&&_.error(e,n)},onFail:function(e,t){o.customAlert(u("上传视频失败"),"error",u("上传视频返回结果错误")+","+u("返回结果")+": "+t),_.fail&&_.fail(e,n,t)},onSuccess:function(e,i){if(_.customInsert){var r;_.customInsert((0,a["default"])(r=t.insertVideo).call(r,t),i,n)}else{if("0"!=i.errno)return o.customAlert(u("上传视频失败"),"error",u("上传视频返回结果错误")+","+u("返回结果")+" errno="+i.errno),void(_.fail&&_.fail(e,n,i));var l=i.data;t.insertVideo(l.url),_.success&&_.success(e,n,i)}}});"string"===typeof B&&o.customAlert(B,"error")}}else o.customAlert(u("传入的文件不合法"),"warning")}},e.prototype.insertVideo=function(e){var t=this.editor,n=t.config,o="validate.",i=function(e,n){return void 0===n&&(n=o),t.i18next.t(n+e)};if(n.customInsertVideo)n.customInsertVideo(e);else{t.cmd["do"]("insertHTML",''+p.EMPTY_P);var r=document.createElement("video");r.onload=function(){r=null},r.onerror=function(){n.customAlert(i("插入视频错误"),"error","wangEditor: "+i("插入视频错误")+","+i("视频链接")+' "'+e+'",'+i("下载链接失败")),r=null},r.onabort=function(){return r=null},r.src=e}},e}();t["default"]=v},function(e,t,n){e.exports=n(352)},function(e,t,n){var o=n(353);e.exports=o},function(e,t,n){n(354);var o=n(10);e.exports=o.Date.now},function(e,t,n){var o=n(6);o({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(356));function l(e){a["default"](e)}t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createShowHideFn=void 0;var a=r(n(2)),l=r(n(35));function s(e){var t,n=function(t,n){return void 0===n&&(n=""),e.i18next.t(n+t)};function o(o){var i=[{$elem:a["default"](""),onClick:function(e,t){return t.remove(),!0}},{$elem:a["default"]("100%"),onClick:function(e,t){return t.attr("width","100%"),t.removeAttr("height"),!0}},{$elem:a["default"]("50%"),onClick:function(e,t){return t.attr("width","50%"),t.removeAttr("height"),!0}},{$elem:a["default"]("30%"),onClick:function(e,t){return t.attr("width","30%"),t.removeAttr("height"),!0}},{$elem:a["default"](""+n("重置")+""),onClick:function(e,t){return t.removeAttr("width"),t.removeAttr("height"),!0}}];t=new l["default"](e,o,i),t.create()}function i(){t&&(t.remove(),t=null)}return{showVideoTooltip:o,hideVideoTooltip:i}}function u(e){var t=s(e),n=t.showVideoTooltip,o=t.hideVideoTooltip;e.txt.eventHooks.videoClickEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o),e.txt.eventHooks.changeEvents.push(o)}t.createShowHideFn=s,t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(26)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=n(8),d=u(n(2)),f=u(n(32)),p=u(n(34)),v=u(n(358)),h=u(n(370)),m=function(e){function t(t){var n,o=this,i=d["default"]('
      '),r=h["default"](t);r.onlyUploadConf&&(i=r.onlyUploadConf.$elem,(0,l["default"])(n=r.onlyUploadConf.events).call(n,(function(e){var t=e.type,n=e.fn||c.EMPTY_FN;i.on(t,(function(e){e.stopPropagation(),n(e)}))})));return o=e.call(this,i,t)||this,o.imgPanelConfig=r,v["default"](t),o}return s(t,e),t.prototype.clickHandler=function(){this.imgPanelConfig.onlyUploadConf||this.createPanel()},t.prototype.createPanel=function(){var e=this.imgPanelConfig,t=new f["default"](this,e);this.setPanel(t),t.create()},t.prototype.tryChangeActive=function(){},t}(p["default"]);t["default"]=m},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(359)),l=r(n(360)),s=r(n(361)),u=r(n(369));function c(e){a["default"](e),l["default"](e),s["default"](e),u["default"](e)}t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=n(128),l=r(n(99));function s(e,t){var n=e.config,o=n.pasteFilterStyle,i=n.pasteIgnoreImg,r=a.getPasteHtml(t,o,i);if(r)return!0;var l=a.getPasteText(t);return!!l}function u(e,t){if(!s(t,e)){var n=a.getPasteImgs(e);if(n.length){var o=new l["default"](t);o.uploadImg(n)}}}function c(e){e.txt.eventHooks.pasteEvents.push((function(t){u(t,e)}))}t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(99));function l(e){function t(t){var n=t.dataTransfer&&t.dataTransfer.files;if(n&&n.length){var o=new a["default"](e);o.uploadImg(n)}}e.txt.eventHooks.dropEvents.push(t)}t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31)),a=o(n(362)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createShowHideFn=void 0;var s=l(n(2));n(367);var u=n(7);function c(e,t,n,o,i){e.attr("style","width:"+t+"px; height:"+n+"px; left:"+o+"px; top:"+i+"px;")}function d(e,t){var n=s["default"]('
      \n
      \n
      \n
      ');return n.hide(),t.append(n),n}function f(e,t,n){var o=e.getBoundingClientRect(),i=n.getBoundingClientRect(),l=i.width.toFixed(2),s=i.height.toFixed(2);(0,r["default"])(t).call(t,".w-e-img-drag-show-size").text(l+"px * "+s+"px"),c(t,(0,a["default"])(l),(0,a["default"])(s),i.left-o.left,i.top-o.top),t.show()}function p(e){var t,n=e.$textContainerElem,o=d(e,n);function i(e,n){e.on("click",(function(e){e.stopPropagation()})),e.on("mousedown",".w-e-img-drag-rb",(function(o){if(o.preventDefault(),t){var i=o.clientX,l=o.clientY,u=n.getBoundingClientRect(),d=t.getBoundingClientRect(),f=d.width,p=d.height,v=d.left-u.left,h=d.top-u.top,m=f/p,g=f,A=p,y=s["default"](document);y.on("mousemove",w),y.on("mouseup",b),y.on("mouseleave",_)}function _(){y.off("mousemove",w),y.off("mouseup",b)}function w(t){t.stopPropagation(),t.preventDefault(),g=f+(t.clientX-i),A=p+(t.clientY-l),g/A!=m&&(A=g/m),g=(0,a["default"])(g.toFixed(2)),A=(0,a["default"])(A.toFixed(2)),(0,r["default"])(e).call(e,".w-e-img-drag-show-size").text(g.toFixed(2).replace(".00","")+"px * "+A.toFixed(2).replace(".00","")+"px"),c(e,g,A,v,h)}function b(){t.attr("width",g+""),t.attr("height",A+"");var n=t.getBoundingClientRect();c(e,g,A,n.left-u.left,n.top-u.top),_()}}))}function l(e){if(u.UA.isIE())return!1;e&&(t=e,f(n,o,t))}function p(){(0,r["default"])(n).call(n,".w-e-img-drag-mask").hide()}return i(o,n),s["default"](document).on("click",p),e.beforeDestroy((function(){s["default"](document).off("click",p)})),{showDrag:l,hideDrag:p}}function v(e){var t=p(e),n=t.showDrag,o=t.hideDrag;e.txt.eventHooks.imgClickEvents.push(n),e.txt.eventHooks.textScrollEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.changeEvents.push(o)}t.createShowHideFn=p,t["default"]=v},function(e,t,n){e.exports=n(363)},function(e,t,n){var o=n(364);e.exports=o},function(e,t,n){n(365);var o=n(10);e.exports=o.parseFloat},function(e,t,n){var o=n(6),i=n(366);o({global:!0,forced:parseFloat!=i},{parseFloat:i})},function(e,t,n){var o=n(9),i=n(93).trim,r=n(72),a=o.parseFloat,l=1/a(r+"-0")!==-1/0;e.exports=l?function(e){var t=i(String(e)),n=a(t);return 0===n&&"-"==t.charAt(0)?-0:n}:a},function(e,t,n){var o=n(21),i=n(368);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-text-container {\n overflow: hidden;\n}\n.w-e-img-drag-mask {\n position: absolute;\n z-index: 1;\n border: 1px dashed #ccc;\n box-sizing: border-box;\n}\n.w-e-img-drag-mask .w-e-img-drag-rb {\n position: absolute;\n right: -5px;\n bottom: -5px;\n width: 16px;\n height: 16px;\n border-radius: 50%;\n background: #ccc;\n cursor: se-resize;\n}\n.w-e-img-drag-mask .w-e-img-drag-show-size {\n min-width: 110px;\n height: 22px;\n line-height: 22px;\n font-size: 14px;\n color: #999;\n position: absolute;\n left: 0;\n top: 0;\n background-color: #999;\n color: #fff;\n border-radius: 2px;\n padding: 0 5px;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createShowHideFn=void 0;var a=r(n(2)),l=r(n(35));function s(e){var t,n=function(t,n){return void 0===n&&(n=""),e.i18next.t(n+t)};function o(o){var i=[{$elem:a["default"](""),onClick:function(e,t){return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("delete"),!0}},{$elem:a["default"]("30%"),onClick:function(e,t){return t.attr("width","30%"),t.removeAttr("height"),!0}},{$elem:a["default"]("50%"),onClick:function(e,t){return t.attr("width","50%"),t.removeAttr("height"),!0}},{$elem:a["default"]("100%"),onClick:function(e,t){return t.attr("width","100%"),t.removeAttr("height"),!0}}];i.push({$elem:a["default"](""+n("重置")+""),onClick:function(e,t){return t.removeAttr("width"),t.removeAttr("height"),!0}}),o.attr("data-href")&&i.push({$elem:a["default"](""+n("查看链接")+""),onClick:function(e,t){var n=t.attr("data-href");return n&&(n=decodeURIComponent(n),window.open(n,"_target")),!0}}),t=new l["default"](e,o,i),t.create()}function i(){t&&(t.remove(),t=null)}return{showImgTooltip:o,hideImgTooltip:i}}function u(e){var t=s(e),n=t.showImgTooltip,o=t.hideImgTooltip;e.txt.eventHooks.imgClickEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o),e.txt.eventHooks.imgDragBarMouseDownEvents.push(o),e.txt.eventHooks.changeEvents.push(o)}t.createShowHideFn=s,t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(26)),a=o(n(20)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var s=l(n(2)),u=n(7),c=l(n(99));function d(e){var t,n=e.config,o=new c["default"](e),i=u.getRandom("up-trigger-id"),l=u.getRandom("up-file-id"),d=u.getRandom("input-link-url"),f=u.getRandom("input-link-url-alt"),p=u.getRandom("input-link-url-href"),v=u.getRandom("btn-link"),h="menus.panelMenus.image.",m=function(t,n){return void 0===n&&(n=h),e.i18next.t(n+t)};function g(e,t,o){var i=n.linkImgCheck(e);return!0===i||("string"===typeof i&&n.customAlert(i,"error"),!1)}var A=1===n.uploadImgMaxLength?"":'multiple="multiple"',y=(0,r["default"])(t=n.uploadImgAccept).call(t,(function(e){return"image/"+e})).join(","),_=function(e,t,n){return'
      \n
      \n \n
      \n
      \n \n
      \n
      '},w=[{selector:"#"+i,type:"click",fn:function(){var e=s["default"]("#"+l),t=e.elems[0];if(!t)return!0;t.click()}},{selector:"#"+l,type:"change",fn:function(){var e=s["default"]("#"+l),t=e.elems[0];if(!t)return!0;var n=t.files;return(null===n||void 0===n?void 0:n.length)&&o.uploadImg(n),!0}}],b=[''];n.showLinkImgAlt&&b.push('\n '),n.showLinkImgHref&&b.push('\n ');var x=[{title:m("上传图片"),tpl:_("w-e-up-img-container","w-e-icon-upload2",""),events:w},{title:m("网络图片"),tpl:"
      \n "+b.join("")+'\n
      \n \n
      \n
      ",events:[{selector:"#"+v,type:"click",fn:function(){var e,t=s["default"]("#"+d),i=(0,a["default"])(e=t.val()).call(e);if(i){var r,l,u,c;if(n.showLinkImgAlt)r=(0,a["default"])(l=s["default"]("#"+f).val()).call(l);if(n.showLinkImgHref)u=(0,a["default"])(c=s["default"]("#"+p).val()).call(c);if(g(i,r,u))return o.insertImg(i,r,u),!0}}}]}],E={width:300,height:0,tabs:[],onlyUploadConf:{$elem:s["default"](_("w-e-menu","w-e-icon-image","图片")),events:w}};return window.FileReader&&(n.uploadImgShowBase64||n.uploadImgServer||n.customUploadImg)&&E.tabs.push(x[0]),n.showLinkImg&&(E.tabs.push(x[1]),E.onlyUploadConf=void 0),E}t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=u(n(24)),f=u(n(372)),p=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      '),i={width:130,title:"设置缩进",type:"list",list:[{$elem:c["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.indent.增加缩进")+"\n

      "),value:"increase"},{$elem:c["default"]('

      \n \n '+t.i18next.t("menus.dropListMenu.indent.减少缩进")+"\n

      "),value:"decrease"}],clickHandler:function(e){n.command(e)}};return n=e.call(this,o,t,i)||this,n}return s(t,e),t.prototype.command=function(e){var t=this.editor,n=t.selection.getSelectionContainerElem();if(n&&t.$textElem.equal(n)){var o=t.selection.getSelectionRangeTopNodes();o.length>0&&(0,l["default"])(o).call(o,(function(n){f["default"](c["default"](n),e,t)}))}else n&&n.length>0&&(0,l["default"])(n).call(n,(function(n){f["default"](c["default"](n),e,t)}));t.selection.restoreSelection(),this.tryChangeActive()},t.prototype.tryChangeActive=function(){var e=this.editor,t=e.selection.getSelectionStartElem(),n=c["default"](t).getNodeTop(e);n.length<=0||(""!=n.elems[0].style["paddingLeft"]?this.active():this.unActive())},t}(d["default"]);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(44)),a=o(n(20)),l=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var s=l(n(373)),u=l(n(374)),c=/^(\d+)(\w+)$/,d=/^(\d+)%$/;function f(e){var t=e.config.indentation;if("string"===typeof t){if(c.test(t)){var n,o=(0,r["default"])(n=(0,a["default"])(t).call(t).match(c)).call(n,1,3),i=o[0],l=o[1];return{value:Number(i),unit:l}}if(d.test(t))return{value:Number((0,a["default"])(t).call(t).match(d)[1]),unit:"%"}}else if(void 0!==t.value&&t.unit)return t;return{value:2,unit:"em"}}function p(e,t,n){var o=e.getNodeTop(n),i=/^P$/i;i.test(o.getNodeName())&&("increase"===t?s["default"](o,f(n)):"decrease"===t&&u["default"](o,f(n)))}t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(44));function a(e,t){var n=e.elems[0];if(""===n.style["paddingLeft"])e.css("padding-left",t.value+t.unit);else{var o=n.style["paddingLeft"],i=(0,r["default"])(o).call(o,0,o.length-t.unit.length),a=Number(i)+t.value;e.css("padding-left",""+a+t.unit)}}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=a},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(44));function a(e,t){var n=e.elems[0];if(""!==n.style["paddingLeft"]){var o=n.style["paddingLeft"],i=(0,r["default"])(o).call(o,0,o.length-t.unit.length),a=Number(i)-t.value;a>0?e.css("padding-left",""+a+t.unit):e.css("padding-left","")}}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=a},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(2)),c=s(n(34)),d=s(n(32)),f=s(n(376)),p=function(e){function t(t){var n=this,o=u["default"]('

      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.createPanel=function(){var e=f["default"](this.editor),t=new d["default"](this,e);t.create()},t.prototype.clickHandler=function(){this.createPanel()},t.prototype.tryChangeActive=function(){},t}(c["default"]);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(26)),a=o(n(73)),l=o(n(20)),s=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var u=s(n(2));function c(e){var t=e.config.emotions;function n(e){var t,n,o=[];"image"==e.type?(o=(0,r["default"])(t=e.content).call(t,(function(e){return"string"==typeof e?"":'\n ['+e.alt+']\n '})),o=(0,a["default"])(o).call(o,(function(e){return""!==e}))):o=(0,r["default"])(n=e.content).call(n,(function(e){return''+e+""}));return o.join("").replace(/ /g,"")}var o=(0,r["default"])(t).call(t,(function(t){return{title:e.i18next.t("menus.panelMenus.emoticon."+t.title),tpl:"
      "+n(t)+"
      ",events:[{selector:".eleImg",type:"click",fn:function(t){var n,o,i=u["default"](t.target),r=i.getNodeName();"IMG"===r?n=(0,l["default"])(o=i.parent().html()).call(o):n=""+i.html()+"";return e.cmd["do"]("insertHTML",n),!0}}]}})),i={width:300,height:230,tabs:o};return i}t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createListHandle=t.ClassType=void 0;var a,l=r(n(2)),s=r(n(378)),u=r(n(380)),c=r(n(381)),d=r(n(382)),f=r(n(383));(function(e){e["Wrap"]="WrapListHandle",e["Join"]="JoinListHandle",e["StartJoin"]="StartJoinListHandle",e["EndJoin"]="EndJoinListHandle",e["Other"]="OtherListHandle"})(a=t.ClassType||(t.ClassType={}));var p={WrapListHandle:s["default"],JoinListHandle:u["default"],StartJoinListHandle:c["default"],EndJoinListHandle:d["default"],OtherListHandle:f["default"]};function v(e,t,n){if(e===a.Other&&void 0===n)throw new Error("other 类需要传入 range");return e!==a.Other?new p[e](t):new p[e](t,n)}t.createListHandle=v;var h=function(){function e(e){this.handle=e,this.handle.exec()}return e.prototype.getSelectionRangeElem=function(){return l["default"](this.handle.selectionRangeElem.get())},e}();t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=n(57),f=n(45),p=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.prototype.exec=function(){var e,t=this.options,n=t.listType,o=t.listTarget,i=t.$selectionElem,r=t.$startElem,a=t.$endElem,s=[],u=null===i||void 0===i?void 0:i.getNodeName(),d=r.prior,p=a.prior;if(!r.prior&&!a.prior||!(null===d||void 0===d?void 0:d.prev().length)&&!(null===p||void 0===p?void 0:p.next().length)){var v;(0,l["default"])(v=null===i||void 0===i?void 0:i.children()).call(v,(function(e){s.push(c["default"](e))})),u===n?e=f.createElementFragment(s,f.createDocumentFragment(),"p"):(e=f.createElement(o),(0,l["default"])(s).call(s,(function(t){e.append(t.elems[0])}))),this.selectionRangeElem.set(e),f.insertBefore(i,e,i.elems[0]),i.remove()}else{var h=d;while(h.length)s.push(h),h=(null===p||void 0===p?void 0:p.equal(h))?c["default"](void 0):h.next();var m=d.prev(),g=p.next();if(u===n?e=f.createElementFragment(s,f.createDocumentFragment(),"p"):(e=f.createElement(o),(0,l["default"])(s).call(s,(function(t){e.append(t.elems[0])}))),m.length&&g.length){var A=[];while(g.length)A.push(g),g=g.next();var y=f.createElement(u);(0,l["default"])(A).call(A,(function(e){y.append(e.elems[0])})),c["default"](y).insertAfter(i),this.selectionRangeElem.set(e);var _=i.next();_.length?f.insertBefore(i,e,_.elems[0]):i.parent().elems[0].append(e)}else if(m.length){this.selectionRangeElem.set(e);_=i.next();_.length?f.insertBefore(i,e,_.elems[0]):i.parent().elems[0].append(e)}else this.selectionRangeElem.set(e),f.insertBefore(i,e,i.elems[0])}},t}(d.ListHandle);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3));(0,i["default"])(t,"__esModule",{value:!0});var a=function(){function e(){this._element=null}return e.prototype.set=function(e){if(e instanceof DocumentFragment){var t,n=[];(0,r["default"])(t=e.childNodes).call(t,(function(e){n.push(e)})),e=n}this._element=e},e.prototype.get=function(){return this._element},e.prototype.clear=function(){this._element=null},e}();t["default"]=a},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=n(57),f=n(45),p=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.prototype.exec=function(){var e,t,n,o,i,r,a,s,u=this.options,d=u.editor,p=u.listType,v=u.listTarget,h=u.$startElem,m=u.$endElem,g=d.selection.getSelectionRangeTopNodes(),A=null===h||void 0===h?void 0:h.getNodeName(),y=null===m||void 0===m?void 0:m.getNodeName();if(A===y)if(g.length>2)if(g.shift(),g.pop(),s=f.createElementFragment(f.filterSelectionNodes(g),f.createDocumentFragment()),A===p)null===(e=m.children())||void 0===e||(0,l["default"])(e).call(e,(function(e){s.append(e)})),m.remove(),this.selectionRangeElem.set(s),h.elems[0].append(s);else{var _=document.createDocumentFragment(),w=document.createDocumentFragment(),b=f.getStartPoint(h);while(b.length){var x=b.elems[0];b=b.next(),_.append(x)}var E=f.getEndPoint(m),C=[];while(E.length)C.unshift(E.elems[0]),E=E.prev();(0,l["default"])(C).call(C,(function(e){w.append(e)}));var S=f.createElement(v);S.append(_),S.append(s),S.append(w),s=S,this.selectionRangeElem.set(s),c["default"](S).insertAfter(h),!(null===(t=h.children())||void 0===t?void 0:t.length)&&h.remove(),!(null===(n=m.children())||void 0===n?void 0:n.length)&&m.remove()}else{g.length=0;b=f.getStartPoint(h);while(b.length)g.push(b),b=b.next();E=f.getEndPoint(m),C=[];while(E.length)C.unshift(E),E=E.prev();g.push.apply(g,C),A===p?(s=f.createElementFragment(g,f.createDocumentFragment(),"p"),this.selectionRangeElem.set(s),f.insertBefore(h,s,m.elems[0])):(s=f.createElement(v),(0,l["default"])(g).call(g,(function(e){s.append(e.elems[0])})),this.selectionRangeElem.set(s),c["default"](s).insertAfter(h)),!(null===(o=h.children())||void 0===o?void 0:o.length)&&m.remove(),!(null===(i=m.children())||void 0===i?void 0:i.length)&&m.remove()}else{var k=[];E=f.getEndPoint(m);while(E.length)k.unshift(E),E=E.prev();var M=[];b=f.getStartPoint(h);while(b.length)M.push(b),b=b.next();if(s=f.createDocumentFragment(),g.shift(),g.pop(),(0,l["default"])(M).call(M,(function(e){return s.append(e.elems[0])})),s=f.createElementFragment(f.filterSelectionNodes(g),s),(0,l["default"])(k).call(k,(function(e){return s.append(e.elems[0])})),this.selectionRangeElem.set(s),A===p)h.elems[0].append(s),!(null===(r=m.children())||void 0===r?void 0:r.length)&&m.remove();else if(null===(a=m.children())||void 0===a?void 0:a.length){var N=m.children();f.insertBefore(N,s,N.elems[0])}else m.elems[0].append(s)}},t}(d.ListHandle);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=n(57),f=n(45),p=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.prototype.exec=function(){var e,t,n=this.options,o=n.editor,i=n.listType,r=n.listTarget,a=n.$startElem,s=o.selection.getSelectionRangeTopNodes(),u=null===a||void 0===a?void 0:a.getNodeName();s.shift();var d=[],p=f.getStartPoint(a);while(p.length)d.push(p),p=p.next();u===i?(t=f.createDocumentFragment(),(0,l["default"])(d).call(d,(function(e){return t.append(e.elems[0])})),t=f.createElementFragment(f.filterSelectionNodes(s),t),this.selectionRangeElem.set(t),a.elems[0].append(t)):(t=f.createElement(r),(0,l["default"])(d).call(d,(function(e){return t.append(e.elems[0])})),t=f.createElementFragment(f.filterSelectionNodes(s),t),this.selectionRangeElem.set(t),c["default"](t).insertAfter(a),!(null===(e=a.children())||void 0===e?void 0:e.length)&&a.remove())},t}(d.ListHandle);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=n(57),f=n(45),p=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.prototype.exec=function(){var e,t,n,o=this.options,i=o.editor,r=o.listType,a=o.listTarget,s=o.$endElem,u=i.selection.getSelectionRangeTopNodes(),d=null===s||void 0===s?void 0:s.getNodeName();u.pop();var p=[],v=f.getEndPoint(s);while(v.length)p.unshift(v),v=v.prev();if(d===r)if(n=f.createElementFragment(f.filterSelectionNodes(u),f.createDocumentFragment()),(0,l["default"])(p).call(p,(function(e){return n.append(e.elems[0])})),this.selectionRangeElem.set(n),null===(e=s.children())||void 0===e?void 0:e.length){var h=s.children();f.insertBefore(h,n,h.elems[0])}else s.elems[0].append(n);else{var m=f.filterSelectionNodes(u);m.push.apply(m,p),n=f.createElementFragment(m,f.createElement(a)),this.selectionRangeElem.set(n),c["default"](n).insertBefore(s),!(null===(t=s.children())||void 0===t?void 0:t.length)&&s.remove()}},t}(d.ListHandle);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}();(0,a["default"])(t,"__esModule",{value:!0});var s=n(57),u=n(45),c=function(e){function t(t,n){var o=e.call(this,t)||this;return o.range=n,o}return l(t,e),t.prototype.exec=function(){var e=this.options,t=e.editor,n=e.listTarget,o=t.selection.getSelectionRangeTopNodes(),i=u.createElementFragment(u.filterSelectionNodes(o),u.createElement(n));this.selectionRangeElem.set(i),this.range.insertNode(i)},t}(s.ListHandle);t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=o(n(30)),u=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),c=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var d=c(n(24)),f=c(n(2)),p=c(n(385)),v=n(7),h=function(e){function t(t){var n=this,o=f["default"]('
      \n \n
      '),i=new p["default"](t,t.config.lineHeights),r={width:100,title:"设置行高",type:"list",list:i.getItemList(),clickHandler:function(e){t.selection.saveRange(),n.command(e)}};return n=e.call(this,o,t,r)||this,n}return u(t,e),t.prototype.command=function(e){var t,n=this,o=window.getSelection?window.getSelection():document.getSelection(),i=["P"],r=this.editor,a="";r.selection.restoreSelection();var u=f["default"](r.selection.getSelectionContainerElem());if(null===u||void 0===u?void 0:u.length){var c=f["default"](r.selection.getSelectionContainerElem()),d=f["default"](r.selection.getSelectionStartElem()).elems[0],p="",h=[],m="";if(u&&r.$textElem.equal(u)){var g=v.UA.isIE();if(g)return;var A=[],y=[],_=[],w=f["default"](r.selection.getSelectionStartElem()),b=f["default"](r.selection.getSelectionEndElem()),x=null===(t=r.selection.getRange())||void 0===t?void 0:t.commonAncestorContainer.childNodes;y.push(this.getDom(w.elems[0])),null===x||void 0===x||(0,l["default"])(x).call(x,(function(e,t){e===n.getDom(w.elems[0])&&A.push(t),e===n.getDom(b.elems[0])&&A.push(t)}));var E=0,C=void 0;_.push(this.getDom(w.elems[0]));while(y[E]!==this.getDom(b.elems[0]))C=f["default"](y[E].nextElementSibling).elems[0],-1!==(0,s["default"])(i).call(i,f["default"](C).getNodeName())?(_.push(C),y.push(C)):y.push(C),E++;if("P"!==f["default"](y[0]).getNodeName()){E=0;for(var S=0;S'+t.innerHTML+""):(m=n.styleProcessing(h),a=a+"<"+f["default"](t).getNodeName().toLowerCase()+' style="'+m+'">'+t.innerHTML+"")})),this.action(a,r),d=c.elems[0],void this.setRange(d.children[A[0]],d.children[A[1]])}d=this.getDom(d),-1!==(0,s["default"])(i).call(i,f["default"](d).getNodeName())&&(p=d.getAttribute("style"),h=p?p.split(";"):[],null===o||void 0===o||o.selectAllChildren(d),r.selection.saveRange(),e?(m=p?this.styleProcessing(h)+"line-height:"+e+";":"line-height:"+e+";",a="<"+f["default"](d).getNodeName().toLowerCase()+' style="'+m+'">'+d.innerHTML+"","BLOCKQUOTE"===f["default"](d).getNodeName()?f["default"](d).css("line-height",e):this.action(a,r)):p&&(m=this.styleProcessing(h),a=""===m?"<"+f["default"](d).getNodeName().toLowerCase()+">"+d.innerHTML+"":"<"+f["default"](d).getNodeName().toLowerCase()+' style="'+m+'">'+d.innerHTML+"",this.action(a,r)))}},t.prototype.getDom=function(e){var t=f["default"](e).elems[0];if(!t.parentNode)return t;function n(e,t){var o=f["default"](e.parentNode);return t.$textElem.equal(o)?e:n(o.elems[0],t)}return t=n(t,this.editor),t},t.prototype.action=function(e,t){t.cmd["do"]("insertHTML",e)},t.prototype.styleProcessing=function(e){var t="";return(0,l["default"])(e).call(e,(function(e){""!==e&&-1===(0,s["default"])(e).call(e,"line-height")&&(t=t+e+";")})),t},t.prototype.setRange=function(e,t){var n=this.editor,o=window.getSelection?window.getSelection():document.getSelection();null===o||void 0===o||o.removeAllRanges();var i=document.createRange(),r=e,a=t;i.setStart(r,0),i.setEnd(a,1),null===o||void 0===o||o.addRange(i),n.selection.saveRange(),null===o||void 0===o||o.removeAllRanges(),n.selection.restoreSelection()},t.prototype.tryChangeActive=function(){var e=this.editor,t=e.selection.getSelectionContainerElem();if(!t||!e.$textElem.equal(t)){var n=f["default"](e.selection.getSelectionStartElem());if(0!==n.length){n=this.getDom(n.elems[0]);var o=n.getAttribute("style")?n.getAttribute("style"):"";o&&-1!==(0,s["default"])(o).call(o,"line-height")?this.active():this.unActive()}}},t}(d["default"]);t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2)),s=function(){function e(e,t){var n=this;this.itemList=[{$elem:l["default"](""+e.i18next.t("默认")+""),value:""}],(0,r["default"])(t).call(t,(function(e){n.itemList.push({$elem:l["default"](""+e+""),value:e})}))}return e.prototype.getItemList=function(){return this.itemList},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(2)),c=s(n(23)),d=function(e){function t(t){var n=this,o=u["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor;e.history.revoke();var t=e.$textElem.children();if(null===t||void 0===t?void 0:t.length){var n=t.last();e.selection.createRangeByElem(n,!1,!0),e.selection.restoreSelection()}},t.prototype.tryChangeActive=function(){this.editor.isCompatibleMode||(this.editor.history.size[0]?this.active():this.unActive())},t}(c["default"]);t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(2)),c=s(n(23)),d=function(e){function t(t){var n=this,o=u["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor;e.history.restore();var t=e.$textElem.children();if(null===t||void 0===t?void 0:t.length){var n=t.last();e.selection.createRangeByElem(n,!1,!0),e.selection.restoreSelection()}},t.prototype.tryChangeActive=function(){this.editor.isCompatibleMode||(this.editor.history.size[1]?this.active():this.unActive())},t}(c["default"]);t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(34)),c=s(n(2)),d=s(n(389)),f=s(n(32)),p=s(n(398)),v=function(e){function t(t){var n=this,o=c["default"]('
      ');return n=e.call(this,o,t)||this,p["default"](t),n}return l(t,e),t.prototype.clickHandler=function(){this.createPanel()},t.prototype.createPanel=function(){var e=d["default"](this.editor),t=new f["default"](this,e);t.create()},t.prototype.tryChangeActive=function(){},t}(u["default"]);t["default"]=v},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(390)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=n(7),s=a(n(2));n(395);var u=a(n(397));function c(e){return e>0&&(0,r["default"])(e)}function d(e){var t=new u["default"](e),n=l.getRandom("w-col-id"),o=l.getRandom("w-row-id"),i=l.getRandom("btn-link"),r="menus.panelMenus.table.",a=function(t){return e.i18next.t(t)},d=[{title:a(r+"插入表格"),tpl:'
      \n
      \n '+a("创建")+'\n \n '+a(r+"行")+'\n \n '+(a(r+"列")+a(r+"的")+a(r+"表格"))+'\n
      \n
      \n \n
      \n
      ",events:[{selector:"#"+i,type:"click",fn:function(){var i=Number(s["default"]("#"+n).val()),r=Number(s["default"]("#"+o).val());return c(r)&&c(i)?(t.createAction(r,i),!0):(e.config.customAlert("表格行列请输入正整数","warning"),!1)}}]}],f={width:330,height:0,tabs:[]};return f.tabs.push(d[0]),f}t["default"]=d},function(e,t,n){e.exports=n(391)},function(e,t,n){var o=n(392);e.exports=o},function(e,t,n){n(393);var o=n(10);e.exports=o.Number.isInteger},function(e,t,n){var o=n(6),i=n(394);o({target:"Number",stat:!0},{isInteger:i})},function(e,t,n){var o=n(14),i=Math.floor;e.exports=function(e){return!o(e)&&isFinite(e)&&i(e)===e}},function(e,t,n){var o=n(21),i=n(396);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-table {\n display: flex;\n}\n.w-e-table .w-e-table-input {\n width: 40px;\n text-align: center!important;\n margin: 0 5px;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=n(8),l=r(n(2)),s=function(){function e(e){this.editor=e}return e.prototype.createAction=function(e,t){var n=this.editor,o=l["default"](n.selection.getSelectionContainerElem()),i=l["default"](o.elems[0]).parentUntilEditor("UL",n),r=l["default"](o.elems[0]).parentUntilEditor("OL",n);if(!i&&!r){var a=this.createTableHtml(e,t);n.cmd["do"]("insertHTML",a)}},e.prototype.createTableHtml=function(e,t){for(var n="",o="",i=0;i":"";n=n+""+o+""}var l=''+n+"
      "+a.EMPTY_P;return l},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(399)),l=r(n(402));function s(e){a["default"](e),l["default"](e)}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=r(n(35)),s=r(n(400)),u=r(n(401)),c=n(8);function d(e){var t;function n(n){var o=new u["default"](e),i="menus.panelMenus.table.",r=function(t,n){return void 0===n&&(n=i),e.i18next.t(n+t)},d=[{$elem:a["default"](""+r("删除表格")+""),onClick:function(e,t){return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("insertHTML",c.EMPTY_P),!0}},{$elem:a["default"](""+r("添加行")+""),onClick:function(e,t){var n=f(e);if(n)return!0;var i=a["default"](e.selection.getSelectionStartElem()),r=o.getRowNode(i.elems[0]);if(!r)return!0;var l=Number(o.getCurrentRowIndex(t.elems[0],r)),u=o.getTableHtml(t.elems[0]),c=o.getTableHtml(s["default"].ProcessingRow(a["default"](u),l).elems[0]);return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("insertHTML",c),!0}},{$elem:a["default"](""+r("删除行")+""),onClick:function(e,t){var n=f(e);if(n)return!0;var i=a["default"](e.selection.getSelectionStartElem()),r=o.getRowNode(i.elems[0]);if(!r)return!0;var l=Number(o.getCurrentRowIndex(t.elems[0],r)),u=o.getTableHtml(t.elems[0]),d=s["default"].DeleteRow(a["default"](u),l).elems[0].childNodes[0].childNodes.length,p="";return e.selection.createRangeByElem(t),e.selection.restoreSelection(),p=0===d?c.EMPTY_P:o.getTableHtml(s["default"].DeleteRow(a["default"](u),l).elems[0]),e.cmd["do"]("insertHTML",p),!0}},{$elem:a["default"](""+r("添加列")+""),onClick:function(e,t){var n=f(e);if(n)return!0;var i=a["default"](e.selection.getSelectionStartElem()),r=o.getCurrentColIndex(i.elems[0]),l=o.getTableHtml(t.elems[0]),u=o.getTableHtml(s["default"].ProcessingCol(a["default"](l),r).elems[0]);return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("insertHTML",u),!0}},{$elem:a["default"](""+r("删除列")+""),onClick:function(e,t){var n=f(e);if(n)return!0;var i=a["default"](e.selection.getSelectionStartElem()),r=o.getCurrentColIndex(i.elems[0]),l=o.getTableHtml(t.elems[0]),u=s["default"].DeleteCol(a["default"](l),r).elems[0].childNodes[0].childNodes[0].childNodes.length,d="";return e.selection.createRangeByElem(t),e.selection.restoreSelection(),d=1===u?c.EMPTY_P:o.getTableHtml(s["default"].DeleteCol(a["default"](l),r).elems[0]),e.cmd["do"]("insertHTML",d),!0}},{$elem:a["default"](""+r("设置表头")+""),onClick:function(e,t){var n=f(e);if(n)return!0;var i=a["default"](e.selection.getSelectionStartElem()),r=o.getRowNode(i.elems[0]);if(!r)return!0;var l=Number(o.getCurrentRowIndex(t.elems[0],r));0!==l&&(l=0);var u=o.getTableHtml(t.elems[0]),c=o.getTableHtml(s["default"].setTheHeader(a["default"](u),l,"th").elems[0]);return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("insertHTML",c),!0}},{$elem:a["default"](""+r("取消表头")+""),onClick:function(e,t){var n=a["default"](e.selection.getSelectionStartElem()),i=o.getRowNode(n.elems[0]);if(!i)return!0;var r=Number(o.getCurrentRowIndex(t.elems[0],i));0!==r&&(r=0);var l=o.getTableHtml(t.elems[0]),u=o.getTableHtml(s["default"].setTheHeader(a["default"](l),r,"td").elems[0]);return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("insertHTML",u),!0}}];t=new l["default"](e,n,d),t.create()}function o(){t&&(t.remove(),t=null)}return{showTableTooltip:n,hideTableTooltip:o}}function f(e){var t=e.selection.getSelectionStartElem(),n=e.selection.getSelectionEndElem();return(null===t||void 0===t?void 0:t.elems[0])!==(null===n||void 0===n?void 0:n.elems[0])}function p(e){var t=d(e),n=t.showTableTooltip,o=t.hideTableTooltip;e.txt.eventHooks.tableClickEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o)}t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(44)),a=o(n(94)),l=o(n(3)),s=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var u=s(n(2));function c(e,t){for(var n=m(e),o=(0,r["default"])(Array.prototype).apply(n.childNodes),i=o[0].childNodes.length,l=document.createElement("tr"),s=0;s";return t},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1));function r(e){var t=e.txt,n=e.selection,o=t.eventHooks.keydownEvents;o.push((function(t){e.selection.saveRange();var o=n.getSelectionContainerElem();if(o){var i=o.getNodeTop(e),r=i.length&&i.prev().length?i.prev():null;r&&"TABLE"===r.getNodeName()&&0===n.getCursorPos()&&8===t.keyCode&&t.preventDefault()}}))}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(26)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0}),t.formatCodeHtml=void 0;var c=u(n(34)),d=u(n(2)),f=n(7),p=u(n(404)),v=u(n(137)),h=u(n(32)),m=u(n(405));function g(e,t){return t?(t=o(t),t=n(t),t=f.replaceSpecialSymbol(t),t):t;function n(e){var t=e.match(//g);return null===t||(0,l["default"])(t).call(t,(function(t){e=e.replace(t,t.replace(/<\/code>/g,"\n").replace(/
      /g,""))})),e}function o(e){var t,n=e.match(//gm);if(!n||!n.length)return e;for(var i=(0,l["default"])(t=f.deepClone(n)).call(t,(function(e){return e=e.replace(/]+>/,""),e.replace(/<\/span>/,"")})),r=0;r');return n=e.call(this,o,t)||this,m["default"](t),n}return s(t,e),t.prototype.insertLineCode=function(e){var t=this.editor,n=d["default"](""+e+"");t.cmd["do"]("insertElem",n),t.selection.createRangeByElem(n,!1),t.selection.restoreSelection()},t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.getSelectionText();this.isActive||(e.selection.isSelectionEmpty()?this.createPanel("",""):this.insertLineCode(t))},t.prototype.createPanel=function(e,t){var n=p["default"](this.editor,e,t),o=new h["default"](this,n);o.create()},t.prototype.tryChangeActive=function(){var e=this.editor;v["default"](e)?this.active():this.unActive()},t}(c["default"]);t["default"]=A},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(26)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=n(7),s=a(n(2)),u=a(n(137)),c=n(8);function d(e,t,n){var o,i=l.getRandom("input-iframe"),a=l.getRandom("select"),d=l.getRandom("btn-ok");function f(t){var n=u["default"](e);n&&p(),e.cmd["do"]("insertHTML",t);var o=e.selection.getSelectionStartElem(),i=null===o||void 0===o?void 0:o.getNodeTop(e);s["default"](c.EMPTY_P).insertAfter(i)}function p(){if(u["default"](e)){var t=e.selection.getSelectionStartElem(),n=null===t||void 0===t?void 0:t.getNodeTop(e);n&&(e.selection.createRangeByElem(n),e.selection.restoreSelection(),n)}}var v=function(t){return e.i18next.t(t)},h={width:500,height:0,tabs:[{title:v("menus.panelMenus.code.插入代码"),tpl:'
      \n \n \n
      \n \n
      \n
      ",events:[{selector:"#"+d,type:"click",fn:function(){var t,n,o=document.getElementById(i),r=s["default"]("#"+a),l=r.val(),c=o.value;if(t=e.highlight?e.highlight.highlightAuto(c).value:""+c+"",c)return!u["default"](e)&&(n='
      '+t+"
      ",f(n),!0)}}]}]};return h}t["default"]=d},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(406)),l=r(n(407));function s(e){a["default"](e),l["default"](e)}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.createShowHideFn=void 0;var a=r(n(2)),l=r(n(35));function s(e){var t;function n(n){var o="menus.panelMenus.code.",i=function(t,n){return void 0===n&&(n=o),e.i18next.t(n+t)},r=[{$elem:a["default"](""+i("删除代码")+""),onClick:function(e,t){return t.remove(),!0}}];t=new l["default"](e,n,r),t.create()}function o(){t&&(t.remove(),t=null)}return{showCodeTooltip:n,hideCodeTooltip:o}}function u(e){var t=s(e),n=t.showCodeTooltip,o=t.hideCodeTooltip;e.txt.eventHooks.codeClickEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o)}t.createShowHideFn=s,t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=n(8),l=r(n(2));function s(e){var t=e.$textElem,n=e.selection,o=e.txt,i=o.eventHooks.keydownEvents;i.push((function(e){var o;if(40===e.keyCode){var i=n.getSelectionContainerElem(),r=null===(o=t.children())||void 0===o?void 0:o.last();if("XMP"===(null===i||void 0===i?void 0:i.elems[0].tagName)&&"PRE"===(null===r||void 0===r?void 0:r.elems[0].tagName)){var s=l["default"](a.EMPTY_P);t.append(s)}}}))}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(23)),c=s(n(2)),d=s(n(409)),f=n(7),p=n(8),v=function(e){function t(t){var n=this,o=c["default"]('
      ');return n=e.call(this,o,t)||this,d["default"](t),n}return l(t,e),t.prototype.clickHandler=function(){var e=this.editor,t=e.selection.getRange(),n=e.selection.getSelectionContainerElem();if(null===n||void 0===n?void 0:n.length){var o=c["default"](n.elems[0]),i=o.parentUntil("TABLE",n.elems[0]),r=o.children();"CODE"!==o.getNodeName()&&(i&&"TABLE"===c["default"](i.elems[0]).getNodeName()||r&&0!==r.length&&"IMG"===c["default"](r.elems[0]).getNodeName()&&!(null===t||void 0===t?void 0:t.collapsed)||this.createSplitLine())}},t.prototype.createSplitLine=function(){var e="
      "+p.EMPTY_P;f.UA.isFirefox&&(e="

      "),this.editor.cmd["do"]("insertHTML",e)},t.prototype.tryChangeActive=function(){},t}(u["default"]);t["default"]=v},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(410));function l(e){a["default"](e)}t["default"]=l},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=r(n(35));function s(e){var t;function n(n){var o=[{$elem:a["default"](""+e.i18next.t("menus.panelMenus.删除")+""),onClick:function(e,t){return e.selection.createRangeByElem(t),e.selection.restoreSelection(),e.cmd["do"]("delete"),!0}}];t=new l["default"](e,n,o),t.create()}function o(){t&&(t.remove(),t=null)}return{showSplitLineTooltip:n,hideSplitLineTooltip:o}}function u(e){var t=s(e),n=t.showSplitLineTooltip,o=t.hideSplitLineTooltip;e.txt.eventHooks.splitLineEvents.push(n),e.txt.eventHooks.clickEvents.push(o),e.txt.eventHooks.keyupEvents.push(o),e.txt.eventHooks.toolbarClickEvents.push(o),e.txt.eventHooks.menuClickEvents.push(o),e.txt.eventHooks.textScrollEvents.push(o)}t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(3)),s=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),u=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var c=u(n(2)),d=u(n(23)),f=n(100),p=u(n(417)),v=u(n(138)),h=function(e){function t(t){var n=this,o=c["default"]('
      \n \n
      ');return n=e.call(this,o,t)||this,p["default"](t),n}return s(t,e),t.prototype.clickHandler=function(){var e=this.editor;f.isAllTodo(e)?(this.cancelTodo(),this.tryChangeActive()):this.setTodo()},t.prototype.tryChangeActive=function(){f.isAllTodo(this.editor)?this.active():this.unActive()},t.prototype.setTodo=function(){var e=this.editor,t=e.selection.getSelectionRangeTopNodes();(0,l["default"])(t).call(t,(function(t){var n,o=null===t||void 0===t?void 0:t.getNodeName();if("P"===o){var i=v["default"](t),r=i.getTodo(),a=null===(n=r.children())||void 0===n?void 0:n.getNode();r.insertAfter(t),e.selection.moveCursor(a),t.remove()}})),this.tryChangeActive()},t.prototype.cancelTodo=function(){var e=this.editor,t=e.selection.getSelectionRangeTopNodes();(0,l["default"])(t).call(t,(function(t){var n,o,i,r=null===(o=null===(n=t.childNodes())||void 0===n?void 0:n.childNodes())||void 0===o?void 0:o.clone(!0),a=c["default"]("

      ");a.append(r),a.insertAfter(t),null===(i=a.childNodes())||void 0===i||i.get(0).remove(),e.selection.moveCursor(a.getNode()),t.remove()}))},t}(d["default"]);t["default"]=h},function(e,t,n){e.exports=n(413)},function(e,t,n){var o=n(414);e.exports=o},function(e,t,n){var o=n(415),i=Array.prototype;e.exports=function(e){var t=e.every;return e===i||e instanceof Array&&t===i.every?o:t}},function(e,t,n){n(416);var o=n(16);e.exports=o("Array").every},function(e,t,n){"use strict";var o=n(6),i=n(29).every,r=n(71),a=r("every");o({target:"Array",proto:!0,forced:!a},{every:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2)),s=n(100),u=a(n(138)),c=n(100),d=n(8);function f(e){function t(t){var n,o;if(s.isAllTodo(e)){t.preventDefault();var i=e.selection,a=i.getSelectionRangeTopNodes()[0],f=null===(n=a.childNodes())||void 0===n?void 0:n.get(0),p=null===(o=window.getSelection())||void 0===o?void 0:o.anchorNode,v=i.getRange();if(!(null===v||void 0===v?void 0:v.collapsed)){var h=null===v||void 0===v?void 0:v.commonAncestorContainer.childNodes,m=null===v||void 0===v?void 0:v.startContainer,g=null===v||void 0===v?void 0:v.endContainer,A=null===v||void 0===v?void 0:v.startOffset,y=null===v||void 0===v?void 0:v.endOffset,_=0,w=0,b=[];null===h||void 0===h||(0,r["default"])(h).call(h,(function(e,t){e.contains(m)&&(_=t),e.contains(g)&&(w=t)})),w-_>1&&(null===h||void 0===h||(0,r["default"])(h).call(h,(function(e,t){t<=_||t>=w||b.push(e)})),(0,r["default"])(b).call(b,(function(e){e.remove()}))),c.dealTextNode(m,A),c.dealTextNode(g,y,!1),e.selection.moveCursor(g,0)}if(""===a.text()){var x=l["default"](d.EMPTY_P);return x.insertAfter(a),i.moveCursor(x.getNode()),void a.remove()}var E=i.getCursorPos(),C=s.getCursorNextNode(null===f||void 0===f?void 0:f.getNode(),p,E),S=u["default"](l["default"](C)),k=S.getInputContainer(),M=k.parent().getNode(),N=S.getTodo(),T=k.getNode().nextSibling;if(""===(null===f||void 0===f?void 0:f.text())&&(null===f||void 0===f||f.append(l["default"]("
      "))),N.insertAfter(a),T&&""!==(null===T||void 0===T?void 0:T.textContent))i.moveCursor(M);else{if("BR"!==(null===T||void 0===T?void 0:T.nodeName)){var B=l["default"]("
      ");B.insertAfter(k)}i.moveCursor(M,1)}}}function n(t){var n,o;if(s.isAllTodo(e)){var i,a=e.selection,u=a.getSelectionRangeTopNodes()[0],c=null===(n=u.childNodes())||void 0===n?void 0:n.getNode(),f=l["default"]("

      "),p=f.getNode(),v=null===(o=window.getSelection())||void 0===o?void 0:o.anchorNode,h=a.getCursorPos(),m=v.previousSibling;if(""===u.text()){t.preventDefault();var g=l["default"](d.EMPTY_P);return g.insertAfter(u),u.remove(),void a.moveCursor(g.getNode(),0)}if("SPAN"===(null===m||void 0===m?void 0:m.nodeName)&&"INPUT"===m.childNodes[0].nodeName&&0===h)t.preventDefault(),null===c||void 0===c||(0,r["default"])(i=c.childNodes).call(i,(function(e,t){0!==t&&p.appendChild(e.cloneNode(!0))})),f.insertAfter(u),u.remove()}}function o(){var t=e.selection,n=t.getSelectionRangeTopNodes()[0];n&&c.isTodo(n)&&""===n.text()&&(l["default"](d.EMPTY_P).insertAfter(n),n.remove())}e.txt.eventHooks.enterDownEvents.push(t),e.txt.eventHooks.deleteUpEvents.push(o),e.txt.eventHooks.deleteDownEvents.push(n)}t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=n(7),s=n(8),u={border:"1px solid #c9d8db",toolbarBgColor:"#FFF",toolbarBottomBorder:"1px solid #EEE"};function c(e){var t,n,o=e.toolbarSelector,i=a["default"](o),r=e.textSelector,c=e.config,d=c.height,f=e.i18next,p=a["default"]("
      "),v=a["default"]("
      ");null==r?(n=i.children(),i.append(p).append(v),p.css("background-color",u.toolbarBgColor).css("border",u.border).css("border-bottom",u.toolbarBottomBorder),v.css("border",u.border).css("border-top","none").css("height",d+"px")):(i.append(p),a["default"](r).append(v),n=v.children()),t=a["default"]("
      "),t.attr("contenteditable","true").css("width","100%").css("height","100%");var h=a["default"]("
      "+f.t(e.config.placeholder)+"
      ");h.addClass("placeholder"),n&&n.length?(t.append(n),h.hide()):t.append(a["default"](s.EMPTY_P)),v.append(t),v.append(h),p.addClass("w-e-toolbar").css("z-index",e.zIndex.get("toolbar")),v.addClass("w-e-text-container"),v.css("z-index",e.zIndex.get()),t.addClass("w-e-text");var m=l.getRandom("toolbar-elem");p.attr("id",m);var g=l.getRandom("text-elem");t.attr("id",g);var A=v.getBoundingClientRect().height,y=t.getBoundingClientRect().height;A!==y&&t.css("min-height",A+"px"),e.$toolbarElem=p,e.$textContainerElem=v,e.$textElem=t,e.toolbarElemId=m,e.textElemId=g}t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(2)),l=n(8);function s(e,t){var n=e.$textElem,o=n.children();if(!o||!o.length)return n.append(a["default"](l.EMPTY_P)),void s(e);var i=o.last();if(t){var r=i.html().toLowerCase(),u=i.getNodeName();if("
      "!==r&&"
      "!==r||"P"!==u)return n.append(a["default"](l.EMPTY_P)),void s(e)}e.selection.createRangeByElem(i,!1,!0),e.config.focus?e.selection.restoreSelection():e.selection.clearWindowSelectionRange()}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2));function s(e){u(e),c(e),d(e)}function u(e){e.txt.eventHooks.changeEvents.push((function(){var t=e.config.onchange;if(t){var n=e.txt.html()||"";t(n)}e.txt.togglePlaceholder()}))}function c(e){function t(t){var n=t.target,o=l["default"](n),i=e.$textElem,r=e.$toolbarElem,a=i.isContain(o),s=r.isContain(o),u=r.elems[0]==t.target;if(a)e.isFocus||p(e),e.isFocus=!0;else{if(s&&!u||!e.isFocus)return;f(e),e.isFocus=!1}}e.isFocus=!1,document.activeElement===e.$textElem.elems[0]&&(p(e),e.isFocus=!0),l["default"](document).on("click",t),e.beforeDestroy((function(){l["default"](document).off("click",t)}))}function d(e){e.$textElem.on("compositionstart",(function(){e.isComposing=!0})).on("compositionend",(function(){e.isComposing=!1}))}function f(e){var t,n=e.config,o=n.onblur,i=e.txt.html()||"";(0,r["default"])(t=e.txt.eventHooks.onBlurEvents).call(t,(function(e){return e()})),o(i)}function p(e){var t=e.config,n=t.onfocus,o=e.txt.html()||"";n(o)}t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(1));function r(e){var t=e.config,n=t.lang,o=t.languages;if(null==e.i18next)e.i18next={t:function(e){var t=e.split(".");return t[t.length-1]}};else try{e.i18next.init({ns:"wangEditor",lng:n,defaultNS:"wangEditor",resources:o})}catch(i){throw new Error("i18next:"+i)}}(0,i["default"])(t,"__esModule",{value:!0}),t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0}),t.setUnFullScreen=t.setFullScreen=void 0;var l=a(n(2));n(423);var s="w-e-icon-fullscreen",u="w-e-icon-fullscreen_exit",c="w-e-full-screen-editor",d=function(e){var t=l["default"](e.toolbarSelector),n=e.$textContainerElem,o=e.$toolbarElem,i=(0,r["default"])(o).call(o,"i."+s),a=e.config;i.removeClass(s),i.addClass(u),t.addClass(c),t.css("z-index",a.zIndexFullScreen);var d=o.getBoundingClientRect();n.css("height","calc(100% - "+d.height+"px)")};t.setFullScreen=d;var f=function(e){var t=l["default"](e.toolbarSelector),n=e.$textContainerElem,o=e.$toolbarElem,i=(0,r["default"])(o).call(o,"i."+u),a=e.config;i.removeClass(u),i.addClass(s),t.removeClass(c),t.css("z-index","auto"),n.css("height",a.height+"px")};t.setUnFullScreen=f;var p=function(e){if(!e.textSelector&&e.config.showFullScreen){var n=e.$toolbarElem,o=l["default"]('
      \n \n
      ');o.on("click",(function(n){var i,a=(0,r["default"])(i=l["default"](n.currentTarget)).call(i,"i");a.hasClass(s)?(o.attr("data-title","取消全屏"),t.setFullScreen(e)):(o.attr("data-title","全屏"),t.setUnFullScreen(e))})),n.append(o)}};t["default"]=p},function(e,t,n){var o=n(21),i=n(424);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-full-screen-editor {\n position: fixed;\n width: 100%!important;\n height: 100%!important;\n left: 0;\n top: 0;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31));(0,i["default"])(t,"__esModule",{value:!0});var a=function(e,t){var n=e.$textElem,o=(0,r["default"])(n).call(n,"[id='"+t+"']"),i=o.getOffsetData().top;n.scrollTop(i)};t["default"]=a},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(127)),l={menu:2,panel:2,toolbar:1,tooltip:1,textContainer:1},s=function(){function e(){this.tier=l,this.baseZIndex=a["default"].zIndex}return e.prototype.get=function(e){return e&&this.tier[e]?this.baseZIndex+this.tier[e]:this.baseZIndex},e.prototype.init=function(e){this.baseZIndex==a["default"].zIndex&&(this.baseZIndex=e.config.zIndex)},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=o(n(73)),s=o(n(3)),u=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),c=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var d=c(n(428)),f=n(7),p=n(8);function v(e,t){return(0,l["default"])(e).call(e,(function(e){var n=e.type,o=e.target,i=e.attributeName;return"attributes"!=n||"attributes"==n&&("contenteditable"==i||o!=t)}))}var h=function(e){function t(t){var n=e.call(this,(function(e,o){var i;if(e=v(e,o.target),(i=n.data).push.apply(i,e),t.isCompatibleMode)n.asyncSave();else if(!t.isComposing)return n.asyncSave()}))||this;return n.editor=t,n.data=[],n.asyncSave=p.EMPTY_FN,n}return u(t,e),t.prototype.save=function(){this.data.length&&(this.editor.history.save(this.data),this.data.length=0,this.emit())},t.prototype.emit=function(){var e;(0,s["default"])(e=this.editor.txt.eventHooks.changeEvents).call(e,(function(e){return e()}))},t.prototype.observe=function(){var t=this;e.prototype.observe.call(this,this.editor.$textElem.elems[0]);var n=this.editor.config.onchangeTimeout;this.asyncSave=f.debounce((function(){t.save()}),n),this.editor.isCompatibleMode||this.editor.$textElem.on("compositionend",(function(){t.asyncSave()}))},t}(d["default"]);t["default"]=h},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0});var r=function(){function e(e,t){var n=this;this.options={subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0},this.callback=function(t){e(t,n)},this.observer=new MutationObserver(this.callback),t&&(this.options=t)}return(0,i["default"])(e.prototype,"target",{get:function(){return this.node},enumerable:!1,configurable:!0}),e.prototype.observe=function(e){this.node instanceof Node||(this.node=e,this.connect())},e.prototype.connect=function(){if(this.node)return this.observer.observe(this.node,this.options),this;throw new Error("还未初始化绑定,请您先绑定有效的 Node 节点")},e.prototype.disconnect=function(){var e=this.observer.takeRecords();e.length&&this.callback(e),this.observer.disconnect()},e}();t["default"]=r},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(430)),l=r(n(437)),s=r(n(438)),u=function(){function e(e){this.editor=e,this.content=new a["default"](e),this.scroll=new l["default"](e),this.range=new s["default"](e)}return(0,i["default"])(e.prototype,"size",{get:function(){return this.scroll.size},enumerable:!1,configurable:!0}),e.prototype.observe=function(){this.content.observe(),this.scroll.observe(),!this.editor.isCompatibleMode&&this.range.observe()},e.prototype.save=function(e){e.length&&(this.content.save(e),this.scroll.save(),!this.editor.isCompatibleMode&&this.range.save())},e.prototype.revoke=function(){this.editor.change.disconnect();var e=this.content.revoke();e&&(this.scroll.revoke(),this.editor.isCompatibleMode||(this.range.revoke(),this.editor.$textElem.focus())),this.editor.change.connect(),e&&this.editor.change.emit()},e.prototype.restore=function(){this.editor.change.disconnect();var e=this.content.restore();e&&(this.scroll.restore(),this.editor.isCompatibleMode||(this.range.restore(),this.editor.$textElem.focus())),this.editor.change.connect(),e&&this.editor.change.emit()},e}();t["default"]=u},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var a=r(n(431)),l=r(n(435)),s=function(){function e(e){this.editor=e}return e.prototype.observe=function(){this.editor.isCompatibleMode?this.cache=new l["default"](this.editor):this.cache=new a["default"](this.editor),this.cache.observe()},e.prototype.save=function(e){this.editor.isCompatibleMode?this.cache.save():this.cache.compile(e)},e.prototype.revoke=function(){var e;return null===(e=this.cache)||void 0===e?void 0:e.revoke()},e.prototype.restore=function(){var e;return null===(e=this.cache)||void 0===e?void 0:e.restore()},e}();t["default"]=s},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(101)),c=s(n(433)),d=n(434),f=function(e){function t(t){var n=e.call(this,t.config.historyMaxSize)||this;return n.editor=t,n}return l(t,e),t.prototype.observe=function(){this.resetMaxSize(this.editor.config.historyMaxSize)},t.prototype.compile=function(e){return this.save(c["default"](e)),this},t.prototype.revoke=function(){return e.prototype.revoke.call(this,(function(e){d.revoke(e)}))},t.prototype.restore=function(){return e.prototype.restore.call(this,(function(e){d.restore(e)}))},t}(u["default"]);t["default"]=f},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0}),t.CeilStack=void 0;var r=function(){function e(e){void 0===e&&(e=0),this.data=[],this.max=0,this.reset=!1,e=Math.abs(e),e&&(this.max=e)}return e.prototype.resetMax=function(e){e=Math.abs(e),this.reset||isNaN(e)||(this.max=e,this.reset=!0)},(0,i["default"])(e.prototype,"size",{get:function(){return this.data.length},enumerable:!1,configurable:!0}),e.prototype.instack=function(e){return this.data.unshift(e),this.max&&this.size>this.max&&(this.data.length=this.max),this},e.prototype.outstack=function(){return this.data.shift()},e.prototype.clear=function(){return this.data.length=0,this},e}();t.CeilStack=r},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=o(n(30));(0,i["default"])(t,"__esModule",{value:!0}),t.compliePosition=t.complieNodes=t.compileValue=t.compileType=void 0;var l=n(7);function s(e){switch(e){case"childList":return"node";case"attributes":return"attr";default:return"text"}}function u(e){switch(e.type){case"attributes":return e.target.getAttribute(e.attributeName)||"";case"characterData":return e.target.textContent;default:return""}}function c(e){var t={};return e.addedNodes.length&&(t.add=l.toArray(e.addedNodes)),e.removedNodes.length&&(t.remove=l.toArray(e.removedNodes)),t}function d(e){var t;return t=e.previousSibling?{type:"before",target:e.previousSibling}:e.nextSibling?{type:"after",target:e.nextSibling}:{type:"parent",target:e.target},t}t.compileType=s,t.compileValue=u,t.complieNodes=c,t.compliePosition=d;var f=["UL","OL","H1","H2","H3","H4","H5","H6"];function p(e){var t=[],n=!1,o=[];return(0,r["default"])(e).call(e,(function(e,i){var r={type:s(e.type),target:e.target,attr:e.attributeName||"",value:u(e)||"",oldValue:e.oldValue||"",nodes:c(e),position:d(e)};if(t.push(r),l.UA.isFirefox){if(n&&e.addedNodes.length&&1==e.addedNodes[0].nodeType){var p=e.addedNodes[0],h={type:"node",target:p,attr:"",value:"",oldValue:"",nodes:{add:[n]},position:{type:"parent",target:p}};-1!=(0,a["default"])(f).call(f,p.nodeName)?(h.nodes.add=l.toArray(p.childNodes),t.push(h)):3==n.nodeType?(v(p,o)&&(h.nodes.add=l.toArray(p.childNodes)),t.push(h)):-1==(0,a["default"])(f).call(f,e.target.nodeName)&&v(p,o)&&(h.nodes.add=l.toArray(p.childNodes),t.push(h))}"node"==r.type&&1==e.removedNodes.length?(n=e.removedNodes[0],o.push(n)):(n=!1,o.length=0)}})),t}function v(e,t){for(var n=0,o=t.length-1;o>0;o--){if(!e.contains(t[o]))break;n++}return n}t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(3)),a=o(n(130));function l(e,t){var n=e.position.target;switch(e.position.type){case"before":n.nextSibling?(n=n.nextSibling,(0,r["default"])(t).call(t,(function(t){e.target.insertBefore(t,n)}))):(0,r["default"])(t).call(t,(function(t){e.target.appendChild(t)}));break;case"after":(0,r["default"])(t).call(t,(function(t){e.target.insertBefore(t,n)}));break;default:(0,r["default"])(t).call(t,(function(e){n.appendChild(e)}));break}}function s(e){for(var t=0,n=(0,a["default"])(e.nodes);t-1;t--){var n=e[t];d[n.type](n)}}function p(e){for(var t=0,n=(0,a["default"])(e.nodes);tthis.max)this.data.shift();return this.point=this.size-1,this},e.prototype.current=function(){return this.data[this.point]},e.prototype.prev=function(){if(!this.isRe&&(this.isRe=!0),this.point--,!(this.point<0))return this.current();this.point=0},e.prototype.next=function(){if(!this.isRe&&(this.isRe=!0),this.point++,!(this.point>=this.size))return this.current();this.point=this.size-1},e}();t.TailChain=a},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(101)),c=function(e){function t(t){var n=e.call(this,t.config.historyMaxSize)||this;return n.editor=t,n.last=0,n.target=t.$textElem.elems[0],n}return l(t,e),t.prototype.observe=function(){var e=this;this.target=this.editor.$textElem.elems[0],this.editor.$textElem.on("scroll",(function(){e.last=e.target.scrollTop})),this.resetMaxSize(this.editor.config.historyMaxSize)},t.prototype.save=function(){return e.prototype.save.call(this,[this.last,this.target.scrollTop]),this},t.prototype.revoke=function(){var t=this;return e.prototype.revoke.call(this,(function(e){t.target.scrollTop=e[0]}))},t.prototype.restore=function(){var t=this;return e.prototype.restore.call(this,(function(e){t.target.scrollTop=e[1]}))},t}(u["default"]);t["default"]=c},function(e,t,n){"use strict";var o=n(0),i=o(n(5)),r=o(n(4)),a=o(n(1)),l=function(){var e=function(t,n){return e=i["default"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?(0,r["default"])(n):(o.prototype=n.prototype,new o)}}(),s=function(e){return e&&e.__esModule?e:{default:e}};(0,a["default"])(t,"__esModule",{value:!0});var u=s(n(101)),c=s(n(2)),d=n(7);function f(e){return{start:[e.startContainer,e.startOffset],end:[e.endContainer,e.endOffset],root:e.commonAncestorContainer,collapsed:e.collapsed}}var p=function(e){function t(t){var n=e.call(this,t.config.historyMaxSize)||this;return n.editor=t,n.lastRange=f(document.createRange()),n.root=t.$textElem.elems[0],n.updateLastRange=d.debounce((function(){n.lastRange=f(n.rangeHandle)}),t.config.onchangeTimeout),n}return l(t,e),(0,a["default"])(t.prototype,"rangeHandle",{get:function(){var e=document.getSelection();return e&&e.rangeCount?e.getRangeAt(0):document.createRange()},enumerable:!1,configurable:!0}),t.prototype.observe=function(){var e=this;function t(){var t=e.rangeHandle;(e.root===t.commonAncestorContainer||e.root.contains(t.commonAncestorContainer))&&(e.editor.isComposing||e.updateLastRange())}function n(t){"Backspace"!=t.key&&"Delete"!=t.key||e.updateLastRange()}this.root=this.editor.$textElem.elems[0],this.resetMaxSize(this.editor.config.historyMaxSize),c["default"](document).on("selectionchange",t),this.editor.beforeDestroy((function(){c["default"](document).off("selectionchange",t)})),e.editor.$textElem.on("keydown",n)},t.prototype.save=function(){var t=f(this.rangeHandle);return e.prototype.save.call(this,[this.lastRange,t]),this.lastRange=t,this},t.prototype.set=function(e){try{if(e){var t=this.rangeHandle;return t.setStart.apply(t,e.start),t.setEnd.apply(t,e.end),this.editor.menus.changeActive(),!0}}catch(n){return!1}return!1},t.prototype.revoke=function(){var t=this;return e.prototype.revoke.call(this,(function(e){t.set(e[0])}))},t.prototype.restore=function(){var t=this;return e.prototype.restore.call(this,(function(e){t.set(e[1])}))},t}(u["default"]);t["default"]=p},function(e,t,n){"use strict";var o=n(0),i=o(n(1)),r=o(n(31)),a=function(e){return e&&e.__esModule?e:{default:e}};(0,i["default"])(t,"__esModule",{value:!0});var l=a(n(2));function s(e){var t,n,o=!1;function i(){if(!o){e.$textElem.hide();var i=e.zIndex.get("textContainer"),r=e.txt.html();t=l["default"]('
      \n
      '+r+"
      \n
      "),e.$textContainerElem.append(t);var a=e.zIndex.get("menu");n=l["default"]('
      '),e.$toolbarElem.append(n),o=!0}}function a(){o&&(t.remove(),n.remove(),e.$textElem.show(),o=!1)}return e.txt.eventHooks.changeEvents.push((function(){o&&(0,r["default"])(t).call(t,".w-e-content-preview").html(e.$textElem.html())})),{disable:i,enable:a}}n(440),t["default"]=s},function(e,t,n){var o=n(21),i=n(441);i=i.__esModule?i.default:i,"string"===typeof i&&(i=[[e.i,i,""]]);var r={insert:"head",singleton:!1};o(i,r);e.exports=i.locals||{}},function(e,t,n){var o=n(22);t=o(!1),t.push([e.i,".w-e-content-mantle {\n width: 100%;\n height: 100%;\n overflow-y: auto;\n}\n.w-e-content-mantle .w-e-content-preview {\n width: 100%;\n min-height: 100%;\n padding: 0 10px;\n line-height: 1.5;\n}\n.w-e-content-mantle .w-e-content-preview img {\n cursor: default;\n}\n.w-e-content-mantle .w-e-content-preview img:hover {\n box-shadow: none;\n}\n.w-e-menue-mantle {\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var o=n(0),i=o(n(1));(0,i["default"])(t,"__esModule",{value:!0})}])["default"]}))},"789d":function(e,t,n){"use strict";n("dfd0")},8237:function(module,exports,__webpack_require__){(function(process,global){var __WEBPACK_AMD_DEFINE_RESULT__; +/** + * [js-md5]{@link https://github.com/emn178/js-md5} + * + * @namespace md5 + * @version 0.7.3 + * @author Chen, Yi-Cyuan [emn178@gmail.com] + * @copyright Chen, Yi-Cyuan 2014-2017 + * @license MIT + */(function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_MD5_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_MD5_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_MD5_NO_COMMON_JS&&"object"===typeof module&&module.exports,AMD=__webpack_require__("3c35"),ARRAY_BUFFER=!root.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[128,32768,8388608,-2147483648],SHIFT=[0,8,16,24],OUTPUT_TYPES=["hex","array","digest","buffer","arrayBuffer","base64"],BASE64_ENCODE_CHAR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),blocks=[],buffer8;if(ARRAY_BUFFER){var buffer=new ArrayBuffer(68);buffer8=new Uint8Array(buffer),blocks=new Uint32Array(buffer)}!root.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e){return function(t){return new Md5(!0).update(t)[e]()}},createMethod=function(){var e=createOutputMethod("hex");NODE_JS&&(e=nodeWrap(e)),e.create=function(){return new Md5},e.update=function(t){return e.create().update(t)};for(var t=0;t>2]|=e[r]<>6,s[i++]=128|63&o):o<55296||o>=57344?(s[i++]=224|o>>12,s[i++]=128|o>>6&63,s[i++]=128|63&o):(o=65536+((1023&o)<<10|1023&e.charCodeAt(++r)),s[i++]=240|o>>18,s[i++]=128|o>>12&63,s[i++]=128|o>>6&63,s[i++]=128|63&o);else for(i=this.start;r>2]|=o<>2]|=(192|o>>6)<>2]|=(128|63&o)<=57344?(l[i>>2]|=(224|o>>12)<>2]|=(128|o>>6&63)<>2]|=(128|63&o)<>2]|=(240|o>>18)<>2]|=(128|o>>12&63)<>2]|=(128|o>>6&63)<>2]|=(128|63&o)<=64?(this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>2]|=EXTRA[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var e,t,n,o,i,r,a=this.blocks;this.first?(e=a[0]-680876937,e=(e<<7|e>>>25)-271733879<<0,o=(-1732584194^2004318071&e)+a[1]-117830708,o=(o<<12|o>>>20)+e<<0,n=(-271733879^o&(-271733879^e))+a[2]-1126478375,n=(n<<17|n>>>15)+o<<0,t=(e^n&(o^e))+a[3]-1316259209,t=(t<<22|t>>>10)+n<<0):(e=this.h0,t=this.h1,n=this.h2,o=this.h3,e+=(o^t&(n^o))+a[0]-680876936,e=(e<<7|e>>>25)+t<<0,o+=(n^e&(t^n))+a[1]-389564586,o=(o<<12|o>>>20)+e<<0,n+=(t^o&(e^t))+a[2]+606105819,n=(n<<17|n>>>15)+o<<0,t+=(e^n&(o^e))+a[3]-1044525330,t=(t<<22|t>>>10)+n<<0),e+=(o^t&(n^o))+a[4]-176418897,e=(e<<7|e>>>25)+t<<0,o+=(n^e&(t^n))+a[5]+1200080426,o=(o<<12|o>>>20)+e<<0,n+=(t^o&(e^t))+a[6]-1473231341,n=(n<<17|n>>>15)+o<<0,t+=(e^n&(o^e))+a[7]-45705983,t=(t<<22|t>>>10)+n<<0,e+=(o^t&(n^o))+a[8]+1770035416,e=(e<<7|e>>>25)+t<<0,o+=(n^e&(t^n))+a[9]-1958414417,o=(o<<12|o>>>20)+e<<0,n+=(t^o&(e^t))+a[10]-42063,n=(n<<17|n>>>15)+o<<0,t+=(e^n&(o^e))+a[11]-1990404162,t=(t<<22|t>>>10)+n<<0,e+=(o^t&(n^o))+a[12]+1804603682,e=(e<<7|e>>>25)+t<<0,o+=(n^e&(t^n))+a[13]-40341101,o=(o<<12|o>>>20)+e<<0,n+=(t^o&(e^t))+a[14]-1502002290,n=(n<<17|n>>>15)+o<<0,t+=(e^n&(o^e))+a[15]+1236535329,t=(t<<22|t>>>10)+n<<0,e+=(n^o&(t^n))+a[1]-165796510,e=(e<<5|e>>>27)+t<<0,o+=(t^n&(e^t))+a[6]-1069501632,o=(o<<9|o>>>23)+e<<0,n+=(e^t&(o^e))+a[11]+643717713,n=(n<<14|n>>>18)+o<<0,t+=(o^e&(n^o))+a[0]-373897302,t=(t<<20|t>>>12)+n<<0,e+=(n^o&(t^n))+a[5]-701558691,e=(e<<5|e>>>27)+t<<0,o+=(t^n&(e^t))+a[10]+38016083,o=(o<<9|o>>>23)+e<<0,n+=(e^t&(o^e))+a[15]-660478335,n=(n<<14|n>>>18)+o<<0,t+=(o^e&(n^o))+a[4]-405537848,t=(t<<20|t>>>12)+n<<0,e+=(n^o&(t^n))+a[9]+568446438,e=(e<<5|e>>>27)+t<<0,o+=(t^n&(e^t))+a[14]-1019803690,o=(o<<9|o>>>23)+e<<0,n+=(e^t&(o^e))+a[3]-187363961,n=(n<<14|n>>>18)+o<<0,t+=(o^e&(n^o))+a[8]+1163531501,t=(t<<20|t>>>12)+n<<0,e+=(n^o&(t^n))+a[13]-1444681467,e=(e<<5|e>>>27)+t<<0,o+=(t^n&(e^t))+a[2]-51403784,o=(o<<9|o>>>23)+e<<0,n+=(e^t&(o^e))+a[7]+1735328473,n=(n<<14|n>>>18)+o<<0,t+=(o^e&(n^o))+a[12]-1926607734,t=(t<<20|t>>>12)+n<<0,i=t^n,e+=(i^o)+a[5]-378558,e=(e<<4|e>>>28)+t<<0,o+=(i^e)+a[8]-2022574463,o=(o<<11|o>>>21)+e<<0,r=o^e,n+=(r^t)+a[11]+1839030562,n=(n<<16|n>>>16)+o<<0,t+=(r^n)+a[14]-35309556,t=(t<<23|t>>>9)+n<<0,i=t^n,e+=(i^o)+a[1]-1530992060,e=(e<<4|e>>>28)+t<<0,o+=(i^e)+a[4]+1272893353,o=(o<<11|o>>>21)+e<<0,r=o^e,n+=(r^t)+a[7]-155497632,n=(n<<16|n>>>16)+o<<0,t+=(r^n)+a[10]-1094730640,t=(t<<23|t>>>9)+n<<0,i=t^n,e+=(i^o)+a[13]+681279174,e=(e<<4|e>>>28)+t<<0,o+=(i^e)+a[0]-358537222,o=(o<<11|o>>>21)+e<<0,r=o^e,n+=(r^t)+a[3]-722521979,n=(n<<16|n>>>16)+o<<0,t+=(r^n)+a[6]+76029189,t=(t<<23|t>>>9)+n<<0,i=t^n,e+=(i^o)+a[9]-640364487,e=(e<<4|e>>>28)+t<<0,o+=(i^e)+a[12]-421815835,o=(o<<11|o>>>21)+e<<0,r=o^e,n+=(r^t)+a[15]+530742520,n=(n<<16|n>>>16)+o<<0,t+=(r^n)+a[2]-995338651,t=(t<<23|t>>>9)+n<<0,e+=(n^(t|~o))+a[0]-198630844,e=(e<<6|e>>>26)+t<<0,o+=(t^(e|~n))+a[7]+1126891415,o=(o<<10|o>>>22)+e<<0,n+=(e^(o|~t))+a[14]-1416354905,n=(n<<15|n>>>17)+o<<0,t+=(o^(n|~e))+a[5]-57434055,t=(t<<21|t>>>11)+n<<0,e+=(n^(t|~o))+a[12]+1700485571,e=(e<<6|e>>>26)+t<<0,o+=(t^(e|~n))+a[3]-1894986606,o=(o<<10|o>>>22)+e<<0,n+=(e^(o|~t))+a[10]-1051523,n=(n<<15|n>>>17)+o<<0,t+=(o^(n|~e))+a[1]-2054922799,t=(t<<21|t>>>11)+n<<0,e+=(n^(t|~o))+a[8]+1873313359,e=(e<<6|e>>>26)+t<<0,o+=(t^(e|~n))+a[15]-30611744,o=(o<<10|o>>>22)+e<<0,n+=(e^(o|~t))+a[6]-1560198380,n=(n<<15|n>>>17)+o<<0,t+=(o^(n|~e))+a[13]+1309151649,t=(t<<21|t>>>11)+n<<0,e+=(n^(t|~o))+a[4]-145523070,e=(e<<6|e>>>26)+t<<0,o+=(t^(e|~n))+a[11]-1120210379,o=(o<<10|o>>>22)+e<<0,n+=(e^(o|~t))+a[2]+718787259,n=(n<<15|n>>>17)+o<<0,t+=(o^(n|~e))+a[9]-343485551,t=(t<<21|t>>>11)+n<<0,this.first?(this.h0=e+1732584193<<0,this.h1=t-271733879<<0,this.h2=n-1732584194<<0,this.h3=o+271733878<<0,this.first=!1):(this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+o<<0)},Md5.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,o=this.h3;return HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,o=this.h3;return[255&e,e>>8&255,e>>16&255,e>>24&255,255&t,t>>8&255,t>>16&255,t>>24&255,255&n,n>>8&255,n>>16&255,n>>24&255,255&o,o>>8&255,o>>16&255,o>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var e,t,n,o="",i=this.array(),r=0;r<15;)e=i[r++],t=i[r++],n=i[r++],o+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[63&(e<<4|t>>>4)]+BASE64_ENCODE_CHAR[63&(t<<2|n>>>6)]+BASE64_ENCODE_CHAR[63&n];return e=i[r],o+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[e<<4&63]+"==",o};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},8527:function(e,t,n){"use strict";n("18bf")},"882f":function(e,t,n){"use strict";n("b6c57")},a190:function(e,t,n){"use strict";n("5209")},a355:function(e,t,n){},aea3:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABhlBMVEUAAADMzMz////f39/m5ub////x8fHy8vLz8/P19fX19fXl5eXt7e329vbj4+Py8vLz8/Pn5+fj4+P09PTy8vL09PT09PT09PTe3t709PT19fXz8/P19fXe3t709PT09PT09PT09PTo6Ojy8vL09PTy8vL09PTb29vd3d319fXz8/Pd3d3y8vLz8/Pz8/P09PT19fX19fXz8/Pb29vd3d309PTz8/Pz8/Pz8/Pz8/P09PT09PTZ2dnz8/Pz8/P09PTz8/Pz8/PY2Njz8/PZ2dny8vLz8/PV1dXy8vLy8vLy8vLy8vLz8/PV1dXz8/Pz8/PU1NTU1NTT09Py8vLz8/Py8vLz8/PS0tLT09PX19fy8vLz8/POzs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/PH1FUFAAAAXHRSTlMABQUIChESExYZGh0dHiUoKSouMFBaW1xeXmhpaWxvcHV3eHh4eXmAgIKDiY6QkZGSk5qio7W4u7y9ycrMzc7Oz9XY2tvc3ezx8vP09fb29/n6+/v7/Pz+/v7+/v41k/wAAAJuSURBVBgZhcGHQxIBFAfglw2VHGmUmjkqbWeWVqaWI0nRtKWNq/cOVMRxjhBFAY8f/3lAJO+O4fdREc/1viHfzOLijG+o77qHzlDdNWJAMUa6qqk8T/8HFPnQ76HSqnrnUNLc3SoqoXEMZY1doSJePyrwe8ml/Rsq+tZODjcNnMG4QYp3CWda8tKpRj+c0llw8TdS3rk3cLBju1vrG1YkCae35+ifHmipaEg4SwJWAg69lFM7C+Vky2TJ4+UotNlaynoKxV5nllNsRqE9pYyLc1AsFo0Dx1DmLhFRJ5SYKU4chtZJRMMoSG2yuJgxKMNEtQYK4kEWF7agGLV0Dcohixuv2VCu0WMoERY3Xk1CeUIvoOyxuPFyAsoregclwuLGq0koPpqBEhMWFw6noMzQVyjJFRYX3klDWaQlaBaLSyAObYn80BIBFge24OAnHxz2hUXhUBIO7+klHFK7ovBKHE6vqQ9OqUiQWXJYwgm4PKM2uMW3l4UzzPC+Dbc2qjNQJHkU2fsTTdgo8quOaByKHdk+hnJgHUEbJ6JuFMTDwkHryEY6nQbs2Lr5O7BzgoJuIqr5iLxUNMgiLLK2cxA7jGyHhFmYwwn897GGMp4jb19YcpjFNJlZcjiUQN5zyqpfQM6hyVISr9nIWainnAfISqywlMEWch7SP+cnkLHFUg6bh8iYOE95VxeAY6mAwylg4SqdajGwwVJJDEYLKT3xIEsFvJm+RQ63v0sl/PMOubTOSwXzrVSkeVLKmmymEi48+iQlfXp0gUprGPwsRb4MNlB5l+9NBUUJTt2/TGdo6hgYnf5umj+mRwc6msjtL1+7GNFdRl/7AAAAAElFTkSuQmCC"},b6c57:function(e,t,n){},b7f3:function(e,t,n){"use strict";n("f393")},b845:function(e,t,n){},bf03:function(e,t,n){"use strict";n("50a8")},c202:function(e,t,n){},d0dd:function(e,t,n){"use strict";n("ec2f")},d736:function(e,t,n){},dfd0:function(e,t,n){},e00a:function(e,t,n){"use strict";n("62f8")},e5bf:function(e,t,n){"use strict";n.r(t);var o,i,r,a,l,s,u=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"form",staticClass:"le-matter",attrs:{"label-width":"160px",model:e.form,rules:e.rules},nativeOn:{submit:function(e){e.preventDefault()}}},[0===e.step||1===e.step?n("div",{staticClass:"le-arrow"},[n("ul",[n("li",{staticClass:"active",staticStyle:{"z-index":"3",cursor:"pointer"},on:{click:function(t){return e.editSwitch("first")}}},[n("div",{staticClass:"center"},[e._v("1.编辑商品信息")])]),n("li",{class:e.step>0?"active":"",style:0===e.form.status?"z-index: 2;cursor:pointer;":"z-index: 2;",on:{click:function(t){return e.editSwitch("second")}}},[n("div",{staticClass:"center"},[e._v("2.编辑商品详情")])])])]):e._e(),1!==e.step&&2!==e.step?n("el-tabs",{staticClass:"le-tabs",attrs:{type:"card"},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[n("el-tab-pane",{attrs:{label:"基本信息",name:"first"}},[n("addBasic",{model:{value:e.form,callback:function(t){e.form=t},expression:"form"}})],1),n("el-tab-pane",{attrs:{lazy:"",label:"价格库存",name:"second",disabled:!(0===e.form.status||e.form.status>=1)}},[n("addPrice",{ref:"addPrice",model:{value:e.form,callback:function(t){e.form=t},expression:"form"}})],1),n("el-tab-pane",{attrs:{lazy:"",label:"物流设置",name:"third",disabled:!(0===e.form.status||e.form.status>=2)}},[n("addLogistic",{model:{value:e.form,callback:function(t){e.form=t},expression:"form"}})],1),n("el-tab-pane",{attrs:{lazy:"",label:"营销设置",name:"fourth",disabled:!(0===e.form.status||e.form.status>=3)}},[n("addMarketing",{model:{value:e.form,callback:function(t){e.form=t},expression:"form"}})],1),n("el-tab-pane",{attrs:{label:"其他设置",name:"fifth",disabled:!(0===e.form.status||e.form.status>=4)}},[n("addOther",{model:{value:e.form,callback:function(t){e.form=t},expression:"form"}})],1)],1):e._e(),1===e.step?[n("goodsEditor",{model:{value:e.form.body.content,callback:function(t){e.$set(e.form.body,"content",t)},expression:"form.body.content"}})]:e._e(),2===e.step?[n("goodsPreview",{attrs:{form:e.form}})]:e._e(),n("div",{staticClass:"le-cardpin"},[1===e.step?n("el-button",{on:{click:e.preview}},[e._v("预览")]):e._e(),0===e.step?n("el-button",{on:{click:function(t){return e.onSave(!1)}}},[e._v("保存")]):e._e(),0===e.step?n("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.onSave(!0)}}},[e._v("下一步")]):e._e(),1===e.step?n("el-button",{on:{click:e.previous}},[e._v("上一步")]):e._e(),2===e.step?n("el-button",{on:{click:function(t){return e.editSwitch("second")}}},[e._v("继续编辑")]):e._e(),1===e.step?n("el-button",{attrs:{type:"primary"},on:{click:e.release}},[e._v("保存商品")]):e._e(),2===e.step&&0===e.form.is_sale?n("el-button",{attrs:{type:"primary"},on:{click:e.onSale}},[e._v("立即上架")]):e._e()],1),n("heloading",{attrs:{show:e.load}})],2)},c=[],d=n("5530"),f=n("1da1"),p=(n("d3b7"),n("b0c0"),n("d81d"),n("159b"),n("1276"),n("ac1f"),n("96cf"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("el-form-item",{staticClass:"le-basic__name"},[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("商品名称")]),n("el-input",{attrs:{type:"textarea",placeholder:"请输入商品名称",rows:"3",maxlength:"40","show-word-limit":""},model:{value:e.value.name,callback:function(t){e.$set(e.value,"name",t)},expression:"value.name"}})],1),n("el-form-item",{staticClass:"he-class"},[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("商品分类")]),e._l(e.catObject.result,(function(t,o){return[t.children?e._e():n("el-tag",{key:o,staticClass:"le-cat__footer-tag",attrs:{type:"info",size:"medium",closable:""},on:{close:function(n){return e.deleteTag(t,o)}}},[e._v(" "+e._s(t.value)+" ")])]})),n("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCategory",value:e.catObject,expression:"catObject",modifiers:{chooseCategory:!0}}],staticClass:"he-class__button",attrs:{type:"primary",plain:"",action:"getGroup",title:"选择分类",width:"801",module:"goods"}},[e._v("选择分类 ")]),n("he-link",{attrs:{href:"goods/groupPublish",target:"_blank"}},[n("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"}},[e._v(" 新建分类 ")])],1),n("span",{staticStyle:{color:"#623ceb"}},[e._v("|")]),n("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"},on:{click:e.getGroupList}},[e._v(" 刷新 ")])],2),n("el-form-item",{staticClass:"le-banner"},[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("商品轮播图")]),n("vuedraggable",{model:{value:e.value.slideshow,callback:function(t){e.$set(e.value,"slideshow",t)},expression:"value.slideshow"}},e._l(e.value.slideshow,(function(t,o){return n("div",{key:o,staticClass:"le-label__require-item",class:{"le-label__require-image":0===o}},[n("div",{staticClass:"select-cover__120"},[n("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return n("div",{staticClass:"select-cover__120-edit"},[n("el-image",{attrs:{src:t.url,fit:"cover"}}),n("div",{staticClass:"select-cover__120-tips"},[n("span",[e._v("替换")]),e._v(" | "),n("span",{on:{click:function(t){return t.stopPropagation(),function(){e.value.slideshow.splice(o,1)}()}}},[e._v("删除")])])],1)}}],null,!0),model:{value:e.value.slideshow[o],callback:function(t){e.$set(e.value.slideshow,o,t)},expression:"value.slideshow[index]"}},[n("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[n("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),n("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1)])})),0),e.value.slideshow.length<9?n("div",{staticClass:"le-label__require-item"},[n("div",{staticClass:"select-cover__120"},[n("pictureDialog",{attrs:{limit:9-e.value.slideshow.length,max:9},on:{confirm:e.arrayConcat},scopedSlots:e._u([{key:"preview",fn:function(t){return n("div",{staticClass:"select-cover__120-add"},[n("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),n("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])}}],null,!1,2764396145)},[n("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[n("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),n("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1)]):e._e(),n("p",{staticClass:"he-tips",staticStyle:{"padding-left":"0",clear:"both"}},[e._v("建议尺寸:800*800,可拖拽改变图片顺序,首张图为主图,最多上传9张")])],1),n("el-form-item",{attrs:{label:"是否添加视频"}},[n("el-switch",{attrs:{"active-value":1,"inactive-value":0},model:{value:e.value.is_video,callback:function(t){e.$set(e.value,"is_video",t)},expression:"value.is_video"}})],1),e.value.is_video?n("el-form-item",{attrs:{label:"视频来源"}},[n("el-radio-group",{model:{value:e.value.videoType,callback:function(t){e.$set(e.value,"videoType",t)},expression:"value.videoType"}},[n("el-radio",{attrs:{label:1}},[e._v("素材库")]),n("el-radio",{attrs:{label:2}},[e._v("网络")])],1)],1):e._e(),e.value.is_video&&2===e.value.videoType?n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("主视频地址")]),n("el-input",{staticClass:"le-video__input",attrs:{placeholder:"复制视频地址到这里"},model:{value:e.value.video.url,callback:function(t){e.$set(e.value.video,"url",t)},expression:"value.video.url"}}),n("p",{staticClass:"he-tips",staticStyle:{"padding-left":"0"}},[e._v("支持视频源地址和腾讯视频平台的网络视频")])],1):e._e(),e.value.is_video&&1===e.value.videoType?n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("主视频")]),n("div",{staticClass:"select-cover__120"},[n("videoDialog",{scopedSlots:e._u([{key:"preview",fn:function(t){return n("div",{staticClass:"select-cover__120-edit"},[n("el-image",{attrs:{src:t.url.cover,fit:"cover"}}),n("div",{staticClass:"select-cover__120-tips"},[e._v(" 替换视频 ")])],1)}}],null,!1,1947970994),model:{value:e.value.video,callback:function(t){e.$set(e.value,"video",t)},expression:"value.video"}},[n("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[n("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),n("span",{staticClass:"select-cover__120-text"},[e._v("添加视频")])])])],1),n("p",{staticClass:"he-tips",staticStyle:{"padding-left":"0"}},[e._v("建议时长:10~30秒,宽高比 16:9")])]):e._e(),e.value.is_video?n("el-form-item",[n("span",{attrs:{slot:"label"},slot:"label"},[e._v("视频封面")]),n("div",{staticClass:"select-cover__120"},[n("pictureDialog",{attrs:{limit:1},scopedSlots:e._u([{key:"preview",fn:function(t){return n("div",{staticClass:"select-cover__120-edit"},[n("el-image",{attrs:{src:t.url,fit:"cover"}}),n("div",{staticClass:"select-cover__120-tips"},[n("span",[e._v("替换")]),e._v(" | "),n("span",{on:{click:function(t){return t.stopPropagation(),function(t){return e.value.video_cover=""}()}}},[e._v("删除")])])],1)}}],null,!1,2830970828),model:{value:e.value.video_cover,callback:function(t){e.$set(e.value,"video_cover",t)},expression:"value.video_cover"}},[n("div",{staticClass:"select-cover__120-add",attrs:{slot:"upload"},slot:"upload"},[n("i",{staticClass:"le-icon le-icon-add select-cover__120-icon"}),n("span",{staticClass:"select-cover__120-text"},[e._v("添加图片")])])])],1)]):e._e()],1)}),v=[],h=(n("a434"),n("a9e3"),n("99af"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"picture",staticClass:"video-select",style:{padding:e.padding}},[n("popup",{on:{confirm:e.handleConfirm}},[n("he-icon",{staticClass:"le-icon",attrs:{color:"RGBA(217, 217, 217, 1)",size:"18px",type:"le-icon-add"}}),"16px"!==e.padding?n("p",{attrs:{type:"text"}},[e._v(" 添加"+e._s(e.title)+" ")]):e._e(),e._v(" "+e._s(e.video)+" "),e.video.url?n("div",{staticClass:"picture-selet-content"},[n("div",{staticClass:"picture-selet-image",style:{"padding-top":e.top}},[n("div",{staticClass:"picture-selet-cover",style:{"background-image":"url("+e.video.cover+")"}})]),n("div",{staticClass:"picture-selet-tips flex justify-center"},[n("div",[e._v(" 替换 ")]),n("div",{staticClass:"he-upload__line"},[e._v(" | ")]),n("div",{on:{click:function(t){return t.stopPropagation(),e.onDel(t)}}},[e._v(" 删除 ")])])]):e._e()],1)],1)}),m=[],g=n("2638"),A=n.n(g),y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"picture-selet__detail"},[n("el-card",[n("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[n("span",[e._v("分组名称")])]),n("div",{staticClass:"picture-selet__detail-group"},[n("el-scrollbar",{style:{height:"478px"}},[n("ul",e._l(e.classify,(function(t,o){return n("li",[n("label",{staticClass:"picture-selet__detail-radio"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectClassify,expression:"uploader.selectClassify"}],staticClass:"picture-selet__detail-input",attrs:{type:"radio"},domProps:{value:t.id,checked:e._q(e.uploader.selectClassify,t.id)},on:{change:function(n){return e.$set(e.uploader,"selectClassify",t.id)}}}),n("img",{attrs:{src:"http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png"}}),n("span",[e._v(e._s(t.name))])])])})),0)])],1)]),n("div",{staticClass:"picture-selet__layout"},[n("div",{staticClass:"picture-selet__header"},[n("span",[e._v(e._s(e.classifyInfo.name||"未分组"))]),n("div",{staticClass:"picture-selet__action"},[n("Upload",{attrs:{action:e.uploadFile,onSuccess:e.handleSizeChange,autoUpload:""}},[n("el-button",{attrs:{type:"primary"}},[e._v("上传视频")])],1)],1)]),n("div",{staticClass:"picture-selet__content"},[n("ul",e._l(e.pictures,(function(t,o){return n("li",[0===t.type?n("div",{staticClass:"picture-selet__content-label",on:{click:function(n){return n.stopPropagation(),e.handleChange(t)}}},[n("div",{staticClass:"picture-selet__content-item"},[n("div",{staticClass:"picture-selet__content-item-photo"},[n("div",{staticClass:"picture-selet__content-item-image"},[n("div",{staticClass:"picture-selet__content-item-cover",style:{"background-image":"url(http://manongyun.oss-cn-hangzhou.aliyuncs.com/Qmpaas/le-icon-folder.png)"}})])]),n("p",[e._v(" "+e._s(t.title_name)+" ")])])]):e._e(),2===t.type?n("label",{staticClass:"picture-selet__content-label"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.uploader.selectPicture,expression:"uploader.selectPicture"}],staticClass:"picture-selet__content-input",attrs:{type:"radio"},domProps:{value:t,checked:e._q(e.uploader.selectPicture,t)},on:{change:function(n){return e.$set(e.uploader,"selectPicture",t)}}}),n("div",{staticClass:"picture-selet__content-item"},[e._m(0,!0),n("div",{staticClass:"picture-selet__content-item-photo"},[e._m(1,!0),n("div",{staticClass:"picture-selet__content-item-image"},[n("div",{staticClass:"picture-selet__content-item-cover",style:{"background-image":"url("+t.cover+")"}})])]),n("p",[e._v(" 视频"+e._s(t.title_name)+" ")])])]):e._e()])})),0),n("div",{staticClass:"picture-selet__paging"},[n("el-pagination",{attrs:{layout:"prev, pager, next,jumper","page-size":e.pageInfo.size,"current-page":e.pageInfo.current,total:e.pageInfo.total},on:{"current-change":e.handleSizeChange}})],1)])])],1)},_=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"picture-selet__content-close"},[n("i",{staticClass:"le-icon le-icon-tick"})])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"picture-selet__content-item-icon"},[n("i",{staticClass:"le-icon le-icon-shipin"})])}],w=(n("2b3d"),n("3ca3"),n("ddb0"),n("fb6a"),n("b64b"),{inject:["uploader"],props:{type:String,action:{type:Function,default:function(){}},name:{type:String,default:"file"},multiple:Boolean,accept:String,onProgress:Function,onSuccess:Function,onError:Function,beforeUpload:Function,onPreview:{type:Function,default:function(){}},onRemove:{type:Function,default:function(){}},fileList:Array,autoUpload:Boolean,listType:String,disabled:Boolean,limit:Number,onExceed:Function},data:function(){return{mouseover:!1,reqs:{}}},methods:{isImage:function(e){return-1!==e.indexOf("image")},handleChange:function(e){var t=e.target.files;t&&this.uploadFiles(t)},uploadFiles:function(e){var t=this;if(this.limit&&this.fileList.length+e.length>this.limit)this.onExceed&&this.onExceed(e,this.fileList);else{var n=Array.prototype.slice.call(e);this.multiple||(n=n.slice(0,1)),0!==n.length&&n.forEach((function(e){t.autoUpload&&t.upload(e)}))}},upload:function(e){var t=this;if(this.$refs.input.value=null,!this.beforeUpload)return this.post(e);var n=this.beforeUpload(e);n&&n.then?n.then((function(n){var o=Object.prototype.toString.call(n);if("[object File]"===o||"[object Blob]"===o){for(var i in"[object Blob]"===o&&(n=new File([n],e.name,{type:e.type})),e)e.hasOwnProperty(i)&&(n[i]=e[i]);t.post(n)}else t.post(e)}),(function(){t.onRemove(null,e)})):!1!==n?this.post(e):this.onRemove(null,e)},abort:function(e){var t=this.reqs;if(e){var n=e;e.uid&&(n=e.uid),t[n]&&t[n].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())},post:function(e){var t=this,n=e.uid,o=this.action(e,this.uploader.groupID);this.reqs[n]=o,o&&o.then&&o.then((function(o){t.onSuccess(o,e),delete t.reqs[n]})).catch((function(o){console.error("error错误",o),t.onError(o,e),delete t.reqs[n]}))}},render:function(e){var t=this.handleClick,n=(this.drag,this.name),o=this.handleChange,i=this.multiple,r=this.accept,a=this.listType,l=(this.uploadFiles,this.disabled,this.handleKeydown),s={class:{"el-upload":!0},on:{click:t,keydown:l}};return s.class["el-upload--".concat(a)]=!0,e("div",A()([{},s,{attrs:{tabindex:"0"}}]),[this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:n,multiple:i,accept:r},ref:"input",on:{change:o}})])}}),b=w,x=n("2877"),E=Object(x["a"])(b,o,i,!1,null,null,null),C=E.exports,S=n("2f62"),k=Object(S["a"])("video"),M=k.mapState,N=k.mapActions,T=k.mapMutations,B={components:{Upload:C},inject:["uploader"],data:function(){return{keyword:"",pageSize:5,pageTotal:0,pageCurrent:1}},computed:Object(d["a"])({},M(["classify","pictures","pageInfo","classifyInfo"])),mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:""==e.uploader.selectClassify&&(e.uploader.selectClassify=e.classify[0].id);case 1:case"end":return t.stop()}}),t)})))()},methods:Object(d["a"])(Object(d["a"])(Object(d["a"])({},T(["setClassifyInfo"])),N(["handlePictures"])),{},{handleSuccess:function(){},handleSizeChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;""==this.uploader.selectClassify&&(this.uploader.selectClassify=this.classify[0].id),this.handlePictures({id:this.uploader.selectClassify,current:e})},handleChange:function(e){var t=this;this.handlePictures({id:e.id,current:1}).then((function(n){t.uploader.selectClassify=e.id,t.setClassifyInfo({id:e.id,name:e.title_name})}))},getVideoImage:function(e,t){if(e&&0==e.type.indexOf("video/")){var n=document.createElement("video");n.src=URL.createObjectURL(e),n.addEventListener("loadeddata",(function(){this.currentTime=1})),n.addEventListener("seeked",(function(){this.width=this.videoWidth,this.height=this.videoHeight;var n=document.createElement("canvas"),o=n.getContext("2d");n.width=this.width,n.height=this.height,o.drawImage(this,0,0,n.width,n.height);var i={url:n.toDataURL("image/jpeg",1),width:this.width,height:this.height,currentTime:this.currentTime,duration:this.duration};n.toBlob((function(n){i.blob=n,"function"==typeof t&&t.call(e,i)}),"image/jpeg")}))}},uploadFile:function(e){var t=this;return new Promise((function(n,o){var i=new FormData;t.getVideoImage(e,(function(r){i.append("content",e),i.append("cover",r.url),i.append("type",2),i.append("group_id",t.uploader.selectClassify),t.$heshop.video(i).then((function(e){n(e)})).catch((function(e){o(e)}))}))}))}})},R=B,I=(n("151d"),Object(x["a"])(R,y,_,!1,null,"3dcd469a",null)),P=I.exports,D=Object(S["a"])("video"),O=D.mapState,H=D.mapMutations,F=D.mapActions,L={components:{Detail:P},provide:function(){return{uploader:this}},props:{visible:{type:Boolean,default:!1},limit:{type:Number,default:1}},data:function(){return{selectClassify:"",selectPicture:{},dialogVisible:!1}},computed:Object(d["a"])({},O(["classify","pictures","classifyInfo"])),created:function(){},watch:{selectClassify:function(e){var t=this.classify;for(var n in t){var o=t[n];o.id==e&&this.setClassifyInfo(o)}this.handlePictures({id:e,current:1})}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.handleClassify();case 1:case"end":return t.stop()}}),t)})))()},methods:Object(d["a"])(Object(d["a"])(Object(d["a"])({},H(["setClassifyInfo"])),F(["handleClassify","handlePictures"])),{},{handleClick:function(){this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleConfirm:function(){this.dialogVisible=!1,this.$emit("confirm",this.selectPicture)}}),render:function(e){var t=this.dialogVisible,n=this.handleClick,o=this.handleClose,i=this.handleConfirm,r=this.$slots.trigger||this.$slots.default,a={on:{click:n}},l={props:{visible:t,title:"选视频","before-close":o,width:"1077px","destroy-on-close":!0}};return e("div",{class:"goods-dialog"},[e("div",A()([{},a]),[r]),e("el-dialog",A()([{},l]),[e(P),e("template",{slot:"footer"},[e("el-button",{on:{click:o}},["取 消"]),e("el-button",{attrs:{type:"primary"},on:{click:i}},["确 定"])])])])}},j=L,U=(n("bf03"),Object(x["a"])(j,r,a,!1,null,"edfe7f16",null)),Q=U.exports,$={components:{popup:Q},props:{value:{type:[String,Number,Boolean,Object,Array],default:""},title:{type:[String,Number,Boolean],default:"视频"}},data:function(){return{padding:"28px",top:"100%"}},computed:{video:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},created:function(){},watch:{},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){var n,o,i;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:n=e.$refs.picture.offsetHeight,o=e.$refs.picture.offsetWidth,i=o,n>o?(i=n,e.top=o/n*100+"%"):e.top=n/o*100+"%",e.padding=i>100?"28px":i>60?"10px 0 0 0":"16px";case 5:case"end":return t.stop()}}),t)})))()},methods:{handleConfirm:function(e){this.video=e},onDel:function(){this.video={}}}},z=$,Y=(n("8527"),Object(x["a"])(z,h,m,!1,null,"65f59088",null)),V=Y.exports,J=n("b76a"),G=n.n(J),q={name:"addBasic",components:{heUploadVideo:V,vuedraggable:G.a},props:{value:{type:Object}},data:function(){return{catObject:{cat:[],result:[]},catTree:[]}},mounted:function(){var e=this;this.getGroupList().then((function(t){e.catTree=t}))},methods:{arrayConcat:function(e){for(var t in e)"[object String]"===Object.prototype.toString.call(e[t])&&this.value.slideshow.push(e[t])},deleteTag:function(e,t){var n=this;this.catObject.result.splice(t,1);var o=e.path.split("-").map(Number),i=o.length;if(3===i){var r=!1,a=!1;this.catObject.result.forEach((function(e,t){e.id===o[1]&&(a||(a=!0,n.catObject.result.splice(t,1)),n.catObject.result.forEach((function(e,t){e.id===o[2]&&(r||(r=!0,n.catObject.result.splice(t,1)))})))}))}else if(2===i){var l=!1;this.catObject.result.forEach((function(e,t){e.id===o[1]&&(l||(l=!0,n.catObject.result.splice(t,1)))}))}this.value.group=this.catObject.result.map((function(e){return e.id}))},getGroup:function(e){this.value.group=e.result.map((function(e){return e.id}))},getGroupList:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){var n,o,i;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$heshop.group("get",{include:"goods"});case 2:return n=t.sent,e.catObject.cat=n,o=JSON.parse(JSON.stringify(n)),i=e.$heshop.toTree({parentKey:"parent_id",idKey:"id",parentId:0,childrenKey:"children"}).on(o).get(),i.forEach((function(e){e.value=e.name,e.children&&e.children.forEach((function(t){t.value="".concat(e.value," > ").concat(t.name),t.children&&t.children.forEach((function(e){e.value="".concat(t.value," > ").concat(e.name)}))}))})),t.abrupt("return",i);case 8:case"end":return t.stop()}}),t)})))()}},watch:{"value.slideshow":{handler:function(e,t){var n=this;console.log(e),"undefined"!=typeof this.$refs.form&&e!=t&&setTimeout((function(){n.$refs.form.validateField("slideshow")}),10)},immediate:!0},"value.video":{handler:function(e,t){console.log(e),"undefined"!=typeof this.$refs.form&&e!=t&&this.$refs.form.validateField("video")},immediate:!0},value:{handler:function(e){var t=this,n=e.group,o=[];n.forEach((function(e){t.catTree.forEach((function(t){t.id==e&&o.push(t),t.children&&t.children.forEach((function(t){t.id==e&&o.push(t),t.children&&t.children.forEach((function(t){t.id==e&&o.push(t)}))}))}))})),this.catObject.result=o,console.log(o)},deep:!0}}},X=q,W=(n("789d"),Object(x["a"])(X,p,v,!1,null,null,null)),K=W.exports,Z=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("规格选择")]),n("el-radio-group",{on:{change:e.paramTypeChange},model:{value:e.value.param_type,callback:function(t){e.$set(e.value,"param_type",t)},expression:"value.param_type"}},[n("el-radio",{attrs:{label:1}},[e._v("单规格")]),n("el-radio",{attrs:{label:2}},[e._v("多规格")])],1)],1),1===e.value.param_type?n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("规格值")]),n("el-input",{on:{input:e.paramValueChange},model:{value:e.value.param.param_data[0].value[0].value,callback:function(t){e.$set(e.value.param.param_data[0].value[0],"value",t)},expression:"value.param.param_data[0].value[0].value"}})],1):e._e(),2===e.value.param_type?n("specification",{ref:"specification",on:{change:e.handleChange},model:{value:e.value.param,callback:function(t){e.$set(e.value,"param",t)},expression:"value.param"}}):e._e(),1===e.value.param_type?n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("商品价格")]),n("el-input",{attrs:{maxlength:8},model:{value:e.value.price,callback:function(t){e.$set(e.value,"price",t)},expression:"value.price"}},[n("template",{slot:"append"},[e._v("元")])],2)],1):e._e(),n("el-form-item",{attrs:{label:"划线价"}},[n("el-input",{attrs:{maxlength:8},model:{value:e.value.line_price,callback:function(t){e.$set(e.value,"line_price",t)},expression:"value.line_price"}},[n("template",{slot:"append"},[e._v("元")])],2),n("p",{staticClass:"he-tips",staticStyle:{"padding-left":"0",margin:"0"}},[e._v("当商品无任何优惠时,显示划线价")])],1),1===e.value.param_type&&e.value.param.goods_data.length>0?n("el-form-item",{attrs:{label:"成本价",maxlength:10}},[n("el-input",{model:{value:e.value.param.goods_data[0].cost_price,callback:function(t){e.$set(e.value.param.goods_data[0],"cost_price",t)},expression:"value.param.goods_data[0].cost_price"}},[n("template",{slot:"append"},[e._v("元")])],2)],1):e._e(),n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("库存")]),n("el-input",{attrs:{disabled:2===e.value.param_type},model:{value:e.value.stocks,callback:function(t){e.$set(e.value,"stocks",t)},expression:"value.stocks"}})],1),1===e.value.param_type&&e.value.param.goods_data.length>0?n("el-form-item",{attrs:{label:"重量"}},[n("el-input",{model:{value:e.value.param.goods_data[0].weight,callback:function(t){e.$set(e.value.param.goods_data[0],"weight",t)},expression:"value.param.goods_data[0].weight"}},[n("template",{slot:"append"},[e._v("KG")])],2)],1):e._e(),1===e.value.param_type&&e.value.param.goods_data.length>0?n("el-form-item",{attrs:{label:"货号"}},[n("el-input",{model:{value:e.value.param.goods_data[0].goods_sn,callback:function(t){e.$set(e.value.param.goods_data[0],"goods_sn",t)},expression:"value.param.goods_data[0].goods_sn"}})],1):e._e(),n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("单位")]),n("el-input",{on:{input:function(t){e.value.unit=e.unitCheck(e.value.unit)}},model:{value:e.value.unit,callback:function(t){e.$set(e.value,"unit",t)},expression:"value.unit"}})],1),n("el-form-item",{attrs:{label:"虚拟已售"}},[n("el-input",{model:{value:e.value.virtual_sales,callback:function(t){e.$set(e.value,"virtual_sales",t)},expression:"value.virtual_sales"}})],1)],1)},ee=[],te=(n("5319"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"specification"},[n("el-form-item",{attrs:{label:"商品规格",required:""}},[e._l(e.selectData,(function(t,o){return n("div",{key:o+"_"+Date.parse(new Date),staticClass:"specification-attr"},[n("Item",{ref:"selectItem",refInFor:!0,attrs:{is_cover:!e.is_delete(o),size:e.is_size(o),is_delete:e.is_delete(o)},on:{delete:function(t){return e.handleDelete(o)}},model:{value:e.selectData[o],callback:function(t){e.$set(e.selectData,o,t)},expression:"selectData[index]"}})],1)})),n("div",{staticClass:"specification-tools__add"},[n("el-button",{directives:[{name:"popup",rawName:"v-popup.selectGroupTemplate",value:{selectData:e.selectData,result:{}},expression:"{\n selectData: selectData,\n result: {},\n }",modifiers:{selectGroupTemplate:!0}}],attrs:{disabled:e.forbidden,module:"goods",title:"选择规格模板",width:"704",action:"getTemp"}},[e._v("使用规格模板")]),n("el-button",{attrs:{disabled:e.forbidden},on:{click:e.handleAddClick}},[e._v("添加规格")]),n("span",{staticClass:"__tips"},[e._v("最多设置3个规格")])],1)],2),e.tableData.length>0&&e.tableData[0].param_value?n("el-form-item",{attrs:{label:"规格明细"}},[n("Table",{attrs:{data:e.selectData},model:{value:e.tableData,callback:function(t){e.tableData=t},expression:"tableData"}})],1):e._e()],1)}),ne=[],oe=(n("13d5"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"specification-item"},[n("div",{staticClass:"specification-item__header"},[n("label",{staticClass:"specification-item__label"},[e._v(" 规格名 ")]),n("div",{staticClass:"specification-item__input"},[n("el-input",{attrs:{type:"text",maxlength:"10","show-word-limit":""},on:{blur:e.handleTitleBlur},model:{value:e.title,callback:function(t){e.title=t},expression:"title"}})],1),e.is_cover?n("div",{staticClass:"specification-item__input __checked"},[n("el-checkbox",{on:{change:e.handleChecked},model:{value:e.checked,callback:function(t){e.checked=t},expression:"checked"}},[e._v("规格图片")])],1):e._e(),e.is_delete?n("i",{staticClass:"le-icon le-icon-cha2 specification-item__header__close",attrs:{slot:"suffix"},on:{click:e.handleDelHeader},slot:"suffix"}):e._e()]),n("div",{staticClass:"specification-item__content"},[n("label",{staticClass:"specification-item__label"},[e._v(" 规格值 ")]),n("div",{staticClass:"specification-item__list"},[e._l(e.tableData,(function(t,o){return n("div",{key:o,staticClass:"specification-item__input"},[n("el-input",{attrs:{type:"text",maxlength:"20","show-word-limit":"","data-index":o},on:{blur:e.handleInputBlur},model:{value:t.value,callback:function(n){e.$set(t,"value",n)},expression:"item.value"}},[e.is_delete_item(o)?n("i",{staticClass:"le-icon le-icon-cha2 specification-item__close",attrs:{slot:"suffix"},on:{click:function(t){return e.handleDelClick(o)}},slot:"suffix"}):e._e()]),e.checked&&e.is_cover?n("div",{staticClass:"specification-item__cover"},[n("pictureDialog",{on:{blur:e.handleImageSync},scopedSlots:e._u([{key:"preview",fn:function(o){return n("div",{staticClass:"specification-item__cover-edit"},[n("el-image",{attrs:{src:o.url,fit:"cover"}}),n("i",{staticClass:"le-icon le-icon-cha2 specification-item__cover-close",on:{click:function(n){return n.stopPropagation(),function(n){t.image="",e.handleImageSync()}()}}})],1)}}],null,!0),model:{value:t.image,callback:function(n){e.$set(t,"image",n)},expression:"item.image"}},[n("div",{staticClass:"specification-item__cover-add",attrs:{slot:"upload"},slot:"upload"},[n("i",{staticClass:"le-icon le-icon-add specification-item__cover-icon"}),n("span",{staticClass:"specification-item__cover-text"},[e._v("添加图片")])])])],1):e._e()],1)})),n("div",{staticClass:"specification-item__input"},[e.tableData.length<20?n("span",{staticClass:"specification-item__add",on:{click:e.handleAddClick}},[e._v("添加规格值")]):e._e()]),e.checked&&e.is_cover?n("div",{staticClass:"specification-item__tips"},[e._v(" 仅支持为第一组规格设置规格图片,建议尺寸:800 x 800像素 ")]):e._e()],2)])])}),ie=[],re={props:{value:{type:[Object,Array]},size:{type:Number,default:1},is_cover:{type:Boolean,default:!1},is_delete:{type:Boolean,default:!1},onError:{type:Function}},data:function(){return{checked:!1,title:"",tableData:[{value:"",image:""}],errorList:[]}},computed:{selectData:{get:function(){return this.value},set:function(e){this.$emit("input",e)}}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.value.value&&(e.tableData=JSON.parse(JSON.stringify(e.value.value))),e.checked=e.value.image_status,e.title=e.value.name,e.errorList=[];case 4:case"end":return t.stop()}}),t)})))()},methods:{is_delete_item:function(e){return this.tableData.length!=this.size},handleDelClick:function(e){this.tableData.splice(e,1),this.handleDataSync()},handleAddClick:function(){this.tableData.length<20&&(this.tableData.push({value:"",image:""}),this.handleDataSync())},handleTitleBlur:function(e){e.target.value&&(this.selectData.name=this.title,this.handleDataSync())},handleInputBlur:function(e){for(var t in this.selectData.value){var n=this.selectData.value[t];if(e.target.dataset.index!==t&&n.value&&n.value==e.target.value)return void this.$message({message:"已存在相同规格值",type:"warning"})}this.handleDataSync()},handleDataSync:function(){console.log("更新"),this.selectData.value=JSON.parse(JSON.stringify(this.tableData)),this.$emit("input",this.selectData)},handleDataCheck:function(){for(var e in this.selectData.value){var t=this.selectData.value[e];t.value&&""==t.value&&this.errorList.push("规格值不能为空")}},handleImageCheck:function(){for(var e in this.selectData.value){var t=this.selectData.value[e];t.image&&""==t.image&&this.errorList.push("规格图片不能为空")}},handleDelHeader:function(e){this.$emit("delete",e)},handleChecked:function(e){this.selectData.image_status=e},handleImageSync:function(e){this.handleDataSync()}}},ae=re,le=(n("1f98"),Object(x["a"])(ae,oe,ie,!1,null,"5e22296a",null)),se=le.exports,ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-popover",{staticClass:"specification-popover",attrs:{placement:"bottom-start",title:"",width:"124"},model:{value:e.visible,callback:function(t){e.visible=t},expression:"visible"}},[n("div",{staticClass:"specification-popover__content"},[n("el-input",{attrs:{type:e.type},on:{input:e.inputChange},model:{value:e.inputValue,callback:function(t){e.inputValue=t},expression:"inputValue"}})],1),n("div",{staticClass:"specification-popover__footer"},[n("el-button",{attrs:{type:"text"},on:{click:function(t){e.visible=!1}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary"},on:{click:e.handleConfirm}},[e._v("确定")])],1),n("el-button",{staticStyle:{"padding-left":"0"},attrs:{slot:"reference",type:"text"},slot:"reference"},[e._t("default")],2)],1)},ce=[],de={inject:["self"],props:{field:{type:String,default:""},type:{type:String,default:"numebr"}},data:function(){return{visible:!1,inputValue:null}},methods:{inputChange:function(e){"goods_sn"!==this.field&&(this.inputValue=e.replace(/[^\d\.]/g,""))},handleConfirm:function(){if(this.self){for(var e in this.self.checkedCities){var t=this.self.checkedCities[e];t[this.field]>=0&&(t[this.field]=this.inputValue)}this.visible=!1,this.inputValue=null}}}},fe=de,pe=(n("3479"),Object(x["a"])(fe,ue,ce,!1,null,"ad7ab7e6",null)),ve=pe.exports,he={components:{popover:ve},provide:function(){return{self:this}},props:{value:{type:[Array]},data:{type:[Array]}},data:function(){return{numsum:0,checkAll:!1,isIndeterminate:!1,checkedCities:[]}},methods:{handleSelection:function(e){var t=e.length;this.checkedCities=e,this.checkAll=t===this.value.length,this.isIndeterminate=t>0&&t9999999&&o("价格最大不能超过9999999"),"stocks"===e.target.name&&n>999999999&&o("库存最大值不能超过999999999"),"cost_price"===e.target.name&&n>9999999&&o("成本价最大不能超过9999999"),"weight"===e.target.name&&n>1e4&&o("重量最大不能超过10000kg"),e.target.name},clearNoNum:function(e,t,n){"goods_sn"!==n&&("stocks"==n?t.row[n]=e.replace(/[^\d]/g,""):(e=e.replace(/[^\d.]/g,""),e=e.replace(/\.{2,}/g,"."),e=e.replace(".","$#$").replace(/\./g,"").replace("$#$","."),e=e.replace(/^(\-)*(\d+)\.(\d\d).*$/,"$1$2.$3"),e.indexOf(".")<0&&""!=e?t.row[n]=parseFloat(e):t.row[n]=e))}},render:function(){var e=this,t=arguments[0],n=this.handleSelection,o=this.data,i=this.inputChange,r=this.clearNoNum,a=(this.numsum,[]),l=this.value.length<8?56*this.value.length+92:"526",s={props:{"use-virtual":!0,data:this.value,border:!1,stripe:!1,"row-height":56,rules:"rules",height:l+"px","tooltip-effect":"dark","big-data-checkbox":!0},on:{"selection-change":n},ref:"multipleTable"},u=function(e){var n=o[e];n.name&&a.push({props:{width:156,label:n.name},scopedSlots:{default:function(n){var o=n.row["param_value"].split("_");return t("div",{class:"__table_tag"},[o[e]])}}})};for(var c in o)u(c);var f=[{name:"price",label:"价格",unique:!0,fixed:"right",width:110},{name:"stocks",label:"库存",fixed:"right",unique:!0,width:110},{name:"cost_price",label:"成本价(元)",fixed:"right",unique:!1,width:110},{name:"weight",label:"重量(kg)",fixed:"right",unique:!1,width:110},{name:"goods_sn",fixed:"right",label:"货号",unique:!1,width:110}],p=function(n){var o=f[n];o.name&&a.push({props:Object(d["a"])({},o),scopedSlots:{header:function(){return o.unique?t("label",[t("span",{style:"color: red"},["*"])," ",o.label]):o.label},default:function(n){var a={on:{keyup:i}},l=function(e){r(e,n,o.name)};return"stocks"===o.name&&n.row[o.name],t("el-input",A()([{},a,{on:{blur:i,input:l},attrs:{name:o.name},model:{value:n.row[o.name],callback:function(t){e.$set(n.row,o.name,t)}}}]))}}})};for(var v in f)p(v);var h={props:{indeterminate:this.isIndeterminate},on:{change:this.handleCheckAllChange}},m=this.checkAll,g=this.checkedCities.length>0?t("div",{class:"footer_popover"},[t(ve,{attrs:{field:"price"}},["价格"]),t(ve,{attrs:{field:"stocks"}},["库存"]),t(ve,{attrs:{field:"cost_price"}},["成本价"]),t(ve,{attrs:{field:"weight"}},["重量"]),t(ve,{attrs:{field:"goods_sn"}},["货号"])]):"";return t("div",{class:"specification-table"},[t("u-table",A()([{},s]),[t("u-table-column",{attrs:{type:"selection",fixed:"left",width:"40"}}),a.map((function(e){return t("u-table-column",A()([{},e]))}))]),t("div",{class:"specification-table__footer"},[t("div",{class:"__all_checkbox"},[t("el-checkbox",A()([{},h,{model:{value:m,callback:function(e){m=e}}}]),[t("span")])]),t("span",{class:"__all_tips"},["批量设置"]),g])])}},me=he,ge=(n("e00a"),Object(x["a"])(me,l,s,!1,null,"47d63b18",null)),Ae=ge.exports,ye=n("2909"),_e=n("d4ec"),we=n("bee2"),be=(n("a15b"),function(e){var t=e.map((function(e){return e.value})).join("_");return{param_value:e[0].param_value?e[0].param_value+t:t,price:e[0].price?e[0].price:"",stocks:e[0].stocks?e[0].stocks:"",cost_price:e[0].cost_price?e[0].cost_price:"",weight:e[0].weight?e[0].weight:"",goods_sn:e[0].goods_sn?e[0].goods_sn:""}}),xe=function(){function e(t){Object(_e["a"])(this,e),this.dataList=t}return Object(we["a"])(e,[{key:"run",value:function(e){if(this.dataList.length>1)return this.dataList.reduce(this.sortTable);var t=[],n=this.dataList.shift();for(var o in n){var i=n[o];i.value&&t.push({cost_price:"",goods_sn:"",param_value:i.value,price:"",stocks:"",weight:""})}return t}},{key:"sortTable",value:function(e,t){for(var n=[],o=0;o0?this.value.param_data:[{name:"",image_status:!1,value:[{value:"",image:""},{value:"",image:""}]}]},set:function(e){this.value.param_data=e}},forbidden:function(){return this.selectData.length>=3}},watch:{selectData:{deep:!0,handler:function(e){this.handleSumClick(e)}},tableData:{deep:!0,handler:function(e){this.value.goods_data=e,this.totalStock(e),this.value.stock=this.totalStocks,this.value.price=this.totalPrice>=0?this.totalPrice:0,this.$emit("change",this.value)}}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.tableData=e.value.goods_data||[];case 1:case"end":return t.stop()}}),t)})))()},methods:{is_size:function(e){return 0===e?2:1},is_delete:function(e){return 0!==e},totalStock:function(e){var t=this;this.totalPrice=-1,this.totalStocks=0,e.reduce((function(e,n){(-1==t.totalPrice||t.totalPrice>n.price)&&(t.totalPrice=n.price),t.totalStocks+=parseInt(n.stocks)}),0)},handleSumClick:function(e){var t=[];for(var n in e){var o=e[n];o.value&&t.push(o.value)}if(this.tableData.length>0){var i=JSON.parse(JSON.stringify(this.tableData)),r=new xe(t).run(),a={};for(var l in i){var s=i[l];if(s.param_value){var u=Ce()(s.param_value);a[u]=s}}for(var c in r){var d=r[c];if(d.param_value){var f=Ce()(d.param_value);a[f]&&(r[c]=a[f])}}this.tableData=r}else this.tableData=new xe(t).run()},handleAddClick:function(){this.selectData.length<3&&this.selectData.push({title:"",size:1,is_delete:!0,is_cover:!1,data:[{name:""}]})},handleDataCheck:function(){this.errorList=[];var e=this.$refs.selectItem;for(var t in e){var n=e[t];if(""==n.title){this.errorList.push("规格名不能为空");break}var o=n.tableData;for(var i in o){var r=o[i];if(""==r.value){this.errorList.push("规格值不能为空");break}if(n.is_cover&&n.checked&&""==r.image){this.errorList.push("规格图片不能为空");break}}}return this.errorList},handleDelete:function(e){this.selectData.splice(e,1)},getTemp:function(e){var t=this,n=e.result;if(0!==n.param_data.length){var o=n.param_data.map((function(e){return{image:"",value:e.name}}));1===this.selectData.length&&""===this.selectData[0].name?this.selectData=[{image_status:!1,name:n.param_name,value:o}]:this.selectData.push({image_status:!1,name:n.param_name,value:o}),this.$nextTick((function(){t.$refs.selectItem[t.$refs.selectItem.length-1].handleDataSync()}))}}}},ke=Se,Me=(n("b7f3"),Object(x["a"])(ke,te,ne,!1,null,"8ccff7cc",null)),Ne=Me.exports,Te={props:{value:{type:Object}},methods:{unitCheck:function(e){return e=e.substr(0,2),e.replace(/[0-9]/g,"")},handleChange:function(e){this.value.stocks=e.stock,this.value.price=e.price},paramValueChange:function(e){console.log("eeeeeeeeee",e),this.value.param.goods_data[0].param_value=e},paramTypeChange:function(){this.value.param={goods_data:[{param_value:"",price:"",stocks:1e3,cost_price:"",weight:"",goods_sn:""}],param_data:[{name:"",image_status:!1,value:[{value:"",image:""},{value:"",image:""}]}]},this.value.stocks=1e3,this.value.price=0},getData:function(e){var t=this,n=0;e.forEach((function(e){t.value.price>e.price&&(t.value.price=e.price),n+=e.stocks?parseInt(e.stocks):0})),this.value.stocks=n},handleDataCheck:function(){return this.$refs.specification.handleDataCheck()}},watch:{"value.stocks":{handler:function(e){1===this.value.param_type&&(this.value.param.goods_data[0].stocks=e)},deep:!0,immediate:!0},"value.price":{handler:function(e){1===this.value.param_type&&(this.value.param.goods_data[0].price=e)},deep:!0,immediate:!0}},components:{specification:Ne}},Be=Te,Re=(n("d0dd"),Object(x["a"])(Be,Z,ee,!1,null,"f1ea74b4",null)),Ie=Re.exports,Pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-form",{ref:"form",staticClass:"he-add-logistic",attrs:{model:e.value,"label-width":"160px"}},[n("el-form-item",{attrs:{label:"配送方式"}},[n("span",{staticClass:"he-delivery"},[e._v("快递配送")])]),n("el-form-item",[n("span",{staticClass:"le-label__require",attrs:{slot:"label"},slot:"label"},[e._v("运费设置")]),n("div",{staticStyle:{"margin-bottom":"10px"}},[n("el-radio",{staticClass:"he-margin-right",attrs:{label:1},model:{value:e.value.ft_type,callback:function(t){e.$set(e.value,"ft_type",t)},expression:"value.ft_type"}},[e._v("统一运费")]),n("el-input",{attrs:{disabled:2===e.value.ft_type},nativeOn:{keyup:function(t){e.value.ft_price=e.oninput(e.value.ft_price)}},model:{value:e.value.ft_price,callback:function(t){e.$set(e.value,"ft_price",t)},expression:"value.ft_price"}},[n("template",{slot:"append"},[e._v("元")])],2)],1),n("div",{staticClass:"el-row--flex"},[n("div",[n("el-radio",{staticClass:"he-margin-right",attrs:{label:2},model:{value:e.value.ft_type,callback:function(t){e.$set(e.value,"ft_type",t)},expression:"value.ft_type"}},[e._v("运费模板")]),n("el-select",{directives:[{name:"loading",rawName:"v-loading",value:e.templateLoading,expression:"templateLoading"}],attrs:{placeholder:"请选择",disabled:1===e.value.ft_type},model:{value:e.value.ft_id,callback:function(t){e.$set(e.value,"ft_id",t)},expression:"value.ft_id"}},e._l(e.templateList,(function(e){return n("el-option",{key:e.id,attrs:{value:e.id,label:e.name}})})),1)],1),n("div",{staticClass:"flex justify-center align-center he-btn"},[n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.router("/order/freightPublish")}}},[e._v(" 新建 ")]),n("span",{staticClass:"le-line-btn"}),n("el-button",{attrs:{type:"text"},on:{click:e.getShipping}},[e._v(" 刷新 ")])],1)]),n("p",{staticClass:"he-tips",staticStyle:{margin:"7px 0 0 15px"}},[e._v("模板支持对不同区域,按件或按重计算运费")])]),n("el-form-item",{attrs:{label:"包邮设置"}},[n("div",{staticClass:"el-row--flex"},[n("div",[n("span",{staticClass:"he-margin-right"},[e._v("包邮模板")]),n("el-select",{directives:[{name:"loading",rawName:"v-loading",value:e.freeLoading,expression:"freeLoading"}],attrs:{placeholder:"请选择"},model:{value:e.value.pfr_id,callback:function(t){e.$set(e.value,"pfr_id",t)},expression:"value.pfr_id"}},e._l(e.freeRules,(function(e){return n("el-option",{key:e.id,attrs:{value:e.id,label:e.name}})})),1)],1),n("div",{staticClass:"flex justify-center align-center he-btn"},[n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.router("/order/shippingPublish")}}},[e._v("新建")]),n("span",{staticClass:"le-line-btn"}),n("el-button",{attrs:{type:"text"},on:{click:e.getFreeShipping}},[e._v("刷新")])],1)]),n("p",{staticClass:"he-tips",staticStyle:{margin:"7px 0 0 0"}},[e._v("模板支持分区域设置包邮条件,指定商品包邮")])])],1)},De=[],Oe=n("a964"),He={props:{value:Object},data:function(){return{templateList:[],freeRules:[],freeLoading:!1,templateLoading:!1}},methods:{getShipping:function(){var e=this;this.templateLoading=!0,this.$heshop.option("get",{module:"logistics",include:"freighttemplate"}).then((function(t){e.templateLoading=!1,e.templateList=t})).catch((function(t){e.templateLoading=!1,e.$message.error(t.data.message)}))},getFreeShipping:function(){var e=this;this.freeLoading=!0,this.$heshop.option("get",{module:"logistics",include:"packagefreerules"}).then((function(t){e.freeLoading=!1,e.freeRules=t})).catch((function(t){e.freeLoading=!1,e.$message.error(t.data.message)}))},router:function(e){var t=this.$router.resolve({path:e});window.open(t.href,"_blank")},oninput:function(e){return Object(Oe["a"])(e)}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.getFreeShipping(),e.getShipping();case 2:case"end":return t.stop()}}),t)})))()}},Fe=He,Le=(n("a190"),Object(x["a"])(Fe,Pe,De,!1,null,"03aac9b9",null)),je=Le.exports,Ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("el-form-item",{attrs:{label:"发放优惠券"}},[n("div",{staticClass:"le-coupon"},e._l(e.value.coupon,(function(t,o){return n("div",{key:o,staticClass:"le-coupon-item flex align-center justify-between"},[n("span",[e._v(e._s(t.info.name))]),n("el-input-number",{staticClass:"le-input-number",attrs:{min:1,max:999999},nativeOn:{keyup:function(t){return e.positiveInteger(t)}},model:{value:t.number,callback:function(n){e.$set(t,"number",n)},expression:"item.number"}}),n("i",{staticClass:"le-icon le-icon-cha2",on:{click:function(t){return e.value.coupon.splice(o,1)}}})],1)})),0),n("div",{staticClass:"flex"},[n("el-button",{directives:[{name:"popup",rawName:"v-popup.chooseCoupon",value:e.coupon,expression:"coupon",modifiers:{chooseCoupon:!0}}],staticClass:"le-coupon-btn",attrs:{module:"goods",title:"选择优惠券",width:"857"}},[e._v(" 选择优惠券 ")]),n("div",{staticClass:"flex align-center"},[n("he-link",{attrs:{href:"features/coupon/detail",target:"_blank"}},[n("span",{staticClass:"le-text-btn le-new"},[e._v("新建")])]),n("span",{staticClass:"le-line"}),n("span",{staticClass:"le-text-btn le-refresh"},[e._v("刷新")])],1)],1),n("div",{staticClass:"he-tips",staticStyle:{"padding-left":"0",clear:"both"}},[e._v(" 购买此商品支付成功后,将自动发放优惠券 ")])])],1)},Qe=[],$e={props:{value:{type:Object}},computed:{coupon:{get:function(){return this.value.coupon},set:function(e){this.value.coupon=e}}},methods:{positiveInteger:function(e){e.target.value=e.target.value.replace(/[^\d]/g,"")}}},ze=$e,Ye=(n("5986"),Object(x["a"])(ze,Ue,Qe,!1,null,"32ee00a0",null)),Ve=Ye.exports,Je=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-form",{ref:"form",attrs:{model:e.form,"label-width":"160px"}},[n("el-form-item",{attrs:{label:"每人限购"}},[n("div",{staticStyle:{"margin-bottom":"5px"}},[n("el-switch",{attrs:{"active-value":1,"inactive-value":0},model:{value:e.value.limit_buy_status,callback:function(t){e.$set(e.value,"limit_buy_status",t)},expression:"value.limit_buy_status"}})],1),1===e.value.limit_buy_status?n("el-input",{staticClass:"le-limit",attrs:{maxlength:7},on:{input:function(t){e.value.limit_buy_value=t.replace(/[^\d]/g,"")}},model:{value:e.value.limit_buy_value,callback:function(t){e.$set(e.value,"limit_buy_value",t)},expression:"value.limit_buy_value"}},[n("el-select",{attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.value.limit_buy_type,callback:function(t){e.$set(e.value,"limit_buy_type",t)},expression:"value.limit_buy_type"}},[n("el-option",{attrs:{label:"每天",value:"day"}}),n("el-option",{attrs:{label:"每周",value:"week"}}),n("el-option",{attrs:{label:"每月",value:"month"}}),n("el-option",{attrs:{label:"永久",value:"all"}})],1),n("template",{slot:"append"},[e._v("件")])],2):e._e()],1),n("el-form-item",{attrs:{label:"起购量"}},[n("el-input",{attrs:{maxlength:7},on:{input:function(t){e.value.min_number=t.replace(/[^\d]/g,"")}},model:{value:e.value.min_number,callback:function(t){e.$set(e.value,"min_number",t)},expression:"value.min_number"}},[n("template",{slot:"append"},[e._v("件")])],2),n("p",{staticClass:"he-tips",staticStyle:{margin:"7px 0 0 0"}},[e._v("商品库存低于起购数时,买家无法下单购买")])],1),n("el-form-item",{attrs:{label:"商品服务"}},[e._l(e.form.serviceObject.select,(function(t,o){return n("el-tag",{key:o,staticClass:"le-cat__footer-tag",attrs:{type:"info",size:"medium",closable:""},on:{close:function(n){return e.deleteTag(t,o)}}},[e._v(" "+e._s(t.title)+" ")])})),n("el-button",{directives:[{name:"popup",rawName:"v-popup.selectService",value:e.form.serviceObject,expression:"form.serviceObject",modifiers:{selectService:!0}}],staticClass:"he-class__button",attrs:{type:"primary",plain:"",title:"选择服务",width:"392",height:"456",module:"goods"}},[e._v("选择服务 ")]),n("he-link",{attrs:{href:"goods/servicePublish",target:"_blank"}},[n("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"}},[e._v(" 新建服务 ")])],1),n("span",{staticStyle:{color:"#623ceb"}},[e._v("|")]),n("el-button",{staticClass:"he-class__button-new",attrs:{type:"text"},on:{click:e.getList}},[e._v(" 刷新 ")])],2),n("el-form-item",{attrs:{label:"上架设置"}},[n("el-radio-group",{model:{value:e.value.is_sale,callback:function(t){e.$set(e.value,"is_sale",t)},expression:"value.is_sale"}},[n("el-radio",{attrs:{label:1}},[e._v("立即上架")]),n("el-radio",{attrs:{label:0}},[e._v("暂不上架")])],1)],1)],1)},Ge=[],qe={props:{value:{type:Object}},data:function(){return{form:{name:"",region:"",date1:"",date2:"",delivery:!1,type:[],resource:"",desc:"",serviceObject:{list:[],select:[],search:""}},list:[],select:[]}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:setTimeout((function(){e.getList()}),800);case 1:case"end":return t.stop()}}),t)})))()},methods:{getList:function(){var e=this;this.$heshop.option("get",{module:"goods",include:"service"}).then((function(t){e.form.serviceObject.select=[];for(var n=e.value.services,o=0;o414)&&(e[t].style.width="100%")}))},beforeDestroy:function(){this.editor.destroy(),this.editor=null}},it=ot,rt=(n("f956"),Object(x["a"])(it,Ze,et,!1,null,"b08ffc7c",null)),at=rt.exports,lt=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("el-row",[o("el-col",{staticClass:"el-row--flex is-justify-center",attrs:{span:24}},[o("div",{staticClass:"he-goodsPreview"},[o("div",{staticClass:"he-goodsPreview__zoom"},[o("div",{staticClass:"he-goodsPreview__content"},[o("div",{staticClass:"he-goodsPreview__banner"},[o("el-carousel",{attrs:{trigger:"click",height:"750px","indicator-position":"none"},on:{change:e.change}},e._l(e.form.slideshow,(function(e,t){return o("el-carousel-item",{key:t},[o("img",{staticClass:"he-goodsPreview__banner-img",attrs:{src:e,alt:""}})])})),1),o("div",{staticClass:"he-goodsPreview__indicators"},[e._v(" "+e._s(e.initialIndex+1)+"/"+e._s(e.form.slideshow.length)+" ")])],1),o("div",{staticClass:"he-goodsPreview__name he-goodsPreview__item"},[o("div",[o("span",{staticClass:"price"},[e._v(e._s(e.form.price))]),o("span",{staticClass:"origin-price"},[e._v("¥"+e._s(e.form.line_price))]),o("span",{staticClass:"sale"},[e._v("已售"+e._s(e.form.sales)+e._s(e.form.unit))])]),o("div",{staticClass:"el-row--flex is-justify-space-between"},[o("div",{staticClass:"he-goodsPreview__title"},[e._v(" "+e._s(e.form.name)+" ")]),o("div",{staticClass:"he-goodsPreview__share"},[o("he-icon",{attrs:{type:"le-icon-fenxiang"}}),o("div",[e._v("分享")])],1)])]),o("div",{staticClass:"he-goodsPreview__item he-goodsPreview__parameter"},[o("div",{staticClass:"el-row--flex is-justify-space-between is-align-middle"},[o("div",{staticClass:"el-row--flex is-align-middle"},[o("div",{staticClass:"label"},[e._v("规格")]),o("div",{staticClass:"content"},[e._v("请选择")])]),o("he-icon",{staticClass:"arrow",attrs:{type:"le-icon-arrow-right"}})],1),o("div",{staticClass:"el-row--flex is-justify-space-between is-align-middle"},[o("div",{staticClass:"el-row--flex is-align-middle"},[o("div",{staticClass:"label"},[e._v("运费")]),o("div",{staticClass:"content"},[e._v("送至北京东区 ¥12.00")])]),o("he-icon",{staticClass:"arrow",attrs:{type:"le-icon-arrow-right"}})],1),o("div",{staticClass:"el-row--flex is-justify-space-between is-align-middle"},[o("div",{staticClass:"el-row--flex is-align-middle"},[o("div",{staticClass:"label"},[e._v("包邮")]),o("div",{staticClass:"content"},[e._v("满¥99部分地区包邮")])]),o("he-icon",{staticClass:"arrow",attrs:{type:"le-icon-arrow-right"}})],1)]),o("div",{staticClass:"he-goodsPreview__item he-goodsPreview__evaluation"},[o("div",{staticClass:"he-goodsPreview__evaluation-header el-row--flex is-justify-space-between is-align-middle"},[o("div",{staticClass:"he-title el-row--flex is-align-middle"},[o("div",{staticClass:"he-title__sign"}),o("div",[e._v("评价")]),o("div",[e._v("(6523)")])]),o("div",{staticClass:"el-row--flex is-align-middle he-more"},[o("div",{staticClass:"he-more__top"},[e._v("查看全部")]),o("he-icon",{staticClass:"arrow",attrs:{type:"le-icon-arrow-right"}})],1)]),o("div",{staticClass:"el-row--flex he-header is-justify-space-between is-align-middle"},[o("div",{staticClass:"el-row--flex is-align-middle"},[o("img",{staticClass:"he-header__avatar",attrs:{src:n("aea3")}}),o("div",{staticClass:"he-header__name"},[e._v("中国人")])]),o("div",{staticClass:"he-header__star el-row--flex"},e._l(5,(function(e,t){return o("he-icon",{key:t,staticClass:"he-header__star-item",attrs:{type:"le-icon-star"}})})),1)]),o("div",{staticClass:"he-header__body"},[e._v(" 手感还不错,聚酯纤维的, 类似雪纺的手感,线头较多,颜色偏暗,长度没有模特那么长,膝盖下面一点,总体比较满意, 如果外面的白纱稍微有点质感会更好,现在有点轻飘飘的,不挺 ")]),o("div",{staticClass:"he-header__footer"})]),o("div",{staticClass:"he-detail"},[o("div",{staticClass:"he-detail__title"},[e._v(" - 商品详情 -")]),o("div",{staticClass:"he-detail__body",domProps:{innerHTML:e._s(e.form.body.content)}})])]),o("div",{staticClass:"he-goodsPreview__footer el-row--flex"},[o("div",{staticClass:"he-icon el-column--flex"},[o("he-icon",{attrs:{type:"le-icon-nav_home_normal"}}),o("div",[e._v("首页")])],1),o("div",{staticClass:"he-icon"},[o("he-icon",{attrs:{type:"le-icon-productdetails_tab_customerservice"}}),o("div",[e._v("首页")])],1),o("div",{staticClass:"he-icon"},[o("he-icon",{attrs:{type:"le-icon-nav_shoppingcart_normal1"}}),o("div",[e._v("购物车")])],1),o("div",{staticClass:"he-cat"},[e._v(" 加入购物车 ")]),o("div",{staticClass:"he-bay"},[e._v(" 立即购买 ")])])])])])],1)},st=[],ut={name:"goodsPreview",props:{img:{type:Array,default:function(){return[]}},detail:{type:String,default:function(){return""}},form:{type:Object}},data:function(){return{initialIndex:0}},methods:{change:function(e){this.initialIndex=e}}},ct=ut,dt=(n("5fc5"),Object(x["a"])(ct,lt,st,!1,null,"7868acf8",null)),ft=dt.exports,pt=n("7d53"),vt={components:{addBasic:K,addPrice:Ie,addLogistic:je,addMarketing:Ve,addOther:Ke,goodsEditor:at,goodsPreview:ft,heloading:pt["a"]},data:function(){return{rules:{group:[{required:!0,message:"请选择商品分类",trigger:"blur"}],video:[{required:!0,message:"请选择主视频",trigger:"change"}],resource:[{required:!0,message:"请选择商品分类",trigger:"change"}],slideshow:[{required:!0,message:"请选择商品轮播图",trigger:"change"}],video_cover:[{required:!0,message:"请选择视频封面",trigger:"change"}],price:[{required:!0,message:"请输入商品价格",trigger:"blur"}],"param.param_data[0].value[0].value":[{required:!0,message:"请输入规格值",trigger:"blur"}],stocks:[{required:!0,message:"请输入商品库存",trigger:"blur"}],unit:[{required:!0,message:"请输入商品单位",trigger:"blur"}],param_type:[{required:!0,message:"请选择规格",trigger:"blur"}]},load:!1,step:0,ruleForm:{pass:"",checkPass:"",age:""},activeName:"first",form:{id:null,group:[],param:{goods_data:[{param_value:"",price:"",stocks:1e3,cost_price:"",weight:"",goods_sn:""}],param_data:[{name:"",image_status:!1,value:[{value:"",image:""},{value:"",image:""}]}]},param_type:1,body:{content:""},pfr_id:null,video_cover:"",video:{type:1},videoType:1,status:null,is_sale:0,is_video:0,slideshow:[],services:[],ft_type:1,limit_buy_type:"day",unit:"件",coupon:[]},loading:!1}},mounted:function(){var e=this;return Object(f["a"])(regeneratorRuntime.mark((function t(){var n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:n=e.$getQueryVariable("id"),n&&e.getDetail(parseInt(n));case 2:case"end":return t.stop()}}),t)})))()},methods:{editSwitch:function(e){if("second"==e){if(0!==this.form.status)return;this.step=1}else this.step=0},previous:function(){this.step=0},preview:function(){this.step=2},onSale:function(){var e=this;this.form.is_sale=1,this.saveDetail("form").then((function(){e.$message.success("上架成功")}))},onSave:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.saveDetail("form").then((function(){t?"first"===e.activeName?e.activeName="second":"second"===e.activeName?e.activeName="third":"third"===e.activeName?e.activeName="fourth":"fourth"===e.activeName?e.activeName="fifth":e.step=1:0===e.form.status?e.$message.success("保存成功"):e.$message.success("已保存到草稿箱")}))},saveDetail:function(e){var t=this;return new Promise((function(n,o){t.$refs[e].validate((function(){var e=t.form,i=e.param_type,r=e.unit,a=e.line_price,l=e.price,s=e.stocks,u=e.virtual_sales,c=e.param,f=e.ft_id,p=e.ft_price,v=e.pfr_id,h=e.ft_type,m=e.limit_buy_status,g=e.limit_buy_type,A=e.limit_buy_value,y=e.min_number,_=e.is_sale,w=e.services,b=e.name,x=e.id,E=e.group,C=e.slideshow,S=e.is_video,k=e.video,M=e.video_cover,N=e.videoType,T=e.coupon,B="",R={};if(b)if(0!==E.length)if(k.url||1!==S)if(1===S&&k.url.length>100&&2===N)t.$message.error("网络图片地址最多允许100字符");else{if(2===i){if(c.param_data.length>3)return void t.$message.error("商品规格最多设置三组");for(var I=0;I20)return void t.$message.error("商品规格值最多设置20个")}switch(t.activeName){case"first":var P=t.$heshop.utils.deepClone(E),D=t.$heshop.utils.deepClone(k),O=P.map((function(e){return e}));B="basicsetting",R={name:b,group:O,slideshow:C,is_video:S,video:Object(d["a"])(Object(d["a"])({},D),{},{type:N})?{url:D.url,cover:D.cover,type:N}:"",video_cover:M},t.form.id?t.$heshop.goods("put",{id:x,behavior:B},R).then((function(e){t.form=Object.assign(t.form,e),n(!0)})).catch((function(e){e.data[0]?e.data.forEach((function(e){t.$message.error(e.message)})):t.$message.error(e.data.message),o(!1)})):t.$heshop.goods("post",R).then((function(e){t.form=Object.assign(t.form,e),n(!0)})).catch((function(e){e.data[0]?t.$message.error(e.data[0].message):t.$message.error(e.data.message),o(!1)}));break;case"second":var H=[];if(1===c.goods_data.length&&0===c.param_data.length&&(c.param_data=[{name:"",value:{value:c.goods_data[0].param_value,image:""}}]),2==i){if(H=t.$refs.addPrice.handleDataCheck(),H.length>0)return void t.$message.error(H[0])}else{if(!c.goods_data[0].param_value)return void t.$message.error("请输入商品规格值");if(!c.goods_data[0].price&&0!=c.goods_data[0].price)return void t.$message.error("请输入商品价格")}if(!s&&0!=s)return void t.$message.error("请输入商品库存");if(!r)return void t.$message.error("请输入商品单位");B="paramsetting",R={param_type:i,param_data:c.param_data,goods_data:JSON.stringify(c.goods_data),unit:r,virtual_sales:u,line_price:a,price:l,stocks:s};break;case"third":B="logisticssetting",R={ft_type:h,pfr_id:v,ft_price:p,ft_id:f};break;case"fourth":B="marketingsetting",T=T.map((function(e){return{coupon_id:e.info.id,number:e.number}})),R={coupon:T};break;case"fifth":B="othersetting",R={limit_buy_type:g,limit_buy_value:A,min_number:y,limit_buy_status:m,is_sale:_,services:w};break}"second"!==t.activeName&&"third"!==t.activeName&&"fourth"!==t.activeName&&"fifth"!==t.activeName||t.$heshop.goods("put",{id:x,behavior:B},R).then((function(e){t.form=Object.assign(t.form,e),n(!0)})).catch((function(e){e.data[0]?e.data.forEach((function(e){t.$message.error(e.message)})):t.$message.error(e.data.message),o(!1)}))}else t.$message.error("请选择主视频");else t.$message.error("请选择商品分类");else t.$message.error("请输入商品名称")}))}))},release:function(){var e=this;this.$heshop.goods("put",{id:this.form.id,behavior:"bodysetting"},{content:this.form.body.content}).then((function(){e.$message.success("保存成功"),e.$router.push({path:"/goods/index"})})).catch((function(t){t.data[0]?t.data.forEach((function(t){e.$message.error(t.message)})):e.$message.error(t.data.message)}))},getDetail:function(e){var t=this;this.loading=!0,this.$heshop.goods("get",e).then((function(e){for(var n=e.param,o=n.goods_data,i=function(e){var t=o[e].param_value,n=t.split("_"),i=[];n.forEach((function(e){i.push({value:e})})),o[e].attrList=i},r=0;r")){var n,r=new RegExp("[$]+","g"),i=0;while(null!=(n=r.exec(e))){var a=n[0].length;a>i&&(i=a)}for(var o=[],u=1;u<=i;u++){for(var h="",d=0;d(.*)/);return t=new Function(p[1],p[2].match(/\breturn\b/)?p[2]:"return "+p[2]),c[e]=t,t}return e},isIEnumerable:function(e){if(typeof Enumerator!==l.Undefined)try{return new Enumerator(e),!0}catch(t){}return!1},defineProperty:null!=Object.defineProperties?function(e,t,n){Object.defineProperty(e,t,{enumerable:!1,configurable:!0,writable:!0,value:n})}:function(e,t,n){e[t]=n},compare:function(e,t){return e===t?0:e>t?1:-1},dispose:function(e){null!=e&&e.dispose()},hasNativeIteratorSupport:function(){return"undefined"!==typeof Symbol&&"undefined"!==typeof Symbol.iterator}},h={Before:0,Running:1,After:2},d=function(e,t,n){var r=new f,i=h.Before;this.current=r.current,this.moveNext=function(){try{switch(i){case h.Before:i=h.Running,e();case h.Running:return!!t.apply(r)||(this.dispose(),!1);case h.After:return!1}}catch(n){throw this.dispose(),n}},this.dispose=function(){if(i==h.Running)try{n()}finally{i=h.After}}},f=function(){var e=null;this.current=function(){return e},this.yieldReturn=function(t){return e=t,!0},this.yieldBreak=function(){return!1}},p=function(e){this.getEnumerator=e};p.Utils={},p.Utils.createLambda=function(e){return u.createLambda(e)},p.Utils.createEnumerable=function(e){return new p(e)},p.Utils.createEnumerator=function(e,t,n){return new d(e,t,n)},p.Utils.extendTo=function(e){var t,n=e.prototype;for(var r in e===Array?(t=A.prototype,u.defineProperty(n,"getSource",(function(){return this}))):(t=p.prototype,u.defineProperty(n,"getEnumerator",(function(){return p.from(this).getEnumerator()}))),t){var i=t[r];n[r]!=i&&(null!=n[r]&&(r+="ByLinq",n[r]==i)||i instanceof Function&&u.defineProperty(n,r,i))}},p.Utils.recallFrom=function(e){var t,n=e.prototype;for(var r in e===Array?(t=A.prototype,delete n.getSource):(t=p.prototype,delete n.getEnumerator),t){var i=t[r];n[r+"ByLinq"]?delete n[r+"ByLinq"]:n[r]==i&&i instanceof Function&&delete n[r]}},p.choice=function(){var e=arguments;return new p((function(){return new d((function(){e=e[0]instanceof Array?e[0]:null!=e[0].getEnumerator?e[0].toArray():e}),(function(){return this.yieldReturn(e[Math.floor(Math.random()*e.length)])}),s.Blank)}))},p.cycle=function(){var e=arguments;return new p((function(){var t=0;return new d((function(){e=e[0]instanceof Array?e[0]:null!=e[0].getEnumerator?e[0].toArray():e}),(function(){return t>=e.length&&(t=0),this.yieldReturn(e[t++])}),s.Blank)}))},p.empty=function(){return new p((function(){return new d(s.Blank,(function(){return!1}),s.Blank)}))},p.from=function(e){if(null==e)return p.empty();if(e instanceof p)return e;if(typeof e==l.Number||typeof e==l.Boolean)return p.repeat(e,1);if(typeof e==l.String)return new p((function(){var t=0;return new d(s.Blank,(function(){return t=t?this.yieldReturn(e):this.yieldBreak()}),s.Blank)})},p.repeat=function(e,t){return null!=t?p.repeat(e).take(t):new p((function(){return new d(s.Blank,(function(){return this.yieldReturn(e)}),s.Blank)}))},p.repeatWithFinalize=function(e,t){return e=u.createLambda(e),t=u.createLambda(t),new p((function(){var n;return new d((function(){n=e()}),(function(){return this.yieldReturn(n)}),(function(){null!=n&&(t(n),n=null)}))}))},p.generate=function(e,t){return null!=t?p.generate(e).take(t):(e=u.createLambda(e),new p((function(){return new d(s.Blank,(function(){return this.yieldReturn(e())}),s.Blank)})))},p.toInfinity=function(e,t){return null==e&&(e=0),null==t&&(t=1),new p((function(){var n;return new d((function(){n=e-t}),(function(){return this.yieldReturn(n+=t)}),s.Blank)}))},p.toNegativeInfinity=function(e,t){return null==e&&(e=0),null==t&&(t=1),new p((function(){var n;return new d((function(){n=e+t}),(function(){return this.yieldReturn(n-=t)}),s.Blank)}))},p.unfold=function(e,t){return t=u.createLambda(t),new p((function(){var n,r=!0;return new d(s.Blank,(function(){return r?(r=!1,n=e,this.yieldReturn(n)):(n=t(n),this.yieldReturn(n))}),s.Blank)}))},p.defer=function(e){return new p((function(){var t;return new d((function(){t=p.from(e()).getEnumerator()}),(function(){return t.moveNext()?this.yieldReturn(t.current()):this.yieldBreak()}),(function(){u.dispose(t)}))}))},p.prototype.traverseBreadthFirst=function(e,t){var n=this;return e=u.createLambda(e),t=u.createLambda(t),new p((function(){var r,i=0,a=[];return new d((function(){r=n.getEnumerator()}),(function(){while(1){if(r.moveNext())return a.push(r.current()),this.yieldReturn(t(r.current(),i));var n=p.from(a).selectMany((function(t){return e(t)}));if(!n.any())return!1;i++,a=[],u.dispose(r),r=n.getEnumerator()}}),(function(){u.dispose(r)}))}))},p.prototype.traverseDepthFirst=function(e,t){var n=this;return e=u.createLambda(e),t=u.createLambda(t),new p((function(){var r,i=[];return new d((function(){r=n.getEnumerator()}),(function(){while(1){if(r.moveNext()){var n=t(r.current(),i.length);return i.push(r),r=p.from(e(r.current())).getEnumerator(),this.yieldReturn(n)}if(i.length<=0)return!1;u.dispose(r),r=i.pop()}}),(function(){try{u.dispose(r)}finally{p.from(i).forEach((function(e){e.dispose()}))}}))}))},p.prototype.flatten=function(){var e=this;return new p((function(){var t,n=null;return new d((function(){t=e.getEnumerator()}),(function(){while(1){if(null!=n){if(n.moveNext())return this.yieldReturn(n.current());n=null}if(t.moveNext()){if(t.current()instanceof Array){u.dispose(n),n=p.from(t.current()).selectMany(s.Identity).flatten().getEnumerator();continue}return this.yieldReturn(t.current())}return!1}}),(function(){try{u.dispose(t)}finally{u.dispose(n)}}))}))},p.prototype.pairwise=function(e){var t=this;return e=u.createLambda(e),new p((function(){var n;return new d((function(){n=t.getEnumerator(),n.moveNext()}),(function(){var t=n.current();return!!n.moveNext()&&this.yieldReturn(e(t,n.current()))}),(function(){u.dispose(n)}))}))},p.prototype.scan=function(e,t){var n;null==t?(t=u.createLambda(e),n=!1):(t=u.createLambda(t),n=!0);var r=this;return new p((function(){var i,a,o=!0;return new d((function(){i=r.getEnumerator()}),(function(){if(o){if(o=!1,n)return this.yieldReturn(a=e);if(i.moveNext())return this.yieldReturn(a=i.current())}return!!i.moveNext()&&this.yieldReturn(a=t(a,i.current()))}),(function(){u.dispose(i)}))}))},p.prototype.select=function(e){if(e=u.createLambda(e),e.length<=1)return new b(this,null,e);var t=this;return new p((function(){var n,r=0;return new d((function(){n=t.getEnumerator()}),(function(){return!!n.moveNext()&&this.yieldReturn(e(n.current(),r++))}),(function(){u.dispose(n)}))}))},p.prototype.selectMany=function(e,t){var n=this;return e=u.createLambda(e),null==t&&(t=function(e,t){return t}),t=u.createLambda(t),new p((function(){var r,i=o,a=0;return new d((function(){r=n.getEnumerator()}),(function(){if(i===o&&!r.moveNext())return!1;do{if(null==i){var n=e(r.current(),a++);i=p.from(n).getEnumerator()}if(i.moveNext())return this.yieldReturn(t(r.current(),i.current()));u.dispose(i),i=null}while(r.moveNext());return!1}),(function(){try{u.dispose(r)}finally{u.dispose(i)}}))}))},p.prototype.where=function(e){if(e=u.createLambda(e),e.length<=1)return new y(this,e);var t=this;return new p((function(){var n,r=0;return new d((function(){n=t.getEnumerator()}),(function(){while(n.moveNext())if(e(n.current(),r++))return this.yieldReturn(n.current());return!1}),(function(){u.dispose(n)}))}))},p.prototype.choose=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n,r=0;return new d((function(){n=t.getEnumerator()}),(function(){while(n.moveNext()){var t=e(n.current(),r++);if(null!=t)return this.yieldReturn(t)}return this.yieldBreak()}),(function(){u.dispose(n)}))}))},p.prototype.ofType=function(e){var t;switch(e){case Number:t=l.Number;break;case String:t=l.String;break;case Boolean:t=l.Boolean;break;case Function:t=l.Function;break;default:t=null;break}return null===t?this.where((function(t){return t instanceof e})):this.where((function(e){return typeof e===t}))},p.prototype.zip=function(){var e=arguments,t=u.createLambda(arguments[arguments.length-1]),n=this;if(2==arguments.length){var r=arguments[0];return new p((function(){var e,i,a=0;return new d((function(){e=n.getEnumerator(),i=p.from(r).getEnumerator()}),(function(){return!(!e.moveNext()||!i.moveNext())&&this.yieldReturn(t(e.current(),i.current(),a++))}),(function(){try{u.dispose(e)}finally{u.dispose(i)}}))}))}return new p((function(){var r,i=0;return new d((function(){var t=p.make(n).concat(p.from(e).takeExceptLast().select(p.from)).select((function(e){return e.getEnumerator()})).toArray();r=p.from(t)}),(function(){if(r.all((function(e){return e.moveNext()}))){var e=r.select((function(e){return e.current()})).toArray();return e.push(i++),this.yieldReturn(t.apply(null,e))}return this.yieldBreak()}),(function(){p.from(r).forEach(u.dispose)}))}))},p.prototype.merge=function(){var e=arguments,t=this;return new p((function(){var n,r=-1;return new d((function(){n=p.make(t).concat(p.from(e).select(p.from)).select((function(e){return e.getEnumerator()})).toArray()}),(function(){while(n.length>0){r=r>=n.length-1?0:r+1;var e=n[r];if(e.moveNext())return this.yieldReturn(e.current());e.dispose(),n.splice(r--,1)}return this.yieldBreak()}),(function(){p.from(n).forEach(u.dispose)}))}))},p.prototype.join=function(e,t,n,r,i){t=u.createLambda(t),n=u.createLambda(n),r=u.createLambda(r),i=u.createLambda(i);var a=this;return new p((function(){var l,c,h=null,f=0;return new d((function(){l=a.getEnumerator(),c=p.from(e).toLookup(n,s.Identity,i)}),(function(){while(1){if(null!=h){var e=h[f++];if(e!==o)return this.yieldReturn(r(l.current(),e));e=null,f=0}if(!l.moveNext())return!1;var n=t(l.current());h=c.get(n).toArray()}}),(function(){u.dispose(l)}))}))},p.prototype.groupJoin=function(e,t,n,r,i){t=u.createLambda(t),n=u.createLambda(n),r=u.createLambda(r),i=u.createLambda(i);var a=this;return new p((function(){var o=a.getEnumerator(),l=null;return new d((function(){o=a.getEnumerator(),l=p.from(e).toLookup(n,s.Identity,i)}),(function(){if(o.moveNext()){var e=l.get(t(o.current()));return this.yieldReturn(r(o.current(),e))}return!1}),(function(){u.dispose(o)}))}))},p.prototype.all=function(e){e=u.createLambda(e);var t=!0;return this.forEach((function(n){if(!e(n))return t=!1,!1})),t},p.prototype.any=function(e){e=u.createLambda(e);var t=this.getEnumerator();try{if(0==arguments.length)return t.moveNext();while(t.moveNext())if(e(t.current()))return!0;return!1}finally{u.dispose(t)}},p.prototype.isEmpty=function(){return!this.any()},p.prototype.concat=function(){var e=this;if(1==arguments.length){var t=arguments[0];return new p((function(){var n,r;return new d((function(){n=e.getEnumerator()}),(function(){if(null==r){if(n.moveNext())return this.yieldReturn(n.current());r=p.from(t).getEnumerator()}return!!r.moveNext()&&this.yieldReturn(r.current())}),(function(){try{u.dispose(n)}finally{u.dispose(r)}}))}))}var n=arguments;return new p((function(){var t;return new d((function(){t=p.make(e).concat(p.from(n).select(p.from)).select((function(e){return e.getEnumerator()})).toArray()}),(function(){while(t.length>0){var e=t[0];if(e.moveNext())return this.yieldReturn(e.current());e.dispose(),t.splice(0,1)}return this.yieldBreak()}),(function(){p.from(t).forEach(u.dispose)}))}))},p.prototype.insert=function(e,t){var n=this;return new p((function(){var r,i,a=0,o=!1;return new d((function(){r=n.getEnumerator(),i=p.from(t).getEnumerator()}),(function(){return a==e&&i.moveNext()?(o=!0,this.yieldReturn(i.current())):r.moveNext()?(a++,this.yieldReturn(r.current())):!(o||!i.moveNext())&&this.yieldReturn(i.current())}),(function(){try{u.dispose(r)}finally{u.dispose(i)}}))}))},p.prototype.alternate=function(e){var t=this;return new p((function(){var n,r,i,a;return new d((function(){i=e instanceof Array||null!=e.getEnumerator?p.from(p.from(e).toArray()):p.make(e),r=t.getEnumerator(),r.moveNext()&&(n=r.current())}),(function(){while(1){if(null!=a){if(a.moveNext())return this.yieldReturn(a.current());a=null}if(null!=n||!r.moveNext()){if(null!=n){var e=n;return n=null,this.yieldReturn(e)}return this.yieldBreak()}n=r.current(),a=i.getEnumerator()}}),(function(){try{u.dispose(r)}finally{u.dispose(a)}}))}))},p.prototype.contains=function(e,t){t=u.createLambda(t);var n=this.getEnumerator();try{while(n.moveNext())if(t(n.current())===e)return!0;return!1}finally{u.dispose(n)}},p.prototype.defaultIfEmpty=function(e){var t=this;return e===o&&(e=null),new p((function(){var n,r=!0;return new d((function(){n=t.getEnumerator()}),(function(){return n.moveNext()?(r=!1,this.yieldReturn(n.current())):!!r&&(r=!1,this.yieldReturn(e))}),(function(){u.dispose(n)}))}))},p.prototype.distinct=function(e){return this.except(p.empty(),e)},p.prototype.distinctUntilChanged=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n,r,i;return new d((function(){n=t.getEnumerator()}),(function(){while(n.moveNext()){var t=e(n.current());if(i)return i=!1,r=t,this.yieldReturn(n.current());if(r!==t)return r=t,this.yieldReturn(n.current())}return this.yieldBreak()}),(function(){u.dispose(n)}))}))},p.prototype.except=function(e,t){t=u.createLambda(t);var n=this;return new p((function(){var r,i;return new d((function(){r=n.getEnumerator(),i=new _(t),p.from(e).forEach((function(e){i.add(e)}))}),(function(){while(r.moveNext()){var e=r.current();if(!i.contains(e))return i.add(e),this.yieldReturn(e)}return!1}),(function(){u.dispose(r)}))}))},p.prototype.intersect=function(e,t){t=u.createLambda(t);var n=this;return new p((function(){var r,i,a;return new d((function(){r=n.getEnumerator(),i=new _(t),p.from(e).forEach((function(e){i.add(e)})),a=new _(t)}),(function(){while(r.moveNext()){var e=r.current();if(!a.contains(e)&&i.contains(e))return a.add(e),this.yieldReturn(e)}return!1}),(function(){u.dispose(r)}))}))},p.prototype.sequenceEqual=function(e,t){t=u.createLambda(t);var n=this.getEnumerator();try{var r=p.from(e).getEnumerator();try{while(n.moveNext())if(!r.moveNext()||t(n.current())!==t(r.current()))return!1;return!r.moveNext()}finally{u.dispose(r)}}finally{u.dispose(n)}},p.prototype.union=function(e,t){t=u.createLambda(t);var n=this;return new p((function(){var r,i,a;return new d((function(){r=n.getEnumerator(),a=new _(t)}),(function(){var t;if(i===o){while(r.moveNext())if(t=r.current(),!a.contains(t))return a.add(t),this.yieldReturn(t);i=p.from(e).getEnumerator()}while(i.moveNext())if(t=i.current(),!a.contains(t))return a.add(t),this.yieldReturn(t);return!1}),(function(){try{u.dispose(r)}finally{u.dispose(i)}}))}))},p.prototype.orderBy=function(e,t){return new m(this,e,t,!1)},p.prototype.orderByDescending=function(e,t){return new m(this,e,t,!0)},p.prototype.reverse=function(){var e=this;return new p((function(){var t,n;return new d((function(){t=e.toArray(),n=t.length}),(function(){return n>0&&this.yieldReturn(t[--n])}),s.Blank)}))},p.prototype.shuffle=function(){var e=this;return new p((function(){var t;return new d((function(){t=e.toArray()}),(function(){if(t.length>0){var e=Math.floor(Math.random()*t.length);return this.yieldReturn(t.splice(e,1)[0])}return!1}),s.Blank)}))},p.prototype.weightedSample=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n,r=0;return new d((function(){n=t.choose((function(t){var n=e(t);return n<=0?null:(r+=n,{value:t,bound:r})})).toArray()}),(function(){if(n.length>0){var e=Math.floor(Math.random()*r)+1,t=-1,i=n.length;while(i-t>1){var a=Math.floor((t+i)/2);n[a].bound>=e?i=a:t=a}return this.yieldReturn(n[i].value)}return this.yieldBreak()}),s.Blank)}))},p.prototype.groupBy=function(e,t,n,r){var i=this;return e=u.createLambda(e),t=u.createLambda(t),null!=n&&(n=u.createLambda(n)),r=u.createLambda(r),new p((function(){var a;return new d((function(){a=i.toLookup(e,t,r).toEnumerable().getEnumerator()}),(function(){while(a.moveNext())return null==n?this.yieldReturn(a.current()):this.yieldReturn(n(a.current().key(),a.current()));return!1}),(function(){u.dispose(a)}))}))},p.prototype.partitionBy=function(e,t,n,r){var i,a=this;return e=u.createLambda(e),t=u.createLambda(t),r=u.createLambda(r),null==n?(i=!1,n=function(e,t){return new x(e,t)}):(i=!0,n=u.createLambda(n)),new p((function(){var o,s,l,c=[];return new d((function(){o=a.getEnumerator(),o.moveNext()&&(s=e(o.current()),l=r(s),c.push(t(o.current())))}),(function(){var a;while(1==(a=o.moveNext())){if(l!==r(e(o.current())))break;c.push(t(o.current()))}if(c.length>0){var u=n(s,i?p.from(c):c);return a?(s=e(o.current()),l=r(s),c=[t(o.current())]):c=[],this.yieldReturn(u)}return!1}),(function(){u.dispose(o)}))}))},p.prototype.buffer=function(e){var t=this;return new p((function(){var n;return new d((function(){n=t.getEnumerator()}),(function(){var t=[],r=0;while(n.moveNext())if(t.push(n.current()),++r>=e)return this.yieldReturn(t);return t.length>0&&this.yieldReturn(t)}),(function(){u.dispose(n)}))}))},p.prototype.aggregate=function(e,t,n){return n=u.createLambda(n),n(this.scan(e,t,n).last())},p.prototype.average=function(e){e=u.createLambda(e);var t=0,n=0;return this.forEach((function(r){t+=e(r),++n})),t/n},p.prototype.count=function(e){e=null==e?s.True:u.createLambda(e);var t=0;return this.forEach((function(n,r){e(n,r)&&++t})),t},p.prototype.max=function(e){return null==e&&(e=s.Identity),this.select(e).aggregate((function(e,t){return e>t?e:t}))},p.prototype.min=function(e){return null==e&&(e=s.Identity),this.select(e).aggregate((function(e,t){return ee(n)?t:n}))},p.prototype.minBy=function(e){return e=u.createLambda(e),this.aggregate((function(t,n){return e(t)")}))},p.prototype.force=function(){var e=this.getEnumerator();try{while(e.moveNext());}finally{u.dispose(e)}},p.prototype.letBind=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n;return new d((function(){n=p.from(e(t)).getEnumerator()}),(function(){return!!n.moveNext()&&this.yieldReturn(n.current())}),(function(){u.dispose(n)}))}))},p.prototype.share=function(){var e,t=this,n=!1;return new v((function(){return new d((function(){null==e&&(e=t.getEnumerator())}),(function(){if(n)throw new Error("enumerator is disposed");return!!e.moveNext()&&this.yieldReturn(e.current())}),s.Blank)}),(function(){n=!0,u.dispose(e)}))},p.prototype.memoize=function(){var e,t,n=this,r=!1;return new v((function(){var i=-1;return new d((function(){null==t&&(t=n.getEnumerator(),e=[])}),(function(){if(r)throw new Error("enumerator is disposed");return i++,e.length<=i?!!t.moveNext()&&this.yieldReturn(e[i]=t.current()):this.yieldReturn(e[i])}),s.Blank)}),(function(){r=!0,u.dispose(t),e=null}))},u.hasNativeIteratorSupport()&&(p.prototype[Symbol.iterator]=function(){return{enumerator:this.getEnumerator(),next:function(){return this.enumerator.moveNext()?{done:!1,value:this.enumerator.current()}:{done:!0}}}}),p.prototype.catchError=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n;return new d((function(){n=t.getEnumerator()}),(function(){try{return!!n.moveNext()&&this.yieldReturn(n.current())}catch(t){return e(t),!1}}),(function(){u.dispose(n)}))}))},p.prototype.finallyAction=function(e){e=u.createLambda(e);var t=this;return new p((function(){var n;return new d((function(){n=t.getEnumerator()}),(function(){return!!n.moveNext()&&this.yieldReturn(n.current())}),(function(){try{u.dispose(n)}finally{e()}}))}))},p.prototype.log=function(e){return e=u.createLambda(e),this.doAction((function(t){typeof console!==l.Undefined&&console.log(e(t))}))},p.prototype.trace=function(e,t){return null==e&&(e="Trace"),t=u.createLambda(t),this.doAction((function(n){typeof console!==l.Undefined&&console.log(e,t(n))}))};var m=function(e,t,n,r,i){this.source=e,this.keySelector=u.createLambda(t),this.descending=r,this.parent=i,n&&(this.comparer=u.createLambda(n))};m.prototype=new p,m.prototype.createOrderedEnumerable=function(e,t,n){return new m(this.source,e,t,n,this)},m.prototype.thenBy=function(e,t){return this.createOrderedEnumerable(e,t,!1)},m.prototype.thenByDescending=function(e,t){return this.createOrderedEnumerable(e,t,!0)},m.prototype.getEnumerator=function(){var e,t,n=this,r=0;return new d((function(){e=[],t=[],n.source.forEach((function(n,r){e.push(n),t.push(r)}));var r=g.create(n,null);r.GenerateKeys(e),t.sort((function(e,t){return r.compare(e,t)}))}),(function(){return r0:p.prototype.any.apply(this,arguments)},A.prototype.count=function(e){return null==e?this.getSource().length:p.prototype.count.apply(this,arguments)},A.prototype.elementAt=function(e){var t=this.getSource();return 0<=e&&e0?t[0]:p.prototype.first.apply(this,arguments)},A.prototype.firstOrDefault=function(e,t){if(e!==o)return p.prototype.firstOrDefault.apply(this,arguments);t=e;var n=this.getSource();return n.length>0?n[0]:t},A.prototype.last=function(e){var t=this.getSource();return null==e&&t.length>0?t[t.length-1]:p.prototype.last.apply(this,arguments)},A.prototype.lastOrDefault=function(e,t){if(e!==o)return p.prototype.lastOrDefault.apply(this,arguments);t=e;var n=this.getSource();return n.length>0?n[n.length-1]:t},A.prototype.skip=function(e){var t=this.getSource();return new p((function(){var n;return new d((function(){n=e<0?0:e}),(function(){return n0&&this.yieldReturn(e[--t])}),s.Blank)}))},A.prototype.sequenceEqual=function(e,t){return(!(e instanceof A||e instanceof Array)||null!=t||p.from(e).count()==this.count())&&p.prototype.sequenceEqual.apply(this,arguments)},A.prototype.toJoinedString=function(e,t){var n=this.getSource();return null==t&&n instanceof Array?(null==e&&(e=""),n.join(e)):p.prototype.toJoinedString.apply(this,arguments)},A.prototype.getEnumerator=function(){var e=this.getSource(),t=-1;return{current:function(){return e[t]},moveNext:function(){return++t=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}});return t}))},"0366":function(e,t,n){var r=n("1c0b");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"03d6":function(e,t,n){var r=n("9c0e"),i=n("6ca1"),a=n("39ad")(!1),o=n("5a94")("IE_PROTO");e.exports=function(e,t){var n,s=i(e),l=0,c=[];for(n in s)n!=o&&r(s,n)&&c.push(n);while(t.length>l)r(s,n=t[l++])&&(~a(c,n)||c.push(n));return c}},"03ec":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"04bb":function(e,t,n){var r=n("d219");function i(e,t,n){var i=r(e),a=arguments.length;return a>1&&(a>2?i.substring(0,n).indexOf(t)===n-1:i.indexOf(t)===i.length-1)}e.exports=i},"04d4":function(e,t,n){var r=n("cef5"),i=n("9b2c"),a=n("9de7"),o=/(.+)\[(\d+)\]$/;function s(e,t,n,i){if(!e[t]){var a,s=t?t.match(o):null,l=n?i:{};return s?(a=r(s[2]),e[s[1]]||(e[s[1]]=new Array(a+1)),e[s[1]][a]=l):e[t]=l,l}return n&&(e[t]=i),e[t]}function l(e,t,n){if(e)if(!e[t]&&!a(e,t)||c(t))for(var r=e,o=i(t),l=o.length,u=0;uu){var f,p=l(arguments[u++]),m=h?i(p).concat(h(p)):i(p),g=m.length,v=0;while(g>v)f=m[v++],r&&!d.call(p,f)||(n[f]=p[f])}return n}:c},"079e":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},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:"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()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":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}))},"086f":function(e,t,n){var r=n("9a21");function i(e,t){var n=Object[e];return function(e){var i=[];if(e){if(n)return n(e);r(e,t>1?function(t){i.push([""+t,e[t]])}:function(){i.push(arguments[t])})}return i}}e.exports=i},"08a8":function(e,t,n){var r=n("e9ea"),i=n("9b2c"),a=n("9de7");function o(e,t){if(e){if(a(e,t))return!0;var n,o,s,l,c,u,h=i(t),d=0,f=h.length;for(c=e;d>=0;var n=i(r(e,t)),s=n.split("."),l=s[0],c=s[1]||"",u=t-c.length;return t?u>0?l+"."+c+a("0",u):l+o(c,Math.abs(u)):l}e.exports=s},"0946":function(e,t,n){var r=n("e11b"),i=n("b39a3"),a=n("6628"),o=n("62e1"),s=n("fedd"),l=n("27ad");function c(e){return e=s(e),l(e)?Math.floor((a(e)-a(o(e,0,i)))/r)+1:NaN}e.exports=c},"0983":function(e,t,n){var r=n("c901");e.exports=function(e){return Object(r(e))}},"0a06":function(e,t,n){"use strict";var r=n("c532"),i=n("30b5"),a=n("f6b49"),o=n("5270"),s=n("4a7b");function l(e){this.defaults=e,this.interceptors={request:new a,response:new a}}l.prototype.request=function(e){"string"===typeof e?(e=arguments[1]||{},e.url=arguments[0]):e=e||{},e=s(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,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},l.prototype.getUri=function(e){return e=s(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,i){return this.request(r.merge(i||{},{method:e,url:t,data:n}))}})),e.exports=l},"0a3c":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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",w:"una semana",ww:"%d semanas",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}))},"0a5b":function(e,t,n){var r=n("38bd"),i=r(1,0);e.exports=i},"0a84":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:1,doy:4}});return t}))},"0ae2":function(e,t,n){var r=n("9876"),i=n("fed5"),a=n("1917");e.exports=function(e){var t=r(e),n=i.f;if(n){var o,s=n(e),l=a.f,c=0;while(s.length>c)l.call(e,o=s[c++])&&t.push(o)}return t}},"0b11":function(e,t,n){var r=n("a719"),i=n("a16a"),a=r("indexOf",i);e.exports=a},"0b17":function(e,t,n){var r=n("9de7");function i(e,t,n){if(e)for(var i in e)r(e,i)&&t.call(n,e[i],i,e)}e.exports=i},"0b25":function(e,t,n){var r=n("a691"),i=n("50c4");e.exports=function(e){if(void 0===e)return 0;var t=r(e),n=i(t);if(t!==n)throw RangeError("Wrong length or index");return n}},"0b43":function(e,t,n){var r=n("a44c"),i=n("4396"),a=n("f108");function o(e){return!a(e)&&!isNaN(e)&&!r(e)&&!i(e)}e.exports=o},"0b99":function(e,t,n){"use strict";var r=n("19fa")(!0);n("393a")(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},"0ba0":function(e,t,n){var r=n("dce7"),i=n("35c4"),a=n("aeb9");function o(){if(r){var e=r.pathname,t=a(e,"/")+1;return i()+(t===e.length?e:e.substring(0,t))}return""}e.exports=o},"0bad":function(e,t,n){e.exports=!n("4b8b")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"0c07":function(e,t,n){var r=n("3d9d"),i=r((function(e,t,n){for(var r=0,i=e.length;r12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}});return n}))},"0cb2":function(e,t,n){var r=n("7b0b"),i=Math.floor,a="".replace,o=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,l,c,u){var h=n+e.length,d=l.length,f=s;return void 0!==c&&(c=r(c),f=o),a.call(u,f,(function(r,a){var o;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(h);case"<":o=c[a.slice(1,-1)];break;default:var s=+a;if(0===s)return r;if(s>d){var u=i(s/10);return 0===u?r:u<=d?void 0===l[u-1]?a.charAt(1):l[u-1]+a.charAt(1):r}o=l[s-1]}return void 0===o?"":o}))}},"0ccb":function(e,t,n){var r=n("50c4"),i=n("1148"),a=n("1d80"),o=Math.ceil,s=function(e){return function(t,n,s){var l,c,u=String(a(t)),h=u.length,d=void 0===s?" ":String(s),f=r(n);return f<=h||""==d?u:(l=f-h,c=i.call(d,o(l/d.length)),c.length>l&&(c=c.slice(0,l)),e?u+c:c+u)}};e.exports={start:s(!1),end:s(!0)}},"0cfb":function(e,t,n){var r=n("83ab"),i=n("d039"),a=n("cc12");e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},"0d1b":function(e,t){var n=Object.prototype.toString;e.exports=n},"0d3b":function(e,t,n){var r=n("d039"),i=n("b622"),a=n("c430"),o=i("iterator");e.exports=!r((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,n="";return e.pathname="c%20d",t.forEach((function(e,r){t["delete"]("b"),n+=r+e})),a&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[o]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},"0df6":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"0e15":function(e,t,n){var r=n("597f");e.exports=function(e,t,n){return void 0===n?r(e,t,!1):r(e,n,!1!==t)}},"0e1c":function(e,t,n){var r=n("a44c"),i=n("9de7");function a(e,t,n){var a,o;if(e)if(r(e)){for(a=e.length-1;a>=0;a--)if(!1===t.call(n,e[a],a,e))break}else for(o=i(e),a=o.length-1;a>=0;a--)if(!1===t.call(n,e[o[a]],o[a],e))break}e.exports=a},"0e49":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"0e6b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:0,doy:4}});return t}))},"0e81":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},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",w:"bir hafta",ww:"%d hafta",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}))},"0f14":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"0f38":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"0fd4":function(e,t,n){n("f2b5")(n("48dd"))},"0ff2":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"106f":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("2b0e");function i(e,t){if(r["default"].prototype.$isServer)return;if(!t)return void(e.scrollTop=0);const n=[];let i=t.offsetParent;while(i&&e!==i&&e.contains(i))n.push(i),i=i.offsetParent;const a=t.offsetTop+n.reduce((e,t)=>e+t.offsetTop,0),o=a+t.offsetHeight,s=e.scrollTop,l=s+e.clientHeight;al&&(e.scrollTop=o-e.clientHeight)}},1098:function(e,t,n){"use strict";t.__esModule=!0;var r=n("17ed"),i=l(r),a=n("f893"),o=l(a),s="function"===typeof o.default&&"symbol"===typeof i.default?function(e){return typeof e}:function(e){return e&&"function"===typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};function l(e){return e&&e.__esModule?e:{default:e}}t.default="function"===typeof o.default&&"symbol"===s(i.default)?function(e){return"undefined"===typeof e?"undefined":s(e)}:function(e){return e&&"function"===typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":"undefined"===typeof e?"undefined":s(e)}},"10db":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"10e8":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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 วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t}))},1108:function(e,t,n){var r=n("9a21"),i=n("b484"),a=n("f42e");function o(e,t,n){var o={};if(e){if(!t)return e;i(t)||(t=a(t)),r(e,(function(r,i){o[i]=t.call(n,r,i,e)}))}return o}e.exports=o},1124:function(e,t,n){var r=n("2eeb"),i=r((function(e,t){return e>1;++n)t[n]=String.fromCharCode(e.charCodeAt(2*n)+(e.charCodeAt(2*n+1)<<8));return t.join("")}function v(e){for(var t=[],n=0;n>1;++n)t[n]=String.fromCharCode(e.charCodeAt(2*n+1)+(e.charCodeAt(2*n)<<8));return t.join("")}var A=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1);return 255==t&&254==n?g(e.slice(2)):254==t&&255==n?v(e.slice(2)):65279==t?e.slice(1):e},y=function(e){return String.fromCharCode(e)},b=function(e){return String.fromCharCode(e)};"undefined"!==typeof cptable&&(f=function(e){o=e,h(e)},A=function(e){return 255===e.charCodeAt(0)&&254===e.charCodeAt(1)?cptable.utils.decode(1200,m(e.slice(2))):e},y=function(e){return 1200===o?String.fromCharCode(e):cptable.utils.decode(o,[255&e,e>>8])[0]},b=function(e){return cptable.utils.decode(s,[e])[0]});var _=null,w=!0,x=function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return{encode:function(t){for(var n="",r=0,i=0,a=0,o=0,s=0,l=0,c=0,u=0;u>2,i=t.charCodeAt(u++),s=(3&r)<<4|i>>4,a=t.charCodeAt(u++),l=(15&i)<<2|a>>6,c=63&a,isNaN(i)?l=c=64:isNaN(a)&&(c=64),n+=e.charAt(o)+e.charAt(s)+e.charAt(l)+e.charAt(c);return n},decode:function(t){var n="",r=0,i=0,a=0,o=0,s=0,l=0,c=0;t=t.replace(/[^\w\+\/\=]/g,"");for(var u=0;u>4,n+=String.fromCharCode(r),l=e.indexOf(t.charAt(u++)),i=(15&s)<<4|l>>2,64!==l&&(n+=String.fromCharCode(i)),c=e.indexOf(t.charAt(u++)),a=(3&l)<<6|c,64!==c&&(n+=String.fromCharCode(a));return n}}}(),C="undefined"!==typeof i&&"undefined"!==typeof a&&"undefined"!==typeof a.versions&&!!a.versions.node,S=function(){};if("undefined"!==typeof i){var k=!i.from;if(!k)try{i.from("foo","utf8")}catch(uv){k=!0}S=k?function(e,t){return t?new i(e,t):new i(e)}:i.from.bind(i),i.alloc||(i.alloc=function(e){return new i(e)}),i.allocUnsafe||(i.allocUnsafe=function(e){return new i(e)})}function M(e){return C?i.alloc(e):new Array(e)}function E(e){return C?i.allocUnsafe(e):new Array(e)}var T=function(e){return C?S(e,"binary"):e.split("").map((function(e){return 255&e.charCodeAt(0)}))};function B(e){if("undefined"===typeof ArrayBuffer)return T(e);for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),r=0;r!=e.length;++r)n[r]=255&e.charCodeAt(r);return t}function D(e){if(Array.isArray(e))return e.map((function(e){return String.fromCharCode(e)})).join("");for(var t=[],n=0;n=0)t+=e.charAt(n--);return t}function n(e,t){var n="";while(n.length=t?r:n("0",t-r.length)+r}function i(e,t){var r=""+e;return r.length>=t?r:n(" ",t-r.length)+r}function a(e,t){var r=""+e;return r.length>=t?r:r+n(" ",t-r.length)}function o(e,t){var r=""+Math.round(e);return r.length>=t?r:n("0",t-r.length)+r}function s(e,t){var r=""+e;return r.length>=t?r:n("0",t-r.length)+r}e.version="0.11.2";var l=Math.pow(2,32);function c(e,t){if(e>l||e<-l)return o(e,t);var n=Math.round(e);return s(n,t)}function u(e,t){return t=t||0,e.length>=7+t&&103===(32|e.charCodeAt(t))&&101===(32|e.charCodeAt(t+1))&&110===(32|e.charCodeAt(t+2))&&101===(32|e.charCodeAt(t+3))&&114===(32|e.charCodeAt(t+4))&&97===(32|e.charCodeAt(t+5))&&108===(32|e.charCodeAt(t+6))}var h=[["Sun","Sunday"],["Mon","Monday"],["Tue","Tuesday"],["Wed","Wednesday"],["Thu","Thursday"],["Fri","Friday"],["Sat","Saturday"]],d=[["J","Jan","January"],["F","Feb","February"],["M","Mar","March"],["A","Apr","April"],["M","May","May"],["J","Jun","June"],["J","Jul","July"],["A","Aug","August"],["S","Sep","September"],["O","Oct","October"],["N","Nov","November"],["D","Dec","December"]];function f(e){e[0]="General",e[1]="0",e[2]="0.00",e[3]="#,##0",e[4]="#,##0.00",e[9]="0%",e[10]="0.00%",e[11]="0.00E+00",e[12]="# ?/?",e[13]="# ??/??",e[14]="m/d/yy",e[15]="d-mmm-yy",e[16]="d-mmm",e[17]="mmm-yy",e[18]="h:mm AM/PM",e[19]="h:mm:ss AM/PM",e[20]="h:mm",e[21]="h:mm:ss",e[22]="m/d/yy h:mm",e[37]="#,##0 ;(#,##0)",e[38]="#,##0 ;[Red](#,##0)",e[39]="#,##0.00;(#,##0.00)",e[40]="#,##0.00;[Red](#,##0.00)",e[45]="mm:ss",e[46]="[h]:mm:ss",e[47]="mmss.0",e[48]="##0.0E+0",e[49]="@",e[56]='"上午/下午 "hh"時"mm"分"ss"秒 "'}var p={};f(p);var m=[],g=0;for(g=5;g<=8;++g)m[g]=32+g;for(g=23;g<=26;++g)m[g]=0;for(g=27;g<=31;++g)m[g]=14;for(g=50;g<=58;++g)m[g]=14;for(g=59;g<=62;++g)m[g]=g-58;for(g=67;g<=68;++g)m[g]=g-58;for(g=72;g<=75;++g)m[g]=g-58;for(g=67;g<=68;++g)m[g]=g-57;for(g=76;g<=78;++g)m[g]=g-56;for(g=79;g<=81;++g)m[g]=g-34;var v=[];function A(e,t,n){var r=e<0?-1:1,i=e*r,a=0,o=1,s=0,l=1,c=0,u=0,h=Math.floor(i);while(ct&&(c>t?(u=l,s=a):(u=c,s=o)),!n)return[0,r*s,u];var d=Math.floor(r*s/u);return[d,r*s-d*u,u]}function y(e,t,n){if(e>2958465||e<0)return null;var r=0|e,i=Math.floor(86400*(e-r)),a=0,o=[],s={D:r,T:i,u:86400*(e-r)-i,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(s.u)<1e-6&&(s.u=0),t&&t.date1904&&(r+=1462),s.u>.9999&&(s.u=0,86400==++i&&(s.T=i=0,++r,++s.D)),60===r)o=n?[1317,10,29]:[1900,2,29],a=3;else if(0===r)o=n?[1317,8,29]:[1900,1,0],a=6;else{r>60&&--r;var l=new Date(1900,0,1);l.setDate(l.getDate()+r-1),o=[l.getFullYear(),l.getMonth()+1,l.getDate()],a=l.getDay(),r<60&&(a=(a+6)%7),n&&(a=M(l,o))}return s.y=o[0],s.m=o[1],s.d=o[2],s.S=i%60,i=Math.floor(i/60),s.M=i%60,i=Math.floor(i/60),s.H=i,s.q=a,s}v[5]=v[63]='"$"#,##0_);\\("$"#,##0\\)',v[6]=v[64]='"$"#,##0_);[Red]\\("$"#,##0\\)',v[7]=v[65]='"$"#,##0.00_);\\("$"#,##0.00\\)',v[8]=v[66]='"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',v[41]='_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',v[42]='_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',v[43]='_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',v[44]='_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)',e.parse_date_code=y;var b=new Date(1899,11,31,0,0,0),_=b.getTime(),w=new Date(1900,2,1,0,0,0);function x(e,t){var n=e.getTime();return t?n-=1262304e5:e>=w&&(n+=864e5),(n-(_+6e4*(e.getTimezoneOffset()-b.getTimezoneOffset())))/864e5}function C(e){return e.toString(10)}e._general_int=C;var S=function(){var e=/(?:\.0*|(\.\d*[1-9])0+)$/;function t(t){return-1==t.indexOf(".")?t:t.replace(e,"$1")}var n=/(?:\.0*|(\.\d*[1-9])0+)[Ee]/,r=/(E[+-])(\d)$/;function i(e){return-1==e.indexOf("E")?e:e.replace(n,"$1E").replace(r,"$10$2")}function a(e){var n=e<0?12:11,r=t(e.toFixed(12));return r.length<=n?r:(r=e.toPrecision(10),r.length<=n?r:e.toExponential(5))}function o(e){var n=t(e.toFixed(11));return n.length>(e<0?12:11)||"0"===n||"-0"===n?e.toPrecision(6):n}function s(e){var n,r=Math.floor(Math.log(Math.abs(e))*Math.LOG10E);return n=r>=-4&&r<=-1?e.toPrecision(10+r):Math.abs(r)<=9?a(e):10===r?e.toFixed(10).substr(0,12):o(e),t(i(n.toUpperCase()))}return s}();function k(e,t){switch(typeof e){case"string":return e;case"boolean":return e?"TRUE":"FALSE";case"number":return(0|e)===e?e.toString(10):S(e);case"undefined":return"";case"object":if(null==e)return"";if(e instanceof Date)return H(14,x(e,t&&t.date1904),t)}throw new Error("unsupported value in General format: "+e)}function M(e,t){t[0]-=581;var n=e.getDay();return e<60&&(n=(n+6)%7),n}function E(e,t,n,i){var a,o="",s=0,l=0,c=n.y,u=0;switch(e){case 98:c=n.y+543;case 121:switch(t.length){case 1:case 2:a=c%100,u=2;break;default:a=c%1e4,u=4;break}break;case 109:switch(t.length){case 1:case 2:a=n.m,u=t.length;break;case 3:return d[n.m-1][1];case 5:return d[n.m-1][0];default:return d[n.m-1][2]}break;case 100:switch(t.length){case 1:case 2:a=n.d,u=t.length;break;case 3:return h[n.q][0];default:return h[n.q][1]}break;case 104:switch(t.length){case 1:case 2:a=1+(n.H+11)%12,u=t.length;break;default:throw"bad hour format: "+t}break;case 72:switch(t.length){case 1:case 2:a=n.H,u=t.length;break;default:throw"bad hour format: "+t}break;case 77:switch(t.length){case 1:case 2:a=n.M,u=t.length;break;default:throw"bad minute format: "+t}break;case 115:if("s"!=t&&"ss"!=t&&".0"!=t&&".00"!=t&&".000"!=t)throw"bad second format: "+t;return 0!==n.u||"s"!=t&&"ss"!=t?(l=i>=2?3===i?1e3:100:1===i?10:1,s=Math.round(l*(n.S+n.u)),s>=60*l&&(s=0),"s"===t?0===s?"0":""+s/l:(o=r(s,2+i),"ss"===t?o.substr(0,2):"."+o.substr(2,t.length-1))):r(n.S,t.length);case 90:switch(t){case"[h]":case"[hh]":a=24*n.D+n.H;break;case"[m]":case"[mm]":a=60*(24*n.D+n.H)+n.M;break;case"[s]":case"[ss]":a=60*(60*(24*n.D+n.H)+n.M)+Math.round(n.S+n.u);break;default:throw"bad abstime format: "+t}u=3===t.length?1:2;break;case 101:a=c,u=1;break}var f=u>0?r(a,u):"";return f}function T(e){var t=3;if(e.length<=t)return e;for(var n=e.length%t,r=e.substr(0,n);n!=e.length;n+=t)r+=(r.length>0?",":"")+e.substr(n,t);return r}e._general_num=S,e._general=k;var B=function(){var e=/%/g;function o(t,r,i){var a=r.replace(e,""),o=r.length-a.length;return B(t,a,i*Math.pow(10,2*o))+n("%",o)}function s(e,t,n){var r=t.length-1;while(44===t.charCodeAt(r-1))--r;return B(e,t.substr(0,r),n/Math.pow(10,3*(t.length-r)))}function l(e,t){var n,r=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(0==t)return"0.0E+0";if(t<0)return"-"+l(e,-t);var i=e.indexOf(".");-1===i&&(i=e.indexOf("E"));var a=Math.floor(Math.log(t)*Math.LOG10E)%i;if(a<0&&(a+=i),n=(t/Math.pow(10,a)).toPrecision(r+1+(i+a)%i),-1===n.indexOf("e")){var o=Math.floor(Math.log(t)*Math.LOG10E);-1===n.indexOf(".")?n=n.charAt(0)+"."+n.substr(1)+"E+"+(o-n.length+a):n+="E+"+(o-a);while("0."===n.substr(0,2))n=n.charAt(0)+n.substr(2,i)+"."+n.substr(2+i),n=n.replace(/^0+([1-9])/,"$1").replace(/^0+\./,"0.");n=n.replace(/\+-/,"-")}n=n.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,(function(e,t,n,r){return t+n+r.substr(0,(i+a)%i)+"."+r.substr(a)+"E"}))}else n=t.toExponential(r);return e.match(/E\+00$/)&&n.match(/e[+-]\d$/)&&(n=n.substr(0,n.length-1)+"0"+n.charAt(n.length-1)),e.match(/E\-/)&&n.match(/e\+/)&&(n=n.replace(/e\+/,"e")),n.replace("e","E")}var u=/# (\?+)( ?)\/( ?)(\d+)/;function h(e,t,a){var o=parseInt(e[4],10),s=Math.round(t*o),l=Math.floor(s/o),c=s-l*o,u=o;return a+(0===l?"":""+l)+" "+(0===c?n(" ",e[1].length+1+e[4].length):i(c,e[1].length)+e[2]+"/"+e[3]+r(u,e[4].length))}function d(e,t,r){return r+(0===t?"":""+t)+n(" ",e[1].length+2+e[4].length)}var f=/^#*0*\.([0#]+)/,p=/\).*[0#]/,m=/\(###\) ###\\?-####/;function g(e){for(var t,n="",r=0;r!=e.length;++r)switch(t=e.charCodeAt(r)){case 35:break;case 63:n+=" ";break;case 48:n+="0";break;default:n+=String.fromCharCode(t)}return n}function v(e,t){var n=Math.pow(10,t);return""+Math.round(e*n)/n}function y(e,t){var n=e-Math.floor(e),r=Math.pow(10,t);return t<(""+Math.round(n*r)).length?0:Math.round(n*r)}function b(e,t){return t<(""+Math.round((e-Math.floor(e))*Math.pow(10,t))).length?1:0}function _(e){return e<2147483647&&e>-2147483648?""+(e>=0?0|e:e-1|0):""+Math.floor(e)}function w(e,d,x){if(40===e.charCodeAt(0)&&!d.match(p)){var C=d.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return x>=0?w("n",C,x):"("+w("n",C,-x)+")"}if(44===d.charCodeAt(d.length-1))return s(e,d,x);if(-1!==d.indexOf("%"))return o(e,d,x);if(-1!==d.indexOf("E"))return l(d,x);if(36===d.charCodeAt(0))return"$"+w(e,d.substr(" "==d.charAt(1)?2:1),x);var S,k,M,E,D=Math.abs(x),L=x<0?"-":"";if(d.match(/^00+$/))return L+c(D,d.length);if(d.match(/^[#?]+$/))return S=c(x,0),"0"===S&&(S=""),S.length>d.length?S:g(d.substr(0,d.length-S.length))+S;if(k=d.match(u))return h(k,D,L);if(d.match(/^#+0+$/))return L+c(D,d.length-d.indexOf("0"));if(k=d.match(f))return S=v(x,k[1].length).replace(/^([^\.]+)$/,"$1."+g(k[1])).replace(/\.$/,"."+g(k[1])).replace(/\.(\d*)$/,(function(e,t){return"."+t+n("0",g(k[1]).length-t.length)})),-1!==d.indexOf("0.")?S:S.replace(/^0\./,".");if(d=d.replace(/^#+([0.])/,"$1"),k=d.match(/^(0*)\.(#*)$/))return L+v(D,k[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,k[1].length?"0.":".");if(k=d.match(/^#{1,3},##0(\.?)$/))return L+T(c(D,0));if(k=d.match(/^#,##0\.([#0]*0)$/))return x<0?"-"+w(e,d,-x):T(""+(Math.floor(x)+b(x,k[1].length)))+"."+r(y(x,k[1].length),k[1].length);if(k=d.match(/^#,#*,#0/))return w(e,d.replace(/^#,#*,/,""),x);if(k=d.match(/^([0#]+)(\\?-([0#]+))+$/))return S=t(w(e,d.replace(/[\\-]/g,""),x)),M=0,t(t(d.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return M=0?k("n",l,s):"("+k("n",l,-s)+")"}if(44===o.charCodeAt(o.length-1))return x(e,o,s);if(-1!==o.indexOf("%"))return C(e,o,s);if(-1!==o.indexOf("E"))return S(o,s);if(36===o.charCodeAt(0))return"$"+k(e,o.substr(" "==o.charAt(1)?2:1),s);var c,h,v,y,b=Math.abs(s),_=s<0?"-":"";if(o.match(/^00+$/))return _+r(b,o.length);if(o.match(/^[#?]+$/))return c=""+s,0===s&&(c=""),c.length>o.length?c:g(o.substr(0,o.length-c.length))+c;if(h=o.match(u))return d(h,b,_);if(o.match(/^#+0+$/))return _+r(b,o.length-o.indexOf("0"));if(h=o.match(f))return c=(""+s).replace(/^([^\.]+)$/,"$1."+g(h[1])).replace(/\.$/,"."+g(h[1])),c=c.replace(/\.(\d*)$/,(function(e,t){return"."+t+n("0",g(h[1]).length-t.length)})),-1!==o.indexOf("0.")?c:c.replace(/^0\./,".");if(o=o.replace(/^#+([0.])/,"$1"),h=o.match(/^(0*)\.(#*)$/))return _+(""+b).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,h[1].length?"0.":".");if(h=o.match(/^#{1,3},##0(\.?)$/))return _+T(""+b);if(h=o.match(/^#,##0\.([#0]*0)$/))return s<0?"-"+k(e,o,-s):T(""+s)+"."+n("0",h[1].length);if(h=o.match(/^#,#*,#0/))return k(e,o.replace(/^#,#*,/,""),s);if(h=o.match(/^([0#]+)(\\?-([0#]+))+$/))return c=t(k(e,o.replace(/[\\-]/g,""),s)),v=0,t(t(o.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return v-1||"\\"==n&&"-"==e.charAt(t+1)&&"0#".indexOf(e.charAt(t+2))>-1));break;case"?":while(e.charAt(++t)===n);break;case"*":++t," "!=e.charAt(t)&&"*"!=e.charAt(t)||++t;break;case"(":case")":++t;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":while(t-1);break;case" ":++t;break;default:++t;break}return!1}function I(e,t,n,r){var i,a,o,s=[],l="",c=0,h="",d="t",f="H";while(c=12?"P":"A"),g.t="T",f="h",c+=3):"AM/PM"===e.substr(c,5).toUpperCase()?(null!=i&&(g.v=i.H>=12?"PM":"AM"),g.t="T",c+=5,f="h"):"上午/下午"===e.substr(c,5).toUpperCase()?(null!=i&&(g.v=i.H>=12?"下午":"上午"),g.t="T",c+=5,f="h"):(g.t="t",++c),null==i&&"T"===g.t)return"";s[s.length]=g,d=h;break;case"[":l=h;while("]"!==e.charAt(c++)&&c-1&&(l=(l.match(/\$([^-\[\]]*)/)||[])[1]||"$",O(e)||(s[s.length]={t:"t",v:l}));break;case".":if(null!=i){l=h;while(++c-1)l+=h;s[s.length]={t:"n",v:l};break;case"?":l=h;while(e.charAt(++c)===h)l+=h;s[s.length]={t:h,v:l},d=h;break;case"*":++c," "!=e.charAt(c)&&"*"!=e.charAt(c)||++c;break;case"(":case")":s[s.length]={t:1===r?"t":h,v:h},++c;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":l=h;while(c-1)l+=e.charAt(c);s[s.length]={t:"D",v:l};break;case" ":s[s.length]={t:h,v:h},++c;break;case"$":s[s.length]={t:"t",v:"$"},++c;break;default:if(-1===",$-+/():!^&'~{}<>=€acfijklopqrtuvwxzP".indexOf(h))throw new Error("unrecognized character "+h+" in "+e);s[s.length]={t:"t",v:h},++c;break}var v,A=0,b=0;for(c=s.length-1,d="t";c>=0;--c)switch(s[c].t){case"h":case"H":s[c].t=f,d="h",A<1&&(A=1);break;case"s":(v=s[c].v.match(/\.0+$/))&&(b=Math.max(b,v[0].length-1)),A<3&&(A=3);case"d":case"y":case"M":case"e":d=s[c].t;break;case"m":"s"===d&&(s[c].t="M",A<2&&(A=2));break;case"X":break;case"Z":A<1&&s[c].v.match(/[Hh]/)&&(A=1),A<2&&s[c].v.match(/[Mm]/)&&(A=2),A<3&&s[c].v.match(/[Ss]/)&&(A=3)}switch(A){case 0:break;case 1:i.u>=.5&&(i.u=0,++i.S),i.S>=60&&(i.S=0,++i.M),i.M>=60&&(i.M=0,++i.H);break;case 2:i.u>=.5&&(i.u=0,++i.S),i.S>=60&&(i.S=0,++i.M);break}var _,w="";for(c=0;c0){40==w.charCodeAt(0)?(x=t<0&&45===w.charCodeAt(0)?-t:t,C=B("n",w,x)):(x=t<0&&r>1?-t:t,C=B("n",w,x),x<0&&s[0]&&"t"==s[0].t&&(C=C.substr(1),s[0].v="-"+s[0].v)),_=C.length-1;var M=s.length;for(c=0;c-1){M=c;break}var T=s.length;if(M===s.length&&-1===C.indexOf("E")){for(c=s.length-1;c>=0;--c)null!=s[c]&&-1!=="n?".indexOf(s[c].t)&&(_>=s[c].v.length-1?(_-=s[c].v.length,s[c].v=C.substr(_+1,s[c].v.length)):_<0?s[c].v="":(s[c].v=C.substr(0,_+1),_=-1),s[c].t="t",T=c);_>=0&&T=0;--c)if(null!=s[c]&&-1!=="n?".indexOf(s[c].t)){for(a=s[c].v.indexOf(".")>-1&&c===M?s[c].v.indexOf(".")-1:s[c].v.length-1,S=s[c].v.substr(a+1);a>=0;--a)_>=0&&("0"===s[c].v.charAt(a)||"#"===s[c].v.charAt(a))&&(S=C.charAt(_--)+S);s[c].v=S,s[c].t="t",T=c}for(_>=0&&T-1&&c===M?s[c].v.indexOf(".")+1:0,S=s[c].v.substr(0,a);a-1&&(x=r>1&&t<0&&c>0&&"-"===s[c-1].v?-t:t,s[c].v=B(s[c].t,s[c].v,x),s[c].t="t");var D="";for(c=0;c!==s.length;++c)null!=s[c]&&(D+=s[c].v);return D}e.is_date=O,e._eval=I;var F=/\[[=<>]/,N=/\[(=|>[=]?|<[>=]?)(-?\d+(?:\.\d*)?)\]/;function P(e,t){if(null==t)return!1;var n=parseFloat(t[2]);switch(t[1]){case"=":if(e==n)return!0;break;case">":if(e>n)return!0;break;case"<":if(e":if(e!=n)return!0;break;case">=":if(e>=n)return!0;break;case"<=":if(e<=n)return!0;break}return!1}function R(e,t){var n=D(e),r=n.length,i=n[r-1].indexOf("@");if(r<4&&i>-1&&--r,n.length>4)throw new Error("cannot find right format for |"+n.join("|")+"|");if("number"!==typeof t)return[4,4===n.length||i>-1?n[n.length-1]:"@"];switch(n.length){case 1:n=i>-1?["General","General","General",n[0]]:[n[0],n[0],n[0],"@"];break;case 2:n=i>-1?[n[0],n[0],n[0],n[1]]:[n[0],n[1],n[0],"@"];break;case 3:n=i>-1?[n[0],n[1],n[0],n[2]]:[n[0],n[1],n[2],"@"];break;case 4:break}var a=t>0?n[0]:t<0?n[1]:n[2];if(-1===n[0].indexOf("[")&&-1===n[1].indexOf("["))return[r,a];if(null!=n[0].match(F)||null!=n[1].match(F)){var o=n[0].match(N),s=n[1].match(N);return P(t,o)?[r,n[0]]:P(t,s)?[r,n[1]]:[r,n[null!=o&&null!=s?2:1]]}return[r,a]}function H(e,t,n){null==n&&(n={});var r="";switch(typeof e){case"string":r="m/d/yy"==e&&n.dateNF?n.dateNF:e;break;case"number":r=14==e&&n.dateNF?n.dateNF:(null!=n.table?n.table:p)[e],null==r&&(r=n.table&&n.table[m[e]]||p[m[e]]),null==r&&(r=v[e]||"General");break}if(u(r,0))return k(t,n);t instanceof Date&&(t=x(t,n.date1904));var i=R(r,t);if(u(i[1]))return k(t,n);if(!0===t)t="TRUE";else if(!1===t)t="FALSE";else if(""===t||null==t)return"";return I(i[1],t,n,i[0])}function U(e,t){if("number"!=typeof t){t=+t||-1;for(var n=0;n<392;++n)if(void 0!=p[n]){if(p[n]==e){t=n;break}}else t<0&&(t=n);t<0&&(t=391)}return p[t]=e,t}e.load=U,e._table=p,e.get_table=function(){return p},e.load_table=function(e){for(var t=0;392!=t;++t)void 0!==e[t]&&U(e[t],t)},e.init_table=f,e.format=H};R(P);var H={"General Number":"General","General Date":P._table[22],"Long Date":"dddd, mmmm dd, yyyy","Medium Date":P._table[15],"Short Date":P._table[14],"Long Time":P._table[19],"Medium Time":P._table[18],"Short Time":P._table[20],Currency:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',Fixed:P._table[2],Standard:P._table[4],Percent:P._table[10],Scientific:P._table[11],"Yes/No":'"Yes";"Yes";"No";@',"True/False":'"True";"True";"False";@',"On/Off":'"Yes";"Yes";"No";@'},U={5:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',23:"General",24:"General",25:"General",26:"General",27:"m/d/yy",28:"m/d/yy",29:"m/d/yy",30:"m/d/yy",31:"m/d/yy",32:"h:mm:ss",33:"h:mm:ss",34:"h:mm:ss",35:"h:mm:ss",36:"m/d/yy",41:'_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* (#,##0);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* (#,##0.00);_("$"* "-"??_);_(@_)',50:"m/d/yy",51:"m/d/yy",52:"m/d/yy",53:"m/d/yy",54:"m/d/yy",55:"m/d/yy",56:"m/d/yy",57:"m/d/yy",58:"m/d/yy",59:"0",60:"0.00",61:"#,##0",62:"#,##0.00",63:'"$"#,##0_);\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',67:"0%",68:"0.00%",69:"# ?/?",70:"# ??/??",71:"m/d/yy",72:"m/d/yy",73:"d-mmm-yy",74:"d-mmm",75:"mmm-yy",76:"h:mm",77:"h:mm:ss",78:"m/d/yy h:mm",79:"mm:ss",80:"[h]:mm:ss",81:"mmss.0"},z=/[dD]+|[mM]+|[yYeE]+|[Hh]+|[Ss]+/g;function Y(e){var t="number"==typeof e?P._table[e]:e;return t=t.replace(z,"(\\d+)"),new RegExp("^"+t+"$")}function j(e,t,n){var r=-1,i=-1,a=-1,o=-1,s=-1,l=-1;(t.match(z)||[]).forEach((function(e,t){var c=parseInt(n[t+1],10);switch(e.toLowerCase().charAt(0)){case"y":r=c;break;case"d":a=c;break;case"h":o=c;break;case"s":l=c;break;case"m":o>=0?s=c:i=c;break}})),l>=0&&-1==s&&i>=0&&(s=i,i=-1);var c=(""+(r>=0?r:(new Date).getFullYear())).slice(-4)+"-"+("00"+(i>=1?i:1)).slice(-2)+"-"+("00"+(a>=1?a:1)).slice(-2);7==c.length&&(c="0"+c),8==c.length&&(c="20"+c);var u=("00"+(o>=0?o:0)).slice(-2)+":"+("00"+(s>=0?s:0)).slice(-2)+":"+("00"+(l>=0?l:0)).slice(-2);return-1==o&&-1==s&&-1==l?c:-1==r&&-1==i&&-1==a?u:c+"T"+u}var Q,V=!0;(function(e){e(Q={})})((function(e){function t(){for(var e=0,t=new Array(256),n=0;256!=n;++n)e=n,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,t[n]=e;return"undefined"!==typeof Int32Array?new Int32Array(t):t}e.version="1.2.0";var n=t();function r(e,t){for(var r=-1^t,i=e.length-1,a=0;a>>8^n[255&(r^e.charCodeAt(a++))],r=r>>>8^n[255&(r^e.charCodeAt(a++))];return a===i&&(r=r>>>8^n[255&(r^e.charCodeAt(a))]),-1^r}function i(e,t){if(e.length>1e4)return a(e,t);for(var r=-1^t,i=e.length-3,o=0;o>>8^n[255&(r^e[o++])],r=r>>>8^n[255&(r^e[o++])],r=r>>>8^n[255&(r^e[o++])],r=r>>>8^n[255&(r^e[o++])];while(o>>8^n[255&(r^e[o++])];return-1^r}function a(e,t){for(var r=-1^t,i=e.length-7,a=0;a>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])],r=r>>>8^n[255&(r^e[a++])];while(a>>8^n[255&(r^e[a++])];return-1^r}function o(e,t){for(var r,i,a=-1^t,o=0,s=e.length;o>>8^n[255&(a^r)]:r<2048?(a=a>>>8^n[255&(a^(192|r>>6&31))],a=a>>>8^n[255&(a^(128|63&r))]):r>=55296&&r<57344?(r=64+(1023&r),i=1023&e.charCodeAt(o++),a=a>>>8^n[255&(a^(240|r>>8&7))],a=a>>>8^n[255&(a^(128|r>>2&63))],a=a>>>8^n[255&(a^(128|i>>6&15|(3&r)<<4))],a=a>>>8^n[255&(a^(128|63&i))]):(a=a>>>8^n[255&(a^(224|r>>12&15))],a=a>>>8^n[255&(a^(128|r>>6&63))],a=a>>>8^n[255&(a^(128|63&r))]);return-1^a}e.table=n,e.bstr=r,e.buf=i,e.str=o}));var W,K=function(){var e,t={};function r(e,t){for(var n=e.split("/"),r=t.split("/"),i=0,a=0,o=Math.min(n.length,r.length);i>>1,e.write_shift(2,n);var r=t.getFullYear()-1980;r=r<<4|t.getMonth()+1,r=r<<5|t.getDate(),e.write_shift(2,r)}function s(e){var t=65535&e.read_shift(2),n=65535&e.read_shift(2),r=new Date,i=31&n;n>>>=5;var a=15&n;n>>>=4,r.setMilliseconds(0),r.setFullYear(n+1980),r.setMonth(a-1),r.setDate(i);var o=31&t;t>>>=5;var s=63&t;return t>>>=6,r.setHours(t),r.setMinutes(s),r.setSeconds(o<<1),r}function l(e){Zt(e,0);var t={},n=0;while(e.l<=e.length-4){var r=e.read_shift(2),i=e.read_shift(2),a=e.l+i,o={};switch(r){case 21589:n=e.read_shift(1),1&n&&(o.mtime=e.read_shift(4)),i>5&&(2&n&&(o.atime=e.read_shift(4)),4&n&&(o.ctime=e.read_shift(4))),o.mtime&&(o.mt=new Date(1e3*o.mtime));break}e.l=a,t[r]=o}return t}function c(){return e||(e=n(0))}function u(e,t){if(80==e[0]&&75==e[1])return Me(e,t);if(e.length<512)throw new Error("CFB file size "+e.length+" < 512");var n=3,r=512,i=0,a=0,o=0,s=0,l=0,c=[],u=e.slice(0,512);Zt(u,0);var m=h(u);switch(n=m[0],n){case 3:r=512;break;case 4:r=4096;break;case 0:if(0==m[1])return Me(e,t);default:throw new Error("Major Version: Expected 3 or 4 saw "+n)}512!==r&&(u=e.slice(0,r),Zt(u,28));var v=e.slice(0,r);d(u,n);var b=u.read_shift(4,"i");if(3===n&&0!==b)throw new Error("# Directory Sectors: Expected 0 saw "+b);u.l+=4,o=u.read_shift(4,"i"),u.l+=4,u.chk("00100000","Mini Stream Cutoff Size: "),s=u.read_shift(4,"i"),i=u.read_shift(4,"i"),l=u.read_shift(4,"i"),a=u.read_shift(4,"i");for(var _=-1,w=0;w<109;++w){if(_=u.read_shift(4,"i"),_<0)break;c[w]=_}var x=f(e,r);g(l,a,x,r,c);var C=A(x,o,c,r);C[o].name="!Directory",i>0&&s!==R&&(C[s].name="!MiniFAT"),C[c[0]].name="!FAT",C.fat_addrs=c,C.ssz=r;var S={},k=[],M=[],E=[];y(o,C,x,k,i,S,M,s),p(M,E,k),k.shift();var T={FileIndex:M,FullPaths:E};return t&&t.raw&&(T.raw={header:v,sectors:x}),T}function h(e){if(80==e[e.l]&&75==e[e.l+1])return[0,0];e.chk(H,"Header Signature: "),e.l+=16;var t=e.read_shift(2,"u");return[e.read_shift(2,"u"),t]}function d(e,t){var n=9;switch(e.l+=2,n=e.read_shift(2)){case 9:if(3!=t)throw new Error("Sector Shift: Expected 9 saw "+n);break;case 12:if(4!=t)throw new Error("Sector Shift: Expected 12 saw "+n);break;default:throw new Error("Sector Shift: Expected 9 or 12 saw "+n)}e.chk("0600","Mini Sector Shift: "),e.chk("000000000000","Reserved: ")}function f(e,t){for(var n=Math.ceil(e.length/t)-1,r=[],i=1;i0&&o>=0)a.push(t.slice(o*P,o*P+P)),i-=P,o=Qt(n,4*o);return 0===a.length?tn(0):I(a).slice(0,e.size)}function g(e,t,n,r,i){var a=R;if(e===R){if(0!==t)throw new Error("DIFAT chain shorter than expected")}else if(-1!==e){var o=n[e],s=(r>>>2)-1;if(!o)return;for(var l=0;l=0;){i[l]=!0,a[a.length]=l,o.push(e[l]);var u=n[Math.floor(4*l/r)];if(c=4*l&s,r<4+c)throw new Error("FAT boundary crossed: "+l+" 4 "+r);if(!e[u])break;l=Qt(e[u],c)}return{nodes:a,data:wt([o])}}function A(e,t,n,r){var i=e.length,a=[],o=[],s=[],l=[],c=r-1,u=0,h=0,d=0,f=0;for(u=0;u=i&&(d-=i),!o[d]){l=[];var p=[];for(h=d;h>=0;){p[h]=!0,o[h]=!0,s[s.length]=h,l.push(e[h]);var m=n[Math.floor(4*h/r)];if(f=4*h&c,r<4+f)throw new Error("FAT boundary crossed: "+h+" 4 "+r);if(!e[m])break;if(h=Qt(e[m],f),p[h])break}a[d]={nodes:s,data:wt([l])}}return a}function y(e,t,n,r,i,a,o,s){for(var l,c=0,u=r.length?2:0,h=t[e].data,d=0,f=0;d0&&c!==R&&(t[c].name="!StreamData")):g.size>=4096?(g.storage="fat",void 0===t[g.start]&&(t[g.start]=v(n,g.start,t.fat_addrs,t.ssz)),t[g.start].name=g.name,g.content=t[g.start].data.slice(0,g.size)):(g.storage="minifat",g.size<0?g.size=0:c!==R&&g.start!==R&&t[c]&&(g.content=m(g,t[c].data,(t[s]||{}).data))),g.content&&Zt(g.content,0),a[l]=g,o.push(g)}}function b(e,t){return new Date(1e3*(jt(e,t+4)/1e7*Math.pow(2,32)+jt(e,t)/1e7-11644473600))}function _(t,n){return c(),u(e.readFileSync(t),n)}function w(e,t){switch(t&&t.type||"base64"){case"file":return _(e,t);case"base64":return u(T(x.decode(e)),t);case"binary":return u(T(e),t)}return u(e,t)}function S(e,t){var n=t||{},r=n.root||"Root Entry";if(e.FullPaths||(e.FullPaths=[]),e.FileIndex||(e.FileIndex=[]),e.FullPaths.length!==e.FileIndex.length)throw new Error("inconsistent CFB structure");0===e.FullPaths.length&&(e.FullPaths[0]=r+"/",e.FileIndex[0]={name:r,type:5}),n.CLSID&&(e.FileIndex[0].clsid=n.CLSID),k(e)}function k(e){var t="Sh33tJ5";if(!K.find(e,"/"+t)){var n=tn(4);n[0]=55,n[1]=n[3]=50,n[2]=54,e.FileIndex.push({name:t,type:2,content:n,size:4,L:69,R:69,C:69}),e.FullPaths.push(e.FullPaths[0]+t),B(e)}}function B(e,t){S(e);for(var n=!1,o=!1,s=e.FullPaths.length-1;s>=0;--s){var l=e.FileIndex[s];switch(l.type){case 0:o?n=!0:(e.FileIndex.pop(),e.FullPaths.pop());break;case 1:case 2:case 5:o=!0,isNaN(l.R*l.L*l.C)&&(n=!0),l.R>-1&&l.L>-1&&l.R==l.L&&(n=!0);break;default:n=!0;break}}if(n||t){var c=new Date(1987,1,19),u=0,h=[];for(s=0;s1?1:-1,f.size=0,f.type=5;else if("/"==p.slice(-1)){for(u=s+1;u=h.length?-1:u,u=s+1;u=h.length?-1:u,f.type=1}else i(e.FullPaths[s+1]||"")==i(p)&&(f.R=s+1),f.type=2}}}function D(e,t){var n=t||{};if(B(e),"zip"==n.fileType)return Te(e,n);var r=function(e){for(var t=0,n=0,r=0;r0&&(a<4096?t+=a+63>>6:n+=a+511>>9)}}var o=e.FullPaths.length+3>>2,s=t+7>>3,l=t+127>>7,c=s+n+o+l,u=c+127>>7,h=u<=109?0:Math.ceil((u-109)/127);while(c+u+h+127>>7>u)h=++u<=109?0:Math.ceil((u-109)/127);var d=[1,h,u,l,o,n,t,0];return e.FileIndex[0].size=t<<6,d[7]=(e.FileIndex[0].start=d[0]+d[1]+d[2]+d[3]+d[4]+d[5])+(d[6]+7>>3),d}(e),i=tn(r[7]<<9),a=0,o=0;for(a=0;a<8;++a)i.write_shift(1,U[a]);for(a=0;a<8;++a)i.write_shift(2,0);for(i.write_shift(2,62),i.write_shift(2,3),i.write_shift(2,65534),i.write_shift(2,9),i.write_shift(2,6),a=0;a<3;++a)i.write_shift(2,0);for(i.write_shift(4,0),i.write_shift(4,r[2]),i.write_shift(4,r[0]+r[1]+r[2]+r[3]-1),i.write_shift(4,0),i.write_shift(4,4096),i.write_shift(4,r[3]?r[0]+r[1]+r[2]-1:R),i.write_shift(4,r[3]),i.write_shift(-4,r[1]?r[0]-1:R),i.write_shift(4,r[1]),a=0;a<109;++a)i.write_shift(-4,a>9)));s(r[6]+7>>3);while(511&i.l)i.write_shift(-4,Y.ENDOFCHAIN);for(o=a=0,l=0;l=4096||(u.start=o,s(c+63>>6)));while(511&i.l)i.write_shift(-4,Y.ENDOFCHAIN);for(a=0;a=4096){for(i.l=u.start+1<<9,l=0;l0&&u.size<4096){for(l=0;l>16|t>>8|t)}for(var te="undefined"!==typeof Uint8Array,ne=te?new Uint8Array(256):[],re=0;re<256;++re)ne[re]=ee(re);function ie(e,t){var n=ne[255&e];return t<=8?n>>>8-t:(n=n<<8|ne[e>>8&255],t<=16?n>>>16-t:(n=n<<8|ne[e>>16&255],n>>>24-t))}function ae(e,t){var n=7&t,r=t>>>3;return(e[r]|(n<=6?0:e[r+1]<<8))>>>n&3}function oe(e,t){var n=7&t,r=t>>>3;return(e[r]|(n<=5?0:e[r+1]<<8))>>>n&7}function se(e,t){var n=7&t,r=t>>>3;return(e[r]|(n<=4?0:e[r+1]<<8))>>>n&15}function le(e,t){var n=7&t,r=t>>>3;return(e[r]|(n<=3?0:e[r+1]<<8))>>>n&31}function ce(e,t){var n=7&t,r=t>>>3;return(e[r]|(n<=1?0:e[r+1]<<8))>>>n&127}function ue(e,t,n){var r=7&t,i=t>>>3,a=(1<>>r;return n<8-r?o&a:(o|=e[i+1]<<8-r,n<16-r?o&a:(o|=e[i+2]<<16-r,n<24-r||(o|=e[i+3]<<24-r),o&a))}function he(e,t){var n=e.length,r=2*n>t?2*n:t+5,i=0;if(n>=t)return e;if(C){var a=E(r);if(e.copy)e.copy(a);else for(;i0)t[t.l++]=e[n++]}return t.l}}();return function(t){var n=tn(50+Math.floor(1.1*t.length)),r=e(t,n);return n.slice(0,r)}}();function pe(e,t,n){var r=1,i=0,a=0,o=0,s=0,l=e.length,c=te?new Uint16Array(32):de(32);for(a=0;a<32;++a)c[a]=0;for(a=l;a>r-h,o=(1<=0;--o)t[s|o<>8-p;for(var m=(1<<7-p)-1;m>=0;--m)be[f|m<>>=3){case 16:a=3+ae(e,t),t+=2,f=g[g.length-1];while(a-- >0)g.push(f);break;case 17:a=3+oe(e,t),t+=3;while(a-- >0)g.push(0);break;case 18:a=11+ce(e,t),t+=7;while(a-- >0)g.push(0);break;default:g.push(f),l>>0,s=0,l=0;while(0==(1&r))if(r=oe(e,n),n+=3,r>>>1!=0)for(r>>>1==1?(s=9,l=5):(n=xe(e,n),s=_e,l=we),!t&&o>>1==1?me[c]:Ae[c];if(n+=15&u,u>>>=4,0===(u>>>8&255))i[a++]=u;else{if(256==u)break;u-=257;var h=u<8?0:u-4>>2;h>5&&(h=0);var d=a+J[u];h>0&&(d+=ue(e,n,h),n+=h),c=ue(e,n,l),u=r>>>1==1?ge[c]:ye[c],n+=15&u,u>>>=4;var f=u<4?0:u-2>>1,p=Z[u];f>0&&(p+=ue(e,n,f),n+=f),!t&&o>>3]|e[1+(n>>>3)]<<8;if(n+=32,!t&&o>>3,(n>>>3)+m),a+=m,n+=8*m;else while(m-- >0)i[a++]=e[n>>>3],n+=8}return[t?i:i.slice(0,a),n+7>>>3]}function Se(e,t){var n=e.slice(e.l||0),r=Ce(n,t);return e.l+=r[1],r[0]}function ke(e,t){if(!e)throw new Error(t);"undefined"!==typeof console&&console.error(t)}function Me(e,t){var n=e;Zt(n,0);var r=[],i=[],a={FileIndex:r,FullPaths:i};S(a,{root:t.root});var o=n.length-4;while((80!=n[o]||75!=n[o+1]||5!=n[o+2]||6!=n[o+3])&&o>=0)--o;n.l=o+4,n.l+=4;var s=n.read_shift(2);n.l+=6;var c=n.read_shift(4);for(n.l=c,o=0;o3&&(r=!0),i[a].slice(i[a].length-1)){case"Y":throw new Error("Unsupported ISO Duration Field: "+i[a].slice(i[a].length-1));case"D":n*=24;case"H":n*=60;case"M":if(!r)throw new Error("Unsupported ISO Duration Field: M");n*=60;case"S":break}t+=n*parseInt(i[a],10)}return t}var ue=new Date("2017-02-19T19:06:09.000Z");isNaN(ue.getFullYear())&&(ue=new Date("2/19/17"));var he=2017==ue.getFullYear();function de(e,t){var n=new Date(e);if(he)return t>0?n.setTime(n.getTime()+60*n.getTimezoneOffset()*1e3):t<0&&n.setTime(n.getTime()-60*n.getTimezoneOffset()*1e3),n;if(e instanceof Date)return e;if(1917==ue.getFullYear()&&!isNaN(n.getFullYear())){var r=n.getFullYear();return e.indexOf(""+r)>-1||n.setFullYear(n.getFullYear()+100),n}var i=e.match(/\d+/g)||["2017","2","19","0","0","0"],a=new Date(+i[0],+i[1]-1,+i[2],+i[3]||0,+i[4]||0,+i[5]||0);return e.indexOf("Z")>-1&&(a=new Date(a.getTime()-60*a.getTimezoneOffset()*1e3)),a}function fe(e){for(var t="",n=0;n!=e.length;++n)t+=String.fromCharCode(e[n]);return t}function pe(e){if("undefined"!=typeof JSON&&!Array.isArray(e))return JSON.parse(JSON.stringify(e));if("object"!=typeof e||null==e)return e;if(e instanceof Date)return new Date(e.getTime());var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=pe(e[n]));return t}function me(e,t){var n="";while(n.length8099?n:(i>0||a>1)&&101!=r||e.toLowerCase().match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)?t:e.match(/[^-0-9:,\/\\]/)?n:t}var Ae,ye=5=="abacaba".split(/(:?b)/i).length;function be(e,t,n){if(ye||"string"==typeof t)return e.split(t);for(var r=e.split(t),i=[r[0]],a=1;a\/]+)\s*=\s*((?:")([^"]*)(?:")|(?:')([^']*)(?:')|([^'">\s]+))/g,Fe=/<[\/\?]?[a-zA-Z0-9:_-]+(?:\s+[^"\s?>\/]+\s*=\s*(?:"[^"]*"|'[^']*'|[^'">\s=]+))*\s?[\/\?]?>/gm;Oe.match(Fe)||(Fe=/<[^>]*>/g);var Ne=/<\w*:/,Pe=/<(\/?)\w+:/;function Re(e,t,n){for(var r={},i=0,a=0;i!==e.length;++i)if(32===(a=e.charCodeAt(i))||10===a||13===a)break;if(t||(r[0]=e.slice(0,i)),i===e.length)return r;var o=e.match(Ie),s=0,l="",c=0,u="",h="",d=1;if(o)for(c=0;c!=o.length;++c){for(h=o[c],a=0;a!=h.length;++a)if(61===h.charCodeAt(a))break;u=h.slice(0,a).trim();while(32==h.charCodeAt(a+1))++a;for(d=34==(i=h.charCodeAt(a+1))||39==i?1:0,l=h.slice(a+1+d,h.length-d),s=0;s!=u.length;++s)if(58===u.charCodeAt(s))break;if(s===u.length)u.indexOf("_")>0&&(u=u.slice(0,u.indexOf("_"))),r[u]=l,n||(r[u.toLowerCase()]=l);else{var f=(5===s&&"xmlns"===u.slice(0,5)?"xmlns":"")+u.slice(s+1);if(r[f]&&"ext"==u.slice(s-3,s))continue;r[f]=l,n||(r[f.toLowerCase()]=l)}}return r}function He(e){return e.replace(Pe,"<$1")}var Ue={""":'"',"'":"'",">":">","<":"<","&":"&"},ze=ee(Ue),Ye=function(){var e=/&(?:quot|apos|gt|lt|amp|#x?([\da-fA-F]+));/gi,t=/_x([\da-fA-F]{4})_/gi;return function n(r){var i=r+"",a=i.indexOf("-1?16:10))||e})).replace(t,(function(e,t){return String.fromCharCode(parseInt(t,16))}));var o=i.indexOf("]]>");return n(i.slice(0,a))+i.slice(a+9,o)+n(i.slice(o+3))}}(),$e=/[&<>'"]/g,je=/[\u0000-\u0008\u000b-\u001f]/g;function Qe(e){var t=e+"";return t.replace($e,(function(e){return ze[e]})).replace(je,(function(e){return"_x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+"_"}))}function Ve(e){return Qe(e).replace(/ /g,"_x0020_")}var We=/[\u0000-\u001f]/g;function Ke(e){var t=e+"";return t.replace($e,(function(e){return ze[e]})).replace(/\n/g,"
      ").replace(We,(function(e){return"&#x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+";"}))}function Ge(e){var t=e+"";return t.replace($e,(function(e){return ze[e]})).replace(We,(function(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"}))}var Xe=function(){var e=/&#(\d+);/g;function t(e,t){return String.fromCharCode(parseInt(t,10))}return function(n){return n.replace(e,t)}}(),qe=function(){return function(e){return e.replace(/(\r\n|[\r\n])/g," ")}}();function Je(e){switch(e){case 1:case!0:case"1":case"true":case"TRUE":return!0;default:return!1}}var Ze=function(e){var t="",n=0,r=0,i=0,a=0,o=0,s=0;while(n191&&r<224?(o=(31&r)<<6,o|=63&i,t+=String.fromCharCode(o)):(a=e.charCodeAt(n++),r<240?t+=String.fromCharCode((15&r)<<12|(63&i)<<6|63&a):(o=e.charCodeAt(n++),s=((7&r)<<18|(63&i)<<12|(63&a)<<6|63&o)-65536,t+=String.fromCharCode(55296+(s>>>10&1023)),t+=String.fromCharCode(56320+(1023&s)))));return t},et=function(e){var t=[],n=0,r=0,i=0;while(n>6))),t.push(String.fromCharCode(128+(63&r)));break;case r>=55296&&r<57344:r-=55296,i=e.charCodeAt(n++)-56320+(r<<10),t.push(String.fromCharCode(240+(i>>18&7))),t.push(String.fromCharCode(144+(i>>12&63))),t.push(String.fromCharCode(128+(i>>6&63))),t.push(String.fromCharCode(128+(63&i)));break;default:t.push(String.fromCharCode(224+(r>>12))),t.push(String.fromCharCode(128+(r>>6&63))),t.push(String.fromCharCode(128+(63&r)))}return t.join("")};if(C){var tt=function(e){var t,n,r,a=i.alloc(2*e.length),o=1,s=0,l=0;for(n=0;n>>10&1023),t=56320+(1023&t)),0!==l&&(a[s++]=255&l,a[s++]=l>>>8,l=0),a[s++]=t%256,a[s++]=t>>>8;return a.slice(0,s).toString("ucs2")},nt="foo bar baz☃🍣";Ze(nt)==tt(nt)&&(Ze=tt);var rt=function(e){return S(e,"binary").toString("utf8")};Ze(nt)==rt(nt)&&(Ze=rt),et=function(e){return S(e,"utf8").toString("binary")}}var it=function(){var e={};return function(t,n){var r=t+"|"+(n||"");return e[r]?e[r]:e[r]=new RegExp("<(?:\\w+:)?"+t+'(?: xml:space="preserve")?(?:[^>]*)>([\\s\\S]*?)",n||"")}}(),at=function(){var e=[["nbsp"," "],["middot","·"],["quot",'"'],["apos","'"],["gt",">"],["lt","<"],["amp","&"]].map((function(e){return[new RegExp("&"+e[0]+";","ig"),e[1]]}));return function(t){for(var n=t.replace(/^[\t\n\r ]+/,"").replace(/[\t\n\r ]+$/,"").replace(/>\s+/g,">").replace(/\s+/g,"\n").replace(/<[^>]*>/g,""),r=0;r([\\s\\S]*?)","g")}}(),st=/<\/?(?:vt:)?variant>/g,lt=/<(?:vt:)([^>]*)>([\s\S]*)"+t+""}function dt(e){return J(e).map((function(t){return" "+t+'="'+e[t]+'"'})).join("")}function ft(e,t,n){return"<"+e+(null!=n?dt(n):"")+(null!=t?(t.match(ut)?' xml:space="preserve"':"")+">"+t+""}function pt(e,t){try{return e.toISOString().replace(/\.\d*/,"")}catch(uv){if(t)throw uv}return""}function mt(e,t){switch(typeof e){case"string":var n=ft("vt:lpwstr",Qe(e));return t&&(n=n.replace(/"/g,"_x0022_")),n;case"number":return ft((0|e)==e?"vt:i4":"vt:r8",Qe(String(e)));case"boolean":return ft("vt:bool",e?"true":"false")}if(e instanceof Date)return ft("vt:filetime",pt(e));throw new Error("Unable to serialize "+e)}var gt={dc:"http://purl.org/dc/elements/1.1/",dcterms:"http://purl.org/dc/terms/",dcmitype:"http://purl.org/dc/dcmitype/",mx:"http://schemas.microsoft.com/office/mac/excel/2008/main",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",sjs:"http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties",vt:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",xsi:"http://www.w3.org/2001/XMLSchema-instance",xsd:"http://www.w3.org/2001/XMLSchema",main:["http://schemas.openxmlformats.org/spreadsheetml/2006/main","http://purl.oclc.org/ooxml/spreadsheetml/main","http://schemas.microsoft.com/office/excel/2006/main","http://schemas.microsoft.com/office/excel/2006/2"]},vt={o:"urn:schemas-microsoft-com:office:office",x:"urn:schemas-microsoft-com:office:excel",ss:"urn:schemas-microsoft-com:office:spreadsheet",dt:"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882",mv:"http://macVmlSchemaUri",v:"urn:schemas-microsoft-com:vml",html:"http://www.w3.org/TR/REC-html40"};function At(e,t){for(var n=1-2*(e[t+7]>>>7),r=((127&e[t+7])<<4)+(e[t+6]>>>4&15),i=15&e[t+6],a=5;a>=0;--a)i=256*i+e[t+a];return 2047==r?0==i?n*(1/0):NaN:(0==r?r=-1022:(r-=1023,i+=Math.pow(2,52)),n*Math.pow(2,r-52)*i)}function yt(e,t,n){var r=(t<0||1/t==-1/0?1:0)<<7,i=0,a=0,o=r?-t:t;isFinite(o)?0==o?i=a=0:(i=Math.floor(Math.log(o)/Math.LN2),a=o*Math.pow(2,52-i),i<=-1023&&(!isFinite(a)||a>4|r}var bt,_t,wt=function(e){for(var t=[],n=10240,r=0;r0?Et(e,t+4,t+4+n-1):""},Dt=Bt,Lt=function(e,t){var n=jt(e,t);return n>0?Et(e,t+4,t+4+n-1):""},Ot=Lt,It=function(e,t){var n=2*jt(e,t);return n>0?Et(e,t+4,t+4+n-1):""},Ft=It;bt=_t=function(e,t){var n=jt(e,t);return n>0?Ct(e,t+4,t+4+n):""};var Nt,Pt,Rt=function(e,t){var n=jt(e,t);return n>0?Et(e,t+4,t+4+n):""},Ht=Rt;Nt=Pt=function(e,t){return At(e,t)};var Ut=function(e){return Array.isArray(e)};C&&(Ct=function(e,t,n){return i.isBuffer(e)?e.toString("utf16le",t,n).replace(F,""):St(e,t,n)},kt=function(e,t,n){return i.isBuffer(e)?e.toString("hex",t,t+n):Mt(e,t,n)},Bt=function(e,t){if(!i.isBuffer(e))return Dt(e,t);var n=e.readUInt32LE(t);return n>0?e.toString("utf8",t+4,t+4+n-1):""},Lt=function(e,t){if(!i.isBuffer(e))return Ot(e,t);var n=e.readUInt32LE(t);return n>0?e.toString("utf8",t+4,t+4+n-1):""},It=function(e,t){if(!i.isBuffer(e))return Ft(e,t);var n=2*e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+n-1)},bt=function(e,t){if(!i.isBuffer(e))return _t(e,t);var n=e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+n)},Rt=function(e,t){if(!i.isBuffer(e))return Ht(e,t);var n=e.readUInt32LE(t);return e.toString("utf8",t+4,t+4+n)},Et=function(e,t,n){return i.isBuffer(e)?e.toString("utf8",t,n):Tt(e,t,n)},wt=function(e){return e[0].length>0&&i.isBuffer(e[0][0])?i.concat(e[0]):xt(e)},I=function(e){return i.isBuffer(e[0])?i.concat(e):[].concat.apply([],e)},Nt=function(e,t){return i.isBuffer(e)?e.readDoubleLE(t):Pt(e,t)},Ut=function(e){return i.isBuffer(e)||Array.isArray(e)}),"undefined"!==typeof cptable&&(Ct=function(e,t,n){return cptable.utils.decode(1200,e.slice(t,n)).replace(F,"")},Et=function(e,t,n){return cptable.utils.decode(65001,e.slice(t,n))},Bt=function(e,t){var n=jt(e,t);return n>0?cptable.utils.decode(s,e.slice(t+4,t+4+n-1)):""},Lt=function(e,t){var n=jt(e,t);return n>0?cptable.utils.decode(o,e.slice(t+4,t+4+n-1)):""},It=function(e,t){var n=2*jt(e,t);return n>0?cptable.utils.decode(1200,e.slice(t+4,t+4+n-1)):""},bt=function(e,t){var n=jt(e,t);return n>0?cptable.utils.decode(1200,e.slice(t+4,t+4+n)):""},Rt=function(e,t){var n=jt(e,t);return n>0?cptable.utils.decode(65001,e.slice(t+4,t+4+n)):""});var zt=function(e,t){return e[t]},Yt=function(e,t){return 256*e[t+1]+e[t]},$t=function(e,t){var n=256*e[t+1]+e[t];return n<32768?n:-1*(65535-n+1)},jt=function(e,t){return e[t+3]*(1<<24)+(e[t+2]<<16)+(e[t+1]<<8)+e[t]},Qt=function(e,t){return e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]},Vt=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]};function Wt(e,t){var n,r,a,s,l,c,u="",h=[];switch(t){case"dbcs":if(c=this.l,C&&i.isBuffer(this))u=this.slice(this.l,this.l+2*e).toString("utf16le");else for(l=0;l0?Qt:Vt)(this,this.l),this.l+=4,n):(r=jt(this,this.l),this.l+=4,r);case 8:case-8:if("f"===t)return r=8==e?Nt(this,this.l):Nt([this[this.l+7],this[this.l+6],this[this.l+5],this[this.l+4],this[this.l+3],this[this.l+2],this[this.l+1],this[this.l+0]],0),this.l+=8,r;e=8;case 16:u=kt(this,this.l,e);break}}return this.l+=e,u}var Kt=function(e,t,n){e[n]=255&t,e[n+1]=t>>>8&255,e[n+2]=t>>>16&255,e[n+3]=t>>>24&255},Gt=function(e,t,n){e[n]=255&t,e[n+1]=t>>8&255,e[n+2]=t>>16&255,e[n+3]=t>>24&255},Xt=function(e,t,n){e[n]=255&t,e[n+1]=t>>>8&255};function qt(e,t,n){var r=0,i=0;if("dbcs"===n){for(i=0;i!=t.length;++i)Xt(this,t.charCodeAt(i),this.l+2*i);r=2*t.length}else if("sbcs"===n){if("undefined"!==typeof cptable&&874==s)for(i=0;i!=t.length;++i){var a=cptable.utils.encode(s,t.charAt(i));this[this.l+i]=a[0]}else for(t=t.replace(/[^\x00-\x7F]/g,"_"),i=0;i!=t.length;++i)this[this.l+i]=255&t.charCodeAt(i);r=t.length}else{if("hex"===n){for(;i>8}while(this.l>>=8,this[this.l+1]=255&t;break;case 3:r=3,this[this.l]=255&t,t>>>=8,this[this.l+1]=255&t,t>>>=8,this[this.l+2]=255&t;break;case 4:r=4,Kt(this,t,this.l);break;case 8:if(r=8,"f"===n){yt(this,t,this.l);break}case 16:break;case-4:r=4,Gt(this,t,this.l);break}}return this.l+=r,this}function Jt(e,t){var n=kt(this,this.l,e.length>>1);if(n!==e)throw new Error(t+"Expected "+e+" saw "+n);this.l+=e.length>>1}function Zt(e,t){e.l=t,e.read_shift=Wt,e.chk=Jt,e.write_shift=qt}function en(e,t){e.l+=t}function tn(e){var t=M(e);return Zt(t,0),t}function nn(e,t,n){if(e){var r,i,a;Zt(e,e.l||0);var o=e.length,s=0,l=0;while(e.lr.l&&(r=r.slice(0,r.l),r.l=r.length),r.length>0&&e.push(r),r=null)},a=function(e){return r&&e=128?1:0)+1,r>=128&&++i,r>=16384&&++i,r>=2097152&&++i;var o=e.next(i);a<=127?o.write_shift(1,a):(o.write_shift(1,128+(127&a)),o.write_shift(1,a>>7));for(var s=0;4!=s;++s){if(!(r>=128)){o.write_shift(1,r);break}o.write_shift(1,128+(127&r)),r>>=7}r>0&&Ut(n)&&e.push(n)}}function on(e,t,n){var r=pe(e);if(t.s?(r.cRel&&(r.c+=t.s.c),r.rRel&&(r.r+=t.s.r)):(r.cRel&&(r.c+=t.c),r.rRel&&(r.r+=t.r)),!n||n.biff<12){while(r.c>=256)r.c-=256;while(r.r>=65536)r.r-=65536}return r}function sn(e,t,n){var r=pe(e);return r.s=on(r.s,t.s,n),r.e=on(r.e,t.s,n),r}function ln(e,t){if(e.cRel&&e.c<0){e=pe(e);while(e.c<0)e.c+=t>8?16384:256}if(e.rRel&&e.r<0){e=pe(e);while(e.r<0)e.r+=t>8?1048576:t>5?65536:16384}var n=wn(e);return e.cRel||null==e.cRel||(n=An(n)),e.rRel||null==e.rRel||(n=pn(n)),n}function cn(e,t){return 0!=e.s.r||e.s.rRel||e.e.r!=(t.biff>=12?1048575:t.biff>=8?65536:16384)||e.e.rRel?0!=e.s.c||e.s.cRel||e.e.c!=(t.biff>=12?16383:255)||e.e.cRel?ln(e.s,t.biff)+":"+ln(e.e,t.biff):(e.s.rRel?"":"$")+fn(e.s.r)+":"+(e.e.rRel?"":"$")+fn(e.e.r):(e.s.cRel?"":"$")+vn(e.s.c)+":"+(e.e.cRel?"":"$")+vn(e.e.c)}var un={},hn=function(e,t){var r;if("undefined"!==typeof t)r=t;else{try{r=n(2)}catch(uv){r=null}}e.rc4=function(e,t){var n=new Array(256),r=0,i=0,a=0,o=0;for(i=0;256!=i;++i)n[i]=i;for(i=0;256!=i;++i)a=a+n[i]+e[i%e.length].charCodeAt(0)&255,o=n[i],n[i]=n[a],n[a]=o;i=a=0;var s=M(t.length);for(r=0;r!=t.length;++r)i=i+1&255,a=(a+n[i])%256,o=n[i],n[i]=n[a],n[a]=o,s[r]=t[r]^n[n[i]+n[a]&255];return s},e.md5=function(e){if(!r)throw new Error("Unsupported crypto");return r.createHash("md5").update(e).digest("hex")}};function dn(e){return parseInt(mn(e),10)-1}function fn(e){return""+(e+1)}function pn(e){return e.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}function mn(e){return e.replace(/\$(\d+)$/,"$1")}function gn(e){for(var t=yn(e),n=0,r=0;r!==t.length;++r)n=26*n+t.charCodeAt(r)-64;return n-1}function vn(e){if(e<0)throw new Error("invalid column "+e);var t="";for(++e;e;e=Math.floor((e-1)/26))t=String.fromCharCode((e-1)%26+65)+t;return t}function An(e){return e.replace(/^([A-Z])/,"$$$1")}function yn(e){return e.replace(/^\$([A-Z])/,"$1")}function bn(e){return e.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")}function _n(e){for(var t=0,n=0,r=0;r=48&&i<=57?t=10*t+(i-48):i>=65&&i<=90&&(n=26*n+(i-64))}return{c:n-1,r:t-1}}function wn(e){for(var t=e.c+1,n="";t;t=(t-1)/26|0)n=String.fromCharCode((t-1)%26+65)+n;return n+(e.r+1)}function xn(e){var t=e.indexOf(":");return-1==t?{s:_n(e),e:_n(e)}:{s:_n(e.slice(0,t)),e:_n(e.slice(t+1))}}function Cn(e,t){return"undefined"===typeof t||"number"===typeof t?Cn(e.s,e.e):("string"!==typeof e&&(e=wn(e)),"string"!==typeof t&&(t=wn(t)),e==t?e:e+":"+t)}function Sn(e){var t={s:{c:0,r:0},e:{c:0,r:0}},n=0,r=0,i=0,a=e.length;for(n=0;r26)break;n=26*n+i}for(t.s.c=--n,n=0;r9)break;n=10*n+i}if(t.s.r=--n,r===a||58===e.charCodeAt(++r))return t.e.c=t.s.c,t.e.r=t.s.r,t;for(n=0;r!=a;++r){if((i=e.charCodeAt(r)-64)<1||i>26)break;n=26*n+i}for(t.e.c=--n,n=0;r!=a;++r){if((i=e.charCodeAt(r)-48)<0||i>9)break;n=10*n+i}return t.e.r=--n,t}function kn(e,t){var n="d"==e.t&&t instanceof Date;if(null!=e.z)try{return e.w=P.format(e.z,n?ie(t):t)}catch(uv){}try{return e.w=P.format((e.XF||{}).numFmtId||(n?14:0),n?ie(t):t)}catch(uv){return""+t}}function Mn(e,t,n){return null==e||null==e.t||"z"==e.t?"":void 0!==e.w?e.w:("d"==e.t&&!e.z&&n&&n.dateNF&&(e.z=n.dateNF),kn(e,void 0==t?e.v:t))}function En(e,t){var n=t&&t.sheet?t.sheet:"Sheet1",r={};return r[n]=e,{SheetNames:[n],Sheets:r}}function Tn(e,t,n){var r=n||{},i=e?Array.isArray(e):r.dense;null!=_&&null==i&&(i=_);var a=e||(i?[]:{}),o=0,s=0;if(a&&null!=r.origin){if("number"==typeof r.origin)o=r.origin;else{var l="string"==typeof r.origin?_n(r.origin):r.origin;o=l.r,s=l.c}a["!ref"]||(a["!ref"]="A1:A1")}var c={s:{c:1e7,r:1e7},e:{c:0,r:0}};if(a["!ref"]){var u=Sn(a["!ref"]);c.s.c=u.s.c,c.s.r=u.s.r,c.e.c=Math.max(c.e.c,u.e.c),c.e.r=Math.max(c.e.r,u.e.r),-1==o&&(c.e.r=o=u.e.r+1)}for(var h=0;h!=t.length;++h)if(t[h]){if(!Array.isArray(t[h]))throw new Error("aoa_to_sheet expects an array of arrays");for(var d=0;d!=t[h].length;++d)if("undefined"!==typeof t[h][d]){var f={v:t[h][d]},p=o+h,m=s+d;if(c.s.r>p&&(c.s.r=p),c.s.c>m&&(c.s.c=m),c.e.r0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}function In(e){return{ich:e.read_shift(2),ifnt:e.read_shift(2)}}function Fn(e,t){return t||(t=tn(4)),t.write_shift(2,e.ich||0),t.write_shift(2,e.ifnt||0),t}function Nn(e,t){var n=e.l,r=e.read_shift(1),i=Ln(e),a=[],o={t:i,h:i};if(0!==(1&r)){for(var s=e.read_shift(4),l=0;l!=s;++l)a.push(In(e));o.r=a}else o.r=[{ich:0,ifnt:0}];return e.l=n+t,o}function Pn(e,t){var n=!1;return null==t&&(n=!0,t=tn(15+4*e.t.length)),t.write_shift(1,0),On(e.t,t),n?t.slice(0,t.l):t}hn(un,"undefined"!==typeof crypto?crypto:void 0);var Rn=Nn;function Hn(e,t){var n=!1;return null==t&&(n=!0,t=tn(23+4*e.t.length)),t.write_shift(1,1),On(e.t,t),t.write_shift(4,1),Fn({ich:0,ifnt:0},t),n?t.slice(0,t.l):t}function Un(e){var t=e.read_shift(4),n=e.read_shift(2);return n+=e.read_shift(1)<<16,e.l++,{c:t,iStyleRef:n}}function zn(e,t){return null==t&&(t=tn(8)),t.write_shift(-4,e.c),t.write_shift(3,e.iStyleRef||e.s),t.write_shift(1,0),t}var Yn=Ln,$n=On;function jn(e){var t=e.read_shift(4);return 0===t||4294967295===t?"":e.read_shift(t,"dbcs")}function Qn(e,t){var n=!1;return null==t&&(n=!0,t=tn(127)),t.write_shift(4,e.length>0?e.length:4294967295),e.length>0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}var Vn=Ln,Wn=jn,Kn=Qn;function Gn(e){var t=e.slice(e.l,e.l+4),n=1&t[0],r=2&t[0];e.l+=4,t[0]&=252;var i=0===r?Nt([0,0,0,0,t[0],t[1],t[2],t[3]],0):Qt(t,0)>>2;return n?i/100:i}function Xn(e,t){null==t&&(t=tn(4));var n=0,r=0,i=100*e;if(e==(0|e)&&e>=-(1<<29)&&e<1<<29?r=1:i==(0|i)&&i>=-(1<<29)&&i<1<<29&&(r=1,n=1),!r)throw new Error("unsupported RkNumber "+e);t.write_shift(-4,((n?i:e)<<2)+(n+2))}function qn(e){var t={s:{},e:{}};return t.s.r=e.read_shift(4),t.e.r=e.read_shift(4),t.s.c=e.read_shift(4),t.e.c=e.read_shift(4),t}function Jn(e,t){return t||(t=tn(16)),t.write_shift(4,e.s.r),t.write_shift(4,e.e.r),t.write_shift(4,e.s.c),t.write_shift(4,e.e.c),t}var Zn=qn,er=Jn;function tr(e){return e.read_shift(8,"f")}function nr(e,t){return(t||tn(8)).write_shift(8,e,"f")}function rr(e){var t={},n=e.read_shift(1),r=n>>>1,i=e.read_shift(1),a=e.read_shift(2,"i"),o=e.read_shift(1),s=e.read_shift(1),l=e.read_shift(1);switch(e.l++,r){case 0:t.auto=1;break;case 1:t.index=i;var c=Lr[i];c&&(t.rgb=dl(c));break;case 2:t.rgb=dl([o,s,l]);break;case 3:t.theme=i;break}return 0!=a&&(t.tint=a>0?a/32767:a/32768),t}function ir(e,t){if(t||(t=tn(8)),!e||e.auto)return t.write_shift(4,0),t.write_shift(4,0),t;null!=e.index?(t.write_shift(1,2),t.write_shift(1,e.index)):null!=e.theme?(t.write_shift(1,6),t.write_shift(1,e.theme)):(t.write_shift(1,5),t.write_shift(1,0));var n=e.tint||0;if(n>0?n*=32767:n<0&&(n*=32768),t.write_shift(2,n),e.rgb&&null==e.theme){var r=e.rgb||"FFFFFF";"number"==typeof r&&(r=("000000"+r.toString(16)).slice(-6)),t.write_shift(1,parseInt(r.slice(0,2),16)),t.write_shift(1,parseInt(r.slice(2,4),16)),t.write_shift(1,parseInt(r.slice(4,6),16)),t.write_shift(1,255)}else t.write_shift(2,0),t.write_shift(1,0),t.write_shift(1,0);return t}function ar(e){var t=e.read_shift(1);e.l++;var n={fBold:1&t,fItalic:2&t,fUnderline:4&t,fStrikeout:8&t,fOutline:16&t,fShadow:32&t,fCondense:64&t,fExtend:128&t};return n}function or(e,t){t||(t=tn(2));var n=(e.italic?2:0)|(e.strike?8:0)|(e.outline?16:0)|(e.shadow?32:0)|(e.condense?64:0)|(e.extend?128:0);return t.write_shift(1,n),t.write_shift(1,0),t}function sr(e,t){var n={2:"BITMAP",3:"METAFILEPICT",8:"DIB",14:"ENHMETAFILE"},r=e.read_shift(4);switch(r){case 0:return"";case 4294967295:case 4294967294:return n[e.read_shift(4)]||""}if(r>400)throw new Error("Unsupported Clipboard: "+r.toString(16));return e.l-=4,e.read_shift(0,1==t?"lpstr":"lpwstr")}function lr(e){return sr(e,1)}function cr(e){return sr(e,2)}var ur=2,hr=3,dr=11,fr=12,pr=19,mr=30,gr=64,vr=65,Ar=71,yr=4096,br=80,_r=81,wr=[br,_r],xr={1:{n:"CodePage",t:ur},2:{n:"Category",t:br},3:{n:"PresentationFormat",t:br},4:{n:"ByteCount",t:hr},5:{n:"LineCount",t:hr},6:{n:"ParagraphCount",t:hr},7:{n:"SlideCount",t:hr},8:{n:"NoteCount",t:hr},9:{n:"HiddenCount",t:hr},10:{n:"MultimediaClipCount",t:hr},11:{n:"ScaleCrop",t:dr},12:{n:"HeadingPairs",t:yr|fr},13:{n:"TitlesOfParts",t:yr|mr},14:{n:"Manager",t:br},15:{n:"Company",t:br},16:{n:"LinksUpToDate",t:dr},17:{n:"CharacterCount",t:hr},19:{n:"SharedDoc",t:dr},22:{n:"HyperlinksChanged",t:dr},23:{n:"AppVersion",t:hr,p:"version"},24:{n:"DigSig",t:vr},26:{n:"ContentType",t:br},27:{n:"ContentStatus",t:br},28:{n:"Language",t:br},29:{n:"Version",t:br},255:{}},Cr={1:{n:"CodePage",t:ur},2:{n:"Title",t:br},3:{n:"Subject",t:br},4:{n:"Author",t:br},5:{n:"Keywords",t:br},6:{n:"Comments",t:br},7:{n:"Template",t:br},8:{n:"LastAuthor",t:br},9:{n:"RevNumber",t:br},10:{n:"EditTime",t:gr},11:{n:"LastPrinted",t:gr},12:{n:"CreatedDate",t:gr},13:{n:"ModifiedDate",t:gr},14:{n:"PageCount",t:hr},15:{n:"WordCount",t:hr},16:{n:"CharCount",t:hr},17:{n:"Thumbnail",t:Ar},18:{n:"Application",t:br},19:{n:"DocSecurity",t:hr},255:{}},Sr={2147483648:{n:"Locale",t:pr},2147483651:{n:"Behavior",t:pr},1919054434:{}};(function(){for(var e in Sr)Object.prototype.hasOwnProperty.call(Sr,e)&&(xr[e]=Cr[e]=Sr[e])})();var kr=Z(xr,"n"),Mr=Z(Cr,"n"),Er={1:"US",2:"CA",3:"",7:"RU",20:"EG",30:"GR",31:"NL",32:"BE",33:"FR",34:"ES",36:"HU",39:"IT",41:"CH",43:"AT",44:"GB",45:"DK",46:"SE",47:"NO",48:"PL",49:"DE",52:"MX",55:"BR",61:"AU",64:"NZ",66:"TH",81:"JP",82:"KR",84:"VN",86:"CN",90:"TR",105:"JS",213:"DZ",216:"MA",218:"LY",351:"PT",354:"IS",358:"FI",420:"CZ",886:"TW",961:"LB",962:"JO",963:"SY",964:"IQ",965:"KW",966:"SA",971:"AE",972:"IL",974:"QA",981:"IR",65535:"US"},Tr=[null,"solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"];function Br(e){return e.map((function(e){return[e>>16&255,e>>8&255,255&e]}))}var Dr=Br([0,16777215,16711680,65280,255,16776960,16711935,65535,0,16777215,16711680,65280,255,16776960,16711935,65535,8388608,32768,128,8421376,8388736,32896,12632256,8421504,10066431,10040166,16777164,13434879,6684774,16744576,26316,13421823,128,16711935,16776960,65535,8388736,8388608,32896,255,52479,13434879,13434828,16777113,10079487,16751052,13408767,16764057,3368703,3394764,10079232,16763904,16750848,16737792,6710937,9868950,13158,3381606,13056,3355392,10040064,10040166,3355545,3355443,16777215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),Lr=pe(Dr),Or={0:"#NULL!",7:"#DIV/0!",15:"#VALUE!",23:"#REF!",29:"#NAME?",36:"#NUM!",42:"#N/A",43:"#GETTING_DATA",255:"#WTF?"},Ir=te(Or),Fr={"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":"workbooks","application/vnd.ms-excel.binIndexWs":"TODO","application/vnd.ms-excel.intlmacrosheet":"TODO","application/vnd.ms-excel.binIndexMs":"TODO","application/vnd.openxmlformats-package.core-properties+xml":"coreprops","application/vnd.openxmlformats-officedocument.custom-properties+xml":"custprops","application/vnd.openxmlformats-officedocument.extended-properties+xml":"extprops","application/vnd.openxmlformats-officedocument.customXmlProperties+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty":"TODO","application/vnd.ms-excel.pivotTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.chart+xml":"TODO","application/vnd.ms-office.chartcolorstyle+xml":"TODO","application/vnd.ms-office.chartstyle+xml":"TODO","application/vnd.ms-office.chartex+xml":"TODO","application/vnd.ms-excel.calcChain":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings":"TODO","application/vnd.ms-office.activeX":"TODO","application/vnd.ms-office.activeX+xml":"TODO","application/vnd.ms-excel.attachedToolbars":"TODO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":"TODO","application/vnd.ms-excel.externalLink":"links","application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml":"links","application/vnd.ms-excel.sheetMetadata":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml":"TODO","application/vnd.ms-excel.pivotCacheDefinition":"TODO","application/vnd.ms-excel.pivotCacheRecords":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml":"TODO","application/vnd.ms-excel.queryTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml":"TODO","application/vnd.ms-excel.userNames":"TODO","application/vnd.ms-excel.revisionHeaders":"TODO","application/vnd.ms-excel.revisionLog":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml":"TODO","application/vnd.ms-excel.tableSingleCells":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml":"TODO","application/vnd.ms-excel.slicer":"TODO","application/vnd.ms-excel.slicerCache":"TODO","application/vnd.ms-excel.slicer+xml":"TODO","application/vnd.ms-excel.slicerCache+xml":"TODO","application/vnd.ms-excel.wsSortMap":"TODO","application/vnd.ms-excel.table":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":"TODO","application/vnd.openxmlformats-officedocument.theme+xml":"themes","application/vnd.openxmlformats-officedocument.themeOverride+xml":"TODO","application/vnd.ms-excel.Timeline+xml":"TODO","application/vnd.ms-excel.TimelineCache+xml":"TODO","application/vnd.ms-office.vbaProject":"vba","application/vnd.ms-office.vbaProjectSignature":"vba","application/vnd.ms-office.volatileDependencies":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml":"TODO","application/vnd.ms-excel.controlproperties+xml":"TODO","application/vnd.openxmlformats-officedocument.model+data":"TODO","application/vnd.ms-excel.Survey+xml":"TODO","application/vnd.openxmlformats-officedocument.drawing+xml":"drawings","application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml":"TODO","application/vnd.openxmlformats-officedocument.vmlDrawing":"TODO","application/vnd.openxmlformats-package.relationships+xml":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO","image/png":"TODO",sheet:"js"},Nr=function(){var e={workbooks:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",xlsm:"application/vnd.ms-excel.sheet.macroEnabled.main+xml",xlsb:"application/vnd.ms-excel.sheet.binary.macroEnabled.main",xlam:"application/vnd.ms-excel.addin.macroEnabled.main+xml",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"},strs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",xlsb:"application/vnd.ms-excel.sharedStrings"},comments:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml",xlsb:"application/vnd.ms-excel.comments"},sheets:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",xlsb:"application/vnd.ms-excel.worksheet"},charts:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml",xlsb:"application/vnd.ms-excel.chartsheet"},dialogs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml",xlsb:"application/vnd.ms-excel.dialogsheet"},macros:{xlsx:"application/vnd.ms-excel.macrosheet+xml",xlsb:"application/vnd.ms-excel.macrosheet"},styles:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",xlsb:"application/vnd.ms-excel.styles"}};return J(e).forEach((function(t){["xlsm","xlam"].forEach((function(n){e[t][n]||(e[t][n]=e[t].xlsx)}))})),J(e).forEach((function(t){J(e[t]).forEach((function(n){Fr[e[t][n]]=t}))})),e}(),Pr=ne(Fr);function Rr(){return{workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],TODO:[],xmlns:""}}function Hr(e){var t=Rr();if(!e||!e.match)return t;var n={};if((e.match(Fe)||[]).forEach((function(e){var r=Re(e);switch(r[0].replace(Ne,"<")){case"0?t.calcchains[0]:"",t.sst=t.strs.length>0?t.strs[0]:"",t.style=t.styles.length>0?t.styles[0]:"",t.defaults=n,delete t.calcchains,t}gt.CT="http://schemas.openxmlformats.org/package/2006/content-types";var Ur=ft("Types",null,{xmlns:gt.CT,"xmlns:xsd":gt.xsd,"xmlns:xsi":gt.xsi}),zr=[["xml","application/xml"],["bin","application/vnd.ms-excel.sheet.binary.macroEnabled.main"],["vml","application/vnd.openxmlformats-officedocument.vmlDrawing"],["data","application/vnd.openxmlformats-officedocument.model+data"],["bmp","image/bmp"],["png","image/png"],["gif","image/gif"],["emf","image/x-emf"],["wmf","image/x-wmf"],["jpg","image/jpeg"],["jpeg","image/jpeg"],["tif","image/tiff"],["tiff","image/tiff"],["pdf","application/pdf"],["rels",Pr.rels[0]]].map((function(e){return ft("Default",null,{Extension:e[0],ContentType:e[1]})}));function Yr(e,t){var n,r=[];r[r.length]=Oe,r[r.length]=Ur,r=r.concat(zr);var i=function(i){e[i]&&e[i].length>0&&(n=e[i][0],r[r.length]=ft("Override",null,{PartName:("/"==n[0]?"":"/")+n,ContentType:Nr[i][t.bookType||"xlsx"]}))},a=function(n){(e[n]||[]).forEach((function(e){r[r.length]=ft("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:Nr[n][t.bookType||"xlsx"]})}))},o=function(t){(e[t]||[]).forEach((function(e){r[r.length]=ft("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:Pr[t][0]})}))};return i("workbooks"),a("sheets"),a("charts"),o("themes"),["strs","styles"].forEach(i),["coreprops","extprops","custprops"].forEach(o),o("vba"),o("comments"),o("drawings"),r.length>2&&(r[r.length]="",r[1]=r[1].replace("/>",">")),r.join("")}var $r={WB:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",SHEET:"http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",HLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",VML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",XPATH:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath",XMISS:"http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing",XLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",CXML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml",CXMLP:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps",VBA:"http://schemas.microsoft.com/office/2006/relationships/vbaProject"};function jr(e){var t=e.lastIndexOf("/");return e.slice(0,t+1)+"_rels/"+e.slice(t+1)+".rels"}function Qr(e,t){var n={"!id":{}};if(!e)return n;"/"!==t.charAt(0)&&(t="/"+t);var r={};return(e.match(Fe)||[]).forEach((function(e){var i=Re(e);if("2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}var Kr=[$r.HLINK,$r.XPATH,$r.XMISS];function Gr(e,t,n,r,i,a){if(i||(i={}),e["!id"]||(e["!id"]={}),t<0)for(t=1;e["!id"]["rId"+t];++t);if(i.Id="rId"+t,i.Type=r,i.Target=n,a?i.TargetMode=a:Kr.indexOf(i.Type)>-1&&(i.TargetMode="External"),e["!id"][i.Id])throw new Error("Cannot rewrite rId "+t);return e["!id"][i.Id]=i,e[("/"+i.Target).replace("//","/")]=i,t}var Xr="application/vnd.oasis.opendocument.spreadsheet";function qr(e,t){var n,r,i=om(e);while(n=sm.exec(i))switch(n[3]){case"manifest":break;case"file-entry":if(r=Re(n[0],!1),"/"==r.path&&r.type!==Xr)throw new Error("This OpenDocument is not a spreadsheet");break;case"encryption-data":case"algorithm":case"start-key-generation":case"key-derivation":throw new Error("Unsupported ODS Encryption");default:if(t&&t.WTF)throw n}}function Jr(e){var t=[Oe];t.push('\n'),t.push(' \n');for(var n=0;n\n');return t.push(""),t.join("")}function Zr(e,t,n){return[' \n',' \n'," \n"].join("")}function ei(e,t){return[' \n',' \n'," \n"].join("")}function ti(e){var t=[Oe];t.push('\n');for(var n=0;n!=e.length;++n)t.push(Zr(e[n][0],e[n][1])),t.push(ei("",e[n][0]));return t.push(Zr("","Document","pkg")),t.push(""),t.join("")}var ni=function(){var e='SheetJS '+t.version+"";return function(){return e}}(),ri=[["cp:category","Category"],["cp:contentStatus","ContentStatus"],["cp:keywords","Keywords"],["cp:lastModifiedBy","LastAuthor"],["cp:lastPrinted","LastPrinted"],["cp:revision","RevNumber"],["cp:version","Version"],["dc:creator","Author"],["dc:description","Comments"],["dc:identifier","Identifier"],["dc:language","Language"],["dc:subject","Subject"],["dc:title","Title"],["dcterms:created","CreatedDate","date"],["dcterms:modified","ModifiedDate","date"]];gt.CORE_PROPS="http://schemas.openxmlformats.org/package/2006/metadata/core-properties",$r.CORE_PROPS="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties";var ii=function(){for(var e=new Array(ri.length),t=0;t]*>([\\s\\S]*?)")}return e}();function ai(e){var t={};e=Ze(e);for(var n=0;n0&&(t[r[1]]=Ye(i[1])),"date"===r[2]&&t[r[1]]&&(t[r[1]]=de(t[r[1]]))}return t}var oi=ft("cp:coreProperties",null,{"xmlns:cp":gt.CORE_PROPS,"xmlns:dc":gt.dc,"xmlns:dcterms":gt.dcterms,"xmlns:dcmitype":gt.dcmitype,"xmlns:xsi":gt.xsi});function si(e,t,n,r,i){null==i[e]&&null!=t&&""!==t&&(i[e]=t,t=Qe(t),r[r.length]=n?ft(e,t,n):ht(e,t))}function li(e,t){var n=t||{},r=[Oe,oi],i={};if(!e&&!n.Props)return r.join("");e&&(null!=e.CreatedDate&&si("dcterms:created","string"===typeof e.CreatedDate?e.CreatedDate:pt(e.CreatedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},r,i),null!=e.ModifiedDate&&si("dcterms:modified","string"===typeof e.ModifiedDate?e.ModifiedDate:pt(e.ModifiedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},r,i));for(var a=0;a!=ri.length;++a){var o=ri[a],s=n.Props&&null!=n.Props[o[1]]?n.Props[o[1]]:e?e[o[1]]:null;!0===s?s="1":!1===s?s="0":"number"==typeof s&&(s=String(s)),null!=s&&si(o[0],s,null,r,i)}return r.length>2&&(r[r.length]="",r[1]=r[1].replace("/>",">")),r.join("")}var ci=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company","Company","string"],["DocSecurity","DocSecurity","string"],["Manager","Manager","string"],["HyperlinksChanged","HyperlinksChanged","bool"],["SharedDoc","SharedDoc","bool"],["LinksUpToDate","LinksUpToDate","bool"],["ScaleCrop","ScaleCrop","bool"],["HeadingPairs","HeadingPairs","raw"],["TitlesOfParts","TitlesOfParts","raw"]];gt.EXT_PROPS="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",$r.EXT_PROPS="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";var ui=["Worksheets","SheetNames","NamedRanges","DefinedNames","Chartsheets","ChartNames"];function hi(e,t,n,r){var i=[];if("string"==typeof e)i=ct(e,r);else for(var a=0;a0)for(var c=0;c!==i.length;c+=2){switch(l=+i[c+1].v,i[c].v){case"Worksheets":case"工作表":case"Листы":case"أوراق العمل":case"ワークシート":case"גליונות עבודה":case"Arbeitsblätter":case"Çalışma Sayfaları":case"Feuilles de calcul":case"Fogli di lavoro":case"Folhas de cálculo":case"Planilhas":case"Regneark":case"Hojas de cálculo":case"Werkbladen":n.Worksheets=l,n.SheetNames=o.slice(s,s+l);break;case"Named Ranges":case"Rangos con nombre":case"名前付き一覧":case"Benannte Bereiche":case"Navngivne områder":n.NamedRanges=l,n.DefinedNames=o.slice(s,s+l);break;case"Charts":case"Diagramme":n.Chartsheets=l,n.ChartNames=o.slice(s,s+l);break}s+=l}}function di(e,t,n){var r={};return t||(t={}),e=Ze(e),ci.forEach((function(n){var i=(e.match(it(n[0]))||[])[1];switch(n[2]){case"string":i&&(t[n[1]]=Ye(i));break;case"bool":t[n[1]]="true"===i;break;case"raw":var a=e.match(new RegExp("<"+n[0]+"[^>]*>([\\s\\S]*?)"));a&&a.length>0&&(r[n[1]]=a[1]);break}})),r.HeadingPairs&&r.TitlesOfParts&&hi(r.HeadingPairs,r.TitlesOfParts,t,n),t}var fi=ft("Properties",null,{xmlns:gt.EXT_PROPS,"xmlns:vt":gt.vt});function pi(e){var t=[],n=ft;return e||(e={}),e.Application="SheetJS",t[t.length]=Oe,t[t.length]=fi,ci.forEach((function(r){if(void 0!==e[r[1]]){var i;switch(r[2]){case"string":i=Qe(String(e[r[1]]));break;case"bool":i=e[r[1]]?"true":"false";break}void 0!==i&&(t[t.length]=n(r[0],i))}})),t[t.length]=n("HeadingPairs",n("vt:vector",n("vt:variant","Worksheets")+n("vt:variant",n("vt:i4",String(e.Worksheets))),{size:2,baseType:"variant"})),t[t.length]=n("TitlesOfParts",n("vt:vector",e.SheetNames.map((function(e){return""+Qe(e)+""})).join(""),{size:e.Worksheets,baseType:"lpstr"})),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}gt.CUST_PROPS="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",$r.CUST_PROPS="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties";var mi=/<[^>]+>[^<]*/g;function gi(e,t){var n={},r="",i=e.match(mi);if(i)for(var a=0;a!=i.length;++a){var o=i[a],s=Re(o);switch(s[0]){case"":r=null;break;default:if(0===o.indexOf(""),c=l[0].slice(4),u=l[1];switch(c){case"lpstr":case"bstr":case"lpwstr":n[r]=Ye(u);break;case"bool":n[r]=Je(u);break;case"i1":case"i2":case"i4":case"i8":case"int":case"uint":n[r]=parseInt(u,10);break;case"r4":case"r8":case"decimal":n[r]=parseFloat(u);break;case"filetime":case"date":n[r]=de(u);break;case"cy":case"error":n[r]=Ye(u);break;default:if("/"==c.slice(-1))break;t.WTF&&"undefined"!==typeof console&&console.warn("Unexpected",o,c,l)}}else if("2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}var yi={Title:"Title",Subject:"Subject",Author:"Author",Keywords:"Keywords",Comments:"Description",LastAuthor:"LastAuthor",RevNumber:"Revision",Application:"AppName",LastPrinted:"LastPrinted",CreatedDate:"Created",ModifiedDate:"LastSaved",Category:"Category",Manager:"Manager",Company:"Company",AppVersion:"Version",ContentStatus:"ContentStatus",Identifier:"Identifier",Language:"Language"},bi=ee(yi);function _i(e,t,n){t=bi[t]||t,e[t]=n}function wi(e,t){var n=[];return J(yi).map((function(e){for(var t=0;t'+i.join("")+""}function Ci(e){var t=e.read_shift(4),n=e.read_shift(4);return new Date(1e3*(n/1e7*Math.pow(2,32)+t/1e7-11644473600)).toISOString().replace(/\.000/,"")}function Si(e){var t="string"==typeof e?new Date(Date.parse(e)):e,n=t.getTime()/1e3+11644473600,r=n%Math.pow(2,32),i=(n-r)/Math.pow(2,32);r*=1e7,i*=1e7;var a=r/Math.pow(2,32)|0;a>0&&(r%=Math.pow(2,32),i+=a);var o=tn(8);return o.write_shift(4,r),o.write_shift(4,i),o}function ki(e,t,n){var r=e.l,i=e.read_shift(0,"lpstr-cp");if(n)while(e.l-r&3)++e.l;return i}function Mi(e,t,n){var r=e.read_shift(0,"lpwstr");return n&&(e.l+=4-(r.length+1&3)&3),r}function Ei(e,t,n){return 31===t?Mi(e):ki(e,t,n)}function Ti(e,t,n){return Ei(e,t,!1===n?0:4)}function Bi(e,t){if(!t)throw new Error("VtUnalignedString must have positive length");return Ei(e,t,0)}function Di(e){for(var t=e.read_shift(4),n=[],r=0;r!=t;++r)n[r]=e.read_shift(0,"lpstr-cp").replace(F,"");return n}function Li(e){return Di(e)}function Oi(e){var t=Hi(e,_r),n=Hi(e,hr);return[t,n]}function Ii(e){for(var t=e.read_shift(4),n=[],r=0;r!=t/2;++r)n.push(Oi(e));return n}function Fi(e){return Ii(e)}function Ni(e,t){for(var n=e.read_shift(4),r={},i=0;i!=n;++i){var a=e.read_shift(4),o=e.read_shift(4);r[a]=e.read_shift(o,1200===t?"utf16le":"utf8").replace(F,"").replace(N,"!"),1200===t&&o%2&&(e.l+=2)}return 3&e.l&&(e.l=e.l>>3<<2),r}function Pi(e){var t=e.read_shift(4),n=e.slice(e.l,e.l+t);return e.l+=t,(3&t)>0&&(e.l+=4-(3&t)&3),n}function Ri(e){var t={};return t.Size=e.read_shift(4),e.l+=t.Size+3-(t.Size-1)%4,t}function Hi(e,t,n){var r,i=e.read_shift(2),a=n||{};if(e.l+=2,t!==fr&&i!==t&&-1===wr.indexOf(t))throw new Error("Expected type "+t+" saw "+i);switch(t===fr?i:t){case 2:return r=e.read_shift(2,"i"),a.raw||(e.l+=2),r;case 3:return r=e.read_shift(4,"i"),r;case 11:return 0!==e.read_shift(4);case 19:return r=e.read_shift(4),r;case 30:return ki(e,i,4).replace(F,"");case 31:return Mi(e);case 64:return Ci(e);case 65:return Pi(e);case 71:return Ri(e);case 80:return Ti(e,i,!a.raw).replace(F,"");case 81:return Bi(e,i).replace(F,"");case 4108:return Fi(e);case 4126:return Li(e);default:throw new Error("TypedPropertyValue unrecognized type "+t+" "+i)}}function Ui(e,t){var n=tn(4),r=tn(4);switch(n.write_shift(4,80==e?31:e),e){case 3:r.write_shift(-4,t);break;case 5:r=tn(8),r.write_shift(8,t,"f");break;case 11:r.write_shift(4,t?1:0);break;case 64:r=Si(t);break;case 31:case 80:r=tn(4+2*(t.length+1)+(t.length%2?0:2)),r.write_shift(4,t.length+1),r.write_shift(0,t,"dbcs");while(r.l!=r.length)r.write_shift(1,0);break;default:throw new Error("TypedPropertyValue unrecognized type "+e+" "+t)}return I([n,r])}function zi(e,t){var n=e.l,r=e.read_shift(4),i=e.read_shift(4),a=[],o=0,s=0,l=-1,c={};for(o=0;o!=i;++o){var u=e.read_shift(4),h=e.read_shift(4);a[o]=[u,h+n]}a.sort((function(e,t){return e[1]-t[1]}));var d={};for(o=0;o!=i;++o){if(e.l!==a[o][1]){var p=!0;if(o>0&&t)switch(t[a[o-1][0]].t){case 2:e.l+2===a[o][1]&&(e.l+=2,p=!1);break;case 80:e.l<=a[o][1]&&(e.l=a[o][1],p=!1);break;case 4108:e.l<=a[o][1]&&(e.l=a[o][1],p=!1);break}if((!t||0==o)&&e.l<=a[o][1]&&(p=!1,e.l=a[o][1]),p)throw new Error("Read Error: Expected address "+a[o][1]+" at "+e.l+" :"+o)}if(t){var m=t[a[o][0]];if(d[m.n]=Hi(e,m.t,{raw:!0}),"version"===m.p&&(d[m.n]=String(d[m.n]>>16)+"."+("0000"+String(65535&d[m.n])).slice(-4)),"CodePage"==m.n)switch(d[m.n]){case 0:d[m.n]=1252;case 874:case 932:case 936:case 949:case 950:case 1250:case 1251:case 1253:case 1254:case 1255:case 1256:case 1257:case 1258:case 1e4:case 1200:case 1201:case 1252:case 65e3:case-536:case 65001:case-535:f(s=d[m.n]>>>0&65535);break;default:throw new Error("Unsupported CodePage: "+d[m.n])}}else if(1===a[o][0]){if(s=d.CodePage=Hi(e,ur),f(s),-1!==l){var g=e.l;e.l=a[l][1],c=Ni(e,s),e.l=g}}else if(0===a[o][0]){if(0===s){l=o,e.l=a[o+1][1];continue}c=Ni(e,s)}else{var v,A=c[a[o][0]];switch(e[e.l]){case 65:e.l+=4,v=Pi(e);break;case 30:e.l+=4,v=Ti(e,e[e.l-4]).replace(/\u0000+$/,"");break;case 31:e.l+=4,v=Ti(e,e[e.l-4]).replace(/\u0000+$/,"");break;case 3:e.l+=4,v=e.read_shift(4,"i");break;case 19:e.l+=4,v=e.read_shift(4);break;case 5:e.l+=4,v=e.read_shift(8,"f");break;case 11:e.l+=4,v=Xi(e,4);break;case 64:e.l+=4,v=de(Ci(e));break;default:throw new Error("unparsed value: "+e[e.l])}d[A]=v}}return e.l=n+r,d}var Yi=["CodePage","Thumbnail","_PID_LINKBASE","_PID_HLINKS","SystemIdentifier","FMTID"].concat(ui);function $i(e){switch(typeof e){case"boolean":return 11;case"number":return(0|e)==e?3:5;case"string":return 31;case"object":if(e instanceof Date)return 64;break}return-1}function ji(e,t,n){var r=tn(8),i=[],a=[],o=8,s=0,l=tn(8),c=tn(8);if(l.write_shift(4,2),l.write_shift(4,1200),c.write_shift(4,1),a.push(l),i.push(c),o+=8+l.length,!t){c=tn(8),c.write_shift(4,0),i.unshift(c);var u=[tn(4)];for(u[0].write_shift(4,e.length),s=0;s-1)&&null!=e[s][1]){var d=e[s][1],f=0;if(t){f=+t[e[s][0]];var p=n[f];if("version"==p.p&&"string"==typeof d){var m=d.split(".");d=(+m[0]<<16)+(+m[1]||0)}l=Ui(p.t,d)}else{var g=$i(d);-1==g&&(g=31,d=String(d)),l=Ui(g,d)}a.push(l),c=tn(8),c.write_shift(4,t?f:2+s),i.push(c),o+=8+l.length}var v=8*(a.length+1);for(s=0;s=12?2:1),i="sbcs-cont",a=o;if(n&&n.biff>=8&&(o=1200),n&&8!=n.biff)12==n.biff&&(i="wstr");else{var s=e.read_shift(1);s&&(i="dbcs-cont")}n.biff>=2&&n.biff<=5&&(i="cpstr");var l=r?e.read_shift(r,i):"";return o=a,l}function ia(e){var t=o;o=1200;var n,r=e.read_shift(2),i=e.read_shift(1),a=4&i,s=8&i,l=1+(1&i),c=0,u={};s&&(c=e.read_shift(2)),a&&(n=e.read_shift(4));var h=2==l?"dbcs-cont":"sbcs-cont",d=0===r?"":e.read_shift(r,h);return s&&(e.l+=4*c),a&&(e.l+=n),u.t=d,s||(u.raw=""+u.t+"",u.r=u.t),o=t,u}function aa(e){var t=e.t||"",n=1,r=tn(3+(n>1?2:0));r.write_shift(2,t.length),r.write_shift(1,1|(n>1?8:0)),n>1&&r.write_shift(2,n);var i=tn(2*t.length);i.write_shift(2*t.length,t,"utf16le");var a=[r,i];return I(a)}function oa(e,t,n){var r;if(n){if(n.biff>=2&&n.biff<=5)return e.read_shift(t,"cpstr");if(n.biff>=12)return e.read_shift(t,"dbcs-cont")}var i=e.read_shift(1);return r=0===i?e.read_shift(t,"sbcs-cont"):e.read_shift(t,"dbcs-cont"),r}function sa(e,t,n){var r=e.read_shift(n&&2==n.biff?1:2);return 0===r?(e.l++,""):oa(e,r,n)}function la(e,t,n){if(n.biff>5)return sa(e,t,n);var r=e.read_shift(1);return 0===r?(e.l++,""):e.read_shift(r,n.biff<=4||!e.lens?"cpstr":"sbcs-cont")}function ca(e,t,n){return n||(n=tn(3+2*e.length)),n.write_shift(2,e.length),n.write_shift(1,1),n.write_shift(31,e,"utf16le"),n}function ua(e){var t=e.read_shift(1);e.l++;var n=e.read_shift(2);return e.l+=2,[t,n]}function ha(e){var t=e.read_shift(4),n=e.l,r=!1;t>24&&(e.l+=t-24,"795881f43b1d7f48af2c825dc4852763"===e.read_shift(16)&&(r=!0),e.l=n);var i=e.read_shift((r?t-24:t)>>1,"utf16le").replace(F,"");return r&&(e.l+=24),i}function da(e){e.l+=2;var t=e.read_shift(0,"lpstr-ansi");if(e.l+=2,57005!=e.read_shift(2))throw new Error("Bad FileMoniker");var n=e.read_shift(4);if(0===n)return t.replace(/\\/g,"/");var r=e.read_shift(4);if(3!=e.read_shift(2))throw new Error("Bad FileMoniker");var i=e.read_shift(r>>1,"utf16le").replace(F,"");return i}function fa(e,t){var n=e.read_shift(16);switch(t-=16,n){case"e0c9ea79f9bace118c8200aa004ba90b":return ha(e,t);case"0303000000000000c000000000000046":return da(e,t);default:throw new Error("Unsupported Moniker "+n)}}function pa(e){var t=e.read_shift(4),n=t>0?e.read_shift(t,"utf16le").replace(F,""):"";return n}function ma(e,t){var n=e.l+t,r=e.read_shift(4);if(2!==r)throw new Error("Unrecognized streamVersion: "+r);var i=e.read_shift(2);e.l+=2;var a,o,s,l,c,u,h="";16&i&&(a=pa(e,n-e.l)),128&i&&(o=pa(e,n-e.l)),257===(257&i)&&(s=pa(e,n-e.l)),1===(257&i)&&(l=fa(e,n-e.l)),8&i&&(h=pa(e,n-e.l)),32&i&&(c=e.read_shift(16)),64&i&&(u=Ci(e)),e.l=n;var d=o||s||l||"";d&&h&&(d+="#"+h),d||(d="#"+h);var f={Target:d};return c&&(f.guid=c),u&&(f.time=u),a&&(f.Tooltip=a),f}function ga(e){var t=tn(512),n=0,r=e.Target,i=r.indexOf("#")>-1?31:23;switch(r.charAt(0)){case"#":i=28;break;case".":i&=-3;break}t.write_shift(4,2),t.write_shift(4,i);var a=[8,6815827,6619237,4849780,83];for(n=0;n8?4:2,i=e.read_shift(r),a=e.read_shift(r,"i"),o=e.read_shift(r,"i");return[i,a,o]}function Ca(e){var t=e.read_shift(2),n=Gn(e);return[t,n]}function Sa(e,t,n){e.l+=4,t-=4;var r=e.l+t,i=ra(e,t,n),a=e.read_shift(2);if(r-=e.l,a!==r)throw new Error("Malformed AddinUdf: padding = "+r+" != "+a);return e.l+=a,i}function ka(e){var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(2),i=e.read_shift(2);return{s:{c:r,r:t},e:{c:i,r:n}}}function Ma(e,t){return t||(t=tn(8)),t.write_shift(2,e.s.r),t.write_shift(2,e.e.r),t.write_shift(2,e.s.c),t.write_shift(2,e.e.c),t}function Ea(e){var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(1),i=e.read_shift(1);return{s:{c:r,r:t},e:{c:i,r:n}}}var Ta=Ea;function Ba(e){e.l+=4;var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(2);return e.l+=12,[n,t,r]}function Da(e){var t={};return e.l+=4,e.l+=16,t.fSharedNote=e.read_shift(2),e.l+=4,t}function La(e){var t={};return e.l+=4,e.cf=e.read_shift(2),t}function Oa(e){e.l+=2,e.l+=e.read_shift(2)}var Ia={0:Oa,4:Oa,5:Oa,6:Oa,7:La,8:Oa,9:Oa,10:Oa,11:Oa,12:Oa,13:Da,14:Oa,15:Oa,16:Oa,17:Oa,18:Oa,19:Oa,20:Oa,21:Ba};function Fa(e,t){var n=e.l+t,r=[];while(e.l=2&&(n.dt=e.read_shift(2),e.l-=2),n.BIFFVer){case 1536:case 1280:case 1024:case 768:case 512:case 2:case 7:break;default:if(t>6)throw new Error("Unexpected BIFF Ver "+n.BIFFVer)}return e.read_shift(t),n}function Pa(e,t,n){var r=1536,i=16;switch(n.bookType){case"biff8":break;case"biff5":r=1280,i=8;break;case"biff4":r=4,i=6;break;case"biff3":r=3,i=6;break;case"biff2":r=2,i=4;break;case"xla":break;default:throw new Error("unsupported BIFF version")}var a=tn(i);return a.write_shift(2,r),a.write_shift(2,t),i>4&&a.write_shift(2,29282),i>6&&a.write_shift(2,1997),i>8&&(a.write_shift(2,49161),a.write_shift(2,1),a.write_shift(2,1798),a.write_shift(2,0)),a}function Ra(e,t){return 0===t||e.read_shift(2),1200}function Ha(e,t,n){if(n.enc)return e.l+=t,"";var r=e.l,i=la(e,0,n);return e.read_shift(t+r-e.l),i}function Ua(e,t){var n=!t||8==t.biff,r=tn(n?112:54);r.write_shift(8==t.biff?2:1,7),n&&r.write_shift(1,0),r.write_shift(4,859007059),r.write_shift(4,5458548|(n?0:536870912));while(r.l=8?2:1,r=tn(8+n*e.name.length);r.write_shift(4,e.pos),r.write_shift(1,e.hs||0),r.write_shift(1,e.dt),r.write_shift(1,e.name.length),t.biff>=8&&r.write_shift(1,1),r.write_shift(n*e.name.length,e.name,t.biff<8?"sbcs":"utf16le");var i=r.slice(0,r.l);return i.l=r.l,i}function ja(e,t){for(var n=e.l+t,r=e.read_shift(4),i=e.read_shift(4),a=[],o=0;o!=i&&e.l>15),i&=32767);var a={Unsynced:1&r,DyZero:(2&r)>>1,ExAsc:(4&r)>>2,ExDsc:(8&r)>>3};return[a,i]}function qa(e){var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(2),i=e.read_shift(2),a=e.read_shift(2),o=e.read_shift(2),s=e.read_shift(2),l=e.read_shift(2),c=e.read_shift(2);return{Pos:[t,n],Dim:[r,i],Flags:a,CurTab:o,FirstTab:s,Selected:l,TabRatio:c}}function Ja(){var e=tn(18);return e.write_shift(2,0),e.write_shift(2,0),e.write_shift(2,29280),e.write_shift(2,17600),e.write_shift(2,56),e.write_shift(2,0),e.write_shift(2,0),e.write_shift(2,1),e.write_shift(2,500),e}function Za(e,t,n){if(n&&n.biff>=2&&n.biff<5)return{};var r=e.read_shift(2);return{RTL:64&r}}function eo(e){var t=tn(18),n=1718;return e&&e.RTL&&(n|=64),t.write_shift(2,n),t.write_shift(4,0),t.write_shift(4,64),t.write_shift(4,0),t.write_shift(4,0),t}function to(){}function no(e,t,n){var r={dyHeight:e.read_shift(2),fl:e.read_shift(2)};switch(n&&n.biff||8){case 2:break;case 3:case 4:e.l+=2;break;default:e.l+=10;break}return r.name=ra(e,0,n),r}function ro(e,t){var n=e.name||"Arial",r=t&&5==t.biff,i=r?15+n.length:16+2*n.length,a=tn(i);return a.write_shift(2,20*(e.sz||12)),a.write_shift(4,0),a.write_shift(2,400),a.write_shift(4,0),a.write_shift(2,0),a.write_shift(1,n.length),r||a.write_shift(1,1),a.write_shift((r?1:2)*n.length,n,r?"sbcs":"utf16le"),a}function io(e){var t=ya(e);return t.isst=e.read_shift(4),t}function ao(e,t,n,r){var i=tn(10);return ba(e,t,r,i),i.write_shift(4,n),i}function oo(e,t,n){var r=e.l+t,i=ya(e,6);2==n.biff&&e.l++;var a=sa(e,r-e.l,n);return i.val=a,i}function so(e,t,n,r,i){var a=!i||8==i.biff,o=tn(+a+8+(1+a)*n.length);return ba(e,t,r,o),o.write_shift(2,n.length),a&&o.write_shift(1,1),o.write_shift((1+a)*n.length,n,a?"utf16le":"sbcs"),o}function lo(e,t,n){var r=e.read_shift(2),i=la(e,0,n);return[r,i]}function co(e,t,n,r){var i=n&&5==n.biff;r||(r=tn(i?3+t.length:5+2*t.length)),r.write_shift(2,e),r.write_shift(i?1:2,t.length),i||r.write_shift(1,1),r.write_shift((i?1:2)*t.length,t,i?"sbcs":"utf16le");var a=r.length>r.l?r.slice(0,r.l):r;return null==a.l&&(a.l=a.length),a}var uo=la;function ho(e,t,n){var r=e.l+t,i=8!=n.biff&&n.biff?2:4,a=e.read_shift(i),o=e.read_shift(i),s=e.read_shift(2),l=e.read_shift(2);return e.l=r,{s:{r:a,c:s},e:{r:o,c:l}}}function fo(e,t){var n=8!=t.biff&&t.biff?2:4,r=tn(2*n+6);return r.write_shift(n,e.s.r),r.write_shift(n,e.e.r+1),r.write_shift(2,e.s.c),r.write_shift(2,e.e.c+1),r.write_shift(2,0),r}function po(e){var t=e.read_shift(2),n=e.read_shift(2),r=Ca(e);return{r:t,c:n,ixfe:r[0],rknum:r[1]}}function mo(e,t){var n=e.l+t-2,r=e.read_shift(2),i=e.read_shift(2),a=[];while(e.l>26],r.cellStyles?(i.alc=7&a,i.fWrap=a>>3&1,i.alcV=a>>4&7,i.fJustLast=a>>7&1,i.trot=a>>8&255,i.cIndent=a>>16&15,i.fShrinkToFit=a>>20&1,i.iReadOrder=a>>22&2,i.fAtrNum=a>>26&1,i.fAtrFnt=a>>27&1,i.fAtrAlc=a>>28&1,i.fAtrBdr=a>>29&1,i.fAtrPat=a>>30&1,i.fAtrProt=a>>31&1,i.dgLeft=15&o,i.dgRight=o>>4&15,i.dgTop=o>>8&15,i.dgBottom=o>>12&15,i.icvLeft=o>>16&127,i.icvRight=o>>23&127,i.grbitDiag=o>>30&3,i.icvTop=127&s,i.icvBottom=s>>7&127,i.icvDiag=s>>14&127,i.dgDiag=s>>21&15,i.icvFore=127&l,i.icvBack=l>>7&127,i.fsxButton=l>>14&1,i):i}function Ao(e,t,n){var r={};return r.ifnt=e.read_shift(2),r.numFmtId=e.read_shift(2),r.flags=e.read_shift(2),r.fStyle=r.flags>>2&1,t-=6,r.data=vo(e,t,r.fStyle,n),r}function yo(e,t,n,r){var i=n&&5==n.biff;return r||(r=tn(i?16:20)),r.write_shift(2,0),e.style?(r.write_shift(2,e.numFmtId||0),r.write_shift(2,65524)):(r.write_shift(2,e.numFmtId||0),r.write_shift(2,t<<4)),r.write_shift(4,0),r.write_shift(4,0),i||r.write_shift(4,0),r.write_shift(2,0),r}function bo(e){e.l+=4;var t=[e.read_shift(2),e.read_shift(2)];if(0!==t[0]&&t[0]--,0!==t[1]&&t[1]--,t[0]>7||t[1]>7)throw new Error("Bad Gutters: "+t.join("|"));return t}function _o(e){var t=tn(8);return t.write_shift(4,0),t.write_shift(2,e[0]?e[0]+1:0),t.write_shift(2,e[1]?e[1]+1:0),t}function wo(e,t,n){var r=ya(e,6);2==n.biff&&++e.l;var i=ta(e,2);return r.val=i,r.t=!0===i||!1===i?"b":"e",r}function xo(e,t,n,r,i,a){var o=tn(8);return ba(e,t,r,o),na(n,a,o),o}function Co(e){var t=ya(e,6),n=tr(e,8);return t.val=n,t}function So(e,t,n,r){var i=tn(14);return ba(e,t,r,i),nr(n,i),i}var ko=wa;function Mo(e,t,n){var r=e.l+t,i=e.read_shift(2),a=e.read_shift(2);if(n.sbcch=a,1025==a||14849==a)return[a,i];if(a<1||a>255)throw new Error("Unexpected SupBook type: "+a);var o=oa(e,a),s=[];while(r>e.l)s.push(sa(e));return[a,i,o,s]}function Eo(e,t,n){var r,i=e.read_shift(2),a={fBuiltIn:1&i,fWantAdvise:i>>>1&1,fWantPict:i>>>2&1,fOle:i>>>3&1,fOleLink:i>>>4&1,cf:i>>>5&1023,fIcon:i>>>15&1};return 14849===n.sbcch&&(r=Sa(e,t-2,n)),a.body=r||e.read_shift(t-2),"string"===typeof r&&(a.Name=r),a}var To=["_xlnm.Consolidate_Area","_xlnm.Auto_Open","_xlnm.Auto_Close","_xlnm.Extract","_xlnm.Database","_xlnm.Criteria","_xlnm.Print_Area","_xlnm.Print_Titles","_xlnm.Recorder","_xlnm.Data_Form","_xlnm.Auto_Activate","_xlnm.Auto_Deactivate","_xlnm.Sheet_Title","_xlnm._FilterDatabase"];function Bo(e,t,n){var r=e.l+t,i=e.read_shift(2),a=e.read_shift(1),o=e.read_shift(1),s=e.read_shift(n&&2==n.biff?1:2),l=0;(!n||n.biff>=5)&&(5!=n.biff&&(e.l+=2),l=e.read_shift(2),5==n.biff&&(e.l+=2),e.l+=4);var c=oa(e,o,n);32&i&&(c=To[c.charCodeAt(0)]);var u=r-e.l;n&&2==n.biff&&--u;var h=r==e.l||0===s?[]:Vh(e,u,n,s);return{chKey:a,Name:c,itab:l,rgce:h}}function Do(e,t,n){if(n.biff<8)return Lo(e,t,n);var r=[],i=e.l+t,a=e.read_shift(n.biff>8?4:2);while(0!==a--)r.push(xa(e,n.biff>8?12:6,n));if(e.l!=i)throw new Error("Bad ExternSheet: "+e.l+" != "+i);return r}function Lo(e,t,n){3==e[e.l+1]&&e[e.l]++;var r=ra(e,t,n);return 3==r.charCodeAt(0)?r.slice(1):r}function Oo(e,t,n){if(!(n.biff<8)){var r=e.read_shift(2),i=e.read_shift(2),a=oa(e,r,n),o=oa(e,i,n);return[a,o]}e.l+=t}function Io(e,t,n){var r=Ea(e,6);e.l++;var i=e.read_shift(1);return t-=8,[Wh(e,t,n),i,r]}function Fo(e,t,n){var r=Ta(e,6);switch(n.biff){case 2:e.l++,t-=7;break;case 3:case 4:e.l+=2,t-=8;break;default:e.l+=6,t-=12}return[r,jh(e,t,n,r)]}function No(e){var t=0!==e.read_shift(4),n=0!==e.read_shift(4),r=e.read_shift(4);return[t,n,r]}function Po(e,t,n){if(!(n.biff<8)){var r=e.read_shift(2),i=e.read_shift(2),a=e.read_shift(2),o=e.read_shift(2),s=la(e,0,n);return n.biff<8&&e.read_shift(1),[{r:r,c:i},s,o,a]}}function Ro(e,t,n){return Po(e,t,n)}function Ho(e,t){var n=[],r=e.read_shift(2);while(r--)n.push(ka(e,t));return n}function Uo(e){var t=tn(2+8*e.length);t.write_shift(2,e.length);for(var n=0;n=(c?o:2*o))break}if(i.length!==o&&i.length!==2*o)throw new Error("cchText: "+o+" != "+i.length);return e.l=r+t,{t:i}}catch(uv){return e.l=r+t,{t:i}}}function Qo(e,t){var n=ka(e,8);e.l+=16;var r=ma(e,t-24);return[n,r]}function Vo(e){var t=tn(24),n=_n(e[0]);t.write_shift(2,n.r),t.write_shift(2,n.r),t.write_shift(2,n.c),t.write_shift(2,n.c);for(var r="d0 c9 ea 79 f9 ba ce 11 8c 82 00 aa 00 4b a9 0b".split(" "),i=0;i<16;++i)t.write_shift(1,parseInt(r[i],16));return I([t,ga(e[1])])}function Wo(e,t){e.read_shift(2);var n=ka(e,8),r=e.read_shift((t-10)/2,"dbcs-cont");return r=r.replace(F,""),[n,r]}function Ko(e){var t=e[1].Tooltip,n=tn(10+2*(t.length+1));n.write_shift(2,2048);var r=_n(e[0]);n.write_shift(2,r.r),n.write_shift(2,r.r),n.write_shift(2,r.c),n.write_shift(2,r.c);for(var i=0;i0)n.push(Aa(e,8));return n}function Jo(e){var t=e.read_shift(2),n=[];while(t-- >0)n.push(Aa(e,8));return n}function Zo(e){e.l+=2;var t={cxfs:0,crc:0};return t.cxfs=e.read_shift(2),t.crc=e.read_shift(4),t}function es(e,t,n){if(!n.cellStyles)return en(e,t);var r=n&&n.biff>=12?4:2,i=e.read_shift(r),a=e.read_shift(r),o=e.read_shift(r),s=e.read_shift(r),l=e.read_shift(2);2==r&&(e.l+=2);var c={s:i,e:a,w:o,ixfe:s,flags:l};return(n.biff>=5||!n.biff)&&(c.level=l>>8&7),c}function ts(e,t){var n={};return t<32||(e.l+=16,n.header=tr(e,8),n.footer=tr(e,8),e.l+=2),n}function ns(e,t,n){var r={area:!1};if(5!=n.biff)return e.l+=t,r;var i=e.read_shift(1);return e.l+=3,16&i&&(r.area=!0),r}function rs(e){for(var t=tn(2*e),n=0;n0)if(42!==i[i.l])for(++i.l,r[++v]=[],A=0,A=0;A!=f.length;++A){var y=i.slice(i.l,i.l+f[A].len);i.l+=f[A].len,Zt(y,0);var b=cptable.utils.decode(d,y);switch(f[A].type){case"C":r[v][A]=cptable.utils.decode(d,y),r[v][A]=r[v][A].trim();break;case"D":8===b.length?r[v][A]=new Date(+b.slice(0,4),+b.slice(4,6)-1,+b.slice(6,8)):r[v][A]=b;break;case"F":r[v][A]=parseFloat(b.trim());break;case"+":case"I":r[v][A]=l?2147483648^y.read_shift(-4,"i"):y.read_shift(4,"i");break;case"L":switch(b.toUpperCase()){case"Y":case"T":r[v][A]=!0;break;case"N":case"F":r[v][A]=!1;break;case" ":case"?":r[v][A]=!1;break;default:throw new Error("DBF Unrecognized L:|"+b+"|")}break;case"M":if(!o)throw new Error("DBF Unexpected MEMO for type "+a.toString(16));r[v][A]="##MEMO##"+(l?parseInt(b.trim(),10):y.read_shift(4));break;case"N":r[v][A]=+b.replace(/\u0000/g,"").trim();break;case"@":r[v][A]=new Date(y.read_shift(-8,"f")-621356832e5);break;case"T":r[v][A]=new Date(864e5*(y.read_shift(4)-2440588)+y.read_shift(4));break;case"Y":r[v][A]=y.read_shift(4,"i")/1e4;break;case"O":r[v][A]=-y.read_shift(-8,"f");break;case"B":if(s&&8==f[A].len){r[v][A]=y.read_shift(8,"f");break}case"G":case"P":y.l+=f[A].len;break;case"0":if("_NullFlags"===f[A].name)break;default:throw new Error("DBF Unsupported data type "+f[A].type)}}else i.l+=h;if(2!=a&&i.l=0&&f(+r.codepage),"string"==r.type)throw new Error("Cannot write DBF to JS string");var i=rn(),a=tv(e,{header:1,raw:!0,cellDates:!0}),l=a[0],c=a.slice(1),u=0,h=0,d=0,p=1;for(u=0;u":190,"?":191,"{":223},t=new RegExp("N("+J(e).join("|").replace(/\|\|\|/,"|\\||").replace(/([?()+])/g,"\\$1")+"|\\|)","gm"),n=function(t,n){var r=e[n];return"number"==typeof r?b(r):r},r=function(e,t,n){var r=t.charCodeAt(0)-32<<4|n.charCodeAt(0)-48;return 59==r?e:b(r)};function i(e,t){switch(t.type){case"base64":return a(x.decode(e),t);case"binary":return a(e,t);case"buffer":return a(e.toString("binary"),t);case"array":return a(fe(e),t)}throw new Error("Unrecognized type "+t.type)}function a(e,i){var a,o=e.split(/[\n\r]+/),s=-1,l=-1,c=0,u=0,h=[],d=[],p=null,m={},g=[],v=[],A=[],y=0;for(+i.codepage>=0&&f(+i.codepage);c!==o.length;++c){y=0;var b,_=o[c].trim().replace(/\x1B([\x20-\x2F])([\x30-\x3F])/g,r).replace(t,n),w=_.replace(/;;/g,"\0").split(";").map((function(e){return e.replace(/\u0000/g,";")})),x=w[0];if(_.length>0)switch(x){case"ID":break;case"E":break;case"B":break;case"O":break;case"P":"P"==w[1].charAt(0)&&d.push(_.slice(3).replace(/;;/g,";"));break;case"C":var C=!1,S=!1;for(u=1;u0?(g[s].hpt=y,g[s].hpx=Tl(y)):0===y&&(g[s].hidden=!0);break;default:if(i&&i.WTF)throw new Error("SYLK bad record "+_)}M<1&&(p=null);break;default:if(i&&i.WTF)throw new Error("SYLK bad record "+_)}}return g.length>0&&(m["!rows"]=g),v.length>0&&(m["!cols"]=v),i&&i.sheetRows&&(h=h.slice(0,i.sheetRows)),[h,m]}function o(e,t){var n=i(e,t),r=n[0],a=n[1],o=Bn(r,t);return J(a).forEach((function(e){o[e]=a[e]})),o}function s(e,t){return En(o(e,t),t)}function l(e,t,n,r){var i="C;Y"+(n+1)+";X"+(r+1)+";K";switch(e.t){case"n":i+=e.v||0,e.f&&!e.F&&(i+=";E"+cu(e.f,{r:n,c:r}));break;case"b":i+=e.v?"TRUE":"FALSE";break;case"e":i+=e.w||e.v;break;case"d":i+='"'+(e.w||e.v)+'"';break;case"s":i+='"'+e.v.replace(/"/g,"")+'"';break}return i}function c(e,t){t.forEach((function(t,n){var r="F;W"+(n+1)+" "+(n+1)+" ";t.hidden?r+="0":("number"==typeof t.width&&(t.wpx=bl(t.width)),"number"==typeof t.wpx&&(t.wch=_l(t.wpx)),"number"==typeof t.wch&&(r+=Math.round(t.wch)))," "!=r.charAt(r.length-1)&&e.push(r)}))}function u(e,t){t.forEach((function(t,n){var r="F;";t.hidden?r+="M0;":t.hpt?r+="M"+20*t.hpt+";":t.hpx&&(r+="M"+20*El(t.hpx)+";"),r.length>2&&e.push(r+"R"+(n+1))}))}function h(e,t){var n,r=["ID;PWXL;N;E"],i=[],a=Sn(e["!ref"]),o=Array.isArray(e),s="\r\n";r.push("P;PGeneral"),r.push("F;P0;DG0G8;M255"),e["!cols"]&&c(r,e["!cols"]),e["!rows"]&&u(r,e["!rows"]),r.push("B;Y"+(a.e.r-a.s.r+1)+";X"+(a.e.c-a.s.c+1)+";D"+[a.s.c,a.s.r,a.e.c,a.e.r].join(" "));for(var h=a.s.r;h<=a.e.r;++h)for(var d=a.s.c;d<=a.e.c;++d){var f=wn({r:h,c:d});n=o?(e[h]||[])[d]:e[f],n&&(null!=n.v||n.f&&!n.F)&&i.push(l(n,e,h,d,t))}return r.join(s)+s+i.join(s)+s+"E"+s}return e["|"]=254,{to_workbook:s,to_sheet:o,from_sheet:h}}(),As=function(){function e(e,n){switch(n.type){case"base64":return t(x.decode(e),n);case"binary":return t(e,n);case"buffer":return t(e.toString("binary"),n);case"array":return t(fe(e),n)}throw new Error("Unrecognized type "+n.type)}function t(e,t){for(var n=e.split("\n"),r=-1,i=-1,a=0,o=[];a!==n.length;++a)if("BOT"!==n[a].trim()){if(!(r<0)){var s=n[a].trim().split(","),l=s[0],c=s[1];++a;var u=n[a].trim();switch(+l){case-1:if("BOT"===u){o[++r]=[],i=0;continue}if("EOD"!==u)throw new Error("Unrecognized DIF special command "+u);break;case 0:"TRUE"===u?o[r][i]=!0:"FALSE"===u?o[r][i]=!1:isNaN(ge(c))?isNaN(ve(c).getDate())?o[r][i]=c:o[r][i]=de(c):o[r][i]=ge(c),++i;break;case 1:u=u.slice(1,u.length-1),o[r][i++]=""!==u?u:null;break}if("EOD"===u)break}}else o[++r]=[],i=0;return t&&t.sheetRows&&(o=o.slice(0,t.sheetRows)),o}function n(t,n){return Bn(e(t,n),n)}function r(e,t){return En(n(e,t),t)}var i=function(){var e=function(e,t,n,r,i){e.push(t),e.push(n+","+r),e.push('"'+i.replace(/"/g,'""')+'"')},t=function(e,t,n,r){e.push(t+","+n),e.push(1==t?'"'+r.replace(/"/g,'""')+'"':r)};return function(n){var r,i=[],a=Sn(n["!ref"]),o=Array.isArray(n);e(i,"TABLE",0,1,"sheetjs"),e(i,"VECTORS",0,a.e.r-a.s.r+1,""),e(i,"TUPLES",0,a.e.c-a.s.c+1,""),e(i,"DATA",0,0,"");for(var s=a.s.r;s<=a.e.r;++s){t(i,-1,0,"BOT");for(var l=a.s.c;l<=a.e.c;++l){var c=wn({r:s,c:l});if(r=o?(n[s]||[])[l]:n[c],r)switch(r.t){case"n":var u=w?r.w:r.v;u||null==r.v||(u=r.v),null==u?w&&r.f&&!r.F?t(i,1,0,"="+r.f):t(i,1,0,""):t(i,0,u,"V");break;case"b":t(i,0,r.v?1:0,r.v?"TRUE":"FALSE");break;case"s":t(i,1,0,!w||isNaN(r.v)?r.v:'="'+r.v+'"');break;case"d":r.w||(r.w=P.format(r.z||P._table[14],ie(de(r.v)))),w?t(i,0,r.w,"V"):t(i,1,0,r.w);break;default:t(i,1,0,"")}else t(i,1,0,"")}}t(i,-1,0,"EOD");var h="\r\n",d=i.join(h);return d}}();return{to_workbook:r,to_sheet:n,from_sheet:i}}(),ys=function(){function e(e){return e.replace(/\\b/g,"\\").replace(/\\c/g,":").replace(/\\n/g,"\n")}function t(e){return e.replace(/\\/g,"\\b").replace(/:/g,"\\c").replace(/\n/g,"\\n")}function n(t,n){for(var r=t.split("\n"),i=-1,a=-1,o=0,s=[];o!==r.length;++o){var l=r[o].trim().split(":");if("cell"===l[0]){var c=_n(l[1]);if(s.length<=c.r)for(i=s.length;i<=c.r;++i)s[i]||(s[i]=[]);switch(i=c.r,a=c.c,l[2]){case"t":s[i][a]=e(l[3]);break;case"v":s[i][a]=+l[3];break;case"vtf":var u=l[l.length-1];case"vtc":switch(l[3]){case"nl":s[i][a]=!!+l[4];break;default:s[i][a]=+l[4];break}"vtf"==l[2]&&(s[i][a]=[s[i][a],u])}}}return n&&n.sheetRows&&(s=s.slice(0,n.sheetRows)),s}function r(e,t){return Bn(n(e,t),t)}function i(e,t){return En(r(e,t),t)}var a=["socialcalc:version:1.5","MIME-Version: 1.0","Content-Type: multipart/mixed; boundary=SocialCalcSpreadsheetControlSave"].join("\n"),o=["--SocialCalcSpreadsheetControlSave","Content-type: text/plain; charset=UTF-8"].join("\n")+"\n",s=["# SocialCalc Spreadsheet Control Save","part:sheet"].join("\n"),l="--SocialCalcSpreadsheetControlSave--";function c(e){if(!e||!e["!ref"])return"";for(var n,r=[],i=[],a="",o=xn(e["!ref"]),s=Array.isArray(e),l=o.s.r;l<=o.e.r;++l)for(var c=o.s.c;c<=o.e.c;++c)if(a=wn({r:l,c:c}),n=s?(e[l]||[])[c]:e[a],n&&null!=n.v&&"z"!==n.t){switch(i=["cell",a,"t"],n.t){case"s":case"str":i.push(t(n.v));break;case"n":n.f?(i[2]="vtf",i[3]="n",i[4]=n.v,i[5]=t(n.f)):(i[2]="v",i[3]=n.v);break;case"b":i[2]="vt"+(n.f?"f":"c"),i[3]="nl",i[4]=n.v?"1":"0",i[5]=t(n.f||(n.v?"TRUE":"FALSE"));break;case"d":var u=ie(de(n.v));i[2]="vtc",i[3]="nd",i[4]=""+u,i[5]=n.w||P.format(n.z||P._table[14],u);break;case"e":continue}r.push(i.join(":"))}return r.push("sheet:c:"+(o.e.c-o.s.c+1)+":r:"+(o.e.r-o.s.r+1)+":tvf:1"),r.push("valueformat:1:text-wiki"),r.join("\n")}function u(e){return[a,o,s,o,c(e),l].join("\n")}return{to_workbook:i,to_sheet:r,from_sheet:u}}(),bs=function(){function e(e,t,n,r,i){i.raw?t[n][r]=e:"TRUE"===e?t[n][r]=!0:"FALSE"===e?t[n][r]=!1:""===e||(isNaN(ge(e))?isNaN(ve(e).getDate())?t[n][r]=e:t[n][r]=de(e):t[n][r]=ge(e))}function t(t,n){var r=n||{},i=[];if(!t||0===t.length)return i;var a=t.split(/[\r\n]/),o=a.length-1;while(o>=0&&0===a[o].length)--o;for(var s=10,l=0,c=0;c<=o;++c)l=a[c].indexOf(" "),-1==l?l=a[c].length:l++,s=Math.max(s,l);for(c=0;c<=o;++c){i[c]=[];var u=0;for(e(a[c].slice(0,s).trim(),i,c,u,r),u=1;u<=(a[c].length-s)/10+1;++u)e(a[c].slice(s+10*(u-1),s+10*u).trim(),i,c,u,r)}return r.sheetRows&&(i=i.slice(0,r.sheetRows)),i}var n={44:",",9:"\t",59:";"},r={44:3,9:2,59:1};function i(e){for(var t={},i=!1,a=0,o=0;a0&&g(),a["!ref"]=Cn(o),a}function o(e,n){return n&&n.PRN?"sep="==e.slice(0,4)||e.indexOf("\t")>=0||e.indexOf(",")>=0||e.indexOf(";")>=0?a(e,n):Bn(t(e,n),n):a(e,n)}function s(e,t){var n="",r="string"==t.type?[0,0,0,0]:Ig(e,t);switch(t.type){case"base64":n=x.decode(e);break;case"binary":n=e;break;case"buffer":n=65001==t.codepage?e.toString("utf8"):t.codepage&&"undefined"!==typeof cptable?cptable.utils.decode(t.codepage,e):e.toString("binary");break;case"array":n=fe(e);break;case"string":n=e;break;default:throw new Error("Unrecognized type "+t.type)}return 239==r[0]&&187==r[1]&&191==r[2]?n=Ze(n.slice(3)):"binary"==t.type&&"undefined"!==typeof cptable&&t.codepage&&(n=cptable.utils.decode(t.codepage,cptable.utils.encode(1252,n))),"socialcalc:version:"==n.slice(0,19)?ys.to_sheet("string"==t.type?n:Ze(n),t):o(n,t)}function l(e,t){return En(s(e,t),t)}function c(e){for(var t,n=[],r=Sn(e["!ref"]),i=Array.isArray(e),a=r.s.r;a<=r.e.r;++a){for(var o=[],s=r.s.c;s<=r.e.c;++s){var l=wn({r:a,c:s});if(t=i?(e[a]||[])[s]:e[l],t&&null!=t.v){var c=(t.w||(Mn(t),t.w)||"").slice(0,10);while(c.length<10)c+=" ";o.push(c+(0===s?" ":""))}else o.push(" ")}n.push(o.join(""))}return n.join("\n")}return{to_workbook:l,to_sheet:s,from_sheet:c}}();function _s(e,t){var n=t||{},r=!!n.WTF;n.WTF=!0;try{var i=vs.to_workbook(e,n);return n.WTF=r,i}catch(uv){if(n.WTF=r,!uv.message.match(/SYLK bad record ID/)&&r)throw uv;return bs.to_workbook(e,t)}}var ws=function(){function e(e,t,n){if(e){Zt(e,e.l||0);var r=n.Enum||v;while(e.l=4096&&(r.qpro=!0);break;case 6:c=e;break;case 15:r.qpro||(e[1].v=e[1].v.slice(1));case 13:case 14:case 16:case 51:14==h&&112==(112&e[2])&&(15&e[2])>1&&(15&e[2])<15&&(e[1].z=r.dateNF||P._table[14],r.cellDates&&(e[1].t="d",e[1].v=le(e[1].v))),r.dense?(i[e[0].r]||(i[e[0].r]=[]),i[e[0].r][e[0].c]=e[1]):i[wn(e[0])]=e[1];break}else switch(h){case 22:e[1].v=e[1].v.slice(1);case 23:case 24:case 25:case 37:case 39:case 40:if(e[3]>o&&(i["!ref"]=Cn(c),s[a]=i,i=r.dense?[]:{},c={s:{r:0,c:0},e:{r:0,c:0}},o=e[3],a="Sheet"+(o+1),l.push(a)),u>0&&e[0].r>=u)break;r.dense?(i[e[0].r]||(i[e[0].r]=[]),i[e[0].r][e[0].c]=e[1]):i[wn(e[0])]=e[1],c.e.c>1;if(1&n[1].v)switch(7&r){case 1:r=500*(r>>3);break;case 2:r=(r>>3)/20;break;case 4:r=(r>>3)/2e3;break;case 6:r=(r>>3)/16;break;case 7:r=(r>>3)/64;break;default:throw"unknown NUMBER_18 encoding "+(7&r)}return n[1].v=r,n}function d(e,t){var n=c(e,t),r=e.read_shift(4),i=e.read_shift(4),a=e.read_shift(2);if(65535==a)return n[1].v=0,n;var o=32768&a;return a=(32767&a)-16446,n[1].v=(2*o-1)*((a>0?i<>>-a)+(a>-32?r<>>-(a+32))),n}function f(e,t){var n=d(e,14);return e.l+=t-14,n}function p(e,t){var n=c(e,t),r=e.read_shift(4);return n[1].v=r>>6,n}function m(e,t){var n=c(e,t),r=e.read_shift(8,"f");return n[1].v=r,n}function g(e,t){var n=m(e,14);return e.l+=t-10,n}var v={0:{n:"BOF",f:Ji},1:{n:"EOF"},2:{n:"CALCMODE"},3:{n:"CALCORDER"},4:{n:"SPLIT"},5:{n:"SYNC"},6:{n:"RANGE",f:r},7:{n:"WINDOW1"},8:{n:"COLW1"},9:{n:"WINTWO"},10:{n:"COLW2"},11:{n:"NAME"},12:{n:"BLANK"},13:{n:"INTEGER",f:o},14:{n:"NUMBER",f:s},15:{n:"LABEL",f:a},16:{n:"FORMULA",f:l},24:{n:"TABLE"},25:{n:"ORANGE"},26:{n:"PRANGE"},27:{n:"SRANGE"},28:{n:"FRANGE"},29:{n:"KRANGE1"},32:{n:"HRANGE"},35:{n:"KRANGE2"},36:{n:"PROTEC"},37:{n:"FOOTER"},38:{n:"HEADER"},39:{n:"SETUP"},40:{n:"MARGINS"},41:{n:"LABELFMT"},42:{n:"TITLES"},43:{n:"SHEETJS"},45:{n:"GRAPH"},46:{n:"NGRAPH"},47:{n:"CALCCOUNT"},48:{n:"UNFORMATTED"},49:{n:"CURSORW12"},50:{n:"WINDOW"},51:{n:"STRING",f:a},55:{n:"PASSWORD"},56:{n:"LOCKED"},60:{n:"QUERY"},61:{n:"QUERYNAME"},62:{n:"PRINT"},63:{n:"PRINTNAME"},64:{n:"GRAPH2"},65:{n:"GRAPHNAME"},66:{n:"ZOOM"},67:{n:"SYMSPLIT"},68:{n:"NSROWS"},69:{n:"NSCOLS"},70:{n:"RULER"},71:{n:"NNAME"},72:{n:"ACOMM"},73:{n:"AMACRO"},74:{n:"PARSE"},255:{n:"",f:en}},A={0:{n:"BOF"},1:{n:"EOF"},3:{n:"??"},4:{n:"??"},5:{n:"??"},6:{n:"??"},7:{n:"??"},9:{n:"??"},10:{n:"??"},11:{n:"??"},12:{n:"??"},14:{n:"??"},15:{n:"??"},16:{n:"??"},17:{n:"??"},18:{n:"??"},19:{n:"??"},21:{n:"??"},22:{n:"LABEL16",f:u},23:{n:"NUMBER17",f:d},24:{n:"NUMBER18",f:h},25:{n:"FORMULA19",f:f},26:{n:"??"},27:{n:"??"},28:{n:"??"},29:{n:"??"},30:{n:"??"},31:{n:"??"},33:{n:"??"},37:{n:"NUMBER25",f:p},39:{n:"NUMBER27",f:m},40:{n:"FORMULA28",f:g},255:{n:"",f:en}};return{to_workbook:t}}();function xs(e){var t={},n=e.match(Fe),r=0,i=!1;if(n)for(;r!=n.length;++r){var a=Re(n[r]);switch(a[0].replace(/\w*:/g,"")){case"":case"":t.shadow=1;break;case"":break;case"":case"":t.outline=1;break;case"":break;case"":case"":t.strike=1;break;case"":break;case"":case"":t.u=1;break;case"":break;case"":case"":t.b=1;break;case"":break;case"":case"":t.i=1;break;case"":break;case"":case"":break;case"":i=!1;break;default:if(47!==a[0].charCodeAt(1)&&!i)throw new Error("Unrecognized rich format "+a[0])}}return t}var Cs=function(){var e=it("t"),t=it("rPr");function n(n){var r=n.match(e);if(!r)return{t:"s",v:""};var i={t:"s",v:Ye(r[1])},a=n.match(t);return a&&(i.s=xs(a[1])),i}var r=/<(?:\w+:)?r>/g,i=/<\/(?:\w+:)?r>/;return function(e){return e.replace(r,"").split(i).map(n).filter((function(e){return e.v}))}}(),Ss=function(){var e=/(\r\n|\n)/g;function t(e,t,n){var r=[];e.u&&r.push("text-decoration: underline;"),e.uval&&r.push("text-underline-style:"+e.uval+";"),e.sz&&r.push("font-size:"+e.sz+"pt;"),e.outline&&r.push("text-effect: outline;"),e.shadow&&r.push("text-shadow: auto;"),t.push(''),e.b&&(t.push(""),n.push("")),e.i&&(t.push(""),n.push("")),e.strike&&(t.push(""),n.push(""));var i=e.valign||"";return"superscript"==i||"super"==i?i="sup":"subscript"==i&&(i="sub"),""!=i&&(t.push("<"+i+">"),n.push("")),n.push(""),e}function n(n){var r=[[],n.v,[]];return n.v?(n.s&&t(n.s,r[0],r[2]),r[0].join("")+r[1].replace(e,"
      ")+r[2].join("")):""}return function(e){return e.map(n).join("")}}(),ks=/<(?:\w+:)?t[^>]*>([^<]*)<\/(?:\w+:)?t>/g,Ms=/<(?:\w+:)?r>/,Es=/<(?:\w+:)?rPh.*?>([\s\S]*?)<\/(?:\w+:)?rPh>/g;function Ts(e,t){var n=!t||t.cellHTML,r={};return e?(e.match(/^\s*<(?:\w+:)?t[^>]*>/)?(r.t=Ye(Ze(e.slice(e.indexOf(">")+1).split(/<\/(?:\w+:)?t>/)[0]||"")),r.r=Ze(e),n&&(r.h=Ke(r.t))):e.match(Ms)&&(r.r=Ze(e),r.t=Ye(Ze((e.replace(Es,"").match(ks)||[]).join("").replace(Fe,""))),n&&(r.h=Ss(Cs(r.r)))),r):{t:""}}var Bs=/<(?:\w+:)?sst([^>]*)>([\s\S]*)<\/(?:\w+:)?sst>/,Ds=/<(?:\w+:)?(?:si|sstItem)>/g,Ls=/<\/(?:\w+:)?(?:si|sstItem)>/;function Os(e,t){var n=[],r="";if(!e)return n;var i=e.match(Bs);if(i){r=i[2].replace(Ds,"").split(Ls);for(var a=0;a!=r.length;++a){var o=Ts(r[a].trim(),t);null!=o&&(n[n.length]=o)}i=Re(i[1]),n.Count=i.count,n.Unique=i.uniqueCount}return n}$r.SST="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings";var Is=/^\s|\s$|[\t\n\r]/;function Fs(e,t){if(!t.bookSST)return"";var n=[Oe];n[n.length]=ft("sst",null,{xmlns:gt.main[0],count:e.Count,uniqueCount:e.Unique});for(var r=0;r!=e.length;++r)if(null!=e[r]){var i=e[r],a="";i.r?a+=i.r:(a+=""),a+="",n[n.length]=a}return n.length>2&&(n[n.length]="",n[1]=n[1].replace("/>",">")),n.join("")}function Ns(e){return[e.read_shift(4),e.read_shift(4)]}function Ps(e,t){var n=[],r=!1;return nn(e,(function(e,i,a){switch(a){case 159:n.Count=e[0],n.Unique=e[1];break;case 19:n.push(e);break;case 160:return!0;case 35:r=!0;break;case 36:r=!1;break;default:if(i.indexOf("Begin")>0||i.indexOf("End"),!r||t.WTF)throw new Error("Unexpected record "+a+" "+i)}})),n}function Rs(e,t){return t||(t=tn(8)),t.write_shift(4,e.Count),t.write_shift(4,e.Unique),t}var Hs=Pn;function Us(e){var t=rn();an(t,"BrtBeginSst",Rs(e));for(var n=0;n=4&&(e.l+=t-4),n}function $s(e){var t={};return t.id=e.read_shift(0,"lpp4"),t.R=Ys(e,4),t.U=Ys(e,4),t.W=Ys(e,4),t}function js(e){var t=e.read_shift(4),n=e.l+t-4,r={},i=e.read_shift(4),a=[];while(i-- >0)a.push({t:e.read_shift(4),v:e.read_shift(0,"lpp4")});if(r.name=e.read_shift(0,"lpp4"),r.comps=a,e.l!=n)throw new Error("Bad DataSpaceMapEntry: "+e.l+" != "+n);return r}function Qs(e){var t=[];e.l+=4;var n=e.read_shift(4);while(n-- >0)t.push(js(e));return t}function Vs(e){var t=[];e.l+=4;var n=e.read_shift(4);while(n-- >0)t.push(e.read_shift(0,"lpp4"));return t}function Ws(e){var t={};return e.read_shift(4),e.l+=4,t.id=e.read_shift(0,"lpp4"),t.name=e.read_shift(0,"lpp4"),t.R=Ys(e,4),t.U=Ys(e,4),t.W=Ys(e,4),t}function Ks(e){var t=Ws(e);if(t.ename=e.read_shift(0,"8lpp4"),t.blksz=e.read_shift(4),t.cmode=e.read_shift(4),4!=e.read_shift(4))throw new Error("Bad !Primary record");return t}function Gs(e,t){var n=e.l+t,r={};r.Flags=63&e.read_shift(4),e.l+=4,r.AlgID=e.read_shift(4);var i=!1;switch(r.AlgID){case 26126:case 26127:case 26128:i=36==r.Flags;break;case 26625:i=4==r.Flags;break;case 0:i=16==r.Flags||4==r.Flags||36==r.Flags;break;default:throw"Unrecognized encryption algorithm: "+r.AlgID}if(!i)throw new Error("Encryption Flags/AlgID mismatch");return r.AlgIDHash=e.read_shift(4),r.KeySize=e.read_shift(4),r.ProviderType=e.read_shift(4),e.l+=8,r.CSPName=e.read_shift(n-e.l>>1,"utf16le"),e.l=n,r}function Xs(e,t){var n={},r=e.l+t;return e.l+=4,n.Salt=e.slice(e.l,e.l+16),e.l+=16,n.Verifier=e.slice(e.l,e.l+16),e.l+=16,e.read_shift(4),n.VerifierHash=e.slice(e.l,r),e.l=r,n}function qs(e){var t=Ys(e);switch(t.Minor){case 2:return[t.Minor,Js(e,t)];case 3:return[t.Minor,Zs(e,t)];case 4:return[t.Minor,el(e,t)]}throw new Error("ECMA-376 Encrypted file unrecognized Version: "+t.Minor)}function Js(e){var t=e.read_shift(4);if(36!=(63&t))throw new Error("EncryptionInfo mismatch");var n=e.read_shift(4),r=Gs(e,n),i=Xs(e,e.length-e.l);return{t:"Std",h:r,v:i}}function Zs(){throw new Error("File is password-protected: ECMA-376 Extensible")}function el(e){var t=["saltSize","blockSize","keyBits","hashSize","cipherAlgorithm","cipherChaining","hashAlgorithm","saltValue"];e.l+=4;var n=e.read_shift(e.length-e.l,"utf8"),r={};return n.replace(Fe,(function(e){var n=Re(e);switch(He(n[0])){case"":break;case"":case"":break;case"":break;case"4||r.Major<2)throw new Error("unrecognized major version code: "+r.Major);n.Flags=e.read_shift(4),t-=4;var i=e.read_shift(4);return t-=4,n.EncryptionHeader=Gs(e,i),t-=i,n.EncryptionVerifier=Xs(e,t),n}function nl(e){var t={},n=t.EncryptionVersionInfo=Ys(e,4);if(1!=n.Major||1!=n.Minor)throw"unrecognized version code "+n.Major+" : "+n.Minor;return t.Salt=e.read_shift(16),t.EncryptedVerifier=e.read_shift(16),t.EncryptedVerifierHash=e.read_shift(16),t}function rl(e){var t,n,r,i,a,o,s=0,l=zs(e),c=l.length+1;for(t=M(c),t[0]=l.length,n=1;n!=c;++n)t[n]=l[n-1];for(n=c-1;n>=0;--n)r=t[n],i=0===(16384&s)?0:1,a=s<<1&32767,o=i|a,s=o^r;return 52811^s}var il=function(){var e=[187,255,255,186,255,255,185,128,0,190,15,0,191,15,0],t=[57840,7439,52380,33984,4364,3600,61902,12606,6258,57657,54287,34041,10252,43370,20163],n=[44796,19929,39858,10053,20106,40212,10761,31585,63170,64933,60267,50935,40399,11199,17763,35526,1453,2906,5812,11624,23248,885,1770,3540,7080,14160,28320,56640,55369,41139,20807,41614,21821,43642,17621,28485,56970,44341,19019,38038,14605,29210,60195,50791,40175,10751,21502,43004,24537,18387,36774,3949,7898,15796,31592,63184,47201,24803,49606,37805,14203,28406,56812,17824,35648,1697,3394,6788,13576,27152,43601,17539,35078,557,1114,2228,4456,30388,60776,51953,34243,7079,14158,28316,14128,28256,56512,43425,17251,34502,7597,13105,26210,52420,35241,883,1766,3532,4129,8258,16516,33032,4657,9314,18628],r=function(e){return 255&(e/2|128*e)},i=function(e,t){return r(e^t)},a=function(e){for(var r=t[e.length-1],i=104,a=e.length-1;a>=0;--a)for(var o=e[a],s=0;7!=s;++s)64&o&&(r^=n[i]),o*=2,--i;return r};return function(t){for(var n,r,o,s=zs(t),l=a(s),c=s.length,u=M(16),h=0;16!=h;++h)u[h]=0;1===(1&c)&&(n=l>>8,u[c]=i(e[0],n),--c,n=255&l,r=s[s.length-1],u[c]=i(r,n));while(c>0)--c,n=l>>8,u[c]=i(s[c],n),--c,n=255&l,u[c]=i(s[c],n);c=15,o=15-s.length;while(o>0)n=l>>8,u[c]=i(e[o],n),--c,--o,n=255&l,u[c]=i(s[c],n),--c,--o;return u}}(),al=function(e,t,n,r,i){var a,o;for(i||(i=t),r||(r=il(e)),a=0;a!=t.length;++a)o=t[a],o^=r[n],o=255&(o>>5|o<<3),i[a]=o,++n;return[i,n,r]},ol=function(e){var t=0,n=il(e);return function(e){var r=al("",e,t,n);return t=r[1],r[0]}};function sl(e,t,n,r){var i={key:Ji(e),verificationBytes:Ji(e)};return n.password&&(i.verifier=rl(n.password)),r.valid=i.verificationBytes===i.verifier,r.valid&&(r.insitu=ol(n.password)),i}function ll(e,t,n){var r=n||{};return r.Info=e.read_shift(2),e.l-=2,1===r.Info?r.Data=nl(e,t):r.Data=tl(e,t),r}function cl(e,t,n){var r={Type:n.biff>=8?e.read_shift(2):0};return r.Type?ll(e,t-2,r):sl(e,n.biff>=8?t:t-2,n,r),r}var ul=function(){function e(e,n){switch(n.type){case"base64":return t(x.decode(e),n);case"binary":return t(e,n);case"buffer":return t(e.toString("binary"),n);case"array":return t(fe(e),n)}throw new Error("Unrecognized type "+n.type)}function t(e,t){var n=t||{},r=n.dense?[]:{},i={s:{c:0,r:0},e:{c:0,r:0}};if(!e.match(/\\trowd/))throw new Error("RTF missing table");return r["!ref"]=Cn(i),r}function n(t,n){return En(e(t,n),n)}function r(e){for(var t,n=["{\\rtf1\\ansi"],r=Sn(e["!ref"]),i=Array.isArray(e),a=r.s.r;a<=r.e.r;++a){n.push("\\trowd\\trautofit1");for(var o=r.s.c;o<=r.e.c;++o)n.push("\\cellx"+(o+1));for(n.push("\\pard\\intbl"),o=r.s.c;o<=r.e.c;++o){var s=wn({r:a,c:o});t=i?(e[a]||[])[o]:e[s],t&&(null!=t.v||t.f&&!t.F)&&(n.push(" "+(t.w||(Mn(t),t.w))),n.push("\\cell"))}n.push("\\pard\\intbl\\row")}return n.join("")+"}"}return{to_workbook:n,to_sheet:e,from_sheet:r}}();function hl(e){var t=e.slice("#"===e[0]?1:0).slice(0,6);return[parseInt(t.slice(0,2),16),parseInt(t.slice(2,4),16),parseInt(t.slice(4,6),16)]}function dl(e){for(var t=0,n=1;3!=t;++t)n=256*n+(e[t]>255?255:e[t]<0?0:e[t]);return n.toString(16).toUpperCase().slice(1)}function fl(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255,i=Math.max(t,n,r),a=Math.min(t,n,r),o=i-a;if(0===o)return[0,0,t];var s=0,l=0,c=i+a;switch(l=o/(c>1?2-c:c),i){case t:s=((n-r)/o+6)%6;break;case n:s=(r-t)/o+2;break;case r:s=(t-n)/o+4;break}return[s/6,l,c/2]}function pl(e){var t,n=e[0],r=e[1],i=e[2],a=2*r*(i<.5?i:1-i),o=i-a/2,s=[o,o,o],l=6*n;if(0!==r)switch(0|l){case 0:case 6:t=a*l,s[0]+=a,s[1]+=t;break;case 1:t=a*(2-l),s[0]+=t,s[1]+=a;break;case 2:t=a*(l-2),s[1]+=a,s[2]+=t;break;case 3:t=a*(4-l),s[1]+=t,s[2]+=a;break;case 4:t=a*(l-4),s[2]+=a,s[0]+=t;break;case 5:t=a*(6-l),s[2]+=t,s[0]+=a;break}for(var c=0;3!=c;++c)s[c]=Math.round(255*s[c]);return s}function ml(e,t){if(0===t)return e;var n=fl(hl(e));return n[2]=t<0?n[2]*(1+t):1-(1-n[2])*(1-t),dl(pl(n))}var gl=6,vl=15,Al=1,yl=gl;function bl(e){return Math.floor((e+Math.round(128/yl)/256)*yl)}function _l(e){return Math.floor((e-5)/yl*100+.5)/100}function wl(e){return Math.round((e*yl+5)/yl*256)/256}function xl(e){return wl(_l(bl(e)))}function Cl(e){var t=Math.abs(e-xl(e)),n=yl;if(t>.005)for(yl=Al;yl":case"":break;case"":case"":i={},n.diagonalUp&&(i.diagonalUp=Je(n.diagonalUp)),n.diagonalDown&&(i.diagonalDown=Je(n.diagonalDown)),t.Borders.push(i);break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":break;case"":case"":break;case"":break;case"":case"":break;case"":break;case"":case"":break;case"":break;case"":case"":break;case"":break;case"":case"":break;case"":break;case"":break;case"":case"":break;case"":case"":break;case"":a=!1;break;default:if(r&&r.WTF&&!a)throw new Error("unrecognized "+n[0]+" in borders")}}))}function Ll(e,t,n,r){t.Fills=[];var i={},a=!1;(e[0].match(Fe)||[]).forEach((function(e){var n=Re(e);switch(He(n[0])){case"":case"":break;case"":case"":i={},t.Fills.push(i);break;case"":break;case"":break;case"":t.Fills.push(i),i={};break;case"":n.patternType&&(i.patternType=n.patternType);break;case"":case"":break;case"":case"":break;case"":case"":break;case"":break;case"":break;case"":break;case"":break;case"":case"":break;case"":a=!1;break;default:if(r&&r.WTF&&!a)throw new Error("unrecognized "+n[0]+" in fills")}}))}function Ol(e,t,n,r){t.Fonts=[];var i={},a=!1;(e[0].match(Fe)||[]).forEach((function(e){var o=Re(e);switch(He(o[0])){case"":case"":break;case"":break;case"":case"":t.Fonts.push(i),i={};break;case"":case"":break;case"":i.bold=1;break;case"":i.italic=1;break;case"":i.underline=1;break;case"":i.strike=1;break;case"":i.outline=1;break;case"":i.shadow=1;break;case"":i.condense=1;break;case"":i.extend=1;break;case"":case"":break;case"":case"":break;case"":case"":break;case"":case"":break;case"":case"":break;case"":a=!1;break;case"":case"":break;case"":a=!1;break;default:if(r&&r.WTF&&!a)throw new Error("unrecognized "+o[0]+" in fonts")}}))}function Il(e,t,n){t.NumberFmt=[];for(var r=J(P._table),i=0;i":case"":case"":break;case"0){if(l>392){for(l=392;l>60;--l)if(null==t.NumberFmt[l])break;t.NumberFmt[l]=s}P.load(s,l)}break;case"":break;default:if(n.WTF)throw new Error("unrecognized "+o[0]+" in numFmts")}}}function Fl(e){var t=[""];return[[5,8],[23,26],[41,44],[50,392]].forEach((function(n){for(var r=n[0];r<=n[1];++r)null!=e[r]&&(t[t.length]=ft("numFmt",null,{numFmtId:r,formatCode:Qe(e[r])}))})),1===t.length?"":(t[t.length]="",t[0]=ft("numFmts",null,{count:t.length-2}).replace("/>",">"),t.join(""))}var Nl=["numFmtId","fillId","fontId","borderId","xfId"],Pl=["applyAlignment","applyBorder","applyFill","applyFont","applyNumberFormat","applyProtection","pivotButton","quotePrefix"];function Rl(e,t,n){var r;t.CellXf=[];var i=!1;(e[0].match(Fe)||[]).forEach((function(e){var a=Re(e),o=0;switch(He(a[0])){case"":case"":case"":break;case"":for(r=a,delete r[0],o=0;o392)for(o=392;o>60;--o)if(t.NumberFmt[r.numFmtId]==t.NumberFmt[o]){r.numFmtId=o;break}t.CellXf.push(r);break;case"":break;case"":var s={};a.vertical&&(s.vertical=a.vertical),a.horizontal&&(s.horizontal=a.horizontal),null!=a.textRotation&&(s.textRotation=a.textRotation),a.indent&&(s.indent=a.indent),a.wrapText&&(s.wrapText=Je(a.wrapText)),r.alignment=s;break;case"":break;case"":case"":break;case"":i=!1;break;case"":case"":break;case"":i=!1;break;default:if(n&&n.WTF&&!i)throw new Error("unrecognized "+a[0]+" in cellXfs")}}))}function Hl(e){var t=[];return t[t.length]=ft("cellXfs",null),e.forEach((function(e){t[t.length]=ft("xf",null,e)})),t[t.length]="",2===t.length?"":(t[0]=ft("cellXfs",null,{count:t.length-2}).replace("/>",">"),t.join(""))}var Ul=function(){var e=/<(?:\w+:)?numFmts([^>]*)>[\S\s]*?<\/(?:\w+:)?numFmts>/,t=/<(?:\w+:)?cellXfs([^>]*)>[\S\s]*?<\/(?:\w+:)?cellXfs>/,n=/<(?:\w+:)?fills([^>]*)>[\S\s]*?<\/(?:\w+:)?fills>/,r=/<(?:\w+:)?fonts([^>]*)>[\S\s]*?<\/(?:\w+:)?fonts>/,i=/<(?:\w+:)?borders([^>]*)>[\S\s]*?<\/(?:\w+:)?borders>/;return function(a,o,s){var l,c={};return a?(a=a.replace(//gm,"").replace(//gm,""),(l=a.match(e))&&Il(l,c,s),(l=a.match(r))&&Ol(l,c,o,s),(l=a.match(n))&&Ll(l,c,o,s),(l=a.match(i))&&Dl(l,c,o,s),(l=a.match(t))&&Rl(l,c,s),c):c}}(),zl=ft("styleSheet",null,{xmlns:gt.main[0],"xmlns:vt":gt.vt});function Yl(e,t){var n,r=[Oe,zl];return e.SSF&&null!=(n=Fl(e.SSF))&&(r[r.length]=n),r[r.length]='',r[r.length]='',r[r.length]='',r[r.length]='',(n=Hl(t.cellXfs))&&(r[r.length]=n),r[r.length]='',r[r.length]='',r[r.length]='',r.length>2&&(r[r.length]="",r[1]=r[1].replace("/>",">")),r.join("")}function $l(e,t){var n=e.read_shift(2),r=Ln(e,t-2);return[n,r]}function jl(e,t,n){n||(n=tn(6+4*t.length)),n.write_shift(2,e),On(t,n);var r=n.length>n.l?n.slice(0,n.l):n;return null==n.l&&(n.l=n.length),r}function Ql(e,t,n){var r={};r.sz=e.read_shift(2)/20;var i=ar(e,2,n);i.fItalic&&(r.italic=1),i.fCondense&&(r.condense=1),i.fExtend&&(r.extend=1),i.fShadow&&(r.shadow=1),i.fOutline&&(r.outline=1),i.fStrikeout&&(r.strike=1);var a=e.read_shift(2);switch(700===a&&(r.bold=1),e.read_shift(2)){case 1:r.vertAlign="superscript";break;case 2:r.vertAlign="subscript";break}var o=e.read_shift(1);0!=o&&(r.underline=o);var s=e.read_shift(1);s>0&&(r.family=s);var l=e.read_shift(1);switch(l>0&&(r.charset=l),e.l++,r.color=rr(e,8),e.read_shift(1)){case 1:r.scheme="major";break;case 2:r.scheme="minor";break}return r.name=Ln(e,t-21),r}function Vl(e,t){t||(t=tn(153)),t.write_shift(2,20*e.sz),or(e,t),t.write_shift(2,e.bold?700:400);var n=0;"superscript"==e.vertAlign?n=1:"subscript"==e.vertAlign&&(n=2),t.write_shift(2,n),t.write_shift(1,e.underline||0),t.write_shift(1,e.family||0),t.write_shift(1,e.charset||0),t.write_shift(1,0),ir(e.color,t);var r=0;return"major"==e.scheme&&(r=1),"minor"==e.scheme&&(r=2),t.write_shift(1,r),On(e.name,t),t.length>t.l?t.slice(0,t.l):t}$r.STY="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";var Wl=["none","solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"],Kl=ee(Wl),Gl=en;function Xl(e,t){t||(t=tn(84));var n=Kl[e.patternType];null==n&&(n=40),t.write_shift(4,n);var r=0;if(40!=n)for(ir({auto:1},t),ir({auto:1},t);r<12;++r)t.write_shift(4,0);else{for(;r<4;++r)t.write_shift(4,0);for(;r<12;++r)t.write_shift(4,0)}return t.length>t.l?t.slice(0,t.l):t}function ql(e,t){var n=e.l+t,r=e.read_shift(2),i=e.read_shift(2);return e.l=n,{ixfe:r,numFmtId:i}}function Jl(e,t,n){n||(n=tn(16)),n.write_shift(2,t||0),n.write_shift(2,e.numFmtId||0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(1,0),n.write_shift(1,0);var r=0;return n.write_shift(1,r),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(1,0),n}function Zl(e,t){return t||(t=tn(10)),t.write_shift(1,0),t.write_shift(1,0),t.write_shift(4,0),t.write_shift(4,0),t}var ec=en;function tc(e,t){return t||(t=tn(51)),t.write_shift(1,0),Zl(null,t),Zl(null,t),Zl(null,t),Zl(null,t),Zl(null,t),t.length>t.l?t.slice(0,t.l):t}function nc(e,t){return t||(t=tn(52)),t.write_shift(4,e.xfId),t.write_shift(2,1),t.write_shift(1,+e.builtinId),t.write_shift(1,0),Qn(e.name||"",t),t.length>t.l?t.slice(0,t.l):t}function rc(e,t,n){var r=tn(2052);return r.write_shift(4,e),Qn(t,r),Qn(n,r),r.length>r.l?r.slice(0,r.l):r}function ic(e,t,n){var r={NumberFmt:[]};for(var i in P._table)r.NumberFmt[i]=P._table[i];r.CellXf=[],r.Fonts=[];var a=[],o=!1;return nn(e,(function(e,i,s){switch(s){case 44:r.NumberFmt[e[0]]=e[1],P.load(e[1],e[0]);break;case 43:r.Fonts.push(e),null!=e.color.theme&&t&&t.themeElements&&t.themeElements.clrScheme&&(e.color.rgb=ml(t.themeElements.clrScheme[e.color.theme].rgb,e.color.tint||0));break;case 1025:break;case 45:break;case 46:break;case 47:"BrtBeginCellXFs"==a[a.length-1]&&r.CellXf.push(e);break;case 48:case 507:case 572:case 475:break;case 1171:case 2102:case 1130:case 512:case 2095:case 3072:break;case 35:o=!0;break;case 36:o=!1;break;case 37:a.push(i),o=!0;break;case 38:a.pop(),o=!1;break;default:if((i||"").indexOf("Begin")>0)a.push(i);else if((i||"").indexOf("End")>0)a.pop();else if(!o||n.WTF&&"BrtACBegin"!=a[a.length-1])throw new Error("Unexpected record "+s+" "+i)}})),r}function ac(e,t){if(t){var n=0;[[5,8],[23,26],[41,44],[50,392]].forEach((function(e){for(var r=e[0];r<=e[1];++r)null!=t[r]&&++n})),0!=n&&(an(e,"BrtBeginFmts",Dn(n)),[[5,8],[23,26],[41,44],[50,392]].forEach((function(n){for(var r=n[0];r<=n[1];++r)null!=t[r]&&an(e,"BrtFmt",jl(r,t[r]))})),an(e,"BrtEndFmts"))}}function oc(e){var t=1;0!=t&&(an(e,"BrtBeginFonts",Dn(t)),an(e,"BrtFont",Vl({sz:12,color:{theme:1},name:"Calibri",family:2,scheme:"minor"})),an(e,"BrtEndFonts"))}function sc(e){var t=2;0!=t&&(an(e,"BrtBeginFills",Dn(t)),an(e,"BrtFill",Xl({patternType:"none"})),an(e,"BrtFill",Xl({patternType:"gray125"})),an(e,"BrtEndFills"))}function lc(e){var t=1;0!=t&&(an(e,"BrtBeginBorders",Dn(t)),an(e,"BrtBorder",tc({})),an(e,"BrtEndBorders"))}function cc(e){var t=1;an(e,"BrtBeginCellStyleXFs",Dn(t)),an(e,"BrtXF",Jl({numFmtId:0,fontId:0,fillId:0,borderId:0},65535)),an(e,"BrtEndCellStyleXFs")}function uc(e,t){an(e,"BrtBeginCellXFs",Dn(t.length)),t.forEach((function(t){an(e,"BrtXF",Jl(t,0))})),an(e,"BrtEndCellXFs")}function hc(e){var t=1;an(e,"BrtBeginStyles",Dn(t)),an(e,"BrtStyle",nc({xfId:0,builtinId:0,name:"Normal"})),an(e,"BrtEndStyles")}function dc(e){var t=0;an(e,"BrtBeginDXFs",Dn(t)),an(e,"BrtEndDXFs")}function fc(e){var t=0;an(e,"BrtBeginTableStyles",rc(t,"TableStyleMedium9","PivotStyleMedium4")),an(e,"BrtEndTableStyles")}function pc(){}function mc(e,t){var n=rn();return an(n,"BrtBeginStyleSheet"),ac(n,e.SSF),oc(n,e),sc(n,e),lc(n,e),cc(n,e),uc(n,t.cellXfs),hc(n,e),dc(n,e),fc(n,e),pc(n,e),an(n,"BrtEndStyleSheet"),n.end()}$r.THEME="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme";var gc=["","","","","","","","","","","",""];function vc(e,t,n){t.themeElements.clrScheme=[];var r={};(e[0].match(Fe)||[]).forEach((function(e){var i=Re(e);switch(i[0]){case"":break;case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":case"":"/"===i[0].charAt(1)?(t.themeElements.clrScheme[gc.indexOf(i[0])]=r,r={}):r.name=i[0].slice(3,i[0].length-1);break;default:if(n&&n.WTF)throw new Error("Unrecognized "+i[0]+" in clrScheme")}}))}function Ac(){}function yc(){}var bc=/]*)>[\s\S]*<\/a:clrScheme>/,_c=/]*)>[\s\S]*<\/a:fontScheme>/,wc=/]*)>[\s\S]*<\/a:fmtScheme>/;function xc(e,t,n){var r;t.themeElements={},[["clrScheme",bc,vc],["fontScheme",_c,Ac],["fmtScheme",wc,yc]].forEach((function(i){if(!(r=e.match(i[1])))throw new Error(i[0]+" not found in themeElements");i[2](r,t,n)}))}var Cc=/]*)>[\s\S]*<\/a:themeElements>/;function Sc(e,t){if(!e||0===e.length)return Sc(kc());var n,r={};if(!(n=e.match(Cc)))throw new Error("themeElements not found in theme");return xc(n[0],r,t),r.raw=e,r}function kc(e,t){if(t&&t.themeXLSX)return t.themeXLSX;if(e&&"string"==typeof e.raw)return e.raw;var n=[Oe];return n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n.join("")}function Mc(e,t,n){var r=e.l+t,i=e.read_shift(4);if(124226!==i)if(n.cellStyles&&Ae){var a,o=e.slice(e.l);e.l=r;try{a=new Ae(o)}catch(uv){return}var s=Me(a,"theme/theme/theme1.xml",!0);if(s)return Sc(s,n)}else e.l=r}function Ec(e){return e.read_shift(4)}function Tc(e){var t={};switch(t.xclrType=e.read_shift(2),t.nTintShade=e.read_shift(2),t.xclrType){case 0:e.l+=4;break;case 1:t.xclrValue=Bc(e,4);break;case 2:t.xclrValue=va(e,4);break;case 3:t.xclrValue=Ec(e,4);break;case 4:e.l+=4;break}return e.l+=8,t}function Bc(e,t){return en(e,t)}function Dc(e,t){return en(e,t)}function Lc(e){var t=e.read_shift(2),n=e.read_shift(2)-4,r=[t];switch(t){case 4:case 5:case 7:case 8:case 9:case 10:case 11:case 13:r[1]=Tc(e,n);break;case 6:r[1]=Dc(e,n);break;case 14:case 15:r[1]=e.read_shift(1===n?1:2);break;default:throw new Error("Unrecognized ExtProp type: "+t+" "+n)}return r}function Oc(e,t){var n=e.l+t;e.l+=2;var r=e.read_shift(2);e.l+=2;var i=e.read_shift(2),a=[];while(i-- >0)a.push(Lc(e,n-e.l));return{ixfe:r,ext:a}}function Ic(e,t){t.forEach((function(e){switch(e[0]){case 4:break;case 5:break;case 6:break;case 7:break;case 8:break;case 9:break;case 10:break;case 11:break;case 13:break;case 14:break;case 15:break}}))}function Fc(e){var t=[];if(!e)return t;var n=1;return(e.match(Fe)||[]).forEach((function(e){var r=Re(e);switch(r[0]){case"":case"":break;case"0);else if((t||"").indexOf("End")>0);else if(!i||n.WTF)throw new Error("Unexpected record "+a+" "+t)}})),r}function Rc(){}function Hc(e,t,n,r){if(!e)return e;var i=r||{},a=!1,o=!1;nn(e,(function(e,t,n){if(!o)switch(n){case 359:case 363:case 364:case 366:case 367:case 368:case 369:case 370:case 371:case 472:case 577:case 578:case 579:case 580:case 581:case 582:case 583:case 584:case 585:case 586:case 587:break;case 35:a=!0;break;case 36:a=!1;break;default:if((t||"").indexOf("Begin")>0);else if((t||"").indexOf("End")>0);else if(!a||i.WTF)throw new Error("Unexpected record "+n.toString(16)+" "+t)}}),i)}function Uc(e,t){if(!e)return"??";var n=(e.match(/]*r:id="([^"]*)"/)||["",""])[1];return t["!id"][n].Target}$r.IMG="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",$r.DRAW="http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing";var zc=1024;function Yc(e,t){var n=[21600,21600],r=["m0,0l0",n[1],n[0],n[1],n[0],"0xe"].join(","),i=[ft("xml",null,{"xmlns:v":vt.v,"xmlns:o":vt.o,"xmlns:x":vt.x,"xmlns:mv":vt.mv}).replace(/\/>/,">"),ft("o:shapelayout",ft("o:idmap",null,{"v:ext":"edit",data:e}),{"v:ext":"edit"}),ft("v:shapetype",[ft("v:stroke",null,{joinstyle:"miter"}),ft("v:path",null,{gradientshapeok:"t","o:connecttype":"rect"})].join(""),{id:"_x0000_t202","o:spt":202,coordsize:n.join(","),path:r})];while(zc<1e3*e)zc+=1e3;return t.forEach((function(e){var t=_n(e[0]),n={color2:"#BEFF82",type:"gradient"};"gradient"==n.type&&(n.angle="-180");var r="gradient"==n.type?ft("o:fill",null,{type:"gradientUnscaled","v:ext":"view"}):null,a=ft("v:fill",r,n),o={on:"t",obscured:"t"};++zc,i=i.concat(["",a,ft("v:shadow",null,o),ft("v:path",null,{"o:connecttype":"none"}),'
      ','',"","",ht("x:Anchor",[t.c+1,0,t.r+1,0,t.c+3,20,t.r+5,20].join(",")),ht("x:AutoFill","False"),ht("x:Row",String(t.r)),ht("x:Column",String(t.c)),e[1].hidden?"":"","",""])})),i.push(""),i.join("")}function $c(e,t){var n,r=Array.isArray(e);t.forEach((function(t){var i=_n(t.ref);if(r?(e[i.r]||(e[i.r]=[]),n=e[i.r][i.c]):n=e[t.ref],!n){n={t:"z"},r?e[i.r][i.c]=n:e[t.ref]=n;var a=Sn(e["!ref"]||"BDWGO1000001:A1");a.s.r>i.r&&(a.s.r=i.r),a.e.ri.c&&(a.s.c=i.c),a.e.c/))return[];var n=[],r=[],i=e.match(/<(?:\w+:)?authors>([\s\S]*)<\/(?:\w+:)?authors>/);i&&i[1]&&i[1].split(/<\/\w*:?author>/).forEach((function(e){if(""!==e&&""!==e.trim()){var t=e.match(/<(?:\w+:)?author[^>]*>(.*)/);t&&n.push(t[1])}}));var a=e.match(/<(?:\w+:)?commentList>([\s\S]*)<\/(?:\w+:)?commentList>/);return a&&a[1]&&a[1].split(/<\/\w*:?comment>/).forEach((function(e){if(""!==e&&""!==e.trim()){var i=e.match(/<(?:\w+:)?comment[^>]*>/);if(i){var a=Re(i[0]),o={author:a.authorId&&n[a.authorId]||"sheetjsghost",ref:a.ref,guid:a.guid},s=_n(a.ref);if(!(t.sheetRows&&t.sheetRows<=s.r)){var l=e.match(/<(?:\w+:)?text>([\s\S]*)<\/(?:\w+:)?text>/),c=!!l&&!!l[1]&&Ts(l[1])||{r:"",t:"",h:""};o.r=c.r,""==c.r&&(c.t=c.h=""),o.t=c.t.replace(/\r\n/g,"\n").replace(/\r/g,"\n"),t.cellHTML&&(o.h=c.h),r.push(o)}}}})),r}$r.CMNT="http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments";var Qc=ft("comments",null,{xmlns:gt.main[0]});function Vc(e){var t=[Oe,Qc],n=[];return t.push(""),e.forEach((function(e){e[1].forEach((function(e){var r=Qe(e.a);n.indexOf(r)>-1||(n.push(r),t.push(""+r+""))}))})),t.push(""),t.push(""),e.forEach((function(e){e[1].forEach((function(r){t.push(''),t.push(ht("t",null==r.t?"":Qe(r.t))),t.push("")}))})),t.push(""),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function Wc(e){var t={};t.iauthor=e.read_shift(4);var n=Zn(e,16);return t.rfx=n.s,t.ref=wn(n.s),e.l+=16,t}function Kc(e,t){return null==t&&(t=tn(36)),t.write_shift(4,e[1].iauthor),er(e[0],t),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t}var Gc=Ln;function Xc(e){return On(e.slice(0,54))}function qc(e,t){var n=[],r=[],i={},a=!1;return nn(e,(function(e,o,s){switch(s){case 632:r.push(e);break;case 635:i=e;break;case 637:i.t=e.t,i.h=e.h,i.r=e.r;break;case 636:if(i.author=r[i.iauthor],delete i.iauthor,t.sheetRows&&i.rfx&&t.sheetRows<=i.rfx.r)break;i.t||(i.t=""),delete i.rfx,n.push(i);break;case 3072:break;case 35:a=!0;break;case 36:a=!1;break;case 37:break;case 38:break;default:if((o||"").indexOf("Begin")>0);else if((o||"").indexOf("End")>0);else if(!a||t.WTF)throw new Error("Unexpected record "+s+" "+o)}})),n}function Jc(e){var t=rn(),n=[];return an(t,"BrtBeginComments"),an(t,"BrtBeginCommentAuthors"),e.forEach((function(e){e[1].forEach((function(e){n.indexOf(e.a)>-1||(n.push(e.a.slice(0,54)),an(t,"BrtCommentAuthor",Xc(e.a)))}))})),an(t,"BrtEndCommentAuthors"),an(t,"BrtBeginCommentList"),e.forEach((function(e){e[1].forEach((function(r){r.iauthor=n.indexOf(r.a);var i={s:_n(e[0]),e:_n(e[0])};an(t,"BrtBeginComment",Kc([i,r])),r.t&&r.t.length>0&&an(t,"BrtCommentText",Hn(r)),an(t,"BrtEndComment"),delete r.iauthor}))})),an(t,"BrtEndCommentList"),an(t,"BrtEndComments"),t.end()}var Zc="application/vnd.ms-office.vbaProject";function eu(e){var t=K.utils.cfb_new({root:"R"});return e.FullPaths.forEach((function(n,r){if("/"!==n.slice(-1)&&n.match(/_VBA_PROJECT_CUR/)){var i=n.replace(/^[^\/]*/,"R").replace(/\/_VBA_PROJECT_CUR\u0000*/,"");K.utils.cfb_add(t,i,e.FileIndex[r].content)}})),K.write(t)}function tu(e,t){t.FullPaths.forEach((function(n,r){if(0!=r){var i=n.replace(/[^\/]*[\/]/,"/_VBA_PROJECT_CUR/");"/"!==i.slice(-1)&&K.utils.cfb_add(e,i,t.FileIndex[r].content)}}))}var nu=["xlsb","xlsm","xlam","biff8","xla"];function ru(){return{"!type":"dialog"}}function iu(){return{"!type":"dialog"}}function au(){return{"!type":"macro"}}function ou(){return{"!type":"macro"}}$r.DS="http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet",$r.MS="http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet";var su=function(){var e=/(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g,t={r:0,c:0};function n(e,n,r,i){var a=!1,o=!1;0==r.length?o=!0:"["==r.charAt(0)&&(o=!0,r=r.slice(1,-1)),0==i.length?a=!0:"["==i.charAt(0)&&(a=!0,i=i.slice(1,-1));var s=r.length>0?0|parseInt(r,10):0,l=i.length>0?0|parseInt(i,10):0;return a?l+=t.c:--l,o?s+=t.r:--s,n+(a?"":"$")+vn(l)+(o?"":"$")+fn(s)}return function(r,i){return t=i,r.replace(e,n)}}(),lu=/(^|[^._A-Z0-9])([$]?)([A-Z]{1,2}|[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D])([$]?)(10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g,cu=function(){return function(e,t){return e.replace(lu,(function(e,n,r,i,a,o){var s=gn(i)-(r?0:t.c),l=dn(o)-(a?0:t.r),c=0==l?"":a?l+1:"["+l+"]",u=0==s?"":r?s+1:"["+s+"]";return n+"R"+c+"C"+u}))}}();function uu(e,t){return e.replace(lu,(function(e,n,r,i,a,o){return n+("$"==r?r+i:vn(gn(i)+t.c))+("$"==a?a+o:fn(dn(o)+t.r))}))}function hu(e,t,n){var r=xn(t),i=r.s,a=_n(n),o={r:a.r-i.r,c:a.c-i.c};return uu(e,o)}function du(e){return 1!=e.length}function fu(e){return e.replace(/_xlfn\./g,"")}function pu(e){e.l+=1}function mu(e,t){var n=e.read_shift(1==t?1:2);return[16383&n,n>>14&1,n>>15&1]}function gu(e,t,n){var r=2;if(n){if(n.biff>=2&&n.biff<=5)return vu(e,t,n);12==n.biff&&(r=4)}var i=e.read_shift(r),a=e.read_shift(r),o=mu(e,2),s=mu(e,2);return{s:{r:i,c:o[0],cRel:o[1],rRel:o[2]},e:{r:a,c:s[0],cRel:s[1],rRel:s[2]}}}function vu(e){var t=mu(e,2),n=mu(e,2),r=e.read_shift(1),i=e.read_shift(1);return{s:{r:t[0],c:r,cRel:t[1],rRel:t[2]},e:{r:n[0],c:i,cRel:n[1],rRel:n[2]}}}function Au(e,t,n){if(n.biff<8)return vu(e,t,n);var r=e.read_shift(12==n.biff?4:2),i=e.read_shift(12==n.biff?4:2),a=mu(e,2),o=mu(e,2);return{s:{r:r,c:a[0],cRel:a[1],rRel:a[2]},e:{r:i,c:o[0],cRel:o[1],rRel:o[2]}}}function yu(e,t,n){if(n&&n.biff>=2&&n.biff<=5)return bu(e,t,n);var r=e.read_shift(n&&12==n.biff?4:2),i=mu(e,2);return{r:r,c:i[0],cRel:i[1],rRel:i[2]}}function bu(e){var t=mu(e,2),n=e.read_shift(1);return{r:t[0],c:n,cRel:t[1],rRel:t[2]}}function _u(e){var t=e.read_shift(2),n=e.read_shift(2);return{r:t,c:255&n,fQuoted:!!(16384&n),cRel:n>>15,rRel:n>>15}}function wu(e,t,n){var r=n&&n.biff?n.biff:8;if(r>=2&&r<=5)return xu(e,t,n);var i=e.read_shift(r>=12?4:2),a=e.read_shift(2),o=(16384&a)>>14,s=(32768&a)>>15;if(a&=16383,1==s)while(i>524287)i-=1048576;if(1==o)while(a>8191)a-=16384;return{r:i,c:a,cRel:o,rRel:s}}function xu(e){var t=e.read_shift(2),n=e.read_shift(1),r=(32768&t)>>15,i=(16384&t)>>14;return t&=16383,1==r&&t>=8192&&(t-=16384),1==i&&n>=128&&(n-=256),{r:t,c:n,cRel:i,rRel:r}}function Cu(e,t,n){var r=(96&e[e.l++])>>5,i=gu(e,n.biff>=2&&n.biff<=5?6:8,n);return[r,i]}function Su(e,t,n){var r=(96&e[e.l++])>>5,i=e.read_shift(2,"i"),a=8;if(n)switch(n.biff){case 5:e.l+=12,a=6;break;case 12:a=12;break}var o=gu(e,a,n);return[r,i,o]}function ku(e,t,n){var r=(96&e[e.l++])>>5;return e.l+=n&&n.biff>8?12:n.biff<8?6:8,[r]}function Mu(e,t,n){var r=(96&e[e.l++])>>5,i=e.read_shift(2),a=8;if(n)switch(n.biff){case 5:e.l+=12,a=6;break;case 12:a=12;break}return e.l+=a,[r,i]}function Eu(e,t,n){var r=(96&e[e.l++])>>5,i=Au(e,t-1,n);return[r,i]}function Tu(e,t,n){var r=(96&e[e.l++])>>5;return e.l+=2==n.biff?6:12==n.biff?14:7,[r]}function Bu(e){var t=1&e[e.l+1],n=1;return e.l+=4,[t,n]}function Du(e,t,n){e.l+=2;for(var r=e.read_shift(n&&2==n.biff?1:2),i=[],a=0;a<=r;++a)i.push(e.read_shift(n&&2==n.biff?1:2));return i}function Lu(e,t,n){var r=255&e[e.l+1]?1:0;return e.l+=2,[r,e.read_shift(n&&2==n.biff?1:2)]}function Ou(e,t,n){var r=255&e[e.l+1]?1:0;return e.l+=2,[r,e.read_shift(n&&2==n.biff?1:2)]}function Iu(e){var t=255&e[e.l+1]?1:0;return e.l+=2,[t,e.read_shift(2)]}function Fu(e,t,n){var r=255&e[e.l+1]?1:0;return e.l+=n&&2==n.biff?3:4,[r]}function Nu(e){var t=e.read_shift(1),n=e.read_shift(1);return[t,n]}function Pu(e){return e.read_shift(2),Nu(e,2)}function Ru(e){return e.read_shift(2),Nu(e,2)}function Hu(e,t,n){var r=(96&e[e.l])>>5;e.l+=1;var i=yu(e,0,n);return[r,i]}function Uu(e,t,n){var r=(96&e[e.l])>>5;e.l+=1;var i=wu(e,0,n);return[r,i]}function zu(e,t,n){var r=(96&e[e.l])>>5;e.l+=1;var i=e.read_shift(2);n&&5==n.biff&&(e.l+=12);var a=yu(e,0,n);return[r,i,a]}function Yu(e,t,n){var r=(96&e[e.l])>>5;e.l+=1;var i=e.read_shift(n&&n.biff<=3?1:2);return[ad[i],id[i],r]}function $u(e,t,n){var r=e[e.l++],i=e.read_shift(1),a=n&&n.biff<=3?[88==r?-1:0,e.read_shift(1)]:ju(e);return[i,(0===a[0]?id:rd)[a[1]]]}function ju(e){return[e[e.l+1]>>7,32767&e.read_shift(2)]}function Qu(e,t,n){e.l+=n&&2==n.biff?3:4}function Vu(e,t,n){if(e.l++,n&&12==n.biff)return[e.read_shift(4,"i"),0];var r=e.read_shift(2),i=e.read_shift(n&&2==n.biff?1:2);return[r,i]}function Wu(e){return e.l++,Or[e.read_shift(1)]}function Ku(e){return e.l++,e.read_shift(2)}function Gu(e){return e.l++,0!==e.read_shift(1)}function Xu(e){return e.l++,tr(e,8)}function qu(e,t,n){return e.l++,ra(e,t-1,n)}function Ju(e,t){var n=[e.read_shift(1)];if(12==t)switch(n[0]){case 2:n[0]=4;break;case 4:n[0]=16;break;case 0:n[0]=1;break;case 1:n[0]=2;break}switch(n[0]){case 4:n[1]=Xi(e,1)?"TRUE":"FALSE",12!=t&&(e.l+=7);break;case 37:case 16:n[1]=Or[e[e.l]],e.l+=12==t?4:8;break;case 0:e.l+=8;break;case 1:n[1]=tr(e,8);break;case 2:n[1]=la(e,0,{biff:t>0&&t<8?2:t});break;default:throw new Error("Bad SerAr: "+n[0])}return n}function Zu(e,t,n){for(var r=e.read_shift(12==n.biff?4:2),i=[],a=0;a!=r;++a)i.push((12==n.biff?Zn:ka)(e,8));return i}function eh(e,t,n){var r=0,i=0;12==n.biff?(r=e.read_shift(4),i=e.read_shift(4)):(i=1+e.read_shift(1),r=1+e.read_shift(2)),n.biff>=2&&n.biff<8&&(--r,0==--i&&(i=256));for(var a=0,o=[];a!=r&&(o[a]=[]);++a)for(var s=0;s!=i;++s)o[a][s]=Ju(e,n.biff);return o}function th(e,t,n){var r=e.read_shift(1)>>>5&3,i=!n||n.biff>=8?4:2,a=e.read_shift(i);switch(n.biff){case 2:e.l+=5;break;case 3:case 4:e.l+=8;break;case 5:e.l+=12;break}return[r,0,a]}function nh(e,t,n){if(5==n.biff)return rh(e,t,n);var r=e.read_shift(1)>>>5&3,i=e.read_shift(2),a=e.read_shift(4);return[r,i,a]}function rh(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2,"i");e.l+=8;var r=e.read_shift(2);return e.l+=12,[t,n,r]}function ih(e,t,n){var r=e.read_shift(1)>>>5&3;e.l+=n&&2==n.biff?3:4;var i=e.read_shift(n&&2==n.biff?1:2);return[r,i]}function ah(e,t,n){var r=e.read_shift(1)>>>5&3,i=e.read_shift(n&&2==n.biff?1:2);return[r,i]}function oh(e,t,n){var r=e.read_shift(1)>>>5&3;return e.l+=4,n.biff<8&&e.l--,12==n.biff&&(e.l+=2),[r]}function sh(e,t,n){var r=(96&e[e.l++])>>5,i=e.read_shift(2),a=4;if(n)switch(n.biff){case 5:a=15;break;case 12:a=6;break}return e.l+=a,[r,i]}var lh=en,ch=en,uh=en;function hh(e,t,n){return e.l+=2,[_u(e,4,n)]}function dh(e){return e.l+=6,[]}var fh=hh,ph=dh,mh=dh,gh=hh;function vh(e){return e.l+=2,[Ji(e),1&e.read_shift(2)]}var Ah=hh,yh=vh,bh=dh,_h=hh,wh=hh,xh=["Data","All","Headers","??","?Data2","??","?DataHeaders","??","Totals","??","??","??","?DataTotals","??","??","??","?Current"];function Ch(e){e.l+=2;var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(4),i=e.read_shift(2),a=e.read_shift(2),o=xh[n>>2&31];return{ixti:t,coltype:3&n,rt:o,idx:r,c:i,C:a}}function Sh(e){return e.l+=2,[e.read_shift(4)]}function kh(e,t,n){return e.l+=5,e.l+=2,e.l+=2==n.biff?1:4,["PTGSHEET"]}function Mh(e,t,n){return e.l+=2==n.biff?4:5,["PTGENDSHEET"]}function Eh(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2);return[t,n]}function Th(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2);return[t,n]}function Bh(e){return e.l+=4,[0,0]}var Dh={1:{n:"PtgExp",f:Vu},2:{n:"PtgTbl",f:uh},3:{n:"PtgAdd",f:pu},4:{n:"PtgSub",f:pu},5:{n:"PtgMul",f:pu},6:{n:"PtgDiv",f:pu},7:{n:"PtgPower",f:pu},8:{n:"PtgConcat",f:pu},9:{n:"PtgLt",f:pu},10:{n:"PtgLe",f:pu},11:{n:"PtgEq",f:pu},12:{n:"PtgGe",f:pu},13:{n:"PtgGt",f:pu},14:{n:"PtgNe",f:pu},15:{n:"PtgIsect",f:pu},16:{n:"PtgUnion",f:pu},17:{n:"PtgRange",f:pu},18:{n:"PtgUplus",f:pu},19:{n:"PtgUminus",f:pu},20:{n:"PtgPercent",f:pu},21:{n:"PtgParen",f:pu},22:{n:"PtgMissArg",f:pu},23:{n:"PtgStr",f:qu},26:{n:"PtgSheet",f:kh},27:{n:"PtgEndSheet",f:Mh},28:{n:"PtgErr",f:Wu},29:{n:"PtgBool",f:Gu},30:{n:"PtgInt",f:Ku},31:{n:"PtgNum",f:Xu},32:{n:"PtgArray",f:Tu},33:{n:"PtgFunc",f:Yu},34:{n:"PtgFuncVar",f:$u},35:{n:"PtgName",f:th},36:{n:"PtgRef",f:Hu},37:{n:"PtgArea",f:Cu},38:{n:"PtgMemArea",f:ih},39:{n:"PtgMemErr",f:lh},40:{n:"PtgMemNoMem",f:ch},41:{n:"PtgMemFunc",f:ah},42:{n:"PtgRefErr",f:oh},43:{n:"PtgAreaErr",f:ku},44:{n:"PtgRefN",f:Uu},45:{n:"PtgAreaN",f:Eu},46:{n:"PtgMemAreaN",f:Eh},47:{n:"PtgMemNoMemN",f:Th},57:{n:"PtgNameX",f:nh},58:{n:"PtgRef3d",f:zu},59:{n:"PtgArea3d",f:Su},60:{n:"PtgRefErr3d",f:sh},61:{n:"PtgAreaErr3d",f:Mu},255:{}},Lh={64:32,96:32,65:33,97:33,66:34,98:34,67:35,99:35,68:36,100:36,69:37,101:37,70:38,102:38,71:39,103:39,72:40,104:40,73:41,105:41,74:42,106:42,75:43,107:43,76:44,108:44,77:45,109:45,78:46,110:46,79:47,111:47,88:34,120:34,89:57,121:57,90:58,122:58,91:59,123:59,92:60,124:60,93:61,125:61};(function(){for(var e in Lh)Dh[e]=Dh[Lh[e]]})();var Oh={1:{n:"PtgElfLel",f:vh},2:{n:"PtgElfRw",f:_h},3:{n:"PtgElfCol",f:fh},6:{n:"PtgElfRwV",f:wh},7:{n:"PtgElfColV",f:gh},10:{n:"PtgElfRadical",f:Ah},11:{n:"PtgElfRadicalS",f:bh},13:{n:"PtgElfColS",f:ph},15:{n:"PtgElfColSV",f:mh},16:{n:"PtgElfRadicalLel",f:yh},25:{n:"PtgList",f:Ch},29:{n:"PtgSxName",f:Sh},255:{}},Ih={0:{n:"PtgAttrNoop",f:Bh},1:{n:"PtgAttrSemi",f:Fu},2:{n:"PtgAttrIf",f:Ou},4:{n:"PtgAttrChoose",f:Du},8:{n:"PtgAttrGoto",f:Lu},16:{n:"PtgAttrSum",f:Qu},32:{n:"PtgAttrBaxcel",f:Bu},64:{n:"PtgAttrSpace",f:Pu},65:{n:"PtgAttrSpaceSemi",f:Ru},128:{n:"PtgAttrIfError",f:Iu},255:{}};function Fh(e,t,n,r){if(r.biff<8)return en(e,t);for(var i=e.l+t,a=[],o=0;o!==n.length;++o)switch(n[o][0]){case"PtgArray":n[o][1]=eh(e,0,r),a.push(n[o][1]);break;case"PtgMemArea":n[o][2]=Zu(e,n[o][1],r),a.push(n[o][2]);break;case"PtgExp":r&&12==r.biff&&(n[o][1][1]=e.read_shift(4),a.push(n[o][1]));break;case"PtgList":case"PtgElfRadicalS":case"PtgElfColS":case"PtgElfColSV":throw"Unsupported "+n[o][0];default:break}return t=i-e.l,0!==t&&a.push(en(e,t)),a}function Nh(e,t,n){var r,i,a=e.l+t,o=[];while(a!=e.l)t=a-e.l,i=e[e.l],r=Dh[i],24!==i&&25!==i||(r=(24===i?Oh:Ih)[e[e.l+1]]),r&&r.f?o.push([r.n,r.f(e,t,n)]):en(e,t);return o}function Ph(e){for(var t=[],n=0;n=",PtgGt:">",PtgLe:"<=",PtgLt:"<",PtgMul:"*",PtgNe:"<>",PtgPower:"^",PtgSub:"-"},Hh=new RegExp(/[^\w\u4E00-\u9FFF\u3040-\u30FF]/);function Uh(e,t){if(!e&&!(t&&t.biff<=5&&t.biff>=2))throw new Error("empty sheet name");return Hh.test(e)?"'"+e+"'":e}function zh(e,t,n){if(!e)return"SH33TJSERR0";if(n.biff>8&&(!e.XTI||!e.XTI[t]))return e.SheetNames[t];if(!e.XTI)return"SH33TJSERR6";var r=e.XTI[t];if(n.biff<8)return t>1e4&&(t-=65536),t<0&&(t=-t),0==t?"":e.XTI[t-1];if(!r)return"SH33TJSERR1";var i="";if(n.biff>8)switch(e[r[0]][0]){case 357:return i=-1==r[1]?"#REF":e.SheetNames[r[1]],r[1]==r[2]?i:i+":"+e.SheetNames[r[2]];case 358:return null!=n.SID?e.SheetNames[n.SID]:"SH33TJSSAME"+e[r[0]][0];case 355:default:return"SH33TJSSRC"+e[r[0]][0]}switch(e[r[0]][0][0]){case 1025:return i=-1==r[1]?"#REF":e.SheetNames[r[1]]||"SH33TJSERR3",r[1]==r[2]?i:i+":"+e.SheetNames[r[2]];case 14849:return e[r[0]].slice(1).map((function(e){return e.Name})).join(";;");default:return e[r[0]][0][3]?(i=-1==r[1]?"#REF":e[r[0]][0][3][r[1]]||"SH33TJSERR4",r[1]==r[2]?i:i+":"+e[r[0]][0][3][r[2]]):"SH33TJSERR2"}}function Yh(e,t,n){return Uh(zh(e,t,n),n)}function $h(e,t,n,r,i){var a,o,s,l,c=i&&i.biff||8,u={s:{c:0,r:0},e:{c:0,r:0}},h=[],d=0,f=0,p="";if(!e[0]||!e[0][0])return"";for(var m=-1,g="",v=0,A=e[0].length;v=0){switch(e[0][m][1][0]){case 0:g=me(" ",e[0][m][1][1]);break;case 1:g=me("\r",e[0][m][1][1]);break;default:if(g="",i.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][m][1][0])}o+=g,m=-1}h.push(o+Rh[y[0]]+a);break;case"PtgIsect":a=h.pop(),o=h.pop(),h.push(o+" "+a);break;case"PtgUnion":a=h.pop(),o=h.pop(),h.push(o+","+a);break;case"PtgRange":a=h.pop(),o=h.pop(),h.push(o+":"+a);break;case"PtgAttrChoose":break;case"PtgAttrGoto":break;case"PtgAttrIf":break;case"PtgAttrIfError":break;case"PtgRef":s=on(y[1][1],u,i),h.push(ln(s,c));break;case"PtgRefN":s=n?on(y[1][1],n,i):y[1][1],h.push(ln(s,c));break;case"PtgRef3d":d=y[1][1],s=on(y[1][2],u,i),p=Yh(r,d,i);h.push(p+"!"+ln(s,c));break;case"PtgFunc":case"PtgFuncVar":var b=y[1][0],_=y[1][1];b||(b=0),b&=127;var w=0==b?[]:h.slice(-b);h.length-=b,"User"===_&&(_=w.shift()),h.push(_+"("+w.join(",")+")");break;case"PtgBool":h.push(y[1]?"TRUE":"FALSE");break;case"PtgInt":h.push(y[1]);break;case"PtgNum":h.push(String(y[1]));break;case"PtgStr":h.push('"'+y[1].replace(/"/g,'""')+'"');break;case"PtgErr":h.push(y[1]);break;case"PtgAreaN":l=sn(y[1][1],n?{s:n}:u,i),h.push(cn(l,i));break;case"PtgArea":l=sn(y[1][1],u,i),h.push(cn(l,i));break;case"PtgArea3d":d=y[1][1],l=y[1][2],p=Yh(r,d,i),h.push(p+"!"+cn(l,i));break;case"PtgAttrSum":h.push("SUM("+h.pop()+")");break;case"PtgAttrBaxcel":case"PtgAttrSemi":break;case"PtgName":f=y[1][2];var x=(r.names||[])[f-1]||(r[0]||[])[f],C=x?x.Name:"SH33TJSNAME"+String(f);C in od&&(C=od[C]),h.push(C);break;case"PtgNameX":var S,k=y[1][1];if(f=y[1][2],!(i.biff<=5)){var M="";if(14849==((r[k]||[])[0]||[])[0]||(1025==((r[k]||[])[0]||[])[0]?r[k][f]&&r[k][f].itab>0&&(M=r.SheetNames[r[k][f].itab-1]+"!"):M=r.SheetNames[f-1]+"!"),r[k]&&r[k][f])M+=r[k][f].Name;else if(r[0]&&r[0][f])M+=r[0][f].Name;else{var E=zh(r,k,i).split(";;");E[f-1]?M=E[f-1]:M+="SH33TJSERRX"}h.push(M);break}k<0&&(k=-k),r[k]&&(S=r[k][f]),S||(S={Name:"SH33TJSERRY"}),h.push(S.Name);break;case"PtgParen":var T="(",B=")";if(m>=0){switch(g="",e[0][m][1][0]){case 2:T=me(" ",e[0][m][1][1])+T;break;case 3:T=me("\r",e[0][m][1][1])+T;break;case 4:B=me(" ",e[0][m][1][1])+B;break;case 5:B=me("\r",e[0][m][1][1])+B;break;default:if(i.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][m][1][0])}m=-1}h.push(T+h.pop()+B);break;case"PtgRefErr":h.push("#REF!");break;case"PtgRefErr3d":h.push("#REF!");break;case"PtgExp":s={c:y[1][1],r:y[1][0]};var D={c:n.c,r:n.r};if(r.sharedf[wn(s)]){var L=r.sharedf[wn(s)];h.push($h(L,u,D,r,i))}else{var O=!1;for(a=0;a!=r.arrayf.length;++a)if(o=r.arrayf[a],!(s.co[0].e.c)&&!(s.ro[0].e.r)){h.push($h(o[1],u,D,r,i)),O=!0;break}O||h.push(y[1])}break;case"PtgArray":h.push("{"+Ph(y[1])+"}");break;case"PtgMemArea":break;case"PtgAttrSpace":case"PtgAttrSpaceSemi":m=v;break;case"PtgTbl":break;case"PtgMemErr":break;case"PtgMissArg":h.push("");break;case"PtgAreaErr":h.push("#REF!");break;case"PtgAreaErr3d":h.push("#REF!");break;case"PtgList":h.push("Table"+y[1].idx+"[#"+y[1].rt+"]");break;case"PtgMemAreaN":case"PtgMemNoMemN":case"PtgAttrNoop":case"PtgSheet":case"PtgEndSheet":break;case"PtgMemFunc":break;case"PtgMemNoMem":break;case"PtgElfCol":case"PtgElfColS":case"PtgElfColSV":case"PtgElfColV":case"PtgElfLel":case"PtgElfRadical":case"PtgElfRadicalLel":case"PtgElfRadicalS":case"PtgElfRw":case"PtgElfRwV":throw new Error("Unsupported ELFs");case"PtgSxName":throw new Error("Unrecognized Formula Token: "+String(y));default:throw new Error("Unrecognized Formula Token: "+String(y))}var I=["PtgAttrSpace","PtgAttrSpaceSemi","PtgAttrGoto"];if(3!=i.biff&&m>=0&&-1==I.indexOf(e[0][v][0])){y=e[0][m];var F=!0;switch(y[1][0]){case 4:F=!1;case 0:g=me(" ",y[1][1]);break;case 5:F=!1;case 1:g=me("\r",y[1][1]);break;default:if(g="",i.WTF)throw new Error("Unexpected PtgAttrSpaceType "+y[1][0])}h.push((F?g:"")+h.pop()+(F?"":g)),m=-1}}if(h.length>1&&i.WTF)throw new Error("bad formula stack");return h[0]}function jh(e,t,n){var r,i=e.l+t,a=2==n.biff?1:2,o=e.read_shift(a);if(65535==o)return[[],en(e,t-2)];var s=Nh(e,o,n);return t!==o+a&&(r=Fh(e,t-o-a,s,n)),e.l=i,[s,r]}function Qh(e,t,n){var r,i=e.l+t,a=2==n.biff?1:2,o=e.read_shift(a);if(65535==o)return[[],en(e,t-2)];var s=Nh(e,o,n);return t!==o+a&&(r=Fh(e,t-o-a,s,n)),e.l=i,[s,r]}function Vh(e,t,n,r){var i,a=e.l+t,o=Nh(e,r,n);return a!==e.l&&(i=Fh(e,a-e.l,o,n)),[o,i]}function Wh(e,t,n){var r,i=e.l+t,a=e.read_shift(2),o=Nh(e,a,n);return 65535==a?[[],en(e,t-2)]:(t!==a+2&&(r=Fh(e,i-a-2,o,n)),[o,r])}function Kh(e){var t;if(65535!==Yt(e,e.l+6))return[tr(e),"n"];switch(e[e.l]){case 0:return e.l+=8,["String","s"];case 1:return t=1===e[e.l+2],e.l+=8,[t,"b"];case 2:return t=e[e.l+2],e.l+=8,[t,"e"];case 3:return e.l+=8,["","s"]}return[]}function Gh(e){if(null==e){var t=tn(8);return t.write_shift(1,3),t.write_shift(1,0),t.write_shift(2,0),t.write_shift(2,0),t.write_shift(2,65535),t}return nr("number"==typeof e?e:0)}function Xh(e,t,n){var r=e.l+t,i=ya(e,6);2==n.biff&&++e.l;var a=Kh(e,8),o=e.read_shift(1);2!=n.biff&&(e.read_shift(1),n.biff>=5&&e.read_shift(4));var s=Qh(e,r-e.l,n);return{cell:i,val:a[0],formula:s,shared:o>>3&1,tt:a[1]}}function qh(e,t,n,r,i){var a=ba(t,n,i),o=Gh(e.v),s=tn(6),l=33;s.write_shift(2,l),s.write_shift(4,0);for(var c=tn(e.bf.length),u=0;u0?Fh(e,a,i,n):null;return[i,o]}var Zh=Jh,ed=Jh,td=Jh,nd=Jh,rd={0:"BEEP",1:"OPEN",2:"OPEN.LINKS",3:"CLOSE.ALL",4:"SAVE",5:"SAVE.AS",6:"FILE.DELETE",7:"PAGE.SETUP",8:"PRINT",9:"PRINTER.SETUP",10:"QUIT",11:"NEW.WINDOW",12:"ARRANGE.ALL",13:"WINDOW.SIZE",14:"WINDOW.MOVE",15:"FULL",16:"CLOSE",17:"RUN",22:"SET.PRINT.AREA",23:"SET.PRINT.TITLES",24:"SET.PAGE.BREAK",25:"REMOVE.PAGE.BREAK",26:"FONT",27:"DISPLAY",28:"PROTECT.DOCUMENT",29:"PRECISION",30:"A1.R1C1",31:"CALCULATE.NOW",32:"CALCULATION",34:"DATA.FIND",35:"EXTRACT",36:"DATA.DELETE",37:"SET.DATABASE",38:"SET.CRITERIA",39:"SORT",40:"DATA.SERIES",41:"TABLE",42:"FORMAT.NUMBER",43:"ALIGNMENT",44:"STYLE",45:"BORDER",46:"CELL.PROTECTION",47:"COLUMN.WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"INSERT",56:"FILL.RIGHT",57:"FILL.DOWN",61:"DEFINE.NAME",62:"CREATE.NAMES",63:"FORMULA.GOTO",64:"FORMULA.FIND",65:"SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:"GALLERY.LINE",71:"GALLERY.PIE",72:"GALLERY.SCATTER",73:"COMBINATION",74:"PREFERRED",75:"ADD.OVERLAY",76:"GRIDLINES",77:"SET.PREFERRED",78:"AXES",79:"LEGEND",80:"ATTACH.TEXT",81:"ADD.ARROW",82:"SELECT.CHART",83:"SELECT.PLOT.AREA",84:"PATTERNS",85:"MAIN.CHART",86:"OVERLAY",87:"SCALE",88:"FORMAT.LEGEND",89:"FORMAT.TEXT",90:"EDIT.REPEAT",91:"PARSE",92:"JUSTIFY",93:"HIDE",94:"UNHIDE",95:"WORKSPACE",96:"FORMULA",97:"FORMULA.FILL",98:"FORMULA.ARRAY",99:"DATA.FIND.NEXT",100:"DATA.FIND.PREV",101:"FORMULA.FIND.NEXT",102:"FORMULA.FIND.PREV",103:"ACTIVATE",104:"ACTIVATE.NEXT",105:"ACTIVATE.PREV",106:"UNLOCKED.NEXT",107:"UNLOCKED.PREV",108:"COPY.PICTURE",109:"SELECT",110:"DELETE.NAME",111:"DELETE.FORMAT",112:"VLINE",113:"HLINE",114:"VPAGE",115:"HPAGE",116:"VSCROLL",117:"HSCROLL",118:"ALERT",119:"NEW",120:"CANCEL.COPY",121:"SHOW.CLIPBOARD",122:"MESSAGE",124:"PASTE.LINK",125:"APP.ACTIVATE",126:"DELETE.ARROW",127:"ROW.HEIGHT",128:"FORMAT.MOVE",129:"FORMAT.SIZE",130:"FORMULA.REPLACE",131:"SEND.KEYS",132:"SELECT.SPECIAL",133:"APPLY.NAMES",134:"REPLACE.FONT",135:"FREEZE.PANES",136:"SHOW.INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"COPY.CHART",148:"ON.TIME",149:"WAIT",150:"FORMAT.FONT",151:"FILL.UP",152:"FILL.LEFT",153:"DELETE.OVERLAY",155:"SHORT.MENUS",159:"SET.UPDATE.STATUS",161:"COLOR.PALETTE",162:"DELETE.STYLE",163:"WINDOW.RESTORE",164:"WINDOW.MAXIMIZE",166:"CHANGE.LINK",167:"CALCULATE.DOCUMENT",168:"ON.KEY",169:"APP.RESTORE",170:"APP.MOVE",171:"APP.SIZE",172:"APP.MINIMIZE",173:"APP.MAXIMIZE",174:"BRING.TO.FRONT",175:"SEND.TO.BACK",185:"MAIN.CHART.TYPE",186:"OVERLAY.CHART.TYPE",187:"SELECT.END",188:"OPEN.MAIL",189:"SEND.MAIL",190:"STANDARD.FONT",191:"CONSOLIDATE",192:"SORT.SPECIAL",193:"GALLERY.3D.AREA",194:"GALLERY.3D.COLUMN",195:"GALLERY.3D.LINE",196:"GALLERY.3D.PIE",197:"VIEW.3D",198:"GOAL.SEEK",199:"WORKGROUP",200:"FILL.GROUP",201:"UPDATE.LINK",202:"PROMOTE",203:"DEMOTE",204:"SHOW.DETAIL",206:"UNGROUP",207:"OBJECT.PROPERTIES",208:"SAVE.NEW.OBJECT",209:"SHARE",210:"SHARE.NAME",211:"DUPLICATE",212:"APPLY.STYLE",213:"ASSIGN.TO.OBJECT",214:"OBJECT.PROTECTION",215:"HIDE.OBJECT",216:"SET.EXTRACT",217:"CREATE.PUBLISHER",218:"SUBSCRIBE.TO",219:"ATTRIBUTES",220:"SHOW.TOOLBAR",222:"PRINT.PREVIEW",223:"EDIT.COLOR",224:"SHOW.LEVELS",225:"FORMAT.MAIN",226:"FORMAT.OVERLAY",227:"ON.RECALC",228:"EDIT.SERIES",229:"DEFINE.STYLE",240:"LINE.PRINT",243:"ENTER.DATA",249:"GALLERY.RADAR",250:"MERGE.STYLES",251:"EDITION.OPTIONS",252:"PASTE.PICTURE",253:"PASTE.PICTURE.LINK",254:"SPELLING",256:"ZOOM",259:"INSERT.OBJECT",260:"WINDOW.MINIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO",272:"GALLERY.3D.BAR",273:"GALLERY.3D.SURFACE",274:"FILL.AUTO",276:"CUSTOMIZE.TOOLBAR",277:"ADD.TOOL",278:"EDIT.OBJECT",279:"ON.DOUBLECLICK",280:"ON.ENTRY",281:"WORKBOOK.ADD",282:"WORKBOOK.MOVE",283:"WORKBOOK.COPY",284:"WORKBOOK.OPTIONS",285:"SAVE.WORKSPACE",288:"CHART.WIZARD",289:"DELETE.TOOL",290:"MOVE.TOOL",291:"WORKBOOK.SELECT",292:"WORKBOOK.ACTIVATE",293:"ASSIGN.TO.TOOL",295:"COPY.TOOL",296:"RESET.TOOL",297:"CONSTRAIN.NUMERIC",298:"PASTE.TOOL",302:"WORKBOOK.NEW",305:"SCENARIO.CELLS",306:"SCENARIO.DELETE",307:"SCENARIO.ADD",308:"SCENARIO.EDIT",309:"SCENARIO.SHOW",310:"SCENARIO.SHOW.NEXT",311:"SCENARIO.SUMMARY",312:"PIVOT.TABLE.WIZARD",313:"PIVOT.FIELD.PROPERTIES",314:"PIVOT.FIELD",315:"PIVOT.ITEM",316:"PIVOT.ADD.FIELDS",318:"OPTIONS.CALCULATION",319:"OPTIONS.EDIT",320:"OPTIONS.VIEW",321:"ADDIN.MANAGER",322:"MENU.EDITOR",323:"ATTACH.TOOLBARS",324:"VBAActivate",325:"OPTIONS.CHART",328:"VBA.INSERT.FILE",330:"VBA.PROCEDURE.DEFINITION",336:"ROUTING.SLIP",338:"ROUTE.DOCUMENT",339:"MAIL.LOGON",342:"INSERT.PICTURE",343:"EDIT.TOOL",344:"GALLERY.DOUGHNUT",350:"CHART.TREND",352:"PIVOT.ITEM.PROPERTIES",354:"WORKBOOK.INSERT",355:"OPTIONS.TRANSITION",356:"OPTIONS.GENERAL",370:"FILTER.ADVANCED",373:"MAIL.ADD.MAILER",374:"MAIL.DELETE.MAILER",375:"MAIL.REPLY",376:"MAIL.REPLY.ALL",377:"MAIL.FORWARD",378:"MAIL.NEXT.LETTER",379:"DATA.LABEL",380:"INSERT.TITLE",381:"FONT.PROPERTIES",382:"MACRO.OPTIONS",383:"WORKBOOK.HIDE",384:"WORKBOOK.UNHIDE",385:"WORKBOOK.DELETE",386:"WORKBOOK.NAME",388:"GALLERY.CUSTOM",390:"ADD.CHART.AUTOFORMAT",391:"DELETE.CHART.AUTOFORMAT",392:"CHART.ADD.DATA",393:"AUTO.OUTLINE",394:"TAB.ORDER",395:"SHOW.DIALOG",396:"SELECT.ALL",397:"UNGROUP.SHEETS",398:"SUBTOTAL.CREATE",399:"SUBTOTAL.REMOVE",400:"RENAME.OBJECT",412:"WORKBOOK.SCROLL",413:"WORKBOOK.NEXT",414:"WORKBOOK.PREV",415:"WORKBOOK.TAB.SPLIT",416:"FULL.SCREEN",417:"WORKBOOK.PROTECT",420:"SCROLLBAR.PROPERTIES",421:"PIVOT.SHOW.PAGES",422:"TEXT.TO.COLUMNS",423:"FORMAT.CHARTTYPE",424:"LINK.FORMAT",425:"TRACER.DISPLAY",430:"TRACER.NAVIGATE",431:"TRACER.CLEAR",432:"TRACER.ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROPERTIES",437:"LISTBOX.PROPERTIES",438:"EDITBOX.PROPERTIES",439:"PIVOT.REFRESH",440:"LINK.COMBO",441:"OPEN.TEXT",442:"HIDE.DIALOG",443:"SET.DIALOG.FOCUS",444:"ENABLE.OBJECT",445:"PUSHBUTTON.PROPERTIES",446:"SET.DIALOG.DEFAULT",447:"FILTER",448:"FILTER.SHOW.ALL",449:"CLEAR.OUTLINE",450:"FUNCTION.WIZARD",451:"ADD.LIST.ITEM",452:"SET.LIST.ITEM",453:"REMOVE.LIST.ITEM",454:"SELECT.LIST.ITEM",455:"SET.CONTROL.VALUE",456:"SAVE.COPY.AS",458:"OPTIONS.LISTS.ADD",459:"OPTIONS.LISTS.DELETE",460:"SERIES.AXES",461:"SERIES.X",462:"SERIES.Y",463:"ERRORBAR.X",464:"ERRORBAR.Y",465:"FORMAT.CHART",466:"SERIES.ORDER",467:"MAIL.LOGOFF",468:"CLEAR.ROUTING.SLIP",469:"APP.ACTIVATE.MICROSOFT",470:"MAIL.EDIT.MAILER",471:"ON.SHEET",472:"STANDARD.WIDTH",473:"SCENARIO.MERGE",474:"SUMMARY.INFO",475:"FIND.FILE",476:"ACTIVE.CELL.FONT",477:"ENABLE.TIPWIZARD",478:"VBA.MAKE.ADDIN",480:"INSERTDATATABLE",481:"WORKGROUP.OPTIONS",482:"MAIL.SEND.MAILER",485:"AUTOCORRECT",489:"POST.DOCUMENT",491:"PICKLIST",493:"VIEW.SHOW",494:"VIEW.DEFINE",495:"VIEW.DELETE",509:"SHEET.BACKGROUND",510:"INSERT.MAP.OBJECT",511:"OPTIONS.MENONO",517:"MSOCHECKS",518:"NORMAL",519:"LAYOUT",520:"RM.PRINT.AREA",521:"CLEAR.PRINT.AREA",522:"ADD.PRINT.AREA",523:"MOVE.BRK",545:"HIDECURR.NOTE",546:"HIDEALL.NOTES",547:"DELETE.NOTE",548:"TRAVERSE.NOTES",549:"ACTIVATE.NOTES",620:"PROTECT.REVISIONS",621:"UNPROTECT.REVISIONS",647:"OPTIONS.ME",653:"WEB.PUBLISH",667:"NEWWEBQUERY",673:"PIVOT.TABLE.CHART",753:"OPTIONS.SAVE",755:"OPTIONS.SPELL",808:"HIDEALL.INKANNOTS"},id={0:"COUNT",1:"IF",2:"ISNA",3:"ISERROR",4:"SUM",5:"AVERAGE",6:"MIN",7:"MAX",8:"ROW",9:"COLUMN",10:"NA",11:"NPV",12:"STDEV",13:"DOLLAR",14:"FIXED",15:"SIN",16:"COS",17:"TAN",18:"ATAN",19:"PI",20:"SQRT",21:"EXP",22:"LN",23:"LOG10",24:"ABS",25:"INT",26:"SIGN",27:"ROUND",28:"LOOKUP",29:"INDEX",30:"REPT",31:"MID",32:"LEN",33:"VALUE",34:"TRUE",35:"FALSE",36:"AND",37:"OR",38:"NOT",39:"MOD",40:"DCOUNT",41:"DSUM",42:"DAVERAGE",43:"DMIN",44:"DMAX",45:"DSTDEV",46:"VAR",47:"DVAR",48:"TEXT",49:"LINEST",50:"TREND",51:"LOGEST",52:"GROWTH",53:"GOTO",54:"HALT",55:"RETURN",56:"PV",57:"FV",58:"NPER",59:"PMT",60:"RATE",61:"MIRR",62:"IRR",63:"RAND",64:"MATCH",65:"DATE",66:"TIME",67:"DAY",68:"MONTH",69:"YEAR",70:"WEEKDAY",71:"HOUR",72:"MINUTE",73:"SECOND",74:"NOW",75:"AREAS",76:"ROWS",77:"COLUMNS",78:"OFFSET",79:"ABSREF",80:"RELREF",81:"ARGUMENT",82:"SEARCH",83:"TRANSPOSE",84:"ERROR",85:"STEP",86:"TYPE",87:"ECHO",88:"SET.NAME",89:"CALLER",90:"DEREF",91:"WINDOWS",92:"SERIES",93:"DOCUMENTS",94:"ACTIVE.CELL",95:"SELECTION",96:"RESULT",97:"ATAN2",98:"ASIN",99:"ACOS",100:"CHOOSE",101:"HLOOKUP",102:"VLOOKUP",103:"LINKS",104:"INPUT",105:"ISREF",106:"GET.FORMULA",107:"GET.NAME",108:"SET.VALUE",109:"LOG",110:"EXEC",111:"CHAR",112:"LOWER",113:"UPPER",114:"PROPER",115:"LEFT",116:"RIGHT",117:"EXACT",118:"TRIM",119:"REPLACE",120:"SUBSTITUTE",121:"CODE",122:"NAMES",123:"DIRECTORY",124:"FIND",125:"CELL",126:"ISERR",127:"ISTEXT",128:"ISNUMBER",129:"ISBLANK",130:"T",131:"N",132:"FOPEN",133:"FCLOSE",134:"FSIZE",135:"FREADLN",136:"FREAD",137:"FWRITELN",138:"FWRITE",139:"FPOS",140:"DATEVALUE",141:"TIMEVALUE",142:"SLN",143:"SYD",144:"DDB",145:"GET.DEF",146:"REFTEXT",147:"TEXTREF",148:"INDIRECT",149:"REGISTER",150:"CALL",151:"ADD.BAR",152:"ADD.MENU",153:"ADD.COMMAND",154:"ENABLE.COMMAND",155:"CHECK.COMMAND",156:"RENAME.COMMAND",157:"SHOW.BAR",158:"DELETE.MENU",159:"DELETE.COMMAND",160:"GET.CHART.ITEM",161:"DIALOG.BOX",162:"CLEAN",163:"MDETERM",164:"MINVERSE",165:"MMULT",166:"FILES",167:"IPMT",168:"PPMT",169:"COUNTA",170:"CANCEL.KEY",171:"FOR",172:"WHILE",173:"BREAK",174:"NEXT",175:"INITIATE",176:"REQUEST",177:"POKE",178:"EXECUTE",179:"TERMINATE",180:"RESTART",181:"HELP",182:"GET.BAR",183:"PRODUCT",184:"FACT",185:"GET.CELL",186:"GET.WORKSPACE",187:"GET.WINDOW",188:"GET.DOCUMENT",189:"DPRODUCT",190:"ISNONTEXT",191:"GET.NOTE",192:"NOTE",193:"STDEVP",194:"VARP",195:"DSTDEVP",196:"DVARP",197:"TRUNC",198:"ISLOGICAL",199:"DCOUNTA",200:"DELETE.BAR",201:"UNREGISTER",204:"USDOLLAR",205:"FINDB",206:"SEARCHB",207:"REPLACEB",208:"LEFTB",209:"RIGHTB",210:"MIDB",211:"LENB",212:"ROUNDUP",213:"ROUNDDOWN",214:"ASC",215:"DBCS",216:"RANK",219:"ADDRESS",220:"DAYS360",221:"TODAY",222:"VDB",223:"ELSE",224:"ELSE.IF",225:"END.IF",226:"FOR.CELL",227:"MEDIAN",228:"SUMPRODUCT",229:"SINH",230:"COSH",231:"TANH",232:"ASINH",233:"ACOSH",234:"ATANH",235:"DGET",236:"CREATE.OBJECT",237:"VOLATILE",238:"LAST.ERROR",239:"CUSTOM.UNDO",240:"CUSTOM.REPEAT",241:"FORMULA.CONVERT",242:"GET.LINK.INFO",243:"TEXT.BOX",244:"INFO",245:"GROUP",246:"GET.OBJECT",247:"DB",248:"PAUSE",251:"RESUME",252:"FREQUENCY",253:"ADD.TOOLBAR",254:"DELETE.TOOLBAR",255:"User",256:"RESET.TOOLBAR",257:"EVALUATE",258:"GET.TOOLBAR",259:"GET.TOOL",260:"SPELLING.CHECK",261:"ERROR.TYPE",262:"APP.TITLE",263:"WINDOW.TITLE",264:"SAVE.TOOLBAR",265:"ENABLE.TOOL",266:"PRESS.TOOL",267:"REGISTER.ID",268:"GET.WORKBOOK",269:"AVEDEV",270:"BETADIST",271:"GAMMALN",272:"BETAINV",273:"BINOMDIST",274:"CHIDIST",275:"CHIINV",276:"COMBIN",277:"CONFIDENCE",278:"CRITBINOM",279:"EVEN",280:"EXPONDIST",281:"FDIST",282:"FINV",283:"FISHER",284:"FISHERINV",285:"FLOOR",286:"GAMMADIST",287:"GAMMAINV",288:"CEILING",289:"HYPGEOMDIST",290:"LOGNORMDIST",291:"LOGINV",292:"NEGBINOMDIST",293:"NORMDIST",294:"NORMSDIST",295:"NORMINV",296:"NORMSINV",297:"STANDARDIZE",298:"ODD",299:"PERMUT",300:"POISSON",301:"TDIST",302:"WEIBULL",303:"SUMXMY2",304:"SUMX2MY2",305:"SUMX2PY2",306:"CHITEST",307:"CORREL",308:"COVAR",309:"FORECAST",310:"FTEST",311:"INTERCEPT",312:"PEARSON",313:"RSQ",314:"STEYX",315:"SLOPE",316:"TTEST",317:"PROB",318:"DEVSQ",319:"GEOMEAN",320:"HARMEAN",321:"SUMSQ",322:"KURT",323:"SKEW",324:"ZTEST",325:"LARGE",326:"SMALL",327:"QUARTILE",328:"PERCENTILE",329:"PERCENTRANK",330:"MODE",331:"TRIMMEAN",332:"TINV",334:"MOVIE.COMMAND",335:"GET.MOVIE",336:"CONCATENATE",337:"POWER",338:"PIVOT.ADD.DATA",339:"GET.PIVOT.TABLE",340:"GET.PIVOT.FIELD",341:"GET.PIVOT.ITEM",342:"RADIANS",343:"DEGREES",344:"SUBTOTAL",345:"SUMIF",346:"COUNTIF",347:"COUNTBLANK",348:"SCENARIO.GET",349:"OPTIONS.LISTS.GET",350:"ISPMT",351:"DATEDIF",352:"DATESTRING",353:"NUMBERSTRING",354:"ROMAN",355:"OPEN.DIALOG",356:"SAVE.DIALOG",357:"VIEW.GET",358:"GETPIVOTDATA",359:"HYPERLINK",360:"PHONETIC",361:"AVERAGEA",362:"MAXA",363:"MINA",364:"STDEVPA",365:"VARPA",366:"STDEVA",367:"VARA",368:"BAHTTEXT",369:"THAIDAYOFWEEK",370:"THAIDIGIT",371:"THAIMONTHOFYEAR",372:"THAINUMSOUND",373:"THAINUMSTRING",374:"THAISTRINGLENGTH",375:"ISTHAIDIGIT",376:"ROUNDBAHTDOWN",377:"ROUNDBAHTUP",378:"THAIYEAR",379:"RTD",380:"CUBEVALUE",381:"CUBEMEMBER",382:"CUBEMEMBERPROPERTY",383:"CUBERANKEDMEMBER",384:"HEX2BIN",385:"HEX2DEC",386:"HEX2OCT",387:"DEC2BIN",388:"DEC2HEX",389:"DEC2OCT",390:"OCT2BIN",391:"OCT2HEX",392:"OCT2DEC",393:"BIN2DEC",394:"BIN2OCT",395:"BIN2HEX",396:"IMSUB",397:"IMDIV",398:"IMPOWER",399:"IMABS",400:"IMSQRT",401:"IMLN",402:"IMLOG2",403:"IMLOG10",404:"IMSIN",405:"IMCOS",406:"IMEXP",407:"IMARGUMENT",408:"IMCONJUGATE",409:"IMAGINARY",410:"IMREAL",411:"COMPLEX",412:"IMSUM",413:"IMPRODUCT",414:"SERIESSUM",415:"FACTDOUBLE",416:"SQRTPI",417:"QUOTIENT",418:"DELTA",419:"GESTEP",420:"ISEVEN",421:"ISODD",422:"MROUND",423:"ERF",424:"ERFC",425:"BESSELJ",426:"BESSELK",427:"BESSELY",428:"BESSELI",429:"XIRR",430:"XNPV",431:"PRICEMAT",432:"YIELDMAT",433:"INTRATE",434:"RECEIVED",435:"DISC",436:"PRICEDISC",437:"YIELDDISC",438:"TBILLEQ",439:"TBILLPRICE",440:"TBILLYIELD",441:"PRICE",442:"YIELD",443:"DOLLARDE",444:"DOLLARFR",445:"NOMINAL",446:"EFFECT",447:"CUMPRINC",448:"CUMIPMT",449:"EDATE",450:"EOMONTH",451:"YEARFRAC",452:"COUPDAYBS",453:"COUPDAYS",454:"COUPDAYSNC",455:"COUPNCD",456:"COUPNUM",457:"COUPPCD",458:"DURATION",459:"MDURATION",460:"ODDLPRICE",461:"ODDLYIELD",462:"ODDFPRICE",463:"ODDFYIELD",464:"RANDBETWEEN",465:"WEEKNUM",466:"AMORDEGRC",467:"AMORLINC",468:"CONVERT",724:"SHEETJS",469:"ACCRINT",470:"ACCRINTM",471:"WORKDAY",472:"NETWORKDAYS",473:"GCD",474:"MULTINOMIAL",475:"LCM",476:"FVSCHEDULE",477:"CUBEKPIMEMBER",478:"CUBESET",479:"CUBESETCOUNT",480:"IFERROR",481:"COUNTIFS",482:"SUMIFS",483:"AVERAGEIF",484:"AVERAGEIFS"},ad={2:1,3:1,10:0,15:1,16:1,17:1,18:1,19:0,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33:1,34:0,35:0,38:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,63:0,65:3,66:3,67:1,68:1,69:1,70:1,71:1,72:1,73:1,74:0,75:1,76:1,77:1,79:2,80:2,83:1,85:0,86:1,89:0,90:1,94:0,95:0,97:2,98:1,99:1,101:3,102:3,105:1,106:1,108:2,111:1,112:1,113:1,114:1,117:2,118:1,119:4,121:1,126:1,127:1,128:1,129:1,130:1,131:1,133:1,134:1,135:1,136:2,137:2,138:2,140:1,141:1,142:3,143:4,144:4,161:1,162:1,163:1,164:1,165:2,172:1,175:2,176:2,177:3,178:2,179:1,184:1,186:1,189:3,190:1,195:3,196:3,197:1,198:1,199:3,201:1,207:4,210:3,211:1,212:2,213:2,214:1,215:1,225:0,229:1,230:1,231:1,232:1,233:1,234:1,235:3,244:1,247:4,252:2,257:1,261:1,271:1,273:4,274:2,275:2,276:2,277:3,278:3,279:1,280:3,281:3,282:3,283:1,284:1,285:2,286:4,287:3,288:2,289:4,290:3,291:3,292:3,293:4,294:1,295:3,296:1,297:3,298:1,299:2,300:3,301:3,302:4,303:2,304:2,305:2,306:2,307:2,308:2,309:3,310:2,311:2,312:2,313:2,314:2,315:2,316:4,325:2,326:2,327:2,328:2,331:2,332:2,337:2,342:1,343:1,346:2,347:1,350:4,351:3,352:1,353:2,360:1,368:1,369:1,370:1,371:1,372:1,373:1,374:1,375:1,376:1,377:1,378:1,382:3,385:1,392:1,393:1,396:2,397:2,398:2,399:1,400:1,401:1,402:1,403:1,404:1,405:1,406:1,407:1,408:1,409:1,410:1,414:4,415:1,416:1,417:2,420:1,421:1,422:2,424:1,425:2,426:2,427:2,428:2,430:3,438:3,439:3,440:3,443:2,444:2,445:2,446:2,447:6,448:6,449:2,450:2,464:2,468:3,476:2,479:1,480:2,65535:0},od={"_xlfn.ACOT":"ACOT","_xlfn.ACOTH":"ACOTH","_xlfn.AGGREGATE":"AGGREGATE","_xlfn.ARABIC":"ARABIC","_xlfn.AVERAGEIF":"AVERAGEIF","_xlfn.AVERAGEIFS":"AVERAGEIFS","_xlfn.BASE":"BASE","_xlfn.BETA.DIST":"BETA.DIST","_xlfn.BETA.INV":"BETA.INV","_xlfn.BINOM.DIST":"BINOM.DIST","_xlfn.BINOM.DIST.RANGE":"BINOM.DIST.RANGE","_xlfn.BINOM.INV":"BINOM.INV","_xlfn.BITAND":"BITAND","_xlfn.BITLSHIFT":"BITLSHIFT","_xlfn.BITOR":"BITOR","_xlfn.BITRSHIFT":"BITRSHIFT","_xlfn.BITXOR":"BITXOR","_xlfn.CEILING.MATH":"CEILING.MATH","_xlfn.CEILING.PRECISE":"CEILING.PRECISE","_xlfn.CHISQ.DIST":"CHISQ.DIST","_xlfn.CHISQ.DIST.RT":"CHISQ.DIST.RT","_xlfn.CHISQ.INV":"CHISQ.INV","_xlfn.CHISQ.INV.RT":"CHISQ.INV.RT","_xlfn.CHISQ.TEST":"CHISQ.TEST","_xlfn.COMBINA":"COMBINA","_xlfn.CONCAT":"CONCAT","_xlfn.CONFIDENCE.NORM":"CONFIDENCE.NORM","_xlfn.CONFIDENCE.T":"CONFIDENCE.T","_xlfn.COT":"COT","_xlfn.COTH":"COTH","_xlfn.COUNTIFS":"COUNTIFS","_xlfn.COVARIANCE.P":"COVARIANCE.P","_xlfn.COVARIANCE.S":"COVARIANCE.S","_xlfn.CSC":"CSC","_xlfn.CSCH":"CSCH","_xlfn.DAYS":"DAYS","_xlfn.DECIMAL":"DECIMAL","_xlfn.ECMA.CEILING":"ECMA.CEILING","_xlfn.ERF.PRECISE":"ERF.PRECISE","_xlfn.ERFC.PRECISE":"ERFC.PRECISE","_xlfn.EXPON.DIST":"EXPON.DIST","_xlfn.F.DIST":"F.DIST","_xlfn.F.DIST.RT":"F.DIST.RT","_xlfn.F.INV":"F.INV","_xlfn.F.INV.RT":"F.INV.RT","_xlfn.F.TEST":"F.TEST","_xlfn.FILTERXML":"FILTERXML","_xlfn.FLOOR.MATH":"FLOOR.MATH","_xlfn.FLOOR.PRECISE":"FLOOR.PRECISE","_xlfn.FORECAST.ETS":"FORECAST.ETS","_xlfn.FORECAST.ETS.CONFINT":"FORECAST.ETS.CONFINT","_xlfn.FORECAST.ETS.SEASONALITY":"FORECAST.ETS.SEASONALITY","_xlfn.FORECAST.ETS.STAT":"FORECAST.ETS.STAT","_xlfn.FORECAST.LINEAR":"FORECAST.LINEAR","_xlfn.FORMULATEXT":"FORMULATEXT","_xlfn.GAMMA":"GAMMA","_xlfn.GAMMA.DIST":"GAMMA.DIST","_xlfn.GAMMA.INV":"GAMMA.INV","_xlfn.GAMMALN.PRECISE":"GAMMALN.PRECISE","_xlfn.GAUSS":"GAUSS","_xlfn.HYPGEOM.DIST":"HYPGEOM.DIST","_xlfn.IFERROR":"IFERROR","_xlfn.IFNA":"IFNA","_xlfn.IFS":"IFS","_xlfn.IMCOSH":"IMCOSH","_xlfn.IMCOT":"IMCOT","_xlfn.IMCSC":"IMCSC","_xlfn.IMCSCH":"IMCSCH","_xlfn.IMSEC":"IMSEC","_xlfn.IMSECH":"IMSECH","_xlfn.IMSINH":"IMSINH","_xlfn.IMTAN":"IMTAN","_xlfn.ISFORMULA":"ISFORMULA","_xlfn.ISO.CEILING":"ISO.CEILING","_xlfn.ISOWEEKNUM":"ISOWEEKNUM","_xlfn.LOGNORM.DIST":"LOGNORM.DIST","_xlfn.LOGNORM.INV":"LOGNORM.INV","_xlfn.MAXIFS":"MAXIFS","_xlfn.MINIFS":"MINIFS","_xlfn.MODE.MULT":"MODE.MULT","_xlfn.MODE.SNGL":"MODE.SNGL","_xlfn.MUNIT":"MUNIT","_xlfn.NEGBINOM.DIST":"NEGBINOM.DIST","_xlfn.NETWORKDAYS.INTL":"NETWORKDAYS.INTL","_xlfn.NIGBINOM":"NIGBINOM","_xlfn.NORM.DIST":"NORM.DIST","_xlfn.NORM.INV":"NORM.INV","_xlfn.NORM.S.DIST":"NORM.S.DIST","_xlfn.NORM.S.INV":"NORM.S.INV","_xlfn.NUMBERVALUE":"NUMBERVALUE","_xlfn.PDURATION":"PDURATION","_xlfn.PERCENTILE.EXC":"PERCENTILE.EXC","_xlfn.PERCENTILE.INC":"PERCENTILE.INC","_xlfn.PERCENTRANK.EXC":"PERCENTRANK.EXC","_xlfn.PERCENTRANK.INC":"PERCENTRANK.INC","_xlfn.PERMUTATIONA":"PERMUTATIONA","_xlfn.PHI":"PHI","_xlfn.POISSON.DIST":"POISSON.DIST","_xlfn.QUARTILE.EXC":"QUARTILE.EXC","_xlfn.QUARTILE.INC":"QUARTILE.INC","_xlfn.QUERYSTRING":"QUERYSTRING","_xlfn.RANK.AVG":"RANK.AVG","_xlfn.RANK.EQ":"RANK.EQ","_xlfn.RRI":"RRI","_xlfn.SEC":"SEC","_xlfn.SECH":"SECH","_xlfn.SHEET":"SHEET","_xlfn.SHEETS":"SHEETS","_xlfn.SKEW.P":"SKEW.P","_xlfn.STDEV.P":"STDEV.P","_xlfn.STDEV.S":"STDEV.S","_xlfn.SUMIFS":"SUMIFS","_xlfn.SWITCH":"SWITCH","_xlfn.T.DIST":"T.DIST","_xlfn.T.DIST.2T":"T.DIST.2T","_xlfn.T.DIST.RT":"T.DIST.RT","_xlfn.T.INV":"T.INV","_xlfn.T.INV.2T":"T.INV.2T","_xlfn.T.TEST":"T.TEST","_xlfn.TEXTJOIN":"TEXTJOIN","_xlfn.UNICHAR":"UNICHAR","_xlfn.UNICODE":"UNICODE","_xlfn.VAR.P":"VAR.P","_xlfn.VAR.S":"VAR.S","_xlfn.WEBSERVICE":"WEBSERVICE","_xlfn.WEIBULL.DIST":"WEIBULL.DIST","_xlfn.WORKDAY.INTL":"WORKDAY.INTL","_xlfn.XOR":"XOR","_xlfn.Z.TEST":"Z.TEST"};function sd(e){return"of:"==e.slice(0,3)&&(e=e.slice(3)),61==e.charCodeAt(0)&&(e=e.slice(1),61==e.charCodeAt(0)&&(e=e.slice(1))),e=e.replace(/COM\.MICROSOFT\./g,""),e=e.replace(/\[((?:\.[A-Z]+[0-9]+)(?::\.[A-Z]+[0-9]+)?)\]/g,(function(e,t){return t.replace(/\./g,"")})),e=e.replace(/\[.(#[A-Z]*[?!])\]/g,"$1"),e.replace(/[;~]/g,",").replace(/\|/g,";")}function ld(e){var t="of:="+e.replace(lu,"$1[.$2$3$4$5]").replace(/\]:\[/g,":");return t.replace(/;/g,"|").replace(/,/g,";")}function cd(e){var t=e.split(":"),n=t[0].split(".")[0];return[n,t[0].split(".")[1]+(t.length>1?":"+(t[1].split(".")[1]||t[1].split(".")[0]):"")]}function ud(e){return e.replace(/\./,"!")}var hd={},dd={};$r.WS=["http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet","http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet"];var fd="undefined"!==typeof Map;function pd(e,t,n){var r=0,i=e.length;if(n){if(fd?n.has(t):Object.prototype.hasOwnProperty.call(n,t))for(var a=fd?n.get(t):n[t];r-1?(n.width=wl(r),n.customWidth=1):null!=t.width&&(n.width=t.width),t.hidden&&(n.hidden=!0),n}function gd(e,t){if(e){var n=[.7,.7,.75,.75,.3,.3];"xlml"==t&&(n=[1,1,1,1,.5,.5]),null==e.left&&(e.left=n[0]),null==e.right&&(e.right=n[1]),null==e.top&&(e.top=n[2]),null==e.bottom&&(e.bottom=n[3]),null==e.header&&(e.header=n[4]),null==e.footer&&(e.footer=n[5])}}function vd(e,t,n){var r=n.revssf[null!=t.z?t.z:"General"],i=60,a=e.length;if(null==r&&n.ssf)for(;i<392;++i)if(null==n.ssf[i]){P.load(t.z,i),n.ssf[i]=t.z,n.revssf[t.z]=r=i;break}for(i=0;i!=a;++i)if(e[i].numFmtId===r)return i;return e[a]={numFmtId:r,fontId:0,fillId:0,borderId:0,xfId:0,applyNumberFormat:1},a}function Ad(e,t,n,r,i,a){try{r.cellNF&&(e.z=P._table[t])}catch(uv){if(r.WTF)throw uv}if("z"!==e.t){if("d"===e.t&&"string"===typeof e.v&&(e.v=de(e.v)),!r||!1!==r.cellText)try{if(null==P._table[t]&&P.load(U[t]||"General",t),"e"===e.t)e.w=e.w||Or[e.v];else if(0===t)if("n"===e.t)(0|e.v)===e.v?e.w=P._general_int(e.v):e.w=P._general_num(e.v);else if("d"===e.t){var o=ie(e.v);e.w=(0|o)===o?P._general_int(o):P._general_num(o)}else{if(void 0===e.v)return"";e.w=P._general(e.v,dd)}else"d"===e.t?e.w=P.format(t,ie(e.v),dd):e.w=P.format(t,e.v,dd)}catch(uv){if(r.WTF)throw uv}if(r.cellStyles&&null!=n)try{e.s=a.Fills[n],e.s.fgColor&&e.s.fgColor.theme&&!e.s.fgColor.rgb&&(e.s.fgColor.rgb=ml(i.themeElements.clrScheme[e.s.fgColor.theme].rgb,e.s.fgColor.tint||0),r.WTF&&(e.s.fgColor.raw_rgb=i.themeElements.clrScheme[e.s.fgColor.theme].rgb)),e.s.bgColor&&e.s.bgColor.theme&&(e.s.bgColor.rgb=ml(i.themeElements.clrScheme[e.s.bgColor.theme].rgb,e.s.bgColor.tint||0),r.WTF&&(e.s.bgColor.raw_rgb=i.themeElements.clrScheme[e.s.bgColor.theme].rgb))}catch(uv){if(r.WTF&&a.Fills)throw uv}}}function yd(e,t,n){if(e&&e["!ref"]){var r=Sn(e["!ref"]);if(r.e.c=0&&n.s.c>=0&&(e["!ref"]=Cn(n))}var _d=/<(?:\w:)?mergeCell ref="[A-Z0-9:]+"\s*[\/]?>/g,wd=/<(?:\w+:)?sheetData[^>]*>([\s\S]*)<\/(?:\w+:)?sheetData>/,xd=/<(?:\w:)?hyperlink [^>]*>/gm,Cd=/"(\w*:\w*)"/,Sd=/<(?:\w:)?col\b[^>]*[\/]?>/g,kd=/<(?:\w:)?autoFilter[^>]*([\/]|>([\s\S]*)<\/(?:\w:)?autoFilter)>/g,Md=/<(?:\w:)?pageMargins[^>]*\/>/g,Ed=/<(?:\w:)?sheetPr\b(?:[^>a-z][^>]*)?\/>/,Td=/<(?:\w:)?sheetViews[^>]*(?:[\/]|>([\s\S]*)<\/(?:\w:)?sheetViews)>/;function Bd(e,t,n,r,i,a,o){if(!e)return e;r||(r={"!id":{}}),null!=_&&null==t.dense&&(t.dense=_);var s=t.dense?[]:{},l={s:{r:2e6,c:2e6},e:{r:0,c:0}},c="",u="",h=e.match(wd);h?(c=e.slice(0,h.index),u=e.slice(h.index+h[0].length)):c=u=e;var d=c.match(Ed);d&&Ld(d[0],s,i,n);var f=(c.match(/<(?:\w*:)?dimension/)||{index:-1}).index;if(f>0){var p=c.slice(f,f+50).match(Cd);p&&bd(s,p[1])}var m=c.match(Td);m&&m[1]&&Qd(m[1],i);var g=[];if(t.cellStyles){var v=c.match(Sd);v&&Ud(g,v)}h&&Kd(h[1],s,t,l,a,o);var A=u.match(kd);A&&(s["!autofilter"]=Yd(A[0]));var y=[],b=u.match(_d);if(b)for(f=0;f!=b.length;++f)y[f]=Sn(b[f].slice(b[f].indexOf('"')+1));var w=u.match(xd);w&&Pd(s,w,r);var x=u.match(Md);if(x&&(s["!margins"]=Rd(Re(x[0]))),!s["!ref"]&&l.e.c>=l.s.c&&l.e.r>=l.s.r&&(s["!ref"]=Cn(l)),t.sheetRows>0&&s["!ref"]){var C=Sn(s["!ref"]);t.sheetRows<=+C.e.r&&(C.e.r=t.sheetRows-1,C.e.r>l.e.r&&(C.e.r=l.e.r),C.e.rl.e.c&&(C.e.c=l.e.c),C.e.c0&&(s["!cols"]=g),y.length>0&&(s["!merges"]=y),s}function Dd(e){if(0===e.length)return"";for(var t='',n=0;n!=e.length;++n)t+='';return t+""}function Ld(e,t,n,r){var i=Re(e);n.Sheets[r]||(n.Sheets[r]={}),i.codeName&&(n.Sheets[r].CodeName=Ye(Ze(i.codeName)))}function Od(e,t,n,r,i){var a=!1,o={},s=null;if("xlsx"!==r.bookType&&t.vbaraw){var l=t.SheetNames[n];try{t.Workbook&&(l=t.Workbook.Sheets[n].CodeName||l)}catch(uv){}a=!0,o.codeName=et(Qe(l))}if(e&&e["!outline"]){var c={summaryBelow:1,summaryRight:1};e["!outline"].above&&(c.summaryBelow=0),e["!outline"].left&&(c.summaryRight=0),s=(s||"")+ft("outlinePr",null,c)}(a||s)&&(i[i.length]=ft("sheetPr",s,o))}var Id=["objects","scenarios","selectLockedCells","selectUnlockedCells"],Fd=["formatColumns","formatRows","formatCells","insertColumns","insertRows","insertHyperlinks","deleteColumns","deleteRows","sort","autoFilter","pivotTables"];function Nd(e){var t={sheet:1};return Id.forEach((function(n){null!=e[n]&&e[n]&&(t[n]="1")})),Fd.forEach((function(n){null==e[n]||e[n]||(t[n]="0")})),e.password&&(t.password=rl(e.password).toString(16).toUpperCase()),ft("sheetProtection",null,t)}function Pd(e,t,n){for(var r=Array.isArray(e),i=0;i!=t.length;++i){var a=Re(Ze(t[i]),!0);if(!a.ref)return;var o=((n||{})["!id"]||[])[a.id];o?(a.Target=o.Target,a.location&&(a.Target+="#"+a.location)):(a.Target="#"+a.location,o={Target:a.Target,TargetMode:"Internal"}),a.Rel=o,a.tooltip&&(a.Tooltip=a.tooltip,delete a.tooltip);for(var s=Sn(a.ref),l=s.s.r;l<=s.e.r;++l)for(var c=s.s.c;c<=s.e.c;++c){var u=wn({c:c,r:l});r?(e[l]||(e[l]=[]),e[l][c]||(e[l][c]={t:"z",v:void 0}),e[l][c].l=a):(e[u]||(e[u]={t:"z",v:void 0}),e[u].l=a)}}}function Rd(e){var t={};return["left","right","top","bottom","header","footer"].forEach((function(n){e[n]&&(t[n]=parseFloat(e[n]))})),t}function Hd(e){return gd(e),ft("pageMargins",null,e)}function Ud(e,t){for(var n=!1,r=0;r!=t.length;++r){var i=Re(t[r],!0);i.hidden&&(i.hidden=Je(i.hidden));var a=parseInt(i.min,10)-1,o=parseInt(i.max,10)-1;delete i.min,delete i.max,i.width=+i.width,!n&&i.width&&(n=!0,Cl(i.width)),Sl(i);while(a<=o)e[a++]=pe(i)}}function zd(e,t){for(var n,r=[""],i=0;i!=t.length;++i)(n=t[i])&&(r[r.length]=ft("col",null,md(i,n)));return r[r.length]="",r.join("")}function Yd(e){var t={ref:(e.match(/ref="([^"]*)"/)||[])[1]};return t}function $d(e,t,n,r){var i="string"==typeof e.ref?e.ref:Cn(e.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var a=n.Workbook.Names,o=xn(i);o.s.r==o.e.r&&(o.e.r=xn(t["!ref"]).e.r,i=Cn(o));for(var s=0;sa-z][^>]*)?\/?>/;function Qd(e,t){t.Views||(t.Views=[{}]),(e.match(jd)||[]).forEach((function(e,n){var r=Re(e);t.Views[n]||(t.Views[n]={}),Je(r.rightToLeft)&&(t.Views[n].RTL=!0)}))}function Vd(e,t,n,r){var i={workbookViewId:"0"};return(((r||{}).Workbook||{}).Views||[])[0]&&(i.rightToLeft=r.Workbook.Views[0].RTL?"1":"0"),ft("sheetViews",ft("sheetView",null,i),{})}function Wd(e,t,n,r){if(void 0===e.v&&"string"!==typeof e.f||"z"===e.t)return"";var i="",a=e.t,o=e.v;if("z"!==e.t)switch(e.t){case"b":i=e.v?"1":"0";break;case"n":i=""+e.v;break;case"e":i=Or[e.v];break;case"d":r&&r.cellDates?i=de(e.v,-1).toISOString():(e=pe(e),e.t="n",i=""+(e.v=ie(de(e.v)))),"undefined"===typeof e.z&&(e.z=P._table[14]);break;default:i=e.v;break}var s=ht("v",Qe(i)),l={r:t},c=vd(r.cellXfs,e,r);switch(0!==c&&(l.s=c),e.t){case"n":break;case"d":l.t="d";break;case"b":l.t="b";break;case"e":l.t="e";break;case"z":break;default:if(null==e.v){delete e.t;break}if(r&&r.bookSST){s=ht("v",""+pd(r.Strings,e.v,r.revStrings)),l.t="s";break}l.t="str";break}if(e.t!=a&&(e.t=a,e.v=o),"string"==typeof e.f&&e.f){var u=e.F&&e.F.slice(0,t.length)==t?{t:"array",ref:e.F}:null;s=ft("f",Qe(e.f),u)+(null!=e.v?s:"")}return e.l&&n["!links"].push([t,e.l]),e.c&&n["!comments"].push([t,e.c]),ft("c",s,l)}var Kd=function(){var e=/<(?:\w+:)?c[ \/>]/,t=/<\/(?:\w+:)?row>/,n=/r=["']([^"']*)["']/,r=/<(?:\w+:)?is>([\S\s]*?)<\/(?:\w+:)?is>/,i=/ref=["']([^"']*)["']/,a=it("v"),o=it("f");return function(s,l,c,u,h,d){for(var f,p,m,g,v,A=0,y="",b=[],_=[],w=0,x=0,C=0,S="",k=0,M=0,E=0,T=0,B=Array.isArray(d.CellXf),D=[],L=[],O=Array.isArray(l),I=[],F={},N=!1,R=!!c.sheetStubs,H=s.split(t),U=0,z=H.length;U!=z;++U){y=H[U].trim();var Y=y.length;if(0!==Y){for(A=0;Ak-1&&(u.s.r=k-1),u.e.r":"")+y,null!=_&&2===_.length){for(w=0,S=_[1],x=0;x!=S.length;++x){if((C=S.charCodeAt(x)-64)<1||C>26)break;w=26*w+C}--w,M=w}else++M;for(x=0;x!=y.length;++x)if(62===y.charCodeAt(x))break;if(++x,p=Re(y.slice(0,x),!0),p.r||(p.r=wn({r:k-1,c:M})),S=y.slice(x),f={t:""},null!=(_=S.match(a))&&""!==_[1]&&(f.v=Ye(_[1])),c.cellFormula){if(null!=(_=S.match(o))&&""!==_[1]){if(f.f=Ye(Ze(_[1])).replace(/\r\n/g,"\n"),c.xlfn||(f.f=fu(f.f)),_[0].indexOf('t="array"')>-1)f.F=(S.match(i)||[])[1],f.F.indexOf(":")>-1&&D.push([Sn(f.F),f.F]);else if(_[0].indexOf('t="shared"')>-1){g=Re(_[0]);var j=Ye(Ze(_[1]));c.xlfn||(j=fu(j)),L[parseInt(g.si,10)]=[g,j,p.r]}}else(_=S.match(/]*\/>/))&&(g=Re(_[0]),L[g.si]&&(f.f=hu(L[g.si][1],L[g.si][2],p.r)));var Q=_n(p.r);for(x=0;x=D[x][0].s.r&&Q.r<=D[x][0].e.r&&Q.c>=D[x][0].s.c&&Q.c<=D[x][0].e.c&&(f.F=D[x][1])}if(null==p.t&&void 0===f.v)if(f.f||f.F)f.v=0,f.t="n";else{if(!R)continue;f.t="z"}else f.t=p.t||"n";switch(u.s.c>M&&(u.s.c=M),u.e.c0&&(l["!rows"]=I)}}();function Gd(e,t,n,r){var i,a,o=[],s=[],l=Sn(e["!ref"]),c="",u="",h=[],d=0,f=0,p=e["!rows"],m=Array.isArray(e),g={r:u},v=-1;for(f=l.s.c;f<=l.e.c;++f)h[f]=vn(f);for(d=l.s.r;d<=l.e.r;++d){for(s=[],u=fn(d),f=l.s.c;f<=l.e.c;++f){i=h[f]+u;var A=m?(e[d]||[])[f]:e[i];void 0!==A&&(null!=(c=Wd(A,i,e,t,n,r))&&s.push(c))}(s.length>0||p&&p[d])&&(g={r:u},p&&p[d]&&(a=p[d],a.hidden&&(g.hidden=1),v=-1,a.hpx?v=El(a.hpx):a.hpt&&(v=a.hpt),v>-1&&(g.ht=v,g.customHeight=1),a.level&&(g.outlineLevel=a.level)),o[o.length]=ft("row",s.join(""),g))}if(p)for(;d-1&&(g.ht=v,g.customHeight=1),a.level&&(g.outlineLevel=a.level),o[o.length]=ft("row","",g));return o.join("")}var Xd=ft("worksheet",null,{xmlns:gt.main[0],"xmlns:r":gt.r});function qd(e,t,n,r){var i=[Oe,Xd],a=n.SheetNames[e],o=0,s="",l=n.Sheets[a];null==l&&(l={});var c=l["!ref"]||"A1",u=Sn(c);if(u.e.c>16383||u.e.r>1048575){if(t.WTF)throw new Error("Range "+c+" exceeds format limit A1:XFD1048576");u.e.c=Math.min(u.e.c,16383),u.e.r=Math.min(u.e.c,1048575),c=Cn(u)}r||(r={}),l["!comments"]=[];var h=[];Od(l,n,e,t,i),i[i.length]=ft("dimension",null,{ref:c}),i[i.length]=Vd(l,t,e,n),t.sheetFormat&&(i[i.length]=ft("sheetFormatPr",null,{defaultRowHeight:t.sheetFormat.defaultRowHeight||"16",baseColWidth:t.sheetFormat.baseColWidth||"10",outlineLevelRow:t.sheetFormat.outlineLevelRow||"7"})),null!=l["!cols"]&&l["!cols"].length>0&&(i[i.length]=zd(l,l["!cols"])),i[o=i.length]="",l["!links"]=[],null!=l["!ref"]&&(s=Gd(l,t,e,n,r),s.length>0&&(i[i.length]=s)),i.length>o+1&&(i[i.length]="",i[o]=i[o].replace("/>",">")),null!=l["!protect"]&&(i[i.length]=Nd(l["!protect"])),null!=l["!autofilter"]&&(i[i.length]=$d(l["!autofilter"],l,n,e)),null!=l["!merges"]&&l["!merges"].length>0&&(i[i.length]=Dd(l["!merges"]));var d,f=-1,p=-1;return l["!links"].length>0&&(i[i.length]="",l["!links"].forEach((function(e){e[1].Target&&(d={ref:e[0]},"#"!=e[1].Target.charAt(0)&&(p=Gr(r,-1,Qe(e[1].Target).replace(/#.*$/,""),$r.HLINK),d["r:id"]="rId"+p),(f=e[1].Target.indexOf("#"))>-1&&(d.location=Qe(e[1].Target.slice(f+1))),e[1].Tooltip&&(d.tooltip=Qe(e[1].Tooltip)),i[i.length]=ft("hyperlink",null,d))})),i[i.length]=""),delete l["!links"],null!=l["!margins"]&&(i[i.length]=Hd(l["!margins"])),t&&!t.ignoreEC&&void 0!=t.ignoreEC||(i[i.length]=ht("ignoredErrors",ft("ignoredError",null,{numberStoredAsText:1,sqref:c}))),h.length>0&&(p=Gr(r,-1,"../drawings/drawing"+(e+1)+".xml",$r.DRAW),i[i.length]=ft("drawing",null,{"r:id":"rId"+p}),l["!drawing"]=h),l["!comments"].length>0&&(p=Gr(r,-1,"../drawings/vmlDrawing"+(e+1)+".vml",$r.VML),i[i.length]=ft("legacyDrawing",null,{"r:id":"rId"+p}),l["!legacy"]=p),i.length>1&&(i[i.length]="",i[1]=i[1].replace("/>",">")),i.join("")}function Jd(e,t){var n={},r=e.l+t;n.r=e.read_shift(4),e.l+=4;var i=e.read_shift(2);e.l+=1;var a=e.read_shift(1);return e.l=r,7&a&&(n.level=7&a),16&a&&(n.hidden=!0),32&a&&(n.hpt=i/20),n}function Zd(e,t,n){var r=tn(145),i=(n["!rows"]||[])[e]||{};r.write_shift(4,e),r.write_shift(4,0);var a=320;i.hpx?a=20*El(i.hpx):i.hpt&&(a=20*i.hpt),r.write_shift(2,a),r.write_shift(1,0);var o=0;i.level&&(o|=i.level),i.hidden&&(o|=16),(i.hpx||i.hpt)&&(o|=32),r.write_shift(1,o),r.write_shift(1,0);var s=0,l=r.l;r.l+=4;for(var c={r:e,c:0},u=0;u<16;++u)if(!(t.s.c>u+1<<10||t.e.cr.l?r.slice(0,r.l):r}function ef(e,t,n,r){var i=Zd(r,n,t);(i.length>17||(t["!rows"]||[])[r])&&an(e,"BrtRowHdr",i)}var tf=Zn,nf=er;function rf(){}function af(e,t){var n={};return e.l+=19,n.name=Yn(e,t-19),n}function of(e,t){null==t&&(t=tn(84+4*e.length));for(var n=0;n<3;++n)t.write_shift(1,0);return ir({auto:1},t),t.write_shift(-4,-1),t.write_shift(-4,-1),$n(e,t),t.slice(0,t.l)}function sf(e){var t=Un(e);return[t]}function lf(e,t,n){return null==n&&(n=tn(8)),zn(t,n)}function cf(e){var t=Un(e),n=e.read_shift(1);return[t,n,"b"]}function uf(e,t,n){return null==n&&(n=tn(9)),zn(t,n),n.write_shift(1,e.v?1:0),n}function hf(e){var t=Un(e),n=e.read_shift(1);return[t,n,"e"]}function df(e){var t=Un(e),n=e.read_shift(4);return[t,n,"s"]}function ff(e,t,n){return null==n&&(n=tn(12)),zn(t,n),n.write_shift(4,t.v),n}function pf(e){var t=Un(e),n=tr(e);return[t,n,"n"]}function mf(e,t,n){return null==n&&(n=tn(16)),zn(t,n),nr(e.v,n),n}function gf(e){var t=Un(e),n=Gn(e);return[t,n,"n"]}function vf(e,t,n){return null==n&&(n=tn(12)),zn(t,n),Xn(e.v,n),n}function Af(e){var t=Un(e),n=Ln(e);return[t,n,"str"]}function yf(e,t,n){return null==n&&(n=tn(12+4*e.v.length)),zn(t,n),On(e.v,n),n.length>n.l?n.slice(0,n.l):n}function bf(e,t,n){var r=e.l+t,i=Un(e);i.r=n["!row"];var a=e.read_shift(1),o=[i,a,"b"];if(n.cellFormula){e.l+=2;var s=ed(e,r-e.l,n);o[3]=$h(s,null,i,n.supbooks,n)}else e.l=r;return o}function _f(e,t,n){var r=e.l+t,i=Un(e);i.r=n["!row"];var a=e.read_shift(1),o=[i,a,"e"];if(n.cellFormula){e.l+=2;var s=ed(e,r-e.l,n);o[3]=$h(s,null,i,n.supbooks,n)}else e.l=r;return o}function wf(e,t,n){var r=e.l+t,i=Un(e);i.r=n["!row"];var a=tr(e),o=[i,a,"n"];if(n.cellFormula){e.l+=2;var s=ed(e,r-e.l,n);o[3]=$h(s,null,i,n.supbooks,n)}else e.l=r;return o}function xf(e,t,n){var r=e.l+t,i=Un(e);i.r=n["!row"];var a=Ln(e),o=[i,a,"str"];if(n.cellFormula){e.l+=2;var s=ed(e,r-e.l,n);o[3]=$h(s,null,i,n.supbooks,n)}else e.l=r;return o}var Cf=Zn,Sf=er;function kf(e,t){return null==t&&(t=tn(4)),t.write_shift(4,e),t}function Mf(e,t){var n=e.l+t,r=Zn(e,16),i=jn(e),a=Ln(e),o=Ln(e),s=Ln(e);e.l=n;var l={rfx:r,relId:i,loc:a,display:s};return o&&(l.Tooltip=o),l}function Ef(e,t){var n=tn(50+4*(e[1].Target.length+(e[1].Tooltip||"").length));er({s:_n(e[0]),e:_n(e[0])},n),Kn("rId"+t,n);var r=e[1].Target.indexOf("#"),i=-1==r?"":e[1].Target.slice(r+1);return On(i||"",n),On(e[1].Tooltip||"",n),On("",n),n.slice(0,n.l)}function Tf(){}function Bf(e,t,n){var r=e.l+t,i=qn(e,16),a=e.read_shift(1),o=[i];if(o[2]=a,n.cellFormula){var s=Zh(e,r-e.l,n);o[1]=s}else e.l=r;return o}function Df(e,t,n){var r=e.l+t,i=Zn(e,16),a=[i];if(n.cellFormula){var o=nd(e,r-e.l,n);a[1]=o,e.l=r}else e.l=r;return a}function Lf(e,t,n){null==n&&(n=tn(18));var r=md(e,t);n.write_shift(-4,e),n.write_shift(-4,e),n.write_shift(4,256*(r.width||10)),n.write_shift(4,0);var i=0;return t.hidden&&(i|=1),"number"==typeof r.width&&(i|=2),t.level&&(i|=t.level<<8),n.write_shift(2,i),n}var Of=["left","right","top","bottom","header","footer"];function If(e){var t={};return Of.forEach((function(n){t[n]=tr(e,8)})),t}function Ff(e,t){return null==t&&(t=tn(48)),gd(e),Of.forEach((function(n){nr(e[n],t)})),t}function Nf(e){var t=e.read_shift(2);return e.l+=28,{RTL:32&t}}function Pf(e,t,n){null==n&&(n=tn(30));var r=924;return(((t||{}).Views||[])[0]||{}).RTL&&(r|=32),n.write_shift(2,r),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(2,0),n.write_shift(2,100),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(4,0),n}function Rf(e){var t=tn(24);return t.write_shift(4,4),t.write_shift(4,1),er(e,t),t}function Hf(e,t){return null==t&&(t=tn(66)),t.write_shift(2,e.password?rl(e.password):0),t.write_shift(4,1),[["objects",!1],["scenarios",!1],["formatCells",!0],["formatColumns",!0],["formatRows",!0],["insertColumns",!0],["insertRows",!0],["insertHyperlinks",!0],["deleteColumns",!0],["deleteRows",!0],["selectLockedCells",!1],["sort",!0],["autoFilter",!0],["pivotTables",!0],["selectUnlockedCells",!1]].forEach((function(n){n[1]?t.write_shift(4,null==e[n[0]]||e[n[0]]?0:1):t.write_shift(4,null!=e[n[0]]&&e[n[0]]?0:1)})),t}function Uf(){}function zf(){}function Yf(e,t,n,r,i,a,o){if(!e)return e;var s=t||{};r||(r={"!id":{}}),null!=_&&null==s.dense&&(s.dense=_);var l,c,u,h,d,f,p,m,g,v,A=s.dense?[]:{},y={s:{r:2e6,c:2e6},e:{r:0,c:0}},b=[],w=!1,x=!1,C=[];s.biff=12,s["!row"]=0;var S=0,k=!1,M=[],E={},T=s.supbooks||i.supbooks||[[]];if(T.sharedf=E,T.arrayf=M,T.SheetNames=i.SheetNames||i.Sheets.map((function(e){return e.name})),!s.supbooks&&(s.supbooks=T,i.Names))for(var B=0;B=B[0].s.r&&c.r<=B[0].e.r&&f>=B[0].s.c&&f<=B[0].e.c&&(u.F=Cn(B[0]),k=!0)}!k&&e.length>3&&(u.f=e[3])}if(y.s.r>c.r&&(y.s.r=c.r),y.s.c>f&&(y.s.c=f),y.e.rc.r&&(y.s.r=c.r),y.s.c>f&&(y.s.c=f),y.e.r=e.s)D[e.e--]={width:e.w/256,hidden:!!(1&e.flags),level:e.level},O||(O=!0,Cl(e.w/256)),Sl(D[e.e+1]);break;case 161:A["!autofilter"]={ref:Cn(e)};break;case 476:A["!margins"]=e;break;case 147:i.Sheets[n]||(i.Sheets[n]={}),e.name&&(i.Sheets[n].CodeName=e.name);break;case 137:i.Views||(i.Views=[{}]),i.Views[0]||(i.Views[0]={}),e.RTL&&(i.Views[0].RTL=!0);break;case 485:break;case 64:case 1053:break;case 151:break;case 175:case 644:case 625:case 562:case 396:case 1112:case 1146:case 471:case 1050:case 649:case 1105:case 49:case 589:case 607:case 564:case 1055:case 168:case 174:case 1180:case 499:case 507:case 550:case 171:case 167:case 1177:case 169:case 1181:case 551:case 552:case 661:case 639:case 478:case 537:case 477:case 536:case 1103:case 680:case 1104:case 1024:case 152:case 663:case 535:case 678:case 504:case 1043:case 428:case 170:case 3072:case 50:case 2070:case 1045:break;case 35:w=!0;break;case 36:w=!1;break;case 37:b.push(t),w=!0;break;case 38:b.pop(),w=!1;break;default:if((t||"").indexOf("Begin")>0);else if((t||"").indexOf("End")>0);else if(!w||s.WTF)throw new Error("Unexpected record "+_+" "+t)}}),s),delete s.supbooks,delete s["!row"],!A["!ref"]&&(y.s.r<2e6||l&&(l.e.r>0||l.e.c>0||l.s.r>0||l.s.c>0))&&(A["!ref"]=Cn(l||y)),s.sheetRows&&A["!ref"]){var I=Sn(A["!ref"]);s.sheetRows<=+I.e.r&&(I.e.r=s.sheetRows-1,I.e.r>y.e.r&&(I.e.r=y.e.r),I.e.ry.e.c&&(I.e.c=y.e.c),I.e.c0&&(A["!merges"]=C),D.length>0&&(A["!cols"]=D),L.length>0&&(A["!rows"]=L),A}function $f(e,t,n,r,i,a){if(void 0!==t.v){var o="";switch(t.t){case"b":o=t.v?"1":"0";break;case"d":t=pe(t),t.z=t.z||P._table[14],t.v=ie(de(t.v)),t.t="n";break;case"n":case"e":o=""+t.v;break;default:o=t.v;break}var s={r:n,c:r};switch(s.s=vd(i.cellXfs,t,i),t.l&&a["!links"].push([wn(s),t.l]),t.c&&a["!comments"].push([wn(s),t.c]),t.t){case"s":case"str":return void(i.bookSST?(o=pd(i.Strings,t.v,i.revStrings),s.t="s",s.v=o,an(e,"BrtCellIsst",ff(t,s))):(s.t="str",an(e,"BrtCellSt",yf(t,s))));case"n":return void(t.v==(0|t.v)&&t.v>-1e3&&t.v<1e3?an(e,"BrtCellRk",vf(t,s)):an(e,"BrtCellReal",mf(t,s)));case"b":return s.t="b",void an(e,"BrtCellBool",uf(t,s));case"e":s.t="e";break}an(e,"BrtCellBlank",lf(t,s))}}function jf(e,t,n,r){var i,a=Sn(t["!ref"]||"A1"),o="",s=[];an(e,"BrtBeginSheetData");var l=Array.isArray(t),c=a.e.r;t["!rows"]&&(c=Math.max(a.e.r,t["!rows"].length-1));for(var u=a.s.r;u<=c;++u)if(o=fn(u),ef(e,t,a,u),u<=a.e.r)for(var h=a.s.c;h<=a.e.c;++h){u===a.s.r&&(s[h]=vn(h)),i=s[h]+o;var d=l?(t[u]||[])[h]:t[i];d&&$f(e,d,u,h,r,t)}an(e,"BrtEndSheetData")}function Qf(e,t){t&&t["!merges"]&&(an(e,"BrtBeginMergeCells",kf(t["!merges"].length)),t["!merges"].forEach((function(t){an(e,"BrtMergeCell",Sf(t))})),an(e,"BrtEndMergeCells"))}function Vf(e,t){t&&t["!cols"]&&(an(e,"BrtBeginColInfos"),t["!cols"].forEach((function(t,n){t&&an(e,"BrtColInfo",Lf(n,t))})),an(e,"BrtEndColInfos"))}function Wf(e,t){t&&t["!ref"]&&(an(e,"BrtBeginCellIgnoreECs"),an(e,"BrtCellIgnoreEC",Rf(Sn(t["!ref"]))),an(e,"BrtEndCellIgnoreECs"))}function Kf(e,t,n){t["!links"].forEach((function(t){if(t[1].Target){var r=Gr(n,-1,t[1].Target.replace(/#.*$/,""),$r.HLINK);an(e,"BrtHLink",Ef(t,r))}})),delete t["!links"]}function Gf(e,t,n,r){if(t["!comments"].length>0){var i=Gr(r,-1,"../drawings/vmlDrawing"+(n+1)+".vml",$r.VML);an(e,"BrtLegacyDrawing",Kn("rId"+i)),t["!legacy"]=i}}function Xf(e,t,n,r){if(t["!autofilter"]){var i=t["!autofilter"],a="string"===typeof i.ref?i.ref:Cn(i.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var o=n.Workbook.Names,s=xn(a);s.s.r==s.e.r&&(s.e.r=xn(t["!ref"]).e.r,a=Cn(s));for(var l=0;l16383||l.e.r>1048575){if(t.WTF)throw new Error("Range "+(o["!ref"]||"A1")+" exceeds format limit A1:XFD1048576");l.e.c=Math.min(l.e.c,16383),l.e.r=Math.min(l.e.c,1048575)}return o["!links"]=[],o["!comments"]=[],an(i,"BrtBeginSheet"),n.vbaraw&&an(i,"BrtWsProp",of(s)),an(i,"BrtWsDim",nf(l)),qf(i,o,n.Workbook),Jf(i,o),Vf(i,o,e,t,n),jf(i,o,e,t,n),Zf(i,o),Xf(i,o,n,e),Qf(i,o),Kf(i,o,r),o["!margins"]&&an(i,"BrtMargins",Ff(o["!margins"])),t&&!t.ignoreEC&&void 0!=t.ignoreEC||Wf(i,o),Gf(i,o,e,r),an(i,"BrtEndSheet"),i.end()}function tp(e){var t,n=[],r=e.match(/^/);(e.match(/(.*?)<\/c:pt>/gm)||[]).forEach((function(e){var t=e.match(/(.*)<\/c:v><\/c:pt>/);t&&(n[+t[1]]=r?+t[2]:t[2])}));var i=Ye((e.match(/([\s\S]*?)<\/c:formatCode>/)||["","General"])[1]);return(e.match(/(.*?)<\/c:f>/gm)||[]).forEach((function(e){t=e.replace(/<.*?>/g,"")})),[n,i,t]}function np(e,t,n,r,i,a){var o=a||{"!type":"chart"};if(!e)return a;var s=0,l=0,c="A",u={s:{r:2e6,c:2e6},e:{r:0,c:0}};return(e.match(/[\s\S]*?<\/c:numCache>/gm)||[]).forEach((function(e){var t=tp(e);u.s.r=u.s.c=0,u.e.c=s,c=vn(s),t[0].forEach((function(e,n){o[c+fn(n)]={t:"n",v:e,z:t[1]},l=n})),u.e.r0&&(o["!ref"]=Cn(u)),o}$r.CHART="http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",$r.CHARTEX="http://schemas.microsoft.com/office/2014/relationships/chartEx",$r.CS="http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet";ft("chartsheet",null,{xmlns:gt.main[0],"xmlns:r":gt.r});function rp(e,t,n,r,i){if(!e)return e;r||(r={"!id":{}});var a,o={"!type":"chart","!drawel":null,"!rel":""},s=e.match(Ed);return s&&Ld(s[0],o,i,n),(a=e.match(/drawing r:id="(.*?)"/))&&(o["!rel"]=a[1]),r["!id"][o["!rel"]]&&(o["!drawel"]=r["!id"][o["!rel"]]),o}function ip(e,t){e.l+=10;var n=Ln(e,t-10);return{name:n}}function ap(e,t,n,r,i){if(!e)return e;r||(r={"!id":{}});var a={"!type":"chart","!drawel":null,"!rel":""},o=[],s=!1;return nn(e,(function(e,r,l){switch(l){case 550:a["!rel"]=e;break;case 651:i.Sheets[n]||(i.Sheets[n]={}),e.name&&(i.Sheets[n].CodeName=e.name);break;case 562:case 652:case 669:case 679:case 551:case 552:case 476:case 3072:break;case 35:s=!0;break;case 36:s=!1;break;case 37:o.push(r);break;case 38:o.pop();break;default:if((r||"").indexOf("Begin")>0)o.push(r);else if((r||"").indexOf("End")>0)o.pop();else if(!s||t.WTF)throw new Error("Unexpected record "+l+" "+r)}}),t),r["!id"][a["!rel"]]&&(a["!drawel"]=r["!id"][a["!rel"]]),a}var op=[["allowRefreshQuery",!1,"bool"],["autoCompressPictures",!0,"bool"],["backupFile",!1,"bool"],["checkCompatibility",!1,"bool"],["CodeName",""],["date1904",!1,"bool"],["defaultThemeVersion",0,"int"],["filterPrivacy",!1,"bool"],["hidePivotFieldList",!1,"bool"],["promptedSolutions",!1,"bool"],["publishItems",!1,"bool"],["refreshAllConnections",!1,"bool"],["saveExternalLinkValues",!0,"bool"],["showBorderUnselectedTables",!0,"bool"],["showInkAnnotation",!0,"bool"],["showObjects","all"],["showPivotChartFilter",!1,"bool"],["updateLinks","userSet"]],sp=[["activeTab",0,"int"],["autoFilterDateGrouping",!0,"bool"],["firstSheet",0,"int"],["minimized",!1,"bool"],["showHorizontalScroll",!0,"bool"],["showSheetTabs",!0,"bool"],["showVerticalScroll",!0,"bool"],["tabRatio",600,"int"],["visibility","visible"]],lp=[],cp=[["calcCompleted","true"],["calcMode","auto"],["calcOnSave","true"],["concurrentCalc","true"],["fullCalcOnLoad","false"],["fullPrecision","true"],["iterate","false"],["iterateCount","100"],["iterateDelta","0.001"],["refMode","A1"]];function up(e,t){for(var n=0;n!=e.length;++n)for(var r=e[n],i=0;i!=t.length;++i){var a=t[i];if(null==r[a[0]])r[a[0]]=a[1];else switch(a[2]){case"bool":"string"==typeof r[a[0]]&&(r[a[0]]=Je(r[a[0]]));break;case"int":"string"==typeof r[a[0]]&&(r[a[0]]=parseInt(r[a[0]],10));break}}}function hp(e,t){for(var n=0;n!=t.length;++n){var r=t[n];if(null==e[r[0]])e[r[0]]=r[1];else switch(r[2]){case"bool":"string"==typeof e[r[0]]&&(e[r[0]]=Je(e[r[0]]));break;case"int":"string"==typeof e[r[0]]&&(e[r[0]]=parseInt(e[r[0]],10));break}}}function dp(e){hp(e.WBProps,op),hp(e.CalcPr,cp),up(e.WBView,sp),up(e.Sheets,lp),dd.date1904=Je(e.WBProps.date1904)}function fp(e){return e.Workbook&&e.Workbook.WBProps&&Je(e.Workbook.WBProps.date1904)?"true":"false"}var pp="][*?/\\".split("");function mp(e,t){if(e.length>31){if(t)return!1;throw new Error("Sheet names cannot exceed 31 chars")}var n=!0;return pp.forEach((function(r){if(-1!=e.indexOf(r)){if(!t)throw new Error("Sheet name cannot contain : \\ / ? * [ ]");n=!1}})),n}function gp(e,t,n){e.forEach((function(r,i){mp(r);for(var a=0;a22)throw new Error("Bad Code Name: Worksheet"+o)}}))}function vp(e){if(!e||!e.SheetNames||!e.Sheets)throw new Error("Invalid Workbook");if(!e.SheetNames.length)throw new Error("Workbook is empty");var t=e.Workbook&&e.Workbook.Sheets||[];gp(e.SheetNames,t,!!e.vbaraw);for(var n=0;n":break;case"":case"":break;case"":break;case"":op.forEach((function(e){if(null!=c[e[0]])switch(e[2]){case"bool":n.WBProps[e[0]]=Je(c[e[0]]);break;case"int":n.WBProps[e[0]]=parseInt(c[e[0]],10);break;default:n.WBProps[e[0]]=c[e[0]]}})),c.codeName&&(n.WBProps.CodeName=Ze(c.codeName));break;case"":break;case"":break;case"":case"":break;case"":delete c[0],n.WBView.push(c);break;case"":break;case"":case"":break;case"":break;case"":break;case"":case"":break;case"":break;case"":case"":r=!1;break;case"":a.Ref=Ye(Ze(e.slice(o,l))),n.Names.push(a);break;case"":break;case"":delete c[0],n.CalcPr=c;break;case"":break;case"":case"":case"":break;case"":case"":case"":break;case"":case"":break;case"":break;case"":break;case"":case"":break;case"":case"":case"":break;case"":r=!1;break;case"":r=!0;break;case"":r=!1;break;case"0,r={codeName:"ThisWorkbook"};e.Workbook&&e.Workbook.WBProps&&(op.forEach((function(t){null!=e.Workbook.WBProps[t[0]]&&e.Workbook.WBProps[t[0]]!=t[1]&&(r[t[0]]=e.Workbook.WBProps[t[0]])})),e.Workbook.WBProps.CodeName&&(r.codeName=e.Workbook.WBProps.CodeName,delete r.CodeName)),t[t.length]=ft("workbookPr",null,r);var i=e.Workbook&&e.Workbook.Sheets||[],a=0;if(i&&i[0]&&i[0].Hidden){for(t[t.length]="",a=0;a!=e.SheetNames.length;++a){if(!i[a])break;if(!i[a].Hidden)break}a==e.SheetNames.length&&(a=0),t[t.length]='',t[t.length]=""}for(t[t.length]="",a=0;a!=e.SheetNames.length;++a){var o={name:Qe(e.SheetNames[a].slice(0,31))};if(o.sheetId=""+(a+1),o["r:id"]="rId"+(a+1),i[a])switch(i[a].Hidden){case 1:o.state="hidden";break;case 2:o.state="veryHidden";break}t[t.length]=ft("sheet",null,o)}return t[t.length]="",n&&(t[t.length]="",e.Workbook&&e.Workbook.Names&&e.Workbook.Names.forEach((function(e){var n={name:e.Name};e.Comment&&(n.comment=e.Comment),null!=e.Sheet&&(n.localSheetId=""+e.Sheet),e.Hidden&&(n.hidden="1"),e.Ref&&(t[t.length]=ft("definedName",Qe(e.Ref),n))})),t[t.length]=""),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function wp(e,t){var n={};return n.Hidden=e.read_shift(4),n.iTabID=e.read_shift(4),n.strRelID=Wn(e,t-8),n.name=Ln(e),n}function xp(e,t){return t||(t=tn(127)),t.write_shift(4,e.Hidden),t.write_shift(4,e.iTabID),Kn(e.strRelID,t),On(e.name.slice(0,31),t),t.length>t.l?t.slice(0,t.l):t}function Cp(e,t){var n={},r=e.read_shift(4);n.defaultThemeVersion=e.read_shift(4);var i=t>8?Ln(e):"";return i.length>0&&(n.CodeName=i),n.autoCompressPictures=!!(65536&r),n.backupFile=!!(64&r),n.checkCompatibility=!!(4096&r),n.date1904=!!(1&r),n.filterPrivacy=!!(8&r),n.hidePivotFieldList=!!(1024&r),n.promptedSolutions=!!(16&r),n.publishItems=!!(2048&r),n.refreshAllConnections=!!(262144&r),n.saveExternalLinkValues=!!(128&r),n.showBorderUnselectedTables=!!(4&r),n.showInkAnnotation=!!(32&r),n.showObjects=["all","placeholders","none"][r>>13&3],n.showPivotChartFilter=!!(32768&r),n.updateLinks=["userSet","never","always"][r>>8&3],n}function Sp(e,t){t||(t=tn(72));var n=0;return e&&e.filterPrivacy&&(n|=8),t.write_shift(4,n),t.write_shift(4,0),$n(e&&e.CodeName||"ThisWorkbook",t),t.slice(0,t.l)}function kp(e,t){var n={};return e.read_shift(4),n.ArchID=e.read_shift(4),e.l+=t-8,n}function Mp(e,t,n){var r=e.l+t;e.l+=4,e.l+=1;var i=e.read_shift(4),a=Vn(e),o=td(e,0,n),s=jn(e);e.l=r;var l={Name:a,Ptg:o};return i<268435455&&(l.Sheet=i),s&&(l.Comment=s),l}function Ep(e,t){var n={AppVersion:{},WBProps:{},WBView:[],Sheets:[],CalcPr:{},xmlns:""},r=[],i=!1;t||(t={}),t.biff=12;var a=[],o=[[]];return o.SheetNames=[],o.XTI=[],nn(e,(function(e,s,l){switch(l){case 156:o.SheetNames.push(e.name),n.Sheets.push(e);break;case 153:n.WBProps=e;break;case 39:null!=e.Sheet&&(t.SID=e.Sheet),e.Ref=$h(e.Ptg,null,null,o,t),delete t.SID,delete e.Ptg,a.push(e);break;case 1036:break;case 357:case 358:case 355:case 667:o[0].length?o.push([l,e]):o[0]=[l,e],o[o.length-1].XTI=[];break;case 362:0===o.length&&(o[0]=[],o[0].XTI=[]),o[o.length-1].XTI=o[o.length-1].XTI.concat(e),o.XTI=o.XTI.concat(e);break;case 361:break;case 3072:case 3073:case 2071:case 534:case 677:case 158:case 157:case 610:case 2050:case 155:case 548:case 676:case 128:case 665:case 2128:case 2125:case 549:case 2053:case 596:case 2076:case 2075:case 2082:case 397:case 154:case 1117:case 553:case 2091:break;case 35:r.push(s),i=!0;break;case 36:r.pop(),i=!1;break;case 37:r.push(s),i=!0;break;case 38:r.pop(),i=!1;break;case 16:break;default:if((s||"").indexOf("Begin")>0);else if((s||"").indexOf("End")>0);else if(!i||t.WTF&&"BrtACBegin"!=r[r.length-1]&&"BrtFRTBegin"!=r[r.length-1])throw new Error("Unexpected record "+l+" "+s)}}),t),dp(n),n.Names=a,n.supbooks=o,n}function Tp(e,t){an(e,"BrtBeginBundleShs");for(var n=0;n!=t.SheetNames.length;++n){var r=t.Workbook&&t.Workbook.Sheets&&t.Workbook.Sheets[n]&&t.Workbook.Sheets[n].Hidden||0,i={Hidden:r,iTabID:n+1,strRelID:"rId"+(n+1),name:t.SheetNames[n]};an(e,"BrtBundleSh",xp(i))}an(e,"BrtEndBundleShs")}function Bp(e,n){n||(n=tn(127));for(var r=0;4!=r;++r)n.write_shift(4,0);return On("SheetJS",n),On(t.version,n),On(t.version,n),On("7262",n),n.length=n.l,n.length>n.l?n.slice(0,n.l):n}function Dp(e,t){t||(t=tn(29)),t.write_shift(-4,0),t.write_shift(-4,460),t.write_shift(4,28800),t.write_shift(4,17600),t.write_shift(4,500),t.write_shift(4,e),t.write_shift(4,e);var n=120;return t.write_shift(1,n),t.length>t.l?t.slice(0,t.l):t}function Lp(e,t){if(t.Workbook&&t.Workbook.Sheets){for(var n=t.Workbook.Sheets,r=0,i=-1,a=-1;ri||(an(e,"BrtBeginBookViews"),an(e,"BrtBookView",Dp(i)),an(e,"BrtEndBookViews"))}}function Op(e,t){var n=rn();return an(n,"BrtBeginBook"),an(n,"BrtFileVersion",Bp()),an(n,"BrtWbProp",Sp(e.Workbook&&e.Workbook.WBProps||null)),Lp(n,e,t),Tp(n,e,t),an(n,"BrtEndBook"),n.end()}function Ip(e,t,n){return".bin"===t.slice(-4)?Ep(e,n):yp(e,n)}function Fp(e,t,n,r,i,a,o,s){return".bin"===t.slice(-4)?Yf(e,r,n,i,a,o,s):Bd(e,r,n,i,a,o,s)}function Np(e,t,n,r,i,a,o,s){return".bin"===t.slice(-4)?ap(e,r,n,i,a,o,s):rp(e,r,n,i,a,o,s)}function Pp(e,t,n,r,i,a,o,s){return".bin"===t.slice(-4)?au(e,r,n,i,a,o,s):ou(e,r,n,i,a,o,s)}function Rp(e,t,n,r,i,a,o,s){return".bin"===t.slice(-4)?ru(e,r,n,i,a,o,s):iu(e,r,n,i,a,o,s)}function Hp(e,t,n,r){return".bin"===t.slice(-4)?ic(e,n,r):Ul(e,n,r)}function Up(e,t,n){return Sc(e,n)}function zp(e,t,n){return".bin"===t.slice(-4)?Ps(e,n):Os(e,n)}function Yp(e,t,n){return".bin"===t.slice(-4)?qc(e,n):jc(e,n)}function $p(e,t,n){return".bin"===t.slice(-4)?Pc(e,t,n):Fc(e,t,n)}function jp(e,t,n,r){return".bin"===n.slice(-4)?Hc(e,t,n,r):Rc(e,t,n,r)}function Qp(e,t,n){return(".bin"===t.slice(-4)?Op:_p)(e,n)}function Vp(e,t,n,r,i){return(".bin"===t.slice(-4)?ep:qd)(e,n,r,i)}function Wp(e,t,n){return(".bin"===t.slice(-4)?mc:Yl)(e,n)}function Kp(e,t,n){return(".bin"===t.slice(-4)?Us:Fs)(e,n)}function Gp(e,t,n){return(".bin"===t.slice(-4)?Jc:Vc)(e,n)}var Xp=/([\w:]+)=((?:")([^"]*)(?:")|(?:')([^']*)(?:'))/g,qp=/([\w:]+)=((?:")(?:[^"]*)(?:")|(?:')(?:[^']*)(?:'))/;function Jp(e,t){var n=e.split(/\s+/),r=[];if(t||(r[0]=n[0]),1===n.length)return r;var i,a,o,s,l=e.match(Xp);if(l)for(s=0;s!=l.length;++s)i=l[s].match(qp),-1===(a=i[1].indexOf(":"))?r[i[1]]=i[2].slice(1,i[2].length-1):(o="xmlns:"===i[1].slice(0,6)?"xmlns"+i[1].slice(6):i[1].slice(a+1),r[o]=i[2].slice(1,i[2].length-1));return r}function Zp(e){var t=e.split(/\s+/),n={};if(1===t.length)return n;var r,i,a,o,s=e.match(Xp);if(s)for(o=0;o!=s.length;++o)r=s[o].match(qp),-1===(i=r[1].indexOf(":"))?n[r[1]]=r[2].slice(1,r[2].length-1):(a="xmlns:"===r[1].slice(0,6)?"xmlns"+r[1].slice(6):r[1].slice(i+1),n[a]=r[2].slice(1,r[2].length-1));return n}function em(e,t){var n=H[e]||Ye(e);return"General"===n?P._general(t):P.format(n,t)}function tm(e,t,n,r){var i=r;switch((n[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":i=Je(r);break;case"i2":case"int":i=parseInt(r,10);break;case"r4":case"float":i=parseFloat(r);break;case"date":case"dateTime.tz":i=de(r);break;case"i8":case"string":case"fixed":case"uuid":case"bin.base64":break;default:throw new Error("bad custprop:"+n[0])}e[Ye(t)]=i}function nm(e,t,n){if("z"!==e.t){if(!n||!1!==n.cellText)try{"e"===e.t?e.w=e.w||Or[e.v]:"General"===t?"n"===e.t?(0|e.v)===e.v?e.w=P._general_int(e.v):e.w=P._general_num(e.v):e.w=P._general(e.v):e.w=em(t||"General",e.v)}catch(uv){if(n.WTF)throw uv}try{var r=H[t]||t||"General";if(n.cellNF&&(e.z=r),n.cellDates&&"n"==e.t&&P.is_date(r)){var i=P.parse_date_code(e.v);i&&(e.t="d",e.v=new Date(i.y,i.m-1,i.d,i.H,i.M,i.S,i.u))}}catch(uv){if(n.WTF)throw uv}}}function rm(e,t,n){if(n.cellStyles&&t.Interior){var r=t.Interior;r.Pattern&&(r.patternType=Bl[r.Pattern]||r.Pattern)}e[t.ID]=t}function im(e,t,n,r,i,a,o,s,l,c){var u="General",h=r.StyleID,d={};c=c||{};var f=[],p=0;void 0===h&&s&&(h=s.StyleID),void 0===h&&o&&(h=o.StyleID);while(void 0!==a[h]){if(a[h].nf&&(u=a[h].nf),a[h].Interior&&f.push(a[h].Interior),!a[h].Parent)break;h=a[h].Parent}switch(n.Type){case"Boolean":r.t="b",r.v=Je(e);break;case"String":r.t="s",r.r=Xe(Ye(e)),r.v=e.indexOf("<")>-1?Ye(t||e).replace(/<.*?>/g,""):r.r;break;case"DateTime":"Z"!=e.slice(-1)&&(e+="Z"),r.v=(de(e)-new Date(Date.UTC(1899,11,30)))/864e5,r.v!==r.v?r.v=Ye(e):r.v<60&&(r.v=r.v-1),u&&"General"!=u||(u="yyyy-mm-dd");case"Number":void 0===r.v&&(r.v=+e),r.t||(r.t="n");break;case"Error":r.t="e",r.v=Ir[e],!1!==c.cellText&&(r.w=e);break;default:""==e&&""==t?r.t="z":(r.t="s",r.v=Xe(t||e));break}if(nm(r,u,c),!1!==c.cellFormula)if(r.Formula){var m=Ye(r.Formula);61==m.charCodeAt(0)&&(m=m.slice(1)),r.f=su(m,i),delete r.Formula,"RC"==r.ArrayRange?r.F=su("RC:RC",i):r.ArrayRange&&(r.F=su(r.ArrayRange,i),l.push([Sn(r.F),r.F]))}else for(p=0;p=l[p][0].s.r&&i.r<=l[p][0].e.r&&i.c>=l[p][0].s.c&&i.c<=l[p][0].e.c&&(r.F=l[p][1]);c.cellStyles&&(f.forEach((function(e){!d.patternType&&e.patternType&&(d.patternType=e.patternType)})),r.s=d),void 0!==r.StyleID&&(r.ixfe=r.StyleID)}function am(e){e.t=e.v||"",e.t=e.t.replace(/\r\n/g,"\n").replace(/\r/g,"\n"),e.v=e.w=e.ixfe=void 0}function om(e){if(C&&i.isBuffer(e))return e.toString("utf8");if("string"===typeof e)return e;if("undefined"!==typeof Uint8Array&&e instanceof Uint8Array)return Ze(D(O(e)));throw new Error("Bad input format: expected Buffer or string")}var sm=/<(\/?)([^\s?>:\/]+)(?:[\s?:\/][^>]*)?>/gm;function lm(e,t){var n=t||{};R(P);var r=A(om(e));"binary"!=n.type&&"array"!=n.type&&"base64"!=n.type||(r="undefined"!==typeof cptable?cptable.utils.decode(65001,m(r)):Ze(r));var i,a=r.slice(0,1024).toLowerCase(),o=!1;if(-1==a.indexOf("=0&&(o=!0)})),o)return tg.to_workbook(r,n);var s,l=[];null!=_&&null==n.dense&&(n.dense=_);var c,u={},h=[],d=n.dense?[]:{},f="",p={},g={},v=Jp(''),y=0,b=0,w=0,x={s:{r:2e6,c:2e6},e:{r:0,c:0}},C={},S={},k="",M=0,E=[],T={},B={},D=0,L=[],O=[],I={},F=[],N=!1,U=[],z=[],Y={},$=0,j=0,Q={Sheets:[],WBProps:{date1904:!1}},V={};sm.lastIndex=0,r=r.replace(//gm,"");var W="";while(i=sm.exec(r))switch(i[3]=(W=i[3]).toLowerCase()){case"data":if("data"==W){if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&l.push([i[3],!0]);break}if(l[l.length-1][1])break;"/"===i[1]?im(r.slice(y,i.index),k,v,"comment"==l[l.length-1][0]?I:p,{c:b,r:w},C,F[b],g,U,n):(k="",v=Jp(i[0]),y=i.index+i[0].length);break;case"cell":if("/"===i[1])if(O.length>0&&(p.c=O),(!n.sheetRows||n.sheetRows>w)&&void 0!==p.v&&(n.dense?(d[w]||(d[w]=[]),d[w][b]=p):d[vn(b)+fn(w)]=p),p.HRef&&(p.l={Target:p.HRef},p.HRefScreenTip&&(p.l.Tooltip=p.HRefScreenTip),delete p.HRef,delete p.HRefScreenTip),(p.MergeAcross||p.MergeDown)&&($=b+(0|parseInt(p.MergeAcross,10)),j=w+(0|parseInt(p.MergeDown,10)),E.push({s:{c:b,r:w},e:{c:$,r:j}})),n.sheetStubs)if(p.MergeAcross||p.MergeDown){for(var K=b;K<=$;++K)for(var G=w;G<=j;++G)(K>b||G>w)&&(n.dense?(d[G]||(d[G]=[]),d[G][K]={t:"z"}):d[vn(K)+fn(G)]={t:"z"});b=$+1}else++b;else p.MergeAcross?b=$+1:++b;else p=Zp(i[0]),p.Index&&(b=+p.Index-1),bx.e.c&&(x.e.c=b),"/>"===i[0].slice(-2)&&++b,O=[];break;case"row":"/"===i[1]||"/>"===i[0].slice(-2)?(wx.e.r&&(x.e.r=w),"/>"===i[0].slice(-2)&&(g=Jp(i[0]),g.Index&&(w=+g.Index-1)),b=0,++w):(g=Jp(i[0]),g.Index&&(w=+g.Index-1),Y={},("0"==g.AutoFitHeight||g.Height)&&(Y.hpx=parseInt(g.Height,10),Y.hpt=El(Y.hpx),z[w]=Y),"1"==g.Hidden&&(Y.hidden=!0,z[w]=Y));break;case"worksheet":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"));h.push(f),x.s.r<=x.e.r&&x.s.c<=x.e.c&&(d["!ref"]=Cn(x),n.sheetRows&&n.sheetRows<=x.e.r&&(d["!fullref"]=d["!ref"],x.e.r=n.sheetRows-1,d["!ref"]=Cn(x))),E.length&&(d["!merges"]=E),F.length>0&&(d["!cols"]=F),z.length>0&&(d["!rows"]=z),u[f]=d}else x={s:{r:2e6,c:2e6},e:{r:0,c:0}},w=b=0,l.push([i[3],!1]),s=Jp(i[0]),f=Ye(s.Name),d=n.dense?[]:{},E=[],U=[],z=[],V={name:f,Hidden:0},Q.Sheets.push(V);break;case"table":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else{if("/>"==i[0].slice(-2))break;Jp(i[0]),l.push([i[3],!1]),F=[],N=!1}break;case"style":"/"===i[1]?rm(C,S,n):S=Jp(i[0]);break;case"numberformat":S.nf=Ye(Jp(i[0]).Format||"General"),H[S.nf]&&(S.nf=H[S.nf]);for(var X=0;392!=X;++X)if(P._table[X]==S.nf)break;if(392==X)for(X=57;392!=X;++X)if(null==P._table[X]){P.load(S.nf,X);break}break;case"column":if("table"!==l[l.length-1][0])break;if(c=Jp(i[0]),c.Hidden&&(c.hidden=!0,delete c.Hidden),c.Width&&(c.wpx=parseInt(c.Width,10)),!N&&c.wpx>10){N=!0,yl=gl;for(var q=0;q0&&(ee.Sheet=Q.Sheets.length-1),Q.Names.push(ee);break;case"namedcell":break;case"b":break;case"i":break;case"u":break;case"s":break;case"em":break;case"h2":break;case"h3":break;case"sub":break;case"sup":break;case"span":break;case"alignment":break;case"borders":break;case"border":break;case"font":if("/>"===i[0].slice(-2))break;"/"===i[1]?k+=r.slice(M,i.index):M=i.index+i[0].length;break;case"interior":if(!n.cellStyles)break;S.Interior=Jp(i[0]);break;case"protection":break;case"author":case"title":case"description":case"created":case"keywords":case"subject":case"category":case"company":case"lastauthor":case"lastsaved":case"lastprinted":case"version":case"revision":case"totaltime":case"hyperlinkbase":case"manager":case"contentstatus":case"identifier":case"language":case"appname":if("/>"===i[0].slice(-2))break;"/"===i[1]?_i(T,W,r.slice(D,i.index)):D=i.index+i[0].length;break;case"paragraphs":break;case"styles":case"workbook":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else l.push([i[3],!1]);break;case"comment":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"));am(I),O.push(I)}else l.push([i[3],!1]),s=Jp(i[0]),I={a:s.Author};break;case"autofilter":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else if("/"!==i[0].charAt(i[0].length-2)){var te=Jp(i[0]);d["!autofilter"]={ref:su(te.Range).replace(/\$/g,"")},l.push([i[3],!0])}break;case"name":break;case"datavalidation":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&l.push([i[3],!0]);break;case"pixelsperinch":break;case"componentoptions":case"documentproperties":case"customdocumentproperties":case"officedocumentsettings":case"pivottable":case"pivotcache":case"names":case"mapinfo":case"pagebreaks":case"querytable":case"sorting":case"schema":case"conditionalformatting":case"smarttagtype":case"smarttags":case"excelworkbook":case"workbookoptions":case"worksheetoptions":if("/"===i[1]){if((s=l.pop())[0]!==i[3])throw new Error("Bad state: "+s.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&l.push([i[3],!0]);break;default:if(0==l.length&&"document"==i[3])return cg(r,n);if(0==l.length&&"uof"==i[3])return cg(r,n);var ne=!0;switch(l[l.length-1][0]){case"officedocumentsettings":switch(i[3]){case"allowpng":break;case"removepersonalinformation":break;case"downloadcomponents":break;case"locationofcomponents":break;case"colors":break;case"color":break;case"index":break;case"rgb":break;case"targetscreensize":break;case"readonlyrecommended":break;default:ne=!1}break;case"componentoptions":switch(i[3]){case"toolbar":break;case"hideofficelogo":break;case"spreadsheetautofit":break;case"label":break;case"caption":break;case"maxheight":break;case"maxwidth":break;case"nextsheetnumber":break;default:ne=!1}break;case"excelworkbook":switch(i[3]){case"date1904":Q.WBProps.date1904=!0;break;case"windowheight":break;case"windowwidth":break;case"windowtopx":break;case"windowtopy":break;case"tabratio":break;case"protectstructure":break;case"protectwindow":break;case"protectwindows":break;case"activesheet":break;case"displayinknotes":break;case"firstvisiblesheet":break;case"supbook":break;case"sheetname":break;case"sheetindex":break;case"sheetindexfirst":break;case"sheetindexlast":break;case"dll":break;case"acceptlabelsinformulas":break;case"donotsavelinkvalues":break;case"iteration":break;case"maxiterations":break;case"maxchange":break;case"path":break;case"xct":break;case"count":break;case"selectedsheets":break;case"calculation":break;case"uncalced":break;case"startupprompt":break;case"crn":break;case"externname":break;case"formula":break;case"colfirst":break;case"collast":break;case"wantadvise":break;case"boolean":break;case"error":break;case"text":break;case"ole":break;case"noautorecover":break;case"publishobjects":break;case"donotcalculatebeforesave":break;case"number":break;case"refmoder1c1":break;case"embedsavesmarttags":break;default:ne=!1}break;case"workbookoptions":switch(i[3]){case"owcversion":break;case"height":break;case"width":break;default:ne=!1}break;case"worksheetoptions":switch(i[3]){case"visible":if("/>"===i[0].slice(-2));else if("/"===i[1])switch(r.slice(D,i.index)){case"SheetHidden":V.Hidden=1;break;case"SheetVeryHidden":V.Hidden=2;break}else D=i.index+i[0].length;break;case"header":d["!margins"]||gd(d["!margins"]={},"xlml"),d["!margins"].header=Re(i[0]).Margin;break;case"footer":d["!margins"]||gd(d["!margins"]={},"xlml"),d["!margins"].footer=Re(i[0]).Margin;break;case"pagemargins":var re=Re(i[0]);d["!margins"]||gd(d["!margins"]={},"xlml"),re.Top&&(d["!margins"].top=re.Top),re.Left&&(d["!margins"].left=re.Left),re.Right&&(d["!margins"].right=re.Right),re.Bottom&&(d["!margins"].bottom=re.Bottom);break;case"displayrighttoleft":Q.Views||(Q.Views=[]),Q.Views[0]||(Q.Views[0]={}),Q.Views[0].RTL=!0;break;case"freezepanes":break;case"frozennosplit":break;case"splithorizontal":case"splitvertical":break;case"donotdisplaygridlines":break;case"activerow":break;case"activecol":break;case"toprowbottompane":break;case"leftcolumnrightpane":break;case"unsynced":break;case"print":break;case"panes":break;case"scale":break;case"pane":break;case"number":break;case"layout":break;case"pagesetup":break;case"selected":break;case"protectobjects":break;case"enableselection":break;case"protectscenarios":break;case"validprinterinfo":break;case"horizontalresolution":break;case"verticalresolution":break;case"numberofcopies":break;case"activepane":break;case"toprowvisible":break;case"leftcolumnvisible":break;case"fittopage":break;case"rangeselection":break;case"papersizeindex":break;case"pagelayoutzoom":break;case"pagebreakzoom":break;case"filteron":break;case"fitwidth":break;case"fitheight":break;case"commentslayout":break;case"zoom":break;case"lefttoright":break;case"gridlines":break;case"allowsort":break;case"allowfilter":break;case"allowinsertrows":break;case"allowdeleterows":break;case"allowinsertcols":break;case"allowdeletecols":break;case"allowinserthyperlinks":break;case"allowformatcells":break;case"allowsizecols":break;case"allowsizerows":break;case"nosummaryrowsbelowdetail":break;case"tabcolorindex":break;case"donotdisplayheadings":break;case"showpagelayoutzoom":break;case"nosummarycolumnsrightdetail":break;case"blackandwhite":break;case"donotdisplayzeros":break;case"displaypagebreak":break;case"rowcolheadings":break;case"donotdisplayoutline":break;case"noorientation":break;case"allowusepivottables":break;case"zeroheight":break;case"viewablerange":break;case"selection":break;case"protectcontents":break;default:ne=!1}break;case"pivottable":case"pivotcache":switch(i[3]){case"immediateitemsondrop":break;case"showpagemultipleitemlabel":break;case"compactrowindent":break;case"location":break;case"pivotfield":break;case"orientation":break;case"layoutform":break;case"layoutsubtotallocation":break;case"layoutcompactrow":break;case"position":break;case"pivotitem":break;case"datatype":break;case"datafield":break;case"sourcename":break;case"parentfield":break;case"ptlineitems":break;case"ptlineitem":break;case"countofsameitems":break;case"item":break;case"itemtype":break;case"ptsource":break;case"cacheindex":break;case"consolidationreference":break;case"filename":break;case"reference":break;case"nocolumngrand":break;case"norowgrand":break;case"blanklineafteritems":break;case"hidden":break;case"subtotal":break;case"basefield":break;case"mapchilditems":break;case"function":break;case"refreshonfileopen":break;case"printsettitles":break;case"mergelabels":break;case"defaultversion":break;case"refreshname":break;case"refreshdate":break;case"refreshdatecopy":break;case"versionlastrefresh":break;case"versionlastupdate":break;case"versionupdateablemin":break;case"versionrefreshablemin":break;case"calculation":break;default:ne=!1}break;case"pagebreaks":switch(i[3]){case"colbreaks":break;case"colbreak":break;case"rowbreaks":break;case"rowbreak":break;case"colstart":break;case"colend":break;case"rowend":break;default:ne=!1}break;case"autofilter":switch(i[3]){case"autofiltercolumn":break;case"autofiltercondition":break;case"autofilterand":break;case"autofilteror":break;default:ne=!1}break;case"querytable":switch(i[3]){case"id":break;case"autoformatfont":break;case"autoformatpattern":break;case"querysource":break;case"querytype":break;case"enableredirections":break;case"refreshedinxl9":break;case"urlstring":break;case"htmltables":break;case"connection":break;case"commandtext":break;case"refreshinfo":break;case"notitles":break;case"nextid":break;case"columninfo":break;case"overwritecells":break;case"donotpromptforfile":break;case"textwizardsettings":break;case"source":break;case"number":break;case"decimal":break;case"thousandseparator":break;case"trailingminusnumbers":break;case"formatsettings":break;case"fieldtype":break;case"delimiters":break;case"tab":break;case"comma":break;case"autoformatname":break;case"versionlastedit":break;case"versionlastrefresh":break;default:ne=!1}break;case"datavalidation":switch(i[3]){case"range":break;case"type":break;case"min":break;case"max":break;case"sort":break;case"descending":break;case"order":break;case"casesensitive":break;case"value":break;case"errorstyle":break;case"errormessage":break;case"errortitle":break;case"inputmessage":break;case"inputtitle":break;case"combohide":break;case"inputhide":break;case"condition":break;case"qualifier":break;case"useblank":break;case"value1":break;case"value2":break;case"format":break;case"cellrangelist":break;default:ne=!1}break;case"sorting":case"conditionalformatting":switch(i[3]){case"range":break;case"type":break;case"min":break;case"max":break;case"sort":break;case"descending":break;case"order":break;case"casesensitive":break;case"value":break;case"errorstyle":break;case"errormessage":break;case"errortitle":break;case"cellrangelist":break;case"inputmessage":break;case"inputtitle":break;case"combohide":break;case"inputhide":break;case"condition":break;case"qualifier":break;case"useblank":break;case"value1":break;case"value2":break;case"format":break;default:ne=!1}break;case"mapinfo":case"schema":case"data":switch(i[3]){case"map":break;case"entry":break;case"range":break;case"xpath":break;case"field":break;case"xsdtype":break;case"filteron":break;case"aggregate":break;case"elementtype":break;case"attributetype":break;case"schema":case"element":case"complextype":case"datatype":case"all":case"attribute":case"extends":break;case"row":break;default:ne=!1}break;case"smarttags":break;default:ne=!1;break}if(ne)break;if(i[3].match(/!\[CDATA/))break;if(!l[l.length-1][1])throw"Unrecognized tag: "+i[3]+"|"+l.join("|");if("customdocumentproperties"===l[l.length-1][0]){if("/>"===i[0].slice(-2))break;"/"===i[1]?tm(B,W,L,r.slice(D,i.index)):(L=i,D=i.index+i[0].length);break}if(n.WTF)throw"Unrecognized tag: "+i[3]+"|"+l.join("|")}var ie={};return n.bookSheets||n.bookProps||(ie.Sheets=u),ie.SheetNames=h,ie.Workbook=Q,ie.SSF=P.get_table(),ie.Props=T,ie.Custprops=B,ie}function cm(e,t){switch(Sg(t=t||{}),t.type||"base64"){case"base64":return lm(x.decode(e),t);case"binary":case"buffer":case"file":return lm(e,t);case"array":return lm(D(e),t)}}function um(e,t){var n=[];return e.Props&&n.push(wi(e.Props,t)),e.Custprops&&n.push(xi(e.Props,e.Custprops,t)),n.join("")}function hm(){return""}function dm(e,t){var n=[''];return t.cellXfs.forEach((function(e,t){var r=[];r.push(ft("NumberFormat",null,{"ss:Format":Qe(P._table[e.numFmtId])}));var i={"ss:ID":"s"+(21+t)};n.push(ft("Style",r.join(""),i))})),ft("Styles",n.join(""))}function fm(e){return ft("NamedRange",null,{"ss:Name":e.Name,"ss:RefersTo":"="+cu(e.Ref,{r:0,c:0})})}function pm(e){if(!((e||{}).Workbook||{}).Names)return"";for(var t=e.Workbook.Names,n=[],r=0;r"),e["!margins"].header&&i.push(ft("Header",null,{"x:Margin":e["!margins"].header})),e["!margins"].footer&&i.push(ft("Footer",null,{"x:Margin":e["!margins"].footer})),i.push(ft("PageMargins",null,{"x:Bottom":e["!margins"].bottom||"0.75","x:Left":e["!margins"].left||"0.7","x:Right":e["!margins"].right||"0.7","x:Top":e["!margins"].top||"0.75"})),i.push("")),r&&r.Workbook&&r.Workbook.Sheets&&r.Workbook.Sheets[n])if(r.Workbook.Sheets[n].Hidden)i.push(ft("Visible",1==r.Workbook.Sheets[n].Hidden?"SheetHidden":"SheetVeryHidden",{}));else{for(var a=0;a")}return((((r||{}).Workbook||{}).Views||[])[0]||{}).RTL&&i.push(""),e["!protect"]&&(i.push(ht("ProtectContents","True")),e["!protect"].objects&&i.push(ht("ProtectObjects","True")),e["!protect"].scenarios&&i.push(ht("ProtectScenarios","True")),null==e["!protect"].selectLockedCells||e["!protect"].selectLockedCells?null==e["!protect"].selectUnlockedCells||e["!protect"].selectUnlockedCells||i.push(ht("EnableSelection","UnlockedCells")):i.push(ht("EnableSelection","NoSelection")),[["formatCells","AllowFormatCells"],["formatColumns","AllowSizeCols"],["formatRows","AllowSizeRows"],["insertColumns","AllowInsertCols"],["insertRows","AllowInsertRows"],["insertHyperlinks","AllowInsertHyperlinks"],["deleteColumns","AllowDeleteCols"],["deleteRows","AllowDeleteRows"],["sort","AllowSort"],["autoFilter","AllowFilter"],["pivotTables","AllowUsePivotTables"]].forEach((function(t){e["!protect"][t[0]]&&i.push("<"+t[1]+"/>")}))),0==i.length?"":ft("WorksheetOptions",i.join(""),{xmlns:vt.x})}function vm(e){return e.map((function(e){var t=qe(e.t||""),n=ft("ss:Data",t,{xmlns:"http://www.w3.org/TR/REC-html40"});return ft("Comment",n,{"ss:Author":e.a})})).join("")}function Am(e,t,n,r,i,a,o){if(!e||void 0==e.v&&void 0==e.f)return"";var s={};if(e.f&&(s["ss:Formula"]="="+Qe(cu(e.f,o))),e.F&&e.F.slice(0,t.length)==t){var l=_n(e.F.slice(t.length+1));s["ss:ArrayRange"]="RC:R"+(l.r==o.r?"":"["+(l.r-o.r)+"]")+"C"+(l.c==o.c?"":"["+(l.c-o.c)+"]")}if(e.l&&e.l.Target&&(s["ss:HRef"]=Qe(e.l.Target),e.l.Tooltip&&(s["x:HRefScreenTip"]=Qe(e.l.Tooltip))),n["!merges"])for(var c=n["!merges"],u=0;u!=c.length;++u)c[u].s.c==o.c&&c[u].s.r==o.r&&(c[u].e.c>c[u].s.c&&(s["ss:MergeAcross"]=c[u].e.c-c[u].s.c),c[u].e.r>c[u].s.r&&(s["ss:MergeDown"]=c[u].e.r-c[u].s.r));var h="",d="";switch(e.t){case"z":if(!r.sheetStubs)return"";break;case"n":h="Number",d=String(e.v);break;case"b":h="Boolean",d=e.v?"1":"0";break;case"e":h="Error",d=Or[e.v];break;case"d":h="DateTime",d=new Date(e.v).toISOString(),null==e.z&&(e.z=e.z||P._table[14]);break;case"s":h="String",d=Ge(e.v||"");break}var f=vd(r.cellXfs,e,r);s["ss:StyleID"]="s"+(21+f),s["ss:Index"]=o.c+1;var p=null!=e.v?d:"",m="z"==e.t?"":''+p+"";return(e.c||[]).length>0&&(m+=vm(e.c)),ft("Cell",m,s)}function ym(e,t){var n='"}function bm(e,t,n,r){if(!e["!ref"])return"";var i=Sn(e["!ref"]),a=e["!merges"]||[],o=0,s=[];e["!cols"]&&e["!cols"].forEach((function(e,t){Sl(e);var n=!!e.width,r=md(t,e),i={"ss:Index":t+1};n&&(i["ss:Width"]=bl(r.width)),e.hidden&&(i["ss:Hidden"]="1"),s.push(ft("Column",null,i))}));for(var l=Array.isArray(e),c=i.s.r;c<=i.e.r;++c){for(var u=[ym(c,(e["!rows"]||[])[c])],h=i.s.c;h<=i.e.c;++h){var d=!1;for(o=0;o!=a.length;++o)if(!(a[o].s.c>h)&&!(a[o].s.r>c)&&!(a[o].e.c"),u.length>2&&s.push(u.join(""))}return s.join("")}function _m(e,t,n){var r=[],i=n.SheetNames[e],a=n.Sheets[i],o=a?mm(a,t,e,n):"";return o.length>0&&r.push(""+o+""),o=a?bm(a,t,e,n):"",o.length>0&&r.push(""+o+"
      "),r.push(gm(a,t,e,n)),r.join("")}function wm(e,t){t||(t={}),e.SSF||(e.SSF=P.get_table()),e.SSF&&(R(P),P.load_table(e.SSF),t.revssf=te(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF,t.cellXfs=[],vd(t.cellXfs,{},{revssf:{General:0}}));var n=[];n.push(um(e,t)),n.push(hm(e,t)),n.push(""),n.push("");for(var r=0;r40?t:(n.l-=4,t.Reserved1=n.read_shift(0,"lpstr-ansi"),n.length-n.l<=4?t:(r=n.read_shift(4),1907505652!==r?t:(t.UnicodeClipboardFormat=cr(n),r=n.read_shift(4),0==r||r>40?t:(n.l-=4,void(t.Reserved2=n.read_shift(0,"lpwstr"))))))}function Cm(e,t,n,r){var i=n,a=[],o=t.slice(t.l,t.l+i);if(r&&r.enc&&r.enc.insitu)switch(e.n){case"BOF":case"FilePass":case"FileLock":case"InterfaceHdr":case"RRDInfo":case"RRDHead":case"UsrExcl":break;default:if(0===o.length)break;r.enc.insitu(o)}a.push(o),t.l+=i;var s=Fm[Yt(t,t.l)],l=0;while(null!=s&&"Continue"===s.n.slice(0,8))i=Yt(t,t.l+2),l=t.l+4,"ContinueFrt"==s.n?l+=4:"ContinueFrt"==s.n.slice(0,11)&&(l+=12),a.push(t.slice(l,t.l+4+i)),t.l+=4+i,s=Fm[Yt(t,t.l)];var c=I(a);Zt(c,0);var u=0;c.lens=[];for(var h=0;h1)&&(n.sheetRows&&e.r>=n.sheetRows&&(C=!1),C)){if(n.cellStyles&&t.XF&&t.XF.data&&B(e,t,n),delete t.ixfe,delete t.XF,i=e,b=wn(e),m&&m.s&&m.e||(m={s:{r:0,c:0},e:{r:0,c:0}}),e.rm.e.r&&(m.e.r=e.r+1),e.c+1>m.e.c&&(m.e.c=e.c+1),n.cellFormula&&t.f)for(var r=0;re.c||x[r][0].s.r>e.r)&&!(x[r][0].e.c>8)!==K)throw new Error("rt mismatch: "+q+"!="+K);12==X.r&&(e.l+=10,G-=10)}var Z={};Z="EOF"===X.n?X.f(e,G,L):Cm(X,e,G,L);var ee=X.n;if(0==Y&&"BOF"!=ee)continue;switch(ee){case"Date1904":n.opts.Date1904=M.WBProps.date1904=Z;break;case"WriteProtect":n.opts.WriteProtect=!0;break;case"FilePass":if(L.enc||(e.l=0),L.enc=Z,!t.password)throw new Error("File is password-protected");if(null==Z.valid)throw new Error("Encryption scheme unsupported");if(!Z.valid)throw new Error("Password is incorrect");break;case"WriteAccess":L.lastuser=Z;break;case"FileSharing":break;case"CodePage":var te=Number(Z);switch(te){case 21010:te=1200;break;case 32768:te=1e4;break;case 32769:te=1252;break}f(L.codepage=te),V=!0;break;case"RRTabId":L.rrtabid=Z;break;case"WinProtect":L.winlocked=Z;break;case"Template":break;case"BookBool":break;case"UsesELFs":break;case"MTRSettings":break;case"RefreshAll":case"CalcCount":case"CalcDelta":case"CalcIter":case"CalcMode":case"CalcPrecision":case"CalcSaveRecalc":n.opts[ee]=Z;break;case"CalcRefMode":L.CalcRefMode=Z;break;case"Uncalced":break;case"ForceFullCalculation":n.opts.FullCalc=Z;break;case"WsBool":Z.fDialog&&(d["!type"]="dialog");break;case"XF":S.push(Z);break;case"ExtSST":break;case"BookExt":break;case"RichTextStream":break;case"BkHim":break;case"SupBook":H.push([Z]),H[H.length-1].XTI=[];break;case"ExternName":H[H.length-1].push(Z);break;case"Index":break;case"Lbl":U={Name:Z.Name,Ref:$h(Z.rgce,m,null,H,L)},Z.itab>0&&(U.Sheet=Z.itab-1),H.names.push(U),H[0]||(H[0]=[],H[0].XTI=[]),H[H.length-1].push(Z),"_xlnm._FilterDatabase"==Z.Name&&Z.itab>0&&Z.rgce&&Z.rgce[0]&&Z.rgce[0][0]&&"PtgArea3d"==Z.rgce[0][0][0]&&(Q[Z.itab-1]={ref:Cn(Z.rgce[0][0][1][2])});break;case"ExternCount":L.ExternCount=Z;break;case"ExternSheet":0==H.length&&(H[0]=[],H[0].XTI=[]),H[H.length-1].XTI=H[H.length-1].XTI.concat(Z),H.XTI=H.XTI.concat(Z);break;case"NameCmt":if(L.biff<8)break;null!=U&&(U.Comment=Z[1]);break;case"Protect":d["!protect"]=Z;break;case"Password":0!==Z&&L.WTF&&console.error("Password verifier: "+Z);break;case"Prot4Rev":case"Prot4RevPass":break;case"BoundSheet8":p[Z.pos]=Z,L.snames.push(Z.name);break;case"EOF":if(--Y)break;if(m.e){if(m.e.r>0&&m.e.c>0){if(m.e.r--,m.e.c--,d["!ref"]=Cn(m),t.sheetRows&&t.sheetRows<=m.e.r){var ne=m.e.r;m.e.r=t.sheetRows-1,d["!fullref"]=d["!ref"],d["!ref"]=Cn(m),m.e.r=ne}m.e.r++,m.e.c++}O.length>0&&(d["!merges"]=O),I.length>0&&(d["!objects"]=I),F.length>0&&(d["!cols"]=F),N.length>0&&(d["!rows"]=N),M.Sheets.push(E)}""===A?y=d:r[A]=d,d=t.dense?[]:{};break;case"BOF":if(8===L.biff&&(L.biff={9:2,521:3,1033:4}[K]||{512:2,768:3,1024:4,1280:5,1536:8,2:2,7:2}[Z.BIFFVer]||8),8==L.biff&&0==Z.BIFFVer&&16==Z.dt&&(L.biff=2),Y++)break;if(C=!0,d=t.dense?[]:{},L.biff<8&&!V&&(V=!0,f(L.codepage=t.codepage||1252)),L.biff<5){""===A&&(A="Sheet1"),m={s:{r:0,c:0},e:{r:0,c:0}};var re={pos:e.l-G,name:A};p[re.pos]=re,L.snames.push(A)}else A=(p[W]||{name:""}).name;32==Z.dt&&(d["!type"]="chart"),64==Z.dt&&(d["!type"]="macro"),O=[],I=[],L.arrayf=x=[],F=[],N=[],0,R=!1,E={Hidden:(p[W]||{hs:0}).hs,name:A};break;case"Number":case"BIFF2NUM":case"BIFF2INT":"chart"==d["!type"]&&(t.dense?(d[Z.r]||[])[Z.c]:d[wn({c:Z.c,r:Z.r})])&&++Z.c,c={ixfe:Z.ixfe,XF:S[Z.ixfe]||{},v:Z.val,t:"n"},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t);break;case"BoolErr":c={ixfe:Z.ixfe,XF:S[Z.ixfe],v:Z.val,t:Z.t},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t);break;case"RK":c={ixfe:Z.ixfe,XF:S[Z.ixfe],v:Z.rknum,t:"n"},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t);break;case"MulRk":for(var ie=Z.c;ie<=Z.C;++ie){var ae=Z.rkrec[ie-Z.c][0];c={ixfe:ae,XF:S[ae],v:Z.rkrec[ie-Z.c][1],t:"n"},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:ie,r:Z.r},c,t)}break;case"Formula":if("String"==Z.val){g=Z;break}if(c=km(Z.val,Z.cell.ixfe,Z.tt),c.XF=S[c.ixfe],t.cellFormula){var oe=Z.formula;if(oe&&oe[0]&&oe[0][0]&&"PtgExp"==oe[0][0][0]){var se=oe[0][0][1][0],le=oe[0][0][1][1],ce=wn({r:se,c:le});w[ce]?c.f=""+$h(Z.formula,m,Z.cell,H,L):c.F=((t.dense?(d[se]||[])[le]:d[ce])||{}).F}else c.f=""+$h(Z.formula,m,Z.cell,H,L)}$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D(Z.cell,c,t),g=Z;break;case"String":if(!g)throw new Error("String record expects Formula");g.val=Z,c=km(Z,g.cell.ixfe,"s"),c.XF=S[c.ixfe],t.cellFormula&&(c.f=""+$h(g.formula,m,g.cell,H,L)),$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D(g.cell,c,t),g=null;break;case"Array":x.push(Z);var ue=wn(Z[0].s);if(a=t.dense?(d[Z[0].s.r]||[])[Z[0].s.c]:d[ue],t.cellFormula&&a){if(!g)break;if(!ue||!a)break;a.f=""+$h(Z[1],m,Z[0],H,L),a.F=Cn(Z[0])}break;case"ShrFmla":if(!C)break;if(!t.cellFormula)break;if(b){if(!g)break;w[wn(g.cell)]=Z[0],a=t.dense?(d[g.cell.r]||[])[g.cell.c]:d[wn(g.cell)],(a||{}).f=""+$h(Z[0],m,i,H,L)}break;case"LabelSst":c=km(v[Z.isst].t,Z.ixfe,"s"),v[Z.isst].h&&(c.h=v[Z.isst].h),c.XF=S[c.ixfe],$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t);break;case"Blank":t.sheetStubs&&(c={ixfe:Z.ixfe,XF:S[Z.ixfe],t:"z"},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t));break;case"MulBlank":if(t.sheetStubs)for(var he=Z.c;he<=Z.C;++he){var de=Z.ixfe[he-Z.c];c={ixfe:de,XF:S[de],t:"z"},$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:he,r:Z.r},c,t)}break;case"RString":case"Label":case"BIFF2STR":c=km(Z.val,Z.ixfe,"s"),c.XF=S[c.ixfe],$>0&&(c.z=j[c.ixfe>>8&31]),Sm(c,t,n.opts.Date1904),D({c:Z.c,r:Z.r},c,t);break;case"Dimensions":1===Y&&(m=Z);break;case"SST":v=Z;break;case"Format":if(4==L.biff){j[$++]=Z[1];for(var fe=0;fe<$+163;++fe)if(P._table[fe]==Z[1])break;fe>=163&&P.load(Z[1],$+163)}else P.load(Z[1],Z[0]);break;case"BIFF2FORMAT":j[$++]=Z;for(var pe=0;pe<$+163;++pe)if(P._table[pe]==Z)break;pe>=163&&P.load(Z,$+163);break;case"MergeCells":O=O.concat(Z);break;case"Obj":I[Z.cmo[0]]=L.lastobj=Z;break;case"TxO":L.lastobj.TxO=Z;break;case"ImData":L.lastobj.ImData=Z;break;case"HLink":for(l=Z[0].s.r;l<=Z[0].e.r;++l)for(s=Z[0].s.c;s<=Z[0].e.c;++s)a=t.dense?(d[l]||[])[s]:d[wn({c:s,r:l})],a&&(a.l=Z[1]);break;case"HLinkTooltip":for(l=Z[0].s.r;l<=Z[0].e.r;++l)for(s=Z[0].s.c;s<=Z[0].e.c;++s)a=t.dense?(d[l]||[])[s]:d[wn({c:s,r:l})],a&&a.l&&(a.l.Tooltip=Z[1]);break;case"Note":if(L.biff<=5&&L.biff>=2)break;a=t.dense?(d[Z[0].r]||[])[Z[0].c]:d[wn(Z[0])];var me=I[Z[2]];a||(t.dense?(d[Z[0].r]||(d[Z[0].r]=[]),a=d[Z[0].r][Z[0].c]={t:"z"}):a=d[wn(Z[0])]={t:"z"},m.e.r=Math.max(m.e.r,Z[0].r),m.s.r=Math.min(m.s.r,Z[0].r),m.e.c=Math.max(m.e.c,Z[0].c),m.s.c=Math.min(m.s.c,Z[0].c)),a.c||(a.c=[]),o={a:Z[1],t:me.TxO.t},a.c.push(o);break;default:switch(X.n){case"ClrtClient":break;case"XFExt":Ic(S[Z.ixfe],Z.ext);break;case"DefColWidth":Z;break;case"DefaultRowHeight":Z[1];break;case"ColInfo":if(!L.cellStyles)break;while(Z.e>=Z.s)F[Z.e--]={width:Z.w/256},R||(R=!0,Cl(Z.w/256)),Sl(F[Z.e+1]);break;case"Row":var ge={};null!=Z.level&&(N[Z.r]=ge,ge.level=Z.level),Z.hidden&&(N[Z.r]=ge,ge.hidden=!0),Z.hpt&&(N[Z.r]=ge,ge.hpt=Z.hpt,ge.hpx=Tl(Z.hpt));break;case"LeftMargin":case"RightMargin":case"TopMargin":case"BottomMargin":d["!margins"]||gd(d["!margins"]={}),d["!margins"][ee.slice(0,-6).toLowerCase()]=Z;break;case"Setup":d["!margins"]||gd(d["!margins"]={}),d["!margins"].header=Z.header,d["!margins"].footer=Z.footer;break;case"Window2":Z.RTL&&(M.Views[0].RTL=!0);break;case"Header":break;case"Footer":break;case"HCenter":break;case"VCenter":break;case"Pls":break;case"GCW":break;case"LHRecord":break;case"DBCell":break;case"EntExU2":break;case"SxView":break;case"Sxvd":break;case"SXVI":break;case"SXVDEx":break;case"SxIvd":break;case"SXString":break;case"Sync":break;case"Addin":break;case"SXDI":break;case"SXLI":break;case"SXEx":break;case"QsiSXTag":break;case"Selection":break;case"Feat":break;case"FeatHdr":case"FeatHdr11":break;case"Feature11":case"Feature12":case"List12":break;case"Country":u=Z;break;case"RecalcId":break;case"DxGCol":break;case"Fbi":case"Fbi2":case"GelFrame":break;case"Font":break;case"XFCRC":break;case"Style":break;case"StyleExt":break;case"Palette":k=Z;break;case"Theme":h=Z;break;case"ScenarioProtect":break;case"ObjProtect":break;case"CondFmt12":break;case"Table":break;case"TableStyles":break;case"TableStyle":break;case"TableStyleElement":break;case"SXStreamID":break;case"SXVS":break;case"DConRef":break;case"SXAddl":break;case"DConBin":break;case"DConName":break;case"SXPI":break;case"SxFormat":break;case"SxSelect":break;case"SxRule":break;case"SxFilt":break;case"SxItm":break;case"SxDXF":break;case"ScenMan":break;case"DCon":break;case"CellWatch":break;case"PrintRowCol":break;case"PrintGrid":break;case"PrintSize":break;case"XCT":break;case"CRN":break;case"Scl":break;case"SheetExt":break;case"SheetExtOptional":break;case"ObNoMacros":break;case"ObProj":break;case"CodeName":A?E.CodeName=Z||E.name:M.WBProps.CodeName=Z||"ThisWorkbook";break;case"GUIDTypeLib":break;case"WOpt":break;case"PhoneticInfo":break;case"OleObjectSize":break;case"DXF":case"DXFN":case"DXFN12":case"DXFN12List":case"DXFN12NoCB":break;case"Dv":case"DVal":break;case"BRAI":case"Series":case"SeriesText":break;case"DConn":break;case"DbOrParamQry":break;case"DBQueryExt":break;case"OleDbConn":break;case"ExtString":break;case"IFmtRecord":break;case"CondFmt":case"CF":case"CF12":case"CFEx":break;case"Excel9File":break;case"Units":break;case"InterfaceHdr":case"Mms":case"InterfaceEnd":case"DSF":break;case"BuiltInFnGroupCount":break;case"Window1":case"HideObj":case"GridSet":case"Guts":case"UserBView":case"UserSViewBegin":case"UserSViewEnd":break;case"Pane":break;default:switch(X.n){case"Dat":case"Begin":case"End":case"StartBlock":case"EndBlock":case"Frame":case"Area":case"Axis":case"AxisLine":case"Tick":break;case"AxesUsed":case"CrtLayout12":case"CrtLayout12A":case"CrtLink":case"CrtLine":case"CrtMlFrt":case"CrtMlFrtContinue":break;case"LineFormat":case"AreaFormat":case"Chart":case"Chart3d":case"Chart3DBarShape":case"ChartFormat":case"ChartFrtInfo":break;case"PlotArea":case"PlotGrowth":break;case"SeriesList":case"SerParent":case"SerAuxTrend":break;case"DataFormat":case"SerToCrt":case"FontX":break;case"CatSerRange":case"AxcExt":case"SerFmt":break;case"ShtProps":break;case"DefaultText":case"Text":case"CatLab":break;case"DataLabExtContents":break;case"Legend":case"LegendException":break;case"Pie":case"Scatter":break;case"PieFormat":case"MarkerFormat":break;case"StartObject":case"EndObject":break;case"AlRuns":case"ObjectLink":break;case"SIIndex":break;case"AttachedLabel":case"YMult":break;case"Line":case"Bar":break;case"Surf":break;case"AxisParent":break;case"Pos":break;case"ValueRange":break;case"SXViewEx9":break;case"SXViewLink":break;case"PivotChartBits":break;case"SBaseRef":break;case"TextPropsStream":break;case"LnExt":break;case"MkrExt":break;case"CrtCoopt":break;case"Qsi":case"Qsif":case"Qsir":case"QsiSXTag":break;case"TxtQry":break;case"FilterMode":break;case"AutoFilter":case"AutoFilterInfo":break;case"AutoFilter12":break;case"DropDownObjIds":break;case"Sort":break;case"SortData":break;case"ShapePropsStream":break;case"MsoDrawing":case"MsoDrawingGroup":case"MsoDrawingSelection":break;case"WebPub":case"AutoWebPub":break;case"HeaderFooter":case"HFPicture":case"PLV":case"HorizontalPageBreaks":case"VerticalPageBreaks":break;case"Backup":case"CompressPictures":case"Compat12":break;case"Continue":case"ContinueFrt12":break;case"FrtFontList":case"FrtWrapper":break;default:switch(X.n){case"TabIdConf":case"Radar":case"RadarArea":case"DropBar":case"Intl":case"CoordList":case"SerAuxErrBar":break;case"BIFF2FONTCLR":case"BIFF2FMTCNT":case"BIFF2FONTXTRA":break;case"BIFF2XF":case"BIFF3XF":case"BIFF4XF":break;case"BIFF4FMTCNT":case"BIFF2ROW":case"BIFF2WINDOW2":break;case"SCENARIO":case"DConBin":case"PicF":case"DataLabExt":case"Lel":case"BopPop":case"BopPopCustom":case"RealTimeData":case"Name":break;case"LHNGraph":case"FnGroupName":case"AddMenu":case"LPr":break;case"ListObj":case"ListField":break;case"RRSort":break;case"BigName":break;case"ToolbarHdr":case"ToolbarEnd":break;case"DDEObjName":break;case"FRTArchId$":break;default:if(t.WTF)throw"Unrecognized Record "+X.n}}}}}else e.l+=G}return n.SheetNames=J(p).sort((function(e,t){return Number(e)-Number(t)})).map((function(e){return p[e].name})),t.bookSheets||(n.Sheets=r),n.Sheets&&Q.forEach((function(e,t){n.Sheets[n.SheetNames[t]]["!autofilter"]=e})),n.Preamble=y,n.Strings=v,n.SSF=P.get_table(),L.enc&&(n.Encryption=L.enc),h&&(n.Themes=h),n.Metadata={},void 0!==u&&(n.Metadata.Country=u),H.names.length>0&&(M.Names=H.names),n.Workbook=M,n}var Em={SI:"e0859ff2f94f6810ab9108002b27b3d9",DSI:"02d5cdd59c2e1b10939708002b2cf9ae",UDI:"05d5cdd59c2e1b10939708002b2cf9ae"};function Tm(e,t,n){var r=K.find(e,"!DocumentSummaryInformation");if(r&&r.size>0)try{var i=Qi(r,xr,Em.DSI);for(var a in i)t[a]=i[a]}catch(uv){if(n.WTF)throw uv}var o=K.find(e,"!SummaryInformation");if(o&&o.size>0)try{var s=Qi(o,Cr,Em.SI);for(var l in s)null==t[l]&&(t[l]=s[l])}catch(uv){if(n.WTF)throw uv}t.HeadingPairs&&t.TitlesOfParts&&(hi(t.HeadingPairs,t.TitlesOfParts,t,n),delete t.HeadingPairs,delete t.TitlesOfParts)}function Bm(e,t){var n,r=[],i=[],a=[],o=0;if(e.Props)for(n=J(e.Props),o=0;o-1||null!=a[o][1]&&s.push(a[o]);i.length&&K.utils.cfb_add(t,"/SummaryInformation",Vi(i,Em.SI,Mr,Cr)),(r.length||s.length)&&K.utils.cfb_add(t,"/DocumentSummaryInformation",Vi(r,Em.DSI,kr,xr,s.length?s:null,Em.UDI))}function Dm(e,t){var n,r,i,a;if(t||(t={}),Sg(t),p(),t.codepage&&h(t.codepage),e.FullPaths){if(K.find(e,"/encryption"))throw new Error("File is password-protected");n=K.find(e,"!CompObj"),r=K.find(e,"/Workbook")||K.find(e,"/Book")}else{switch(t.type){case"base64":e=T(x.decode(e));break;case"binary":e=T(e);break;case"buffer":break;case"array":Array.isArray(e)||(e=Array.prototype.slice.call(e));break}Zt(e,0),r={content:e}}if(n&&xm(n),t.bookProps&&!t.bookSheets)i={};else{var o=C?"buffer":"array";if(r&&r.content)i=Mm(r.content,t);else if((a=K.find(e,"PerfectOffice_MAIN"))&&a.content)i=ws.to_workbook(a.content,(t.type=o,t));else{if(!(a=K.find(e,"NativeContent_MAIN"))||!a.content)throw new Error("Cannot find Workbook stream");i=ws.to_workbook(a.content,(t.type=o,t))}t.bookVBA&&e.FullPaths&&K.find(e,"/_VBA_PROJECT_CUR/VBA/dir")&&(i.vbaraw=eu(e))}var s={};return e.FullPaths&&Tm(e,s,t),i.Props=i.Custprops=s,t.bookFiles&&(i.cfb=e),i}function Lm(e,t){var n=t||{},r=K.utils.cfb_new({root:"R"}),i="/Workbook";switch(n.bookType||"xls"){case"xls":n.bookType="biff8";case"xla":n.bookType||(n.bookType="xla");case"biff8":i="/Workbook",n.biff=8;break;case"biff5":i="/Book",n.biff=5;break;default:throw new Error("invalid type "+n.bookType+" for XLS CFB")}return K.utils.cfb_add(r,i,eg(e,n)),8==n.biff&&(e.Props||e.Custprops)&&Bm(e,r),8==n.biff&&e.vbaraw&&tu(r,K.read(e.vbaraw,{type:"string"==typeof e.vbaraw?"binary":"buffer"})),r}var Om={0:{n:"BrtRowHdr",f:Jd},1:{n:"BrtCellBlank",f:sf},2:{n:"BrtCellRk",f:gf},3:{n:"BrtCellError",f:hf},4:{n:"BrtCellBool",f:cf},5:{n:"BrtCellReal",f:pf},6:{n:"BrtCellSt",f:Af},7:{n:"BrtCellIsst",f:df},8:{n:"BrtFmlaString",f:xf},9:{n:"BrtFmlaNum",f:wf},10:{n:"BrtFmlaBool",f:bf},11:{n:"BrtFmlaError",f:_f},16:{n:"BrtFRTArchID$",f:kp},19:{n:"BrtSSTItem",f:Nn},20:{n:"BrtPCDIMissing"},21:{n:"BrtPCDINumber"},22:{n:"BrtPCDIBoolean"},23:{n:"BrtPCDIError"},24:{n:"BrtPCDIString"},25:{n:"BrtPCDIDatetime"},26:{n:"BrtPCDIIndex"},27:{n:"BrtPCDIAMissing"},28:{n:"BrtPCDIANumber"},29:{n:"BrtPCDIABoolean"},30:{n:"BrtPCDIAError"},31:{n:"BrtPCDIAString"},32:{n:"BrtPCDIADatetime"},33:{n:"BrtPCRRecord"},34:{n:"BrtPCRRecordDt"},35:{n:"BrtFRTBegin"},36:{n:"BrtFRTEnd"},37:{n:"BrtACBegin"},38:{n:"BrtACEnd"},39:{n:"BrtName",f:Mp},40:{n:"BrtIndexRowBlock"},42:{n:"BrtIndexBlock"},43:{n:"BrtFont",f:Ql},44:{n:"BrtFmt",f:$l},45:{n:"BrtFill",f:Gl},46:{n:"BrtBorder",f:ec},47:{n:"BrtXF",f:ql},48:{n:"BrtStyle"},49:{n:"BrtCellMeta"},50:{n:"BrtValueMeta"},51:{n:"BrtMdb"},52:{n:"BrtBeginFmd"},53:{n:"BrtEndFmd"},54:{n:"BrtBeginMdx"},55:{n:"BrtEndMdx"},56:{n:"BrtBeginMdxTuple"},57:{n:"BrtEndMdxTuple"},58:{n:"BrtMdxMbrIstr"},59:{n:"BrtStr"},60:{n:"BrtColInfo",f:es},62:{n:"BrtCellRString"},63:{n:"BrtCalcChainItem$",f:Nc},64:{n:"BrtDVal",f:Uf},65:{n:"BrtSxvcellNum"},66:{n:"BrtSxvcellStr"},67:{n:"BrtSxvcellBool"},68:{n:"BrtSxvcellErr"},69:{n:"BrtSxvcellDate"},70:{n:"BrtSxvcellNil"},128:{n:"BrtFileVersion"},129:{n:"BrtBeginSheet"},130:{n:"BrtEndSheet"},131:{n:"BrtBeginBook",f:en,p:0},132:{n:"BrtEndBook"},133:{n:"BrtBeginWsViews"},134:{n:"BrtEndWsViews"},135:{n:"BrtBeginBookViews"},136:{n:"BrtEndBookViews"},137:{n:"BrtBeginWsView",f:Nf},138:{n:"BrtEndWsView"},139:{n:"BrtBeginCsViews"},140:{n:"BrtEndCsViews"},141:{n:"BrtBeginCsView"},142:{n:"BrtEndCsView"},143:{n:"BrtBeginBundleShs"},144:{n:"BrtEndBundleShs"},145:{n:"BrtBeginSheetData"},146:{n:"BrtEndSheetData"},147:{n:"BrtWsProp",f:af},148:{n:"BrtWsDim",f:tf,p:16},151:{n:"BrtPane",f:Tf},152:{n:"BrtSel"},153:{n:"BrtWbProp",f:Cp},154:{n:"BrtWbFactoid"},155:{n:"BrtFileRecover"},156:{n:"BrtBundleSh",f:wp},157:{n:"BrtCalcProp"},158:{n:"BrtBookView"},159:{n:"BrtBeginSst",f:Ns},160:{n:"BrtEndSst"},161:{n:"BrtBeginAFilter",f:Zn},162:{n:"BrtEndAFilter"},163:{n:"BrtBeginFilterColumn"},164:{n:"BrtEndFilterColumn"},165:{n:"BrtBeginFilters"},166:{n:"BrtEndFilters"},167:{n:"BrtFilter"},168:{n:"BrtColorFilter"},169:{n:"BrtIconFilter"},170:{n:"BrtTop10Filter"},171:{n:"BrtDynamicFilter"},172:{n:"BrtBeginCustomFilters"},173:{n:"BrtEndCustomFilters"},174:{n:"BrtCustomFilter"},175:{n:"BrtAFilterDateGroupItem"},176:{n:"BrtMergeCell",f:Cf},177:{n:"BrtBeginMergeCells"},178:{n:"BrtEndMergeCells"},179:{n:"BrtBeginPivotCacheDef"},180:{n:"BrtEndPivotCacheDef"},181:{n:"BrtBeginPCDFields"},182:{n:"BrtEndPCDFields"},183:{n:"BrtBeginPCDField"},184:{n:"BrtEndPCDField"},185:{n:"BrtBeginPCDSource"},186:{n:"BrtEndPCDSource"},187:{n:"BrtBeginPCDSRange"},188:{n:"BrtEndPCDSRange"},189:{n:"BrtBeginPCDFAtbl"},190:{n:"BrtEndPCDFAtbl"},191:{n:"BrtBeginPCDIRun"},192:{n:"BrtEndPCDIRun"},193:{n:"BrtBeginPivotCacheRecords"},194:{n:"BrtEndPivotCacheRecords"},195:{n:"BrtBeginPCDHierarchies"},196:{n:"BrtEndPCDHierarchies"},197:{n:"BrtBeginPCDHierarchy"},198:{n:"BrtEndPCDHierarchy"},199:{n:"BrtBeginPCDHFieldsUsage"},200:{n:"BrtEndPCDHFieldsUsage"},201:{n:"BrtBeginExtConnection"},202:{n:"BrtEndExtConnection"},203:{n:"BrtBeginECDbProps"},204:{n:"BrtEndECDbProps"},205:{n:"BrtBeginECOlapProps"},206:{n:"BrtEndECOlapProps"},207:{n:"BrtBeginPCDSConsol"},208:{n:"BrtEndPCDSConsol"},209:{n:"BrtBeginPCDSCPages"},210:{n:"BrtEndPCDSCPages"},211:{n:"BrtBeginPCDSCPage"},212:{n:"BrtEndPCDSCPage"},213:{n:"BrtBeginPCDSCPItem"},214:{n:"BrtEndPCDSCPItem"},215:{n:"BrtBeginPCDSCSets"},216:{n:"BrtEndPCDSCSets"},217:{n:"BrtBeginPCDSCSet"},218:{n:"BrtEndPCDSCSet"},219:{n:"BrtBeginPCDFGroup"},220:{n:"BrtEndPCDFGroup"},221:{n:"BrtBeginPCDFGItems"},222:{n:"BrtEndPCDFGItems"},223:{n:"BrtBeginPCDFGRange"},224:{n:"BrtEndPCDFGRange"},225:{n:"BrtBeginPCDFGDiscrete"},226:{n:"BrtEndPCDFGDiscrete"},227:{n:"BrtBeginPCDSDTupleCache"},228:{n:"BrtEndPCDSDTupleCache"},229:{n:"BrtBeginPCDSDTCEntries"},230:{n:"BrtEndPCDSDTCEntries"},231:{n:"BrtBeginPCDSDTCEMembers"},232:{n:"BrtEndPCDSDTCEMembers"},233:{n:"BrtBeginPCDSDTCEMember"},234:{n:"BrtEndPCDSDTCEMember"},235:{n:"BrtBeginPCDSDTCQueries"},236:{n:"BrtEndPCDSDTCQueries"},237:{n:"BrtBeginPCDSDTCQuery"},238:{n:"BrtEndPCDSDTCQuery"},239:{n:"BrtBeginPCDSDTCSets"},240:{n:"BrtEndPCDSDTCSets"},241:{n:"BrtBeginPCDSDTCSet"},242:{n:"BrtEndPCDSDTCSet"},243:{n:"BrtBeginPCDCalcItems"},244:{n:"BrtEndPCDCalcItems"},245:{n:"BrtBeginPCDCalcItem"},246:{n:"BrtEndPCDCalcItem"},247:{n:"BrtBeginPRule"},248:{n:"BrtEndPRule"},249:{n:"BrtBeginPRFilters"},250:{n:"BrtEndPRFilters"},251:{n:"BrtBeginPRFilter"},252:{n:"BrtEndPRFilter"},253:{n:"BrtBeginPNames"},254:{n:"BrtEndPNames"},255:{n:"BrtBeginPName"},256:{n:"BrtEndPName"},257:{n:"BrtBeginPNPairs"},258:{n:"BrtEndPNPairs"},259:{n:"BrtBeginPNPair"},260:{n:"BrtEndPNPair"},261:{n:"BrtBeginECWebProps"},262:{n:"BrtEndECWebProps"},263:{n:"BrtBeginEcWpTables"},264:{n:"BrtEndECWPTables"},265:{n:"BrtBeginECParams"},266:{n:"BrtEndECParams"},267:{n:"BrtBeginECParam"},268:{n:"BrtEndECParam"},269:{n:"BrtBeginPCDKPIs"},270:{n:"BrtEndPCDKPIs"},271:{n:"BrtBeginPCDKPI"},272:{n:"BrtEndPCDKPI"},273:{n:"BrtBeginDims"},274:{n:"BrtEndDims"},275:{n:"BrtBeginDim"},276:{n:"BrtEndDim"},277:{n:"BrtIndexPartEnd"},278:{n:"BrtBeginStyleSheet"},279:{n:"BrtEndStyleSheet"},280:{n:"BrtBeginSXView"},281:{n:"BrtEndSXVI"},282:{n:"BrtBeginSXVI"},283:{n:"BrtBeginSXVIs"},284:{n:"BrtEndSXVIs"},285:{n:"BrtBeginSXVD"},286:{n:"BrtEndSXVD"},287:{n:"BrtBeginSXVDs"},288:{n:"BrtEndSXVDs"},289:{n:"BrtBeginSXPI"},290:{n:"BrtEndSXPI"},291:{n:"BrtBeginSXPIs"},292:{n:"BrtEndSXPIs"},293:{n:"BrtBeginSXDI"},294:{n:"BrtEndSXDI"},295:{n:"BrtBeginSXDIs"},296:{n:"BrtEndSXDIs"},297:{n:"BrtBeginSXLI"},298:{n:"BrtEndSXLI"},299:{n:"BrtBeginSXLIRws"},300:{n:"BrtEndSXLIRws"},301:{n:"BrtBeginSXLICols"},302:{n:"BrtEndSXLICols"},303:{n:"BrtBeginSXFormat"},304:{n:"BrtEndSXFormat"},305:{n:"BrtBeginSXFormats"},306:{n:"BrtEndSxFormats"},307:{n:"BrtBeginSxSelect"},308:{n:"BrtEndSxSelect"},309:{n:"BrtBeginISXVDRws"},310:{n:"BrtEndISXVDRws"},311:{n:"BrtBeginISXVDCols"},312:{n:"BrtEndISXVDCols"},313:{n:"BrtEndSXLocation"},314:{n:"BrtBeginSXLocation"},315:{n:"BrtEndSXView"},316:{n:"BrtBeginSXTHs"},317:{n:"BrtEndSXTHs"},318:{n:"BrtBeginSXTH"},319:{n:"BrtEndSXTH"},320:{n:"BrtBeginISXTHRws"},321:{n:"BrtEndISXTHRws"},322:{n:"BrtBeginISXTHCols"},323:{n:"BrtEndISXTHCols"},324:{n:"BrtBeginSXTDMPS"},325:{n:"BrtEndSXTDMPs"},326:{n:"BrtBeginSXTDMP"},327:{n:"BrtEndSXTDMP"},328:{n:"BrtBeginSXTHItems"},329:{n:"BrtEndSXTHItems"},330:{n:"BrtBeginSXTHItem"},331:{n:"BrtEndSXTHItem"},332:{n:"BrtBeginMetadata"},333:{n:"BrtEndMetadata"},334:{n:"BrtBeginEsmdtinfo"},335:{n:"BrtMdtinfo"},336:{n:"BrtEndEsmdtinfo"},337:{n:"BrtBeginEsmdb"},338:{n:"BrtEndEsmdb"},339:{n:"BrtBeginEsfmd"},340:{n:"BrtEndEsfmd"},341:{n:"BrtBeginSingleCells"},342:{n:"BrtEndSingleCells"},343:{n:"BrtBeginList"},344:{n:"BrtEndList"},345:{n:"BrtBeginListCols"},346:{n:"BrtEndListCols"},347:{n:"BrtBeginListCol"},348:{n:"BrtEndListCol"},349:{n:"BrtBeginListXmlCPr"},350:{n:"BrtEndListXmlCPr"},351:{n:"BrtListCCFmla"},352:{n:"BrtListTrFmla"},353:{n:"BrtBeginExternals"},354:{n:"BrtEndExternals"},355:{n:"BrtSupBookSrc",f:Wn},357:{n:"BrtSupSelf"},358:{n:"BrtSupSame"},359:{n:"BrtSupTabs"},360:{n:"BrtBeginSupBook"},361:{n:"BrtPlaceholderName"},362:{n:"BrtExternSheet",f:Do},363:{n:"BrtExternTableStart"},364:{n:"BrtExternTableEnd"},366:{n:"BrtExternRowHdr"},367:{n:"BrtExternCellBlank"},368:{n:"BrtExternCellReal"},369:{n:"BrtExternCellBool"},370:{n:"BrtExternCellError"},371:{n:"BrtExternCellString"},372:{n:"BrtBeginEsmdx"},373:{n:"BrtEndEsmdx"},374:{n:"BrtBeginMdxSet"},375:{n:"BrtEndMdxSet"},376:{n:"BrtBeginMdxMbrProp"},377:{n:"BrtEndMdxMbrProp"},378:{n:"BrtBeginMdxKPI"},379:{n:"BrtEndMdxKPI"},380:{n:"BrtBeginEsstr"},381:{n:"BrtEndEsstr"},382:{n:"BrtBeginPRFItem"},383:{n:"BrtEndPRFItem"},384:{n:"BrtBeginPivotCacheIDs"},385:{n:"BrtEndPivotCacheIDs"},386:{n:"BrtBeginPivotCacheID"},387:{n:"BrtEndPivotCacheID"},388:{n:"BrtBeginISXVIs"},389:{n:"BrtEndISXVIs"},390:{n:"BrtBeginColInfos"},391:{n:"BrtEndColInfos"},392:{n:"BrtBeginRwBrk"},393:{n:"BrtEndRwBrk"},394:{n:"BrtBeginColBrk"},395:{n:"BrtEndColBrk"},396:{n:"BrtBrk"},397:{n:"BrtUserBookView"},398:{n:"BrtInfo"},399:{n:"BrtCUsr"},400:{n:"BrtUsr"},401:{n:"BrtBeginUsers"},403:{n:"BrtEOF"},404:{n:"BrtUCR"},405:{n:"BrtRRInsDel"},406:{n:"BrtRREndInsDel"},407:{n:"BrtRRMove"},408:{n:"BrtRREndMove"},409:{n:"BrtRRChgCell"},410:{n:"BrtRREndChgCell"},411:{n:"BrtRRHeader"},412:{n:"BrtRRUserView"},413:{n:"BrtRRRenSheet"},414:{n:"BrtRRInsertSh"},415:{n:"BrtRRDefName"},416:{n:"BrtRRNote"},417:{n:"BrtRRConflict"},418:{n:"BrtRRTQSIF"},419:{n:"BrtRRFormat"},420:{n:"BrtRREndFormat"},421:{n:"BrtRRAutoFmt"},422:{n:"BrtBeginUserShViews"},423:{n:"BrtBeginUserShView"},424:{n:"BrtEndUserShView"},425:{n:"BrtEndUserShViews"},426:{n:"BrtArrFmla",f:Bf},427:{n:"BrtShrFmla",f:Df},428:{n:"BrtTable"},429:{n:"BrtBeginExtConnections"},430:{n:"BrtEndExtConnections"},431:{n:"BrtBeginPCDCalcMems"},432:{n:"BrtEndPCDCalcMems"},433:{n:"BrtBeginPCDCalcMem"},434:{n:"BrtEndPCDCalcMem"},435:{n:"BrtBeginPCDHGLevels"},436:{n:"BrtEndPCDHGLevels"},437:{n:"BrtBeginPCDHGLevel"},438:{n:"BrtEndPCDHGLevel"},439:{n:"BrtBeginPCDHGLGroups"},440:{n:"BrtEndPCDHGLGroups"},441:{n:"BrtBeginPCDHGLGroup"},442:{n:"BrtEndPCDHGLGroup"},443:{n:"BrtBeginPCDHGLGMembers"},444:{n:"BrtEndPCDHGLGMembers"},445:{n:"BrtBeginPCDHGLGMember"},446:{n:"BrtEndPCDHGLGMember"},447:{n:"BrtBeginQSI"},448:{n:"BrtEndQSI"},449:{n:"BrtBeginQSIR"},450:{n:"BrtEndQSIR"},451:{n:"BrtBeginDeletedNames"},452:{n:"BrtEndDeletedNames"},453:{n:"BrtBeginDeletedName"},454:{n:"BrtEndDeletedName"},455:{n:"BrtBeginQSIFs"},456:{n:"BrtEndQSIFs"},457:{n:"BrtBeginQSIF"},458:{n:"BrtEndQSIF"},459:{n:"BrtBeginAutoSortScope"},460:{n:"BrtEndAutoSortScope"},461:{n:"BrtBeginConditionalFormatting"},462:{n:"BrtEndConditionalFormatting"},463:{n:"BrtBeginCFRule"},464:{n:"BrtEndCFRule"},465:{n:"BrtBeginIconSet"},466:{n:"BrtEndIconSet"},467:{n:"BrtBeginDatabar"},468:{n:"BrtEndDatabar"},469:{n:"BrtBeginColorScale"},470:{n:"BrtEndColorScale"},471:{n:"BrtCFVO"},472:{n:"BrtExternValueMeta"},473:{n:"BrtBeginColorPalette"},474:{n:"BrtEndColorPalette"},475:{n:"BrtIndexedColor"},476:{n:"BrtMargins",f:If},477:{n:"BrtPrintOptions"},478:{n:"BrtPageSetup"},479:{n:"BrtBeginHeaderFooter"},480:{n:"BrtEndHeaderFooter"},481:{n:"BrtBeginSXCrtFormat"},482:{n:"BrtEndSXCrtFormat"},483:{n:"BrtBeginSXCrtFormats"},484:{n:"BrtEndSXCrtFormats"},485:{n:"BrtWsFmtInfo",f:rf},486:{n:"BrtBeginMgs"},487:{n:"BrtEndMGs"},488:{n:"BrtBeginMGMaps"},489:{n:"BrtEndMGMaps"},490:{n:"BrtBeginMG"},491:{n:"BrtEndMG"},492:{n:"BrtBeginMap"},493:{n:"BrtEndMap"},494:{n:"BrtHLink",f:Mf},495:{n:"BrtBeginDCon"},496:{n:"BrtEndDCon"},497:{n:"BrtBeginDRefs"},498:{n:"BrtEndDRefs"},499:{n:"BrtDRef"},500:{n:"BrtBeginScenMan"},501:{n:"BrtEndScenMan"},502:{n:"BrtBeginSct"},503:{n:"BrtEndSct"},504:{n:"BrtSlc"},505:{n:"BrtBeginDXFs"},506:{n:"BrtEndDXFs"},507:{n:"BrtDXF"},508:{n:"BrtBeginTableStyles"},509:{n:"BrtEndTableStyles"},510:{n:"BrtBeginTableStyle"},511:{n:"BrtEndTableStyle"},512:{n:"BrtTableStyleElement"},513:{n:"BrtTableStyleClient"},514:{n:"BrtBeginVolDeps"},515:{n:"BrtEndVolDeps"},516:{n:"BrtBeginVolType"},517:{n:"BrtEndVolType"},518:{n:"BrtBeginVolMain"},519:{n:"BrtEndVolMain"},520:{n:"BrtBeginVolTopic"},521:{n:"BrtEndVolTopic"},522:{n:"BrtVolSubtopic"},523:{n:"BrtVolRef"},524:{n:"BrtVolNum"},525:{n:"BrtVolErr"},526:{n:"BrtVolStr"},527:{n:"BrtVolBool"},528:{n:"BrtBeginCalcChain$"},529:{n:"BrtEndCalcChain$"},530:{n:"BrtBeginSortState"},531:{n:"BrtEndSortState"},532:{n:"BrtBeginSortCond"},533:{n:"BrtEndSortCond"},534:{n:"BrtBookProtection"},535:{n:"BrtSheetProtection"},536:{n:"BrtRangeProtection"},537:{n:"BrtPhoneticInfo"},538:{n:"BrtBeginECTxtWiz"},539:{n:"BrtEndECTxtWiz"},540:{n:"BrtBeginECTWFldInfoLst"},541:{n:"BrtEndECTWFldInfoLst"},542:{n:"BrtBeginECTwFldInfo"},548:{n:"BrtFileSharing"},549:{n:"BrtOleSize"},550:{n:"BrtDrawing",f:Wn},551:{n:"BrtLegacyDrawing"},552:{n:"BrtLegacyDrawingHF"},553:{n:"BrtWebOpt"},554:{n:"BrtBeginWebPubItems"},555:{n:"BrtEndWebPubItems"},556:{n:"BrtBeginWebPubItem"},557:{n:"BrtEndWebPubItem"},558:{n:"BrtBeginSXCondFmt"},559:{n:"BrtEndSXCondFmt"},560:{n:"BrtBeginSXCondFmts"},561:{n:"BrtEndSXCondFmts"},562:{n:"BrtBkHim"},564:{n:"BrtColor"},565:{n:"BrtBeginIndexedColors"},566:{n:"BrtEndIndexedColors"},569:{n:"BrtBeginMRUColors"},570:{n:"BrtEndMRUColors"},572:{n:"BrtMRUColor"},573:{n:"BrtBeginDVals"},574:{n:"BrtEndDVals"},577:{n:"BrtSupNameStart"},578:{n:"BrtSupNameValueStart"},579:{n:"BrtSupNameValueEnd"},580:{n:"BrtSupNameNum"},581:{n:"BrtSupNameErr"},582:{n:"BrtSupNameSt"},583:{n:"BrtSupNameNil"},584:{n:"BrtSupNameBool"},585:{n:"BrtSupNameFmla"},586:{n:"BrtSupNameBits"},587:{n:"BrtSupNameEnd"},588:{n:"BrtEndSupBook"},589:{n:"BrtCellSmartTagProperty"},590:{n:"BrtBeginCellSmartTag"},591:{n:"BrtEndCellSmartTag"},592:{n:"BrtBeginCellSmartTags"},593:{n:"BrtEndCellSmartTags"},594:{n:"BrtBeginSmartTags"},595:{n:"BrtEndSmartTags"},596:{n:"BrtSmartTagType"},597:{n:"BrtBeginSmartTagTypes"},598:{n:"BrtEndSmartTagTypes"},599:{n:"BrtBeginSXFilters"},600:{n:"BrtEndSXFilters"},601:{n:"BrtBeginSXFILTER"},602:{n:"BrtEndSXFilter"},603:{n:"BrtBeginFills"},604:{n:"BrtEndFills"},605:{n:"BrtBeginCellWatches"},606:{n:"BrtEndCellWatches"},607:{n:"BrtCellWatch"},608:{n:"BrtBeginCRErrs"},609:{n:"BrtEndCRErrs"},610:{n:"BrtCrashRecErr"},611:{n:"BrtBeginFonts"},612:{n:"BrtEndFonts"},613:{n:"BrtBeginBorders"},614:{n:"BrtEndBorders"},615:{n:"BrtBeginFmts"},616:{n:"BrtEndFmts"},617:{n:"BrtBeginCellXFs"},618:{n:"BrtEndCellXFs"},619:{n:"BrtBeginStyles"},620:{n:"BrtEndStyles"},625:{n:"BrtBigName"},626:{n:"BrtBeginCellStyleXFs"},627:{n:"BrtEndCellStyleXFs"},628:{n:"BrtBeginComments"},629:{n:"BrtEndComments"},630:{n:"BrtBeginCommentAuthors"},631:{n:"BrtEndCommentAuthors"},632:{n:"BrtCommentAuthor",f:Gc},633:{n:"BrtBeginCommentList"},634:{n:"BrtEndCommentList"},635:{n:"BrtBeginComment",f:Wc},636:{n:"BrtEndComment"},637:{n:"BrtCommentText",f:Rn},638:{n:"BrtBeginOleObjects"},639:{n:"BrtOleObject"},640:{n:"BrtEndOleObjects"},641:{n:"BrtBeginSxrules"},642:{n:"BrtEndSxRules"},643:{n:"BrtBeginActiveXControls"},644:{n:"BrtActiveX"},645:{n:"BrtEndActiveXControls"},646:{n:"BrtBeginPCDSDTCEMembersSortBy"},648:{n:"BrtBeginCellIgnoreECs"},649:{n:"BrtCellIgnoreEC"},650:{n:"BrtEndCellIgnoreECs"},651:{n:"BrtCsProp",f:ip},652:{n:"BrtCsPageSetup"},653:{n:"BrtBeginUserCsViews"},654:{n:"BrtEndUserCsViews"},655:{n:"BrtBeginUserCsView"},656:{n:"BrtEndUserCsView"},657:{n:"BrtBeginPcdSFCIEntries"},658:{n:"BrtEndPCDSFCIEntries"},659:{n:"BrtPCDSFCIEntry"},660:{n:"BrtBeginListParts"},661:{n:"BrtListPart"},662:{n:"BrtEndListParts"},663:{n:"BrtSheetCalcProp"},664:{n:"BrtBeginFnGroup"},665:{n:"BrtFnGroup"},666:{n:"BrtEndFnGroup"},667:{n:"BrtSupAddin"},668:{n:"BrtSXTDMPOrder"},669:{n:"BrtCsProtection"},671:{n:"BrtBeginWsSortMap"},672:{n:"BrtEndWsSortMap"},673:{n:"BrtBeginRRSort"},674:{n:"BrtEndRRSort"},675:{n:"BrtRRSortItem"},676:{n:"BrtFileSharingIso"},677:{n:"BrtBookProtectionIso"},678:{n:"BrtSheetProtectionIso"},679:{n:"BrtCsProtectionIso"},680:{n:"BrtRangeProtectionIso"},681:{n:"BrtDValList"},1024:{n:"BrtRwDescent"},1025:{n:"BrtKnownFonts"},1026:{n:"BrtBeginSXTupleSet"},1027:{n:"BrtEndSXTupleSet"},1028:{n:"BrtBeginSXTupleSetHeader"},1029:{n:"BrtEndSXTupleSetHeader"},1030:{n:"BrtSXTupleSetHeaderItem"},1031:{n:"BrtBeginSXTupleSetData"},1032:{n:"BrtEndSXTupleSetData"},1033:{n:"BrtBeginSXTupleSetRow"},1034:{n:"BrtEndSXTupleSetRow"},1035:{n:"BrtSXTupleSetRowItem"},1036:{n:"BrtNameExt"},1037:{n:"BrtPCDH14"},1038:{n:"BrtBeginPCDCalcMem14"},1039:{n:"BrtEndPCDCalcMem14"},1040:{n:"BrtSXTH14"},1041:{n:"BrtBeginSparklineGroup"},1042:{n:"BrtEndSparklineGroup"},1043:{n:"BrtSparkline"},1044:{n:"BrtSXDI14"},1045:{n:"BrtWsFmtInfoEx14"},1046:{n:"BrtBeginConditionalFormatting14"},1047:{n:"BrtEndConditionalFormatting14"},1048:{n:"BrtBeginCFRule14"},1049:{n:"BrtEndCFRule14"},1050:{n:"BrtCFVO14"},1051:{n:"BrtBeginDatabar14"},1052:{n:"BrtBeginIconSet14"},1053:{n:"BrtDVal14",f:zf},1054:{n:"BrtBeginDVals14"},1055:{n:"BrtColor14"},1056:{n:"BrtBeginSparklines"},1057:{n:"BrtEndSparklines"},1058:{n:"BrtBeginSparklineGroups"},1059:{n:"BrtEndSparklineGroups"},1061:{n:"BrtSXVD14"},1062:{n:"BrtBeginSXView14"},1063:{n:"BrtEndSXView14"},1064:{n:"BrtBeginSXView16"},1065:{n:"BrtEndSXView16"},1066:{n:"BrtBeginPCD14"},1067:{n:"BrtEndPCD14"},1068:{n:"BrtBeginExtConn14"},1069:{n:"BrtEndExtConn14"},1070:{n:"BrtBeginSlicerCacheIDs"},1071:{n:"BrtEndSlicerCacheIDs"},1072:{n:"BrtBeginSlicerCacheID"},1073:{n:"BrtEndSlicerCacheID"},1075:{n:"BrtBeginSlicerCache"},1076:{n:"BrtEndSlicerCache"},1077:{n:"BrtBeginSlicerCacheDef"},1078:{n:"BrtEndSlicerCacheDef"},1079:{n:"BrtBeginSlicersEx"},1080:{n:"BrtEndSlicersEx"},1081:{n:"BrtBeginSlicerEx"},1082:{n:"BrtEndSlicerEx"},1083:{n:"BrtBeginSlicer"},1084:{n:"BrtEndSlicer"},1085:{n:"BrtSlicerCachePivotTables"},1086:{n:"BrtBeginSlicerCacheOlapImpl"},1087:{n:"BrtEndSlicerCacheOlapImpl"},1088:{n:"BrtBeginSlicerCacheLevelsData"},1089:{n:"BrtEndSlicerCacheLevelsData"},1090:{n:"BrtBeginSlicerCacheLevelData"},1091:{n:"BrtEndSlicerCacheLevelData"},1092:{n:"BrtBeginSlicerCacheSiRanges"},1093:{n:"BrtEndSlicerCacheSiRanges"},1094:{n:"BrtBeginSlicerCacheSiRange"},1095:{n:"BrtEndSlicerCacheSiRange"},1096:{n:"BrtSlicerCacheOlapItem"},1097:{n:"BrtBeginSlicerCacheSelections"},1098:{n:"BrtSlicerCacheSelection"},1099:{n:"BrtEndSlicerCacheSelections"},1100:{n:"BrtBeginSlicerCacheNative"},1101:{n:"BrtEndSlicerCacheNative"},1102:{n:"BrtSlicerCacheNativeItem"},1103:{n:"BrtRangeProtection14"},1104:{n:"BrtRangeProtectionIso14"},1105:{n:"BrtCellIgnoreEC14"},1111:{n:"BrtList14"},1112:{n:"BrtCFIcon"},1113:{n:"BrtBeginSlicerCachesPivotCacheIDs"},1114:{n:"BrtEndSlicerCachesPivotCacheIDs"},1115:{n:"BrtBeginSlicers"},1116:{n:"BrtEndSlicers"},1117:{n:"BrtWbProp14"},1118:{n:"BrtBeginSXEdit"},1119:{n:"BrtEndSXEdit"},1120:{n:"BrtBeginSXEdits"},1121:{n:"BrtEndSXEdits"},1122:{n:"BrtBeginSXChange"},1123:{n:"BrtEndSXChange"},1124:{n:"BrtBeginSXChanges"},1125:{n:"BrtEndSXChanges"},1126:{n:"BrtSXTupleItems"},1128:{n:"BrtBeginSlicerStyle"},1129:{n:"BrtEndSlicerStyle"},1130:{n:"BrtSlicerStyleElement"},1131:{n:"BrtBeginStyleSheetExt14"},1132:{n:"BrtEndStyleSheetExt14"},1133:{n:"BrtBeginSlicerCachesPivotCacheID"},1134:{n:"BrtEndSlicerCachesPivotCacheID"},1135:{n:"BrtBeginConditionalFormattings"},1136:{n:"BrtEndConditionalFormattings"},1137:{n:"BrtBeginPCDCalcMemExt"},1138:{n:"BrtEndPCDCalcMemExt"},1139:{n:"BrtBeginPCDCalcMemsExt"},1140:{n:"BrtEndPCDCalcMemsExt"},1141:{n:"BrtPCDField14"},1142:{n:"BrtBeginSlicerStyles"},1143:{n:"BrtEndSlicerStyles"},1144:{n:"BrtBeginSlicerStyleElements"},1145:{n:"BrtEndSlicerStyleElements"},1146:{n:"BrtCFRuleExt"},1147:{n:"BrtBeginSXCondFmt14"},1148:{n:"BrtEndSXCondFmt14"},1149:{n:"BrtBeginSXCondFmts14"},1150:{n:"BrtEndSXCondFmts14"},1152:{n:"BrtBeginSortCond14"},1153:{n:"BrtEndSortCond14"},1154:{n:"BrtEndDVals14"},1155:{n:"BrtEndIconSet14"},1156:{n:"BrtEndDatabar14"},1157:{n:"BrtBeginColorScale14"},1158:{n:"BrtEndColorScale14"},1159:{n:"BrtBeginSxrules14"},1160:{n:"BrtEndSxrules14"},1161:{n:"BrtBeginPRule14"},1162:{n:"BrtEndPRule14"},1163:{n:"BrtBeginPRFilters14"},1164:{n:"BrtEndPRFilters14"},1165:{n:"BrtBeginPRFilter14"},1166:{n:"BrtEndPRFilter14"},1167:{n:"BrtBeginPRFItem14"},1168:{n:"BrtEndPRFItem14"},1169:{n:"BrtBeginCellIgnoreECs14"},1170:{n:"BrtEndCellIgnoreECs14"},1171:{n:"BrtDxf14"},1172:{n:"BrtBeginDxF14s"},1173:{n:"BrtEndDxf14s"},1177:{n:"BrtFilter14"},1178:{n:"BrtBeginCustomFilters14"},1180:{n:"BrtCustomFilter14"},1181:{n:"BrtIconFilter14"},1182:{n:"BrtPivotCacheConnectionName"},2048:{n:"BrtBeginDecoupledPivotCacheIDs"},2049:{n:"BrtEndDecoupledPivotCacheIDs"},2050:{n:"BrtDecoupledPivotCacheID"},2051:{n:"BrtBeginPivotTableRefs"},2052:{n:"BrtEndPivotTableRefs"},2053:{n:"BrtPivotTableRef"},2054:{n:"BrtSlicerCacheBookPivotTables"},2055:{n:"BrtBeginSxvcells"},2056:{n:"BrtEndSxvcells"},2057:{n:"BrtBeginSxRow"},2058:{n:"BrtEndSxRow"},2060:{n:"BrtPcdCalcMem15"},2067:{n:"BrtQsi15"},2068:{n:"BrtBeginWebExtensions"},2069:{n:"BrtEndWebExtensions"},2070:{n:"BrtWebExtension"},2071:{n:"BrtAbsPath15"},2072:{n:"BrtBeginPivotTableUISettings"},2073:{n:"BrtEndPivotTableUISettings"},2075:{n:"BrtTableSlicerCacheIDs"},2076:{n:"BrtTableSlicerCacheID"},2077:{n:"BrtBeginTableSlicerCache"},2078:{n:"BrtEndTableSlicerCache"},2079:{n:"BrtSxFilter15"},2080:{n:"BrtBeginTimelineCachePivotCacheIDs"},2081:{n:"BrtEndTimelineCachePivotCacheIDs"},2082:{n:"BrtTimelineCachePivotCacheID"},2083:{n:"BrtBeginTimelineCacheIDs"},2084:{n:"BrtEndTimelineCacheIDs"},2085:{n:"BrtBeginTimelineCacheID"},2086:{n:"BrtEndTimelineCacheID"},2087:{n:"BrtBeginTimelinesEx"},2088:{n:"BrtEndTimelinesEx"},2089:{n:"BrtBeginTimelineEx"},2090:{n:"BrtEndTimelineEx"},2091:{n:"BrtWorkBookPr15"},2092:{n:"BrtPCDH15"},2093:{n:"BrtBeginTimelineStyle"},2094:{n:"BrtEndTimelineStyle"},2095:{n:"BrtTimelineStyleElement"},2096:{n:"BrtBeginTimelineStylesheetExt15"},2097:{n:"BrtEndTimelineStylesheetExt15"},2098:{n:"BrtBeginTimelineStyles"},2099:{n:"BrtEndTimelineStyles"},2100:{n:"BrtBeginTimelineStyleElements"},2101:{n:"BrtEndTimelineStyleElements"},2102:{n:"BrtDxf15"},2103:{n:"BrtBeginDxfs15"},2104:{n:"brtEndDxfs15"},2105:{n:"BrtSlicerCacheHideItemsWithNoData"},2106:{n:"BrtBeginItemUniqueNames"},2107:{n:"BrtEndItemUniqueNames"},2108:{n:"BrtItemUniqueName"},2109:{n:"BrtBeginExtConn15"},2110:{n:"BrtEndExtConn15"},2111:{n:"BrtBeginOledbPr15"},2112:{n:"BrtEndOledbPr15"},2113:{n:"BrtBeginDataFeedPr15"},2114:{n:"BrtEndDataFeedPr15"},2115:{n:"BrtTextPr15"},2116:{n:"BrtRangePr15"},2117:{n:"BrtDbCommand15"},2118:{n:"BrtBeginDbTables15"},2119:{n:"BrtEndDbTables15"},2120:{n:"BrtDbTable15"},2121:{n:"BrtBeginDataModel"},2122:{n:"BrtEndDataModel"},2123:{n:"BrtBeginModelTables"},2124:{n:"BrtEndModelTables"},2125:{n:"BrtModelTable"},2126:{n:"BrtBeginModelRelationships"},2127:{n:"BrtEndModelRelationships"},2128:{n:"BrtModelRelationship"},2129:{n:"BrtBeginECTxtWiz15"},2130:{n:"BrtEndECTxtWiz15"},2131:{n:"BrtBeginECTWFldInfoLst15"},2132:{n:"BrtEndECTWFldInfoLst15"},2133:{n:"BrtBeginECTWFldInfo15"},2134:{n:"BrtFieldListActiveItem"},2135:{n:"BrtPivotCacheIdVersion"},2136:{n:"BrtSXDI15"},2137:{n:"BrtBeginModelTimeGroupings"},2138:{n:"BrtEndModelTimeGroupings"},2139:{n:"BrtBeginModelTimeGrouping"},2140:{n:"BrtEndModelTimeGrouping"},2141:{n:"BrtModelTimeGroupingCalcCol"},3072:{n:"BrtUid"},3073:{n:"BrtRevisionPtr"},5095:{n:"BrtBeginCalcFeatures"},5096:{n:"BrtEndCalcFeatures"},5097:{n:"BrtCalcFeature"},65535:{n:""}},Im=Z(Om,"n"),Fm={3:{n:"BIFF2NUM",f:cs},4:{n:"BIFF2STR",f:ls},6:{n:"Formula",f:Xh},9:{n:"BOF",f:Na},10:{n:"EOF",f:Wi},12:{n:"CalcCount",f:Ji},13:{n:"CalcMode",f:Ji},14:{n:"CalcPrecision",f:Xi},15:{n:"CalcRefMode",f:Xi},16:{n:"CalcDelta",f:tr},17:{n:"CalcIter",f:Xi},18:{n:"Protect",f:Xi},19:{n:"Password",f:Ji},20:{n:"Header",f:ko},21:{n:"Footer",f:ko},23:{n:"ExternSheet",f:Do},24:{n:"Lbl",f:Bo},25:{n:"WinProtect",f:Xi},26:{n:"VerticalPageBreaks"},27:{n:"HorizontalPageBreaks"},28:{n:"Note",f:Ro},29:{n:"Selection"},34:{n:"Date1904",f:Xi},35:{n:"ExternName",f:Eo},36:{n:"COLWIDTH"},38:{n:"LeftMargin",f:tr},39:{n:"RightMargin",f:tr},40:{n:"TopMargin",f:tr},41:{n:"BottomMargin",f:tr},42:{n:"PrintRowCol",f:Xi},43:{n:"PrintGrid",f:Xi},47:{n:"FilePass",f:cl},49:{n:"Font",f:no},51:{n:"PrintSize",f:Ji},60:{n:"Continue"},61:{n:"Window1",f:qa},64:{n:"Backup",f:Xi},65:{n:"Pane",f:to},66:{n:"CodePage",f:Ji},77:{n:"Pls"},80:{n:"DCon"},81:{n:"DConRef"},82:{n:"DConName"},85:{n:"DefColWidth",f:Ji},89:{n:"XCT"},90:{n:"CRN"},91:{n:"FileSharing"},92:{n:"WriteAccess",f:Ha},93:{n:"Obj",f:zo},94:{n:"Uncalced"},95:{n:"CalcSaveRecalc",f:Xi},96:{n:"Template"},97:{n:"Intl"},99:{n:"ObjProtect",f:Xi},125:{n:"ColInfo",f:es},128:{n:"Guts",f:bo},129:{n:"WsBool",f:za},130:{n:"GridSet",f:Ji},131:{n:"HCenter",f:Xi},132:{n:"VCenter",f:Xi},133:{n:"BoundSheet8",f:Ya},134:{n:"WriteProtect"},140:{n:"Country",f:Go},141:{n:"HideObj",f:Ji},144:{n:"Sort"},146:{n:"Palette",f:Jo},151:{n:"Sync"},152:{n:"LPr"},153:{n:"DxGCol"},154:{n:"FnGroupName"},155:{n:"FilterMode"},156:{n:"BuiltInFnGroupCount",f:Ji},157:{n:"AutoFilterInfo"},158:{n:"AutoFilter"},160:{n:"Scl",f:as},161:{n:"Setup",f:ts},174:{n:"ScenMan"},175:{n:"SCENARIO"},176:{n:"SxView"},177:{n:"Sxvd"},178:{n:"SXVI"},180:{n:"SxIvd"},181:{n:"SXLI"},182:{n:"SXPI"},184:{n:"DocRoute"},185:{n:"RecipName"},189:{n:"MulRk",f:mo},190:{n:"MulBlank",f:go},193:{n:"Mms",f:Wi},197:{n:"SXDI"},198:{n:"SXDB"},199:{n:"SXFDB"},200:{n:"SXDBB"},201:{n:"SXNum"},202:{n:"SxBool",f:Xi},203:{n:"SxErr"},204:{n:"SXInt"},205:{n:"SXString"},206:{n:"SXDtr"},207:{n:"SxNil"},208:{n:"SXTbl"},209:{n:"SXTBRGIITM"},210:{n:"SxTbpg"},211:{n:"ObProj"},213:{n:"SXStreamID"},215:{n:"DBCell"},216:{n:"SXRng"},217:{n:"SxIsxoper"},218:{n:"BookBool",f:Ji},220:{n:"DbOrParamQry"},221:{n:"ScenarioProtect",f:Xi},222:{n:"OleObjectSize"},224:{n:"XF",f:Ao},225:{n:"InterfaceHdr",f:Ra},226:{n:"InterfaceEnd",f:Wi},227:{n:"SXVS"},229:{n:"MergeCells",f:Ho},233:{n:"BkHim"},235:{n:"MsoDrawingGroup"},236:{n:"MsoDrawing"},237:{n:"MsoDrawingSelection"},239:{n:"PhoneticInfo"},240:{n:"SxRule"},241:{n:"SXEx"},242:{n:"SxFilt"},244:{n:"SxDXF"},245:{n:"SxItm"},246:{n:"SxName"},247:{n:"SxSelect"},248:{n:"SXPair"},249:{n:"SxFmla"},251:{n:"SxFormat"},252:{n:"SST",f:ja},253:{n:"LabelSst",f:io},255:{n:"ExtSST",f:Va},256:{n:"SXVDEx"},259:{n:"SXFormula"},290:{n:"SXDBEx"},311:{n:"RRDInsDel"},312:{n:"RRDHead"},315:{n:"RRDChgCell"},317:{n:"RRTabId",f:ea},318:{n:"RRDRenSheet"},319:{n:"RRSort"},320:{n:"RRDMove"},330:{n:"RRFormat"},331:{n:"RRAutoFmt"},333:{n:"RRInsertSh"},334:{n:"RRDMoveBegin"},335:{n:"RRDMoveEnd"},336:{n:"RRDInsDelBegin"},337:{n:"RRDInsDelEnd"},338:{n:"RRDConflict"},339:{n:"RRDDefName"},340:{n:"RRDRstEtxp"},351:{n:"LRng"},352:{n:"UsesELFs",f:Xi},353:{n:"DSF",f:Wi},401:{n:"CUsr"},402:{n:"CbUsr"},403:{n:"UsrInfo"},404:{n:"UsrExcl"},405:{n:"FileLock"},406:{n:"RRDInfo"},407:{n:"BCUsrs"},408:{n:"UsrChk"},425:{n:"UserBView"},426:{n:"UserSViewBegin"},427:{n:"UserSViewEnd"},428:{n:"RRDUserView"},429:{n:"Qsi"},430:{n:"SupBook",f:Mo},431:{n:"Prot4Rev",f:Xi},432:{n:"CondFmt"},433:{n:"CF"},434:{n:"DVal"},437:{n:"DConBin"},438:{n:"TxO",f:jo},439:{n:"RefreshAll",f:Xi},440:{n:"HLink",f:Qo},441:{n:"Lel"},442:{n:"CodeName",f:sa},443:{n:"SXFDBType"},444:{n:"Prot4RevPass",f:Ji},445:{n:"ObNoMacros"},446:{n:"Dv"},448:{n:"Excel9File",f:Wi},449:{n:"RecalcId",f:Ga,r:2},450:{n:"EntExU2",f:Wi},512:{n:"Dimensions",f:ho},513:{n:"Blank",f:is},515:{n:"Number",f:Co},516:{n:"Label",f:oo},517:{n:"BoolErr",f:wo},518:{n:"Formula",f:Xh},519:{n:"String",f:os},520:{n:"Row",f:Wa},523:{n:"Index"},545:{n:"Array",f:Fo},549:{n:"DefaultRowHeight",f:Xa},566:{n:"Table"},574:{n:"Window2",f:Za},638:{n:"RK",f:po},659:{n:"Style"},1030:{n:"Formula",f:Xh},1048:{n:"BigName"},1054:{n:"Format",f:lo},1084:{n:"ContinueBigName"},1212:{n:"ShrFmla",f:Io},2048:{n:"HLinkTooltip",f:Wo},2049:{n:"WebPub"},2050:{n:"QsiSXTag"},2051:{n:"DBQueryExt"},2052:{n:"ExtString"},2053:{n:"TxtQry"},2054:{n:"Qsir"},2055:{n:"Qsif"},2056:{n:"RRDTQSIF"},2057:{n:"BOF",f:Na},2058:{n:"OleDbConn"},2059:{n:"WOpt"},2060:{n:"SXViewEx"},2061:{n:"SXTH"},2062:{n:"SXPIEx"},2063:{n:"SXVDTEx"},2064:{n:"SXViewEx9"},2066:{n:"ContinueFrt"},2067:{n:"RealTimeData"},2128:{n:"ChartFrtInfo"},2129:{n:"FrtWrapper"},2130:{n:"StartBlock"},2131:{n:"EndBlock"},2132:{n:"StartObject"},2133:{n:"EndObject"},2134:{n:"CatLab"},2135:{n:"YMult"},2136:{n:"SXViewLink"},2137:{n:"PivotChartBits"},2138:{n:"FrtFontList"},2146:{n:"SheetExt"},2147:{n:"BookExt",r:12},2148:{n:"SXAddl"},2149:{n:"CrErr"},2150:{n:"HFPicture"},2151:{n:"FeatHdr",f:Wi},2152:{n:"Feat"},2154:{n:"DataLabExt"},2155:{n:"DataLabExtContents"},2156:{n:"CellWatch"},2161:{n:"FeatHdr11"},2162:{n:"Feature11"},2164:{n:"DropDownObjIds"},2165:{n:"ContinueFrt11"},2166:{n:"DConn"},2167:{n:"List12"},2168:{n:"Feature12"},2169:{n:"CondFmt12"},2170:{n:"CF12"},2171:{n:"CFEx"},2172:{n:"XFCRC",f:Zo,r:12},2173:{n:"XFExt",f:Oc,r:12},2174:{n:"AutoFilter12"},2175:{n:"ContinueFrt12"},2180:{n:"MDTInfo"},2181:{n:"MDXStr"},2182:{n:"MDXTuple"},2183:{n:"MDXSet"},2184:{n:"MDXProp"},2185:{n:"MDXKPI"},2186:{n:"MDB"},2187:{n:"PLV"},2188:{n:"Compat12",f:Xi,r:12},2189:{n:"DXF"},2190:{n:"TableStyles",r:12},2191:{n:"TableStyle"},2192:{n:"TableStyleElement"},2194:{n:"StyleExt"},2195:{n:"NamePublish"},2196:{n:"NameCmt",f:Oo,r:12},2197:{n:"SortData"},2198:{n:"Theme",f:Mc,r:12},2199:{n:"GUIDTypeLib"},2200:{n:"FnGrp12"},2201:{n:"NameFnGrp12"},2202:{n:"MTRSettings",f:No,r:12},2203:{n:"CompressPictures",f:Wi},2204:{n:"HeaderFooter"},2205:{n:"CrtLayout12"},2206:{n:"CrtMlFrt"},2207:{n:"CrtMlFrtContinue"},2211:{n:"ForceFullCalculation",f:Ka},2212:{n:"ShapePropsStream"},2213:{n:"TextPropsStream"},2214:{n:"RichTextStream"},2215:{n:"CrtLayout12A"},4097:{n:"Units"},4098:{n:"Chart"},4099:{n:"Series"},4102:{n:"DataFormat"},4103:{n:"LineFormat"},4105:{n:"MarkerFormat"},4106:{n:"AreaFormat"},4107:{n:"PieFormat"},4108:{n:"AttachedLabel"},4109:{n:"SeriesText"},4116:{n:"ChartFormat"},4117:{n:"Legend"},4118:{n:"SeriesList"},4119:{n:"Bar"},4120:{n:"Line"},4121:{n:"Pie"},4122:{n:"Area"},4123:{n:"Scatter"},4124:{n:"CrtLine"},4125:{n:"Axis"},4126:{n:"Tick"},4127:{n:"ValueRange"},4128:{n:"CatSerRange"},4129:{n:"AxisLine"},4130:{n:"CrtLink"},4132:{n:"DefaultText"},4133:{n:"Text"},4134:{n:"FontX",f:Ji},4135:{n:"ObjectLink"},4146:{n:"Frame"},4147:{n:"Begin"},4148:{n:"End"},4149:{n:"PlotArea"},4154:{n:"Chart3d"},4156:{n:"PicF"},4157:{n:"DropBar"},4158:{n:"Radar"},4159:{n:"Surf"},4160:{n:"RadarArea"},4161:{n:"AxisParent"},4163:{n:"LegendException"},4164:{n:"ShtProps",f:ns},4165:{n:"SerToCrt"},4166:{n:"AxesUsed"},4168:{n:"SBaseRef"},4170:{n:"SerParent"},4171:{n:"SerAuxTrend"},4174:{n:"IFmtRecord"},4175:{n:"Pos"},4176:{n:"AlRuns"},4177:{n:"BRAI"},4187:{n:"SerAuxErrBar"},4188:{n:"ClrtClient",f:qo},4189:{n:"SerFmt"},4191:{n:"Chart3DBarShape"},4192:{n:"Fbi"},4193:{n:"BopPop"},4194:{n:"AxcExt"},4195:{n:"Dat"},4196:{n:"PlotGrowth"},4197:{n:"SIIndex"},4198:{n:"GelFrame"},4199:{n:"BopPopCustom"},4200:{n:"Fbi2"},0:{n:"Dimensions",f:ho},2:{n:"BIFF2INT",f:hs},5:{n:"BoolErr",f:wo},7:{n:"String",f:fs},8:{n:"BIFF2ROW"},11:{n:"Index"},22:{n:"ExternCount",f:Ji},30:{n:"BIFF2FORMAT",f:uo},31:{n:"BIFF2FMTCNT"},32:{n:"BIFF2COLINFO"},33:{n:"Array",f:Fo},37:{n:"DefaultRowHeight",f:Xa},50:{n:"BIFF2FONTXTRA",f:ps},52:{n:"DDEObjName"},62:{n:"BIFF2WINDOW2"},67:{n:"BIFF2XF"},69:{n:"BIFF2FONTCLR"},86:{n:"BIFF4FMTCNT"},126:{n:"RK"},127:{n:"ImData",f:ss},135:{n:"Addin"},136:{n:"Edg"},137:{n:"Pub"},145:{n:"Sub"},148:{n:"LHRecord"},149:{n:"LHNGraph"},150:{n:"Sound"},169:{n:"CoordList"},171:{n:"GCW"},188:{n:"ShrFmla"},191:{n:"ToolbarHdr"},192:{n:"ToolbarEnd"},194:{n:"AddMenu"},195:{n:"DelMenu"},214:{n:"RString",f:ms},223:{n:"UDDesc"},234:{n:"TabIdConf"},354:{n:"XL5Modify"},421:{n:"FileSharing2"},521:{n:"BOF",f:Na},536:{n:"Lbl",f:Bo},547:{n:"ExternName",f:Eo},561:{n:"Font"},579:{n:"BIFF3XF"},1033:{n:"BOF",f:Na},1091:{n:"BIFF4XF"},2157:{n:"FeatInfo"},2163:{n:"FeatInfo11"},2177:{n:"SXAddl12"},2240:{n:"AutoWebPub"},2241:{n:"ListObj"},2242:{n:"ListField"},2243:{n:"ListDV"},2244:{n:"ListCondFmt"},2245:{n:"ListCF"},2246:{n:"FMQry"},2247:{n:"FMSQry"},2248:{n:"PLV"},2249:{n:"LnExt"},2250:{n:"MkrExt"},2251:{n:"CrtCoopt"},2262:{n:"FRTArchId$",r:12},29282:{}},Nm=Z(Fm,"n");function Pm(e,t,n,r){var i=+t||+Nm[t];if(!isNaN(i)){var a=r||(n||[]).length||0,o=e.next(4);o.write_shift(2,i),o.write_shift(2,a),a>0&&Ut(n)&&e.push(n)}}function Rm(e,t,n,r){var i=r||(n||[]).length||0;if(i<=8224)return Pm(e,t,n,i);var a=+t||+Nm[t];if(!isNaN(a)){var o=n.parts||[],s=0,l=0,c=0;while(c+(o[s]||8224)<=8224)c+=o[s]||8224,s++;var u=e.next(4);u.write_shift(2,a),u.write_shift(2,c),e.push(n.slice(l,l+c)),l+=c;while(l=0&&i<65536?Pm(e,2,ds(n,r,i)):Pm(e,3,us(n,r,i)));case"b":case"e":return void Pm(e,5,Um(n,r,t.v,t.t));case"s":case"str":return void Pm(e,4,zm(n,r,t.v))}Pm(e,1,Hm(null,n,r))}function $m(e,t,n,r){var i,a=Array.isArray(t),o=Sn(t["!ref"]||"A1"),s="",l=[];if(o.e.c>255||o.e.r>16383){if(r.WTF)throw new Error("Range "+(t["!ref"]||"A1")+" exceeds format limit A1:IV16384");o.e.c=Math.min(o.e.c,255),o.e.r=Math.min(o.e.c,16383),i=Cn(o)}for(var c=o.s.r;c<=o.e.r;++c){s=fn(c);for(var u=o.s.c;u<=o.e.c;++u){c===o.s.r&&(l[u]=vn(u)),i=l[u]+s;var h=a?(t[c]||[])[u]:t[i];h&&Ym(e,h,c,u,r)}}}function jm(e,t){var n=t||{};null!=_&&null==n.dense&&(n.dense=_);for(var r=rn(),i=0,a=0;a255||f.e.r>=p){if(t.WTF)throw new Error("Range "+(o["!ref"]||"A1")+" exceeds format limit A1:IV16384");f.e.c=Math.min(f.e.c,255),f.e.r=Math.min(f.e.c,p-1)}Pm(i,2057,Pa(n,16,t)),Pm(i,"CalcMode",Zi(1)),Pm(i,"CalcCount",Zi(100)),Pm(i,"CalcRefMode",qi(!0)),Pm(i,"CalcIter",qi(!1)),Pm(i,"CalcDelta",nr(.001)),Pm(i,"CalcSaveRecalc",qi(!0)),Pm(i,"PrintRowCol",qi(!1)),Pm(i,"PrintGrid",qi(!1)),Pm(i,"GridSet",Zi(1)),Pm(i,"Guts",_o([0,0])),Pm(i,"HCenter",qi(!1)),Pm(i,"VCenter",qi(!1)),Pm(i,512,fo(f,t)),u&&(o["!links"]=[]);for(var m=f.s.r;m<=f.e.r;++m){h=fn(m);for(var g=f.s.c;g<=f.e.c;++g){m===f.s.r&&(d[g]=vn(g)),r=d[g]+h;var v=c?(o[m]||[])[g]:o[r];v&&(Xm(i,v,m,g,t),u&&v.l&&o["!links"].push([r,v.l]))}}var A=l.CodeName||l.name||a;return u&&Pm(i,"Window2",eo((s.Views||[])[0])),u&&(o["!merges"]||[]).length&&Pm(i,"MergeCells",Uo(o["!merges"])),u&&Gm(i,o),Pm(i,"CodeName",ca(A,t)),u&&Wm(i,o),Pm(i,"EOF"),i.end()}function Jm(e,t,n){var r=rn(),i=(e||{}).Workbook||{},a=i.Sheets||[],o=i.WBProps||{},s=8==n.biff,l=5==n.biff;if(Pm(r,2057,Pa(e,5,n)),"xla"==n.bookType&&Pm(r,"Addin"),Pm(r,"InterfaceHdr",s?Zi(1200):null),Pm(r,"Mms",Ki(2)),l&&Pm(r,"ToolbarHdr"),l&&Pm(r,"ToolbarEnd"),Pm(r,"InterfaceEnd"),Pm(r,"WriteAccess",Ua("SheetJS",n)),Pm(r,"CodePage",Zi(s?1200:1252)),s&&Pm(r,"DSF",Zi(0)),s&&Pm(r,"Excel9File"),Pm(r,"RRTabId",rs(e.SheetNames.length)),s&&e.vbaraw&&Pm(r,"ObProj"),s&&e.vbaraw){var c=o.CodeName||"ThisWorkbook";Pm(r,"CodeName",ca(c,n))}Pm(r,"BuiltInFnGroupCount",Zi(17)),Pm(r,"WinProtect",qi(!1)),Pm(r,"Protect",qi(!1)),Pm(r,"Password",Zi(0)),s&&Pm(r,"Prot4Rev",qi(!1)),s&&Pm(r,"Prot4RevPass",Zi(0)),Pm(r,"Window1",Ja(n)),Pm(r,"Backup",qi(!1)),Pm(r,"HideObj",Zi(0)),Pm(r,"Date1904",qi("true"==fp(e))),Pm(r,"CalcPrecision",qi(!0)),s&&Pm(r,"RefreshAll",qi(!1)),Pm(r,"BookBool",Zi(0)),Qm(r,e,n),Vm(r,e.SSF,n),Km(r,n),s&&Pm(r,"UsesELFs",qi(!1));var u=r.end(),h=rn();s&&Pm(h,"Country",Xo()),s&&n.Strings&&Rm(h,"SST",Qa(n.Strings,n)),Pm(h,"EOF");var d=h.end(),f=rn(),p=0,m=0;for(m=0;m/g,"");var i=e.match(/");var a=e.match(/<\/table/i),o=i.index,s=a&&a.index||e.length,l=be(e.slice(o,s),/(:?]*>)/i,""),c=-1,u=0,h=0,d=0,f={s:{r:1e7,c:1e7},e:{r:0,c:0}},p=[];for(o=0;o/i);for(s=0;s"))>-1)y=y.slice(b+1);for(var w=0;w")));d=C.colspan?+C.colspan:1,((h=+C.rowspan)>1||d>1)&&p.push({s:{r:c,c:u},e:{r:c+(h||1)-1,c:u+d-1}});var S=C.t||"";if(y.length){if(y=at(y),f.s.r>c&&(f.s.r=c),f.e.ru&&(f.s.c=u),f.e.cn||i[c].s.c>o)&&!(i[c].e.r1&&(f.rowspan=s),l>1&&(f.colspan=l),f.t=h&&h.t||"z",r.editable&&(d=''+d+""),f.id=(r.id||"sjs")+"-"+u,"z"!=f.t&&(f.v=h.v,null!=h.z&&(f.z=h.z)),a.push(ft("td",d,f))}}var p="";return p+a.join("")+""}function r(e,t,n){var r=[];return r.join("")+""}var i='SheetJS Table Export',a="";function o(e,t){var o=t||{},s=null!=o.header?o.header:i,l=null!=o.footer?o.footer:a,c=[s],u=xn(e["!ref"]);o.dense=Array.isArray(e),c.push(r(e,u,o));for(var h=u.s.r;h<=u.e.r;++h)c.push(n(e,u,h,o));return c.push("
      "+l),c.join("")}return{to_workbook:t,to_sheet:e,_row:n,BEGIN:i,END:a,_preamble:r,from_sheet:o}}();function ng(e,t,n){var r=n||{};null!=_&&(r.dense=_);var i=0,a=0;if(null!=r.origin)if("number"==typeof r.origin)i=r.origin;else{var o="string"==typeof r.origin?_n(r.origin):r.origin;i=o.r,a=o.c}var s=t.getElementsByTagName("tr"),l=Math.min(r.sheetRows||1e7,s.length),c={s:{r:0,c:0},e:{r:i,c:a}};if(e["!ref"]){var u=xn(e["!ref"]);c.s.r=Math.min(c.s.r,u.s.r),c.s.c=Math.min(c.s.c,u.s.c),c.e.r=Math.max(c.e.r,u.e.r),c.e.c=Math.max(c.e.c,u.e.c),-1==i&&(c.e.r=i=u.e.r+1)}var h=[],d=0,f=e["!rows"]||(e["!rows"]=[]),p=0,m=0,g=0,v=0,A=0,y=0;for(e["!cols"]||(e["!cols"]=[]);p1||y>1)&&h.push({s:{r:m+i,c:v+a},e:{r:m+i+(A||1)-1,c:v+a+(y||1)-1}});var M={t:"s",v:C},E=x.getAttribute("t")||"";null!=C&&(0==C.length?M.t=E||"z":r.raw||0==C.trim().length||"s"==E||("TRUE"===C?M={t:"b",v:!0}:"FALSE"===C?M={t:"b",v:!1}:isNaN(ge(C))?isNaN(ve(C).getDate())||(M={t:"d",v:de(C)},r.cellDates||(M={t:"n",v:ie(M.v)}),M.z=r.dateNF||P._table[14]):M={t:"n",v:ge(C)})),void 0===M.z&&null!=S&&(M.z=S),r.dense?(e[m+i]||(e[m+i]=[]),e[m+i][v+a]=M):e[wn({c:v+a,r:m+i})]=M,c.e.c=l&&(e["!fullref"]=Cn((c.e.r=s.length-p+m-1+i,c))),e}function rg(e,t){var n=t||{},r=n.dense?[]:{};return ng(r,e,t)}function ig(e,t){return En(rg(e,t),t)}function ag(e){var t="",n=og(e);return n&&(t=n(e).getPropertyValue("display")),t||(t=e.style.display),"none"===t}function og(e){return e.ownerDocument.defaultView&&"function"===typeof e.ownerDocument.defaultView.getComputedStyle?e.ownerDocument.defaultView.getComputedStyle:"function"===typeof getComputedStyle?getComputedStyle:null}var sg=function(){var e=function(e){var t=e.replace(/[\t\r\n]/g," ").trim().replace(/ +/g," ").replace(//g," ").replace(//g,(function(e,t){return Array(parseInt(t,10)+1).join(" ")})).replace(/]*\/>/g,"\t").replace(//g,"\n"),n=Ye(t.replace(/<[^>]*>/g,""));return[n]},t={day:["d","dd"],month:["m","mm"],year:["y","yy"],hours:["h","hh"],minutes:["m","mm"],seconds:["s","ss"],"am-pm":["A/P","AM/PM"],"day-of-week":["ddd","dddd"],era:["e","ee"],quarter:["\\Qm",'m\\"th quarter"']};return function(n,r){var i=r||{};null!=_&&null==i.dense&&(i.dense=_);var a,o,s,l,c,u,h,d=om(n),f=[],p={name:""},m="",g=0,v={},A=[],y=i.dense?[]:{},b={value:""},w="",x=0,C=[],S=-1,k=-1,M={s:{r:1e6,c:1e7},e:{r:0,c:0}},E=0,T={},B=[],D={},L=0,O=0,I=[],F=1,N=1,P=[],R={Names:[]},H={},U=["",""],z=[],Y={},$="",j=0,Q=!1,V=!1,W=0;sm.lastIndex=0,d=d.replace(//gm,"").replace(//gm,"");while(c=sm.exec(d))switch(c[3]=c[3].replace(/_.*$/,"")){case"table":case"工作表":"/"===c[1]?(M.e.c>=M.s.c&&M.e.r>=M.s.r?y["!ref"]=Cn(M):y["!ref"]="A1:A1",i.sheetRows>0&&i.sheetRows<=M.e.r&&(y["!fullref"]=y["!ref"],M.e.r=i.sheetRows-1,y["!ref"]=Cn(M)),B.length&&(y["!merges"]=B),I.length&&(y["!rows"]=I),s.name=s["名称"]||s.name,"undefined"!==typeof JSON&&JSON.stringify(s),A.push(s.name),v[s.name]=y,V=!1):"/"!==c[0].charAt(c[0].length-2)&&(s=Re(c[0],!1),S=k=-1,M.s.r=M.s.c=1e7,M.e.r=M.e.c=0,y=i.dense?[]:{},B=[],I=[],V=!0);break;case"table-row-group":"/"===c[1]?--E:++E;break;case"table-row":case"行":if("/"===c[1]){S+=F,F=1;break}if(l=Re(c[0],!1),l["行号"]?S=l["行号"]-1:-1==S&&(S=0),F=+l["number-rows-repeated"]||1,F<10)for(W=0;W0&&(I[S+W]={level:E});k=-1;break;case"covered-table-cell":"/"!==c[1]&&++k,i.sheetStubs&&(i.dense?(y[S]||(y[S]=[]),y[S][k]={t:"z"}):y[wn({r:S,c:k})]={t:"z"}),w="",C=[];break;case"table-cell":case"数据":if("/"===c[0].charAt(c[0].length-2))++k,b=Re(c[0],!1),N=parseInt(b["number-columns-repeated"]||"1",10),u={t:"z",v:null},b.formula&&0!=i.cellFormula&&(u.f=sd(Ye(b.formula))),"string"==(b["数据类型"]||b["value-type"])&&(u.t="s",u.v=Ye(b["string-value"]||""),i.dense?(y[S]||(y[S]=[]),y[S][k]=u):y[wn({r:S,c:k})]=u),k+=N-1;else if("/"!==c[1]){++k,N=1;var K=F?S+F-1:S;if(k>M.e.c&&(M.e.c=k),kM.e.r&&(M.e.r=K),b=Re(c[0],!1),z=[],Y={},u={t:b["数据类型"]||b["value-type"],v:null},i.cellFormula)if(b.formula&&(b.formula=Ye(b.formula)),b["number-matrix-columns-spanned"]&&b["number-matrix-rows-spanned"]&&(L=parseInt(b["number-matrix-rows-spanned"],10)||0,O=parseInt(b["number-matrix-columns-spanned"],10)||0,D={s:{r:S,c:k},e:{r:S+L-1,c:k+O-1}},u.F=Cn(D),P.push([D,u.F])),b.formula)u.f=sd(b.formula);else for(W=0;W=P[W][0].s.r&&S<=P[W][0].e.r&&k>=P[W][0].s.c&&k<=P[W][0].e.c&&(u.F=P[W][1]);switch((b["number-columns-spanned"]||b["number-rows-spanned"])&&(L=parseInt(b["number-rows-spanned"],10)||0,O=parseInt(b["number-columns-spanned"],10)||0,D={s:{r:S,c:k},e:{r:S+L-1,c:k+O-1}},B.push(D)),b["number-columns-repeated"]&&(N=parseInt(b["number-columns-repeated"],10)),u.t){case"boolean":u.t="b",u.v=Je(b["boolean-value"]);break;case"float":u.t="n",u.v=parseFloat(b.value);break;case"percentage":u.t="n",u.v=parseFloat(b.value);break;case"currency":u.t="n",u.v=parseFloat(b.value);break;case"date":u.t="d",u.v=de(b["date-value"]),i.cellDates||(u.t="n",u.v=ie(u.v)),u.z="m/d/yy";break;case"time":u.t="n",u.v=ce(b["time-value"])/86400;break;case"number":u.t="n",u.v=parseFloat(b["数据数值"]);break;default:if("string"!==u.t&&"text"!==u.t&&u.t)throw new Error("Unsupported value type "+u.t);u.t="s",null!=b["string-value"]&&(w=Ye(b["string-value"]),C=[])}}else{if(Q=!1,"s"===u.t&&(u.v=w||"",C.length&&(u.R=C),Q=0==x),H.Target&&(u.l=H),z.length>0&&(u.c=z,z=[]),w&&!1!==i.cellText&&(u.w=w),Q&&(u.t="z",delete u.v),(!Q||i.sheetStubs)&&!(i.sheetRows&&i.sheetRows<=S))for(var G=0;G0)y[S+G][k+N]=pe(u)}else{y[wn({r:S+G,c:k})]=u;while(--N>0)y[wn({r:S+G,c:k+N})]=pe(u)}M.e.c<=k&&(M.e.c=k)}N=parseInt(b["number-columns-repeated"]||"1",10),k+=N-1,N=0,u={},w="",C=[]}H={};break;case"document":case"document-content":case"电子表格文档":case"spreadsheet":case"主体":case"scripts":case"styles":case"font-face-decls":case"master-styles":if("/"===c[1]){if((a=f.pop())[0]!==c[3])throw"Bad state: "+a}else"/"!==c[0].charAt(c[0].length-2)&&f.push([c[3],!0]);break;case"annotation":if("/"===c[1]){if((a=f.pop())[0]!==c[3])throw"Bad state: "+a;Y.t=w,C.length&&(Y.R=C),Y.a=$,z.push(Y)}else"/"!==c[0].charAt(c[0].length-2)&&f.push([c[3],!1]);$="",j=0,w="",x=0,C=[];break;case"creator":"/"===c[1]?$=d.slice(j,c.index):j=c.index+c[0].length;break;case"meta":case"元数据":case"settings":case"config-item-set":case"config-item-map-indexed":case"config-item-map-entry":case"config-item-map-named":case"shapes":case"frame":case"text-box":case"image":case"data-pilot-tables":case"list-style":case"form":case"dde-links":case"event-listeners":case"chart":if("/"===c[1]){if((a=f.pop())[0]!==c[3])throw"Bad state: "+a}else"/"!==c[0].charAt(c[0].length-2)&&f.push([c[3],!1]);w="",x=0,C=[];break;case"scientific-number":break;case"currency-symbol":break;case"currency-style":break;case"number-style":case"percentage-style":case"date-style":case"time-style":if("/"===c[1]){if(T[p.name]=m,(a=f.pop())[0]!==c[3])throw"Bad state: "+a}else"/"!==c[0].charAt(c[0].length-2)&&(m="",p=Re(c[0],!1),f.push([c[3],!0]));break;case"script":break;case"libraries":break;case"automatic-styles":break;case"default-style":case"page-layout":break;case"style":break;case"map":break;case"font-face":break;case"paragraph-properties":break;case"table-properties":break;case"table-column-properties":break;case"table-row-properties":break;case"table-cell-properties":break;case"number":switch(f[f.length-1][0]){case"time-style":case"date-style":o=Re(c[0],!1),m+=t[c[3]]["long"===o.style?1:0];break}break;case"fraction":break;case"day":case"month":case"year":case"era":case"day-of-week":case"week-of-year":case"quarter":case"hours":case"minutes":case"seconds":case"am-pm":switch(f[f.length-1][0]){case"time-style":case"date-style":o=Re(c[0],!1),m+=t[c[3]]["long"===o.style?1:0];break}break;case"boolean-style":break;case"boolean":break;case"text-style":break;case"text":if("/>"===c[0].slice(-2))break;if("/"===c[1])switch(f[f.length-1][0]){case"number-style":case"date-style":case"time-style":m+=d.slice(g,c.index);break}else g=c.index+c[0].length;break;case"named-range":o=Re(c[0],!1),U=cd(o["cell-range-address"]);var X={Name:o.name,Ref:U[0]+"!"+U[1]};V&&(X.Sheet=A.length),R.Names.push(X);break;case"text-content":break;case"text-properties":break;case"embedded-text":break;case"body":case"电子表格":break;case"forms":break;case"table-column":break;case"table-header-rows":break;case"table-rows":break;case"table-column-group":break;case"table-header-columns":break;case"table-columns":break;case"null-date":break;case"graphic-properties":break;case"calculation-settings":break;case"named-expressions":break;case"label-range":break;case"label-ranges":break;case"named-expression":break;case"sort":break;case"sort-by":break;case"sort-groups":break;case"tab":break;case"line-break":break;case"span":break;case"p":case"文本串":if(["master-styles"].indexOf(f[f.length-1][0])>-1)break;if("/"!==c[1]||b&&b["string-value"])h=Re(c[0],!1),x=c.index+c[0].length;else{var q=e(d.slice(x,c.index),h);w=(w.length>0?w+"\n":"")+q[0]}break;case"s":break;case"database-range":if("/"===c[1])break;try{U=cd(Re(c[0])["target-range-address"]),v[U[0]]["!autofilter"]={ref:U[1]}}catch(uv){}break;case"date":break;case"object":break;case"title":case"标题":break;case"desc":break;case"binary-data":break;case"table-source":break;case"scenario":break;case"iteration":break;case"content-validations":break;case"content-validation":break;case"help-message":break;case"error-message":break;case"database-ranges":break;case"filter":break;case"filter-and":break;case"filter-or":break;case"filter-condition":break;case"list-level-style-bullet":break;case"list-level-style-number":break;case"list-level-properties":break;case"sender-firstname":case"sender-lastname":case"sender-initials":case"sender-title":case"sender-position":case"sender-email":case"sender-phone-private":case"sender-fax":case"sender-company":case"sender-phone-work":case"sender-street":case"sender-city":case"sender-postal-code":case"sender-country":case"sender-state-or-province":case"author-name":case"author-initials":case"chapter":case"file-name":case"template-name":case"sheet-name":break;case"event-listener":break;case"initial-creator":case"creation-date":case"print-date":case"generator":case"document-statistic":case"user-defined":case"editing-duration":case"editing-cycles":break;case"config-item":break;case"page-number":break;case"page-count":break;case"time":break;case"cell-range-source":break;case"detective":break;case"operation":break;case"highlighted-range":break;case"data-pilot-table":case"source-cell-range":case"source-service":case"data-pilot-field":case"data-pilot-level":case"data-pilot-subtotals":case"data-pilot-subtotal":case"data-pilot-members":case"data-pilot-member":case"data-pilot-display-info":case"data-pilot-sort-info":case"data-pilot-layout-info":case"data-pilot-field-reference":case"data-pilot-groups":case"data-pilot-group":case"data-pilot-group-member":break;case"rect":break;case"dde-connection-decls":case"dde-connection-decl":case"dde-link":case"dde-source":break;case"properties":break;case"property":break;case"a":if("/"!==c[1]){if(H=Re(c[0],!1),!H.href)break;H.Target=H.href,delete H.href,"#"==H.Target.charAt(0)&&H.Target.indexOf(".")>-1&&(U=cd(H.Target.slice(1)),H.Target="#"+U[0]+"!"+U[1])}break;case"table-protection":break;case"data-pilot-grand-total":break;case"office-document-common-attrs":break;default:switch(c[2]){case"dc:":case"calcext:":case"loext:":case"ooo:":case"chartooo:":case"draw:":case"style:":case"chart:":case"form:":case"uof:":case"表:":case"字:":break;default:if(i.WTF)throw new Error(c)}}var J={Sheets:v,SheetNames:A,Workbook:R};return i.bookSheets&&delete J.Sheets,J}}();function lg(e,t){t=t||{};var n=!!Ce(e,"objectdata");n&&qr(ke(e,"META-INF/manifest.xml"),t);var r=Me(e,"content.xml");if(!r)throw new Error("Missing content.xml in "+(n?"ODS":"UOF")+" file");var i=sg(n?r:Ze(r),t);return Ce(e,"meta.xml")&&(i.Props=ai(ke(e,"meta.xml"))),i}function cg(e,t){return sg(e,t)}var ug=function(){var e="";return function(){return Oe+e}}(),hg=function(){var e=function(e){return Qe(e).replace(/ +/g,(function(e){return''})).replace(/\t/g,"").replace(/\n/g,"").replace(/^ /,"").replace(/ $/,"")},t=" \n",n=" \n",r=function(r,i,a){var o=[];o.push(' \n');var s=0,l=0,c=xn(r["!ref"]),u=r["!merges"]||[],h=0,d=Array.isArray(r);for(s=0;s\n");for(;s<=c.e.r;++s){for(o.push(" \n"),l=0;ll)&&!(u[h].s.r>s)&&!(u[h].e.c\n")}return o.push(" \n"),o.join("")},i=function(e){e.push(" \n"),e.push(' \n'),e.push(' \n'),e.push(" /\n"),e.push(' \n'),e.push(" /\n"),e.push(" \n"),e.push(" \n"),e.push(' \n'),e.push(' \n'),e.push(" \n"),e.push(' \n'),e.push(" \n")};return function(e,t){var n=[Oe],a=dt({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:meta":"urn:oasis:names:tc:opendocument:xmlns:meta:1.0","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:presentation":"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:chart":"urn:oasis:names:tc:opendocument:xmlns:chart:1.0","xmlns:dr3d":"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0","xmlns:math":"http://www.w3.org/1998/Math/MathML","xmlns:form":"urn:oasis:names:tc:opendocument:xmlns:form:1.0","xmlns:script":"urn:oasis:names:tc:opendocument:xmlns:script:1.0","xmlns:ooo":"http://openoffice.org/2004/office","xmlns:ooow":"http://openoffice.org/2004/writer","xmlns:oooc":"http://openoffice.org/2004/calc","xmlns:dom":"http://www.w3.org/2001/xml-events","xmlns:xforms":"http://www.w3.org/2002/xforms","xmlns:xsd":"http://www.w3.org/2001/XMLSchema","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","xmlns:sheet":"urn:oasis:names:tc:opendocument:sh33tjs:1.0","xmlns:rpt":"http://openoffice.org/2005/report","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","xmlns:xhtml":"http://www.w3.org/1999/xhtml","xmlns:grddl":"http://www.w3.org/2003/g/data-view#","xmlns:tableooo":"http://openoffice.org/2009/table","xmlns:drawooo":"http://openoffice.org/2010/draw","xmlns:calcext":"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0","xmlns:loext":"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0","xmlns:field":"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0","xmlns:formx":"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0","xmlns:css3t":"http://www.w3.org/TR/css3-text/","office:version":"1.2"}),o=dt({"xmlns:config":"urn:oasis:names:tc:opendocument:xmlns:config:1.0","office:mimetype":"application/vnd.oasis.opendocument.spreadsheet"});"fods"==t.bookType?n.push("\n"):n.push("\n"),i(n),n.push(" \n"),n.push(" \n");for(var s=0;s!=e.SheetNames.length;++s)n.push(r(e.Sheets[e.SheetNames[s]],e,s,t));return n.push(" \n"),n.push(" \n"),"fods"==t.bookType?n.push(""):n.push(""),n.join("")}}();function dg(e,t){if("fods"==t.bookType)return hg(e,t);var n=Be(),r="",i=[],a=[];return r="mimetype",Te(n,r,"application/vnd.oasis.opendocument.spreadsheet"),r="content.xml",Te(n,r,hg(e,t)),i.push([r,"text/xml"]),a.push([r,"ContentFile"]),r="styles.xml",Te(n,r,ug(e,t)),i.push([r,"text/xml"]),a.push([r,"StylesFile"]),r="meta.xml",Te(n,r,ni()),i.push([r,"text/xml"]),a.push([r,"MetadataFile"]),r="manifest.rdf",Te(n,r,ti(a)),i.push([r,"application/rdf+xml"]),r="META-INF/manifest.xml",Te(n,r,Jr(i)),n}function fg(e,t){if(!t)return 0;var n=e.SheetNames.indexOf(t);if(-1==n)throw new Error("Sheet not found: "+t);return n}function pg(e){return function(t,n){var r=fg(t,n.sheet);return e.from_sheet(t.Sheets[t.SheetNames[r]],n,t)}}var mg=pg(tg),gg=pg({from_sheet:iv}),vg=pg("undefined"!==typeof vs?vs:{}),Ag=pg("undefined"!==typeof As?As:{}),yg=pg("undefined"!==typeof bs?bs:{}),bg=pg("undefined"!==typeof ul?ul:{}),_g=pg({from_sheet:av}),wg=pg("undefined"!==typeof gs?gs:{}),xg=pg("undefined"!==typeof ys?ys:{});function Cg(e){return function(t){for(var n=0;n!=e.length;++n){var r=e[n];void 0===t[r[0]]&&(t[r[0]]=r[1]),"n"===r[2]&&(t[r[0]]=Number(t[r[0]]))}}}var Sg=function(e){Cg([["cellNF",!1],["cellHTML",!0],["cellFormula",!0],["cellStyles",!1],["cellText",!0],["cellDates",!1],["sheetStubs",!1],["sheetRows",0,"n"],["bookDeps",!1],["bookSheets",!1],["bookProps",!1],["bookFiles",!1],["bookVBA",!1],["password",""],["WTF",!1]])(e)},kg=Cg([["cellDates",!1],["bookSST",!1],["bookType","xlsx"],["compression",!1],["WTF",!1]]);function Mg(e){return $r.WS.indexOf(e)>-1?"sheet":$r.CS&&e==$r.CS?"chart":$r.DS&&e==$r.DS?"dialog":$r.MS&&e==$r.MS?"macro":e&&e.length?e:"sheet"}function Eg(e,t){if(!e)return 0;try{e=t.map((function(t){return t.id||(t.id=t.strRelID),[t.name,e["!id"][t.id].Target,Mg(e["!id"][t.id].Type)]}))}catch(uv){return null}return e&&0!==e.length?e:null}function Tg(e,t,n,r,i,a,o,s,l,c,u,h){try{a[r]=Qr(Me(e,n,!0),t);var d,f=ke(e,t);switch(s){case"sheet":d=Fp(f,t,i,l,a[r],c,u,h);break;case"chart":if(d=Np(f,t,i,l,a[r],c,u,h),!d||!d["!drawel"])break;var p=Le(d["!drawel"].Target,t),m=jr(p),g=Uc(Me(e,p,!0),Qr(Me(e,m,!0),p)),v=Le(g,p),A=jr(v);d=np(Me(e,v,!0),v,l,Qr(Me(e,A,!0),v),c,d);break;case"macro":d=Pp(f,t,i,l,a[r],c,u,h);break;case"dialog":d=Rp(f,t,i,l,a[r],c,u,h);break;default:throw new Error("Unrecognized sheet type "+s)}o[r]=d;var y=[];a&&a[r]&&J(a[r]).forEach((function(n){if(a[r][n].Type==$r.CMNT){var i=Le(a[r][n].Target,t);if(y=Yp(ke(e,i,!0),i,l),!y||!y.length)return;$c(d,y)}}))}catch(uv){if(l.WTF)throw uv}}function Bg(e){return"/"==e.charAt(0)?e.slice(1):e}function Dg(e,t){if(R(P),t=t||{},Sg(t),Ce(e,"META-INF/manifest.xml"))return lg(e,t);if(Ce(e,"objectdata.xml"))return lg(e,t);if(Ce(e,"Index/Document.iwa"))throw new Error("Unsupported NUMBERS file");var n,r,i=Ee(e),a=Hr(Me(e,"[Content_Types].xml")),o=!1;if(0===a.workbooks.length&&(r="xl/workbook.xml",ke(e,r,!0)&&a.workbooks.push(r)),0===a.workbooks.length){if(r="xl/workbook.bin",!ke(e,r,!0))throw new Error("Could not find workbook");a.workbooks.push(r),o=!0}"bin"==a.workbooks[0].slice(-3)&&(o=!0);var s={},l={};if(!t.bookSheets&&!t.bookProps){if(hd=[],a.sst)try{hd=zp(ke(e,Bg(a.sst)),a.sst,t)}catch(uv){if(t.WTF)throw uv}t.cellStyles&&a.themes.length&&(s=Up(Me(e,a.themes[0].replace(/^\//,""),!0)||"",a.themes[0],t)),a.style&&(l=Hp(ke(e,Bg(a.style)),a.style,s,t))}a.links.map((function(n){try{var r=Qr(Me(e,jr(Bg(n))),n);return jp(ke(e,Bg(n)),r,n,t)}catch(uv){}}));var c=Ip(ke(e,Bg(a.workbooks[0])),a.workbooks[0],t),u={},h="";a.coreprops.length&&(h=ke(e,Bg(a.coreprops[0]),!0),h&&(u=ai(h)),0!==a.extprops.length&&(h=ke(e,Bg(a.extprops[0]),!0),h&&di(h,u,t)));var d={};t.bookSheets&&!t.bookProps||0!==a.custprops.length&&(h=Me(e,Bg(a.custprops[0]),!0),h&&(d=gi(h,t)));var f={};if((t.bookSheets||t.bookProps)&&(c.Sheets?n=c.Sheets.map((function(e){return e.name})):u.Worksheets&&u.SheetNames.length>0&&(n=u.SheetNames),t.bookProps&&(f.Props=u,f.Custprops=d),t.bookSheets&&"undefined"!==typeof n&&(f.SheetNames=n),t.bookSheets?f.SheetNames:t.bookProps))return f;n={};var p={};t.bookDeps&&a.calcchain&&(p=$p(ke(e,Bg(a.calcchain)),a.calcchain,t));var m,g,v=0,A={},y=c.Sheets;u.Worksheets=y.length,u.SheetNames=[];for(var b=0;b!=y.length;++b)u.SheetNames[b]=y[b].name;var _=o?"bin":"xml",w=a.workbooks[0].lastIndexOf("/"),x=(a.workbooks[0].slice(0,w+1)+"_rels/"+a.workbooks[0].slice(w+1)+".rels").replace(/^\//,"");Ce(e,x)||(x="xl/_rels/workbook."+_+".rels");var C=Qr(Me(e,x,!0),x);C&&(C=Eg(C,c.Sheets));var S=ke(e,"xl/worksheets/sheet.xml",!0)?1:0;e:for(v=0;v!=u.Worksheets;++v){var k="sheet";if(C&&C[v]?(m="xl/"+C[v][1].replace(/[\/]?xl\//,""),Ce(e,m)||(m=C[v][1]),Ce(e,m)||(m=x.replace(/_rels\/.*$/,"")+C[v][1]),k=C[v][2]):(m="xl/worksheets/sheet"+(v+1-S)+"."+_,m=m.replace(/sheet0\./,"sheet.")),g=m.replace(/^(.*)(\/)([^\/]*)$/,"$1/_rels/$3.rels"),t&&null!=t.sheets)switch(typeof t.sheets){case"number":if(v!=t.sheets)continue e;break;case"string":if(u.SheetNames[v].toLowerCase()!=t.sheets.toLowerCase())continue e;break;default:if(Array.isArray&&Array.isArray(t.sheets)){for(var M=!1,E=0;E!=t.sheets.length;++E)"number"==typeof t.sheets[E]&&t.sheets[E]==v&&(M=1),"string"==typeof t.sheets[E]&&t.sheets[E].toLowerCase()==u.SheetNames[v].toLowerCase()&&(M=1);if(!M)continue e}}Tg(e,m,g,u.SheetNames[v],v,A,n,k,t,c,s,l)}return f={Directory:a,Workbook:c,Props:u,Custprops:d,Deps:p,Sheets:n,SheetNames:u.SheetNames,Strings:hd,Styles:l,Themes:s,SSF:P.get_table()},t&&t.bookFiles&&(f.keys=i,f.files=e.files),t&&t.bookVBA&&(a.vba.length>0?f.vbaraw=ke(e,Bg(a.vba[0]),!0):a.defaults&&a.defaults.bin===Zc&&(f.vbaraw=ke(e,"xl/vbaProject.bin",!0))),f}function Lg(e,t){var n=t||{},r="Workbook",i=K.find(e,r);try{if(r="/!DataSpaces/Version",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);if($s(i.content),r="/!DataSpaces/DataSpaceMap",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);var a=Qs(i.content);if(1!==a.length||1!==a[0].comps.length||0!==a[0].comps[0].t||"StrongEncryptionDataSpace"!==a[0].name||"EncryptedPackage"!==a[0].comps[0].v)throw new Error("ECMA-376 Encrypted file bad "+r);if(r="/!DataSpaces/DataSpaceInfo/StrongEncryptionDataSpace",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);var o=Vs(i.content);if(1!=o.length||"StrongEncryptionTransform"!=o[0])throw new Error("ECMA-376 Encrypted file bad "+r);if(r="/!DataSpaces/TransformInfo/StrongEncryptionTransform/!Primary",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);Ks(i.content)}catch(uv){}if(r="/EncryptionInfo",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);var s=qs(i.content);if(r="/EncryptedPackage",i=K.find(e,r),!i||!i.content)throw new Error("ECMA-376 Encrypted file missing "+r);if(4==s[0]&&"undefined"!==typeof decrypt_agile)return decrypt_agile(s[1],i.content,n.password||"",n);if(2==s[0]&&"undefined"!==typeof decrypt_std76)return decrypt_std76(s[1],i.content,n.password||"",n);throw new Error("File is password-protected")}function Og(e,t){if(zc=1024,"ods"==t.bookType)return dg(e,t);e&&!e.SSF&&(e.SSF=P.get_table()),e&&e.SSF&&(R(P),P.load_table(e.SSF),t.revssf=te(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF),t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,fd?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var n="xlsb"==t.bookType?"bin":"xml",r=nu.indexOf(t.bookType)>-1,i=Rr();kg(t=t||{});var a=Be(),o="",s=0;if(t.cellXfs=[],vd(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={}),o="docProps/core.xml",Te(a,o,li(e.Props,t)),i.coreprops.push(o),Gr(t.rels,2,o,$r.CORE_PROPS),o="docProps/app.xml",e.Props&&e.Props.SheetNames);else if(e.Workbook&&e.Workbook.Sheets){for(var l=[],c=0;c0&&(o="docProps/custom.xml",Te(a,o,Ai(e.Custprops,t)),i.custprops.push(o),Gr(t.rels,4,o,$r.CUST_PROPS)),s=1;s<=e.SheetNames.length;++s){var u={"!id":{}},h=e.Sheets[e.SheetNames[s-1]],d=(h||{})["!type"]||"sheet";switch(d){case"chart":default:o="xl/worksheets/sheet"+s+"."+n,Te(a,o,Vp(s-1,o,t,e,u)),i.sheets.push(o),Gr(t.wbrels,-1,"worksheets/sheet"+s+"."+n,$r.WS[0])}if(h){var f=h["!comments"],p=!1;if(f&&f.length>0){var m="xl/comments"+s+"."+n;Te(a,m,Gp(f,m,t)),i.comments.push(m),Gr(u,-1,"../comments"+s+"."+n,$r.CMNT),p=!0}h["!legacy"]&&p&&Te(a,"xl/drawings/vmlDrawing"+s+".vml",Yc(s,h["!comments"])),delete h["!comments"],delete h["!legacy"]}u["!id"].rId1&&Te(a,jr(o),Wr(u))}return null!=t.Strings&&t.Strings.length>0&&(o="xl/sharedStrings."+n,Te(a,o,Kp(t.Strings,o,t)),i.strs.push(o),Gr(t.wbrels,-1,"sharedStrings."+n,$r.SST)),o="xl/workbook."+n,Te(a,o,Qp(e,o,t)),i.workbooks.push(o),Gr(t.rels,1,o,$r.WB),o="xl/theme/theme1.xml",Te(a,o,kc(e.Themes,t)),i.themes.push(o),Gr(t.wbrels,-1,"theme/theme1.xml",$r.THEME),o="xl/styles."+n,Te(a,o,Wp(e,o,t)),i.styles.push(o),Gr(t.wbrels,-1,"styles."+n,$r.STY),e.vbaraw&&r&&(o="xl/vbaProject.bin",Te(a,o,e.vbaraw),i.vba.push(o),Gr(t.wbrels,-1,"vbaProject.bin",$r.VBA)),Te(a,"[Content_Types].xml",Yr(i,t)),Te(a,"_rels/.rels",Wr(t.rels)),Te(a,"xl/_rels/workbook."+n+".rels",Wr(t.wbrels)),delete t.revssf,delete t.ssf,a}function Ig(e,t){var n="";switch((t||{}).type||"base64"){case"buffer":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];case"base64":n=x.decode(e.slice(0,12));break;case"binary":n=e;break;case"array":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];default:throw new Error("Unrecognized type "+(t&&t.type||"undefined"))}return[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3),n.charCodeAt(4),n.charCodeAt(5),n.charCodeAt(6),n.charCodeAt(7)]}function Fg(e,t){return K.find(e,"EncryptedPackage")?Lg(e,t):Dm(e,t)}function Ng(e,t){var n,r=e,a=t||{};return a.type||(a.type=C&&i.isBuffer(e)?"buffer":"base64"),n=De(r,a),Dg(n,a)}function Pg(e,t){var n=0;e:while(n=2&&0===r[3])return ws.to_workbook(n,o);break;case 3:case 131:case 139:case 140:return gs.to_workbook(n,o);case 123:if(92===r[1]&&114===r[2]&&116===r[3])return ul.to_workbook(n,o);break;case 10:case 13:case 32:return Rg(n,o)}return gs.versions.indexOf(r[0])>-1&&r[2]<=12&&r[3]<=31?gs.to_workbook(n,o):zg(e,n,o,a)}function $g(e,t){var n=t||{};return n.type="file",Yg(e,n)}function jg(e,t){switch(t.type){case"base64":case"binary":break;case"buffer":case"array":t.type="";break;case"file":return X(t.file,K.write(e,{type:C?"buffer":""}));case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");default:throw new Error("Unrecognized type "+t.type)}return K.write(e,t)}function Qg(e,t){var n=t||{},r=Og(e,n),i={};if(n.compression&&(i.compression="DEFLATE"),n.password)i.type=C?"nodebuffer":"string";else switch(n.type){case"base64":i.type="base64";break;case"binary":i.type="string";break;case"string":throw new Error("'string' output type invalid for '"+n.bookType+"' files");case"buffer":case"file":i.type=C?"nodebuffer":"string";break;default:throw new Error("Unrecognized type "+n.type)}var a=r.FullPaths?K.write(r,{fileType:"zip",type:{nodebuffer:"buffer",string:"binary"}[i.type]||i.type}):r.generate(i);return n.password&&"undefined"!==typeof encrypt_agile?jg(encrypt_agile(a,n.password),n):"file"===n.type?X(n.file,a):"string"==n.type?Ze(a):a}function Vg(e,t){var n=t||{},r=Lm(e,n);return jg(r,n)}function Wg(e,t,n){n||(n="");var r=n+e;switch(t.type){case"base64":return x.encode(et(r));case"binary":return et(r);case"string":return e;case"file":return X(t.file,r,"utf8");case"buffer":return C?S(r,"utf8"):Wg(r,{type:"binary"}).split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}function Kg(e,t){switch(t.type){case"base64":return x.encode(e);case"binary":return e;case"string":return e;case"file":return X(t.file,e,"binary");case"buffer":return C?S(e,"binary"):e.split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}function Gg(e,t){switch(t.type){case"string":case"base64":case"binary":for(var n="",r=0;r0&&(i=0);var h=fn(l.s.r),d=[],f=[],p=0,m=0,g=Array.isArray(e),v=l.s.r,A=0,y=0;for(g&&!e[v]&&(e[v]=[]),A=l.s.c;A<=l.e.c;++A)switch(d[A]=vn(A),n=g?e[v][A]:e[d[A]+h],r){case 1:a[A]=A-l.s.c;break;case 2:a[A]=d[A];break;case 3:a[A]=c.header[A-l.s.c];break;default:for(null==n&&(n={w:"__EMPTY",t:"s"}),s=o=Mn(n,null,c),m=0,y=0;y=0&&(u='"'+u.replace(nv,'""')+'"'));c.push(u)}return!1===s.blankrows&&l?null:c.join(o)}function iv(e,t){var n=[],r=null==t?{}:t;if(null==e||null==e["!ref"])return"";var i=Sn(e["!ref"]),a=void 0!==r.FS?r.FS:",",o=a.charCodeAt(0),s=void 0!==r.RS?r.RS:"\n",l=s.charCodeAt(0),c=new RegExp(("|"==a?"\\|":a)+"+$"),u="",h=[];r.dense=Array.isArray(e);for(var d=r.skipHidden&&e["!cols"]||[],f=r.skipHidden&&e["!rows"]||[],p=i.s.c;p<=i.e.c;++p)(d[p]||{}).hidden||(h[p]=vn(p));for(var m=i.s.r;m<=i.e.r;++m)(f[m]||{}).hidden||(u=rv(e,i,m,h,o,l,a,r),null!=u&&(r.strip&&(u=u.replace(c,"")),n.push(u+s)));return delete r.dense,n.join("")}function av(e,t){t||(t={}),t.FS="\t",t.RS="\n";var n=iv(e,t);if("undefined"==typeof cptable||"string"==t.type)return n;var r=cptable.utils.encode(1200,n,"str");return String.fromCharCode(255)+String.fromCharCode(254)+r}function ov(e){var t,n="",r="";if(null==e||null==e["!ref"])return[];var i,a=Sn(e["!ref"]),o="",s=[],l=[],c=Array.isArray(e);for(i=a.s.c;i<=a.e.c;++i)s[i]=vn(i);for(var u=a.s.r;u<=a.e.r;++u)for(o=fn(u),i=a.s.c;i<=a.e.c;++i)if(n=s[i]+o,t=c?(e[u]||[])[i]:e[n],r="",void 0!==t){if(null!=t.F){if(n=t.F,!t.f)continue;r=t.f,-1==n.indexOf(":")&&(n=n+":"+n)}if(null!=t.f)r=t.f;else{if("z"==t.t)continue;if("n"==t.t&&null!=t.v)r=""+t.v;else if("b"==t.t)r=t.v?"TRUE":"FALSE";else if(void 0!==t.w)r="'"+t.w;else{if(void 0===t.v)continue;r="s"==t.t?"'"+t.v:""+t.v}}l[l.length]=n+"="+r}return l}function sv(e,t,n){var r,i=n||{},a=+!i.skipHeader,o=e||{},s=0,l=0;if(o&&null!=i.origin)if("number"==typeof i.origin)s=i.origin;else{var c="string"==typeof i.origin?_n(i.origin):i.origin;s=c.r,l=c.c}var u={s:{c:0,r:0},e:{c:l,r:s+t.length-1+a}};if(o["!ref"]){var h=Sn(o["!ref"]);u.e.c=Math.max(u.e.c,h.e.c),u.e.r=Math.max(u.e.r,h.e.r),-1==s&&(s=h.e.r+1,u.e.r=s+t.length-1+a)}else-1==s&&(s=0,u.e.r=t.length-1+a);var d=i.header||[],f=0;t.forEach((function(e,t){J(e).forEach((function(n){-1==(f=d.indexOf(n))&&(d[f=d.length]=n);var c=e[n],u="z",h="",p=wn({c:l+f,r:s+t+a});r=cv.sheet_get_cell(o,p),!c||"object"!==typeof c||c instanceof Date?("number"==typeof c?u="n":"boolean"==typeof c?u="b":"string"==typeof c?u="s":c instanceof Date&&(u="d",i.cellDates||(u="n",c=ie(c)),h=i.dateNF||P._table[14]),r?(r.t=u,r.v=c,delete r.w,delete r.R,h&&(r.z=h)):o[p]=r={t:u,v:c},h&&(r.z=h)):o[p]=c}))})),u.e.c=Math.max(u.e.c,l+d.length-1);var p=fn(s);if(a)for(f=0;f=0&&e.SheetNames.length>t)return t;throw new Error("Cannot find sheet # "+t)}if("string"==typeof t){var n=e.SheetNames.indexOf(t);if(n>-1)return n;throw new Error("Cannot find sheet name |"+t+"|")}throw new Error("Cannot find sheet |"+t+"|")}e.consts=e.consts||{},e.sheet_get_cell=r,e.book_new=function(){return{SheetNames:[],Sheets:{}}},e.book_append_sheet=function(e,t,n){if(!n)for(var r=1;r<=65535;++r,n=void 0)if(-1==e.SheetNames.indexOf(n="Sheet"+r))break;if(!n||e.SheetNames.length>=65535)throw new Error("Too many worksheets");if(mp(n),e.SheetNames.indexOf(n)>=0)throw new Error("Worksheet with name |"+n+"| already exists!");e.SheetNames.push(n),e.Sheets[n]=t},e.book_set_sheet_visibility=function(e,t,r){n(e,"Workbook",{}),n(e.Workbook,"Sheets",[]);var a=i(e,t);switch(n(e.Workbook.Sheets,a,{}),r){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+r)}e.Workbook.Sheets[a].Hidden=r},t([["SHEET_VISIBLE",0],["SHEET_HIDDEN",1],["SHEET_VERY_HIDDEN",2]]),e.cell_set_number_format=function(e,t){return e.z=t,e},e.cell_set_hyperlink=function(e,t,n){return t?(e.l={Target:t},n&&(e.l.Tooltip=n)):delete e.l,e},e.cell_set_internal_link=function(t,n,r){return e.cell_set_hyperlink(t,"#"+n,r)},e.cell_add_comment=function(e,t,n){e.c||(e.c=[]),e.c.push({t:t,a:n||"SheetJS"})},e.sheet_set_array_formula=function(e,t,n){for(var i="string"!=typeof t?t:Sn(t),a="string"==typeof t?t:Cn(t),o=i.s.r;o<=i.e.r;++o)for(var s=i.s.c;s<=i.e.c;++s){var l=r(e,o,s);l.t="n",l.F=a,delete l.v,o==i.s.r&&s==i.s.c&&(l.f=n)}return e}})(cv),C&&function(){var e=n(3).Readable,r=function(t,n){var r=e(),i=null==n?{}:n;if(null==t||null==t["!ref"])return r.push(null),r;var a=Sn(t["!ref"]),o=void 0!==i.FS?i.FS:",",s=o.charCodeAt(0),l=void 0!==i.RS?i.RS:"\n",c=l.charCodeAt(0),u=new RegExp(("|"==o?"\\|":o)+"+$"),h="",d=[];i.dense=Array.isArray(t);for(var f=i.skipHidden&&t["!cols"]||[],p=i.skipHidden&&t["!rows"]||[],m=a.s.c;m<=a.e.c;++m)(f[m]||{}).hidden||(d[m]=vn(m));var g=a.s.r,v=!1;return r._read=function(){if(!v)return v=!0,r.push("\ufeff");while(g<=a.e.r)if(++g,!(p[g-1]||{}).hidden&&(h=rv(t,a,g-1,d,s,c,o,i),null!=h)){i.strip&&(h=h.replace(u,"")),r.push(h+l);break}return g>a.e.r?r.push(null):void 0},r},i=function(t,n){var r=e(),i=n||{},a=null!=i.header?i.header:tg.BEGIN,o=null!=i.footer?i.footer:tg.END;r.push(a);var s=xn(t["!ref"]);i.dense=Array.isArray(t),r.push(tg._preamble(t,s,i));var l=s.s.r,c=!1;return r._read=function(){if(l>s.e.r)return c||(c=!0,r.push(""+o)),r.push(null);while(l<=s.e.r){r.push(tg._row(t,s,l,i)),++l;break}},r},a=function(t,n){var r=e({objectMode:!0});if(null==t||null==t["!ref"])return r.push(null),r;var i={t:"n",v:0},a=0,o=1,s=[],l=0,c="",u={s:{r:0,c:0},e:{r:0,c:0}},h=n||{},d=null!=h.range?h.range:t["!ref"];switch(1===h.header?a=1:"A"===h.header?a=2:Array.isArray(h.header)&&(a=3),typeof d){case"string":u=Sn(d);break;case"number":u=Sn(t["!ref"]),u.s.r=d;break;default:u=d}a>0&&(o=0);var f=fn(u.s.r),p=[],m=0,g=Array.isArray(t),v=u.s.r,A=0,y=0;for(g&&!t[v]&&(t[v]=[]),A=u.s.c;A<=u.e.c;++A)switch(p[A]=vn(A),i=g?t[v][A]:t[p[A]+f],a){case 1:s[A]=A-u.s.c;break;case 2:s[A]=p[A];break;case 3:s[A]=h.header[A-u.s.c];break;default:for(null==i&&(i={w:"__EMPTY",t:"s"}),c=l=Mn(i,null,h),m=0,y=0;yu.e.r)return r.push(null);while(v<=u.e.r){var e=ev(t,u,v,p,a,s,g,h);if(++v,!1===e.isempty||(1===a?!1!==h.blankrows:h.blankrows)){r.push(e.row);break}}},r};t.stream={to_json:a,to_html:i,to_csv:r}}(),"undefined"!==typeof Dm&&(t.parse_xlscfb=Dm),t.parse_zip=Dg,t.read=Yg,t.readFile=$g,t.readFileSync=$g,t.write=Xg,t.writeFile=Jg,t.writeFileSync=Jg,t.writeFileAsync=Zg,t.utils=cv,t.SSF=P,"undefined"!==typeof K&&(t.CFB=K)}o(t)}).call(this,n("c8ba"),n("b639").Buffer,n("4362"))},1148:function(e,t,n){"use strict";var r=n("a691"),i=n("1d80");e.exports="".repeat||function(e){var t=String(i(this)),n="",a=r(e);if(a<0||a==1/0)throw RangeError("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(t+=t))1&a&&(n+=t);return n}},1276:function(e,t,n){"use strict";var r=n("d784"),i=n("44e7"),a=n("825a"),o=n("1d80"),s=n("4840"),l=n("8aa5"),c=n("50c4"),u=n("14c3"),h=n("9263"),d=n("d039"),f=[].push,p=Math.min,m=4294967295,g=!d((function(){return!RegExp(m,"y")}));r("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(o(this)),a=void 0===n?m:n>>>0;if(0===a)return[];if(void 0===e)return[r];if(!i(e))return t.call(r,e,a);var s,l,c,u=[],d=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),p=0,g=new RegExp(e.source,d+"g");while(s=h.call(g,r)){if(l=g.lastIndex,l>p&&(u.push(r.slice(p,s.index)),s.length>1&&s.index=a))break;g.lastIndex===s.index&&g.lastIndex++}return p===r.length?!c&&g.test("")||u.push(""):u.push(r.slice(p)),u.length>a?u.slice(0,a):u}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var i=o(this),a=void 0==t?void 0:t[e];return void 0!==a?a.call(t,i,n):r.call(String(i),t,n)},function(e,i){var o=n(r,e,this,i,r!==t);if(o.done)return o.value;var h=a(e),d=String(this),f=s(h,RegExp),v=h.unicode,A=(h.ignoreCase?"i":"")+(h.multiline?"m":"")+(h.unicode?"u":"")+(g?"y":"g"),y=new f(g?h:"^(?:"+h.source+")",A),b=void 0===i?m:i>>>0;if(0===b)return[];if(0===d.length)return null===u(y,d)?[d]:[];var _=0,w=0,x=[];while(w79&&o<83;r({target:"Array",proto:!0,forced:!l||c},{reduce:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"13da":function(e,t,n){var r=n("a44c");function i(e,t){var n,i=[],a=t>>0||1;if(r(e))if(a>=0&&e.length>a){n=0;while(n=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:"D. M. 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}))},"13ea":function(e,t,n){var r=n("e11b"),i=n("b39a3"),a=n("d0e5"),o=n("3ae2"),s=n("012c"),l=n("fedd"),c=n("27ad");function u(e,t){return e=l(e),c(e)?Math.floor((o(s(e,t,a))-o(s(e,t,i)))/r)+1:NaN}e.exports=u},1448:function(e,t,n){var r=n("ebb5").aTypedArrayConstructor,i=n("4840");e.exports=function(e,t){var n=i(e,e.constructor),a=0,o=t.length,s=new(r(n))(o);while(o>a)s[a]=t[a++];return s}},1458:function(e,t,n){var r=n("9a21"),i=n("20b3");function a(e){var t=[];return r(e,(function(e){i(t,e)||t.push(e)})),t}e.exports=a},"145e":function(e,t,n){"use strict";var r=n("7b0b"),i=n("23cb"),a=n("50c4"),o=Math.min;e.exports=[].copyWithin||function(e,t){var n=r(this),s=a(n.length),l=i(e,s),c=i(t,s),u=arguments.length>2?arguments[2]:void 0,h=o((void 0===u?s:i(u,s))-c,s-l),d=1;c0)c in n?n[l]=n[c]:delete n[l],l+=d,c+=d;return n}},"14c3":function(e,t,n){var r=n("c6b6"),i=n("9263");e.exports=function(e,t){var n=e.exec;if("function"===typeof n){var a=n.call(e,t);if("object"!==typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},"14e9":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=127)}({127:function(e,t,n){"use strict";n.r(t);var r=n(16),i=n(38),a=n.n(i),o=n(3),s=n(2),l={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}};function c(e){var t=e.move,n=e.size,r=e.bar,i={},a="translate"+r.axis+"("+t+"%)";return i[r.size]=n,i.transform=a,i.msTransform=a,i.webkitTransform=a,i}var u={name:"Bar",props:{vertical:Boolean,size:String,move:Number},computed:{bar:function(){return l[this.vertical?"vertical":"horizontal"]},wrap:function(){return this.$parent.wrap}},render:function(e){var t=this.size,n=this.move,r=this.bar;return e("div",{class:["el-scrollbar__bar","is-"+r.key],on:{mousedown:this.clickTrackHandler}},[e("div",{ref:"thumb",class:"el-scrollbar__thumb",on:{mousedown:this.clickThumbHandler},style:c({size:t,move:n,bar:r})})])},methods:{clickThumbHandler:function(e){e.ctrlKey||2===e.button||(this.startDrag(e),this[this.bar.axis]=e.currentTarget[this.bar.offset]-(e[this.bar.client]-e.currentTarget.getBoundingClientRect()[this.bar.direction]))},clickTrackHandler:function(e){var t=Math.abs(e.target.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),n=this.$refs.thumb[this.bar.offset]/2,r=100*(t-n)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=r*this.wrap[this.bar.scrollSize]/100},startDrag:function(e){e.stopImmediatePropagation(),this.cursorDown=!0,Object(s["on"])(document,"mousemove",this.mouseMoveDocumentHandler),Object(s["on"])(document,"mouseup",this.mouseUpDocumentHandler),document.onselectstart=function(){return!1}},mouseMoveDocumentHandler:function(e){if(!1!==this.cursorDown){var t=this[this.bar.axis];if(t){var n=-1*(this.$el.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),r=this.$refs.thumb[this.bar.offset]-t,i=100*(n-r)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=i*this.wrap[this.bar.scrollSize]/100}}},mouseUpDocumentHandler:function(e){this.cursorDown=!1,this[this.bar.axis]=0,Object(s["off"])(document,"mousemove",this.mouseMoveDocumentHandler),document.onselectstart=null}},destroyed:function(){Object(s["off"])(document,"mouseup",this.mouseUpDocumentHandler)}},h={name:"ElScrollbar",components:{Bar:u},props:{native:Boolean,wrapStyle:{},wrapClass:{},viewClass:{},viewStyle:{},noresize:Boolean,tag:{type:String,default:"div"}},data:function(){return{sizeWidth:"0",sizeHeight:"0",moveX:0,moveY:0}},computed:{wrap:function(){return this.$refs.wrap}},render:function(e){var t=a()(),n=this.wrapStyle;if(t){var r="-"+t+"px",i="margin-bottom: "+r+"; margin-right: "+r+";";Array.isArray(this.wrapStyle)?(n=Object(o["toObject"])(this.wrapStyle),n.marginRight=n.marginBottom=r):"string"===typeof this.wrapStyle?n+=i:n=i}var s=e(this.tag,{class:["el-scrollbar__view",this.viewClass],style:this.viewStyle,ref:"resize"},this.$slots.default),l=e("div",{ref:"wrap",style:n,on:{scroll:this.handleScroll},class:[this.wrapClass,"el-scrollbar__wrap",t?"":"el-scrollbar__wrap--hidden-default"]},[[s]]),c=void 0;return c=this.native?[e("div",{ref:"wrap",class:[this.wrapClass,"el-scrollbar__wrap"],style:n},[[s]])]:[l,e(u,{attrs:{move:this.moveX,size:this.sizeWidth}}),e(u,{attrs:{vertical:!0,move:this.moveY,size:this.sizeHeight}})],e("div",{class:"el-scrollbar"},c)},methods:{handleScroll:function(){var e=this.wrap;this.moveY=100*e.scrollTop/e.clientHeight,this.moveX=100*e.scrollLeft/e.clientWidth},update:function(){var e=void 0,t=void 0,n=this.wrap;n&&(e=100*n.clientHeight/n.scrollHeight,t=100*n.clientWidth/n.scrollWidth,this.sizeHeight=e<100?e+"%":"",this.sizeWidth=t<100?t+"%":"")}},mounted:function(){this.native||(this.$nextTick(this.update),!this.noresize&&Object(r["addResizeListener"])(this.$refs.resize,this.update))},beforeDestroy:function(){this.native||!this.noresize&&Object(r["removeResizeListener"])(this.$refs.resize,this.update)},install:function(e){e.component(h.name,h)}};t["default"]=h},16:function(e,t){e.exports=n("4010")},2:function(e,t){e.exports=n("5924")},3:function(e,t){e.exports=n("8122")},38:function(e,t){e.exports=n("e62d")}})},1553:function(e,t,n){var r=n("27e0"),i=n("9a21"),a=n("294d");function o(e,t,n){var r=n.children,a=n.data,s=n.clear;return i(t,(function(t){var i=t[r];a&&(t=t[a]),e.push(t),i&&i.length&&o(e,i,n),s&&delete t[r]})),e}function s(e,t){return o([],e,a({},r.treeOptions,t))}e.exports=s},"159b":function(e,t,n){var r=n("da84"),i=n("fdbc"),a=n("17c2"),o=n("9112");for(var s in i){var l=r[s],c=l&&l.prototype;if(c&&c.forEach!==a)try{o(c,"forEach",a)}catch(u){c.forEach=a}}},"15a4":function(e,t,n){(function(n,r){var i,a,o,s;(function(n){if("undefined"==typeof DO_NOT_EXPORT_JSZIP)e.exports=n();else if("undefined"==typeof DO_NOT_EXPORT_JSZIP)JSZipSync=n(),a=[],i=n,o="function"===typeof i?i.apply(t,a):i,void 0===o||(e.exports=o);else{var s;"undefined"!=typeof globalThis?s=globalThis:"undefined"!=typeof window?s=window:"undefined"!=typeof r?s=r:"undefined"!=typeof $&&$.global?s=$.global:"undefined"!=typeof self&&(s=self),s.JSZipSync=n()}})((function(){return function e(t,n,r){function i(o,l){if(!n[o]){if(!t[o]){var c="function"==typeof s&&s;if(!l&&c)return s(o,!0);if(a)return a(o,!0);throw new Error("Cannot find module '"+o+"'")}var u=n[o]={exports:{}};t[o][0].call(u.exports,(function(e){var n=t[o][1][e];return i(n||e)}),u,u.exports,e,t,n,r)}return n[o].exports}for(var a="function"==typeof s&&s,o=0;o>2,s=(3&n)<<4|i>>4,l=(15&i)<<2|a>>6,c=63&a,isNaN(i)?l=c=64:isNaN(a)&&(c=64),u=u+r.charAt(o)+r.charAt(s)+r.charAt(l)+r.charAt(c);return u},n.decode=function(e,t){var n,i,a,o,s,l,c,u="",h=0;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(h>4,i=(15&s)<<4|l>>2,a=(3&l)<<6|c,u+=String.fromCharCode(n),64!=l&&(u+=String.fromCharCode(i)),64!=c&&(u+=String.fromCharCode(a));return u}},{}],2:[function(e,t,n){"use strict";function r(){this.compressedSize=0,this.uncompressedSize=0,this.crc32=0,this.compressionMethod=null,this.compressedContent=null}r.prototype={getContent:function(){return null},getCompressedContent:function(){return null}},t.exports=r},{}],3:[function(e,t,n){"use strict";n.STORE={magic:"\0\0",compress:function(e){return e},uncompress:function(e){return e},compressInputType:null,uncompressInputType:null},n.DEFLATE=e("./flate")},{"./flate":8}],4:[function(e,t,n){"use strict";var r=e("./utils"),i=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];t.exports=function(e,t){if("undefined"===typeof e||!e.length)return 0;var n="string"!==r.getTypeOf(e);"undefined"==typeof t&&(t=0);var a=0,o=0,s=0;t^=-1;for(var l=0,c=e.length;l>>8^a;return-1^t}},{"./utils":21}],5:[function(e,t,n){"use strict";var r=e("./utils");function i(e){this.data=null,this.length=0,this.index=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length=this.index;t--)n=(n<<8)+this.byteAt(t);return this.index+=e,n},readString:function(e){return r.transformTo("string",this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readDate:function(){var e=this.readInt(4);return new Date(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1)}},t.exports=i},{"./utils":21}],6:[function(e,t,n){"use strict";n.base64=!1,n.binary=!1,n.dir=!1,n.createFolders=!1,n.date=null,n.compression=null,n.comment=null},{}],7:[function(e,t,n){"use strict";var r=e("./utils");n.string2binary=function(e){return r.string2binary(e)},n.string2Uint8Array=function(e){return r.transformTo("uint8array",e)},n.uint8Array2String=function(e){return r.transformTo("string",e)},n.string2Blob=function(e){var t=r.transformTo("arraybuffer",e);return r.arrayBuffer2Blob(t)},n.arrayBuffer2Blob=function(e){return r.arrayBuffer2Blob(e)},n.transformTo=function(e,t){return r.transformTo(e,t)},n.getTypeOf=function(e){return r.getTypeOf(e)},n.checkSupport=function(e){return r.checkSupport(e)},n.MAX_VALUE_16BITS=r.MAX_VALUE_16BITS,n.MAX_VALUE_32BITS=r.MAX_VALUE_32BITS,n.pretty=function(e){return r.pretty(e)},n.findCompression=function(e){return r.findCompression(e)},n.isRegExp=function(e){return r.isRegExp(e)}},{"./utils":21}],8:[function(e,t,n){"use strict";var r="undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint16Array&&"undefined"!==typeof Uint32Array,i=e("pako");n.uncompressInputType=r?"uint8array":"array",n.compressInputType=r?"uint8array":"array",n.magic="\b\0",n.compress=function(e){return i.deflateRaw(e)},n.uncompress=function(e){return i.inflateRaw(e)}},{pako:24}],9:[function(e,t,n){"use strict";var r=e("./base64");function i(e,t){if(!(this instanceof i))return new i(e,t);this.files={},this.comment=null,this.root="",e&&this.load(e,t),this.clone=function(){var e=new i;for(var t in this)"function"!==typeof this[t]&&(e[t]=this[t]);return e}}i.prototype=e("./object"),i.prototype.load=e("./load"),i.support=e("./support"),i.defaults=e("./defaults"),i.utils=e("./deprecatedPublicUtils"),i.base64={encode:function(e){return r.encode(e)},decode:function(e){return r.decode(e)}},i.compressions=e("./compressions"),t.exports=i},{"./base64":1,"./compressions":3,"./defaults":6,"./deprecatedPublicUtils":7,"./load":10,"./object":13,"./support":17}],10:[function(e,t,n){"use strict";var r=e("./base64"),i=e("./zipEntries");t.exports=function(e,t){var n,a,o,s;for(t=t||{},t.base64&&(e=r.decode(e)),a=new i(e,t),n=a.files,o=0;o>>=8;return r},b=function(){var e,t,n={};for(e=0;e0?e.substring(0,t):""},C=function(e,t){return"/"!=e.slice(-1)&&(e+="/"),t="undefined"!==typeof t&&t,this.files[e]||w.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]},S=function(e,t){var n,r=new u;return e._data instanceof u?(r.uncompressedSize=e._data.uncompressedSize,r.crc32=e._data.crc32,0===r.uncompressedSize||e.dir?(t=c["STORE"],r.compressedContent="",r.crc32=0):e._data.compressionMethod===t.magic?r.compressedContent=e._data.getCompressedContent():(n=e._data.getContent(),r.compressedContent=t.compress(i.transformTo(t.compressInputType,n)))):(n=g(e),n&&0!==n.length&&!e.dir||(t=c["STORE"],n=""),r.uncompressedSize=n.length,r.crc32=a(n),r.compressedContent=t.compress(i.transformTo(t.compressInputType,n))),r.compressedSize=r.compressedContent.length,r.compressionMethod=t.magic,r},k=function(e,t,n,r){n.compressedContent;var s,l,c,u,h=i.transformTo("string",d.utf8encode(t.name)),f=t.comment||"",p=i.transformTo("string",d.utf8encode(f)),m=h.length!==t.name.length,g=p.length!==f.length,v=t.options,A="",b="",_="";c=t._initialMetadata.dir!==t.dir?t.dir:v.dir,u=t._initialMetadata.date!==t.date?t.date:v.date,s=u.getHours(),s<<=6,s|=u.getMinutes(),s<<=5,s|=u.getSeconds()/2,l=u.getFullYear()-1980,l<<=4,l|=u.getMonth()+1,l<<=5,l|=u.getDate(),m&&(b=y(1,1)+y(a(h),4)+h,A+="up"+y(b.length,2)+b),g&&(_=y(1,1)+y(this.crc32(p),4)+p,A+="uc"+y(_.length,2)+_);var w="";w+="\n\0",w+=m||g?"\0\b":"\0\0",w+=n.compressionMethod,w+=y(s,2),w+=y(l,2),w+=y(n.crc32,4),w+=y(n.compressedSize,4),w+=y(n.uncompressedSize,4),w+=y(h.length,2),w+=y(A.length,2);var x=o.LOCAL_FILE_HEADER+w+h+A,C=o.CENTRAL_FILE_HEADER+"\0"+w+y(p.length,2)+"\0\0\0\0"+(!0===c?"\0\0\0":"\0\0\0\0")+y(r,4)+h+A+p;return{fileRecord:x,dirRecord:C,compressedObject:n}},M={load:function(e,t){throw new Error("Load method is not defined. Is the file jszip-load.js included ?")},filter:function(e){var t,n,r,i,a=[];for(t in this.files)this.files.hasOwnProperty(t)&&(r=this.files[t],i=new A(r.name,r._data,b(r.options)),n=t.slice(this.root.length,t.length),t.slice(0,this.root.length)===this.root&&e(n,i)&&a.push(i));return a},file:function(e,t,n){if(1===arguments.length){if(i.isRegExp(e)){var r=e;return this.filter((function(e,t){return!t.dir&&r.test(e)}))}return this.filter((function(t,n){return!n.dir&&t===e}))[0]||null}return e=this.root+e,w.call(this,e,t,n),this},folder:function(e){if(!e)return this;if(i.isRegExp(e))return this.filter((function(t,n){return n.dir&&e.test(t)}));var t=this.root+e,n=C.call(this,t),r=this.clone();return r.root=n.name,r},remove:function(e){e=this.root+e;var t=this.files[e];if(t||("/"!=e.slice(-1)&&(e+="/"),t=this.files[e]),t&&!t.dir)delete this.files[e];else for(var n=this.filter((function(t,n){return n.name.slice(0,e.length)===e})),r=0;r=0;--a)if(this.data[a]===t&&this.data[a+1]===n&&this.data[a+2]===r&&this.data[a+3]===i)return a;return-1},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.index,this.index+e);return this.index+=e,t},t.exports=i},{"./dataReader":5}],19:[function(e,t,n){"use strict";var r=e("./utils"),i=function(e){this.data=new Uint8Array(e),this.index=0};i.prototype={append:function(e){0!==e.length&&(e=r.transformTo("uint8array",e),this.data.set(e,this.index),this.index+=e.length)},finalize:function(){return this.data}},t.exports=i},{"./utils":21}],20:[function(e,t,n){"use strict";for(var r=e("./utils"),i=e("./support"),a=e("./nodeBuffer"),o=new Array(256),s=0;s<256;s++)o[s]=s>=252?6:s>=248?5:s>=240?4:s>=224?3:s>=192?2:1;o[254]=o[254]=1;var l=function(e){var t,n,r,a,o,s=e.length,l=0;for(a=0;a>>6,t[o++]=128|63&n):n<65536?(t[o++]=224|n>>>12,t[o++]=128|n>>>6&63,t[o++]=128|63&n):(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63,t[o++]=128|n>>>6&63,t[o++]=128|63&n);return t},c=function(e,t){var n;t=t||e.length,t>e.length&&(t=e.length),n=t-1;while(n>=0&&128===(192&e[n]))n--;return n<0||0===n?t:n+o[e[n]]>t?n:t},u=function(e){var t,n,i,a,s=e.length,l=new Array(2*s);for(n=0,t=0;t4)l[n++]=65533,t+=a-1;else{i&=2===a?31:3===a?15:7;while(a>1&&t1?l[n++]=65533:i<65536?l[n++]=i:(i-=65536,l[n++]=55296|i>>10&1023,l[n++]=56320|1023&i)}return l.length!==n&&(l.subarray?l=l.subarray(0,n):l.length=n),r.applyFromCharCode(l)};n.utf8encode=function(e){return i.nodebuffer?a(e,"utf-8"):l(e)},n.utf8decode=function(e){if(i.nodebuffer)return r.transformTo("nodebuffer",e).toString("utf-8");e=r.transformTo(i.uint8array?"uint8array":"array",e);var t=[],n=0,a=e.length,o=65536;while(n1)try{"array"===o||"nodebuffer"===o?r.push(String.fromCharCode.apply(null,e.slice(s,Math.min(s+t,i)))):r.push(String.fromCharCode.apply(null,e.subarray(s,Math.min(s+t,i)))),s+=t}catch(h){t=Math.floor(t/2)}return r.join("")}function c(e,t){for(var n=0;n1)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=r.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==u)throw new Error(o[n]);t.header&&r.deflateSetHeader(this.strm,t.header)};function g(e,t){var n=new m(t);if(n.push(e,!0),n.err)throw n.msg;return n.result}function v(e,t){return t=t||{},t.raw=!0,g(e,t)}function A(e,t){return t=t||{},t.gzip=!0,g(e,t)}m.prototype.push=function(e,t){var n,o,s=this.strm,d=this.options.chunkSize;if(this.ended)return!1;o=t===~~t?t:!0===t?c:l,s.input="string"===typeof e?a.string2buf(e):e,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new i.Buf8(d),s.next_out=0,s.avail_out=d),n=r.deflate(s,o),n!==h&&n!==u)return this.onEnd(n),this.ended=!0,!1;(0===s.avail_out||0===s.avail_in&&o===c)&&("string"===this.options.to?this.onData(a.buf2binstring(i.shrinkBuf(s.output,s.next_out))):this.onData(i.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||0===s.avail_out)&&n!==h);return o!==c||(n=r.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===u)},m.prototype.onData=function(e){this.chunks.push(e)},m.prototype.onEnd=function(e){e===u&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Deflate=m,n.deflate=g,n.deflateRaw=v,n.gzip=A},{"./utils/common":27,"./utils/strings":28,"./zlib/deflate.js":32,"./zlib/messages":37,"./zlib/zstream":39}],26:[function(e,t,n){"use strict";var r=e("./zlib/inflate.js"),i=e("./utils/common"),a=e("./utils/strings"),o=e("./zlib/constants"),s=e("./zlib/messages"),l=e("./zlib/zstream"),c=e("./zlib/gzheader"),u=function(e){this.options=i.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0===(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var n=r.inflateInit2(this.strm,t.windowBits);if(n!==o.Z_OK)throw new Error(s[n]);this.header=new c,r.inflateGetHeader(this.strm,this.header)};function h(e,t){var n=new u(t);if(n.push(e,!0),n.err)throw n.msg;return n.result}function d(e,t){return t=t||{},t.raw=!0,h(e,t)}u.prototype.push=function(e,t){var n,s,l,c,u,h=this.strm,d=this.options.chunkSize;if(this.ended)return!1;s=t===~~t?t:!0===t?o.Z_FINISH:o.Z_NO_FLUSH,h.input="string"===typeof e?a.binstring2buf(e):e,h.next_in=0,h.avail_in=h.input.length;do{if(0===h.avail_out&&(h.output=new i.Buf8(d),h.next_out=0,h.avail_out=d),n=r.inflate(h,o.Z_NO_FLUSH),n!==o.Z_STREAM_END&&n!==o.Z_OK)return this.onEnd(n),this.ended=!0,!1;h.next_out&&(0===h.avail_out||n===o.Z_STREAM_END||0===h.avail_in&&s===o.Z_FINISH)&&("string"===this.options.to?(l=a.utf8border(h.output,h.next_out),c=h.next_out-l,u=a.buf2string(h.output,l),h.next_out=c,h.avail_out=d-c,c&&i.arraySet(h.output,h.output,l,c,0),this.onData(u)):this.onData(i.shrinkBuf(h.output,h.next_out)))}while(h.avail_in>0&&n!==o.Z_STREAM_END);return n===o.Z_STREAM_END&&(s=o.Z_FINISH),s!==o.Z_FINISH||(n=r.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===o.Z_OK)},u.prototype.onData=function(e){this.chunks.push(e)},u.prototype.onEnd=function(e){e===o.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=u,n.inflate=h,n.inflateRaw=d,n.ungzip=h},{"./utils/common":27,"./utils/strings":28,"./zlib/constants":30,"./zlib/gzheader":33,"./zlib/inflate.js":35,"./zlib/messages":37,"./zlib/zstream":39}],27:[function(e,t,n){"use strict";var r="undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint16Array&&"undefined"!==typeof Int32Array;n.assign=function(e){var t=Array.prototype.slice.call(arguments,1);while(t.length){var n=t.shift();if(n){if("object"!==typeof n)throw new TypeError(n+"must be non-object");for(var r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,r,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+r),i);else for(var a=0;a=252?6:s>=248?5:s>=240?4:s>=224?3:s>=192?2:1;function l(e,t){if(t<65537&&(e.subarray&&a||!e.subarray&&i))return String.fromCharCode.apply(null,r.shrinkBuf(e,t));for(var n="",o=0;o>>6,t[o++]=128|63&n):n<65536?(t[o++]=224|n>>>12,t[o++]=128|n>>>6&63,t[o++]=128|63&n):(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63,t[o++]=128|n>>>6&63,t[o++]=128|63&n);return t},n.buf2binstring=function(e){return l(e,e.length)},n.binstring2buf=function(e){for(var t=new r.Buf8(e.length),n=0,i=t.length;n4)c[r++]=65533,n+=a-1;else{i&=2===a?31:3===a?15:7;while(a>1&&n1?c[r++]=65533:i<65536?c[r++]=i:(i-=65536,c[r++]=55296|i>>10&1023,c[r++]=56320|1023&i)}return l(c,r)},n.utf8border=function(e,t){var n;t=t||e.length,t>e.length&&(t=e.length),n=t-1;while(n>=0&&128===(192&e[n]))n--;return n<0||0===n?t:n+o[e[n]]>t?n:t}},{"./common":27}],29:[function(e,t,n){"use strict";function r(e,t,n,r){var i=65535&e|0,a=e>>>16&65535|0,o=0;while(0!==n){o=n>2e3?2e3:n,n-=o;do{i=i+t[r++]|0,a=a+i|0}while(--o);i%=65521,a%=65521}return i|a<<16|0}t.exports=r},{}],30:[function(e,t,n){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],31:[function(e,t,n){"use strict";function r(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}var i=r();function a(e,t,n,r){var a=i,o=r+n;e^=-1;for(var s=r;s>>8^a[255&(e^t[s])];return-1^e}t.exports=a},{}],32:[function(e,t,n){"use strict";var r=e("../utils/common"),i=e("./trees"),a=e("./adler32"),o=e("./crc32"),s=e("./messages"),l=0,c=1,u=3,h=4,d=5,f=0,p=1,m=-2,g=-3,v=-5,A=-1,y=1,b=2,_=3,w=4,x=0,C=2,S=8,k=9,M=15,E=8,T=29,B=256,D=B+1+T,L=30,O=19,I=2*D+1,F=15,N=3,P=258,R=P+N+1,H=32,U=42,z=69,Y=73,$=91,j=103,Q=113,V=666,W=1,K=2,G=3,X=4,q=3;function J(e,t){return e.msg=s[t],t}function Z(e){return(e<<1)-(e>4?9:0)}function ee(e){var t=e.length;while(--t>=0)e[t]=0}function te(e){var t=e.state,n=t.pending;n>e.avail_out&&(n=e.avail_out),0!==n&&(r.arraySet(e.output,t.pending_buf,t.pending_out,n,e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,0===t.pending&&(t.pending_out=0))}function ne(e,t){i._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,te(e.strm)}function re(e,t){e.pending_buf[e.pending++]=t}function ie(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function ae(e,t,n,i){var s=e.avail_in;return s>i&&(s=i),0===s?0:(e.avail_in-=s,r.arraySet(t,e.input,e.next_in,s,n),1===e.state.wrap?e.adler=a(e.adler,t,s,n):2===e.state.wrap&&(e.adler=o(e.adler,t,s,n)),e.next_in+=s,e.total_in+=s,s)}function oe(e,t){var n,r,i=e.max_chain_length,a=e.strstart,o=e.prev_length,s=e.nice_match,l=e.strstart>e.w_size-R?e.strstart-(e.w_size-R):0,c=e.window,u=e.w_mask,h=e.prev,d=e.strstart+P,f=c[a+o-1],p=c[a+o];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do{if(n=t,c[n+o]===p&&c[n+o-1]===f&&c[n]===c[a]&&c[++n]===c[a+1]){a+=2,n++;do{}while(c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&c[++a]===c[++n]&&ao){if(e.match_start=t,o=r,r>=s)break;f=c[a+o-1],p=c[a+o]}}}while((t=h[t&u])>l&&0!==--i);return o<=e.lookahead?o:e.lookahead}function se(e){var t,n,i,a,o,s=e.w_size;do{if(a=e.window_size-e.lookahead-e.strstart,e.strstart>=s+(s-R)){r.arraySet(e.window,e.window,s,s,0),e.match_start-=s,e.strstart-=s,e.block_start-=s,n=e.hash_size,t=n;do{i=e.head[--t],e.head[t]=i>=s?i-s:0}while(--n);n=s,t=n;do{i=e.prev[--t],e.prev[t]=i>=s?i-s:0}while(--n);a+=s}if(0===e.strm.avail_in)break;if(n=ae(e.strm,e.window,e.strstart+e.lookahead,a),e.lookahead+=n,e.lookahead+e.insert>=N){o=e.strstart-e.insert,e.ins_h=e.window[o],e.ins_h=(e.ins_h<e.pending_buf_size-5&&(n=e.pending_buf_size-5);;){if(e.lookahead<=1){if(se(e),0===e.lookahead&&t===l)return W;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var r=e.block_start+n;if((0===e.strstart||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,ne(e,!1),0===e.strm.avail_out))return W;if(e.strstart-e.block_start>=e.w_size-R&&(ne(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ne(e,!0),0===e.strm.avail_out?G:X):(e.strstart>e.block_start&&(ne(e,!1),e.strm.avail_out),W)}function ce(e,t){for(var n,r;;){if(e.lookahead=N&&(e.ins_h=(e.ins_h<=N)if(r=i._tr_tally(e,e.strstart-e.match_start,e.match_length-N),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=N){e.match_length--;do{e.strstart++,e.ins_h=(e.ins_h<=N&&(e.ins_h=(e.ins_h<4096)&&(e.match_length=N-1)),e.prev_length>=N&&e.match_length<=e.prev_length){a=e.strstart+e.lookahead-N,r=i._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-N),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=a&&(e.ins_h=(e.ins_h<=N&&e.strstart>0&&(a=e.strstart-1,r=s[a],r===s[++a]&&r===s[++a]&&r===s[++a])){o=e.strstart+P;do{}while(r===s[++a]&&r===s[++a]&&r===s[++a]&&r===s[++a]&&r===s[++a]&&r===s[++a]&&r===s[++a]&&r===s[++a]&&ae.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=N?(n=i._tr_tally(e,1,e.match_length-N),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=i._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(ne(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ne(e,!0),0===e.strm.avail_out?G:X):e.last_lit&&(ne(e,!1),0===e.strm.avail_out)?W:K}function de(e,t){for(var n;;){if(0===e.lookahead&&(se(e),0===e.lookahead)){if(t===l)return W;break}if(e.match_length=0,n=i._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(ne(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ne(e,!0),0===e.strm.avail_out?G:X):e.last_lit&&(ne(e,!1),0===e.strm.avail_out)?W:K}var fe,pe=function(e,t,n,r,i){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=i};function me(e){e.window_size=2*e.w_size,ee(e.head),e.max_lazy_match=fe[e.level].max_lazy,e.good_match=fe[e.level].good_length,e.nice_match=fe[e.level].nice_length,e.max_chain_length=fe[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=N-1,e.match_available=0,e.ins_h=0}function ge(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=S,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new r.Buf16(2*I),this.dyn_dtree=new r.Buf16(2*(2*L+1)),this.bl_tree=new r.Buf16(2*(2*O+1)),ee(this.dyn_ltree),ee(this.dyn_dtree),ee(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new r.Buf16(F+1),this.heap=new r.Buf16(2*D+1),ee(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new r.Buf16(2*D+1),ee(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function ve(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=C,t=e.state,t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?U:Q,e.adler=2===t.wrap?0:1,t.last_flush=l,i._tr_init(t),f):J(e,m)}function Ae(e){var t=ve(e);return t===f&&me(e.state),t}function ye(e,t){return e&&e.state?2!==e.state.wrap?m:(e.state.gzhead=t,f):m}function be(e,t,n,i,a,o){if(!e)return m;var s=1;if(t===A&&(t=6),i<0?(s=0,i=-i):i>15&&(s=2,i-=16),a<1||a>k||n!==S||i<8||i>15||t<0||t>9||o<0||o>w)return J(e,m);8===i&&(i=9);var l=new ge;return e.state=l,l.strm=e,l.wrap=s,l.gzhead=null,l.w_bits=i,l.w_size=1<>1,l.l_buf=3*l.lit_bufsize,l.level=t,l.strategy=o,l.method=n,Ae(e)}function _e(e,t){return be(e,t,S,M,E,x)}function we(e,t){var n,r,a,s;if(!e||!e.state||t>d||t<0)return e?J(e,m):m;if(r=e.state,!e.output||!e.input&&0!==e.avail_in||r.status===V&&t!==h)return J(e,0===e.avail_out?v:m);if(r.strm=e,n=r.last_flush,r.last_flush=t,r.status===U)if(2===r.wrap)e.adler=0,re(r,31),re(r,139),re(r,8),r.gzhead?(re(r,(r.gzhead.text?1:0)+(r.gzhead.hcrc?2:0)+(r.gzhead.extra?4:0)+(r.gzhead.name?8:0)+(r.gzhead.comment?16:0)),re(r,255&r.gzhead.time),re(r,r.gzhead.time>>8&255),re(r,r.gzhead.time>>16&255),re(r,r.gzhead.time>>24&255),re(r,9===r.level?2:r.strategy>=b||r.level<2?4:0),re(r,255&r.gzhead.os),r.gzhead.extra&&r.gzhead.extra.length&&(re(r,255&r.gzhead.extra.length),re(r,r.gzhead.extra.length>>8&255)),r.gzhead.hcrc&&(e.adler=o(e.adler,r.pending_buf,r.pending,0)),r.gzindex=0,r.status=z):(re(r,0),re(r,0),re(r,0),re(r,0),re(r,0),re(r,9===r.level?2:r.strategy>=b||r.level<2?4:0),re(r,q),r.status=Q);else{var g=S+(r.w_bits-8<<4)<<8,A=-1;A=r.strategy>=b||r.level<2?0:r.level<6?1:6===r.level?2:3,g|=A<<6,0!==r.strstart&&(g|=H),g+=31-g%31,r.status=Q,ie(r,g),0!==r.strstart&&(ie(r,e.adler>>>16),ie(r,65535&e.adler)),e.adler=1}if(r.status===z)if(r.gzhead.extra){a=r.pending;while(r.gzindex<(65535&r.gzhead.extra.length)){if(r.pending===r.pending_buf_size&&(r.gzhead.hcrc&&r.pending>a&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),te(e),a=r.pending,r.pending===r.pending_buf_size))break;re(r,255&r.gzhead.extra[r.gzindex]),r.gzindex++}r.gzhead.hcrc&&r.pending>a&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),r.gzindex===r.gzhead.extra.length&&(r.gzindex=0,r.status=Y)}else r.status=Y;if(r.status===Y)if(r.gzhead.name){a=r.pending;do{if(r.pending===r.pending_buf_size&&(r.gzhead.hcrc&&r.pending>a&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),te(e),a=r.pending,r.pending===r.pending_buf_size)){s=1;break}s=r.gzindexa&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),0===s&&(r.gzindex=0,r.status=$)}else r.status=$;if(r.status===$)if(r.gzhead.comment){a=r.pending;do{if(r.pending===r.pending_buf_size&&(r.gzhead.hcrc&&r.pending>a&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),te(e),a=r.pending,r.pending===r.pending_buf_size)){s=1;break}s=r.gzindexa&&(e.adler=o(e.adler,r.pending_buf,r.pending-a,a)),0===s&&(r.status=j)}else r.status=j;if(r.status===j&&(r.gzhead.hcrc?(r.pending+2>r.pending_buf_size&&te(e),r.pending+2<=r.pending_buf_size&&(re(r,255&e.adler),re(r,e.adler>>8&255),e.adler=0,r.status=Q)):r.status=Q),0!==r.pending){if(te(e),0===e.avail_out)return r.last_flush=-1,f}else if(0===e.avail_in&&Z(t)<=Z(n)&&t!==h)return J(e,v);if(r.status===V&&0!==e.avail_in)return J(e,v);if(0!==e.avail_in||0!==r.lookahead||t!==l&&r.status!==V){var y=r.strategy===b?de(r,t):r.strategy===_?he(r,t):fe[r.level].func(r,t);if(y!==G&&y!==X||(r.status=V),y===W||y===G)return 0===e.avail_out&&(r.last_flush=-1),f;if(y===K&&(t===c?i._tr_align(r):t!==d&&(i._tr_stored_block(r,0,0,!1),t===u&&(ee(r.head),0===r.lookahead&&(r.strstart=0,r.block_start=0,r.insert=0))),te(e),0===e.avail_out))return r.last_flush=-1,f}return t!==h?f:r.wrap<=0?p:(2===r.wrap?(re(r,255&e.adler),re(r,e.adler>>8&255),re(r,e.adler>>16&255),re(r,e.adler>>24&255),re(r,255&e.total_in),re(r,e.total_in>>8&255),re(r,e.total_in>>16&255),re(r,e.total_in>>24&255)):(ie(r,e.adler>>>16),ie(r,65535&e.adler)),te(e),r.wrap>0&&(r.wrap=-r.wrap),0!==r.pending?f:p)}function xe(e){var t;return e&&e.state?(t=e.state.status,t!==U&&t!==z&&t!==Y&&t!==$&&t!==j&&t!==Q&&t!==V?J(e,m):(e.state=null,t===Q?J(e,g):f)):m}fe=[new pe(0,0,0,0,le),new pe(4,4,8,4,ce),new pe(4,5,16,8,ce),new pe(4,6,32,32,ce),new pe(4,4,16,16,ue),new pe(8,16,32,32,ue),new pe(8,16,128,128,ue),new pe(8,32,128,256,ue),new pe(32,128,258,1024,ue),new pe(32,258,258,4096,ue)],n.deflateInit=_e,n.deflateInit2=be,n.deflateReset=Ae,n.deflateResetKeep=ve,n.deflateSetHeader=ye,n.deflate=we,n.deflateEnd=xe,n.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":27,"./adler32":29,"./crc32":31,"./messages":37,"./trees":38}],33:[function(e,t,n){"use strict";function r(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}t.exports=r},{}],34:[function(e,t,n){"use strict";var r=30,i=12;t.exports=function(e,t){var n,a,o,s,l,c,u,h,d,f,p,m,g,v,A,y,b,_,w,x,C,S,k,M,E;n=e.state,a=e.next_in,M=e.input,o=a+(e.avail_in-5),s=e.next_out,E=e.output,l=s-(t-e.avail_out),c=s+(e.avail_out-257),u=n.dmax,h=n.wsize,d=n.whave,f=n.wnext,p=n.window,m=n.hold,g=n.bits,v=n.lencode,A=n.distcode,y=(1<>>24,m>>>=w,g-=w,w=_>>>16&255,0===w)E[s++]=65535&_;else{if(!(16&w)){if(0===(64&w)){_=v[(65535&_)+(m&(1<>>=w,g-=w),g<15&&(m+=M[a++]<>>24,m>>>=w,g-=w,w=_>>>16&255,!(16&w)){if(0===(64&w)){_=A[(65535&_)+(m&(1<u){e.msg="invalid distance too far back",n.mode=r;break e}if(m>>>=w,g-=w,w=s-l,C>w){if(w=C-w,w>d&&n.sane){e.msg="invalid distance too far back",n.mode=r;break e}if(S=0,k=p,0===f){if(S+=h-w,w2)E[s++]=k[S++],E[s++]=k[S++],E[s++]=k[S++],x-=3;x&&(E[s++]=k[S++],x>1&&(E[s++]=k[S++]))}else{S=s-C;do{E[s++]=E[S++],E[s++]=E[S++],E[s++]=E[S++],x-=3}while(x>2);x&&(E[s++]=E[S++],x>1&&(E[s++]=E[S++]))}break}}break}}while(a>3,a-=x,g-=x<<3,m&=(1<>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function ae(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function oe(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=w,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new r.Buf32(ee),t.distcode=t.distdyn=new r.Buf32(te),t.sane=1,t.back=-1,p):v}function se(e){var t;return e&&e.state?(t=e.state,t.wsize=0,t.whave=0,t.wnext=0,oe(e)):v}function le(e,t){var n,r;return e&&e.state?(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?v:(null!==r.window&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,se(e))):v}function ce(e,t){var n,r;return e?(r=new ae,e.state=r,r.window=null,n=le(e,t),n!==p&&(e.state=null),n):v}function ue(e){return ce(e,re)}var he,de,fe=!0;function pe(e){if(fe){var t;he=new r.Buf32(512),de=new r.Buf32(32),t=0;while(t<144)e.lens[t++]=8;while(t<256)e.lens[t++]=9;while(t<280)e.lens[t++]=7;while(t<288)e.lens[t++]=8;s(c,e.lens,0,288,he,0,e.work,{bits:9}),t=0;while(t<32)e.lens[t++]=5;s(u,e.lens,0,32,de,0,e.work,{bits:5}),fe=!1}e.lencode=he,e.lenbits=9,e.distcode=de,e.distbits=5}function me(e,t,n,i){var a,o=e.state;return null===o.window&&(o.wsize=1<=o.wsize?(r.arraySet(o.window,t,n-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(a=o.wsize-o.wnext,a>i&&(a=i),r.arraySet(o.window,t,n-i,a,o.wnext),i-=a,i?(r.arraySet(o.window,t,n-i,i,0),o.wnext=i,o.whave=o.wsize):(o.wnext+=a,o.wnext===o.wsize&&(o.wnext=0),o.whave>>8&255,n.check=a(n.check,Me,2,0),se=0,le=0,n.mode=x;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&se)<<8)+(se>>8))%31){e.msg="incorrect header check",n.mode=q;break}if((15&se)!==_){e.msg="unknown compression method",n.mode=q;break}if(se>>>=4,le-=4,we=8+(15&se),0===n.wbits)n.wbits=we;else if(we>n.wbits){e.msg="invalid window size",n.mode=q;break}n.dmax=1<>8&1),512&n.flags&&(Me[0]=255&se,Me[1]=se>>>8&255,n.check=a(n.check,Me,2,0)),se=0,le=0,n.mode=C;case C:while(le<32){if(0===ae)break e;ae--,se+=ee[ne++]<>>8&255,Me[2]=se>>>16&255,Me[3]=se>>>24&255,n.check=a(n.check,Me,4,0)),se=0,le=0,n.mode=S;case S:while(le<16){if(0===ae)break e;ae--,se+=ee[ne++]<>8),512&n.flags&&(Me[0]=255&se,Me[1]=se>>>8&255,n.check=a(n.check,Me,2,0)),se=0,le=0,n.mode=k;case k:if(1024&n.flags){while(le<16){if(0===ae)break e;ae--,se+=ee[ne++]<>>8&255,n.check=a(n.check,Me,2,0)),se=0,le=0}else n.head&&(n.head.extra=null);n.mode=M;case M:if(1024&n.flags&&(he=n.length,he>ae&&(he=ae),he&&(n.head&&(we=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),r.arraySet(n.head.extra,ee,ne,he,we)),512&n.flags&&(n.check=a(n.check,ee,he,ne)),ae-=he,ne+=he,n.length-=he),n.length))break e;n.length=0,n.mode=E;case E:if(2048&n.flags){if(0===ae)break e;he=0;do{we=ee[ne+he++],n.head&&we&&n.length<65536&&(n.head.name+=String.fromCharCode(we))}while(we&&he>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=O;break;case D:while(le<32){if(0===ae)break e;ae--,se+=ee[ne++]<>>=7&le,le-=7&le,n.mode=K;break}while(le<3){if(0===ae)break e;ae--,se+=ee[ne++]<>>=1,le-=1,3&se){case 0:n.mode=F;break;case 1:if(pe(n),n.mode=z,t===f){se>>>=2,le-=2;break e}break;case 2:n.mode=R;break;case 3:e.msg="invalid block type",n.mode=q}se>>>=2,le-=2;break;case F:se>>>=7&le,le-=7≤while(le<32){if(0===ae)break e;ae--,se+=ee[ne++]<>>16^65535)){e.msg="invalid stored block lengths",n.mode=q;break}if(n.length=65535&se,se=0,le=0,n.mode=N,t===f)break e;case N:n.mode=P;case P:if(he=n.length,he){if(he>ae&&(he=ae),he>oe&&(he=oe),0===he)break e;r.arraySet(te,ee,ne,he,re),ae-=he,ne+=he,oe-=he,re+=he,n.length-=he;break}n.mode=O;break;case R:while(le<14){if(0===ae)break e;ae--,se+=ee[ne++]<>>=5,le-=5,n.ndist=1+(31&se),se>>>=5,le-=5,n.ncode=4+(15&se),se>>>=4,le-=4,n.nlen>286||n.ndist>30){e.msg="too many length or distance symbols",n.mode=q;break}n.have=0,n.mode=H;case H:while(n.have>>=3,le-=3}while(n.have<19)n.lens[Ee[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,Ce={bits:n.lenbits},xe=s(l,n.lens,0,19,n.lencode,0,n.work,Ce),n.lenbits=Ce.bits,xe){e.msg="invalid code lengths set",n.mode=q;break}n.have=0,n.mode=U;case U:while(n.have>>24,ve=ke>>>16&255,Ae=65535&ke,ge<=le)break;if(0===ae)break e;ae--,se+=ee[ne++]<>>=ge,le-=ge,n.lens[n.have++]=Ae;else{if(16===Ae){Se=ge+2;while(le>>=ge,le-=ge,0===n.have){e.msg="invalid bit length repeat",n.mode=q;break}we=n.lens[n.have-1],he=3+(3&se),se>>>=2,le-=2}else if(17===Ae){Se=ge+3;while(le>>=ge,le-=ge,we=0,he=3+(7&se),se>>>=3,le-=3}else{Se=ge+7;while(le>>=ge,le-=ge,we=0,he=11+(127&se),se>>>=7,le-=7}if(n.have+he>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=q;break}while(he--)n.lens[n.have++]=we}}if(n.mode===q)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=q;break}if(n.lenbits=9,Ce={bits:n.lenbits},xe=s(c,n.lens,0,n.nlen,n.lencode,0,n.work,Ce),n.lenbits=Ce.bits,xe){e.msg="invalid literal/lengths set",n.mode=q;break}if(n.distbits=6,n.distcode=n.distdyn,Ce={bits:n.distbits},xe=s(u,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,Ce),n.distbits=Ce.bits,xe){e.msg="invalid distances set",n.mode=q;break}if(n.mode=z,t===f)break e;case z:n.mode=Y;case Y:if(ae>=6&&oe>=258){e.next_out=re,e.avail_out=oe,e.next_in=ne,e.avail_in=ae,n.hold=se,n.bits=le,o(e,ue),re=e.next_out,te=e.output,oe=e.avail_out,ne=e.next_in,ee=e.input,ae=e.avail_in,se=n.hold,le=n.bits,n.mode===O&&(n.back=-1);break}for(n.back=0;;){if(ke=n.lencode[se&(1<>>24,ve=ke>>>16&255,Ae=65535&ke,ge<=le)break;if(0===ae)break e;ae--,se+=ee[ne++]<>ye)],ge=ke>>>24,ve=ke>>>16&255,Ae=65535&ke,ye+ge<=le)break;if(0===ae)break e;ae--,se+=ee[ne++]<>>=ye,le-=ye,n.back+=ye}if(se>>>=ge,le-=ge,n.back+=ge,n.length=Ae,0===ve){n.mode=W;break}if(32&ve){n.back=-1,n.mode=O;break}if(64&ve){e.msg="invalid literal/length code",n.mode=q;break}n.extra=15&ve,n.mode=$;case $:if(n.extra){Se=n.extra;while(le>>=n.extra,le-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=j;case j:for(;;){if(ke=n.distcode[se&(1<>>24,ve=ke>>>16&255,Ae=65535&ke,ge<=le)break;if(0===ae)break e;ae--,se+=ee[ne++]<>ye)],ge=ke>>>24,ve=ke>>>16&255,Ae=65535&ke,ye+ge<=le)break;if(0===ae)break e;ae--,se+=ee[ne++]<>>=ye,le-=ye,n.back+=ye}if(se>>>=ge,le-=ge,n.back+=ge,64&ve){e.msg="invalid distance code",n.mode=q;break}n.offset=Ae,n.extra=15&ve,n.mode=Q;case Q:if(n.extra){Se=n.extra;while(le>>=n.extra,le-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=q;break}n.mode=V;case V:if(0===oe)break e;if(he=ue-oe,n.offset>he){if(he=n.offset-he,he>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=q;break}he>n.wnext?(he-=n.wnext,de=n.wsize-he):de=n.wnext-he,he>n.length&&(he=n.length),fe=n.window}else fe=te,de=re-n.offset,he=n.length;he>oe&&(he=oe),oe-=he,n.length-=he;do{te[re++]=fe[de++]}while(--he);0===n.length&&(n.mode=Y);break;case W:if(0===oe)break e;te[re++]=n.length,oe--,n.mode=Y;break;case K:if(n.wrap){while(le<32){if(0===ae)break e;ae--,se|=ee[ne++]<=1;L--)if(0!==z[L])break;if(O>L&&(O=L),0===L)return m[g++]=20971520,m[g++]=20971520,A.bits=1,0;for(D=1;D0&&(e===s||1!==L))return-1;for(Y[1]=0,T=1;Ta||e===c&&P>o)return 1;for(;;){S=T-F,v[B]C?(k=$[j+v[B]],M=H[U+v[B]]):(k=96,M=0),y=1<>F)+b]=S<<24|k<<16|M|0}while(0!==b);y=1<>=1;if(0!==y?(R&=y-1,R+=y):R=0,B++,0===--z[T]){if(T===L)break;T=t[n+v[B]]}if(T>O&&(R&w)!==_){0===F&&(F=O),x+=D,I=T-F,N=1<a||e===c&&P>o)return 1;_=R&w,m[_]=O<<24|I<<16|x-g|0}}return 0!==R&&(m[x+R]=T-F<<24|64<<16|0),A.bits=O,0}},{"../utils/common":27}],37:[function(e,t,n){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],38:[function(e,t,n){"use strict";var r=e("../utils/common"),i=4,a=0,o=1,s=2;function l(e){var t=e.length;while(--t>=0)e[t]=0}var c=0,u=1,h=2,d=3,f=258,p=29,m=256,g=m+1+p,v=30,A=19,y=2*g+1,b=15,_=16,w=7,x=256,C=16,S=17,k=18,M=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],E=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],T=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],B=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],D=512,L=new Array(2*(g+2));l(L);var O=new Array(2*v);l(O);var I=new Array(D);l(I);var F=new Array(f-d+1);l(F);var N=new Array(p);l(N);var P=new Array(v);l(P);var R,H,U,z=function(e,t,n,r,i){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=i,this.has_stree=e&&e.length},Y=function(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t};function $(e){return e<256?I[e]:I[256+(e>>>7)]}function j(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function Q(e,t,n){e.bi_valid>_-n?(e.bi_buf|=t<>_-e.bi_valid,e.bi_valid+=n-_):(e.bi_buf|=t<>>=1,n<<=1}while(--t>0);return n>>>1}function K(e){16===e.bi_valid?(j(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}function G(e,t){var n,r,i,a,o,s,l=t.dyn_tree,c=t.max_code,u=t.stat_desc.static_tree,h=t.stat_desc.has_stree,d=t.stat_desc.extra_bits,f=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(a=0;a<=b;a++)e.bl_count[a]=0;for(l[2*e.heap[e.heap_max]+1]=0,n=e.heap_max+1;np&&(a=p,m++),l[2*r+1]=a,r>c||(e.bl_count[a]++,o=0,r>=f&&(o=d[r-f]),s=l[2*r],e.opt_len+=s*(a+o),h&&(e.static_len+=s*(u[2*r+1]+o)));if(0!==m){do{a=p-1;while(0===e.bl_count[a])a--;e.bl_count[a]--,e.bl_count[a+1]+=2,e.bl_count[p]--,m-=2}while(m>0);for(a=p;0!==a;a--){r=e.bl_count[a];while(0!==r)i=e.heap[--n],i>c||(l[2*i+1]!==a&&(e.opt_len+=(a-l[2*i+1])*l[2*i],l[2*i+1]=a),r--)}}}function X(e,t,n){var r,i,a=new Array(b+1),o=0;for(r=1;r<=b;r++)a[r]=o=o+n[r-1]<<1;for(i=0;i<=t;i++){var s=e[2*i+1];0!==s&&(e[2*i]=W(a[s]++,s))}}function q(){var e,t,n,r,i,a=new Array(b+1);for(n=0,r=0;r>=7;r8?j(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function ee(e,t,n,i){Z(e),i&&(j(e,n),j(e,~n)),r.arraySet(e.pending_buf,e.window,t,n,e.pending),e.pending+=n}function te(e,t,n,r){var i=2*t,a=2*n;return e[i]>1;n>=1;n--)ne(e,a,n);i=l;do{n=e.heap[1],e.heap[1]=e.heap[e.heap_len--],ne(e,a,1),r=e.heap[1],e.heap[--e.heap_max]=n,e.heap[--e.heap_max]=r,a[2*i]=a[2*n]+a[2*r],e.depth[i]=(e.depth[n]>=e.depth[r]?e.depth[n]:e.depth[r])+1,a[2*n+1]=a[2*r+1]=i,e.heap[1]=i++,ne(e,a,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],G(e,t),X(a,c,e.bl_count)}function ae(e,t,n){var r,i,a=-1,o=t[1],s=0,l=7,c=4;for(0===o&&(l=138,c=3),t[2*(n+1)+1]=65535,r=0;r<=n;r++)i=o,o=t[2*(r+1)+1],++s=3;t--)if(0!==e.bl_tree[2*B[t]+1])break;return e.opt_len+=3*(t+1)+5+5+4,t}function le(e,t,n,r){var i;for(Q(e,t-257,5),Q(e,n-1,5),Q(e,r-4,4),i=0;i>>=1)if(1&n&&0!==e.dyn_ltree[2*t])return a;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return o;for(t=32;t0?(e.strm.data_type===s&&(e.strm.data_type=ce(e)),ie(e,e.l_desc),ie(e,e.d_desc),l=se(e),a=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o<=a&&(a=o)):a=o=n+5,n+4<=a&&-1!==t?de(e,t,n,r):e.strategy===i||o===a?(Q(e,(u<<1)+(r?1:0),3),re(e,L,O)):(Q(e,(h<<1)+(r?1:0),3),le(e,e.l_desc.max_code+1,e.d_desc.max_code+1,l+1),re(e,e.dyn_ltree,e.dyn_dtree)),J(e),r&&Z(e)}function me(e,t,n){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&n,e.last_lit++,0===t?e.dyn_ltree[2*n]++:(e.matches++,t--,e.dyn_ltree[2*(F[n]+m+1)]++,e.dyn_dtree[2*$(t)]++),e.last_lit===e.lit_bufsize-1}n._tr_init=he,n._tr_stored_block=de,n._tr_flush_block=pe,n._tr_tally=me,n._tr_align=fe},{"../utils/common":27}],39:[function(e,t,n){"use strict";function r(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}t.exports=r},{}]},{},[9])(9)}))}).call(this,n("b639").Buffer,n("c8ba"))},1609:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},"167b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_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] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},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}))},"168f":function(e,t,n){"use strict";t.__esModule=!0,t.PopupManager=void 0;var r=n("2b0e"),i=d(r),a=n("e4b9"),o=d(a),s=n("8027"),l=d(s),c=n("4b52"),u=d(c),h=n("f83e");function d(e){return e&&e.__esModule?e:{default:e}}var f=1,p=void 0;t.default={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+f++,l.default.register(this._popupId,this)},beforeDestroy:function(){l.default.deregister(this._popupId),l.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(e){var t=this;if(e){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,i.default.nextTick((function(){t.open()})))}else this.close()}},methods:{open:function(e){var t=this;this.rendered||(this.rendered=!0);var n=(0,o.default)({},this.$props||this,e);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var r=Number(n.openDelay);r>0?this._openTimer=setTimeout((function(){t._openTimer=null,t.doOpen(n)}),r):this.doOpen(n)},doOpen:function(e){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var t=this.$el,n=e.modal,r=e.zIndex;if(r&&(l.default.zIndex=r),n&&(this._closing&&(l.default.closeModal(this._popupId),this._closing=!1),l.default.openModal(this._popupId,l.default.nextZIndex(),this.modalAppendToBody?void 0:t,e.modalClass,e.modalFade),e.lockScroll)){this.withoutHiddenClass=!(0,h.hasClass)(document.body,"el-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,h.getStyle)(document.body,"paddingRight"),10)),p=(0,u.default)();var i=document.documentElement.clientHeight0&&(i||"scroll"===a)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+p+"px"),(0,h.addClass)(document.body,"el-popup-parent--hidden")}"static"===getComputedStyle(t).position&&(t.style.position="absolute"),t.style.zIndex=l.default.nextZIndex(),this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var e=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var t=Number(this.closeDelay);t>0?this._closeTimer=setTimeout((function(){e._closeTimer=null,e.doClose()}),t):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&setTimeout(this.restoreBodyStyle,200),this.opened=!1,this.doAfterClose()},doAfterClose:function(){l.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,h.removeClass)(document.body,"el-popup-parent--hidden")),this.withoutHiddenClass=!0}}},t.PopupManager=l.default},"170b":function(e,t,n){"use strict";var r=n("ebb5"),i=n("50c4"),a=n("23cb"),o=n("4840"),s=r.aTypedArray,l=r.exportTypedArrayMethod;l("subarray",(function(e,t){var n=s(this),r=n.length,l=a(e,r);return new(o(n,n.constructor))(n.buffer,n.byteOffset+l*n.BYTES_PER_ELEMENT,i((void 0===t?r:a(t,r))-l))}))},"17c2":function(e,t,n){"use strict";var r=n("b727").forEach,i=n("a640"),a=i("forEach");e.exports=a?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},"17ed":function(e,t,n){e.exports={default:n("511f"),__esModule:!0}},"180e":function(e,t){function n(e){return function(t){if(t){var n=e(t);if(!isNaN(n))return n}return 0}}e.exports=n},"182d":function(e,t,n){var r=n("f8cd4");e.exports=function(e,t){var n=r(e);if(n%t)throw RangeError("Wrong offset");return n}},1836:function(e,t,n){var r=n("6ca1"),i=n("6438").f,a={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return i(e)}catch(t){return o.slice()}};e.exports.f=function(e){return o&&"[object Window]"==a.call(e)?s(e):i(r(e))}},1917:function(e,t){t.f={}.propertyIsEnumerable},"19aa":function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},"19fa":function(e,t,n){var r=n("fc5e"),i=n("c901");e.exports=function(e){return function(t,n){var a,o,s=String(i(t)),l=r(n),c=s.length;return l<0||l>=c?e?"":void 0:(a=s.charCodeAt(l),a<55296||a>56319||l+1===c||(o=s.charCodeAt(l+1))<56320||o>57343?e?s.charAt(l):a:e?s.slice(l,l+2):o-56320+(a-55296<<10)+65536)}}},"1a14":function(e,t,n){var r=n("77e9"),i=n("faf5"),a=n("3397"),o=Object.defineProperty;t.f=n("0bad")?Object.defineProperty:function(e,t,n){if(r(e),t=a(t,!0),r(n),i)try{return o(e,t,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},"1abc":function(e,t,n){var r=n("d219"),i=n("a5ed"),a=n("dffc"),o=n("8eb3"),s={};function l(e){if(e=r(e),s[e])return s[e];var t=e.length,n=e.replace(/([-]+)/g,(function(e,n,r){return r&&r+n.length2&&r+s1&&r+s>=0,n=i(n)?" ":""+n,o.padEnd?o.padEnd(t,n):t>o.length?(t-=o.length,t>n.length&&(n+=a(n,t/n.length)),o+n.slice(0,t)):o}e.exports=o},"1b45":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"1b72":function(e,t,n){"use strict";function r(e,t,n){this.$children.forEach((function(i){var a=i.$options.componentName;a===e?i.$emit.apply(i,[t].concat(n)):r.apply(i,[e,t].concat([n]))}))}t.__esModule=!0,t.default={methods:{dispatch:function(e,t,n){var r=this.$parent||this.$root,i=r.$options.componentName;while(r&&(!i||i!==e))r=r.$parent,r&&(i=r.$options.componentName);r&&r.$emit.apply(r,[t].concat(n))},broadcast:function(e,t,n){r.call(this,e,t,n)}}}},"1be4":function(e,t,n){var r=n("d066");e.exports=r("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(e,t,n){var r=n("b622"),i=r("iterator"),a=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){a=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(l){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(l){}return n}},"1cdc":function(e,t,n){var r=n("342f");e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},"1cfd":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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),l=r[e][n(t)];return 2===s&&(l=l[i?0:1]),l.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}))},"1d2b":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r=51||!r((function(){var t=[],n=t.constructor={};return n[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},"1fb5":function(e,t,n){"use strict";t.byteLength=u,t.toByteArray=d,t.fromByteArray=m;for(var r=[],i=[],a="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,l=o.length;s0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");-1===n&&(n=t);var r=n===t?0:4-n%4;return[n,r]}function u(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r}function h(e,t,n){return 3*(t+n)/4-n}function d(e){var t,n,r=c(e),o=r[0],s=r[1],l=new a(h(e,o,s)),u=0,d=s>0?o-4:o;for(n=0;n>16&255,l[u++]=t>>8&255,l[u++]=255&t;return 2===s&&(t=i[e.charCodeAt(n)]<<2|i[e.charCodeAt(n+1)]>>4,l[u++]=255&t),1===s&&(t=i[e.charCodeAt(n)]<<10|i[e.charCodeAt(n+1)]<<4|i[e.charCodeAt(n+2)]>>2,l[u++]=t>>8&255,l[u++]=255&t),l}function f(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function p(e,t,n){for(var r,i=[],a=t;al?l:s+o));return 1===i?(t=e[n-1],a.push(r[t>>2]+r[t<<4&63]+"==")):2===i&&(t=(e[n-2]<<8)+e[n-1],a.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},"1fc1":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"201b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},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:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},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}))},"20b3":function(e,t,n){var r=n("9de7");function i(e,t){if(e){if(e.includes)return e.includes(t);for(var n in e)if(r(e,n)&&t===e[n])return!0}return!1}e.exports=i},"219c":function(e,t,n){"use strict";var r=n("ebb5"),i=r.aTypedArray,a=r.exportTypedArrayMethod,o=[].sort;a("sort",(function(e){return o.call(i(this),e)}))},2242:function(e,t,n){var r=n("3703");function i(e,t,n){var i=0,a=[];return function(){var o=arguments;i++,i<=e&&a.push(o[0]),i>=e&&t.apply(n,[a].concat(r(o)))}}e.exports=i},2244:function(e,t,n){(function(t){var n={version:"1.14.0"};n[437]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[620]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàąçêëèïîćÄĄĘęłôöĆûùŚÖÜ¢Ł¥śƒŹŻóÓńŃźż¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[737]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[850]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[852]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[857]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[861]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[865]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[866]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[874]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[895]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ČüéďäĎŤčěĚĹÍľǪÄÁÉžŽôöÓůÚýÖÜŠĽÝŘťáíóúňŇŮÔšřŕŔ¼§«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[932]=function(){var e,t=[],n={},r=[];for(r[0]="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン゙゚��������������������������������".split(""),e=0;e!=r[0].length;++e)65533!==r[0][e].charCodeAt(0)&&(n[r[0][e]]=0+e,t[0+e]=r[0][e]);for(r[129]="���������������������������������������������������������������� 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈〉《》「」『』【】+-±×�÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓�����������∈∋⊆⊇⊂⊃∪∩��������∧∨¬⇒⇔∀∃�����������∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬�������ʼn♯♭♪†‡¶����◯���".split(""),e=0;e!=r[129].length;++e)65533!==r[129][e].charCodeAt(0)&&(n[r[129][e]]=33024+e,t[33024+e]=r[129][e]);for(r[130]="�������������������������������������������������������������������������������0123456789�������ABCDEFGHIJKLMNOPQRSTUVWXYZ�������abcdefghijklmnopqrstuvwxyz����ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん��������������".split(""),e=0;e!=r[130].length;++e)65533!==r[130][e].charCodeAt(0)&&(n[r[130][e]]=33280+e,t[33280+e]=r[130][e]);for(r[131]="����������������������������������������������������������������ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミ�ムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ��������ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ��������αβγδεζηθικλμνξοπρστυφχψω�����������������������������������������".split(""),e=0;e!=r[131].length;++e)65533!==r[131][e].charCodeAt(0)&&(n[r[131][e]]=33536+e,t[33536+e]=r[131][e]);for(r[132]="����������������������������������������������������������������АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ���������������абвгдеёжзийклмн�опрстуфхцчшщъыьэюя�������������─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂�����������������������������������������������������������������".split(""),e=0;e!=r[132].length;++e)65533!==r[132][e].charCodeAt(0)&&(n[r[132][e]]=33792+e,t[33792+e]=r[132][e]);for(r[135]="����������������������������������������������������������������①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ�㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡��������㍻�〝〟№㏍℡㊤㊥㊦㊧㊨㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪���������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[135].length;++e)65533!==r[135][e].charCodeAt(0)&&(n[r[135][e]]=34560+e,t[34560+e]=r[135][e]);for(r[136]="���������������������������������������������������������������������������������������������������������������������������������������������������������������亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭���".split(""),e=0;e!=r[136].length;++e)65533!==r[136][e].charCodeAt(0)&&(n[r[136][e]]=34816+e,t[34816+e]=r[136][e]);for(r[137]="����������������������������������������������������������������院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円�園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改���".split(""),e=0;e!=r[137].length;++e)65533!==r[137][e].charCodeAt(0)&&(n[r[137][e]]=35072+e,t[35072+e]=r[137][e]);for(r[138]="����������������������������������������������������������������魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫�橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄���".split(""),e=0;e!=r[138].length;++e)65533!==r[138][e].charCodeAt(0)&&(n[r[138][e]]=35328+e,t[35328+e]=r[138][e]);for(r[139]="����������������������������������������������������������������機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救�朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈���".split(""),e=0;e!=r[139].length;++e)65533!==r[139][e].charCodeAt(0)&&(n[r[139][e]]=35584+e,t[35584+e]=r[139][e]);for(r[140]="����������������������������������������������������������������掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨�劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向���".split(""),e=0;e!=r[140].length;++e)65533!==r[140][e].charCodeAt(0)&&(n[r[140][e]]=35840+e,t[35840+e]=r[140][e]);for(r[141]="����������������������������������������������������������������后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降�項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷���".split(""),e=0;e!=r[141].length;++e)65533!==r[141][e].charCodeAt(0)&&(n[r[141][e]]=36096+e,t[36096+e]=r[141][e]);for(r[142]="����������������������������������������������������������������察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止�死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周���".split(""),e=0;e!=r[142].length;++e)65533!==r[142][e].charCodeAt(0)&&(n[r[142][e]]=36352+e,t[36352+e]=r[142][e]);for(r[143]="����������������������������������������������������������������宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳�準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾���".split(""),e=0;e!=r[143].length;++e)65533!==r[143][e].charCodeAt(0)&&(n[r[143][e]]=36608+e,t[36608+e]=r[143][e]);for(r[144]="����������������������������������������������������������������拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨�逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線���".split(""),e=0;e!=r[144].length;++e)65533!==r[144][e].charCodeAt(0)&&(n[r[144][e]]=36864+e,t[36864+e]=r[144][e]);for(r[145]="����������������������������������������������������������������繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻�操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只���".split(""),e=0;e!=r[145].length;++e)65533!==r[145][e].charCodeAt(0)&&(n[r[145][e]]=37120+e,t[37120+e]=r[145][e]);for(r[146]="����������������������������������������������������������������叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄�逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓���".split(""),e=0;e!=r[146].length;++e)65533!==r[146][e].charCodeAt(0)&&(n[r[146][e]]=37376+e,t[37376+e]=r[146][e]);for(r[147]="����������������������������������������������������������������邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬�凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入���".split(""),e=0;e!=r[147].length;++e)65533!==r[147][e].charCodeAt(0)&&(n[r[147][e]]=37632+e,t[37632+e]=r[147][e]);for(r[148]="����������������������������������������������������������������如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅�楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美���".split(""),e=0;e!=r[148].length;++e)65533!==r[148][e].charCodeAt(0)&&(n[r[148][e]]=37888+e,t[37888+e]=r[148][e]);for(r[149]="����������������������������������������������������������������鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷�斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋���".split(""),e=0;e!=r[149].length;++e)65533!==r[149][e].charCodeAt(0)&&(n[r[149][e]]=38144+e,t[38144+e]=r[149][e]);for(r[150]="����������������������������������������������������������������法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆�摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒���".split(""),e=0;e!=r[150].length;++e)65533!==r[150][e].charCodeAt(0)&&(n[r[150][e]]=38400+e,t[38400+e]=r[150][e]);for(r[151]="����������������������������������������������������������������諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲�沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯���".split(""),e=0;e!=r[151].length;++e)65533!==r[151][e].charCodeAt(0)&&(n[r[151][e]]=38656+e,t[38656+e]=r[151][e]);for(r[152]="����������������������������������������������������������������蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕��������������������������������������������弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲���".split(""),e=0;e!=r[152].length;++e)65533!==r[152][e].charCodeAt(0)&&(n[r[152][e]]=38912+e,t[38912+e]=r[152][e]);for(r[153]="����������������������������������������������������������������僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭�凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨���".split(""),e=0;e!=r[153].length;++e)65533!==r[153][e].charCodeAt(0)&&(n[r[153][e]]=39168+e,t[39168+e]=r[153][e]);for(r[154]="����������������������������������������������������������������咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸�噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩���".split(""),e=0;e!=r[154].length;++e)65533!==r[154][e].charCodeAt(0)&&(n[r[154][e]]=39424+e,t[39424+e]=r[154][e]);for(r[155]="����������������������������������������������������������������奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀�它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏���".split(""),e=0;e!=r[155].length;++e)65533!==r[155][e].charCodeAt(0)&&(n[r[155][e]]=39680+e,t[39680+e]=r[155][e]);for(r[156]="����������������������������������������������������������������廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠�怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛���".split(""),e=0;e!=r[156].length;++e)65533!==r[156][e].charCodeAt(0)&&(n[r[156][e]]=39936+e,t[39936+e]=r[156][e]);for(r[157]="����������������������������������������������������������������戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫�捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼���".split(""),e=0;e!=r[157].length;++e)65533!==r[157][e].charCodeAt(0)&&(n[r[157][e]]=40192+e,t[40192+e]=r[157][e]);for(r[158]="����������������������������������������������������������������曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎�梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣���".split(""),e=0;e!=r[158].length;++e)65533!==r[158][e].charCodeAt(0)&&(n[r[158][e]]=40448+e,t[40448+e]=r[158][e]);for(r[159]="����������������������������������������������������������������檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯�麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌���".split(""),e=0;e!=r[159].length;++e)65533!==r[159][e].charCodeAt(0)&&(n[r[159][e]]=40704+e,t[40704+e]=r[159][e]);for(r[224]="����������������������������������������������������������������漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝�烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱���".split(""),e=0;e!=r[224].length;++e)65533!==r[224][e].charCodeAt(0)&&(n[r[224][e]]=57344+e,t[57344+e]=r[224][e]);for(r[225]="����������������������������������������������������������������瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿�痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬���".split(""),e=0;e!=r[225].length;++e)65533!==r[225][e].charCodeAt(0)&&(n[r[225][e]]=57600+e,t[57600+e]=r[225][e]);for(r[226]="����������������������������������������������������������������磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰�窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆���".split(""),e=0;e!=r[226].length;++e)65533!==r[226][e].charCodeAt(0)&&(n[r[226][e]]=57856+e,t[57856+e]=r[226][e]);for(r[227]="����������������������������������������������������������������紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷�縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋���".split(""),e=0;e!=r[227].length;++e)65533!==r[227][e].charCodeAt(0)&&(n[r[227][e]]=58112+e,t[58112+e]=r[227][e]);for(r[228]="����������������������������������������������������������������隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤�艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈���".split(""),e=0;e!=r[228].length;++e)65533!==r[228][e].charCodeAt(0)&&(n[r[228][e]]=58368+e,t[58368+e]=r[228][e]);for(r[229]="����������������������������������������������������������������蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬�蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞���".split(""),e=0;e!=r[229].length;++e)65533!==r[229][e].charCodeAt(0)&&(n[r[229][e]]=58624+e,t[58624+e]=r[229][e]);for(r[230]="����������������������������������������������������������������襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧�諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊���".split(""),e=0;e!=r[230].length;++e)65533!==r[230][e].charCodeAt(0)&&(n[r[230][e]]=58880+e,t[58880+e]=r[230][e]);for(r[231]="����������������������������������������������������������������蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜�轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮���".split(""),e=0;e!=r[231].length;++e)65533!==r[231][e].charCodeAt(0)&&(n[r[231][e]]=59136+e,t[59136+e]=r[231][e]);for(r[232]="����������������������������������������������������������������錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙�閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰���".split(""),e=0;e!=r[232].length;++e)65533!==r[232][e].charCodeAt(0)&&(n[r[232][e]]=59392+e,t[59392+e]=r[232][e]);for(r[233]="����������������������������������������������������������������顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃�騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈���".split(""),e=0;e!=r[233].length;++e)65533!==r[233][e].charCodeAt(0)&&(n[r[233][e]]=59648+e,t[59648+e]=r[233][e]);for(r[234]="����������������������������������������������������������������鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯�黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙�������������������������������������������������������������������������������������������".split(""),e=0;e!=r[234].length;++e)65533!==r[234][e].charCodeAt(0)&&(n[r[234][e]]=59904+e,t[59904+e]=r[234][e]);for(r[237]="����������������������������������������������������������������纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏�塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱���".split(""),e=0;e!=r[237].length;++e)65533!==r[237][e].charCodeAt(0)&&(n[r[237][e]]=60672+e,t[60672+e]=r[237][e]);for(r[238]="����������������������������������������������������������������犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙�蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑��ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ¬¦'"���".split(""),e=0;e!=r[238].length;++e)65533!==r[238][e].charCodeAt(0)&&(n[r[238][e]]=60928+e,t[60928+e]=r[238][e]);for(r[250]="����������������������������������������������������������������ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊�兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯���".split(""),e=0;e!=r[250].length;++e)65533!==r[250][e].charCodeAt(0)&&(n[r[250][e]]=64e3+e,t[64e3+e]=r[250][e]);for(r[251]="����������������������������������������������������������������涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神�祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙���".split(""),e=0;e!=r[251].length;++e)65533!==r[251][e].charCodeAt(0)&&(n[r[251][e]]=64256+e,t[64256+e]=r[251][e]);for(r[252]="����������������������������������������������������������������髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[252].length;++e)65533!==r[252][e].charCodeAt(0)&&(n[r[252][e]]=64512+e,t[64512+e]=r[252][e]);return{enc:n,dec:t}}(),n[936]=function(){var e,t=[],n={},r=[];for(r[0]="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[0].length;++e)65533!==r[0][e].charCodeAt(0)&&(n[r[0][e]]=0+e,t[0+e]=r[0][e]);for(r[129]="����������������������������������������������������������������丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪乫乬乭乮乯乲乴乵乶乷乸乹乺乻乼乽乿亀亁亂亃亄亅亇亊�亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂伃伄伅伆伇伈伋伌伒伓伔伕伖伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾伿佀佁佂佄佅佇佈佉佊佋佌佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢�".split(""),e=0;e!=r[129].length;++e)65533!==r[129][e].charCodeAt(0)&&(n[r[129][e]]=33024+e,t[33024+e]=r[129][e]);for(r[130]="����������������������������������������������������������������侤侫侭侰侱侲侳侴侶侷侸侹侺侻侼侽侾俀俁係俆俇俈俉俋俌俍俒俓俔俕俖俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿倀倁倂倃倄倅倆倇倈倉倊�個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯倰倱倲倳倴倵倶倷倸倹倻倽倿偀偁偂偄偅偆偉偊偋偍偐偑偒偓偔偖偗偘偙偛偝偞偟偠偡偢偣偤偦偧偨偩偪偫偭偮偯偰偱偲偳側偵偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎傏傐傑傒傓傔傕傖傗傘備傚傛傜傝傞傟傠傡傢傤傦傪傫傭傮傯傰傱傳傴債傶傷傸傹傼�".split(""),e=0;e!=r[130].length;++e)65533!==r[130][e].charCodeAt(0)&&(n[r[130][e]]=33280+e,t[33280+e]=r[130][e]);for(r[131]="����������������������������������������������������������������傽傾傿僀僁僂僃僄僅僆僇僈僉僊僋僌働僎僐僑僒僓僔僕僗僘僙僛僜僝僞僟僠僡僢僣僤僥僨僩僪僫僯僰僱僲僴僶僷僸價僺僼僽僾僿儀儁儂儃億儅儈�儉儊儌儍儎儏儐儑儓儔儕儖儗儘儙儚儛儜儝儞償儠儢儣儤儥儦儧儨儩優儫儬儭儮儯儰儱儲儳儴儵儶儷儸儹儺儻儼儽儾兂兇兊兌兎兏児兒兓兗兘兙兛兝兞兟兠兡兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦冧冨冩冪冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒凓凔凕凖凗�".split(""),e=0;e!=r[131].length;++e)65533!==r[131][e].charCodeAt(0)&&(n[r[131][e]]=33536+e,t[33536+e]=r[131][e]);for(r[132]="����������������������������������������������������������������凘凙凚凜凞凟凢凣凥処凧凨凩凪凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄剅剆則剈剉剋剎剏剒剓剕剗剘�剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳剴創剶剷剸剹剺剻剼剾劀劃劄劅劆劇劉劊劋劌劍劎劏劑劒劔劕劖劗劘劙劚劜劤劥劦劧劮劯劰労劵劶劷劸効劺劻劼劽勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務勚勛勜勝勞勠勡勢勣勥勦勧勨勩勪勫勬勭勮勯勱勲勳勴勵勶勷勸勻勼勽匁匂匃匄匇匉匊匋匌匎�".split(""),e=0;e!=r[132].length;++e)65533!==r[132][e].charCodeAt(0)&&(n[r[132][e]]=33792+e,t[33792+e]=r[132][e]);for(r[133]="����������������������������������������������������������������匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯匰匱匲匳匴匵匶匷匸匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏�厐厑厒厓厔厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯厰厱厲厳厴厵厷厸厹厺厼厽厾叀參叄叅叆叇収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝呞呟呠呡呣呥呧呩呪呫呬呭呮呯呰呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡�".split(""),e=0;e!=r[133].length;++e)65533!==r[133][e].charCodeAt(0)&&(n[r[133][e]]=34048+e,t[34048+e]=r[133][e]);for(r[134]="����������������������������������������������������������������咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠員哢哣哤哫哬哯哰哱哴哵哶哷哸哹哻哾唀唂唃唄唅唈唊唋唌唍唎唒唓唕唖唗唘唙唚唜唝唞唟唡唥唦�唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋啌啍啎問啑啒啓啔啗啘啙啚啛啝啞啟啠啢啣啨啩啫啯啰啱啲啳啴啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠喡喢喣喤喥喦喨喩喪喫喬喭單喯喰喲喴営喸喺喼喿嗀嗁嗂嗃嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗嗘嗙嗚嗛嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸嗹嗺嗻嗼嗿嘂嘃嘄嘅�".split(""),e=0;e!=r[134].length;++e)65533!==r[134][e].charCodeAt(0)&&(n[r[134][e]]=34304+e,t[34304+e]=r[134][e]);for(r[135]="����������������������������������������������������������������嘆嘇嘊嘋嘍嘐嘑嘒嘓嘔嘕嘖嘗嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀噁噂噃噄噅噆噇噈噉噊噋噏噐噑噒噓噕噖噚噛噝噞噟噠噡�噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽噾噿嚀嚁嚂嚃嚄嚇嚈嚉嚊嚋嚌嚍嚐嚑嚒嚔嚕嚖嚗嚘嚙嚚嚛嚜嚝嚞嚟嚠嚡嚢嚤嚥嚦嚧嚨嚩嚪嚫嚬嚭嚮嚰嚱嚲嚳嚴嚵嚶嚸嚹嚺嚻嚽嚾嚿囀囁囂囃囄囅囆囇囈囉囋囌囍囎囏囐囑囒囓囕囖囘囙囜団囥囦囧囨囩囪囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國圌圍圎圏圐圑�".split(""),e=0;e!=r[135].length;++e)65533!==r[135][e].charCodeAt(0)&&(n[r[135][e]]=34560+e,t[34560+e]=r[135][e]);for(r[136]="����������������������������������������������������������������園圓圔圕圖圗團圙圚圛圝圞圠圡圢圤圥圦圧圫圱圲圴圵圶圷圸圼圽圿坁坃坄坅坆坈坉坋坒坓坔坕坖坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀�垁垇垈垉垊垍垎垏垐垑垔垕垖垗垘垙垚垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹垺垻垼垽垾垿埀埁埄埅埆埇埈埉埊埌埍埐埑埓埖埗埛埜埞埡埢埣埥埦埧埨埩埪埫埬埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥堦堧堨堩堫堬堭堮堯報堲堳場堶堷堸堹堺堻堼堽�".split(""),e=0;e!=r[136].length;++e)65533!==r[136][e].charCodeAt(0)&&(n[r[136][e]]=34816+e,t[34816+e]=r[136][e]);for(r[137]="����������������������������������������������������������������堾堿塀塁塂塃塅塆塇塈塉塊塋塎塏塐塒塓塕塖塗塙塚塛塜塝塟塠塡塢塣塤塦塧塨塩塪塭塮塯塰塱塲塳塴塵塶塷塸塹塺塻塼塽塿墂墄墆墇墈墊墋墌�墍墎墏墐墑墔墕墖増墘墛墜墝墠墡墢墣墤墥墦墧墪墫墬墭墮墯墰墱墲墳墴墵墶墷墸墹墺墻墽墾墿壀壂壃壄壆壇壈壉壊壋壌壍壎壏壐壒壓壔壖壗壘壙壚壛壜壝壞壟壠壡壢壣壥壦壧壨壩壪壭壯壱売壴壵壷壸壺壻壼壽壾壿夀夁夃夅夆夈変夊夋夌夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻�".split(""),e=0;e!=r[137].length;++e)65533!==r[137][e].charCodeAt(0)&&(n[r[137][e]]=35072+e,t[35072+e]=r[137][e]);for(r[138]="����������������������������������������������������������������夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛奜奝奞奟奡奣奤奦奧奨奩奪奫奬奭奮奯奰奱奲奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦�妧妬妭妰妱妳妴妵妶妷妸妺妼妽妿姀姁姂姃姄姅姇姈姉姌姍姎姏姕姖姙姛姞姟姠姡姢姤姦姧姩姪姫姭姮姯姰姱姲姳姴姵姶姷姸姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪娫娬娭娮娯娰娳娵娷娸娹娺娻娽娾娿婁婂婃婄婅婇婈婋婌婍婎婏婐婑婒婓婔婖婗婘婙婛婜婝婞婟婠�".split(""),e=0;e!=r[138].length;++e)65533!==r[138][e].charCodeAt(0)&&(n[r[138][e]]=35328+e,t[35328+e]=r[138][e]);for(r[139]="����������������������������������������������������������������婡婣婤婥婦婨婩婫婬婭婮婯婰婱婲婳婸婹婻婼婽婾媀媁媂媃媄媅媆媇媈媉媊媋媌媍媎媏媐媑媓媔媕媖媗媘媙媜媝媞媟媠媡媢媣媤媥媦媧媨媩媫媬�媭媮媯媰媱媴媶媷媹媺媻媼媽媿嫀嫃嫄嫅嫆嫇嫈嫊嫋嫍嫎嫏嫐嫑嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬嫭嫮嫯嫰嫲嫳嫴嫵嫶嫷嫸嫹嫺嫻嫼嫽嫾嫿嬀嬁嬂嬃嬄嬅嬆嬇嬈嬊嬋嬌嬍嬎嬏嬐嬑嬒嬓嬔嬕嬘嬙嬚嬛嬜嬝嬞嬟嬠嬡嬢嬣嬤嬥嬦嬧嬨嬩嬪嬫嬬嬭嬮嬯嬰嬱嬳嬵嬶嬸嬹嬺嬻嬼嬽嬾嬿孁孂孃孄孅孆孇�".split(""),e=0;e!=r[139].length;++e)65533!==r[139][e].charCodeAt(0)&&(n[r[139][e]]=35584+e,t[35584+e]=r[139][e]);for(r[140]="����������������������������������������������������������������孈孉孊孋孌孍孎孏孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏�寑寔寕寖寗寘寙寚寛寜寠寢寣實寧審寪寫寬寭寯寱寲寳寴寵寶寷寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧屨屩屪屫屬屭屰屲屳屴屵屶屷屸屻屼屽屾岀岃岄岅岆岇岉岊岋岎岏岒岓岕岝岞岟岠岡岤岥岦岧岨�".split(""),e=0;e!=r[140].length;++e)65533!==r[140][e].charCodeAt(0)&&(n[r[140][e]]=35840+e,t[35840+e]=r[140][e]);for(r[141]="����������������������������������������������������������������岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅峆峇峈峉峊峌峍峎峏峐峑峓峔峕峖峗峘峚峛峜峝峞峟峠峢峣峧峩峫峬峮峯峱峲峳峴峵島峷峸峹峺峼峽峾峿崀�崁崄崅崈崉崊崋崌崍崏崐崑崒崓崕崗崘崙崚崜崝崟崠崡崢崣崥崨崪崫崬崯崰崱崲崳崵崶崷崸崹崺崻崼崿嵀嵁嵂嵃嵄嵅嵆嵈嵉嵍嵎嵏嵐嵑嵒嵓嵔嵕嵖嵗嵙嵚嵜嵞嵟嵠嵡嵢嵣嵤嵥嵦嵧嵨嵪嵭嵮嵰嵱嵲嵳嵵嵶嵷嵸嵹嵺嵻嵼嵽嵾嵿嶀嶁嶃嶄嶅嶆嶇嶈嶉嶊嶋嶌嶍嶎嶏嶐嶑嶒嶓嶔嶕嶖嶗嶘嶚嶛嶜嶞嶟嶠�".split(""),e=0;e!=r[141].length;++e)65533!==r[141][e].charCodeAt(0)&&(n[r[141][e]]=36096+e,t[36096+e]=r[141][e]);for(r[142]="����������������������������������������������������������������嶡嶢嶣嶤嶥嶦嶧嶨嶩嶪嶫嶬嶭嶮嶯嶰嶱嶲嶳嶴嶵嶶嶸嶹嶺嶻嶼嶽嶾嶿巀巁巂巃巄巆巇巈巉巊巋巌巎巏巐巑巒巓巔巕巖巗巘巙巚巜巟巠巣巤巪巬巭�巰巵巶巸巹巺巻巼巿帀帄帇帉帊帋帍帎帒帓帗帞帟帠帡帢帣帤帥帨帩帪師帬帯帰帲帳帴帵帶帹帺帾帿幀幁幃幆幇幈幉幊幋幍幎幏幐幑幒幓幖幗幘幙幚幜幝幟幠幣幤幥幦幧幨幩幪幫幬幭幮幯幰幱幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨庩庪庫庬庮庯庰庱庲庴庺庻庼庽庿廀廁廂廃廄廅�".split(""),e=0;e!=r[142].length;++e)65533!==r[142][e].charCodeAt(0)&&(n[r[142][e]]=36352+e,t[36352+e]=r[142][e]);for(r[143]="����������������������������������������������������������������廆廇廈廋廌廍廎廏廐廔廕廗廘廙廚廜廝廞廟廠廡廢廣廤廥廦廧廩廫廬廭廮廯廰廱廲廳廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤�弨弫弬弮弰弲弳弴張弶強弸弻弽弾弿彁彂彃彄彅彆彇彈彉彊彋彌彍彎彏彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢徣徤徥徦徧復徫徬徯徰徱徲徳徴徶徸徹徺徻徾徿忀忁忂忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇�".split(""),e=0;e!=r[143].length;++e)65533!==r[143][e].charCodeAt(0)&&(n[r[143][e]]=36608+e,t[36608+e]=r[143][e]);for(r[144]="����������������������������������������������������������������怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰怱怲怳怴怶怷怸怹怺怽怾恀恄恅恆恇恈恉恊恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀�悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽悾悿惀惁惂惃惄惇惈惉惌惍惎惏惐惒惓惔惖惗惙惛惞惡惢惣惤惥惪惱惲惵惷惸惻惼惽惾惿愂愃愄愅愇愊愋愌愐愑愒愓愔愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬愭愮愯愰愱愲愳愴愵愶愷愸愹愺愻愼愽愾慀慁慂慃慄慅慆�".split(""),e=0;e!=r[144].length;++e)65533!==r[144][e].charCodeAt(0)&&(n[r[144][e]]=36864+e,t[36864+e]=r[144][e]);for(r[145]="����������������������������������������������������������������慇慉態慍慏慐慒慓慔慖慗慘慙慚慛慜慞慟慠慡慣慤慥慦慩慪慫慬慭慮慯慱慲慳慴慶慸慹慺慻慼慽慾慿憀憁憂憃憄憅憆憇憈憉憊憌憍憏憐憑憒憓憕�憖憗憘憙憚憛憜憞憟憠憡憢憣憤憥憦憪憫憭憮憯憰憱憲憳憴憵憶憸憹憺憻憼憽憿懀懁懃懄懅懆懇應懌懍懎懏懐懓懕懖懗懘懙懚懛懜懝懞懟懠懡懢懣懤懥懧懨懩懪懫懬懭懮懯懰懱懲懳懴懶懷懸懹懺懻懼懽懾戀戁戂戃戄戅戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸戹戺戻戼扂扄扅扆扊�".split(""),e=0;e!=r[145].length;++e)65533!==r[145][e].charCodeAt(0)&&(n[r[145][e]]=37120+e,t[37120+e]=r[145][e]);for(r[146]="����������������������������������������������������������������扏扐払扖扗扙扚扜扝扞扟扠扡扢扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋抌抍抎抏抐抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁�拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳挴挵挶挷挸挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖捗捘捙捚捛捜捝捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙掚掛掜掝掞掟採掤掦掫掯掱掲掵掶掹掻掽掿揀�".split(""),e=0;e!=r[146].length;++e)65533!==r[146][e].charCodeAt(0)&&(n[r[146][e]]=37376+e,t[37376+e]=r[146][e]);for(r[147]="����������������������������������������������������������������揁揂揃揅揇揈揊揋揌揑揓揔揕揗揘揙揚換揜揝揟揢揤揥揦揧揨揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆搇搈搉搊損搎搑搒搕搖搗搘搙搚搝搟搢搣搤�搥搧搨搩搫搮搯搰搱搲搳搵搶搷搸搹搻搼搾摀摂摃摉摋摌摍摎摏摐摑摓摕摖摗摙摚摛摜摝摟摠摡摢摣摤摥摦摨摪摫摬摮摯摰摱摲摳摴摵摶摷摻摼摽摾摿撀撁撃撆撈撉撊撋撌撍撎撏撐撓撔撗撘撚撛撜撝撟撠撡撢撣撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆擇擈擉擊擋擌擏擑擓擔擕擖擙據�".split(""),e=0;e!=r[147].length;++e)65533!==r[147][e].charCodeAt(0)&&(n[r[147][e]]=37632+e,t[37632+e]=r[147][e]);for(r[148]="����������������������������������������������������������������擛擜擝擟擠擡擣擥擧擨擩擪擫擬擭擮擯擰擱擲擳擴擵擶擷擸擹擺擻擼擽擾擿攁攂攃攄攅攆攇攈攊攋攌攍攎攏攐攑攓攔攕攖攗攙攚攛攜攝攞攟攠攡�攢攣攤攦攧攨攩攪攬攭攰攱攲攳攷攺攼攽敀敁敂敃敄敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數敹敺敻敼敽敾敿斀斁斂斃斄斅斆斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱斲斳斴斵斶斷斸斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘旙旚旛旜旝旞旟旡旣旤旪旫�".split(""),e=0;e!=r[148].length;++e)65533!==r[148][e].charCodeAt(0)&&(n[r[148][e]]=37888+e,t[37888+e]=r[148][e]);for(r[149]="����������������������������������������������������������������旲旳旴旵旸旹旻旼旽旾旿昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷昸昹昺昻昽昿晀時晄晅晆晇晈晉晊晍晎晐晑晘�晙晛晜晝晞晠晢晣晥晧晩晪晫晬晭晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘暙暚暛暜暞暟暠暡暢暣暤暥暦暩暪暫暬暭暯暰暱暲暳暵暶暷暸暺暻暼暽暿曀曁曂曃曄曅曆曇曈曉曊曋曌曍曎曏曐曑曒曓曔曕曖曗曘曚曞曟曠曡曢曣曤曥曧曨曪曫曬曭曮曯曱曵曶書曺曻曽朁朂會�".split(""),e=0;e!=r[149].length;++e)65533!==r[149][e].charCodeAt(0)&&(n[r[149][e]]=38144+e,t[38144+e]=r[149][e]);for(r[150]="����������������������������������������������������������������朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠朡朢朣朤朥朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗杘杙杚杛杝杢杣杤杦杧杫杬杮東杴杶�杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹枺枻枼枽枾枿柀柂柅柆柇柈柉柊柋柌柍柎柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵柶柷柸柹柺査柼柾栁栂栃栄栆栍栐栒栔栕栘栙栚栛栜栞栟栠栢栣栤栥栦栧栨栫栬栭栮栯栰栱栴栵栶栺栻栿桇桋桍桏桒桖桗桘桙桚桛�".split(""),e=0;e!=r[150].length;++e)65533!==r[150][e].charCodeAt(0)&&(n[r[150][e]]=38400+e,t[38400+e]=r[150][e]);for(r[151]="����������������������������������������������������������������桜桝桞桟桪桬桭桮桯桰桱桲桳桵桸桹桺桻桼桽桾桿梀梂梄梇梈梉梊梋梌梍梎梐梑梒梔梕梖梘梙梚梛梜條梞梟梠梡梣梤梥梩梪梫梬梮梱梲梴梶梷梸�梹梺梻梼梽梾梿棁棃棄棅棆棇棈棊棌棎棏棐棑棓棔棖棗棙棛棜棝棞棟棡棢棤棥棦棧棨棩棪棫棬棭棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆椇椈椉椊椌椏椑椓椔椕椖椗椘椙椚椛検椝椞椡椢椣椥椦椧椨椩椪椫椬椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃楄楅楆楇楈楉楊楋楌楍楎楏楐楑楒楓楕楖楘楙楛楜楟�".split(""),e=0;e!=r[151].length;++e)65533!==r[151][e].charCodeAt(0)&&(n[r[151][e]]=38656+e,t[38656+e]=r[151][e]);for(r[152]="����������������������������������������������������������������楡楢楤楥楧楨楩楪楬業楯楰楲楳楴極楶楺楻楽楾楿榁榃榅榊榋榌榎榏榐榑榒榓榖榗榙榚榝榞榟榠榡榢榣榤榥榦榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽�榾榿槀槂槃槄槅槆槇槈槉構槍槏槑槒槓槕槖槗様槙槚槜槝槞槡槢槣槤槥槦槧槨槩槪槫槬槮槯槰槱槳槴槵槶槷槸槹槺槻槼槾樀樁樂樃樄樅樆樇樈樉樋樌樍樎樏樐樑樒樓樔樕樖標樚樛樜樝樞樠樢樣樤樥樦樧権樫樬樭樮樰樲樳樴樶樷樸樹樺樻樼樿橀橁橂橃橅橆橈橉橊橋橌橍橎橏橑橒橓橔橕橖橗橚�".split(""),e=0;e!=r[152].length;++e)65533!==r[152][e].charCodeAt(0)&&(n[r[152][e]]=38912+e,t[38912+e]=r[152][e]);for(r[153]="����������������������������������������������������������������橜橝橞機橠橢橣橤橦橧橨橩橪橫橬橭橮橯橰橲橳橴橵橶橷橸橺橻橽橾橿檁檂檃檅檆檇檈檉檊檋檌檍檏檒檓檔檕檖檘檙檚檛檜檝檞檟檡檢檣檤檥檦�檧檨檪檭檮檯檰檱檲檳檴檵檶檷檸檹檺檻檼檽檾檿櫀櫁櫂櫃櫄櫅櫆櫇櫈櫉櫊櫋櫌櫍櫎櫏櫐櫑櫒櫓櫔櫕櫖櫗櫘櫙櫚櫛櫜櫝櫞櫟櫠櫡櫢櫣櫤櫥櫦櫧櫨櫩櫪櫫櫬櫭櫮櫯櫰櫱櫲櫳櫴櫵櫶櫷櫸櫹櫺櫻櫼櫽櫾櫿欀欁欂欃欄欅欆欇欈欉權欋欌欍欎欏欐欑欒欓欔欕欖欗欘欙欚欛欜欝欞欟欥欦欨欩欪欫欬欭欮�".split(""),e=0;e!=r[153].length;++e)65533!==r[153][e].charCodeAt(0)&&(n[r[153][e]]=39168+e,t[39168+e]=r[153][e]);for(r[154]="����������������������������������������������������������������欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍歎歏歐歑歒歓歔歕歖歗歘歚歛歜歝歞歟歠歡歨歩歫歬歭歮歯歰歱歲歳歴歵歶歷歸歺歽歾歿殀殅殈�殌殎殏殐殑殔殕殗殘殙殜殝殞殟殠殢殣殤殥殦殧殨殩殫殬殭殮殯殰殱殲殶殸殹殺殻殼殽殾毀毃毄毆毇毈毉毊毌毎毐毑毘毚毜毝毞毟毠毢毣毤毥毦毧毨毩毬毭毮毰毱毲毴毶毷毸毺毻毼毾毿氀氁氂氃氄氈氉氊氋氌氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋汌汍汎汏汑汒汓汖汘�".split(""),e=0;e!=r[154].length;++e)65533!==r[154][e].charCodeAt(0)&&(n[r[154][e]]=39424+e,t[39424+e]=r[154][e]);for(r[155]="����������������������������������������������������������������汙汚汢汣汥汦汧汫汬汭汮汯汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘�泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟洠洡洢洣洤洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽浾浿涀涁涃涄涆涇涊涋涍涏涐涒涖涗涘涙涚涜涢涥涬涭涰涱涳涴涶涷涹涺涻涼涽涾淁淂淃淈淉淊�".split(""),e=0;e!=r[155].length;++e)65533!==r[155][e].charCodeAt(0)&&(n[r[155][e]]=39680+e,t[39680+e]=r[155][e]);for(r[156]="����������������������������������������������������������������淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽淾淿渀渁渂渃渄渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵�渶渷渹渻渼渽渾渿湀湁湂湅湆湇湈湉湊湋湌湏湐湑湒湕湗湙湚湜湝湞湠湡湢湣湤湥湦湧湨湩湪湬湭湯湰湱湲湳湴湵湶湷湸湹湺湻湼湽満溁溂溄溇溈溊溋溌溍溎溑溒溓溔溕準溗溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪滫滬滭滮滯�".split(""),e=0;e!=r[156].length;++e)65533!==r[156][e].charCodeAt(0)&&(n[r[156][e]]=39936+e,t[39936+e]=r[156][e]);for(r[157]="����������������������������������������������������������������滰滱滲滳滵滶滷滸滺滻滼滽滾滿漀漁漃漄漅漇漈漊漋漌漍漎漐漑漒漖漗漘漙漚漛漜漝漞漟漡漢漣漥漦漧漨漬漮漰漲漴漵漷漸漹漺漻漼漽漿潀潁潂�潃潄潅潈潉潊潌潎潏潐潑潒潓潔潕潖潗潙潚潛潝潟潠潡潣潤潥潧潨潩潪潫潬潯潰潱潳潵潶潷潹潻潽潾潿澀澁澂澃澅澆澇澊澋澏澐澑澒澓澔澕澖澗澘澙澚澛澝澞澟澠澢澣澤澥澦澨澩澪澫澬澭澮澯澰澱澲澴澵澷澸澺澻澼澽澾澿濁濃濄濅濆濇濈濊濋濌濍濎濏濐濓濔濕濖濗濘濙濚濛濜濝濟濢濣濤濥�".split(""),e=0;e!=r[157].length;++e)65533!==r[157][e].charCodeAt(0)&&(n[r[157][e]]=40192+e,t[40192+e]=r[157][e]);for(r[158]="����������������������������������������������������������������濦濧濨濩濪濫濬濭濰濱濲濳濴濵濶濷濸濹濺濻濼濽濾濿瀀瀁瀂瀃瀄瀅瀆瀇瀈瀉瀊瀋瀌瀍瀎瀏瀐瀒瀓瀔瀕瀖瀗瀘瀙瀜瀝瀞瀟瀠瀡瀢瀤瀥瀦瀧瀨瀩瀪�瀫瀬瀭瀮瀯瀰瀱瀲瀳瀴瀶瀷瀸瀺瀻瀼瀽瀾瀿灀灁灂灃灄灅灆灇灈灉灊灋灍灎灐灑灒灓灔灕灖灗灘灙灚灛灜灝灟灠灡灢灣灤灥灦灧灨灩灪灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞炟炠炡炢炣炤炥炦炧炨炩炪炰炲炴炵炶為炾炿烄烅烆烇烉烋烌烍烎烏烐烑烒烓烔烕烖烗烚�".split(""),e=0;e!=r[158].length;++e)65533!==r[158][e].charCodeAt(0)&&(n[r[158][e]]=40448+e,t[40448+e]=r[158][e]);for(r[159]="����������������������������������������������������������������烜烝烞烠烡烢烣烥烪烮烰烱烲烳烴烵烶烸烺烻烼烾烿焀焁焂焃焄焅焆焇焈焋焌焍焎焏焑焒焔焗焛焜焝焞焟焠無焢焣焤焥焧焨焩焪焫焬焭焮焲焳焴�焵焷焸焹焺焻焼焽焾焿煀煁煂煃煄煆煇煈煉煋煍煏煐煑煒煓煔煕煖煗煘煙煚煛煝煟煠煡煢煣煥煩煪煫煬煭煯煰煱煴煵煶煷煹煻煼煾煿熀熁熂熃熅熆熇熈熉熋熌熍熎熐熑熒熓熕熖熗熚熛熜熝熞熡熢熣熤熥熦熧熩熪熫熭熮熯熰熱熲熴熶熷熸熺熻熼熽熾熿燀燁燂燄燅燆燇燈燉燊燋燌燍燏燐燑燒燓�".split(""),e=0;e!=r[159].length;++e)65533!==r[159][e].charCodeAt(0)&&(n[r[159][e]]=40704+e,t[40704+e]=r[159][e]);for(r[160]="����������������������������������������������������������������燖燗燘燙燚燛燜燝燞營燡燢燣燤燦燨燩燪燫燬燭燯燰燱燲燳燴燵燶燷燸燺燻燼燽燾燿爀爁爂爃爄爅爇爈爉爊爋爌爍爎爏爐爑爒爓爔爕爖爗爘爙爚�爛爜爞爟爠爡爢爣爤爥爦爧爩爫爭爮爯爲爳爴爺爼爾牀牁牂牃牄牅牆牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅犆犇犈犉犌犎犐犑犓犔犕犖犗犘犙犚犛犜犝犞犠犡犢犣犤犥犦犧犨犩犪犫犮犱犲犳犵犺犻犼犽犾犿狀狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛�".split(""),e=0;e!=r[160].length;++e)65533!==r[160][e].charCodeAt(0)&&(n[r[160][e]]=40960+e,t[40960+e]=r[160][e]);for(r[161]="����������������������������������������������������������������������������������������������������������������������������������������������������������������� 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈〉《》「」『』〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓�".split(""),e=0;e!=r[161].length;++e)65533!==r[161][e].charCodeAt(0)&&(n[r[161][e]]=41216+e,t[41216+e]=r[161][e]);for(r[162]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ������⒈⒉⒊⒋⒌⒍⒎⒏⒐⒑⒒⒓⒔⒕⒖⒗⒘⒙⒚⒛⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂⒃⒄⒅⒆⒇①②③④⑤⑥⑦⑧⑨⑩��㈠㈡㈢㈣㈤㈥㈦㈧㈨㈩��ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ���".split(""),e=0;e!=r[162].length;++e)65533!==r[162][e].charCodeAt(0)&&(n[r[162][e]]=41472+e,t[41472+e]=r[162][e]);for(r[163]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������!"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|} ̄�".split(""),e=0;e!=r[163].length;++e)65533!==r[163][e].charCodeAt(0)&&(n[r[163][e]]=41728+e,t[41728+e]=r[163][e]);for(r[164]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん������������".split(""),e=0;e!=r[164].length;++e)65533!==r[164][e].charCodeAt(0)&&(n[r[164][e]]=41984+e,t[41984+e]=r[164][e]);for(r[165]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ���������".split(""),e=0;e!=r[165].length;++e)65533!==r[165][e].charCodeAt(0)&&(n[r[165][e]]=42240+e,t[42240+e]=r[165][e]);for(r[166]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ��������αβγδεζηθικλμνξοπρστυφχψω�������︵︶︹︺︿﹀︽︾﹁﹂﹃﹄��︻︼︷︸︱�︳︴����������".split(""),e=0;e!=r[166].length;++e)65533!==r[166][e].charCodeAt(0)&&(n[r[166][e]]=42496+e,t[42496+e]=r[166][e]);for(r[167]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ���������������абвгдеёжзийклмнопрстуфхцчшщъыьэюя��������������".split(""),e=0;e!=r[167].length;++e)65533!==r[167][e].charCodeAt(0)&&(n[r[167][e]]=42752+e,t[42752+e]=r[167][e]);for(r[168]="����������������������������������������������������������������ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═║╒╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡╢╣╤╥╦╧╨╩╪╫╬╭╮╯╰╱╲╳▁▂▃▄▅▆▇�█▉▊▋▌▍▎▏▓▔▕▼▽◢◣◤◥☉⊕〒〝〞�����������āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ�ńň�ɡ����ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦㄧㄨㄩ����������������������".split(""),e=0;e!=r[168].length;++e)65533!==r[168][e].charCodeAt(0)&&(n[r[168][e]]=43008+e,t[43008+e]=r[168][e]);for(r[169]="����������������������������������������������������������������〡〢〣〤〥〦〧〨〩㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦�℡㈱�‐���ー゛゜ヽヾ〆ゝゞ﹉﹊﹋﹌﹍﹎﹏﹐﹑﹒﹔﹕﹖﹗﹙﹚﹛﹜﹝﹞﹟﹠﹡�﹢﹣﹤﹥﹦﹨﹩﹪﹫�������������〇�������������─━│┃┄┅┆┇┈┉┊┋┌┍┎┏┐┑┒┓└┕┖┗┘┙┚┛├┝┞┟┠┡┢┣┤┥┦┧┨┩┪┫┬┭┮┯┰┱┲┳┴┵┶┷┸┹┺┻┼┽┾┿╀╁╂╃╄╅╆╇╈╉╊╋����������������".split(""),e=0;e!=r[169].length;++e)65533!==r[169][e].charCodeAt(0)&&(n[r[169][e]]=43264+e,t[43264+e]=r[169][e]);for(r[170]="����������������������������������������������������������������狜狝狟狢狣狤狥狦狧狪狫狵狶狹狽狾狿猀猂猄猅猆猇猈猉猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀獁獂獃獄獅獆獇獈�獉獊獋獌獎獏獑獓獔獕獖獘獙獚獛獜獝獞獟獡獢獣獤獥獦獧獨獩獪獫獮獰獱�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[170].length;++e)65533!==r[170][e].charCodeAt(0)&&(n[r[170][e]]=43520+e,t[43520+e]=r[170][e]);for(r[171]="����������������������������������������������������������������獲獳獴獵獶獷獸獹獺獻獼獽獿玀玁玂玃玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣玤玥玦玧玨玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃珄珅珆珇�珋珌珎珒珓珔珕珖珗珘珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳珴珵珶珷�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[171].length;++e)65533!==r[171][e].charCodeAt(0)&&(n[r[171][e]]=43776+e,t[43776+e]=r[171][e]);for(r[172]="����������������������������������������������������������������珸珹珺珻珼珽現珿琀琁琂琄琇琈琋琌琍琎琑琒琓琔琕琖琗琘琙琜琝琞琟琠琡琣琤琧琩琫琭琯琱琲琷琸琹琺琻琽琾琿瑀瑂瑃瑄瑅瑆瑇瑈瑉瑊瑋瑌瑍�瑎瑏瑐瑑瑒瑓瑔瑖瑘瑝瑠瑡瑢瑣瑤瑥瑦瑧瑨瑩瑪瑫瑬瑮瑯瑱瑲瑳瑴瑵瑸瑹瑺�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[172].length;++e)65533!==r[172][e].charCodeAt(0)&&(n[r[172][e]]=44032+e,t[44032+e]=r[172][e]);for(r[173]="����������������������������������������������������������������瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑璒璓璔璕璖璗璘璙璚璛璝璟璠璡璢璣璤璥璦璪璫璬璭璮璯環璱璲璳璴璵璶璷璸璹璻璼璽璾璿瓀瓁瓂瓃瓄瓅瓆瓇�瓈瓉瓊瓋瓌瓍瓎瓏瓐瓑瓓瓔瓕瓖瓗瓘瓙瓚瓛瓝瓟瓡瓥瓧瓨瓩瓪瓫瓬瓭瓰瓱瓲�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[173].length;++e)65533!==r[173][e].charCodeAt(0)&&(n[r[173][e]]=44288+e,t[44288+e]=r[173][e]);for(r[174]="����������������������������������������������������������������瓳瓵瓸瓹瓺瓻瓼瓽瓾甀甁甂甃甅甆甇甈甉甊甋甌甎甐甒甔甕甖甗甛甝甞甠甡產産甤甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘�畝畞畟畠畡畢畣畤畧畨畩畫畬畭畮畯異畱畳畵當畷畺畻畼畽畾疀疁疂疄疅疇�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[174].length;++e)65533!==r[174][e].charCodeAt(0)&&(n[r[174][e]]=44544+e,t[44544+e]=r[174][e]);for(r[175]="����������������������������������������������������������������疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦疧疨疩疪疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇�瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[175].length;++e)65533!==r[175][e].charCodeAt(0)&&(n[r[175][e]]=44800+e,t[44800+e]=r[175][e]);for(r[176]="����������������������������������������������������������������癅癆癇癈癉癊癋癎癏癐癑癒癓癕癗癘癙癚癛癝癟癠癡癢癤癥癦癧癨癩癪癬癭癮癰癱癲癳癴癵癶癷癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛�皜皝皞皟皠皡皢皣皥皦皧皨皩皪皫皬皭皯皰皳皵皶皷皸皹皺皻皼皽皾盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥�".split(""),e=0;e!=r[176].length;++e)65533!==r[176][e].charCodeAt(0)&&(n[r[176][e]]=45056+e,t[45056+e]=r[176][e]);for(r[177]="����������������������������������������������������������������盄盇盉盋盌盓盕盙盚盜盝盞盠盡盢監盤盦盧盨盩盪盫盬盭盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎眏眐眑眒眓眔眕眖眗眘眛眜眝眞眡眣眤眥眧眪眫�眬眮眰眱眲眳眴眹眻眽眾眿睂睄睅睆睈睉睊睋睌睍睎睏睒睓睔睕睖睗睘睙睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳�".split(""),e=0;e!=r[177].length;++e)65533!==r[177][e].charCodeAt(0)&&(n[r[177][e]]=45312+e,t[45312+e]=r[177][e]);for(r[178]="����������������������������������������������������������������睝睞睟睠睤睧睩睪睭睮睯睰睱睲睳睴睵睶睷睸睺睻睼瞁瞂瞃瞆瞇瞈瞉瞊瞋瞏瞐瞓瞔瞕瞖瞗瞘瞙瞚瞛瞜瞝瞞瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶瞷瞸瞹瞺�瞼瞾矀矁矂矃矄矅矆矇矈矉矊矋矌矎矏矐矑矒矓矔矕矖矘矙矚矝矞矟矠矡矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖�".split(""),e=0;e!=r[178].length;++e)65533!==r[178][e].charCodeAt(0)&&(n[r[178][e]]=45568+e,t[45568+e]=r[178][e]);for(r[179]="����������������������������������������������������������������矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃砄砅砆砇砈砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚�硛硜硞硟硠硡硢硣硤硥硦硧硨硩硯硰硱硲硳硴硵硶硸硹硺硻硽硾硿碀碁碂碃场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚�".split(""),e=0;e!=r[179].length;++e)65533!==r[179][e].charCodeAt(0)&&(n[r[179][e]]=45824+e,t[45824+e]=r[179][e]);for(r[180]="����������������������������������������������������������������碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨碩碪碫碬碭碮碯碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚磛磜磝磞磟磠磡磢磣�磤磥磦磧磩磪磫磭磮磯磰磱磳磵磶磸磹磻磼磽磾磿礀礂礃礄礆礇礈礉礊礋礌础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮�".split(""),e=0;e!=r[180].length;++e)65533!==r[180][e].charCodeAt(0)&&(n[r[180][e]]=46080+e,t[46080+e]=r[180][e]);for(r[181]="����������������������������������������������������������������礍礎礏礐礑礒礔礕礖礗礘礙礚礛礜礝礟礠礡礢礣礥礦礧礨礩礪礫礬礭礮礯礰礱礲礳礵礶礷礸礹礽礿祂祃祄祅祇祊祋祌祍祎祏祐祑祒祔祕祘祙祡祣�祤祦祩祪祫祬祮祰祱祲祳祴祵祶祹祻祼祽祾祿禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠�".split(""),e=0;e!=r[181].length;++e)65533!==r[181][e].charCodeAt(0)&&(n[r[181][e]]=46336+e,t[46336+e]=r[181][e]);for(r[182]="����������������������������������������������������������������禓禔禕禖禗禘禙禛禜禝禞禟禠禡禢禣禤禥禦禨禩禪禫禬禭禮禯禰禱禲禴禵禶禷禸禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙秚秛秜秝秞秠秡秢秥秨秪�秬秮秱秲秳秴秵秶秷秹秺秼秾秿稁稄稅稇稈稉稊稌稏稐稑稒稓稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二�".split(""),e=0;e!=r[182].length;++e)65533!==r[182][e].charCodeAt(0)&&(n[r[182][e]]=46592+e,t[46592+e]=r[182][e]);for(r[183]="����������������������������������������������������������������稝稟稡稢稤稥稦稧稨稩稪稫稬稭種稯稰稱稲稴稵稶稸稺稾穀穁穂穃穄穅穇穈穉穊穋穌積穎穏穐穒穓穔穕穖穘穙穚穛穜穝穞穟穠穡穢穣穤穥穦穧穨�穩穪穫穬穭穮穯穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服�".split(""),e=0;e!=r[183].length;++e)65533!==r[183][e].charCodeAt(0)&&(n[r[183][e]]=46848+e,t[46848+e]=r[183][e]);for(r[184]="����������������������������������������������������������������窣窤窧窩窪窫窮窯窰窱窲窴窵窶窷窸窹窺窻窼窽窾竀竁竂竃竄竅竆竇竈竉竊竌竍竎竏竐竑竒竓竔竕竗竘竚竛竜竝竡竢竤竧竨竩竪竫竬竮竰竱竲竳�竴竵競竷竸竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹�".split(""),e=0;e!=r[184].length;++e)65533!==r[184][e].charCodeAt(0)&&(n[r[184][e]]=47104+e,t[47104+e]=r[184][e]);for(r[185]="����������������������������������������������������������������笯笰笲笴笵笶笷笹笻笽笿筀筁筂筃筄筆筈筊筍筎筓筕筗筙筜筞筟筡筣筤筥筦筧筨筩筪筫筬筭筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆箇箈箉箊箋箌箎箏�箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹箺箻箼箽箾箿節篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈�".split(""),e=0;e!=r[185].length;++e)65533!==r[185][e].charCodeAt(0)&&(n[r[185][e]]=47360+e,t[47360+e]=r[185][e]);for(r[186]="����������������������������������������������������������������篅篈築篊篋篍篎篏篐篒篔篕篖篗篘篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲篳篴篵篶篸篹篺篻篽篿簀簁簂簃簄簅簆簈簉簊簍簎簐簑簒簓簔簕簗簘簙�簚簛簜簝簞簠簡簢簣簤簥簨簩簫簬簭簮簯簰簱簲簳簴簵簶簷簹簺簻簼簽簾籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖�".split(""),e=0;e!=r[186].length;++e)65533!==r[186][e].charCodeAt(0)&&(n[r[186][e]]=47616+e,t[47616+e]=r[186][e]);for(r[187]="����������������������������������������������������������������籃籄籅籆籇籈籉籊籋籌籎籏籐籑籒籓籔籕籖籗籘籙籚籛籜籝籞籟籠籡籢籣籤籥籦籧籨籩籪籫籬籭籮籯籰籱籲籵籶籷籸籹籺籾籿粀粁粂粃粄粅粆粇�粈粊粋粌粍粎粏粐粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴粵粶粷粸粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕�".split(""),e=0;e!=r[187].length;++e)65533!==r[187][e].charCodeAt(0)&&(n[r[187][e]]=47872+e,t[47872+e]=r[187][e]);for(r[188]="����������������������������������������������������������������粿糀糂糃糄糆糉糋糎糏糐糑糒糓糔糘糚糛糝糞糡糢糣糤糥糦糧糩糪糫糬糭糮糰糱糲糳糴糵糶糷糹糺糼糽糾糿紀紁紂紃約紅紆紇紈紉紋紌納紎紏紐�紑紒紓純紕紖紗紘紙級紛紜紝紞紟紡紣紤紥紦紨紩紪紬紭紮細紱紲紳紴紵紶肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件�".split(""),e=0;e!=r[188].length;++e)65533!==r[188][e].charCodeAt(0)&&(n[r[188][e]]=48128+e,t[48128+e]=r[188][e]);for(r[189]="����������������������������������������������������������������紷紸紹紺紻紼紽紾紿絀絁終絃組絅絆絇絈絉絊絋経絍絎絏結絑絒絓絔絕絖絗絘絙絚絛絜絝絞絟絠絡絢絣絤絥給絧絨絩絪絫絬絭絯絰統絲絳絴絵絶�絸絹絺絻絼絽絾絿綀綁綂綃綄綅綆綇綈綉綊綋綌綍綎綏綐綑綒經綔綕綖綗綘健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸�".split(""),e=0;e!=r[189].length;++e)65533!==r[189][e].charCodeAt(0)&&(n[r[189][e]]=48384+e,t[48384+e]=r[189][e]);for(r[190]="����������������������������������������������������������������継続綛綜綝綞綟綠綡綢綣綤綥綧綨綩綪綫綬維綯綰綱網綳綴綵綶綷綸綹綺綻綼綽綾綿緀緁緂緃緄緅緆緇緈緉緊緋緌緍緎総緐緑緒緓緔緕緖緗緘緙�線緛緜緝緞緟締緡緢緣緤緥緦緧編緩緪緫緬緭緮緯緰緱緲緳練緵緶緷緸緹緺尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻�".split(""),e=0;e!=r[190].length;++e)65533!==r[190][e].charCodeAt(0)&&(n[r[190][e]]=48640+e,t[48640+e]=r[190][e]);for(r[191]="����������������������������������������������������������������緻緼緽緾緿縀縁縂縃縄縅縆縇縈縉縊縋縌縍縎縏縐縑縒縓縔縕縖縗縘縙縚縛縜縝縞縟縠縡縢縣縤縥縦縧縨縩縪縫縬縭縮縯縰縱縲縳縴縵縶縷縸縹�縺縼總績縿繀繂繃繄繅繆繈繉繊繋繌繍繎繏繐繑繒繓織繕繖繗繘繙繚繛繜繝俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀�".split(""),e=0;e!=r[191].length;++e)65533!==r[191][e].charCodeAt(0)&&(n[r[191][e]]=48896+e,t[48896+e]=r[191][e]);for(r[192]="����������������������������������������������������������������繞繟繠繡繢繣繤繥繦繧繨繩繪繫繬繭繮繯繰繱繲繳繴繵繶繷繸繹繺繻繼繽繾繿纀纁纃纄纅纆纇纈纉纊纋續纍纎纏纐纑纒纓纔纕纖纗纘纙纚纜纝纞�纮纴纻纼绖绤绬绹缊缐缞缷缹缻缼缽缾缿罀罁罃罆罇罈罉罊罋罌罍罎罏罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐�".split(""),e=0;e!=r[192].length;++e)65533!==r[192][e].charCodeAt(0)&&(n[r[192][e]]=49152+e,t[49152+e]=r[192][e]);for(r[193]="����������������������������������������������������������������罖罙罛罜罝罞罠罣罤罥罦罧罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂羃羄羅羆羇羈羉羋羍羏羐羑羒羓羕羖羗羘羙羛羜羠羢羣羥羦羨義羪羫羬羭羮羱�羳羴羵羶羷羺羻羾翀翂翃翄翆翇翈翉翋翍翏翐翑習翓翖翗翙翚翛翜翝翞翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿�".split(""),e=0;e!=r[193].length;++e)65533!==r[193][e].charCodeAt(0)&&(n[r[193][e]]=49408+e,t[49408+e]=r[193][e]);for(r[194]="����������������������������������������������������������������翤翧翨翪翫翬翭翯翲翴翵翶翷翸翹翺翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫耬耭耮耯耰耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗�聙聛聜聝聞聟聠聡聢聣聤聥聦聧聨聫聬聭聮聯聰聲聳聴聵聶職聸聹聺聻聼聽隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫�".split(""),e=0;e!=r[194].length;++e)65533!==r[194][e].charCodeAt(0)&&(n[r[194][e]]=49664+e,t[49664+e]=r[194][e]);for(r[195]="����������������������������������������������������������������聾肁肂肅肈肊肍肎肏肐肑肒肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇胈胉胊胋胏胐胑胒胓胔胕胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋�脌脕脗脙脛脜脝脟脠脡脢脣脤脥脦脧脨脩脪脫脭脮脰脳脴脵脷脹脺脻脼脽脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸�".split(""),e=0;e!=r[195].length;++e)65533!==r[195][e].charCodeAt(0)&&(n[r[195][e]]=49920+e,t[49920+e]=r[195][e]);for(r[196]="����������������������������������������������������������������腀腁腂腃腄腅腇腉腍腎腏腒腖腗腘腛腜腝腞腟腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃膄膅膆膇膉膋膌膍膎膐膒膓膔膕膖膗膙膚膞膟膠膡膢膤膥�膧膩膫膬膭膮膯膰膱膲膴膵膶膷膸膹膼膽膾膿臄臅臇臈臉臋臍臎臏臐臑臒臓摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁�".split(""),e=0;e!=r[196].length;++e)65533!==r[196][e].charCodeAt(0)&&(n[r[196][e]]=50176+e,t[50176+e]=r[196][e]);for(r[197]="����������������������������������������������������������������臔臕臖臗臘臙臚臛臜臝臞臟臠臡臢臤臥臦臨臩臫臮臯臰臱臲臵臶臷臸臹臺臽臿舃與興舉舊舋舎舏舑舓舕舖舗舘舙舚舝舠舤舥舦舧舩舮舲舺舼舽舿�艀艁艂艃艅艆艈艊艌艍艎艐艑艒艓艔艕艖艗艙艛艜艝艞艠艡艢艣艤艥艦艧艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗�".split(""),e=0;e!=r[197].length;++e)65533!==r[197][e].charCodeAt(0)&&(n[r[197][e]]=50432+e,t[50432+e]=r[197][e]);for(r[198]="����������������������������������������������������������������艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸�苺苼苽苾苿茀茊茋茍茐茒茓茖茘茙茝茞茟茠茡茢茣茤茥茦茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐�".split(""),e=0;e!=r[198].length;++e)65533!==r[198][e].charCodeAt(0)&&(n[r[198][e]]=50688+e,t[50688+e]=r[198][e]);for(r[199]="����������������������������������������������������������������茾茿荁荂荄荅荈荊荋荌荍荎荓荕荖荗荘荙荝荢荰荱荲荳荴荵荶荹荺荾荿莀莁莂莃莄莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡莢莣莤莥莦莧莬莭莮�莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠�".split(""),e=0;e!=r[199].length;++e)65533!==r[199][e].charCodeAt(0)&&(n[r[199][e]]=50944+e,t[50944+e]=r[199][e]);for(r[200]="����������������������������������������������������������������菮華菳菴菵菶菷菺菻菼菾菿萀萂萅萇萈萉萊萐萒萓萔萕萖萗萙萚萛萞萟萠萡萢萣萩萪萫萬萭萮萯萰萲萳萴萵萶萷萹萺萻萾萿葀葁葂葃葄葅葇葈葉�葊葋葌葍葎葏葐葒葓葔葕葖葘葝葞葟葠葢葤葥葦葧葨葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁�".split(""),e=0;e!=r[200].length;++e)65533!==r[200][e].charCodeAt(0)&&(n[r[200][e]]=51200+e,t[51200+e]=r[200][e]);for(r[201]="����������������������������������������������������������������葽葾葿蒀蒁蒃蒄蒅蒆蒊蒍蒏蒐蒑蒒蒓蒔蒕蒖蒘蒚蒛蒝蒞蒟蒠蒢蒣蒤蒥蒦蒧蒨蒩蒪蒫蒬蒭蒮蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗�蓘蓙蓚蓛蓜蓞蓡蓢蓤蓧蓨蓩蓪蓫蓭蓮蓯蓱蓲蓳蓴蓵蓶蓷蓸蓹蓺蓻蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳�".split(""),e=0;e!=r[201].length;++e)65533!==r[201][e].charCodeAt(0)&&(n[r[201][e]]=51456+e,t[51456+e]=r[201][e]);for(r[202]="����������������������������������������������������������������蔃蔄蔅蔆蔇蔈蔉蔊蔋蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢蔣蔤蔥蔦蔧蔨蔩蔪蔭蔮蔯蔰蔱蔲蔳蔴蔵蔶蔾蔿蕀蕁蕂蕄蕅蕆蕇蕋蕌蕍蕎蕏蕐蕑蕒蕓蕔蕕�蕗蕘蕚蕛蕜蕝蕟蕠蕡蕢蕣蕥蕦蕧蕩蕪蕫蕬蕭蕮蕯蕰蕱蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱�".split(""),e=0;e!=r[202].length;++e)65533!==r[202][e].charCodeAt(0)&&(n[r[202][e]]=51712+e,t[51712+e]=r[202][e]);for(r[203]="����������������������������������������������������������������薂薃薆薈薉薊薋薌薍薎薐薑薒薓薔薕薖薗薘薙薚薝薞薟薠薡薢薣薥薦薧薩薫薬薭薱薲薳薴薵薶薸薺薻薼薽薾薿藀藂藃藄藅藆藇藈藊藋藌藍藎藑藒�藔藖藗藘藙藚藛藝藞藟藠藡藢藣藥藦藧藨藪藫藬藭藮藯藰藱藲藳藴藵藶藷藸恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔�".split(""),e=0;e!=r[203].length;++e)65533!==r[203][e].charCodeAt(0)&&(n[r[203][e]]=51968+e,t[51968+e]=r[203][e]);for(r[204]="����������������������������������������������������������������藹藺藼藽藾蘀蘁蘂蘃蘄蘆蘇蘈蘉蘊蘋蘌蘍蘎蘏蘐蘒蘓蘔蘕蘗蘘蘙蘚蘛蘜蘝蘞蘟蘠蘡蘢蘣蘤蘥蘦蘨蘪蘫蘬蘭蘮蘯蘰蘱蘲蘳蘴蘵蘶蘷蘹蘺蘻蘽蘾蘿虀�虁虂虃虄虅虆虇虈虉虊虋虌虒虓處虖虗虘虙虛虜虝號虠虡虣虤虥虦虧虨虩虪獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃�".split(""),e=0;e!=r[204].length;++e)65533!==r[204][e].charCodeAt(0)&&(n[r[204][e]]=52224+e,t[52224+e]=r[204][e]);for(r[205]="����������������������������������������������������������������虭虯虰虲虳虴虵虶虷虸蚃蚄蚅蚆蚇蚈蚉蚎蚏蚐蚑蚒蚔蚖蚗蚘蚙蚚蚛蚞蚟蚠蚡蚢蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻蚼蚽蚾蚿蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜�蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威�".split(""),e=0;e!=r[205].length;++e)65533!==r[205][e].charCodeAt(0)&&(n[r[205][e]]=52480+e,t[52480+e]=r[205][e]);for(r[206]="����������������������������������������������������������������蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀蝁蝂蝃蝄蝅蝆蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚蝛蝜蝝蝞蝟蝡蝢蝦蝧蝨蝩蝪蝫蝬蝭蝯蝱蝲蝳蝵�蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎螏螐螑螒螔螕螖螘螙螚螛螜螝螞螠螡螢螣螤巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺�".split(""),e=0;e!=r[206].length;++e)65533!==r[206][e].charCodeAt(0)&&(n[r[206][e]]=52736+e,t[52736+e]=r[206][e]);for(r[207]="����������������������������������������������������������������螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁蟂蟃蟄蟅蟇蟈蟉蟌蟍蟎蟏蟐蟔蟕蟖蟗蟘蟙蟚蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯蟰蟱蟲蟳蟴蟵蟶蟷蟸�蟺蟻蟼蟽蟿蠀蠁蠂蠄蠅蠆蠇蠈蠉蠋蠌蠍蠎蠏蠐蠑蠒蠔蠗蠘蠙蠚蠜蠝蠞蠟蠠蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓�".split(""),e=0;e!=r[207].length;++e)65533!==r[207][e].charCodeAt(0)&&(n[r[207][e]]=52992+e,t[52992+e]=r[207][e]);for(r[208]="����������������������������������������������������������������蠤蠥蠦蠧蠨蠩蠪蠫蠬蠭蠮蠯蠰蠱蠳蠴蠵蠶蠷蠸蠺蠻蠽蠾蠿衁衂衃衆衇衈衉衊衋衎衏衐衑衒術衕衖衘衚衛衜衝衞衟衠衦衧衪衭衯衱衳衴衵衶衸衹衺�衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗袘袙袚袛袝袞袟袠袡袣袥袦袧袨袩袪小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄�".split(""),e=0;e!=r[208].length;++e)65533!==r[208][e].charCodeAt(0)&&(n[r[208][e]]=53248+e,t[53248+e]=r[208][e]);for(r[209]="����������������������������������������������������������������袬袮袯袰袲袳袴袵袶袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚裛補裝裞裠裡裦裧裩裪裫裬裭裮裯裲裵裶裷裺裻製裿褀褁褃褄褅褆複褈�褉褋褌褍褎褏褑褔褕褖褗褘褜褝褞褟褠褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶�".split(""),e=0;e!=r[209].length;++e)65533!==r[209][e].charCodeAt(0)&&(n[r[209][e]]=53504+e,t[53504+e]=r[209][e]);for(r[210]="����������������������������������������������������������������褸褹褺褻褼褽褾褿襀襂襃襅襆襇襈襉襊襋襌襍襎襏襐襑襒襓襔襕襖襗襘襙襚襛襜襝襠襡襢襣襤襥襧襨襩襪襫襬襭襮襯襰襱襲襳襴襵襶襷襸襹襺襼�襽襾覀覂覄覅覇覈覉覊見覌覍覎規覐覑覒覓覔覕視覗覘覙覚覛覜覝覞覟覠覡摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐�".split(""),e=0;e!=r[210].length;++e)65533!==r[210][e].charCodeAt(0)&&(n[r[210][e]]=53760+e,t[53760+e]=r[210][e]);for(r[211]="����������������������������������������������������������������覢覣覤覥覦覧覨覩親覫覬覭覮覯覰覱覲観覴覵覶覷覸覹覺覻覼覽覾覿觀觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴觵觶觷觸觹觺�觻觼觽觾觿訁訂訃訄訅訆計訉訊訋訌訍討訏訐訑訒訓訔訕訖託記訙訚訛訜訝印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉�".split(""),e=0;e!=r[211].length;++e)65533!==r[211][e].charCodeAt(0)&&(n[r[211][e]]=54016+e,t[54016+e]=r[211][e]);for(r[212]="����������������������������������������������������������������訞訟訠訡訢訣訤訥訦訧訨訩訪訫訬設訮訯訰許訲訳訴訵訶訷訸訹診註証訽訿詀詁詂詃詄詅詆詇詉詊詋詌詍詎詏詐詑詒詓詔評詖詗詘詙詚詛詜詝詞�詟詠詡詢詣詤詥試詧詨詩詪詫詬詭詮詯詰話該詳詴詵詶詷詸詺詻詼詽詾詿誀浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧�".split(""),e=0;e!=r[212].length;++e)65533!==r[212][e].charCodeAt(0)&&(n[r[212][e]]=54272+e,t[54272+e]=r[212][e]);for(r[213]="����������������������������������������������������������������誁誂誃誄誅誆誇誈誋誌認誎誏誐誑誒誔誕誖誗誘誙誚誛誜誝語誟誠誡誢誣誤誥誦誧誨誩說誫説読誮誯誰誱課誳誴誵誶誷誸誹誺誻誼誽誾調諀諁諂�諃諄諅諆談諈諉諊請諌諍諎諏諐諑諒諓諔諕論諗諘諙諚諛諜諝諞諟諠諡諢諣铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政�".split(""),e=0;e!=r[213].length;++e)65533!==r[213][e].charCodeAt(0)&&(n[r[213][e]]=54528+e,t[54528+e]=r[213][e]);for(r[214]="����������������������������������������������������������������諤諥諦諧諨諩諪諫諬諭諮諯諰諱諲諳諴諵諶諷諸諹諺諻諼諽諾諿謀謁謂謃謄謅謆謈謉謊謋謌謍謎謏謐謑謒謓謔謕謖謗謘謙謚講謜謝謞謟謠謡謢謣�謤謥謧謨謩謪謫謬謭謮謯謰謱謲謳謴謵謶謷謸謹謺謻謼謽謾謿譀譁譂譃譄譅帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑�".split(""),e=0;e!=r[214].length;++e)65533!==r[214][e].charCodeAt(0)&&(n[r[214][e]]=54784+e,t[54784+e]=r[214][e]);for(r[215]="����������������������������������������������������������������譆譇譈證譊譋譌譍譎譏譐譑譒譓譔譕譖譗識譙譚譛譜譝譞譟譠譡譢譣譤譥譧譨譩譪譫譭譮譯議譱譲譳譴譵譶護譸譹譺譻譼譽譾譿讀讁讂讃讄讅讆�讇讈讉變讋讌讍讎讏讐讑讒讓讔讕讖讗讘讙讚讛讜讝讞讟讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座������".split(""),e=0;e!=r[215].length;++e)65533!==r[215][e].charCodeAt(0)&&(n[r[215][e]]=55040+e,t[55040+e]=r[215][e]);for(r[216]="����������������������������������������������������������������谸谹谺谻谼谽谾谿豀豂豃豄豅豈豊豋豍豎豏豐豑豒豓豔豖豗豘豙豛豜豝豞豟豠豣豤豥豦豧豨豩豬豭豮豯豰豱豲豴豵豶豷豻豼豽豾豿貀貁貃貄貆貇�貈貋貍貎貏貐貑貒貓貕貖貗貙貚貛貜貝貞貟負財貢貣貤貥貦貧貨販貪貫責貭亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝�".split(""),e=0;e!=r[216].length;++e)65533!==r[216][e].charCodeAt(0)&&(n[r[216][e]]=55296+e,t[55296+e]=r[216][e]);for(r[217]="����������������������������������������������������������������貮貯貰貱貲貳貴貵貶買貸貹貺費貼貽貾貿賀賁賂賃賄賅賆資賈賉賊賋賌賍賎賏賐賑賒賓賔賕賖賗賘賙賚賛賜賝賞賟賠賡賢賣賤賥賦賧賨賩質賫賬�賭賮賯賰賱賲賳賴賵賶賷賸賹賺賻購賽賾賿贀贁贂贃贄贅贆贇贈贉贊贋贌贍佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼�".split(""),e=0;e!=r[217].length;++e)65533!==r[217][e].charCodeAt(0)&&(n[r[217][e]]=55552+e,t[55552+e]=r[217][e]);for(r[218]="����������������������������������������������������������������贎贏贐贑贒贓贔贕贖贗贘贙贚贛贜贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸赹赺赻赼赽赾赿趀趂趃趆趇趈趉趌趍趎趏趐趒趓趕趖趗趘趙趚趛趜趝趞趠趡�趢趤趥趦趧趨趩趪趫趬趭趮趯趰趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺�".split(""),e=0;e!=r[218].length;++e)65533!==r[218][e].charCodeAt(0)&&(n[r[218][e]]=55808+e,t[55808+e]=r[218][e]);for(r[219]="����������������������������������������������������������������跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾跿踀踁踂踃踄踆踇踈踋踍踎踐踑踒踓踕踖踗踘踙踚踛踜踠踡踤踥踦踧踨踫踭踰踲踳踴踶踷踸踻踼踾�踿蹃蹅蹆蹌蹍蹎蹏蹐蹓蹔蹕蹖蹗蹘蹚蹛蹜蹝蹞蹟蹠蹡蹢蹣蹤蹥蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝�".split(""),e=0;e!=r[219].length;++e)65533!==r[219][e].charCodeAt(0)&&(n[r[219][e]]=56064+e,t[56064+e]=r[219][e]);for(r[220]="����������������������������������������������������������������蹳蹵蹷蹸蹹蹺蹻蹽蹾躀躂躃躄躆躈躉躊躋躌躍躎躑躒躓躕躖躗躘躙躚躛躝躟躠躡躢躣躤躥躦躧躨躩躪躭躮躰躱躳躴躵躶躷躸躹躻躼躽躾躿軀軁軂�軃軄軅軆軇軈軉車軋軌軍軏軐軑軒軓軔軕軖軗軘軙軚軛軜軝軞軟軠軡転軣軤堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥�".split(""),e=0;e!=r[220].length;++e)65533!==r[220][e].charCodeAt(0)&&(n[r[220][e]]=56320+e,t[56320+e]=r[220][e]);for(r[221]="����������������������������������������������������������������軥軦軧軨軩軪軫軬軭軮軯軰軱軲軳軴軵軶軷軸軹軺軻軼軽軾軿輀輁輂較輄輅輆輇輈載輊輋輌輍輎輏輐輑輒輓輔輕輖輗輘輙輚輛輜輝輞輟輠輡輢輣�輤輥輦輧輨輩輪輫輬輭輮輯輰輱輲輳輴輵輶輷輸輹輺輻輼輽輾輿轀轁轂轃轄荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺�".split(""),e=0;e!=r[221].length;++e)65533!==r[221][e].charCodeAt(0)&&(n[r[221][e]]=56576+e,t[56576+e]=r[221][e]);for(r[222]="����������������������������������������������������������������轅轆轇轈轉轊轋轌轍轎轏轐轑轒轓轔轕轖轗轘轙轚轛轜轝轞轟轠轡轢轣轤轥轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆�迉迊迋迌迍迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖�".split(""),e=0;e!=r[222].length;++e)65533!==r[222][e].charCodeAt(0)&&(n[r[222][e]]=56832+e,t[56832+e]=r[222][e]);for(r[223]="����������������������������������������������������������������這逜連逤逥逧逨逩逪逫逬逰週進逳逴逷逹逺逽逿遀遃遅遆遈遉遊運遌過達違遖遙遚遜遝遞遟遠遡遤遦遧適遪遫遬遯遰遱遲遳遶遷選遹遺遻遼遾邁�還邅邆邇邉邊邌邍邎邏邐邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼�".split(""),e=0;e!=r[223].length;++e)65533!==r[223][e].charCodeAt(0)&&(n[r[223][e]]=57088+e,t[57088+e]=r[223][e]);for(r[224]="����������������������������������������������������������������郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅鄆鄇鄈鄉鄊鄋鄌鄍鄎鄏鄐鄑鄒鄓鄔鄕鄖鄗鄘鄚鄛鄜�鄝鄟鄠鄡鄤鄥鄦鄧鄨鄩鄪鄫鄬鄭鄮鄰鄲鄳鄴鄵鄶鄷鄸鄺鄻鄼鄽鄾鄿酀酁酂酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼�".split(""),e=0;e!=r[224].length;++e)65533!==r[224][e].charCodeAt(0)&&(n[r[224][e]]=57344+e,t[57344+e]=r[224][e]);for(r[225]="����������������������������������������������������������������酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀醁醂醃醄醆醈醊醎醏醓醔醕醖醗醘醙醜醝醞醟醠醡醤醥醦醧醨醩醫醬醰醱醲醳醶醷醸醹醻�醼醽醾醿釀釁釂釃釄釅釆釈釋釐釒釓釔釕釖釗釘釙釚釛針釞釟釠釡釢釣釤釥帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺�".split(""),e=0;e!=r[225].length;++e)65533!==r[225][e].charCodeAt(0)&&(n[r[225][e]]=57600+e,t[57600+e]=r[225][e]);for(r[226]="����������������������������������������������������������������釦釧釨釩釪釫釬釭釮釯釰釱釲釳釴釵釶釷釸釹釺釻釼釽釾釿鈀鈁鈂鈃鈄鈅鈆鈇鈈鈉鈊鈋鈌鈍鈎鈏鈐鈑鈒鈓鈔鈕鈖鈗鈘鈙鈚鈛鈜鈝鈞鈟鈠鈡鈢鈣鈤�鈥鈦鈧鈨鈩鈪鈫鈬鈭鈮鈯鈰鈱鈲鈳鈴鈵鈶鈷鈸鈹鈺鈻鈼鈽鈾鈿鉀鉁鉂鉃鉄鉅狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧饨饩饪饫饬饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂�".split(""),e=0;e!=r[226].length;++e)65533!==r[226][e].charCodeAt(0)&&(n[r[226][e]]=57856+e,t[57856+e]=r[226][e]);for(r[227]="����������������������������������������������������������������鉆鉇鉈鉉鉊鉋鉌鉍鉎鉏鉐鉑鉒鉓鉔鉕鉖鉗鉘鉙鉚鉛鉜鉝鉞鉟鉠鉡鉢鉣鉤鉥鉦鉧鉨鉩鉪鉫鉬鉭鉮鉯鉰鉱鉲鉳鉵鉶鉷鉸鉹鉺鉻鉼鉽鉾鉿銀銁銂銃銄銅�銆銇銈銉銊銋銌銍銏銐銑銒銓銔銕銖銗銘銙銚銛銜銝銞銟銠銡銢銣銤銥銦銧恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾�".split(""),e=0;e!=r[227].length;++e)65533!==r[227][e].charCodeAt(0)&&(n[r[227][e]]=58112+e,t[58112+e]=r[227][e]);for(r[228]="����������������������������������������������������������������銨銩銪銫銬銭銯銰銱銲銳銴銵銶銷銸銹銺銻銼銽銾銿鋀鋁鋂鋃鋄鋅鋆鋇鋉鋊鋋鋌鋍鋎鋏鋐鋑鋒鋓鋔鋕鋖鋗鋘鋙鋚鋛鋜鋝鋞鋟鋠鋡鋢鋣鋤鋥鋦鋧鋨�鋩鋪鋫鋬鋭鋮鋯鋰鋱鋲鋳鋴鋵鋶鋷鋸鋹鋺鋻鋼鋽鋾鋿錀錁錂錃錄錅錆錇錈錉洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑�".split(""),e=0;e!=r[228].length;++e)65533!==r[228][e].charCodeAt(0)&&(n[r[228][e]]=58368+e,t[58368+e]=r[228][e]);for(r[229]="����������������������������������������������������������������錊錋錌錍錎錏錐錑錒錓錔錕錖錗錘錙錚錛錜錝錞錟錠錡錢錣錤錥錦錧錨錩錪錫錬錭錮錯錰錱録錳錴錵錶錷錸錹錺錻錼錽錿鍀鍁鍂鍃鍄鍅鍆鍇鍈鍉�鍊鍋鍌鍍鍎鍏鍐鍑鍒鍓鍔鍕鍖鍗鍘鍙鍚鍛鍜鍝鍞鍟鍠鍡鍢鍣鍤鍥鍦鍧鍨鍩鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣�".split(""),e=0;e!=r[229].length;++e)65533!==r[229][e].charCodeAt(0)&&(n[r[229][e]]=58624+e,t[58624+e]=r[229][e]);for(r[230]="����������������������������������������������������������������鍬鍭鍮鍯鍰鍱鍲鍳鍴鍵鍶鍷鍸鍹鍺鍻鍼鍽鍾鍿鎀鎁鎂鎃鎄鎅鎆鎇鎈鎉鎊鎋鎌鎍鎎鎐鎑鎒鎓鎔鎕鎖鎗鎘鎙鎚鎛鎜鎝鎞鎟鎠鎡鎢鎣鎤鎥鎦鎧鎨鎩鎪鎫�鎬鎭鎮鎯鎰鎱鎲鎳鎴鎵鎶鎷鎸鎹鎺鎻鎼鎽鎾鎿鏀鏁鏂鏃鏄鏅鏆鏇鏈鏉鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩�".split(""),e=0;e!=r[230].length;++e)65533!==r[230][e].charCodeAt(0)&&(n[r[230][e]]=58880+e,t[58880+e]=r[230][e]);for(r[231]="����������������������������������������������������������������鏎鏏鏐鏑鏒鏓鏔鏕鏗鏘鏙鏚鏛鏜鏝鏞鏟鏠鏡鏢鏣鏤鏥鏦鏧鏨鏩鏪鏫鏬鏭鏮鏯鏰鏱鏲鏳鏴鏵鏶鏷鏸鏹鏺鏻鏼鏽鏾鏿鐀鐁鐂鐃鐄鐅鐆鐇鐈鐉鐊鐋鐌鐍�鐎鐏鐐鐑鐒鐓鐔鐕鐖鐗鐘鐙鐚鐛鐜鐝鐞鐟鐠鐡鐢鐣鐤鐥鐦鐧鐨鐩鐪鐫鐬鐭鐮纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡缢缣缤缥缦缧缪缫缬缭缯缰缱缲缳缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬�".split(""),e=0;e!=r[231].length;++e)65533!==r[231][e].charCodeAt(0)&&(n[r[231][e]]=59136+e,t[59136+e]=r[231][e]);for(r[232]="����������������������������������������������������������������鐯鐰鐱鐲鐳鐴鐵鐶鐷鐸鐹鐺鐻鐼鐽鐿鑀鑁鑂鑃鑄鑅鑆鑇鑈鑉鑊鑋鑌鑍鑎鑏鑐鑑鑒鑓鑔鑕鑖鑗鑘鑙鑚鑛鑜鑝鑞鑟鑠鑡鑢鑣鑤鑥鑦鑧鑨鑩鑪鑬鑭鑮鑯�鑰鑱鑲鑳鑴鑵鑶鑷鑸鑹鑺鑻鑼鑽鑾鑿钀钁钂钃钄钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹�".split(""),e=0;e!=r[232].length;++e)65533!==r[232][e].charCodeAt(0)&&(n[r[232][e]]=59392+e,t[59392+e]=r[232][e]);for(r[233]="����������������������������������������������������������������锧锳锽镃镈镋镕镚镠镮镴镵長镸镹镺镻镼镽镾門閁閂閃閄閅閆閇閈閉閊開閌閍閎閏閐閑閒間閔閕閖閗閘閙閚閛閜閝閞閟閠閡関閣閤閥閦閧閨閩閪�閫閬閭閮閯閰閱閲閳閴閵閶閷閸閹閺閻閼閽閾閿闀闁闂闃闄闅闆闇闈闉闊闋椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋�".split(""),e=0;e!=r[233].length;++e)65533!==r[233][e].charCodeAt(0)&&(n[r[233][e]]=59648+e,t[59648+e]=r[233][e]);for(r[234]="����������������������������������������������������������������闌闍闎闏闐闑闒闓闔闕闖闗闘闙闚闛關闝闞闟闠闡闢闣闤闥闦闧闬闿阇阓阘阛阞阠阣阤阥阦阧阨阩阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗�陘陙陚陜陝陞陠陣陥陦陫陭陮陯陰陱陳陸陹険陻陼陽陾陿隀隁隂隃隄隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰�".split(""),e=0;e!=r[234].length;++e)65533!==r[234][e].charCodeAt(0)&&(n[r[234][e]]=59904+e,t[59904+e]=r[234][e]);for(r[235]="����������������������������������������������������������������隌階隑隒隓隕隖隚際隝隞隟隠隡隢隣隤隥隦隨隩險隫隬隭隮隯隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖雗雘雙雚雛雜雝雞雟雡離難雤雥雦雧雫�雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗霘霙霚霛霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻�".split(""),e=0;e!=r[235].length;++e)65533!==r[235][e].charCodeAt(0)&&(n[r[235][e]]=60160+e,t[60160+e]=r[235][e]);for(r[236]="����������������������������������������������������������������霡霢霣霤霥霦霧霨霩霫霬霮霯霱霳霴霵霶霷霺霻霼霽霿靀靁靂靃靄靅靆靇靈靉靊靋靌靍靎靏靐靑靔靕靗靘靚靜靝靟靣靤靦靧靨靪靫靬靭靮靯靰靱�靲靵靷靸靹靺靻靽靾靿鞀鞁鞂鞃鞄鞆鞇鞈鞉鞊鞌鞎鞏鞐鞓鞕鞖鞗鞙鞚鞛鞜鞝臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐�".split(""),e=0;e!=r[236].length;++e)65533!==r[236][e].charCodeAt(0)&&(n[r[236][e]]=60416+e,t[60416+e]=r[236][e]);for(r[237]="����������������������������������������������������������������鞞鞟鞡鞢鞤鞥鞦鞧鞨鞩鞪鞬鞮鞰鞱鞳鞵鞶鞷鞸鞹鞺鞻鞼鞽鞾鞿韀韁韂韃韄韅韆韇韈韉韊韋韌韍韎韏韐韑韒韓韔韕韖韗韘韙韚韛韜韝韞韟韠韡韢韣�韤韥韨韮韯韰韱韲韴韷韸韹韺韻韼韽韾響頀頁頂頃頄項順頇須頉頊頋頌頍頎怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨�".split(""),e=0;e!=r[237].length;++e)65533!==r[237][e].charCodeAt(0)&&(n[r[237][e]]=60672+e,t[60672+e]=r[237][e]);for(r[238]="����������������������������������������������������������������頏預頑頒頓頔頕頖頗領頙頚頛頜頝頞頟頠頡頢頣頤頥頦頧頨頩頪頫頬頭頮頯頰頱頲頳頴頵頶頷頸頹頺頻頼頽頾頿顀顁顂顃顄顅顆顇顈顉顊顋題額�顎顏顐顑顒顓顔顕顖顗願顙顚顛顜顝類顟顠顡顢顣顤顥顦顧顨顩顪顫顬顭顮睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶钷钸钹钺钼钽钿铄铈铉铊铋铌铍铎铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪�".split(""),e=0;e!=r[238].length;++e)65533!==r[238][e].charCodeAt(0)&&(n[r[238][e]]=60928+e,t[60928+e]=r[238][e]);for(r[239]="����������������������������������������������������������������顯顰顱顲顳顴颋颎颒颕颙颣風颩颪颫颬颭颮颯颰颱颲颳颴颵颶颷颸颹颺颻颼颽颾颿飀飁飂飃飄飅飆飇飈飉飊飋飌飍飏飐飔飖飗飛飜飝飠飡飢飣飤�飥飦飩飪飫飬飭飮飯飰飱飲飳飴飵飶飷飸飹飺飻飼飽飾飿餀餁餂餃餄餅餆餇铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒锓锔锕锖锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤镥镦镧镨镩镪镫镬镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔�".split(""),e=0;e!=r[239].length;++e)65533!==r[239][e].charCodeAt(0)&&(n[r[239][e]]=61184+e,t[61184+e]=r[239][e]);for(r[240]="����������������������������������������������������������������餈餉養餋餌餎餏餑餒餓餔餕餖餗餘餙餚餛餜餝餞餟餠餡餢餣餤餥餦餧館餩餪餫餬餭餯餰餱餲餳餴餵餶餷餸餹餺餻餼餽餾餿饀饁饂饃饄饅饆饇饈饉�饊饋饌饍饎饏饐饑饒饓饖饗饘饙饚饛饜饝饞饟饠饡饢饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨鸩鸪鸫鸬鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦鹧鹨鹩鹪鹫鹬鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙�".split(""),e=0;e!=r[240].length;++e)65533!==r[240][e].charCodeAt(0)&&(n[r[240][e]]=61440+e,t[61440+e]=r[240][e]);for(r[241]="����������������������������������������������������������������馌馎馚馛馜馝馞馟馠馡馢馣馤馦馧馩馪馫馬馭馮馯馰馱馲馳馴馵馶馷馸馹馺馻馼馽馾馿駀駁駂駃駄駅駆駇駈駉駊駋駌駍駎駏駐駑駒駓駔駕駖駗駘�駙駚駛駜駝駞駟駠駡駢駣駤駥駦駧駨駩駪駫駬駭駮駯駰駱駲駳駴駵駶駷駸駹瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃�".split(""),e=0;e!=r[241].length;++e)65533!==r[241][e].charCodeAt(0)&&(n[r[241][e]]=61696+e,t[61696+e]=r[241][e]);for(r[242]="����������������������������������������������������������������駺駻駼駽駾駿騀騁騂騃騄騅騆騇騈騉騊騋騌騍騎騏騐騑騒験騔騕騖騗騘騙騚騛騜騝騞騟騠騡騢騣騤騥騦騧騨騩騪騫騬騭騮騯騰騱騲騳騴騵騶騷騸�騹騺騻騼騽騾騿驀驁驂驃驄驅驆驇驈驉驊驋驌驍驎驏驐驑驒驓驔驕驖驗驘驙颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒�".split(""),e=0;e!=r[242].length;++e)65533!==r[242][e].charCodeAt(0)&&(n[r[242][e]]=61952+e,t[61952+e]=r[242][e]);for(r[243]="����������������������������������������������������������������驚驛驜驝驞驟驠驡驢驣驤驥驦驧驨驩驪驫驲骃骉骍骎骔骕骙骦骩骪骫骬骭骮骯骲骳骴骵骹骻骽骾骿髃髄髆髇髈髉髊髍髎髏髐髒體髕髖髗髙髚髛髜�髝髞髠髢髣髤髥髧髨髩髪髬髮髰髱髲髳髴髵髶髷髸髺髼髽髾髿鬀鬁鬂鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋�".split(""),e=0;e!=r[243].length;++e)65533!==r[243][e].charCodeAt(0)&&(n[r[243][e]]=62208+e,t[62208+e]=r[243][e]);for(r[244]="����������������������������������������������������������������鬇鬉鬊鬋鬌鬍鬎鬐鬑鬒鬔鬕鬖鬗鬘鬙鬚鬛鬜鬝鬞鬠鬡鬢鬤鬥鬦鬧鬨鬩鬪鬫鬬鬭鬮鬰鬱鬳鬴鬵鬶鬷鬸鬹鬺鬽鬾鬿魀魆魊魋魌魎魐魒魓魕魖魗魘魙魚�魛魜魝魞魟魠魡魢魣魤魥魦魧魨魩魪魫魬魭魮魯魰魱魲魳魴魵魶魷魸魹魺魻簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤�".split(""),e=0;e!=r[244].length;++e)65533!==r[244][e].charCodeAt(0)&&(n[r[244][e]]=62464+e,t[62464+e]=r[244][e]);for(r[245]="����������������������������������������������������������������魼魽魾魿鮀鮁鮂鮃鮄鮅鮆鮇鮈鮉鮊鮋鮌鮍鮎鮏鮐鮑鮒鮓鮔鮕鮖鮗鮘鮙鮚鮛鮜鮝鮞鮟鮠鮡鮢鮣鮤鮥鮦鮧鮨鮩鮪鮫鮬鮭鮮鮯鮰鮱鮲鮳鮴鮵鮶鮷鮸鮹鮺�鮻鮼鮽鮾鮿鯀鯁鯂鯃鯄鯅鯆鯇鯈鯉鯊鯋鯌鯍鯎鯏鯐鯑鯒鯓鯔鯕鯖鯗鯘鯙鯚鯛酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜�".split(""),e=0;e!=r[245].length;++e)65533!==r[245][e].charCodeAt(0)&&(n[r[245][e]]=62720+e,t[62720+e]=r[245][e]);for(r[246]="����������������������������������������������������������������鯜鯝鯞鯟鯠鯡鯢鯣鯤鯥鯦鯧鯨鯩鯪鯫鯬鯭鯮鯯鯰鯱鯲鯳鯴鯵鯶鯷鯸鯹鯺鯻鯼鯽鯾鯿鰀鰁鰂鰃鰄鰅鰆鰇鰈鰉鰊鰋鰌鰍鰎鰏鰐鰑鰒鰓鰔鰕鰖鰗鰘鰙鰚�鰛鰜鰝鰞鰟鰠鰡鰢鰣鰤鰥鰦鰧鰨鰩鰪鰫鰬鰭鰮鰯鰰鰱鰲鰳鰴鰵鰶鰷鰸鰹鰺鰻觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅龆龇龈龉龊龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞鲟鲠鲡鲢鲣鲥鲦鲧鲨鲩鲫鲭鲮鲰鲱鲲鲳鲴鲵鲶鲷鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋�".split(""),e=0;e!=r[246].length;++e)65533!==r[246][e].charCodeAt(0)&&(n[r[246][e]]=62976+e,t[62976+e]=r[246][e]);for(r[247]="����������������������������������������������������������������鰼鰽鰾鰿鱀鱁鱂鱃鱄鱅鱆鱇鱈鱉鱊鱋鱌鱍鱎鱏鱐鱑鱒鱓鱔鱕鱖鱗鱘鱙鱚鱛鱜鱝鱞鱟鱠鱡鱢鱣鱤鱥鱦鱧鱨鱩鱪鱫鱬鱭鱮鱯鱰鱱鱲鱳鱴鱵鱶鱷鱸鱹鱺�鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾鲿鳀鳁鳂鳈鳉鳑鳒鳚鳛鳠鳡鳌鳍鳎鳏鳐鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄�".split(""),e=0;e!=r[247].length;++e)65533!==r[247][e].charCodeAt(0)&&(n[r[247][e]]=63232+e,t[63232+e]=r[247][e]);for(r[248]="����������������������������������������������������������������鳣鳤鳥鳦鳧鳨鳩鳪鳫鳬鳭鳮鳯鳰鳱鳲鳳鳴鳵鳶鳷鳸鳹鳺鳻鳼鳽鳾鳿鴀鴁鴂鴃鴄鴅鴆鴇鴈鴉鴊鴋鴌鴍鴎鴏鴐鴑鴒鴓鴔鴕鴖鴗鴘鴙鴚鴛鴜鴝鴞鴟鴠鴡�鴢鴣鴤鴥鴦鴧鴨鴩鴪鴫鴬鴭鴮鴯鴰鴱鴲鴳鴴鴵鴶鴷鴸鴹鴺鴻鴼鴽鴾鴿鵀鵁鵂�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[248].length;++e)65533!==r[248][e].charCodeAt(0)&&(n[r[248][e]]=63488+e,t[63488+e]=r[248][e]);for(r[249]="����������������������������������������������������������������鵃鵄鵅鵆鵇鵈鵉鵊鵋鵌鵍鵎鵏鵐鵑鵒鵓鵔鵕鵖鵗鵘鵙鵚鵛鵜鵝鵞鵟鵠鵡鵢鵣鵤鵥鵦鵧鵨鵩鵪鵫鵬鵭鵮鵯鵰鵱鵲鵳鵴鵵鵶鵷鵸鵹鵺鵻鵼鵽鵾鵿鶀鶁�鶂鶃鶄鶅鶆鶇鶈鶉鶊鶋鶌鶍鶎鶏鶐鶑鶒鶓鶔鶕鶖鶗鶘鶙鶚鶛鶜鶝鶞鶟鶠鶡鶢�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[249].length;++e)65533!==r[249][e].charCodeAt(0)&&(n[r[249][e]]=63744+e,t[63744+e]=r[249][e]);for(r[250]="����������������������������������������������������������������鶣鶤鶥鶦鶧鶨鶩鶪鶫鶬鶭鶮鶯鶰鶱鶲鶳鶴鶵鶶鶷鶸鶹鶺鶻鶼鶽鶾鶿鷀鷁鷂鷃鷄鷅鷆鷇鷈鷉鷊鷋鷌鷍鷎鷏鷐鷑鷒鷓鷔鷕鷖鷗鷘鷙鷚鷛鷜鷝鷞鷟鷠鷡�鷢鷣鷤鷥鷦鷧鷨鷩鷪鷫鷬鷭鷮鷯鷰鷱鷲鷳鷴鷵鷶鷷鷸鷹鷺鷻鷼鷽鷾鷿鸀鸁鸂�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[250].length;++e)65533!==r[250][e].charCodeAt(0)&&(n[r[250][e]]=64e3+e,t[64e3+e]=r[250][e]);for(r[251]="����������������������������������������������������������������鸃鸄鸅鸆鸇鸈鸉鸊鸋鸌鸍鸎鸏鸐鸑鸒鸓鸔鸕鸖鸗鸘鸙鸚鸛鸜鸝鸞鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴鹵鹶鹷鹸鹹鹺鹻鹼鹽麀�麁麃麄麅麆麉麊麌麍麎麏麐麑麔麕麖麗麘麙麚麛麜麞麠麡麢麣麤麥麧麨麩麪�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[251].length;++e)65533!==r[251][e].charCodeAt(0)&&(n[r[251][e]]=64256+e,t[64256+e]=r[251][e]);for(r[252]="����������������������������������������������������������������麫麬麭麮麯麰麱麲麳麵麶麷麹麺麼麿黀黁黂黃黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰黱黲黳黴黵黶黷黸黺黽黿鼀鼁鼂鼃鼄鼅�鼆鼇鼈鼉鼊鼌鼏鼑鼒鼔鼕鼖鼘鼚鼛鼜鼝鼞鼟鼡鼣鼤鼥鼦鼧鼨鼩鼪鼫鼭鼮鼰鼱�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[252].length;++e)65533!==r[252][e].charCodeAt(0)&&(n[r[252][e]]=64512+e,t[64512+e]=r[252][e]);for(r[253]="����������������������������������������������������������������鼲鼳鼴鼵鼶鼸鼺鼼鼿齀齁齂齃齅齆齇齈齉齊齋齌齍齎齏齒齓齔齕齖齗齘齙齚齛齜齝齞齟齠齡齢齣齤齥齦齧齨齩齪齫齬齭齮齯齰齱齲齳齴齵齶齷齸�齹齺齻齼齽齾龁龂龍龎龏龐龑龒龓龔龕龖龗龘龜龝龞龡龢龣龤龥郎凉秊裏隣�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[253].length;++e)65533!==r[253][e].charCodeAt(0)&&(n[r[253][e]]=64768+e,t[64768+e]=r[253][e]);for(r[254]="����������������������������������������������������������������兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[254].length;++e)65533!==r[254][e].charCodeAt(0)&&(n[r[254][e]]=65024+e,t[65024+e]=r[254][e]);return{enc:n,dec:t}}(),n[949]=function(){var e,t=[],n={},r=[];for(r[0]="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[0].length;++e)65533!==r[0][e].charCodeAt(0)&&(n[r[0][e]]=0+e,t[0+e]=r[0][e]);for(r[129]="�����������������������������������������������������������������갂갃갅갆갋갌갍갎갏갘갞갟갡갢갣갥갦갧갨갩갪갫갮갲갳갴������갵갶갷갺갻갽갾갿걁걂걃걄걅걆걇걈걉걊걌걎걏걐걑걒걓걕������걖걗걙걚걛걝걞걟걠걡걢걣걤걥걦걧걨걩걪걫걬걭걮걯걲걳걵걶걹걻걼걽걾걿겂겇겈겍겎겏겑겒겓겕겖겗겘겙겚겛겞겢겣겤겥겦겧겫겭겮겱겲겳겴겵겶겷겺겾겿곀곂곃곅곆곇곉곊곋곍곎곏곐곑곒곓곔곖곘곙곚곛곜곝곞곟곢곣곥곦곩곫곭곮곲곴곷곸곹곺곻곾곿괁괂괃괅괇괈괉괊괋괎괐괒괓�".split(""),e=0;e!=r[129].length;++e)65533!==r[129][e].charCodeAt(0)&&(n[r[129][e]]=33024+e,t[33024+e]=r[129][e]);for(r[130]="�����������������������������������������������������������������괔괕괖괗괙괚괛괝괞괟괡괢괣괤괥괦괧괨괪괫괮괯괰괱괲괳������괶괷괹괺괻괽괾괿굀굁굂굃굆굈굊굋굌굍굎굏굑굒굓굕굖굗������굙굚굛굜굝굞굟굠굢굤굥굦굧굨굩굪굫굮굯굱굲굷굸굹굺굾궀궃궄궅궆궇궊궋궍궎궏궑궒궓궔궕궖궗궘궙궚궛궞궟궠궡궢궣궥궦궧궨궩궪궫궬궭궮궯궰궱궲궳궴궵궶궸궹궺궻궼궽궾궿귂귃귅귆귇귉귊귋귌귍귎귏귒귔귕귖귗귘귙귚귛귝귞귟귡귢귣귥귦귧귨귩귪귫귬귭귮귯귰귱귲귳귴귵귶귷�".split(""),e=0;e!=r[130].length;++e)65533!==r[130][e].charCodeAt(0)&&(n[r[130][e]]=33280+e,t[33280+e]=r[130][e]);for(r[131]="�����������������������������������������������������������������귺귻귽귾긂긃긄긅긆긇긊긌긎긏긐긑긒긓긕긖긗긘긙긚긛긜������긝긞긟긠긡긢긣긤긥긦긧긨긩긪긫긬긭긮긯긲긳긵긶긹긻긼������긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗깘깙깚깛깞깢깣깤깦깧깪깫깭깮깯깱깲깳깴깵깶깷깺깾깿꺀꺁꺂꺃꺆꺇꺈꺉꺊꺋꺍꺎꺏꺐꺑꺒꺓꺔꺕꺖꺗꺘꺙꺚꺛꺜꺝꺞꺟꺠꺡꺢꺣꺤꺥꺦꺧꺨꺩꺪꺫꺬꺭꺮꺯꺰꺱꺲꺳꺴꺵꺶꺷꺸꺹꺺꺻꺿껁껂껃껅껆껇껈껉껊껋껎껒껓껔껕껖껗껚껛껝껞껟껠껡껢껣껤껥�".split(""),e=0;e!=r[131].length;++e)65533!==r[131][e].charCodeAt(0)&&(n[r[131][e]]=33536+e,t[33536+e]=r[131][e]);for(r[132]="�����������������������������������������������������������������껦껧껩껪껬껮껯껰껱껲껳껵껶껷껹껺껻껽껾껿꼀꼁꼂꼃꼄꼅������꼆꼉꼊꼋꼌꼎꼏꼑꼒꼓꼔꼕꼖꼗꼘꼙꼚꼛꼜꼝꼞꼟꼠꼡꼢꼣������꼤꼥꼦꼧꼨꼩꼪꼫꼮꼯꼱꼳꼵꼶꼷꼸꼹꼺꼻꼾꽀꽄꽅꽆꽇꽊꽋꽌꽍꽎꽏꽑꽒꽓꽔꽕꽖꽗꽘꽙꽚꽛꽞꽟꽠꽡꽢꽣꽦꽧꽨꽩꽪꽫꽬꽭꽮꽯꽰꽱꽲꽳꽴꽵꽶꽷꽸꽺꽻꽼꽽꽾꽿꾁꾂꾃꾅꾆꾇꾉꾊꾋꾌꾍꾎꾏꾒꾓꾔꾖꾗꾘꾙꾚꾛꾝꾞꾟꾠꾡꾢꾣꾤꾥꾦꾧꾨꾩꾪꾫꾬꾭꾮꾯꾰꾱꾲꾳꾴꾵꾶꾷꾺꾻꾽꾾�".split(""),e=0;e!=r[132].length;++e)65533!==r[132][e].charCodeAt(0)&&(n[r[132][e]]=33792+e,t[33792+e]=r[132][e]);for(r[133]="�����������������������������������������������������������������꾿꿁꿂꿃꿄꿅꿆꿊꿌꿏꿐꿑꿒꿓꿕꿖꿗꿘꿙꿚꿛꿝꿞꿟꿠꿡������꿢꿣꿤꿥꿦꿧꿪꿫꿬꿭꿮꿯꿲꿳꿵꿶꿷꿹꿺꿻꿼꿽꿾꿿뀂뀃������뀅뀆뀇뀈뀉뀊뀋뀍뀎뀏뀑뀒뀓뀕뀖뀗뀘뀙뀚뀛뀞뀟뀠뀡뀢뀣뀤뀥뀦뀧뀩뀪뀫뀬뀭뀮뀯뀰뀱뀲뀳뀴뀵뀶뀷뀸뀹뀺뀻뀼뀽뀾뀿끀끁끂끃끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞끟끠끡끢끣끤끥끦끧끨끩끪끫끬끭끮끯끰끱끲끳끴끵끶끷끸끹끺끻끾끿낁낂낃낅낆낇낈낉낊낋낎낐낒낓낔낕낖낗낛낝낞낣낤�".split(""),e=0;e!=r[133].length;++e)65533!==r[133][e].charCodeAt(0)&&(n[r[133][e]]=34048+e,t[34048+e]=r[133][e]);for(r[134]="�����������������������������������������������������������������낥낦낧낪낰낲낶낷낹낺낻낽낾낿냀냁냂냃냆냊냋냌냍냎냏냒������냓냕냖냗냙냚냛냜냝냞냟냡냢냣냤냦냧냨냩냪냫냬냭냮냯냰������냱냲냳냴냵냶냷냸냹냺냻냼냽냾냿넀넁넂넃넄넅넆넇넊넍넎넏넑넔넕넖넗넚넞넟넠넡넢넦넧넩넪넫넭넮넯넰넱넲넳넶넺넻넼넽넾넿녂녃녅녆녇녉녊녋녌녍녎녏녒녓녖녗녙녚녛녝녞녟녡녢녣녤녥녦녧녨녩녪녫녬녭녮녯녰녱녲녳녴녵녶녷녺녻녽녾녿놁놃놄놅놆놇놊놌놎놏놐놑놕놖놗놙놚놛놝�".split(""),e=0;e!=r[134].length;++e)65533!==r[134][e].charCodeAt(0)&&(n[r[134][e]]=34304+e,t[34304+e]=r[134][e]);for(r[135]="�����������������������������������������������������������������놞놟놠놡놢놣놤놥놦놧놩놪놫놬놭놮놯놰놱놲놳놴놵놶놷놸������놹놺놻놼놽놾놿뇀뇁뇂뇃뇄뇅뇆뇇뇈뇉뇊뇋뇍뇎뇏뇑뇒뇓뇕������뇖뇗뇘뇙뇚뇛뇞뇠뇡뇢뇣뇤뇥뇦뇧뇪뇫뇭뇮뇯뇱뇲뇳뇴뇵뇶뇷뇸뇺뇼뇾뇿눀눁눂눃눆눇눉눊눍눎눏눐눑눒눓눖눘눚눛눜눝눞눟눡눢눣눤눥눦눧눨눩눪눫눬눭눮눯눰눱눲눳눵눶눷눸눹눺눻눽눾눿뉀뉁뉂뉃뉄뉅뉆뉇뉈뉉뉊뉋뉌뉍뉎뉏뉐뉑뉒뉓뉔뉕뉖뉗뉙뉚뉛뉝뉞뉟뉡뉢뉣뉤뉥뉦뉧뉪뉫뉬뉭뉮�".split(""),e=0;e!=r[135].length;++e)65533!==r[135][e].charCodeAt(0)&&(n[r[135][e]]=34560+e,t[34560+e]=r[135][e]);for(r[136]="�����������������������������������������������������������������뉯뉰뉱뉲뉳뉶뉷뉸뉹뉺뉻뉽뉾뉿늀늁늂늃늆늇늈늊늋늌늍늎������늏늒늓늕늖늗늛늜늝늞늟늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷������늸늹늺늻늼늽늾늿닀닁닂닃닄닅닆닇닊닋닍닎닏닑닓닔닕닖닗닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉댊댋댌댍댎댏댒댖댗댘댙댚댛댝댞댟댠댡댢댣댤댥댦댧댨댩댪댫댬댭댮댯댰댱댲댳댴댵댶댷댸댹댺댻댼댽댾댿덀덁덂덃덄덅덆덇덈덉덊덋덌덍덎덏덐덑덒덓덗덙덚덝덠덡덢덣�".split(""),e=0;e!=r[136].length;++e)65533!==r[136][e].charCodeAt(0)&&(n[r[136][e]]=34816+e,t[34816+e]=r[136][e]);for(r[137]="�����������������������������������������������������������������덦덨덪덬덭덯덲덳덵덶덷덹덺덻덼덽덾덿뎂뎆뎇뎈뎉뎊뎋뎍������뎎뎏뎑뎒뎓뎕뎖뎗뎘뎙뎚뎛뎜뎝뎞뎟뎢뎣뎤뎥뎦뎧뎩뎪뎫뎭������뎮뎯뎰뎱뎲뎳뎴뎵뎶뎷뎸뎹뎺뎻뎼뎽뎾뎿돀돁돂돃돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩돪돫돬돭돮돯돰돱돲돳돴돵돶돷돸돹돺돻돽돾돿됀됁됂됃됄됅됆됇됈됉됊됋됌됍됎됏됑됒됓됔됕됖됗됙됚됛됝됞됟됡됢됣됤됥됦됧됪됬됭됮됯됰됱됲됳됵됶됷됸됹됺됻됼됽됾됿둀둁둂둃둄�".split(""),e=0;e!=r[137].length;++e)65533!==r[137][e].charCodeAt(0)&&(n[r[137][e]]=35072+e,t[35072+e]=r[137][e]);for(r[138]="�����������������������������������������������������������������둅둆둇둈둉둊둋둌둍둎둏둒둓둕둖둗둙둚둛둜둝둞둟둢둤둦������둧둨둩둪둫둭둮둯둰둱둲둳둴둵둶둷둸둹둺둻둼둽둾둿뒁뒂������뒃뒄뒅뒆뒇뒉뒊뒋뒌뒍뒎뒏뒐뒑뒒뒓뒔뒕뒖뒗뒘뒙뒚뒛뒜뒞뒟뒠뒡뒢뒣뒥뒦뒧뒩뒪뒫뒭뒮뒯뒰뒱뒲뒳뒴뒶뒸뒺뒻뒼뒽뒾뒿듁듂듃듅듆듇듉듊듋듌듍듎듏듑듒듓듔듖듗듘듙듚듛듞듟듡듢듥듧듨듩듪듫듮듰듲듳듴듵듶듷듹듺듻듼듽듾듿딀딁딂딃딄딅딆딇딈딉딊딋딌딍딎딏딐딑딒딓딖딗딙딚딝�".split(""),e=0;e!=r[138].length;++e)65533!==r[138][e].charCodeAt(0)&&(n[r[138][e]]=35328+e,t[35328+e]=r[138][e]);for(r[139]="�����������������������������������������������������������������딞딟딠딡딢딣딦딫딬딭딮딯딲딳딵딶딷딹딺딻딼딽딾딿땂땆������땇땈땉땊땎땏땑땒땓땕땖땗땘땙땚땛땞땢땣땤땥땦땧땨땩땪������땫땬땭땮땯땰땱땲땳땴땵땶땷땸땹땺땻땼땽땾땿떀떁떂떃떄떅떆떇떈떉떊떋떌떍떎떏떐떑떒떓떔떕떖떗떘떙떚떛떜떝떞떟떢떣떥떦떧떩떬떭떮떯떲떶떷떸떹떺떾떿뗁뗂뗃뗅뗆뗇뗈뗉뗊뗋뗎뗒뗓뗔뗕뗖뗗뗙뗚뗛뗜뗝뗞뗟뗠뗡뗢뗣뗤뗥뗦뗧뗨뗩뗪뗫뗭뗮뗯뗰뗱뗲뗳뗴뗵뗶뗷뗸뗹뗺뗻뗼뗽뗾뗿�".split(""),e=0;e!=r[139].length;++e)65533!==r[139][e].charCodeAt(0)&&(n[r[139][e]]=35584+e,t[35584+e]=r[139][e]);for(r[140]="�����������������������������������������������������������������똀똁똂똃똄똅똆똇똈똉똊똋똌똍똎똏똒똓똕똖똗똙똚똛똜똝������똞똟똠똡똢똣똤똦똧똨똩똪똫똭똮똯똰똱똲똳똵똶똷똸똹똺������똻똼똽똾똿뙀뙁뙂뙃뙄뙅뙆뙇뙉뙊뙋뙌뙍뙎뙏뙐뙑뙒뙓뙔뙕뙖뙗뙘뙙뙚뙛뙜뙝뙞뙟뙠뙡뙢뙣뙥뙦뙧뙩뙪뙫뙬뙭뙮뙯뙰뙱뙲뙳뙴뙵뙶뙷뙸뙹뙺뙻뙼뙽뙾뙿뚀뚁뚂뚃뚄뚅뚆뚇뚈뚉뚊뚋뚌뚍뚎뚏뚐뚑뚒뚓뚔뚕뚖뚗뚘뚙뚚뚛뚞뚟뚡뚢뚣뚥뚦뚧뚨뚩뚪뚭뚮뚯뚰뚲뚳뚴뚵뚶뚷뚸뚹뚺뚻뚼뚽뚾뚿뛀뛁뛂�".split(""),e=0;e!=r[140].length;++e)65533!==r[140][e].charCodeAt(0)&&(n[r[140][e]]=35840+e,t[35840+e]=r[140][e]);for(r[141]="�����������������������������������������������������������������뛃뛄뛅뛆뛇뛈뛉뛊뛋뛌뛍뛎뛏뛐뛑뛒뛓뛕뛖뛗뛘뛙뛚뛛뛜뛝������뛞뛟뛠뛡뛢뛣뛤뛥뛦뛧뛨뛩뛪뛫뛬뛭뛮뛯뛱뛲뛳뛵뛶뛷뛹뛺������뛻뛼뛽뛾뛿뜂뜃뜄뜆뜇뜈뜉뜊뜋뜌뜍뜎뜏뜐뜑뜒뜓뜔뜕뜖뜗뜘뜙뜚뜛뜜뜝뜞뜟뜠뜡뜢뜣뜤뜥뜦뜧뜪뜫뜭뜮뜱뜲뜳뜴뜵뜶뜷뜺뜼뜽뜾뜿띀띁띂띃띅띆띇띉띊띋띍띎띏띐띑띒띓띖띗띘띙띚띛띜띝띞띟띡띢띣띥띦띧띩띪띫띬띭띮띯띲띴띶띷띸띹띺띻띾띿랁랂랃랅랆랇랈랉랊랋랎랓랔랕랚랛랝랞�".split(""),e=0;e!=r[141].length;++e)65533!==r[141][e].charCodeAt(0)&&(n[r[141][e]]=36096+e,t[36096+e]=r[141][e]);for(r[142]="�����������������������������������������������������������������랟랡랢랣랤랥랦랧랪랮랯랰랱랲랳랶랷랹랺랻랼랽랾랿럀럁������럂럃럄럅럆럈럊럋럌럍럎럏럐럑럒럓럔럕럖럗럘럙럚럛럜럝������럞럟럠럡럢럣럤럥럦럧럨럩럪럫럮럯럱럲럳럵럶럷럸럹럺럻럾렂렃렄렅렆렊렋렍렎렏렑렒렓렔렕렖렗렚렜렞렟렠렡렢렣렦렧렩렪렫렭렮렯렰렱렲렳렶렺렻렼렽렾렿롁롂롃롅롆롇롈롉롊롋롌롍롎롏롐롒롔롕롖롗롘롙롚롛롞롟롡롢롣롥롦롧롨롩롪롫롮롰롲롳롴롵롶롷롹롺롻롽롾롿뢀뢁뢂뢃뢄�".split(""),e=0;e!=r[142].length;++e)65533!==r[142][e].charCodeAt(0)&&(n[r[142][e]]=36352+e,t[36352+e]=r[142][e]);for(r[143]="�����������������������������������������������������������������뢅뢆뢇뢈뢉뢊뢋뢌뢎뢏뢐뢑뢒뢓뢔뢕뢖뢗뢘뢙뢚뢛뢜뢝뢞뢟������뢠뢡뢢뢣뢤뢥뢦뢧뢩뢪뢫뢬뢭뢮뢯뢱뢲뢳뢵뢶뢷뢹뢺뢻뢼뢽������뢾뢿룂룄룆룇룈룉룊룋룍룎룏룑룒룓룕룖룗룘룙룚룛룜룞룠룢룣룤룥룦룧룪룫룭룮룯룱룲룳룴룵룶룷룺룼룾룿뤀뤁뤂뤃뤅뤆뤇뤈뤉뤊뤋뤌뤍뤎뤏뤐뤑뤒뤓뤔뤕뤖뤗뤙뤚뤛뤜뤝뤞뤟뤡뤢뤣뤤뤥뤦뤧뤨뤩뤪뤫뤬뤭뤮뤯뤰뤱뤲뤳뤴뤵뤶뤷뤸뤹뤺뤻뤾뤿륁륂륃륅륆륇륈륉륊륋륍륎륐륒륓륔륕륖륗�".split(""),e=0;e!=r[143].length;++e)65533!==r[143][e].charCodeAt(0)&&(n[r[143][e]]=36608+e,t[36608+e]=r[143][e]);for(r[144]="�����������������������������������������������������������������륚륛륝륞륟륡륢륣륤륥륦륧륪륬륮륯륰륱륲륳륶륷륹륺륻륽������륾륿릀릁릂릃릆릈릋릌릏릐릑릒릓릔릕릖릗릘릙릚릛릜릝릞������릟릠릡릢릣릤릥릦릧릨릩릪릫릮릯릱릲릳릵릶릷릸릹릺릻릾맀맂맃맄맅맆맇맊맋맍맓맔맕맖맗맚맜맟맠맢맦맧맩맪맫맭맮맯맰맱맲맳맶맻맼맽맾맿먂먃먄먅먆먇먉먊먋먌먍먎먏먐먑먒먓먔먖먗먘먙먚먛먜먝먞먟먠먡먢먣먤먥먦먧먨먩먪먫먬먭먮먯먰먱먲먳먴먵먶먷먺먻먽먾먿멁멃멄멅멆�".split(""),e=0;e!=r[144].length;++e)65533!==r[144][e].charCodeAt(0)&&(n[r[144][e]]=36864+e,t[36864+e]=r[144][e]);for(r[145]="�����������������������������������������������������������������멇멊멌멏멐멑멒멖멗멙멚멛멝멞멟멠멡멢멣멦멪멫멬멭멮멯������멲멳멵멶멷멹멺멻멼멽멾멿몀몁몂몆몈몉몊몋몍몎몏몐몑몒������몓몔몕몖몗몘몙몚몛몜몝몞몟몠몡몢몣몤몥몦몧몪몭몮몯몱몳몴몵몶몷몺몼몾몿뫀뫁뫂뫃뫅뫆뫇뫉뫊뫋뫌뫍뫎뫏뫐뫑뫒뫓뫔뫕뫖뫗뫚뫛뫜뫝뫞뫟뫠뫡뫢뫣뫤뫥뫦뫧뫨뫩뫪뫫뫬뫭뫮뫯뫰뫱뫲뫳뫴뫵뫶뫷뫸뫹뫺뫻뫽뫾뫿묁묂묃묅묆묇묈묉묊묋묌묎묐묒묓묔묕묖묗묙묚묛묝묞묟묡묢묣묤묥묦묧�".split(""),e=0;e!=r[145].length;++e)65533!==r[145][e].charCodeAt(0)&&(n[r[145][e]]=37120+e,t[37120+e]=r[145][e]);for(r[146]="�����������������������������������������������������������������묨묪묬묭묮묯묰묱묲묳묷묹묺묿뭀뭁뭂뭃뭆뭈뭊뭋뭌뭎뭑뭒������뭓뭕뭖뭗뭙뭚뭛뭜뭝뭞뭟뭠뭢뭤뭥뭦뭧뭨뭩뭪뭫뭭뭮뭯뭰뭱������뭲뭳뭴뭵뭶뭷뭸뭹뭺뭻뭼뭽뭾뭿뮀뮁뮂뮃뮄뮅뮆뮇뮉뮊뮋뮍뮎뮏뮑뮒뮓뮔뮕뮖뮗뮘뮙뮚뮛뮜뮝뮞뮟뮠뮡뮢뮣뮥뮦뮧뮩뮪뮫뮭뮮뮯뮰뮱뮲뮳뮵뮶뮸뮹뮺뮻뮼뮽뮾뮿믁믂믃믅믆믇믉믊믋믌믍믎믏믑믒믔믕믖믗믘믙믚믛믜믝믞믟믠믡믢믣믤믥믦믧믨믩믪믫믬믭믮믯믰믱믲믳믴믵믶믷믺믻믽믾밁�".split(""),e=0;e!=r[146].length;++e)65533!==r[146][e].charCodeAt(0)&&(n[r[146][e]]=37376+e,t[37376+e]=r[146][e]);for(r[147]="�����������������������������������������������������������������밃밄밅밆밇밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵������밶밷밹밺밻밼밽밾밿뱂뱆뱇뱈뱊뱋뱎뱏뱑뱒뱓뱔뱕뱖뱗뱘뱙������뱚뱛뱜뱞뱟뱠뱡뱢뱣뱤뱥뱦뱧뱨뱩뱪뱫뱬뱭뱮뱯뱰뱱뱲뱳뱴뱵뱶뱷뱸뱹뱺뱻뱼뱽뱾뱿벀벁벂벃벆벇벉벊벍벏벐벑벒벓벖벘벛벜벝벞벟벢벣벥벦벩벪벫벬벭벮벯벲벶벷벸벹벺벻벾벿볁볂볃볅볆볇볈볉볊볋볌볎볒볓볔볖볗볙볚볛볝볞볟볠볡볢볣볤볥볦볧볨볩볪볫볬볭볮볯볰볱볲볳볷볹볺볻볽�".split(""),e=0;e!=r[147].length;++e)65533!==r[147][e].charCodeAt(0)&&(n[r[147][e]]=37632+e,t[37632+e]=r[147][e]);for(r[148]="�����������������������������������������������������������������볾볿봀봁봂봃봆봈봊봋봌봍봎봏봑봒봓봕봖봗봘봙봚봛봜봝������봞봟봠봡봢봣봥봦봧봨봩봪봫봭봮봯봰봱봲봳봴봵봶봷봸봹������봺봻봼봽봾봿뵁뵂뵃뵄뵅뵆뵇뵊뵋뵍뵎뵏뵑뵒뵓뵔뵕뵖뵗뵚뵛뵜뵝뵞뵟뵠뵡뵢뵣뵥뵦뵧뵩뵪뵫뵬뵭뵮뵯뵰뵱뵲뵳뵴뵵뵶뵷뵸뵹뵺뵻뵼뵽뵾뵿붂붃붅붆붋붌붍붎붏붒붔붖붗붘붛붝붞붟붠붡붢붣붥붦붧붨붩붪붫붬붭붮붯붱붲붳붴붵붶붷붹붺붻붼붽붾붿뷀뷁뷂뷃뷄뷅뷆뷇뷈뷉뷊뷋뷌뷍뷎뷏뷐뷑�".split(""),e=0;e!=r[148].length;++e)65533!==r[148][e].charCodeAt(0)&&(n[r[148][e]]=37888+e,t[37888+e]=r[148][e]);for(r[149]="�����������������������������������������������������������������뷒뷓뷖뷗뷙뷚뷛뷝뷞뷟뷠뷡뷢뷣뷤뷥뷦뷧뷨뷪뷫뷬뷭뷮뷯뷱������뷲뷳뷵뷶뷷뷹뷺뷻뷼뷽뷾뷿븁븂븄븆븇븈븉븊븋븎븏븑븒븓������븕븖븗븘븙븚븛븞븠븡븢븣븤븥븦븧븨븩븪븫븬븭븮븯븰븱븲븳븴븵븶븷븸븹븺븻븼븽븾븿빀빁빂빃빆빇빉빊빋빍빏빐빑빒빓빖빘빜빝빞빟빢빣빥빦빧빩빫빬빭빮빯빲빶빷빸빹빺빾빿뺁뺂뺃뺅뺆뺇뺈뺉뺊뺋뺎뺒뺓뺔뺕뺖뺗뺚뺛뺜뺝뺞뺟뺠뺡뺢뺣뺤뺥뺦뺧뺩뺪뺫뺬뺭뺮뺯뺰뺱뺲뺳뺴뺵뺶뺷�".split(""),e=0;e!=r[149].length;++e)65533!==r[149][e].charCodeAt(0)&&(n[r[149][e]]=38144+e,t[38144+e]=r[149][e]);for(r[150]="�����������������������������������������������������������������뺸뺹뺺뺻뺼뺽뺾뺿뻀뻁뻂뻃뻄뻅뻆뻇뻈뻉뻊뻋뻌뻍뻎뻏뻒뻓������뻕뻖뻙뻚뻛뻜뻝뻞뻟뻡뻢뻦뻧뻨뻩뻪뻫뻭뻮뻯뻰뻱뻲뻳뻴뻵������뻶뻷뻸뻹뻺뻻뻼뻽뻾뻿뼀뼂뼃뼄뼅뼆뼇뼊뼋뼌뼍뼎뼏뼐뼑뼒뼓뼔뼕뼖뼗뼚뼞뼟뼠뼡뼢뼣뼤뼥뼦뼧뼨뼩뼪뼫뼬뼭뼮뼯뼰뼱뼲뼳뼴뼵뼶뼷뼸뼹뼺뼻뼼뼽뼾뼿뽂뽃뽅뽆뽇뽉뽊뽋뽌뽍뽎뽏뽒뽓뽔뽖뽗뽘뽙뽚뽛뽜뽝뽞뽟뽠뽡뽢뽣뽤뽥뽦뽧뽨뽩뽪뽫뽬뽭뽮뽯뽰뽱뽲뽳뽴뽵뽶뽷뽸뽹뽺뽻뽼뽽뽾뽿뾀뾁뾂�".split(""),e=0;e!=r[150].length;++e)65533!==r[150][e].charCodeAt(0)&&(n[r[150][e]]=38400+e,t[38400+e]=r[150][e]);for(r[151]="�����������������������������������������������������������������뾃뾄뾅뾆뾇뾈뾉뾊뾋뾌뾍뾎뾏뾐뾑뾒뾓뾕뾖뾗뾘뾙뾚뾛뾜뾝������뾞뾟뾠뾡뾢뾣뾤뾥뾦뾧뾨뾩뾪뾫뾬뾭뾮뾯뾱뾲뾳뾴뾵뾶뾷뾸������뾹뾺뾻뾼뾽뾾뾿뿀뿁뿂뿃뿄뿆뿇뿈뿉뿊뿋뿎뿏뿑뿒뿓뿕뿖뿗뿘뿙뿚뿛뿝뿞뿠뿢뿣뿤뿥뿦뿧뿨뿩뿪뿫뿬뿭뿮뿯뿰뿱뿲뿳뿴뿵뿶뿷뿸뿹뿺뿻뿼뿽뿾뿿쀀쀁쀂쀃쀄쀅쀆쀇쀈쀉쀊쀋쀌쀍쀎쀏쀐쀑쀒쀓쀔쀕쀖쀗쀘쀙쀚쀛쀜쀝쀞쀟쀠쀡쀢쀣쀤쀥쀦쀧쀨쀩쀪쀫쀬쀭쀮쀯쀰쀱쀲쀳쀴쀵쀶쀷쀸쀹쀺쀻쀽쀾쀿�".split(""),e=0;e!=r[151].length;++e)65533!==r[151][e].charCodeAt(0)&&(n[r[151][e]]=38656+e,t[38656+e]=r[151][e]);for(r[152]="�����������������������������������������������������������������쁀쁁쁂쁃쁄쁅쁆쁇쁈쁉쁊쁋쁌쁍쁎쁏쁐쁒쁓쁔쁕쁖쁗쁙쁚쁛������쁝쁞쁟쁡쁢쁣쁤쁥쁦쁧쁪쁫쁬쁭쁮쁯쁰쁱쁲쁳쁴쁵쁶쁷쁸쁹������쁺쁻쁼쁽쁾쁿삀삁삂삃삄삅삆삇삈삉삊삋삌삍삎삏삒삓삕삖삗삙삚삛삜삝삞삟삢삤삦삧삨삩삪삫삮삱삲삷삸삹삺삻삾샂샃샄샆샇샊샋샍샎샏샑샒샓샔샕샖샗샚샞샟샠샡샢샣샦샧샩샪샫샭샮샯샰샱샲샳샶샸샺샻샼샽샾샿섁섂섃섅섆섇섉섊섋섌섍섎섏섑섒섓섔섖섗섘섙섚섛섡섢섥섨섩섪섫섮�".split(""),e=0;e!=r[152].length;++e)65533!==r[152][e].charCodeAt(0)&&(n[r[152][e]]=38912+e,t[38912+e]=r[152][e]);for(r[153]="�����������������������������������������������������������������섲섳섴섵섷섺섻섽섾섿셁셂셃셄셅셆셇셊셎셏셐셑셒셓셖셗������셙셚셛셝셞셟셠셡셢셣셦셪셫셬셭셮셯셱셲셳셵셶셷셹셺셻������셼셽셾셿솀솁솂솃솄솆솇솈솉솊솋솏솑솒솓솕솗솘솙솚솛솞솠솢솣솤솦솧솪솫솭솮솯솱솲솳솴솵솶솷솸솹솺솻솼솾솿쇀쇁쇂쇃쇅쇆쇇쇉쇊쇋쇍쇎쇏쇐쇑쇒쇓쇕쇖쇙쇚쇛쇜쇝쇞쇟쇡쇢쇣쇥쇦쇧쇩쇪쇫쇬쇭쇮쇯쇲쇴쇵쇶쇷쇸쇹쇺쇻쇾쇿숁숂숃숅숆숇숈숉숊숋숎숐숒숓숔숕숖숗숚숛숝숞숡숢숣�".split(""),e=0;e!=r[153].length;++e)65533!==r[153][e].charCodeAt(0)&&(n[r[153][e]]=39168+e,t[39168+e]=r[153][e]);for(r[154]="�����������������������������������������������������������������숤숥숦숧숪숬숮숰숳숵숶숷숸숹숺숻숼숽숾숿쉀쉁쉂쉃쉄쉅������쉆쉇쉉쉊쉋쉌쉍쉎쉏쉒쉓쉕쉖쉗쉙쉚쉛쉜쉝쉞쉟쉡쉢쉣쉤쉦������쉧쉨쉩쉪쉫쉮쉯쉱쉲쉳쉵쉶쉷쉸쉹쉺쉻쉾슀슂슃슄슅슆슇슊슋슌슍슎슏슑슒슓슔슕슖슗슙슚슜슞슟슠슡슢슣슦슧슩슪슫슮슯슰슱슲슳슶슸슺슻슼슽슾슿싀싁싂싃싄싅싆싇싈싉싊싋싌싍싎싏싐싑싒싓싔싕싖싗싘싙싚싛싞싟싡싢싥싦싧싨싩싪싮싰싲싳싴싵싷싺싽싾싿쌁쌂쌃쌄쌅쌆쌇쌊쌋쌎쌏�".split(""),e=0;e!=r[154].length;++e)65533!==r[154][e].charCodeAt(0)&&(n[r[154][e]]=39424+e,t[39424+e]=r[154][e]);for(r[155]="�����������������������������������������������������������������쌐쌑쌒쌖쌗쌙쌚쌛쌝쌞쌟쌠쌡쌢쌣쌦쌧쌪쌫쌬쌭쌮쌯쌰쌱쌲������쌳쌴쌵쌶쌷쌸쌹쌺쌻쌼쌽쌾쌿썀썁썂썃썄썆썇썈썉썊썋썌썍������썎썏썐썑썒썓썔썕썖썗썘썙썚썛썜썝썞썟썠썡썢썣썤썥썦썧썪썫썭썮썯썱썳썴썵썶썷썺썻썾썿쎀쎁쎂쎃쎅쎆쎇쎉쎊쎋쎍쎎쎏쎐쎑쎒쎓쎔쎕쎖쎗쎘쎙쎚쎛쎜쎝쎞쎟쎠쎡쎢쎣쎤쎥쎦쎧쎨쎩쎪쎫쎬쎭쎮쎯쎰쎱쎲쎳쎴쎵쎶쎷쎸쎹쎺쎻쎼쎽쎾쎿쏁쏂쏃쏄쏅쏆쏇쏈쏉쏊쏋쏌쏍쏎쏏쏐쏑쏒쏓쏔쏕쏖쏗쏚�".split(""),e=0;e!=r[155].length;++e)65533!==r[155][e].charCodeAt(0)&&(n[r[155][e]]=39680+e,t[39680+e]=r[155][e]);for(r[156]="�����������������������������������������������������������������쏛쏝쏞쏡쏣쏤쏥쏦쏧쏪쏫쏬쏮쏯쏰쏱쏲쏳쏶쏷쏹쏺쏻쏼쏽쏾������쏿쐀쐁쐂쐃쐄쐅쐆쐇쐉쐊쐋쐌쐍쐎쐏쐑쐒쐓쐔쐕쐖쐗쐘쐙쐚������쐛쐜쐝쐞쐟쐠쐡쐢쐣쐥쐦쐧쐨쐩쐪쐫쐭쐮쐯쐱쐲쐳쐵쐶쐷쐸쐹쐺쐻쐾쐿쑀쑁쑂쑃쑄쑅쑆쑇쑉쑊쑋쑌쑍쑎쑏쑐쑑쑒쑓쑔쑕쑖쑗쑘쑙쑚쑛쑜쑝쑞쑟쑠쑡쑢쑣쑦쑧쑩쑪쑫쑭쑮쑯쑰쑱쑲쑳쑶쑷쑸쑺쑻쑼쑽쑾쑿쒁쒂쒃쒄쒅쒆쒇쒈쒉쒊쒋쒌쒍쒎쒏쒐쒑쒒쒓쒕쒖쒗쒘쒙쒚쒛쒝쒞쒟쒠쒡쒢쒣쒤쒥쒦쒧쒨쒩�".split(""),e=0;e!=r[156].length;++e)65533!==r[156][e].charCodeAt(0)&&(n[r[156][e]]=39936+e,t[39936+e]=r[156][e]);for(r[157]="�����������������������������������������������������������������쒪쒫쒬쒭쒮쒯쒰쒱쒲쒳쒴쒵쒶쒷쒹쒺쒻쒽쒾쒿쓀쓁쓂쓃쓄쓅������쓆쓇쓈쓉쓊쓋쓌쓍쓎쓏쓐쓑쓒쓓쓔쓕쓖쓗쓘쓙쓚쓛쓜쓝쓞쓟������쓠쓡쓢쓣쓤쓥쓦쓧쓨쓪쓫쓬쓭쓮쓯쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂씃씄씅씆씇씈씉씊씋씍씎씏씑씒씓씕씖씗씘씙씚씛씝씞씟씠씡씢씣씤씥씦씧씪씫씭씮씯씱씲씳씴씵씶씷씺씼씾씿앀앁앂앃앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩앪앫앬앭앮앯앲앶앷앸앹앺앻앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔�".split(""),e=0;e!=r[157].length;++e)65533!==r[157][e].charCodeAt(0)&&(n[r[157][e]]=40192+e,t[40192+e]=r[157][e]);for(r[158]="�����������������������������������������������������������������얖얙얚얛얝얞얟얡얢얣얤얥얦얧얨얪얫얬얭얮얯얰얱얲얳얶������얷얺얿엀엁엂엃엋엍엏엒엓엕엖엗엙엚엛엜엝엞엟엢엤엦엧������엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑옒옓옔옕옖옗옚옝옞옟옠옡옢옣옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉왊왋왌왍왎왏왒왖왗왘왙왚왛왞왟왡왢왣왤왥왦왧왨왩왪왫왭왮왰왲왳왴왵왶왷왺왻왽왾왿욁욂욃욄욅욆욇욊욌욎욏욐욑욒욓욖욗욙욚욛욝욞욟욠욡욢욣욦�".split(""),e=0;e!=r[158].length;++e)65533!==r[158][e].charCodeAt(0)&&(n[r[158][e]]=40448+e,t[40448+e]=r[158][e]);for(r[159]="�����������������������������������������������������������������욨욪욫욬욭욮욯욲욳욵욶욷욻욼욽욾욿웂웄웆웇웈웉웊웋웎������웏웑웒웓웕웖웗웘웙웚웛웞웟웢웣웤웥웦웧웪웫웭웮웯웱웲������웳웴웵웶웷웺웻웼웾웿윀윁윂윃윆윇윉윊윋윍윎윏윐윑윒윓윖윘윚윛윜윝윞윟윢윣윥윦윧윩윪윫윬윭윮윯윲윴윶윸윹윺윻윾윿읁읂읃읅읆읇읈읉읋읎읐읙읚읛읝읞읟읡읢읣읤읥읦읧읩읪읬읭읮읯읰읱읲읳읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛잜잝잞잟잢잧잨잩잪잫잮잯잱잲잳잵잶잷�".split(""),e=0;e!=r[159].length;++e)65533!==r[159][e].charCodeAt(0)&&(n[r[159][e]]=40704+e,t[40704+e]=r[159][e]);for(r[160]="�����������������������������������������������������������������잸잹잺잻잾쟂쟃쟄쟅쟆쟇쟊쟋쟍쟏쟑쟒쟓쟔쟕쟖쟗쟙쟚쟛쟜������쟞쟟쟠쟡쟢쟣쟥쟦쟧쟩쟪쟫쟭쟮쟯쟰쟱쟲쟳쟴쟵쟶쟷쟸쟹쟺������쟻쟼쟽쟾쟿젂젃젅젆젇젉젋젌젍젎젏젒젔젗젘젙젚젛젞젟젡젢젣젥젦젧젨젩젪젫젮젰젲젳젴젵젶젷젹젺젻젽젾젿졁졂졃졄졅졆졇졊졋졎졏졐졑졒졓졕졖졗졘졙졚졛졜졝졞졟졠졡졢졣졤졥졦졧졨졩졪졫졬졭졮졯졲졳졵졶졷졹졻졼졽졾졿좂좄좈좉좊좎좏좐좑좒좓좕좖좗좘좙좚좛좜좞좠좢좣좤�".split(""),e=0;e!=r[160].length;++e)65533!==r[160][e].charCodeAt(0)&&(n[r[160][e]]=40960+e,t[40960+e]=r[160][e]);for(r[161]="�����������������������������������������������������������������좥좦좧좩좪좫좬좭좮좯좰좱좲좳좴좵좶좷좸좹좺좻좾좿죀죁������죂죃죅죆죇죉죊죋죍죎죏죐죑죒죓죖죘죚죛죜죝죞죟죢죣죥������죦죧죨죩죪죫죬죭죮죯죰죱죲죳죴죶죷죸죹죺죻죾죿줁줂줃줇줈줉줊줋줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈〉《》「」『』【】±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬�".split(""),e=0;e!=r[161].length;++e)65533!==r[161][e].charCodeAt(0)&&(n[r[161][e]]=41216+e,t[41216+e]=r[161][e]);for(r[162]="�����������������������������������������������������������������줐줒줓줔줕줖줗줙줚줛줜줝줞줟줠줡줢줣줤줥줦줧줨줩줪줫������줭줮줯줰줱줲줳줵줶줷줸줹줺줻줼줽줾줿쥀쥁쥂쥃쥄쥅쥆쥇������쥈쥉쥊쥋쥌쥍쥎쥏쥒쥓쥕쥖쥗쥙쥚쥛쥜쥝쥞쥟쥢쥤쥥쥦쥧쥨쥩쥪쥫쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®������������������������".split(""),e=0;e!=r[162].length;++e)65533!==r[162][e].charCodeAt(0)&&(n[r[162][e]]=41472+e,t[41472+e]=r[162][e]);for(r[163]="�����������������������������������������������������������������쥱쥲쥳쥵쥶쥷쥸쥹쥺쥻쥽쥾쥿즀즁즂즃즄즅즆즇즊즋즍즎즏������즑즒즓즔즕즖즗즚즜즞즟즠즡즢즣즤즥즦즧즨즩즪즫즬즭즮������즯즰즱즲즳즴즵즶즷즸즹즺즻즼즽즾즿짂짃짅짆짉짋짌짍짎짏짒짔짗짘짛!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[₩]^_`abcdefghijklmnopqrstuvwxyz{|} ̄�".split(""),e=0;e!=r[163].length;++e)65533!==r[163][e].charCodeAt(0)&&(n[r[163][e]]=41728+e,t[41728+e]=r[163][e]);for(r[164]="�����������������������������������������������������������������짞짟짡짣짥짦짨짩짪짫짮짲짳짴짵짶짷짺짻짽짾짿쨁쨂쨃쨄������쨅쨆쨇쨊쨎쨏쨐쨑쨒쨓쨕쨖쨗쨙쨚쨛쨜쨝쨞쨟쨠쨡쨢쨣쨤쨥������쨦쨧쨨쨪쨫쨬쨭쨮쨯쨰쨱쨲쨳쨴쨵쨶쨷쨸쨹쨺쨻쨼쨽쨾쨿쩀쩁쩂쩃쩄쩅쩆ㄱㄲㄳㄴㄵㄶㄷㄸㄹㄺㄻㄼㄽㄾㄿㅀㅁㅂㅃㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎㅏㅐㅑㅒㅓㅔㅕㅖㅗㅘㅙㅚㅛㅜㅝㅞㅟㅠㅡㅢㅣㅤㅥㅦㅧㅨㅩㅪㅫㅬㅭㅮㅯㅰㅱㅲㅳㅴㅵㅶㅷㅸㅹㅺㅻㅼㅽㅾㅿㆀㆁㆂㆃㆄㆅㆆㆇㆈㆉㆊㆋㆌㆍㆎ�".split(""),e=0;e!=r[164].length;++e)65533!==r[164][e].charCodeAt(0)&&(n[r[164][e]]=41984+e,t[41984+e]=r[164][e]);for(r[165]="�����������������������������������������������������������������쩇쩈쩉쩊쩋쩎쩏쩑쩒쩓쩕쩖쩗쩘쩙쩚쩛쩞쩢쩣쩤쩥쩦쩧쩩쩪������쩫쩬쩭쩮쩯쩰쩱쩲쩳쩴쩵쩶쩷쩸쩹쩺쩻쩼쩾쩿쪀쪁쪂쪃쪅쪆������쪇쪈쪉쪊쪋쪌쪍쪎쪏쪐쪑쪒쪓쪔쪕쪖쪗쪙쪚쪛쪜쪝쪞쪟쪠쪡쪢쪣쪤쪥쪦쪧ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ�����ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ�������ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ��������αβγδεζηθικλμνξοπρστυφχψω�������".split(""),e=0;e!=r[165].length;++e)65533!==r[165][e].charCodeAt(0)&&(n[r[165][e]]=42240+e,t[42240+e]=r[165][e]);for(r[166]="�����������������������������������������������������������������쪨쪩쪪쪫쪬쪭쪮쪯쪰쪱쪲쪳쪴쪵쪶쪷쪸쪹쪺쪻쪾쪿쫁쫂쫃쫅������쫆쫇쫈쫉쫊쫋쫎쫐쫒쫔쫕쫖쫗쫚쫛쫜쫝쫞쫟쫡쫢쫣쫤쫥쫦쫧������쫨쫩쫪쫫쫭쫮쫯쫰쫱쫲쫳쫵쫶쫷쫸쫹쫺쫻쫼쫽쫾쫿쬀쬁쬂쬃쬄쬅쬆쬇쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃╄╅╆╇╈╉╊���������������������������".split(""),e=0;e!=r[166].length;++e)65533!==r[166][e].charCodeAt(0)&&(n[r[166][e]]=42496+e,t[42496+e]=r[166][e]);for(r[167]="�����������������������������������������������������������������쬋쬌쬍쬎쬏쬑쬒쬓쬕쬖쬗쬙쬚쬛쬜쬝쬞쬟쬢쬣쬤쬥쬦쬧쬨쬩������쬪쬫쬬쬭쬮쬯쬰쬱쬲쬳쬴쬵쬶쬷쬸쬹쬺쬻쬼쬽쬾쬿쭀쭂쭃쭄������쭅쭆쭇쭊쭋쭍쭎쭏쭑쭒쭓쭔쭕쭖쭗쭚쭛쭜쭞쭟쭠쭡쭢쭣쭥쭦쭧쭨쭩쭪쭫쭬㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙㎚㎛㎜㎝㎞㎟㎠㎡㎢㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰㎱㎲㎳㎴㎵㎶㎷㎸㎹㎀㎁㎂㎃㎄㎺㎻㎼㎽㎾㎿㎐㎑㎒㎓㎔Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆����������������".split(""),e=0;e!=r[167].length;++e)65533!==r[167][e].charCodeAt(0)&&(n[r[167][e]]=42752+e,t[42752+e]=r[167][e]);for(r[168]="�����������������������������������������������������������������쭭쭮쭯쭰쭱쭲쭳쭴쭵쭶쭷쭺쭻쭼쭽쭾쭿쮀쮁쮂쮃쮄쮅쮆쮇쮈������쮉쮊쮋쮌쮍쮎쮏쮐쮑쮒쮓쮔쮕쮖쮗쮘쮙쮚쮛쮝쮞쮟쮠쮡쮢쮣������쮤쮥쮦쮧쮨쮩쮪쮫쮬쮭쮮쮯쮰쮱쮲쮳쮴쮵쮶쮷쮹쮺쮻쮼쮽쮾쮿쯀쯁쯂쯃쯄ÆЪĦ�IJ�ĿŁØŒºÞŦŊ�㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮½⅓⅔¼¾⅛⅜⅝⅞�".split(""),e=0;e!=r[168].length;++e)65533!==r[168][e].charCodeAt(0)&&(n[r[168][e]]=43008+e,t[43008+e]=r[168][e]);for(r[169]="�����������������������������������������������������������������쯅쯆쯇쯈쯉쯊쯋쯌쯍쯎쯏쯐쯑쯒쯓쯕쯖쯗쯘쯙쯚쯛쯜쯝쯞쯟������쯠쯡쯢쯣쯥쯦쯨쯪쯫쯬쯭쯮쯯쯰쯱쯲쯳쯴쯵쯶쯷쯸쯹쯺쯻쯼������쯽쯾쯿찀찁찂찃찄찅찆찇찈찉찊찋찎찏찑찒찓찕찖찗찘찙찚찛찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍㈎㈏㈐㈑㈒㈓㈔㈕㈖㈗㈘㈙㈚㈛⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂¹²³⁴ⁿ₁₂₃₄�".split(""),e=0;e!=r[169].length;++e)65533!==r[169][e].charCodeAt(0)&&(n[r[169][e]]=43264+e,t[43264+e]=r[169][e]);for(r[170]="�����������������������������������������������������������������찥찦찪찫찭찯찱찲찳찴찵찶찷찺찿챀챁챂챃챆챇챉챊챋챍챎������챏챐챑챒챓챖챚챛챜챝챞챟챡챢챣챥챧챩챪챫챬챭챮챯챱챲������챳챴챶챷챸챹챺챻챼챽챾챿첀첁첂첃첄첅첆첇첈첉첊첋첌첍첎첏첐첑첒첓ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん������������".split(""),e=0;e!=r[170].length;++e)65533!==r[170][e].charCodeAt(0)&&(n[r[170][e]]=43520+e,t[43520+e]=r[170][e]);for(r[171]="�����������������������������������������������������������������첔첕첖첗첚첛첝첞첟첡첢첣첤첥첦첧첪첮첯첰첱첲첳첶첷첹������첺첻첽첾첿쳀쳁쳂쳃쳆쳈쳊쳋쳌쳍쳎쳏쳑쳒쳓쳕쳖쳗쳘쳙쳚������쳛쳜쳝쳞쳟쳠쳡쳢쳣쳥쳦쳧쳨쳩쳪쳫쳭쳮쳯쳱쳲쳳쳴쳵쳶쳷쳸쳹쳺쳻쳼쳽ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ���������".split(""),e=0;e!=r[171].length;++e)65533!==r[171][e].charCodeAt(0)&&(n[r[171][e]]=43776+e,t[43776+e]=r[171][e]);for(r[172]="�����������������������������������������������������������������쳾쳿촀촂촃촄촅촆촇촊촋촍촎촏촑촒촓촔촕촖촗촚촜촞촟촠������촡촢촣촥촦촧촩촪촫촭촮촯촰촱촲촳촴촵촶촷촸촺촻촼촽촾������촿쵀쵁쵂쵃쵄쵅쵆쵇쵈쵉쵊쵋쵌쵍쵎쵏쵐쵑쵒쵓쵔쵕쵖쵗쵘쵙쵚쵛쵝쵞쵟АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ���������������абвгдеёжзийклмнопрстуфхцчшщъыьэюя��������������".split(""),e=0;e!=r[172].length;++e)65533!==r[172][e].charCodeAt(0)&&(n[r[172][e]]=44032+e,t[44032+e]=r[172][e]);for(r[173]="�����������������������������������������������������������������쵡쵢쵣쵥쵦쵧쵨쵩쵪쵫쵮쵰쵲쵳쵴쵵쵶쵷쵹쵺쵻쵼쵽쵾쵿춀������춁춂춃춄춅춆춇춉춊춋춌춍춎춏춐춑춒춓춖춗춙춚춛춝춞춟������춠춡춢춣춦춨춪춫춬춭춮춯춱춲춳춴춵춶춷춸춹춺춻춼춽춾춿췀췁췂췃췅�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[173].length;++e)65533!==r[173][e].charCodeAt(0)&&(n[r[173][e]]=44288+e,t[44288+e]=r[173][e]);for(r[174]="�����������������������������������������������������������������췆췇췈췉췊췋췍췎췏췑췒췓췔췕췖췗췘췙췚췛췜췝췞췟췠췡������췢췣췤췥췦췧췩췪췫췭췮췯췱췲췳췴췵췶췷췺췼췾췿츀츁츂������츃츅츆츇츉츊츋츍츎츏츐츑츒츓츕츖츗츘츚츛츜츝츞츟츢츣츥츦츧츩츪츫�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[174].length;++e)65533!==r[174][e].charCodeAt(0)&&(n[r[174][e]]=44544+e,t[44544+e]=r[174][e]);for(r[175]="�����������������������������������������������������������������츬츭츮츯츲츴츶츷츸츹츺츻츼츽츾츿칀칁칂칃칄칅칆칇칈칉������칊칋칌칍칎칏칐칑칒칓칔칕칖칗칚칛칝칞칢칣칤칥칦칧칪칬������칮칯칰칱칲칳칶칷칹칺칻칽칾칿캀캁캂캃캆캈캊캋캌캍캎캏캒캓캕캖캗캙�����������������������������������������������������������������������������������������������".split(""),e=0;e!=r[175].length;++e)65533!==r[175][e].charCodeAt(0)&&(n[r[175][e]]=44800+e,t[44800+e]=r[175][e]);for(r[176]="�����������������������������������������������������������������캚캛캜캝캞캟캢캦캧캨캩캪캫캮캯캰캱캲캳캴캵캶캷캸캹캺������캻캼캽캾캿컀컂컃컄컅컆컇컈컉컊컋컌컍컎컏컐컑컒컓컔컕������컖컗컘컙컚컛컜컝컞컟컠컡컢컣컦컧컩컪컭컮컯컰컱컲컳컶컺컻컼컽컾컿가각간갇갈갉갊감갑값갓갔강갖갗같갚갛개객갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆�".split(""),e=0;e!=r[176].length;++e)65533!==r[176][e].charCodeAt(0)&&(n[r[176][e]]=45056+e,t[45056+e]=r[176][e]);for(r[177]="�����������������������������������������������������������������켂켃켅켆켇켉켊켋켌켍켎켏켒켔켖켗켘켙켚켛켝켞켟켡켢켣������켥켦켧켨켩켪켫켮켲켳켴켵켶켷켹켺켻켼켽켾켿콀콁콂콃콄������콅콆콇콈콉콊콋콌콍콎콏콐콑콒콓콖콗콙콚콛콝콞콟콠콡콢콣콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸�".split(""),e=0;e!=r[177].length;++e)65533!==r[177][e].charCodeAt(0)&&(n[r[177][e]]=45312+e,t[45312+e]=r[177][e]);for(r[178]="�����������������������������������������������������������������콭콮콯콲콳콵콶콷콹콺콻콼콽콾콿쾁쾂쾃쾄쾆쾇쾈쾉쾊쾋쾍������쾎쾏쾐쾑쾒쾓쾔쾕쾖쾗쾘쾙쾚쾛쾜쾝쾞쾟쾠쾢쾣쾤쾥쾦쾧쾩������쾪쾫쾬쾭쾮쾯쾱쾲쾳쾴쾵쾶쾷쾸쾹쾺쾻쾼쾽쾾쾿쿀쿁쿂쿃쿅쿆쿇쿈쿉쿊쿋깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙�".split(""),e=0;e!=r[178].length;++e)65533!==r[178][e].charCodeAt(0)&&(n[r[178][e]]=45568+e,t[45568+e]=r[178][e]);for(r[179]="�����������������������������������������������������������������쿌쿍쿎쿏쿐쿑쿒쿓쿔쿕쿖쿗쿘쿙쿚쿛쿜쿝쿞쿟쿢쿣쿥쿦쿧쿩������쿪쿫쿬쿭쿮쿯쿲쿴쿶쿷쿸쿹쿺쿻쿽쿾쿿퀁퀂퀃퀅퀆퀇퀈퀉퀊������퀋퀌퀍퀎퀏퀐퀒퀓퀔퀕퀖퀗퀙퀚퀛퀜퀝퀞퀟퀠퀡퀢퀣퀤퀥퀦퀧퀨퀩퀪퀫퀬끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫났낭낮낯낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝�".split(""),e=0;e!=r[179].length;++e)65533!==r[179][e].charCodeAt(0)&&(n[r[179][e]]=45824+e,t[45824+e]=r[179][e]);for(r[180]="�����������������������������������������������������������������퀮퀯퀰퀱퀲퀳퀶퀷퀹퀺퀻퀽퀾퀿큀큁큂큃큆큈큊큋큌큍큎큏������큑큒큓큕큖큗큙큚큛큜큝큞큟큡큢큣큤큥큦큧큨큩큪큫큮큯������큱큲큳큵큶큷큸큹큺큻큾큿킀킂킃킄킅킆킇킈킉킊킋킌킍킎킏킐킑킒킓킔뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫달닭닮닯닳담답닷닸당닺닻닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥�".split(""),e=0;e!=r[180].length;++e)65533!==r[180][e].charCodeAt(0)&&(n[r[180][e]]=46080+e,t[46080+e]=r[180][e]);for(r[181]="�����������������������������������������������������������������킕킖킗킘킙킚킛킜킝킞킟킠킡킢킣킦킧킩킪킫킭킮킯킰킱킲������킳킶킸킺킻킼킽킾킿탂탃탅탆탇탊탋탌탍탎탏탒탖탗탘탙탚������탛탞탟탡탢탣탥탦탧탨탩탪탫탮탲탳탴탵탶탷탹탺탻탼탽탾탿턀턁턂턃턄덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸�".split(""),e=0;e!=r[181].length;++e)65533!==r[181][e].charCodeAt(0)&&(n[r[181][e]]=46336+e,t[46336+e]=r[181][e]);for(r[182]="�����������������������������������������������������������������턅턆턇턈턉턊턋턌턎턏턐턑턒턓턔턕턖턗턘턙턚턛턜턝턞턟������턠턡턢턣턤턥턦턧턨턩턪턫턬턭턮턯턲턳턵턶턷턹턻턼턽턾������턿텂텆텇텈텉텊텋텎텏텑텒텓텕텖텗텘텙텚텛텞텠텢텣텤텥텦텧텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗�".split(""),e=0;e!=r[182].length;++e)65533!==r[182][e].charCodeAt(0)&&(n[r[182][e]]=46592+e,t[46592+e]=r[182][e]);for(r[183]="�����������������������������������������������������������������텮텯텰텱텲텳텴텵텶텷텸텹텺텻텽텾텿톀톁톂톃톅톆톇톉톊������톋톌톍톎톏톐톑톒톓톔톕톖톗톘톙톚톛톜톝톞톟톢톣톥톦톧������톩톪톫톬톭톮톯톲톴톶톷톸톹톻톽톾톿퇁퇂퇃퇄퇅퇆퇇퇈퇉퇊퇋퇌퇍퇎퇏래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩�".split(""),e=0;e!=r[183].length;++e)65533!==r[183][e].charCodeAt(0)&&(n[r[183][e]]=46848+e,t[46848+e]=r[183][e]);for(r[184]="�����������������������������������������������������������������퇐퇑퇒퇓퇔퇕퇖퇗퇙퇚퇛퇜퇝퇞퇟퇠퇡퇢퇣퇤퇥퇦퇧퇨퇩퇪������퇫퇬퇭퇮퇯퇰퇱퇲퇳퇵퇶퇷퇹퇺퇻퇼퇽퇾퇿툀툁툂툃툄툅툆������툈툊툋툌툍툎툏툑툒툓툔툕툖툗툘툙툚툛툜툝툞툟툠툡툢툣툤툥툦툧툨툩륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많맏말맑맒맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼�".split(""),e=0;e!=r[184].length;++e)65533!==r[184][e].charCodeAt(0)&&(n[r[184][e]]=47104+e,t[47104+e]=r[184][e]);for(r[185]="�����������������������������������������������������������������툪툫툮툯툱툲툳툵툶툷툸툹툺툻툾퉀퉂퉃퉄퉅퉆퉇퉉퉊퉋퉌������퉍퉎퉏퉐퉑퉒퉓퉔퉕퉖퉗퉘퉙퉚퉛퉝퉞퉟퉠퉡퉢퉣퉥퉦퉧퉨������퉩퉪퉫퉬퉭퉮퉯퉰퉱퉲퉳퉴퉵퉶퉷퉸퉹퉺퉻퉼퉽퉾퉿튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바박밖밗반받발밝밞밟밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗�".split(""),e=0;e!=r[185].length;++e)65533!==r[185][e].charCodeAt(0)&&(n[r[185][e]]=47360+e,t[47360+e]=r[185][e]);for(r[186]="�����������������������������������������������������������������튍튎튏튒튓튔튖튗튘튙튚튛튝튞튟튡튢튣튥튦튧튨튩튪튫튭������튮튯튰튲튳튴튵튶튷튺튻튽튾틁틃틄틅틆틇틊틌틍틎틏틐틑������틒틓틕틖틗틙틚틛틝틞틟틠틡틢틣틦틧틨틩틪틫틬틭틮틯틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤�".split(""),e=0;e!=r[186].length;++e)65533!==r[186][e].charCodeAt(0)&&(n[r[186][e]]=47616+e,t[47616+e]=r[186][e]);for(r[187]="�����������������������������������������������������������������틻틼틽틾틿팂팄팆팇팈팉팊팋팏팑팒팓팕팗팘팙팚팛팞팢팣������팤팦팧팪팫팭팮팯팱팲팳팴팵팶팷팺팾팿퍀퍁퍂퍃퍆퍇퍈퍉������퍊퍋퍌퍍퍎퍏퍐퍑퍒퍓퍔퍕퍖퍗퍘퍙퍚퍛퍜퍝퍞퍟퍠퍡퍢퍣퍤퍥퍦퍧퍨퍩빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤�".split(""),e=0;e!=r[187].length;++e)65533!==r[187][e].charCodeAt(0)&&(n[r[187][e]]=47872+e,t[47872+e]=r[187][e]);for(r[188]="�����������������������������������������������������������������퍪퍫퍬퍭퍮퍯퍰퍱퍲퍳퍴퍵퍶퍷퍸퍹퍺퍻퍾퍿펁펂펃펅펆펇������펈펉펊펋펎펒펓펔펕펖펗펚펛펝펞펟펡펢펣펤펥펦펧펪펬펮������펯펰펱펲펳펵펶펷펹펺펻펽펾펿폀폁폂폃폆폇폊폋폌폍폎폏폑폒폓폔폕폖샥샨샬샴샵샷샹섀섄섈섐섕서석섞섟선섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭�".split(""),e=0;e!=r[188].length;++e)65533!==r[188][e].charCodeAt(0)&&(n[r[188][e]]=48128+e,t[48128+e]=r[188][e]);for(r[189]="�����������������������������������������������������������������폗폙폚폛폜폝폞폟폠폢폤폥폦폧폨폩폪폫폮폯폱폲폳폵폶폷������폸폹폺폻폾퐀퐂퐃퐄퐅퐆퐇퐉퐊퐋퐌퐍퐎퐏퐐퐑퐒퐓퐔퐕퐖������퐗퐘퐙퐚퐛퐜퐞퐟퐠퐡퐢퐣퐤퐥퐦퐧퐨퐩퐪퐫퐬퐭퐮퐯퐰퐱퐲퐳퐴퐵퐶퐷숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰�".split(""),e=0;e!=r[189].length;++e)65533!==r[189][e].charCodeAt(0)&&(n[r[189][e]]=48384+e,t[48384+e]=r[189][e]);for(r[190]="�����������������������������������������������������������������퐸퐹퐺퐻퐼퐽퐾퐿푁푂푃푅푆푇푈푉푊푋푌푍푎푏푐푑푒푓������푔푕푖푗푘푙푚푛푝푞푟푡푢푣푥푦푧푨푩푪푫푬푮푰푱푲������푳푴푵푶푷푺푻푽푾풁풃풄풅풆풇풊풌풎풏풐풑풒풓풕풖풗풘풙풚풛풜풝쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄업없엇었엉엊엌엎�".split(""),e=0;e!=r[190].length;++e)65533!==r[190][e].charCodeAt(0)&&(n[r[190][e]]=48640+e,t[48640+e]=r[190][e]);for(r[191]="�����������������������������������������������������������������풞풟풠풡풢풣풤풥풦풧풨풪풫풬풭풮풯풰풱풲풳풴풵풶풷풸������풹풺풻풼풽풾풿퓀퓁퓂퓃퓄퓅퓆퓇퓈퓉퓊퓋퓍퓎퓏퓑퓒퓓퓕������퓖퓗퓘퓙퓚퓛퓝퓞퓠퓡퓢퓣퓤퓥퓦퓧퓩퓪퓫퓭퓮퓯퓱퓲퓳퓴퓵퓶퓷퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염엽엾엿였영옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨�".split(""),e=0;e!=r[191].length;++e)65533!==r[191][e].charCodeAt(0)&&(n[r[191][e]]=48896+e,t[48896+e]=r[191][e]);for(r[192]="�����������������������������������������������������������������퓾퓿픀픁픂픃픅픆픇픉픊픋픍픎픏픐픑픒픓픖픘픙픚픛픜픝������픞픟픠픡픢픣픤픥픦픧픨픩픪픫픬픭픮픯픰픱픲픳픴픵픶픷������픸픹픺픻픾픿핁핂핃핅핆핇핈핉핊핋핎핐핒핓핔핕핖핗핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응읒읓읔읕읖읗의읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊�".split(""),e=0;e!=r[192].length;++e)65533!==r[192][e].charCodeAt(0)&&(n[r[192][e]]=49152+e,t[49152+e]=r[192][e]);for(r[193]="�����������������������������������������������������������������핤핦핧핪핬핮핯핰핱핲핳핶핷핹핺핻핽핾핿햀햁햂햃햆햊햋������햌햍햎햏햑햒햓햔햕햖햗햘햙햚햛햜햝햞햟햠햡햢햣햤햦햧������햨햩햪햫햬햭햮햯햰햱햲햳햴햵햶햷햸햹햺햻햼햽햾햿헀헁헂헃헄헅헆헇점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓�".split(""),e=0;e!=r[193].length;++e)65533!==r[193][e].charCodeAt(0)&&(n[r[193][e]]=49408+e,t[49408+e]=r[193][e]);for(r[194]="�����������������������������������������������������������������헊헋헍헎헏헑헓헔헕헖헗헚헜헞헟헠헡헢헣헦헧헩헪헫헭헮������헯헰헱헲헳헶헸헺헻헼헽헾헿혂혃혅혆혇혉혊혋혌혍혎혏혒������혖혗혘혙혚혛혝혞혟혡혢혣혥혦혧혨혩혪혫혬혮혯혰혱혲혳혴혵혶혷혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻�".split(""),e=0;e!=r[194].length;++e)65533!==r[194][e].charCodeAt(0)&&(n[r[194][e]]=49664+e,t[49664+e]=r[194][e]);for(r[195]="�����������������������������������������������������������������혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝홞홟홠홡������홢홣홤홥홦홨홪홫홬홭홮홯홲홳홵홶홷홸홹홺홻홼홽홾홿횀������횁횂횄횆횇횈횉횊횋횎횏횑횒횓횕횖횗횘횙횚횛횜횞횠횢횣횤횥횦횧횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층�".split(""),e=0;e!=r[195].length;++e)65533!==r[195][e].charCodeAt(0)&&(n[r[195][e]]=49920+e,t[49920+e]=r[195][e]);for(r[196]="�����������������������������������������������������������������횫횭횮횯횱횲횳횴횵횶횷횸횺횼횽횾횿훀훁훂훃훆훇훉훊훋������훍훎훏훐훒훓훕훖훘훚훛훜훝훞훟훡훢훣훥훦훧훩훪훫훬훭������훮훯훱훲훳훴훶훷훸훹훺훻훾훿휁휂휃휅휆휇휈휉휊휋휌휍휎휏휐휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼�".split(""),e=0;e!=r[196].length;++e)65533!==r[196][e].charCodeAt(0)&&(n[r[196][e]]=50176+e,t[50176+e]=r[196][e]);for(r[197]="�����������������������������������������������������������������휕휖휗휚휛휝휞휟휡휢휣휤휥휦휧휪휬휮휯휰휱휲휳휶휷휹������휺휻휽휾휿흀흁흂흃흅흆흈흊흋흌흍흎흏흒흓흕흚흛흜흝흞������흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵흶흷흸흹흺흻흾흿힀힂힃힄힅힆힇힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜�".split(""),e=0;e!=r[197].length;++e)65533!==r[197][e].charCodeAt(0)&&(n[r[197][e]]=50432+e,t[50432+e]=r[197][e]);for(r[198]="�����������������������������������������������������������������힍힎힏힑힒힓힔힕힖힗힚힜힞힟힠힡힢힣������������������������������������������������������������������������������퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁�".split(""),e=0;e!=r[198].length;++e)65533!==r[198][e].charCodeAt(0)&&(n[r[198][e]]=50688+e,t[50688+e]=r[198][e]);for(r[199]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠�".split(""),e=0;e!=r[199].length;++e)65533!==r[199][e].charCodeAt(0)&&(n[r[199][e]]=50944+e,t[50944+e]=r[199][e]);for(r[200]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝�".split(""),e=0;e!=r[200].length;++e)65533!==r[200][e].charCodeAt(0)&&(n[r[200][e]]=51200+e,t[51200+e]=r[200][e]);for(r[202]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕�".split(""),e=0;e!=r[202].length;++e)65533!==r[202][e].charCodeAt(0)&&(n[r[202][e]]=51712+e,t[51712+e]=r[202][e]);for(r[203]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢�".split(""),e=0;e!=r[203].length;++e)65533!==r[203][e].charCodeAt(0)&&(n[r[203][e]]=51968+e,t[51968+e]=r[203][e]);for(r[204]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械�".split(""),e=0;e!=r[204].length;++e)65533!==r[204][e].charCodeAt(0)&&(n[r[204][e]]=52224+e,t[52224+e]=r[204][e]);for(r[205]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜�".split(""),e=0;e!=r[205].length;++e)65533!==r[205][e].charCodeAt(0)&&(n[r[205][e]]=52480+e,t[52480+e]=r[205][e]);for(r[206]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾�".split(""),e=0;e!=r[206].length;++e)65533!==r[206][e].charCodeAt(0)&&(n[r[206][e]]=52736+e,t[52736+e]=r[206][e]);for(r[207]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴�".split(""),e=0;e!=r[207].length;++e)65533!==r[207][e].charCodeAt(0)&&(n[r[207][e]]=52992+e,t[52992+e]=r[207][e]);for(r[208]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣�".split(""),e=0;e!=r[208].length;++e)65533!==r[208][e].charCodeAt(0)&&(n[r[208][e]]=53248+e,t[53248+e]=r[208][e]);for(r[209]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩羅蘿螺裸邏那樂洛烙珞落諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉�".split(""),e=0;e!=r[209].length;++e)65533!==r[209][e].charCodeAt(0)&&(n[r[209][e]]=53504+e,t[53504+e]=r[209][e]);for(r[210]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������納臘蠟衲囊娘廊朗浪狼郎乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧老蘆虜路露駑魯鷺碌祿綠菉錄鹿論壟弄濃籠聾膿農惱牢磊腦賂雷尿壘屢樓淚漏累縷陋嫩訥杻紐勒肋凜凌稜綾能菱陵尼泥匿溺多茶�".split(""),e=0;e!=r[210].length;++e)65533!==r[210][e].charCodeAt(0)&&(n[r[210][e]]=53760+e,t[53760+e]=r[210][e]);for(r[211]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃�".split(""),e=0;e!=r[211].length;++e)65533!==r[211][e].charCodeAt(0)&&(n[r[211][e]]=54016+e,t[54016+e]=r[211][e]);for(r[212]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅�".split(""),e=0;e!=r[212].length;++e)65533!==r[212][e].charCodeAt(0)&&(n[r[212][e]]=54272+e,t[54272+e]=r[212][e]);for(r[213]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣�".split(""),e=0;e!=r[213].length;++e)65533!==r[213][e].charCodeAt(0)&&(n[r[213][e]]=54528+e,t[54528+e]=r[213][e]);for(r[214]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼�".split(""),e=0;e!=r[214].length;++e)65533!==r[214][e].charCodeAt(0)&&(n[r[214][e]]=54784+e,t[54784+e]=r[214][e]);for(r[215]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬�".split(""),e=0;e!=r[215].length;++e)65533!==r[215][e].charCodeAt(0)&&(n[r[215][e]]=55040+e,t[55040+e]=r[215][e]);for(r[216]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅�".split(""),e=0;e!=r[216].length;++e)65533!==r[216][e].charCodeAt(0)&&(n[r[216][e]]=55296+e,t[55296+e]=r[216][e]);for(r[217]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文�".split(""),e=0;e!=r[217].length;++e)65533!==r[217][e].charCodeAt(0)&&(n[r[217][e]]=55552+e,t[55552+e]=r[217][e]);for(r[218]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑�".split(""),e=0;e!=r[218].length;++e)65533!==r[218][e].charCodeAt(0)&&(n[r[218][e]]=55808+e,t[55808+e]=r[218][e]);for(r[219]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖�".split(""),e=0;e!=r[219].length;++e)65533!==r[219][e].charCodeAt(0)&&(n[r[219][e]]=56064+e,t[56064+e]=r[219][e]);for(r[220]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦�".split(""),e=0;e!=r[220].length;++e)65533!==r[220][e].charCodeAt(0)&&(n[r[220][e]]=56320+e,t[56320+e]=r[220][e]);for(r[221]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥�".split(""),e=0;e!=r[221].length;++e)65533!==r[221][e].charCodeAt(0)&&(n[r[221][e]]=56576+e,t[56576+e]=r[221][e]);for(r[222]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索�".split(""),e=0;e!=r[222].length;++e)65533!==r[222][e].charCodeAt(0)&&(n[r[222][e]]=56832+e,t[56832+e]=r[222][e]);for(r[223]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署�".split(""),e=0;e!=r[223].length;++e)65533!==r[223][e].charCodeAt(0)&&(n[r[223][e]]=57088+e,t[57088+e]=r[223][e]);for(r[224]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬�".split(""),e=0;e!=r[224].length;++e)65533!==r[224][e].charCodeAt(0)&&(n[r[224][e]]=57344+e,t[57344+e]=r[224][e]);for(r[225]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁�".split(""),e=0;e!=r[225].length;++e)65533!==r[225][e].charCodeAt(0)&&(n[r[225][e]]=57600+e,t[57600+e]=r[225][e]);for(r[226]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧�".split(""),e=0;e!=r[226].length;++e)65533!==r[226][e].charCodeAt(0)&&(n[r[226][e]]=57856+e,t[57856+e]=r[226][e]);for(r[227]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁�".split(""),e=0;e!=r[227].length;++e)65533!==r[227][e].charCodeAt(0)&&(n[r[227][e]]=58112+e,t[58112+e]=r[227][e]);for(r[228]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額�".split(""),e=0;e!=r[228].length;++e)65533!==r[228][e].charCodeAt(0)&&(n[r[228][e]]=58368+e,t[58368+e]=r[228][e]);for(r[229]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬�".split(""),e=0;e!=r[229].length;++e)65533!==r[229][e].charCodeAt(0)&&(n[r[229][e]]=58624+e,t[58624+e]=r[229][e]);for(r[230]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒�".split(""),e=0;e!=r[230].length;++e)65533!==r[230][e].charCodeAt(0)&&(n[r[230][e]]=58880+e,t[58880+e]=r[230][e]);for(r[231]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳�".split(""),e=0;e!=r[231].length;++e)65533!==r[231][e].charCodeAt(0)&&(n[r[231][e]]=59136+e,t[59136+e]=r[231][e]);for(r[232]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療�".split(""),e=0;e!=r[232].length;++e)65533!==r[232][e].charCodeAt(0)&&(n[r[232][e]]=59392+e,t[59392+e]=r[232][e]);for(r[233]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓�".split(""),e=0;e!=r[233].length;++e)65533!==r[233][e].charCodeAt(0)&&(n[r[233][e]]=59648+e,t[59648+e]=r[233][e]);for(r[234]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜�".split(""),e=0;e!=r[234].length;++e)65533!==r[234][e].charCodeAt(0)&&(n[r[234][e]]=59904+e,t[59904+e]=r[234][e]);for(r[235]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼�".split(""),e=0;e!=r[235].length;++e)65533!==r[235][e].charCodeAt(0)&&(n[r[235][e]]=60160+e,t[60160+e]=r[235][e]);for(r[236]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄�".split(""),e=0;e!=r[236].length;++e)65533!==r[236][e].charCodeAt(0)&&(n[r[236][e]]=60416+e,t[60416+e]=r[236][e]);for(r[237]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長�".split(""),e=0;e!=r[237].length;++e)65533!==r[237][e].charCodeAt(0)&&(n[r[237][e]]=60672+e,t[60672+e]=r[237][e]);for(r[238]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱�".split(""),e=0;e!=r[238].length;++e)65533!==r[238][e].charCodeAt(0)&&(n[r[238][e]]=60928+e,t[60928+e]=r[238][e]);for(r[239]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖�".split(""),e=0;e!=r[239].length;++e)65533!==r[239][e].charCodeAt(0)&&(n[r[239][e]]=61184+e,t[61184+e]=r[239][e]);for(r[240]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫�".split(""),e=0;e!=r[240].length;++e)65533!==r[240][e].charCodeAt(0)&&(n[r[240][e]]=61440+e,t[61440+e]=r[240][e]);for(r[241]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只�".split(""),e=0;e!=r[241].length;++e)65533!==r[241][e].charCodeAt(0)&&(n[r[241][e]]=61696+e,t[61696+e]=r[241][e]);for(r[242]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯�".split(""),e=0;e!=r[242].length;++e)65533!==r[242][e].charCodeAt(0)&&(n[r[242][e]]=61952+e,t[61952+e]=r[242][e]);for(r[243]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策�".split(""),e=0;e!=r[243].length;++e)65533!==r[243][e].charCodeAt(0)&&(n[r[243][e]]=62208+e,t[62208+e]=r[243][e]);for(r[244]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢�".split(""),e=0;e!=r[244].length;++e)65533!==r[244][e].charCodeAt(0)&&(n[r[244][e]]=62464+e,t[62464+e]=r[244][e]);for(r[245]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃�".split(""),e=0;e!=r[245].length;++e)65533!==r[245][e].charCodeAt(0)&&(n[r[245][e]]=62720+e,t[62720+e]=r[245][e]);for(r[246]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託�".split(""),e=0;e!=r[246].length;++e)65533!==r[246][e].charCodeAt(0)&&(n[r[246][e]]=62976+e,t[62976+e]=r[246][e]);for(r[247]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑�".split(""),e=0;e!=r[247].length;++e)65533!==r[247][e].charCodeAt(0)&&(n[r[247][e]]=63232+e,t[63232+e]=r[247][e]);for(r[248]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃�".split(""),e=0;e!=r[248].length;++e)65533!==r[248][e].charCodeAt(0)&&(n[r[248][e]]=63488+e,t[63488+e]=r[248][e]);for(r[249]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航�".split(""),e=0;e!=r[249].length;++e)65533!==r[249][e].charCodeAt(0)&&(n[r[249][e]]=63744+e,t[63744+e]=r[249][e]);for(r[250]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型�".split(""),e=0;e!=r[250].length;++e)65533!==r[250][e].charCodeAt(0)&&(n[r[250][e]]=64e3+e,t[64e3+e]=r[250][e]);for(r[251]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵�".split(""),e=0;e!=r[251].length;++e)65533!==r[251][e].charCodeAt(0)&&(n[r[251][e]]=64256+e,t[64256+e]=r[251][e]);for(r[252]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆�".split(""),e=0;e!=r[252].length;++e)65533!==r[252][e].charCodeAt(0)&&(n[r[252][e]]=64512+e,t[64512+e]=r[252][e]);for(r[253]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰�".split(""),e=0;e!=r[253].length;++e)65533!==r[253][e].charCodeAt(0)&&(n[r[253][e]]=64768+e,t[64768+e]=r[253][e]);return{enc:n,dec:t}}(),n[950]=function(){var e,t=[],n={},r=[];for(r[0]="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[0].length;++e)65533!==r[0][e].charCodeAt(0)&&(n[r[0][e]]=0+e,t[0+e]=r[0][e]);for(r[161]="���������������������������������������������������������������� ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚����������������������������������﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢﹣﹤﹥﹦~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/�".split(""),e=0;e!=r[161].length;++e)65533!==r[161][e].charCodeAt(0)&&(n[r[161][e]]=41216+e,t[41216+e]=r[161][e]);for(r[162]="����������������������������������������������������������������\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁▂▃▄▅▆▇█▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭����������������������������������╮╰╯═╞╪╡◢◣◥◤╱╲╳0123456789ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ〡〢〣〤〥〦〧〨〩十卄卅ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuv�".split(""),e=0;e!=r[162].length;++e)65533!==r[162][e].charCodeAt(0)&&(n[r[162][e]]=41472+e,t[41472+e]=r[162][e]);for(r[163]="����������������������������������������������������������������wxyzΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρστυφχψωㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏ����������������������������������ㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦㄧㄨㄩ˙ˉˊˇˋ���������������������������������€������������������������������".split(""),e=0;e!=r[163].length;++e)65533!==r[163][e].charCodeAt(0)&&(n[r[163][e]]=41728+e,t[41728+e]=r[163][e]);for(r[164]="����������������������������������������������������������������一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才����������������������������������丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙�".split(""),e=0;e!=r[164].length;++e)65533!==r[164][e].charCodeAt(0)&&(n[r[164][e]]=41984+e,t[41984+e]=r[164][e]);for(r[165]="����������������������������������������������������������������世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外����������������������������������央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全�".split(""),e=0;e!=r[165].length;++e)65533!==r[165][e].charCodeAt(0)&&(n[r[165][e]]=42240+e,t[42240+e]=r[165][e]);for(r[166]="����������������������������������������������������������������共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年����������������������������������式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣�".split(""),e=0;e!=r[166].length;++e)65533!==r[166][e].charCodeAt(0)&&(n[r[166][e]]=42496+e,t[42496+e]=r[166][e]);for(r[167]="����������������������������������������������������������������作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍����������������������������������均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠�".split(""),e=0;e!=r[167].length;++e)65533!==r[167][e].charCodeAt(0)&&(n[r[167][e]]=42752+e,t[42752+e]=r[167][e]);for(r[168]="����������������������������������������������������������������杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒����������������������������������芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵�".split(""),e=0;e!=r[168].length;++e)65533!==r[168][e].charCodeAt(0)&&(n[r[168][e]]=43008+e,t[43008+e]=r[168][e]);for(r[169]="����������������������������������������������������������������咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居����������������������������������屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊�".split(""),e=0;e!=r[169].length;++e)65533!==r[169][e].charCodeAt(0)&&(n[r[169][e]]=43264+e,t[43264+e]=r[169][e]);for(r[170]="����������������������������������������������������������������昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠����������������������������������炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附�".split(""),e=0;e!=r[170].length;++e)65533!==r[170][e].charCodeAt(0)&&(n[r[170][e]]=43520+e,t[43520+e]=r[170][e]);for(r[171]="����������������������������������������������������������������陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品����������������������������������哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷�".split(""),e=0;e!=r[171].length;++e)65533!==r[171][e].charCodeAt(0)&&(n[r[171][e]]=43776+e,t[43776+e]=r[171][e]);for(r[172]="����������������������������������������������������������������拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗����������������������������������活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄�".split(""),e=0;e!=r[172].length;++e)65533!==r[172][e].charCodeAt(0)&&(n[r[172][e]]=44032+e,t[44032+e]=r[172][e]);for(r[173]="����������������������������������������������������������������耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥����������������������������������迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪�".split(""),e=0;e!=r[173].length;++e)65533!==r[173][e].charCodeAt(0)&&(n[r[173][e]]=44288+e,t[44288+e]=r[173][e]);for(r[174]="����������������������������������������������������������������哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙����������������������������������恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓�".split(""),e=0;e!=r[174].length;++e)65533!==r[174][e].charCodeAt(0)&&(n[r[174][e]]=44544+e,t[44544+e]=r[174][e]);for(r[175]="����������������������������������������������������������������浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷����������������������������������砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃�".split(""),e=0;e!=r[175].length;++e)65533!==r[175][e].charCodeAt(0)&&(n[r[175][e]]=44800+e,t[44800+e]=r[175][e]);for(r[176]="����������������������������������������������������������������虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡����������������������������������陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀�".split(""),e=0;e!=r[176].length;++e)65533!==r[176][e].charCodeAt(0)&&(n[r[176][e]]=45056+e,t[45056+e]=r[176][e]);for(r[177]="����������������������������������������������������������������娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽����������������������������������情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺�".split(""),e=0;e!=r[177].length;++e)65533!==r[177][e].charCodeAt(0)&&(n[r[177][e]]=45312+e,t[45312+e]=r[177][e]);for(r[178]="����������������������������������������������������������������毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶����������������������������������瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼�".split(""),e=0;e!=r[178].length;++e)65533!==r[178][e].charCodeAt(0)&&(n[r[178][e]]=45568+e,t[45568+e]=r[178][e]);for(r[179]="����������������������������������������������������������������莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途����������������������������������部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠�".split(""),e=0;e!=r[179].length;++e)65533!==r[179][e].charCodeAt(0)&&(n[r[179][e]]=45824+e,t[45824+e]=r[179][e]);for(r[180]="����������������������������������������������������������������婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍����������������������������������插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋�".split(""),e=0;e!=r[180].length;++e)65533!==r[180][e].charCodeAt(0)&&(n[r[180][e]]=46080+e,t[46080+e]=r[180][e]);for(r[181]="����������������������������������������������������������������溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘����������������������������������窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁�".split(""),e=0;e!=r[181].length;++e)65533!==r[181][e].charCodeAt(0)&&(n[r[181][e]]=46336+e,t[46336+e]=r[181][e]);for(r[182]="����������������������������������������������������������������詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑����������������������������������間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼�".split(""),e=0;e!=r[182].length;++e)65533!==r[182][e].charCodeAt(0)&&(n[r[182][e]]=46592+e,t[46592+e]=r[182][e]);for(r[183]="����������������������������������������������������������������媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業����������������������������������楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督�".split(""),e=0;e!=r[183].length;++e)65533!==r[183][e].charCodeAt(0)&&(n[r[183][e]]=46848+e,t[46848+e]=r[183][e]);for(r[184]="����������������������������������������������������������������睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫����������������������������������腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊�".split(""),e=0;e!=r[184].length;++e)65533!==r[184][e].charCodeAt(0)&&(n[r[184][e]]=47104+e,t[47104+e]=r[184][e]);for(r[185]="����������������������������������������������������������������辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴����������������������������������飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇�".split(""),e=0;e!=r[185].length;++e)65533!==r[185][e].charCodeAt(0)&&(n[r[185][e]]=47360+e,t[47360+e]=r[185][e]);for(r[186]="����������������������������������������������������������������愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢����������������������������������滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬�".split(""),e=0;e!=r[186].length;++e)65533!==r[186][e].charCodeAt(0)&&(n[r[186][e]]=47616+e,t[47616+e]=r[186][e]);for(r[187]="����������������������������������������������������������������罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤����������������������������������說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜�".split(""),e=0;e!=r[187].length;++e)65533!==r[187][e].charCodeAt(0)&&(n[r[187][e]]=47872+e,t[47872+e]=r[187][e]);for(r[188]="����������������������������������������������������������������劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂����������������������������������慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃�".split(""),e=0;e!=r[188].length;++e)65533!==r[188][e].charCodeAt(0)&&(n[r[188][e]]=48128+e,t[48128+e]=r[188][e]);for(r[189]="����������������������������������������������������������������瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯����������������������������������翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞�".split(""),e=0;e!=r[189].length;++e)65533!==r[189][e].charCodeAt(0)&&(n[r[189][e]]=48384+e,t[48384+e]=r[189][e]);for(r[190]="����������������������������������������������������������������輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉����������������������������������鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡�".split(""),e=0;e!=r[190].length;++e)65533!==r[190][e].charCodeAt(0)&&(n[r[190][e]]=48640+e,t[48640+e]=r[190][e]);for(r[191]="����������������������������������������������������������������濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊����������������������������������縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚�".split(""),e=0;e!=r[191].length;++e)65533!==r[191][e].charCodeAt(0)&&(n[r[191][e]]=48896+e,t[48896+e]=r[191][e]);for(r[192]="����������������������������������������������������������������錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇����������������������������������嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬�".split(""),e=0;e!=r[192].length;++e)65533!==r[192][e].charCodeAt(0)&&(n[r[192][e]]=49152+e,t[49152+e]=r[192][e]);for(r[193]="����������������������������������������������������������������瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪����������������������������������薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁�".split(""),e=0;e!=r[193].length;++e)65533!==r[193][e].charCodeAt(0)&&(n[r[193][e]]=49408+e,t[49408+e]=r[193][e]);for(r[194]="����������������������������������������������������������������駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘����������������������������������癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦�".split(""),e=0;e!=r[194].length;++e)65533!==r[194][e].charCodeAt(0)&&(n[r[194][e]]=49664+e,t[49664+e]=r[194][e]);for(r[195]="����������������������������������������������������������������鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸����������������������������������獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類�".split(""),e=0;e!=r[195].length;++e)65533!==r[195][e].charCodeAt(0)&&(n[r[195][e]]=49920+e,t[49920+e]=r[195][e]);for(r[196]="����������������������������������������������������������������願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼����������������������������������纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴�".split(""),e=0;e!=r[196].length;++e)65533!==r[196][e].charCodeAt(0)&&(n[r[196][e]]=50176+e,t[50176+e]=r[196][e]);for(r[197]="����������������������������������������������������������������護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬����������������������������������禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒�".split(""),e=0;e!=r[197].length;++e)65533!==r[197][e].charCodeAt(0)&&(n[r[197][e]]=50432+e,t[50432+e]=r[197][e]);for(r[198]="����������������������������������������������������������������讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲���������������������������������������������������������������������������������������������������������������������������������".split(""),e=0;e!=r[198].length;++e)65533!==r[198][e].charCodeAt(0)&&(n[r[198][e]]=50688+e,t[50688+e]=r[198][e]);for(r[201]="����������������������������������������������������������������乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕����������������������������������氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋�".split(""),e=0;e!=r[201].length;++e)65533!==r[201][e].charCodeAt(0)&&(n[r[201][e]]=51456+e,t[51456+e]=r[201][e]);for(r[202]="����������������������������������������������������������������汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘����������������������������������吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇�".split(""),e=0;e!=r[202].length;++e)65533!==r[202][e].charCodeAt(0)&&(n[r[202][e]]=51712+e,t[51712+e]=r[202][e]);for(r[203]="����������������������������������������������������������������杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓����������������������������������芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢�".split(""),e=0;e!=r[203].length;++e)65533!==r[203][e].charCodeAt(0)&&(n[r[203][e]]=51968+e,t[51968+e]=r[203][e]);for(r[204]="����������������������������������������������������������������坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋����������������������������������怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲�".split(""),e=0;e!=r[204].length;++e)65533!==r[204][e].charCodeAt(0)&&(n[r[204][e]]=52224+e,t[52224+e]=r[204][e]);for(r[205]="����������������������������������������������������������������泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺����������������������������������矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏�".split(""),e=0;e!=r[205].length;++e)65533!==r[205][e].charCodeAt(0)&&(n[r[205][e]]=52480+e,t[52480+e]=r[205][e]);for(r[206]="����������������������������������������������������������������哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛����������������������������������峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺�".split(""),e=0;e!=r[206].length;++e)65533!==r[206][e].charCodeAt(0)&&(n[r[206][e]]=52736+e,t[52736+e]=r[206][e]);for(r[207]="����������������������������������������������������������������柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂����������������������������������洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀�".split(""),e=0;e!=r[207].length;++e)65533!==r[207][e].charCodeAt(0)&&(n[r[207][e]]=52992+e,t[52992+e]=r[207][e]);for(r[208]="����������������������������������������������������������������穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪����������������������������������苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱�".split(""),e=0;e!=r[208].length;++e)65533!==r[208][e].charCodeAt(0)&&(n[r[208][e]]=53248+e,t[53248+e]=r[208][e]);for(r[209]="����������������������������������������������������������������唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧����������������������������������恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤�".split(""),e=0;e!=r[209].length;++e)65533!==r[209][e].charCodeAt(0)&&(n[r[209][e]]=53504+e,t[53504+e]=r[209][e]);for(r[210]="����������������������������������������������������������������毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸����������������������������������牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐�".split(""),e=0;e!=r[210].length;++e)65533!==r[210][e].charCodeAt(0)&&(n[r[210][e]]=53760+e,t[53760+e]=r[210][e]);for(r[211]="����������������������������������������������������������������笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢����������������������������������荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐�".split(""),e=0;e!=r[211].length;++e)65533!==r[211][e].charCodeAt(0)&&(n[r[211][e]]=54016+e,t[54016+e]=r[211][e]);for(r[212]="����������������������������������������������������������������酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅����������������������������������唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏�".split(""),e=0;e!=r[212].length;++e)65533!==r[212][e].charCodeAt(0)&&(n[r[212][e]]=54272+e,t[54272+e]=r[212][e]);for(r[213]="����������������������������������������������������������������崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟����������������������������������捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉�".split(""),e=0;e!=r[213].length;++e)65533!==r[213][e].charCodeAt(0)&&(n[r[213][e]]=54528+e,t[54528+e]=r[213][e]);for(r[214]="����������������������������������������������������������������淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏����������������������������������痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟�".split(""),e=0;e!=r[214].length;++e)65533!==r[214][e].charCodeAt(0)&&(n[r[214][e]]=54784+e,t[54784+e]=r[214][e]);for(r[215]="����������������������������������������������������������������耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷����������������������������������蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪�".split(""),e=0;e!=r[215].length;++e)65533!==r[215][e].charCodeAt(0)&&(n[r[215][e]]=55040+e,t[55040+e]=r[215][e]);for(r[216]="����������������������������������������������������������������釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷����������������������������������堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔�".split(""),e=0;e!=r[216].length;++e)65533!==r[216][e].charCodeAt(0)&&(n[r[216][e]]=55296+e,t[55296+e]=r[216][e]);for(r[217]="����������������������������������������������������������������惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒����������������������������������晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞�".split(""),e=0;e!=r[217].length;++e)65533!==r[217][e].charCodeAt(0)&&(n[r[217][e]]=55552+e,t[55552+e]=r[217][e]);for(r[218]="����������������������������������������������������������������湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖����������������������������������琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥�".split(""),e=0;e!=r[218].length;++e)65533!==r[218][e].charCodeAt(0)&&(n[r[218][e]]=55808+e,t[55808+e]=r[218][e]);for(r[219]="����������������������������������������������������������������罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳����������������������������������菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺�".split(""),e=0;e!=r[219].length;++e)65533!==r[219][e].charCodeAt(0)&&(n[r[219][e]]=56064+e,t[56064+e]=r[219][e]);for(r[220]="����������������������������������������������������������������軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈����������������������������������隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆�".split(""),e=0;e!=r[220].length;++e)65533!==r[220][e].charCodeAt(0)&&(n[r[220][e]]=56320+e,t[56320+e]=r[220][e]);for(r[221]="����������������������������������������������������������������媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤����������������������������������搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼�".split(""),e=0;e!=r[221].length;++e)65533!==r[221][e].charCodeAt(0)&&(n[r[221][e]]=56576+e,t[56576+e]=r[221][e]);for(r[222]="����������������������������������������������������������������毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓����������������������������������煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓�".split(""),e=0;e!=r[222].length;++e)65533!==r[222][e].charCodeAt(0)&&(n[r[222][e]]=56832+e,t[56832+e]=r[222][e]);for(r[223]="����������������������������������������������������������������稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯����������������������������������腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤�".split(""),e=0;e!=r[223].length;++e)65533!==r[223][e].charCodeAt(0)&&(n[r[223][e]]=57088+e,t[57088+e]=r[223][e]);for(r[224]="����������������������������������������������������������������觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿����������������������������������遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠�".split(""),e=0;e!=r[224].length;++e)65533!==r[224][e].charCodeAt(0)&&(n[r[224][e]]=57344+e,t[57344+e]=r[224][e]);for(r[225]="����������������������������������������������������������������凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠����������������������������������寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉�".split(""),e=0;e!=r[225].length;++e)65533!==r[225][e].charCodeAt(0)&&(n[r[225][e]]=57600+e,t[57600+e]=r[225][e]);for(r[226]="����������������������������������������������������������������榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊����������������������������������漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓�".split(""),e=0;e!=r[226].length;++e)65533!==r[226][e].charCodeAt(0)&&(n[r[226][e]]=57856+e,t[57856+e]=r[226][e]);for(r[227]="����������������������������������������������������������������禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞����������������������������������耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻�".split(""),e=0;e!=r[227].length;++e)65533!==r[227][e].charCodeAt(0)&&(n[r[227][e]]=58112+e,t[58112+e]=r[227][e]);for(r[228]="����������������������������������������������������������������裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍����������������������������������銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘�".split(""),e=0;e!=r[228].length;++e)65533!==r[228][e].charCodeAt(0)&&(n[r[228][e]]=58368+e,t[58368+e]=r[228][e]);for(r[229]="����������������������������������������������������������������噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉����������������������������������憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒�".split(""),e=0;e!=r[229].length;++e)65533!==r[229][e].charCodeAt(0)&&(n[r[229][e]]=58624+e,t[58624+e]=r[229][e]);for(r[230]="����������������������������������������������������������������澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙����������������������������������獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟�".split(""),e=0;e!=r[230].length;++e)65533!==r[230][e].charCodeAt(0)&&(n[r[230][e]]=58880+e,t[58880+e]=r[230][e]);for(r[231]="����������������������������������������������������������������膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢����������������������������������蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧�".split(""),e=0;e!=r[231].length;++e)65533!==r[231][e].charCodeAt(0)&&(n[r[231][e]]=59136+e,t[59136+e]=r[231][e]);for(r[232]="����������������������������������������������������������������踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓����������������������������������銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮�".split(""),e=0;e!=r[232].length;++e)65533!==r[232][e].charCodeAt(0)&&(n[r[232][e]]=59392+e,t[59392+e]=r[232][e]);for(r[233]="����������������������������������������������������������������噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺����������������������������������憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸�".split(""),e=0;e!=r[233].length;++e)65533!==r[233][e].charCodeAt(0)&&(n[r[233][e]]=59648+e,t[59648+e]=r[233][e]);for(r[234]="����������������������������������������������������������������澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙����������������������������������瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘�".split(""),e=0;e!=r[234].length;++e)65533!==r[234][e].charCodeAt(0)&&(n[r[234][e]]=59904+e,t[59904+e]=r[234][e]);for(r[235]="����������������������������������������������������������������蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠����������������������������������諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌�".split(""),e=0;e!=r[235].length;++e)65533!==r[235][e].charCodeAt(0)&&(n[r[235][e]]=60160+e,t[60160+e]=r[235][e]);for(r[236]="����������������������������������������������������������������錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕����������������������������������魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎�".split(""),e=0;e!=r[236].length;++e)65533!==r[236][e].charCodeAt(0)&&(n[r[236][e]]=60416+e,t[60416+e]=r[236][e]);for(r[237]="����������������������������������������������������������������檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶����������������������������������瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞�".split(""),e=0;e!=r[237].length;++e)65533!==r[237][e].charCodeAt(0)&&(n[r[237][e]]=60672+e,t[60672+e]=r[237][e]);for(r[238]="����������������������������������������������������������������蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞����������������������������������謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜�".split(""),e=0;e!=r[238].length;++e)65533!==r[238][e].charCodeAt(0)&&(n[r[238][e]]=60928+e,t[60928+e]=r[238][e]);for(r[239]="����������������������������������������������������������������鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰����������������������������������鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶�".split(""),e=0;e!=r[239].length;++e)65533!==r[239][e].charCodeAt(0)&&(n[r[239][e]]=61184+e,t[61184+e]=r[239][e]);for(r[240]="����������������������������������������������������������������璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒����������������������������������臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧�".split(""),e=0;e!=r[240].length;++e)65533!==r[240][e].charCodeAt(0)&&(n[r[240][e]]=61440+e,t[61440+e]=r[240][e]);for(r[241]="����������������������������������������������������������������蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪����������������������������������鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰�".split(""),e=0;e!=r[241].length;++e)65533!==r[241][e].charCodeAt(0)&&(n[r[241][e]]=61696+e,t[61696+e]=r[241][e]);for(r[242]="����������������������������������������������������������������徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛����������������������������������礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕�".split(""),e=0;e!=r[242].length;++e)65533!==r[242][e].charCodeAt(0)&&(n[r[242][e]]=61952+e,t[61952+e]=r[242][e]);for(r[243]="����������������������������������������������������������������譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦����������������������������������鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲�".split(""),e=0;e!=r[243].length;++e)65533!==r[243][e].charCodeAt(0)&&(n[r[243][e]]=62208+e,t[62208+e]=r[243][e]);for(r[244]="����������������������������������������������������������������嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩����������������������������������禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿�".split(""),e=0;e!=r[244].length;++e)65533!==r[244][e].charCodeAt(0)&&(n[r[244][e]]=62464+e,t[62464+e]=r[244][e]);for(r[245]="����������������������������������������������������������������鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛����������������������������������鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥�".split(""),e=0;e!=r[245].length;++e)65533!==r[245][e].charCodeAt(0)&&(n[r[245][e]]=62720+e,t[62720+e]=r[245][e]);for(r[246]="����������������������������������������������������������������蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺����������������������������������騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚�".split(""),e=0;e!=r[246].length;++e)65533!==r[246][e].charCodeAt(0)&&(n[r[246][e]]=62976+e,t[62976+e]=r[246][e]);for(r[247]="����������������������������������������������������������������糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊����������������������������������驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾�".split(""),e=0;e!=r[247].length;++e)65533!==r[247][e].charCodeAt(0)&&(n[r[247][e]]=63232+e,t[63232+e]=r[247][e]);for(r[248]="����������������������������������������������������������������讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏����������������������������������齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚�".split(""),e=0;e!=r[248].length;++e)65533!==r[248][e].charCodeAt(0)&&(n[r[248][e]]=63488+e,t[63488+e]=r[248][e]);for(r[249]="����������������������������������������������������������������纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊����������������������������������龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓�".split(""),e=0;e!=r[249].length;++e)65533!==r[249][e].charCodeAt(0)&&(n[r[249][e]]=63744+e,t[63744+e]=r[249][e]);return{enc:n,dec:t}}(),n[1250]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1251]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1252]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1253]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1254]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1255]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹ�ֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1256]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1257]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1258]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[1e4]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[10006]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[10007]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[10008]=function(){var e,t=[],n={},r=[];for(r[0]="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€���������������������������������������������������������������������������������������".split(""),e=0;e!=r[0].length;++e)65533!==r[0][e].charCodeAt(0)&&(n[r[0][e]]=0+e,t[0+e]=r[0][e]);for(r[161]="����������������������������������������������������������������������������������������������������������������������������������������������������������������� 、。・ˉˇ¨〃々―~�…‘’“”〔〕〈〉《》「」『』〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓�".split(""),e=0;e!=r[161].length;++e)65533!==r[161][e].charCodeAt(0)&&(n[r[161][e]]=41216+e,t[41216+e]=r[161][e]);for(r[162]="���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������⒈⒉⒊⒋⒌⒍⒎⒏⒐⒑⒒⒓⒔⒕⒖⒗⒘⒙⒚⒛⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂⒃⒄⒅⒆⒇①②③④⑤⑥⑦⑧⑨⑩��㈠㈡㈢㈣㈤㈥㈦㈧㈨㈩��ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ���".split(""),e=0;e!=r[162].length;++e)65533!==r[162][e].charCodeAt(0)&&(n[r[162][e]]=41472+e,t[41472+e]=r[162][e]);for(r[163]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������!"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|} ̄�".split(""),e=0;e!=r[163].length;++e)65533!==r[163][e].charCodeAt(0)&&(n[r[163][e]]=41728+e,t[41728+e]=r[163][e]);for(r[164]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん������������".split(""),e=0;e!=r[164].length;++e)65533!==r[164][e].charCodeAt(0)&&(n[r[164][e]]=41984+e,t[41984+e]=r[164][e]);for(r[165]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ���������".split(""),e=0;e!=r[165].length;++e)65533!==r[165][e].charCodeAt(0)&&(n[r[165][e]]=42240+e,t[42240+e]=r[165][e]);for(r[166]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ��������αβγδεζηθικλμνξοπρστυφχψω���������������������������������������".split(""),e=0;e!=r[166].length;++e)65533!==r[166][e].charCodeAt(0)&&(n[r[166][e]]=42496+e,t[42496+e]=r[166][e]);for(r[167]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ���������������абвгдеёжзийклмнопрстуфхцчшщъыьэюя��������������".split(""),e=0;e!=r[167].length;++e)65533!==r[167][e].charCodeAt(0)&&(n[r[167][e]]=42752+e,t[42752+e]=r[167][e]);for(r[168]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüê����������ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦㄧㄨㄩ����������������������".split(""),e=0;e!=r[168].length;++e)65533!==r[168][e].charCodeAt(0)&&(n[r[168][e]]=43008+e,t[43008+e]=r[168][e]);for(r[169]="��������������������������������������������������������������������������������������������������������������������������������������������������������������������─━│┃┄┅┆┇┈┉┊┋┌┍┎┏┐┑┒┓└┕┖┗┘┙┚┛├┝┞┟┠┡┢┣┤┥┦┧┨┩┪┫┬┭┮┯┰┱┲┳┴┵┶┷┸┹┺┻┼┽┾┿╀╁╂╃╄╅╆╇╈╉╊╋����������������".split(""),e=0;e!=r[169].length;++e)65533!==r[169][e].charCodeAt(0)&&(n[r[169][e]]=43264+e,t[43264+e]=r[169][e]);for(r[176]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥�".split(""),e=0;e!=r[176].length;++e)65533!==r[176][e].charCodeAt(0)&&(n[r[176][e]]=45056+e,t[45056+e]=r[176][e]);for(r[177]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳�".split(""),e=0;e!=r[177].length;++e)65533!==r[177][e].charCodeAt(0)&&(n[r[177][e]]=45312+e,t[45312+e]=r[177][e]);for(r[178]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖�".split(""),e=0;e!=r[178].length;++e)65533!==r[178][e].charCodeAt(0)&&(n[r[178][e]]=45568+e,t[45568+e]=r[178][e]);for(r[179]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚�".split(""),e=0;e!=r[179].length;++e)65533!==r[179][e].charCodeAt(0)&&(n[r[179][e]]=45824+e,t[45824+e]=r[179][e]);for(r[180]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮�".split(""),e=0;e!=r[180].length;++e)65533!==r[180][e].charCodeAt(0)&&(n[r[180][e]]=46080+e,t[46080+e]=r[180][e]);for(r[181]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠�".split(""),e=0;e!=r[181].length;++e)65533!==r[181][e].charCodeAt(0)&&(n[r[181][e]]=46336+e,t[46336+e]=r[181][e]);for(r[182]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二�".split(""),e=0;e!=r[182].length;++e)65533!==r[182][e].charCodeAt(0)&&(n[r[182][e]]=46592+e,t[46592+e]=r[182][e]);for(r[183]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服�".split(""),e=0;e!=r[183].length;++e)65533!==r[183][e].charCodeAt(0)&&(n[r[183][e]]=46848+e,t[46848+e]=r[183][e]);for(r[184]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹�".split(""),e=0;e!=r[184].length;++e)65533!==r[184][e].charCodeAt(0)&&(n[r[184][e]]=47104+e,t[47104+e]=r[184][e]);for(r[185]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈�".split(""),e=0;e!=r[185].length;++e)65533!==r[185][e].charCodeAt(0)&&(n[r[185][e]]=47360+e,t[47360+e]=r[185][e]);for(r[186]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖�".split(""),e=0;e!=r[186].length;++e)65533!==r[186][e].charCodeAt(0)&&(n[r[186][e]]=47616+e,t[47616+e]=r[186][e]);for(r[187]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕�".split(""),e=0;e!=r[187].length;++e)65533!==r[187][e].charCodeAt(0)&&(n[r[187][e]]=47872+e,t[47872+e]=r[187][e]);for(r[188]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件�".split(""),e=0;e!=r[188].length;++e)65533!==r[188][e].charCodeAt(0)&&(n[r[188][e]]=48128+e,t[48128+e]=r[188][e]);for(r[189]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸�".split(""),e=0;e!=r[189].length;++e)65533!==r[189][e].charCodeAt(0)&&(n[r[189][e]]=48384+e,t[48384+e]=r[189][e]);for(r[190]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻�".split(""),e=0;e!=r[190].length;++e)65533!==r[190][e].charCodeAt(0)&&(n[r[190][e]]=48640+e,t[48640+e]=r[190][e]);for(r[191]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀�".split(""),e=0;e!=r[191].length;++e)65533!==r[191][e].charCodeAt(0)&&(n[r[191][e]]=48896+e,t[48896+e]=r[191][e]);for(r[192]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐�".split(""),e=0;e!=r[192].length;++e)65533!==r[192][e].charCodeAt(0)&&(n[r[192][e]]=49152+e,t[49152+e]=r[192][e]);for(r[193]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿�".split(""),e=0;e!=r[193].length;++e)65533!==r[193][e].charCodeAt(0)&&(n[r[193][e]]=49408+e,t[49408+e]=r[193][e]);for(r[194]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫�".split(""),e=0;e!=r[194].length;++e)65533!==r[194][e].charCodeAt(0)&&(n[r[194][e]]=49664+e,t[49664+e]=r[194][e]);for(r[195]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸�".split(""),e=0;e!=r[195].length;++e)65533!==r[195][e].charCodeAt(0)&&(n[r[195][e]]=49920+e,t[49920+e]=r[195][e]);for(r[196]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁�".split(""),e=0;e!=r[196].length;++e)65533!==r[196][e].charCodeAt(0)&&(n[r[196][e]]=50176+e,t[50176+e]=r[196][e]);for(r[197]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗�".split(""),e=0;e!=r[197].length;++e)65533!==r[197][e].charCodeAt(0)&&(n[r[197][e]]=50432+e,t[50432+e]=r[197][e]);for(r[198]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐�".split(""),e=0;e!=r[198].length;++e)65533!==r[198][e].charCodeAt(0)&&(n[r[198][e]]=50688+e,t[50688+e]=r[198][e]);for(r[199]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠�".split(""),e=0;e!=r[199].length;++e)65533!==r[199][e].charCodeAt(0)&&(n[r[199][e]]=50944+e,t[50944+e]=r[199][e]);for(r[200]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁�".split(""),e=0;e!=r[200].length;++e)65533!==r[200][e].charCodeAt(0)&&(n[r[200][e]]=51200+e,t[51200+e]=r[200][e]);for(r[201]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳�".split(""),e=0;e!=r[201].length;++e)65533!==r[201][e].charCodeAt(0)&&(n[r[201][e]]=51456+e,t[51456+e]=r[201][e]);for(r[202]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱�".split(""),e=0;e!=r[202].length;++e)65533!==r[202][e].charCodeAt(0)&&(n[r[202][e]]=51712+e,t[51712+e]=r[202][e]);for(r[203]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔�".split(""),e=0;e!=r[203].length;++e)65533!==r[203][e].charCodeAt(0)&&(n[r[203][e]]=51968+e,t[51968+e]=r[203][e]);for(r[204]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃�".split(""),e=0;e!=r[204].length;++e)65533!==r[204][e].charCodeAt(0)&&(n[r[204][e]]=52224+e,t[52224+e]=r[204][e]);for(r[205]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威�".split(""),e=0;e!=r[205].length;++e)65533!==r[205][e].charCodeAt(0)&&(n[r[205][e]]=52480+e,t[52480+e]=r[205][e]);for(r[206]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺�".split(""),e=0;e!=r[206].length;++e)65533!==r[206][e].charCodeAt(0)&&(n[r[206][e]]=52736+e,t[52736+e]=r[206][e]);for(r[207]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓�".split(""),e=0;e!=r[207].length;++e)65533!==r[207][e].charCodeAt(0)&&(n[r[207][e]]=52992+e,t[52992+e]=r[207][e]);for(r[208]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄�".split(""),e=0;e!=r[208].length;++e)65533!==r[208][e].charCodeAt(0)&&(n[r[208][e]]=53248+e,t[53248+e]=r[208][e]);for(r[209]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶�".split(""),e=0;e!=r[209].length;++e)65533!==r[209][e].charCodeAt(0)&&(n[r[209][e]]=53504+e,t[53504+e]=r[209][e]);for(r[210]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐�".split(""),e=0;e!=r[210].length;++e)65533!==r[210][e].charCodeAt(0)&&(n[r[210][e]]=53760+e,t[53760+e]=r[210][e]);for(r[211]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉�".split(""),e=0;e!=r[211].length;++e)65533!==r[211][e].charCodeAt(0)&&(n[r[211][e]]=54016+e,t[54016+e]=r[211][e]);for(r[212]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧�".split(""),e=0;e!=r[212].length;++e)65533!==r[212][e].charCodeAt(0)&&(n[r[212][e]]=54272+e,t[54272+e]=r[212][e]);for(r[213]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政�".split(""),e=0;e!=r[213].length;++e)65533!==r[213][e].charCodeAt(0)&&(n[r[213][e]]=54528+e,t[54528+e]=r[213][e]);for(r[214]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑�".split(""),e=0;e!=r[214].length;++e)65533!==r[214][e].charCodeAt(0)&&(n[r[214][e]]=54784+e,t[54784+e]=r[214][e]);for(r[215]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座������".split(""),e=0;e!=r[215].length;++e)65533!==r[215][e].charCodeAt(0)&&(n[r[215][e]]=55040+e,t[55040+e]=r[215][e]);for(r[216]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝�".split(""),e=0;e!=r[216].length;++e)65533!==r[216][e].charCodeAt(0)&&(n[r[216][e]]=55296+e,t[55296+e]=r[216][e]);for(r[217]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼�".split(""),e=0;e!=r[217].length;++e)65533!==r[217][e].charCodeAt(0)&&(n[r[217][e]]=55552+e,t[55552+e]=r[217][e]);for(r[218]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺�".split(""),e=0;e!=r[218].length;++e)65533!==r[218][e].charCodeAt(0)&&(n[r[218][e]]=55808+e,t[55808+e]=r[218][e]);for(r[219]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝�".split(""),e=0;e!=r[219].length;++e)65533!==r[219][e].charCodeAt(0)&&(n[r[219][e]]=56064+e,t[56064+e]=r[219][e]);for(r[220]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥�".split(""),e=0;e!=r[220].length;++e)65533!==r[220][e].charCodeAt(0)&&(n[r[220][e]]=56320+e,t[56320+e]=r[220][e]);for(r[221]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺�".split(""),e=0;e!=r[221].length;++e)65533!==r[221][e].charCodeAt(0)&&(n[r[221][e]]=56576+e,t[56576+e]=r[221][e]);for(r[222]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖�".split(""),e=0;e!=r[222].length;++e)65533!==r[222][e].charCodeAt(0)&&(n[r[222][e]]=56832+e,t[56832+e]=r[222][e]);for(r[223]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼�".split(""),e=0;e!=r[223].length;++e)65533!==r[223][e].charCodeAt(0)&&(n[r[223][e]]=57088+e,t[57088+e]=r[223][e]);for(r[224]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼�".split(""),e=0;e!=r[224].length;++e)65533!==r[224][e].charCodeAt(0)&&(n[r[224][e]]=57344+e,t[57344+e]=r[224][e]);for(r[225]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺�".split(""),e=0;e!=r[225].length;++e)65533!==r[225][e].charCodeAt(0)&&(n[r[225][e]]=57600+e,t[57600+e]=r[225][e]);for(r[226]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧饨饩饪饫饬饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂�".split(""),e=0;e!=r[226].length;++e)65533!==r[226][e].charCodeAt(0)&&(n[r[226][e]]=57856+e,t[57856+e]=r[226][e]);for(r[227]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾�".split(""),e=0;e!=r[227].length;++e)65533!==r[227][e].charCodeAt(0)&&(n[r[227][e]]=58112+e,t[58112+e]=r[227][e]);for(r[228]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑�".split(""),e=0;e!=r[228].length;++e)65533!==r[228][e].charCodeAt(0)&&(n[r[228][e]]=58368+e,t[58368+e]=r[228][e]);for(r[229]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣�".split(""),e=0;e!=r[229].length;++e)65533!==r[229][e].charCodeAt(0)&&(n[r[229][e]]=58624+e,t[58624+e]=r[229][e]);for(r[230]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩�".split(""),e=0;e!=r[230].length;++e)65533!==r[230][e].charCodeAt(0)&&(n[r[230][e]]=58880+e,t[58880+e]=r[230][e]);for(r[231]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡缢缣缤缥缦缧缪缫缬缭缯缰缱缲缳缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬�".split(""),e=0;e!=r[231].length;++e)65533!==r[231][e].charCodeAt(0)&&(n[r[231][e]]=59136+e,t[59136+e]=r[231][e]);for(r[232]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹�".split(""),e=0;e!=r[232].length;++e)65533!==r[232][e].charCodeAt(0)&&(n[r[232][e]]=59392+e,t[59392+e]=r[232][e]);for(r[233]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋�".split(""),e=0;e!=r[233].length;++e)65533!==r[233][e].charCodeAt(0)&&(n[r[233][e]]=59648+e,t[59648+e]=r[233][e]);for(r[234]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰�".split(""),e=0;e!=r[234].length;++e)65533!==r[234][e].charCodeAt(0)&&(n[r[234][e]]=59904+e,t[59904+e]=r[234][e]);for(r[235]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻�".split(""),e=0;e!=r[235].length;++e)65533!==r[235][e].charCodeAt(0)&&(n[r[235][e]]=60160+e,t[60160+e]=r[235][e]);for(r[236]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐�".split(""),e=0;e!=r[236].length;++e)65533!==r[236][e].charCodeAt(0)&&(n[r[236][e]]=60416+e,t[60416+e]=r[236][e]);for(r[237]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨�".split(""),e=0;e!=r[237].length;++e)65533!==r[237][e].charCodeAt(0)&&(n[r[237][e]]=60672+e,t[60672+e]=r[237][e]);for(r[238]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶钷钸钹钺钼钽钿铄铈铉铊铋铌铍铎铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪�".split(""),e=0;e!=r[238].length;++e)65533!==r[238][e].charCodeAt(0)&&(n[r[238][e]]=60928+e,t[60928+e]=r[238][e]);for(r[239]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒锓锔锕锖锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤镥镦镧镨镩镪镫镬镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔�".split(""),e=0;e!=r[239].length;++e)65533!==r[239][e].charCodeAt(0)&&(n[r[239][e]]=61184+e,t[61184+e]=r[239][e]);for(r[240]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨鸩鸪鸫鸬鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦鹧鹨鹩鹪鹫鹬鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙�".split(""),e=0;e!=r[240].length;++e)65533!==r[240][e].charCodeAt(0)&&(n[r[240][e]]=61440+e,t[61440+e]=r[240][e]);for(r[241]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃�".split(""),e=0;e!=r[241].length;++e)65533!==r[241][e].charCodeAt(0)&&(n[r[241][e]]=61696+e,t[61696+e]=r[241][e]);for(r[242]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒�".split(""),e=0;e!=r[242].length;++e)65533!==r[242][e].charCodeAt(0)&&(n[r[242][e]]=61952+e,t[61952+e]=r[242][e]);for(r[243]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋�".split(""),e=0;e!=r[243].length;++e)65533!==r[243][e].charCodeAt(0)&&(n[r[243][e]]=62208+e,t[62208+e]=r[243][e]);for(r[244]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤�".split(""),e=0;e!=r[244].length;++e)65533!==r[244][e].charCodeAt(0)&&(n[r[244][e]]=62464+e,t[62464+e]=r[244][e]);for(r[245]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜�".split(""),e=0;e!=r[245].length;++e)65533!==r[245][e].charCodeAt(0)&&(n[r[245][e]]=62720+e,t[62720+e]=r[245][e]);for(r[246]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅龆龇龈龉龊龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞鲟鲠鲡鲢鲣鲥鲦鲧鲨鲩鲫鲭鲮鲰鲱鲲鲳鲴鲵鲶鲷鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋�".split(""),e=0;e!=r[246].length;++e)65533!==r[246][e].charCodeAt(0)&&(n[r[246][e]]=62976+e,t[62976+e]=r[246][e]);for(r[247]="�����������������������������������������������������������������������������������������������������������������������������������������������������������������鳌鳍鳎鳏鳐鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄�".split(""),e=0;e!=r[247].length;++e)65533!==r[247][e].charCodeAt(0)&&(n[r[247][e]]=63232+e,t[63232+e]=r[247][e]);return{enc:n,dec:t}}(),n[10029]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[10079]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),n[10081]=function(){for(var e="\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ",t=[],n={},r=0;r!=e.length;++r)65533!==e.charCodeAt(r)&&(n[e.charAt(r)]=r),t[r]=e.charAt(r);return{enc:n,dec:t}}(),e.exports&&"undefined"===typeof DO_NOT_EXPORT_CODEPAGE&&(e.exports=n),function(t,r){"use strict";if("undefined"===typeof n){var i=n;e.exports&&"undefined"===typeof DO_NOT_EXPORT_CODEPAGE?e.exports=r(i):t.cptable=r(i)}else n=r(n)}(this,(function(e){"use strict";var n={1200:"utf16le",1201:"utf16be",12e3:"utf32le",12001:"utf32be",16969:"utf64le",20127:"ascii",65e3:"utf7",65001:"utf8"},r=[874,1250,1251,1252,1253,1254,1255,1256,1e4],i=[932,936,949,950],a=[65001],o={},s={},l={},c={},u=function(e){return String.fromCharCode(e)},h=function(e){return e.charCodeAt(0)},d="undefined"!==typeof t,f=function(){};if(d){var p=!t.from;if(!p)try{t.from("foo","utf8")}catch(I){p=!0}f=p?function(e,n){return n?new t(e,n):new t(e)}:t.from.bind(t),t.allocUnsafe||(t.allocUnsafe=function(e){return new t(e)});var m=1024,g=t.allocUnsafe(m),v=function(e){for(var n=t.allocUnsafe(65536),r=0;r<65536;++r)n[r]=0;for(var i=Object.keys(e),a=i.length,o=0,s=i[o];o>10&1023)],i[s++]=r[56320+(1023&c)]));i=i.slice(0,s)}else for(i=t.allocUnsafe(a),o=0;o>8}return function(e){var n=e.length,r=0,a=0;if(2*n>m&&(m=2*n,g=t.allocUnsafe(m)),t.isBuffer(e))for(r=0;r>8}return function(e,n){var r=e.length,a=t.allocUnsafe(2*r),o=0,s=0,l=0,c=0,u=0;if("string"===typeof e){for(o=c=0;o0&&(a[c++]=i[s]);a=a.slice(0,c)}else if(t.isBuffer(e)){for(o=c=0;o0&&(a[c++]=i[s])):(l=s-65536,s=2*(55296+(l>>10&1023)),a[c++]=i[s+1]||i[s],i[s+1]>0&&(a[c++]=i[s]),s=2*(56320+(1023&l)),a[c++]=i[s+1]||i[s],i[s+1]>0&&(a[c++]=i[s]));a=a.slice(0,c)}else for(o=c=0;o0&&(a[c++]=i[s]);return n&&"buf"!==n?"arr"!==n?a.toString("binary"):[].slice.call(a):a}},_=function(n){var r,i=e[n].dec,a=t.allocUnsafe(131072),o=0,s=0,l=0,c=0;for(c=0;c<65536;++c)a[2*c]=255,a[2*c+1]=253;for(o=0;o>8);return function(e){var n=e.length,r=t.allocUnsafe(2*n),i=0,o=0,s=0;if(t.isBuffer(e))for(i=0;im&&(m=4*r,g=t.allocUnsafe(m));var o=0;r>=3&&239==n[0]&&187==n[1]&&191==n[2]&&(o=3);for(var s=1,l=0,c=0;o>8):(i-=65536,a=55296+(i>>10&1023),i=56320+(1023&i),g[l++]=255&a,g[l++]=a>>>8,g[l++]=255&i,g[l++]=i>>>8&255);return g.slice(0,l).toString("ucs2")},s[65001]=function(e,n){if(d&&t.isBuffer(e))return n&&"buf"!==n?"arr"!==n?e.toString("binary"):[].slice.call(e):e;var r=e.length,i=0,a=0,o=0,s="string"===typeof e;4*r>m&&(m=4*r,g=t.allocUnsafe(m));for(var l=0;l>6),g[o++]=128+(63&i)):i>=55296&&i<=57343?(i-=55296,++l,a=(s?e.charCodeAt(l):e[l].charCodeAt(0))-56320+(i<<10),g[o++]=240+(a>>>18&7),g[o++]=144+(a>>>12&63),g[o++]=128+(a>>>6&63),g[o++]=128+(63&a)):(g[o++]=224+(i>>12),g[o++]=128+(i>>6&63),g[o++]=128+(63&i));return n&&"buf"!==n?"arr"!==n?g.slice(0,o).toString("binary"):[].slice.call(g,0,o):g.slice(0,o)}}var w=function(){if(d){if(l[r[0]])return;var t=0,n=0;for(t=0;t255?(h[g]=p>>8,h[++g]=255&p):h[g]=255&p;else{if(!(y=n[i]))throw new Error("Unrecognized CP: "+i);switch(y){case"utf8":if(d&&b){h=f(a,y),g=h.length;break}for(m=0;m>6),h[++g]=128+(63&p)):p>=55296&&p<=57343?(p-=55296,v=(b?a.charCodeAt(++m):a[++m].charCodeAt(0))-56320+(p<<10),h[g]=240+(v>>>18&7),h[++g]=144+(v>>>12&63),h[++g]=128+(v>>>6&63),h[++g]=128+(63&v)):(h[g]=224+(p>>12),h[++g]=128+(p>>6&63),h[++g]=128+(63&p));break;case"ascii":if(d&&"string"===typeof a){h=f(a,y),g=h.length;break}for(m=0;m>8;break;case"utf16be":for(m=0;m>8,h[g++]=255&p;break;case"utf32le":for(m=0;m=55296&&p<=57343&&(p=65536+(p-55296<<10)+(a[++m].charCodeAt(0)-56320)),h[g++]=255&p,p>>=8,h[g++]=255&p,p>>=8,h[g++]=255&p,p>>=8,h[g++]=255&p;break;case"utf32be":for(m=0;m=55296&&p<=57343&&(p=65536+(p-55296<<10)+(a[++m].charCodeAt(0)-56320)),h[g+3]=255&p,p>>=8,h[g+2]=255&p,p>>=8,h[g+1]=255&p,p>>=8,h[g]=255&p,g+=4;break;case"utf7":for(m=0;m-1)h[g++]=_.charCodeAt(0);else{var w=r(1201,_);h[g++]=43,h[g++]=M.charCodeAt(w[0]>>2),h[g++]=M.charCodeAt(((3&w[0])<<4)+((w[1]||0)>>4)),h[g++]=M.charCodeAt(((15&w[1])<<2)+((w[2]||0)>>6)),h[g++]=45}else h[g++]=43,h[g++]=45}break;default:throw new Error("Unsupported magic: "+i+" "+n[i])}}return h=h.slice(0,g),d?o&&"buf"!==o?"arr"!==o?h.toString("binary"):[].slice.call(h):h:"str"==o?h.map(u).join(""):h},L=function r(i,a){var o;if(o=l[i])return o(a);if("string"===typeof a)return r(i,a.split("").map(h));var s,c=a.length,u=new Array(c),f="",p=0,m=0,g=1,v=0,A=0,y=e[i],b="";if(y&&(s=y.dec))for(m=0;m=3&&239==a[0]&&187==a[1]&&191==a[2]&&(m=3);m>10&1023),p=56320+(1023&p),u[v++]=String.fromCharCode(A)),u[v++]=String.fromCharCode(p);break;case"ascii":if(d&&t.isBuffer(a))return a.toString(b);for(m=0;m=2&&255==a[0]&&254==a[1]&&(m=2),d&&t.isBuffer(a))return a.toString(b);for(g=2;m+1=2&&254==a[0]&&255==a[1]&&(m=2),g=2;m+1=4&&255==a[0]&&254==a[1]&&0===a[2]&&0===a[3]&&(m=4),g=4;m65535?(p-=65536,u[v++]=String.fromCharCode(55296+(p>>10&1023)),u[v++]=String.fromCharCode(56320+(1023&p))):u[v++]=String.fromCharCode(p);break;case"utf32be":for(c>=4&&255==a[3]&&254==a[2]&&0===a[1]&&0===a[0]&&(m=4),g=4;m65535?(p-=65536,u[v++]=String.fromCharCode(55296+(p>>10&1023)),u[v++]=String.fromCharCode(56320+(1023&p))):u[v++]=String.fromCharCode(p);break;case"utf7":for(c>=4&&43==a[0]&&47==a[1]&&118==a[2]&&(c>=5&&56==a[3]&&45==a[4]?m=5:56!=a[3]&&57!=a[3]&&43!=a[3]&&47!=a[3]||(m=4));m>4,w.push(C),B=M.indexOf(String.fromCharCode(a[m+L++])),-1===B)break;if(S=(15&T)<<4|B>>2,w.push(S),D=M.indexOf(String.fromCharCode(a[m+L++])),-1===D)break;k=(3&B)<<6|D,D<64&&w.push(k)}for(x=r(1201,w),L=0;Ld;d++)if(p=x(e[d]),p&&p instanceof c)return p;return new c(!1)}u=h.call(e)}m=u.next;while(!(g=m.call(u)).done){try{p=x(g.value)}catch(C){throw l(u),C}if("object"==typeof p&&p&&p instanceof c)return p}return new c(!1)}},"22f8":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"23cb":function(e,t,n){var r=n("a691"),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},"23e7":function(e,t,n){var r=n("da84"),i=n("06cf").f,a=n("9112"),o=n("6eeb"),s=n("ce4e"),l=n("e893"),c=n("94ca");e.exports=function(e,t){var n,u,h,d,f,p,m=e.target,g=e.global,v=e.stat;if(u=g?r:v?r[m]||s(m,{}):(r[m]||{}).prototype,u)for(h in t){if(f=t[h],e.noTargetGet?(p=i(u,h),d=p&&p.value):d=u[h],n=c(g?h:m+(v?".":"#")+h,e.forced),!n&&void 0!==d){if(typeof f===typeof d)continue;l(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(u,h,f,e)}}},"241c":function(e,t,n){var r=n("ca84"),i=n("7839"),a=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},2421:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},2444:function(e,t,n){"use strict";(function(t){var r=n("c532"),i=n("c8af"),a={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function s(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t))&&(e=n("b50d")),e}var l={adapter:s(),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(a)})),e.exports=l}).call(this,n("4362"))},"24a5":function(e,t,n){var r=n("a44c");function i(e,t,n,i){if(r(e)&&e.copyWithin)return e.copyWithin(t,n,i);var a,o,s=t>>0,l=n>>0,c=e.length,u=arguments.length>3?i>>0:c;if(s=0?s:c+s,s>=0&&(l=l>=0?l:c+l,u=u>=0?u:c+u,l1?arguments[1]:void 0)}})},2554:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"258e":function(e,t,n){var r=n("3703");function i(e,t,n){var i=0,a=[];return n=n||this,function(){var o=arguments;i++,i1?arguments[1]:void 0)}))},"25b3":function(e,t){function n(e,t,n){if(e)if(e.forEach)e.forEach(t,n);else for(var r=0,i=e.length;r10&&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}))},2742:function(e,t,n){var r=n("a44c"),i=n("7b36"),a=n("5b18");function o(e,t,n){return e?(r(e)?i:a)(e,t,n):e}e.exports=o},"27ad":function(e,t,n){var r=n("6deb"),i=n("3ae2");function a(e){return r(e)&&!isNaN(i(e))}e.exports=a},"27e0":function(e,t,n){"use strict";var r="yyyy-MM-dd HH:mm:ss",i={treeOptions:{parentKey:"parentId",key:"id",children:"children"},formatDate:r+".SSSZ",formatString:r,dateDiffRules:[["yyyy",31536e6],["MM",2592e6],["dd",864e5],["HH",36e5],["mm",6e4],["ss",1e3],["S",0]]};e.exports=i},2877:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},2909:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n("6b75");function i(e){if(Array.isArray(e))return Object(r["a"])(e)}n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("a630");function a(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}var o=n("06c5");function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function l(e){return i(e)||a(e)||Object(o["a"])(e)||s()}},2921:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".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 trước 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",w:"một tuần",ww:"%d tuần",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}))},"293c":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"294d":function(e,t,n){var r=n("25b3"),i=n("6815"),a=n("a44c"),o=n("e643"),s=Object.assign;function l(e,t,n){for(var a,s=t.length,l=1;l1)return e=a(e[1])?[]:{},l(e,t,!0)}return e};e.exports=c},2954:function(e,t,n){"use strict";var r=n("ebb5"),i=n("4840"),a=n("d039"),o=r.aTypedArray,s=r.aTypedArrayConstructor,l=r.exportTypedArrayMethod,c=[].slice,u=a((function(){new Int8Array(1).slice()}));l("slice",(function(e,t){var n=c.call(o(this),e,t),r=i(this,this.constructor),a=0,l=n.length,u=new(s(r))(l);while(l>a)u[a]=n[a++];return u}),u)},"299c":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=131)}({131:function(e,t,n){"use strict";n.r(t);var r=n(5),i=n.n(r),a=n(17),o=n.n(a),s=n(2),l=n(3),c=n(7),u=n.n(c),h={name:"ElTooltip",mixins:[i.a],props:{openDelay:{type:Number,default:0},disabled:Boolean,manual:Boolean,effect:{type:String,default:"dark"},arrowOffset:{type:Number,default:0},popperClass:String,content:String,visibleArrow:{default:!0},transition:{type:String,default:"el-fade-in-linear"},popperOptions:{default:function(){return{boundariesPadding:10,gpuAcceleration:!1}}},enterable:{type:Boolean,default:!0},hideAfter:{type:Number,default:0},tabindex:{type:Number,default:0}},data:function(){return{tooltipId:"el-tooltip-"+Object(l["generateId"])(),timeoutPending:null,focusing:!1}},beforeCreate:function(){var e=this;this.$isServer||(this.popperVM=new u.a({data:{node:""},render:function(e){return this.node}}).$mount(),this.debounceClose=o()(200,(function(){return e.handleClosePopper()})))},render:function(e){var t=this;this.popperVM&&(this.popperVM.node=e("transition",{attrs:{name:this.transition},on:{afterLeave:this.doDestroy}},[e("div",{on:{mouseleave:function(){t.setExpectedState(!1),t.debounceClose()},mouseenter:function(){t.setExpectedState(!0)}},ref:"popper",attrs:{role:"tooltip",id:this.tooltipId,"aria-hidden":this.disabled||!this.showPopper?"true":"false"},directives:[{name:"show",value:!this.disabled&&this.showPopper}],class:["el-tooltip__popper","is-"+this.effect,this.popperClass]},[this.$slots.content||this.content])]));var n=this.getFirstElement();if(!n)return null;var r=n.data=n.data||{};return r.staticClass=this.addTooltipClass(r.staticClass),n},mounted:function(){var e=this;this.referenceElm=this.$el,1===this.$el.nodeType&&(this.$el.setAttribute("aria-describedby",this.tooltipId),this.$el.setAttribute("tabindex",this.tabindex),Object(s["on"])(this.referenceElm,"mouseenter",this.show),Object(s["on"])(this.referenceElm,"mouseleave",this.hide),Object(s["on"])(this.referenceElm,"focus",(function(){if(e.$slots.default&&e.$slots.default.length){var t=e.$slots.default[0].componentInstance;t&&t.focus?t.focus():e.handleFocus()}else e.handleFocus()})),Object(s["on"])(this.referenceElm,"blur",this.handleBlur),Object(s["on"])(this.referenceElm,"click",this.removeFocusing)),this.value&&this.popperVM&&this.popperVM.$nextTick((function(){e.value&&e.updatePopper()}))},watch:{focusing:function(e){e?Object(s["addClass"])(this.referenceElm,"focusing"):Object(s["removeClass"])(this.referenceElm,"focusing")}},methods:{show:function(){this.setExpectedState(!0),this.handleShowPopper()},hide:function(){this.setExpectedState(!1),this.debounceClose()},handleFocus:function(){this.focusing=!0,this.show()},handleBlur:function(){this.focusing=!1,this.hide()},removeFocusing:function(){this.focusing=!1},addTooltipClass:function(e){return e?"el-tooltip "+e.replace("el-tooltip",""):"el-tooltip"},handleShowPopper:function(){var e=this;this.expectedState&&!this.manual&&(clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.showPopper=!0}),this.openDelay),this.hideAfter>0&&(this.timeoutPending=setTimeout((function(){e.showPopper=!1}),this.hideAfter)))},handleClosePopper:function(){this.enterable&&this.expectedState||this.manual||(clearTimeout(this.timeout),this.timeoutPending&&clearTimeout(this.timeoutPending),this.showPopper=!1,this.disabled&&this.doDestroy())},setExpectedState:function(e){!1===e&&clearTimeout(this.timeoutPending),this.expectedState=e},getFirstElement:function(){var e=this.$slots.default;if(!Array.isArray(e))return null;for(var t=null,n=0;n.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}")}catch(t){console&&console.log(t)}}!function(t){function n(){a||(a=!0,r())}var r,i,a,o;document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):document.addEventListener("DOMContentLoaded",(function e(){document.removeEventListener("DOMContentLoaded",e,!1),t()}),!1):document.attachEvent&&(r=t,i=e.document,a=!1,(o=function(){try{i.documentElement.doScroll("left")}catch(e){return void setTimeout(o,50)}n()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,n())})}((function(){var e,t,r,i,a,o;(e=document.createElement("div")).innerHTML=n,n=null,(t=e.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",r=t,(i=document.body).firstChild?(a=r,(o=i.firstChild).parentNode.insertBefore(a,o)):i.appendChild(r))}))}(window)},function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{ref:"button",staticClass:"u-button",class:[["icon-"+e.position],e.typeStyle,e.sizeStyle,e.plainStyle,e.dangerStyle,e.dashedStyle,e.loadingStyle,e.circleStyle],style:e.roundStyle,attrs:{disabled:e.disabled||e.loading},on:{click:e.onClick,focus:e.focusOn,blur:e.blurIt}},[e.icon||e.loading?n("u-icon",{class:{loading:e.loading},style:e.disabledStyle,attrs:{name:e.loading?"loading":e.icon,color:e.color}}):e._e(),n("span",{staticClass:"u-button-content",style:e.disabledStyle},[e._t("default")],2)],1)};r._withStripped=!0;var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticClass:"u-icon",class:{loading:e.loading},style:{fill:""+e.color,fontSize:e.fontWidth},on:{click:function(t){return e.$emit("click",t)}}},[n("use",{attrs:{"xlink:href":"#icon-"+e.name}})])};function a(e,t,n,r,i,a,o,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}i._withStripped=!0,n(4);var o=a({name:"u-icon",props:{name:name,fontSize:{type:Number|String,default:"1em "},color:{type:String},loading:{type:Boolean,default:!1}},computed:{fontWidth:function(){return e=this.fontSize,"[object String]"===Object.prototype.toString.call(e)?this.fontSize:function(e){return"[object Number]"===Object.prototype.toString.call(e)}(this.fontWidth)?this.fontSize+"px":new Error("fontSize must be Number or String");var e}}},i,[],!1,null,null,null);o.options.__file="packages/icon/src/icon.vue";var s=o.exports,l=a({name:"u-button",components:{"u-icon":s},methods:{onClick:function(){this.$emit("click"),this.dangerAnimation()},dangerAnimation:function(){var e=this.$refs.button.classList;e.remove("loop"),e.add("loop"),setTimeout((function(){e.remove("loop")}),300)},focusOn:function(){},blurIt:function(){}},computed:{disabledStyle:function(){if(this.disabled)return"pointer-events: none;"},typeStyle:function(){if(this.type)return"type-"+this.type},sizeStyle:function(){if(this.size)return"size-"+this.size},roundStyle:function(){if(this.round)return"border-radius:21px;"},circleStyle:function(){if(this.circle)return"circle"},plainStyle:function(){if(this.plain)return"plain"},dangerStyle:function(){if(this.danger)return"danger"},dashedStyle:function(){if(this.dashed)return"dashed"},loadingStyle:function(){if(this.loading)return"loadingCloak"}},props:{icon:{type:String},disabled:{type:Boolean,default:!1},type:{type:String,validator:function(e){return["primary","success","warn","error","info"].indexOf(e)>-1}},plain:{type:Boolean,default:!1},dashed:{type:Boolean,default:!1},size:{type:String,default:"medium",validator:function(e){return["big","medium","small","mini"].indexOf(e)>-1}},round:{type:Boolean,default:!1},color:{type:String,default:function(){return this.type?"white":"black"}},loading:{type:Boolean,default:!1},danger:{type:Boolean,default:!1},position:{type:String,default:"left",validator:function(e){return!("left"!==e&&"right"!==e)}},circle:{type:Boolean,default:!1}}},r,[],!1,null,null,null);l.options.__file="packages/button/src/button.vue";var c=l.exports;c.install=function(e){e.component(c.name,c)};var u=c;s.install=function(e){e.component(s.name,s)};var h=s,d=n(0);d.UTableColumn.install=function(e){e.component(d.UTableColumn.name,d.UTableColumn)};var f=d.UTableColumn;d.UTable.install=function(e){e.component(d.UTable.name,d.UTable)};var p=d.UTable;d.UxGrid.install=function(e){e.component(d.UxGrid.name,d.UxGrid)};var m=d.UxGrid;d.UxTableColumn.install=function(e){e.component(d.UxTableColumn.name,d.UxTableColumn)};var g=d.UxTableColumn,v=n(1),A=n.n(v),y=n(2),b=n.n(y),_=[u,h,f,p,m,g],w=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};A.a.use(t.locale),A.a.i18n(t.i18n),b.a.use(t.locale),_.forEach((function(t){e.component(t.name,t)})),e.prototype.$UMYUI={size:t.size||"",zIndex:t.zIndex||2e3}};"undefined"!=typeof window&&window.Vue&&w(window.Vue),t.default={version:"1.1.6",locale:A.a.use,i18n:A.a.i18n,install:w,Button:u,Icon:h,UTableColumn:f,UTable:p,UxGrid:m,UxTableColumn:g}}]).default},"29b2":function(e,t,n){var r=n("9a21");function i(e,t,n){var i=[];if(e&&t){if(e.filter)return e.filter(t,n);r(e,(function(r,a){t.call(n,r,a,e)&&i.push(r)}))}return i}e.exports=i},"29e9":function(e,t,n){"use strict";t.__esModule=!0;n("d803");t.default={mounted:function(){},methods:{getMigratingConfig:function(){return{props:{},events:{}}}}}},"2a5e":function(e,t,n){"use strict";t.__esModule=!0,t.default=o;var r=n("2b0e"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!i.default.prototype.$isServer)if(t){var n=[],r=t.offsetParent;while(r&&e!==r&&e.contains(r))n.push(r),r=r.offsetParent;var a=t.offsetTop+n.reduce((function(e,t){return e+t.offsetTop}),0),o=a+t.offsetHeight,s=e.scrollTop,l=s+e.clientHeight;al&&(e.scrollTop=o-e.clientHeight)}else e.scrollTop=0}},"2a62":function(e,t,n){var r=n("825a");e.exports=function(e){var t=e["return"];if(void 0!==t)return r(t.call(e)).value}},"2ae6":function(e,t,n){var r=n("62e1"),i=n("fedd"),a=n("27ad"),o=n("b267");function s(e,t){return e=i(e),a(e)?o(r(e,t))?366:365:NaN}e.exports=s},"2b0e":function(e,t,n){"use strict";n.r(t),function(e){ +/*! + * Vue.js v2.6.12 + * (c) 2014-2020 Evan You + * Released under the MIT License. + */ +var n=Object.freeze({});function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function a(e){return!0===e}function o(e){return!1===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function l(e){return null!==e&&"object"===typeof e}var c=Object.prototype.toString;function u(e){return"[object Object]"===c.call(e)}function h(e){return"[object RegExp]"===c.call(e)}function d(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function f(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function p(e){return null==e?"":Array.isArray(e)||u(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function b(e,t){return y.call(e,t)}function _(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var w=/-(\w)/g,x=_((function(e){return e.replace(w,(function(e,t){return t?t.toUpperCase():""}))})),C=_((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),S=/\B([A-Z])/g,k=_((function(e){return e.replace(S,"-$1").toLowerCase()}));function M(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 E(e,t){return e.bind(t)}var T=Function.prototype.bind?E:M;function B(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function D(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n0,ne=Z&&Z.indexOf("edge/")>0,re=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===J),ie=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),ae={}.watch,oe=!1;if(X)try{var se={};Object.defineProperty(se,"passive",{get:function(){oe=!0}}),window.addEventListener("test-passive",null,se)}catch(xo){}var le=function(){return void 0===K&&(K=!X&&!q&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),K},ce=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var he,de="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);he="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 fe=O,pe=0,me=function(){this.id=pe++,this.subs=[]};me.prototype.addSub=function(e){this.subs.push(e)},me.prototype.removeSub=function(e){A(this.subs,e)},me.prototype.depend=function(){me.target&&me.target.addDep(this)},me.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t-1)if(a&&!b(i,"default"))o=!1;else if(""===o||o===k(e)){var l=et(String,i.type);(l<0||s0&&(o=Mt(o,(t||"")+"_"+n),kt(o[0])&&kt(c)&&(u[l]=we(c.text+o[0].text),o.shift()),u.push.apply(u,o)):s(o)?kt(c)?u[l]=we(c.text+o):""!==o&&u.push(we(o)):kt(o)&&kt(c)?u[l]=we(c.text+o.text):(a(e._isVList)&&i(o.tag)&&r(o.key)&&i(t)&&(o.key="__vlist"+t+"_"+n+"__"),u.push(o)));return u}function Et(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function Tt(e){var t=Bt(e.$options.inject,e);t&&(Te(!1),Object.keys(t).forEach((function(n){Ie(e,n,t[n])})),Te(!0))}function Bt(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 l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=It(t,l,e[l]))}else i={};for(var c in t)c in i||(i[c]=Ft(t,c));return e&&Object.isExtensible(e)&&(e._normalized=i),Q(i,"$stable",o),Q(i,"$key",s),Q(i,"$hasNormal",a),i}function It(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]:St(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 Ft(e,t){return function(){return e[t]}}function Nt(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;r1?B(n):n;for(var r=B(arguments,1),i='event handler for "'+e+'"',a=0,o=n.length;adocument.createEvent("Event").timeStamp&&(Kn=function(){return Gn.now()})}function Xn(){var e,t;for(Wn=Kn(),jn=!0,Un.sort((function(e,t){return e.id-t.id})),Qn=0;QnQn&&Un[n].id>e.id)n--;Un.splice(n+1,0,e)}else Un.push(e);$n||($n=!0,pt(Xn))}}var tr=0,nr=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=++tr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new he,this.newDepIds=new he,this.expression="","function"===typeof t?this.getter=t:(this.getter=W(t),this.getter||(this.getter=O)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var e;ve(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(xo){if(!this.user)throw xo;tt(xo,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&>(e),Ae(),this.cleanupDeps()}return e},nr.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))},nr.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},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():er(this)},nr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||l(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(xo){tt(xo,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||A(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:O,set:O};function ir(e,t,n){rr.get=function(){return this[t][n]},rr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,rr)}function ar(e){e._watchers=[];var t=e.$options;t.props&&or(e,t.props),t.methods&&pr(e,t.methods),t.data?sr(e):Oe(e._data={},!0),t.computed&&ur(e,t.computed),t.watch&&t.watch!==ae&&mr(e,t.watch)}function or(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;a||Te(!1);var o=function(a){i.push(a);var o=Xe(a,t,n,e);Ie(r,a,o),a in e||ir(e,"_props",a)};for(var s in t)o(s);Te(!0)}function sr(e){var t=e.$options.data;t=e._data="function"===typeof t?lr(t,e):t||{},u(t)||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);while(i--){var a=n[i];0,r&&b(r,a)||j(a)||ir(e,"_data",a)}Oe(t,!0)}function lr(e,t){ve();try{return e.call(t,t)}catch(xo){return tt(xo,t,"data()"),{}}finally{Ae()}}var cr={lazy:!0};function ur(e,t){var n=e._computedWatchers=Object.create(null),r=le();for(var i in t){var a=t[i],o="function"===typeof a?a:a.get;0,r||(n[i]=new nr(e,o||O,O,cr)),i in e||hr(e,i,a)}}function hr(e,t,n){var r=!le();"function"===typeof n?(rr.get=r?dr(t):fr(n),rr.set=O):(rr.get=n.get?r&&!1!==n.cache?dr(t):fr(n.get):O,rr.set=n.set||O),Object.defineProperty(e,t,rr)}function dr(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),me.target&&t.depend(),t.value}}function fr(e){return function(){return e.call(this,this)}}function pr(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?O:T(t[n],e)}function mr(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=B(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 Sr(e){e.mixin=function(e){return this.options=Ke(this.options,e),this}}function kr(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;var o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=Ke(n.options,e),o["super"]=n,o.options.props&&Mr(o),o.options.computed&&Er(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=D({},o.options),i[r]=o,o}}function Mr(e){var t=e.options.props;for(var n in t)ir(e.prototype,"_props",n)}function Er(e){var t=e.options.computed;for(var n in t)hr(e.prototype,n,t[n])}function Tr(e){U.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&u(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 Br(e){return e&&(e.Ctor.options.name||e.tag)}function Dr(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!h(e)&&e.test(t)}function Lr(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=Br(o.componentOptions);s&&!t(s)&&Or(n,a,r,i)}}}function Or(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,A(n,t)}yr(xr),vr(xr),Tn(xr),On(xr),An(xr);var Ir=[String,RegExp,Array],Fr={name:"keep-alive",abstract:!0,props:{include:Ir,exclude:Ir,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Or(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Lr(e,(function(e){return Dr(t,e)}))})),this.$watch("exclude",(function(t){Lr(e,(function(e){return!Dr(t,e)}))}))},render:function(){var e=this.$slots.default,t=xn(e),n=t&&t.componentOptions;if(n){var r=Br(n),i=this,a=i.include,o=i.exclude;if(a&&(!r||!Dr(a,r))||o&&r&&Dr(o,r))return t;var s=this,l=s.cache,c=s.keys,u=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[u]?(t.componentInstance=l[u].componentInstance,A(c,u),c.push(u)):(l[u]=t,c.push(u),this.max&&c.length>parseInt(this.max)&&Or(l,c[0],c,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Nr={KeepAlive:Fr};function Pr(e){var t={get:function(){return Y}};Object.defineProperty(e,"config",t),e.util={warn:fe,extend:D,mergeOptions:Ke,defineReactive:Ie},e.set=Fe,e.delete=Ne,e.nextTick=pt,e.observable=function(e){return Oe(e),e},e.options=Object.create(null),U.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,D(e.options.components,Nr),Cr(e),Sr(e),kr(e),Tr(e)}Pr(xr),Object.defineProperty(xr.prototype,"$isServer",{get:le}),Object.defineProperty(xr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(xr,"FunctionalRenderContext",{value:qt}),xr.version="2.6.12";var Rr=g("style,class"),Hr=g("input,textarea,option,select,progress"),Ur=function(e,t,n){return"value"===n&&Hr(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},zr=g("contenteditable,draggable,spellcheck"),Yr=g("events,caret,typing,plaintext-only"),$r=function(e,t){return Kr(t)||"false"===t?"false":"contenteditable"===e&&Yr(t)?t:"true"},jr=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Qr="http://www.w3.org/1999/xlink",Vr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Wr=function(e){return Vr(e)?e.slice(6,e.length):""},Kr=function(e){return null==e||!1===e};function Gr(e){var t=e.data,n=e,r=e;while(i(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(t=Xr(r.data,t));while(i(n=n.parent))n&&n.data&&(t=Xr(t,n.data));return qr(t.staticClass,t.class)}function Xr(e,t){return{staticClass:Jr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function qr(e,t){return i(e)||i(t)?Jr(e,Zr(t)):""}function Jr(e,t){return e?t?e+" "+t:e:t||""}function Zr(e){return Array.isArray(e)?ei(e):l(e)?ti(e):"string"===typeof e?e:""}function ei(e){for(var t,n="",r=0,a=e.length;r-1?si[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:si[e]=/HTMLUnknownElement/.test(t.toString())}var ci=g("text,number,password,search,email,tel,url");function ui(e){if("string"===typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function hi(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function di(e,t){return document.createElementNS(ni[e],t)}function fi(e){return document.createTextNode(e)}function pi(e){return document.createComment(e)}function mi(e,t,n){e.insertBefore(t,n)}function gi(e,t){e.removeChild(t)}function vi(e,t){e.appendChild(t)}function Ai(e){return e.parentNode}function yi(e){return e.nextSibling}function bi(e){return e.tagName}function _i(e,t){e.textContent=t}function wi(e,t){e.setAttribute(t,"")}var xi=Object.freeze({createElement:hi,createElementNS:di,createTextNode:fi,createComment:pi,insertBefore:mi,removeChild:gi,appendChild:vi,parentNode:Ai,nextSibling:yi,tagName:bi,setTextContent:_i,setStyleScope:wi}),Ci={create:function(e,t){Si(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Si(e,!0),Si(t))},destroy:function(e){Si(e,!0)}};function Si(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,o=r.$refs;t?Array.isArray(o[n])?A(o[n],a):o[n]===a&&(o[n]=void 0):e.data.refInFor?Array.isArray(o[n])?o[n].indexOf(a)<0&&o[n].push(a):o[n]=[a]:o[n]=a}}var ki=new ye("",{},[]),Mi=["create","activate","update","remove","destroy"];function Ei(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&Ti(e,t)||a(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Ti(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||ci(r)&&ci(a)}function Bi(e,t,n){var r,a,o={};for(r=t;r<=n;++r)a=e[r].key,i(a)&&(o[a]=r);return o}function Di(e){var t,n,o={},l=e.modules,c=e.nodeOps;for(t=0;tm?(h=r(n[A+1])?null:n[A+1].elm,x(e,h,n,p,A,a)):p>A&&S(t,d,m)}function E(e,t,n,r){for(var a=n;a-1?Yi(e,t,n):jr(t)?Kr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):zr(t)?e.setAttribute(t,$r(t,n)):Vr(t)?Kr(n)?e.removeAttributeNS(Qr,Wr(t)):e.setAttributeNS(Qr,t,n):Yi(e,t,n)}function Yi(e,t,n){if(Kr(n))e.removeAttribute(t);else{if(ee&&!te&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var $i={create:Ui,update:Ui};function ji(e,t){var n=t.elm,a=t.data,o=e.data;if(!(r(a.staticClass)&&r(a.class)&&(r(o)||r(o.staticClass)&&r(o.class)))){var s=Gr(t),l=n._transitionClasses;i(l)&&(s=Jr(s,Zr(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Qi,Vi={create:ji,update:ji},Wi="__r",Ki="__c";function Gi(e){if(i(e[Wi])){var t=ee?"change":"input";e[t]=[].concat(e[Wi],e[t]||[]),delete e[Wi]}i(e[Ki])&&(e.change=[].concat(e[Ki],e.change||[]),delete e[Ki])}function Xi(e,t,n){var r=Qi;return function i(){var a=t.apply(null,arguments);null!==a&&Zi(e,i,n,r)}}var qi=ot&&!(ie&&Number(ie[1])<=53);function Ji(e,t,n,r){if(qi){var i=Wn,a=t;t=a._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return a.apply(this,arguments)}}Qi.addEventListener(e,t,oe?{capture:n,passive:r}:n)}function Zi(e,t,n,r){(r||Qi).removeEventListener(e,t._wrapper||t,n)}function ea(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Qi=t.elm,Gi(n),bt(n,i,Ji,Zi,Xi,t.context),Qi=void 0}}var ta,na={create:ea,update:ea};function ra(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,a,o=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};for(n in i(l.__ob__)&&(l=t.data.domProps=D({},l)),s)n in l||(o[n]="");for(n in l){if(a=l[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===s[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=a;var c=r(a)?"":String(a);ia(o,c)&&(o.value=c)}else if("innerHTML"===n&&ii(o.tagName)&&r(o.innerHTML)){ta=ta||document.createElement("div"),ta.innerHTML=""+a+"";var u=ta.firstChild;while(o.firstChild)o.removeChild(o.firstChild);while(u.firstChild)o.appendChild(u.firstChild)}else if(a!==s[n])try{o[n]=a}catch(xo){}}}}function ia(e,t){return!e.composing&&("OPTION"===e.tagName||aa(e,t)||oa(e,t))}function aa(e,t){var n=!0;try{n=document.activeElement!==e}catch(xo){}return n&&e.value!==t}function oa(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return m(n)!==m(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}var sa={create:ra,update:ra},la=_((function(e){var t={},n=/;(?![^(]*\))/g,r=/:(.+)/;return e.split(n).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function ca(e){var t=ua(e.style);return e.staticStyle?D(e.staticStyle,t):t}function ua(e){return Array.isArray(e)?L(e):"string"===typeof e?la(e):e}function ha(e,t){var n,r={};if(t){var i=e;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=ca(i.data))&&D(r,n)}(n=ca(e.data))&&D(r,n);var a=e;while(a=a.parent)a.data&&(n=ca(a.data))&&D(r,n);return r}var da,fa=/^--/,pa=/\s*!important$/,ma=function(e,t,n){if(fa.test(t))e.style.setProperty(t,n);else if(pa.test(n))e.style.setProperty(k(t),n.replace(pa,""),"important");else{var r=va(t);if(Array.isArray(n))for(var i=0,a=n.length;i-1?t.split(ba).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function wa(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(ba).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function xa(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&D(t,Ca(e.name||"v")),D(t,e),t}return"string"===typeof e?Ca(e):void 0}}var Ca=_((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Sa=X&&!te,ka="transition",Ma="animation",Ea="transition",Ta="transitionend",Ba="animation",Da="animationend";Sa&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ea="WebkitTransition",Ta="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ba="WebkitAnimation",Da="webkitAnimationEnd"));var La=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Oa(e){La((function(){La(e)}))}function Ia(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),_a(e,t))}function Fa(e,t){e._transitionClasses&&A(e._transitionClasses,t),wa(e,t)}function Na(e,t,n){var r=Ra(e,t),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s=i===ka?Ta:Da,l=0,c=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++l>=o&&c()};setTimeout((function(){l0&&(n=ka,u=o,h=a.length):t===Ma?c>0&&(n=Ma,u=c,h=l.length):(u=Math.max(o,c),n=u>0?o>c?ka:Ma:null,h=n?n===ka?a.length:l.length:0);var d=n===ka&&Pa.test(r[Ea+"Property"]);return{type:n,timeout:u,propCount:h,hasTransform:d}}function Ha(e,t){while(e.length1}function Qa(e,t){!0!==t.data.show&&za(t)}var Va=X?{create:Qa,activate:Qa,remove:function(e,t){!0!==e.data.show?Ya(e,t):t()}}:{},Wa=[$i,Vi,na,sa,ya,Va],Ka=Wa.concat(Hi),Ga=Di({nodeOps:xi,modules:Ka});te&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ro(e,"input")}));var Xa={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?_t(n,"postpatch",(function(){Xa.componentUpdated(e,t,n)})):qa(e,t,n.context),e._vOptions=[].map.call(e.options,eo)):("textarea"===n.tag||ci(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",to),e.addEventListener("compositionend",no),e.addEventListener("change",no),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){qa(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,eo);if(i.some((function(e,t){return!N(e,r[t])}))){var a=e.multiple?t.value.some((function(e){return Za(e,i)})):t.value!==t.oldValue&&Za(t.value,i);a&&ro(e,"change")}}}};function qa(e,t,n){Ja(e,t,n),(ee||ne)&&setTimeout((function(){Ja(e,t,n)}),0)}function Ja(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,l=e.options.length;s-1,o.selected!==a&&(o.selected=a);else if(N(eo(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Za(e,t){return t.every((function(t){return!N(t,e)}))}function eo(e){return"_value"in e?e._value:e.value}function to(e){e.target.composing=!0}function no(e){e.target.composing&&(e.target.composing=!1,ro(e.target,"input"))}function ro(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function io(e){return!e.componentInstance||e.data&&e.data.transition?e:io(e.componentInstance._vnode)}var ao={bind:function(e,t,n){var r=t.value;n=io(n);var i=n.data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,za(n,(function(){e.style.display=a}))):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value,i=t.oldValue;if(!r!==!i){n=io(n);var a=n.data&&n.data.transition;a?(n.data.show=!0,r?za(n,(function(){e.style.display=e.__vOriginalDisplay})):Ya(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none"}},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},oo={model:Xa,show:ao},so={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function lo(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?lo(xn(t.children)):e}function co(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[x(a)]=i[a];return t}function uo(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function ho(e){while(e=e.parent)if(e.data.transition)return!0}function fo(e,t){return t.key===e.key&&t.tag===e.tag}var po=function(e){return e.tag||wn(e)},mo=function(e){return"show"===e.name},go={name:"transition",props:so,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(po),n.length)){0;var r=this.mode;0;var i=n[0];if(ho(this.$vnode))return i;var a=lo(i);if(!a)return i;if(this._leaving)return uo(e,i);var o="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?o+"comment":o+a.tag:s(a.key)?0===String(a.key).indexOf(o)?a.key:o+a.key:a.key;var l=(a.data||(a.data={})).transition=co(this),c=this._vnode,u=lo(c);if(a.data.directives&&a.data.directives.some(mo)&&(a.data.show=!0),u&&u.data&&!fo(a,u)&&!wn(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var h=u.data.transition=D({},l);if("out-in"===r)return this._leaving=!0,_t(h,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),uo(e,i);if("in-out"===r){if(wn(a))return c;var d,f=function(){d()};_t(l,"afterEnter",f),_t(l,"enterCancelled",f),_t(h,"delayLeave",(function(e){d=e}))}}return i}}},vo=D({tag:String,moveClass:String},so);delete vo.mode;var Ao={props:vo,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=Dn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=co(this),s=0;s4)return e;for(n=[],r=0;r1&&"0"==i.charAt(0)&&(a=O.test(i)?16:8,i=i.slice(8==a?1:2)),""===i)o=0;else{if(!(10==a?F:8==a?I:N).test(i))return e;o=parseInt(i,a)}n.push(o)}for(r=0;r=S(256,5-t))return null}else if(o>255)return null;for(s=n.pop(),r=0;r6)return;r=0;while(d()){if(i=null,r>0){if(!("."==d()&&r<4))return;h++}if(!L.test(d()))return;while(L.test(d())){if(a=parseInt(d(),10),null===i)i=a;else{if(0==i)return;i=10*i+a}if(i>255)return;h++}l[c]=256*l[c]+i,r++,2!=r&&4!=r||c++}if(4!=r)return;break}if(":"==d()){if(h++,!d())return}else if(d())return;l[c++]=t}else{if(null!==u)return;h++,c++,u=c}}if(null!==u){o=c-u,c=7;while(0!=c&&o>0)s=l[c],l[c--]=l[u+o-1],l[u+--o]=s}else if(8!=c)return;return l},j=function(e){for(var t=null,n=1,r=null,i=0,a=0;a<8;a++)0!==e[a]?(i>n&&(t=r,n=i),r=null,i=0):(null===r&&(r=a),++i);return i>n&&(t=r,n=i),t},Q=function(e){var t,n,r,i;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=C(e/256);return t.join(".")}if("object"==typeof e){for(t="",r=j(e),n=0;n<8;n++)i&&0===e[n]||(i&&(i=!1),r===n?(t+=n?":":"::",i=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}return e},V={},W=d({},V,{" ":1,'"':1,"<":1,">":1,"`":1}),K=d({},W,{"#":1,"?":1,"{":1,"}":1}),G=d({},K,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),X=function(e,t){var n=p(e,0);return n>32&&n<127&&!h(t,e)?e:encodeURIComponent(e)},q={ftp:21,file:null,http:80,https:443,ws:80,wss:443},J=function(e){return h(q,e.scheme)},Z=function(e){return""!=e.username||""!=e.password},ee=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},te=function(e,t){var n;return 2==e.length&&B.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)},ne=function(e){var t;return e.length>1&&te(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},re=function(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&te(t[0],!0)||t.pop()},ie=function(e){return"."===e||"%2e"===e.toLowerCase()},ae=function(e){return e=e.toLowerCase(),".."===e||"%2e."===e||".%2e"===e||"%2e%2e"===e},oe={},se={},le={},ce={},ue={},he={},de={},fe={},pe={},me={},ge={},ve={},Ae={},ye={},be={},_e={},we={},xe={},Ce={},Se={},ke={},Me=function(e,t,n,i){var a,o,s,l,c=n||oe,u=0,d="",p=!1,m=!1,g=!1;n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(H,"")),t=t.replace(U,""),a=f(t);while(u<=a.length){switch(o=a[u],c){case oe:if(!o||!B.test(o)){if(n)return M;c=le;continue}d+=o.toLowerCase(),c=se;break;case se:if(o&&(D.test(o)||"+"==o||"-"==o||"."==o))d+=o.toLowerCase();else{if(":"!=o){if(n)return M;d="",c=le,u=0;continue}if(n&&(J(e)!=h(q,d)||"file"==d&&(Z(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=d,n)return void(J(e)&&q[e.scheme]==e.port&&(e.port=null));d="","file"==e.scheme?c=ye:J(e)&&i&&i.scheme==e.scheme?c=ce:J(e)?c=fe:"/"==a[u+1]?(c=ue,u++):(e.cannotBeABaseURL=!0,e.path.push(""),c=Ce)}break;case le:if(!i||i.cannotBeABaseURL&&"#"!=o)return M;if(i.cannotBeABaseURL&&"#"==o){e.scheme=i.scheme,e.path=i.path.slice(),e.query=i.query,e.fragment="",e.cannotBeABaseURL=!0,c=ke;break}c="file"==i.scheme?ye:he;continue;case ce:if("/"!=o||"/"!=a[u+1]){c=he;continue}c=pe,u++;break;case ue:if("/"==o){c=me;break}c=xe;continue;case he:if(e.scheme=i.scheme,o==r)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query;else if("/"==o||"\\"==o&&J(e))c=de;else if("?"==o)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query="",c=Se;else{if("#"!=o){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.path.pop(),c=xe;continue}e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query,e.fragment="",c=ke}break;case de:if(!J(e)||"/"!=o&&"\\"!=o){if("/"!=o){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,c=xe;continue}c=me}else c=pe;break;case fe:if(c=pe,"/"!=o||"/"!=d.charAt(u+1))continue;u++;break;case pe:if("/"!=o&&"\\"!=o){c=me;continue}break;case me:if("@"==o){p&&(d="%40"+d),p=!0,s=f(d);for(var v=0;v65535)return T;e.port=J(e)&&b===q[e.scheme]?null:b,d=""}if(n)return;c=we;continue}return T}d+=o;break;case ye:if(e.scheme="file","/"==o||"\\"==o)c=be;else{if(!i||"file"!=i.scheme){c=xe;continue}if(o==r)e.host=i.host,e.path=i.path.slice(),e.query=i.query;else if("?"==o)e.host=i.host,e.path=i.path.slice(),e.query="",c=Se;else{if("#"!=o){ne(a.slice(u).join(""))||(e.host=i.host,e.path=i.path.slice(),re(e)),c=xe;continue}e.host=i.host,e.path=i.path.slice(),e.query=i.query,e.fragment="",c=ke}}break;case be:if("/"==o||"\\"==o){c=_e;break}i&&"file"==i.scheme&&!ne(a.slice(u).join(""))&&(te(i.path[0],!0)?e.path.push(i.path[0]):e.host=i.host),c=xe;continue;case _e:if(o==r||"/"==o||"\\"==o||"?"==o||"#"==o){if(!n&&te(d))c=xe;else if(""==d){if(e.host="",n)return;c=we}else{if(l=z(e,d),l)return l;if("localhost"==e.host&&(e.host=""),n)return;d="",c=we}continue}d+=o;break;case we:if(J(e)){if(c=xe,"/"!=o&&"\\"!=o)continue}else if(n||"?"!=o)if(n||"#"!=o){if(o!=r&&(c=xe,"/"!=o))continue}else e.fragment="",c=ke;else e.query="",c=Se;break;case xe:if(o==r||"/"==o||"\\"==o&&J(e)||!n&&("?"==o||"#"==o)){if(ae(d)?(re(e),"/"==o||"\\"==o&&J(e)||e.path.push("")):ie(d)?"/"==o||"\\"==o&&J(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&te(d)&&(e.host&&(e.host=""),d=d.charAt(0)+":"),e.path.push(d)),d="","file"==e.scheme&&(o==r||"?"==o||"#"==o))while(e.path.length>1&&""===e.path[0])e.path.shift();"?"==o?(e.query="",c=Se):"#"==o&&(e.fragment="",c=ke)}else d+=X(o,K);break;case Ce:"?"==o?(e.query="",c=Se):"#"==o?(e.fragment="",c=ke):o!=r&&(e.path[0]+=X(o,V));break;case Se:n||"#"!=o?o!=r&&("'"==o&&J(e)?e.query+="%27":e.query+="#"==o?"%23":X(o,V)):(e.fragment="",c=ke);break;case ke:o!=r&&(e.fragment+=X(o,W));break}u++}},Ee=function(e){var t,n,r=u(this,Ee,"URL"),i=arguments.length>1?arguments[1]:void 0,o=String(e),s=w(r,{type:"URL"});if(void 0!==i)if(i instanceof Ee)t=x(i);else if(n=Me(t={},String(i)),n)throw TypeError(n);if(n=Me(s,o,null,t),n)throw TypeError(n);var l=s.searchParams=new b,c=_(l);c.updateSearchParams(s.query),c.updateURL=function(){s.query=String(l)||null},a||(r.href=Be.call(r),r.origin=De.call(r),r.protocol=Le.call(r),r.username=Oe.call(r),r.password=Ie.call(r),r.host=Fe.call(r),r.hostname=Ne.call(r),r.port=Pe.call(r),r.pathname=Re.call(r),r.search=He.call(r),r.searchParams=Ue.call(r),r.hash=ze.call(r))},Te=Ee.prototype,Be=function(){var e=x(this),t=e.scheme,n=e.username,r=e.password,i=e.host,a=e.port,o=e.path,s=e.query,l=e.fragment,c=t+":";return null!==i?(c+="//",Z(e)&&(c+=n+(r?":"+r:"")+"@"),c+=Q(i),null!==a&&(c+=":"+a)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?o[0]:o.length?"/"+o.join("/"):"",null!==s&&(c+="?"+s),null!==l&&(c+="#"+l),c},De=function(){var e=x(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(r){return"null"}return"file"!=t&&J(e)?t+"://"+Q(e.host)+(null!==n?":"+n:""):"null"},Le=function(){return x(this).scheme+":"},Oe=function(){return x(this).username},Ie=function(){return x(this).password},Fe=function(){var e=x(this),t=e.host,n=e.port;return null===t?"":null===n?Q(t):Q(t)+":"+n},Ne=function(){var e=x(this).host;return null===e?"":Q(e)},Pe=function(){var e=x(this).port;return null===e?"":String(e)},Re=function(){var e=x(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},He=function(){var e=x(this).query;return e?"?"+e:""},Ue=function(){return x(this).searchParams},ze=function(){var e=x(this).fragment;return e?"#"+e:""},Ye=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(a&&l(Te,{href:Ye(Be,(function(e){var t=x(this),n=String(e),r=Me(t,n);if(r)throw TypeError(r);_(t.searchParams).updateSearchParams(t.query)})),origin:Ye(De),protocol:Ye(Le,(function(e){var t=x(this);Me(t,String(e)+":",oe)})),username:Ye(Oe,(function(e){var t=x(this),n=f(String(e));if(!ee(t)){t.username="";for(var r=0;r=20?"ste":"de")},week:{dow:1,doy:4}});return t}))},"2c94":function(e,t){function n(e,t){return e===t}e.exports=n},"2cf4":function(e,t,n){var r,i,a,o=n("da84"),s=n("d039"),l=n("0366"),c=n("1be4"),u=n("cc12"),h=n("1cdc"),d=n("605d"),f=o.location,p=o.setImmediate,m=o.clearImmediate,g=o.process,v=o.MessageChannel,A=o.Dispatch,y=0,b={},_="onreadystatechange",w=function(e){if(b.hasOwnProperty(e)){var t=b[e];delete b[e],t()}},x=function(e){return function(){w(e)}},C=function(e){w(e.data)},S=function(e){o.postMessage(e+"",f.protocol+"//"+f.host)};p&&m||(p=function(e){var t=[],n=1;while(arguments.length>n)t.push(arguments[n++]);return b[++y]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(y),y},m=function(e){delete b[e]},d?r=function(e){g.nextTick(x(e))}:A&&A.now?r=function(e){A.now(x(e))}:v&&!h?(i=new v,a=i.port2,i.port1.onmessage=C,r=l(a.postMessage,a,1)):o.addEventListener&&"function"==typeof postMessage&&!o.importScripts&&f&&"file:"!==f.protocol&&!s(S)?(r=S,o.addEventListener("message",C,!1)):r=_ in u("script")?function(e){c.appendChild(u("script"))[_]=function(){c.removeChild(this),w(e)}}:function(e){setTimeout(x(e),0)}),e.exports={set:p,clear:m}},"2d00":function(e,t,n){var r,i,a=n("da84"),o=n("342f"),s=a.process,l=s&&s.versions,c=l&&l.v8;c?(r=c.split("."),i=r[0]+r[1]):o&&(r=o.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/),r&&(i=r[1]))),e.exports=i&&+i},"2d83":function(e,t,n){"use strict";var r=n("387f");e.exports=function(e,t,n,i,a){var o=new Error(e);return r(o,t,n,i,a)}},"2e67":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"2e8c":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"2eeb":function(e,t,n){var r=n("b484"),i=n("9051"),a=n("5b2d"),o=n("25b3");function s(e){return function(t,n){var s,l;return t&&t.length?(o(t,(function(o,c){n&&(o=r(n)?n(o,c,t):a(o,n)),i(o)||!i(s)&&!e(s,o)||(l=c,s=o)})),t[l]):s}}e.exports=s},"2f62":function(e,t,n){"use strict";(function(e){ +/*! + * vuex v3.6.2 + * (c) 2021 Evan You + * @license MIT + */ +function r(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:r});else{var n=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[r].concat(e.init):r,n.call(this,e)}}function r(){var e=this.$options;e.store?this.$store="function"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}n.d(t,"a",(function(){return P})),n.d(t,"c",(function(){return F}));var i="undefined"!==typeof window?window:"undefined"!==typeof e?e:{},a=i.__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(e){a&&(e._devtoolHook=a,a.emit("vuex:init",e),a.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){a.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){a.emit("vuex:action",e,t)}),{prepend:!0}))}function s(e,t){return e.filter(t)[0]}function l(e,t){if(void 0===t&&(t=[]),null===e||"object"!==typeof e)return e;var n=s(t,(function(t){return t.original===e}));if(n)return n.copy;var r=Array.isArray(e)?[]:{};return t.push({original:e,copy:r}),Object.keys(e).forEach((function(n){r[n]=l(e[n],t)})),r}function c(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function u(e){return null!==e&&"object"===typeof e}function h(e){return e&&"function"===typeof e.then}function d(e,t){return function(){return e(t)}}var f=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},p={namespaced:{configurable:!0}};p.namespaced.get=function(){return!!this._rawModule.namespaced},f.prototype.addChild=function(e,t){this._children[e]=t},f.prototype.removeChild=function(e){delete this._children[e]},f.prototype.getChild=function(e){return this._children[e]},f.prototype.hasChild=function(e){return e in this._children},f.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},f.prototype.forEachChild=function(e){c(this._children,e)},f.prototype.forEachGetter=function(e){this._rawModule.getters&&c(this._rawModule.getters,e)},f.prototype.forEachAction=function(e){this._rawModule.actions&&c(this._rawModule.actions,e)},f.prototype.forEachMutation=function(e){this._rawModule.mutations&&c(this._rawModule.mutations,e)},Object.defineProperties(f.prototype,p);var m=function(e){this.register([],e,!1)};function g(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return void 0;g(e.concat(r),t.getChild(r),n.modules[r])}}m.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},m.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+"/":"")}),"")},m.prototype.update=function(e){g([],this.root,e)},m.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new f(t,n);if(0===e.length)this.root=i;else{var a=this.get(e.slice(0,-1));a.addChild(e[e.length-1],i)}t.modules&&c(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},m.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],r=t.getChild(n);r&&r.runtime&&t.removeChild(n)},m.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var v;var A=function(e){var t=this;void 0===e&&(e={}),!v&&"undefined"!==typeof window&&window.Vue&&L(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new m(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new v,this._makeLocalGettersCache=Object.create(null);var i=this,a=this,s=a.dispatch,l=a.commit;this.dispatch=function(e,t){return s.call(i,e,t)},this.commit=function(e,t,n){return l.call(i,e,t,n)},this.strict=r;var c=this._modules.root.state;x(this,c,[],this._modules.root),w(this,c),n.forEach((function(e){return e(t)}));var u=void 0!==e.devtools?e.devtools:v.config.devtools;u&&o(this)},y={state:{configurable:!0}};function b(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function _(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;x(e,n,[],e._modules.root,!0),w(e,n,t)}function w(e,t,n){var r=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};c(i,(function(t,n){a[n]=d(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var o=v.config.silent;v.config.silent=!0,e._vm=new v({data:{$$state:t},computed:a}),v.config.silent=o,e.strict&&T(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),v.nextTick((function(){return r.$destroy()})))}function x(e,t,n,r,i){var a=!n.length,o=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[o],e._modulesNamespaceMap[o]=r),!a&&!i){var s=B(t,n.slice(0,-1)),l=n[n.length-1];e._withCommit((function(){v.set(s,l,r.state)}))}var c=r.context=C(e,o,n);r.forEachMutation((function(t,n){var r=o+n;k(e,r,t,c)})),r.forEachAction((function(t,n){var r=t.root?n:o+n,i=t.handler||t;M(e,r,i,c)})),r.forEachGetter((function(t,n){var r=o+n;E(e,r,t,c)})),r.forEachChild((function(r,a){x(e,t,n.concat(a),r,i)}))}function C(e,t,n){var r=""===t,i={dispatch:r?e.dispatch:function(n,r,i){var a=D(n,r,i),o=a.payload,s=a.options,l=a.type;return s&&s.root||(l=t+l),e.dispatch(l,o)},commit:r?e.commit:function(n,r,i){var a=D(n,r,i),o=a.payload,s=a.options,l=a.type;s&&s.root||(l=t+l),e.commit(l,o,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return S(e,t)}},state:{get:function(){return B(e.state,n)}}}),i}function S(e,t){if(!e._makeLocalGettersCache[t]){var n={},r=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var a=i.slice(r);Object.defineProperty(n,a,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function k(e,t,n,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,r.state,t)}))}function M(e,t,n,r){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t){var i=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t);return h(i)||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):i}))}function E(e,t,n,r){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)})}function T(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function B(e,t){return t.reduce((function(e,t){return e[t]}),e)}function D(e,t,n){return u(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function L(e){v&&e===v||(v=e,r(v))}y.state.get=function(){return this._vm._data.$$state},y.state.set=function(e){0},A.prototype.commit=function(e,t,n){var r=this,i=D(e,t,n),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),l=this._mutations[a];l&&(this._withCommit((function(){l.forEach((function(e){e(o)}))})),this._subscribers.slice().forEach((function(e){return e(s,r.state)})))},A.prototype.dispatch=function(e,t){var n=this,r=D(e,t),i=r.type,a=r.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(o,n.state)}))}catch(c){0}var l=s.length>1?Promise.all(s.map((function(e){return e(a)}))):s[0](a);return new Promise((function(e,t){l.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(o,n.state)}))}catch(c){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(o,n.state,e)}))}catch(c){0}t(e)}))}))}},A.prototype.subscribe=function(e,t){return b(e,this._subscribers,t)},A.prototype.subscribeAction=function(e,t){var n="function"===typeof e?{before:e}:e;return b(n,this._actionSubscribers,t)},A.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},A.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},A.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),x(this,this.state,e,this._modules.get(e),n.preserveState),w(this,this.state)},A.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=B(t.state,e.slice(0,-1));v.delete(n,e[e.length-1])})),_(this)},A.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},A.prototype.hotUpdate=function(e){this._modules.update(e),_(this,!0)},A.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(A.prototype,y);var O=U((function(e,t){var n={};return R(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=z(this.$store,"mapState",e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),I=U((function(e,t){var n={};return R(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.commit;if(e){var a=z(this.$store,"mapMutations",e);if(!a)return;r=a.context.commit}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),F=U((function(e,t){var n={};return R(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||z(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),N=U((function(e,t){var n={};return R(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var a=z(this.$store,"mapActions",e);if(!a)return;r=a.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),P=function(e){return{mapState:O.bind(null,e),mapGetters:F.bind(null,e),mapMutations:I.bind(null,e),mapActions:N.bind(null,e)}};function R(e){return H(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function H(e){return Array.isArray(e)||u(e)}function U(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function z(e,t,n){var r=e._modulesNamespaceMap[n];return r}function Y(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var n=e.filter;void 0===n&&(n=function(e,t,n){return!0});var r=e.transformer;void 0===r&&(r=function(e){return e});var i=e.mutationTransformer;void 0===i&&(i=function(e){return e});var a=e.actionFilter;void 0===a&&(a=function(e,t){return!0});var o=e.actionTransformer;void 0===o&&(o=function(e){return e});var s=e.logMutations;void 0===s&&(s=!0);var c=e.logActions;void 0===c&&(c=!0);var u=e.logger;return void 0===u&&(u=console),function(e){var h=l(e.state);"undefined"!==typeof u&&(s&&e.subscribe((function(e,a){var o=l(a);if(n(e,h,o)){var s=Q(),c=i(e),d="mutation "+e.type+s;$(u,d,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",r(h)),u.log("%c mutation","color: #03A9F4; font-weight: bold",c),u.log("%c next state","color: #4CAF50; font-weight: bold",r(o)),j(u)}h=o})),c&&e.subscribeAction((function(e,n){if(a(e,n)){var r=Q(),i=o(e),s="action "+e.type+r;$(u,s,t),u.log("%c action","color: #03A9F4; font-weight: bold",i),j(u)}})))}}function $(e,t,n){var r=n?e.groupCollapsed:e.group;try{r.call(e,t)}catch(i){e.log(t)}}function j(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function Q(){var e=new Date;return" @ "+W(e.getHours(),2)+":"+W(e.getMinutes(),2)+":"+W(e.getSeconds(),2)+"."+W(e.getMilliseconds(),3)}function V(e,t){return new Array(t+1).join(e)}function W(e,t){return V("0",t-e.toString().length)+e}var K={Store:A,install:L,version:"3.6.2",mapState:O,mapMutations:I,mapGetters:F,mapActions:N,createNamespacedHelpers:P,createLogger:Y};t["b"]=K}).call(this,n("c8ba"))},"2f9a":function(e,t){e.exports=function(){}},"2fbd":function(e,t,n){"use strict";function r(e){return"[object String]"===Object.prototype.toString.call(e)}function i(e){return"[object Object]"===Object.prototype.toString.call(e)}function a(e){return e&&e.nodeType===Node.ELEMENT_NODE}t.__esModule=!0,t.isString=r,t.isObject=i,t.isHtmlElement=a;t.isFunction=function(e){var t={};return e&&"[object Function]"===t.toString.call(e)},t.isUndefined=function(e){return void 0===e},t.isDefined=function(e){return void 0!==e&&null!==e}},"301c":function(e,t,n){n("e198")("asyncIterator")},"30b5":function(e,t,n){"use strict";var r=n("c532");function i(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(i(t)+"="+i(e))})))})),a=o.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},"313e":function(e,t,n){"use strict";n.d(t,"a",(function(){return R_}));var r={};n.r(r),n.d(r,"extendShape",(function(){return Mh})),n.d(r,"extendPath",(function(){return Th})),n.d(r,"registerShape",(function(){return Bh})),n.d(r,"getShapeClass",(function(){return Dh})),n.d(r,"makePath",(function(){return Lh})),n.d(r,"makeImage",(function(){return Oh})),n.d(r,"mergePath",(function(){return Fh})),n.d(r,"resizePath",(function(){return Nh})),n.d(r,"subPixelOptimizeLine",(function(){return Ph})),n.d(r,"subPixelOptimizeRect",(function(){return Rh})),n.d(r,"subPixelOptimize",(function(){return Hh})),n.d(r,"updateProps",(function(){return zh})),n.d(r,"initProps",(function(){return Yh})),n.d(r,"removeElement",(function(){return $h})),n.d(r,"removeElementWithFadeOut",(function(){return Qh})),n.d(r,"isElementRemoved",(function(){return Vh})),n.d(r,"getTransform",(function(){return Wh})),n.d(r,"applyTransform",(function(){return Kh})),n.d(r,"transformDirection",(function(){return Gh})),n.d(r,"groupTransition",(function(){return Jh})),n.d(r,"clipPointsByRect",(function(){return Zh})),n.d(r,"clipRectByRect",(function(){return ed})),n.d(r,"createIcon",(function(){return td})),n.d(r,"linePolygonIntersect",(function(){return nd})),n.d(r,"lineLineIntersect",(function(){return rd})),n.d(r,"Group",(function(){return Ai})),n.d(r,"Image",(function(){return pl})),n.d(r,"Text",(function(){return Pl})),n.d(r,"Circle",(function(){return mu})),n.d(r,"Ellipse",(function(){return Au})),n.d(r,"Sector",(function(){return Fu})),n.d(r,"Ring",(function(){return Ru})),n.d(r,"Polygon",(function(){return Qu})),n.d(r,"Polyline",(function(){return Ku})),n.d(r,"Rect",(function(){return xl})),n.d(r,"Line",(function(){return Ju})),n.d(r,"BezierCurve",(function(){return rh})),n.d(r,"Arc",(function(){return oh})),n.d(r,"IncrementalDisplayable",(function(){return xh})),n.d(r,"CompoundPath",(function(){return lh})),n.d(r,"LinearGradient",(function(){return dh})),n.d(r,"RadialGradient",(function(){return ph})),n.d(r,"BoundingRect",(function(){return tr})),n.d(r,"OrientedBoundingRect",(function(){return bh})),n.d(r,"Point",(function(){return Qn})),n.d(r,"Path",(function(){return ol})); +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +var i=function(e,t){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},i(e,t)};function a(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var o=function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n18),o&&(n.weChat=!0),t.canvasSupported=!!document.createElement("canvas").getContext,t.svgSupported="undefined"!==typeof SVGRect,t.touchEventsSupported="ontouchstart"in window&&!n.ie&&!n.edge,t.pointerEventsSupported="onpointerdown"in window&&(n.edge||n.ie&&+n.version>=11),t.domSupported="undefined"!==typeof document}"object"===typeof wx&&"function"===typeof wx.getSystemInfoSync?(u.wxa=!0,u.canvasSupported=!0,u.touchEventsSupported=!0):"undefined"===typeof document&&"undefined"!==typeof self?(u.worker=!0,u.canvasSupported=!0):"undefined"===typeof navigator?(u.node=!0,u.canvasSupported=!0,u.svgSupported=!0):h(navigator.userAgent,u);var d=u,f={"[object Function]":!0,"[object RegExp]":!0,"[object Date]":!0,"[object Error]":!0,"[object CanvasGradient]":!0,"[object CanvasPattern]":!0,"[object Image]":!0,"[object Canvas]":!0},p={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0},m=Object.prototype.toString,g=Array.prototype,v=g.forEach,A=g.filter,y=g.slice,b=g.map,_=function(){}.constructor,w=_?_.prototype:null,x={};var C=2311;function S(){return C++}function k(){for(var e=[],t=0;t>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",r[l]+":0",i[c]+":0",r[1-l]+":auto",i[1-c]+":auto",""].join("!important;"),e.appendChild(o),n.push(o)}return n}function Ze(e,t,n){for(var r=n?"invTrans":"trans",i=t[r],a=t.srcCoords,o=[],s=[],l=!0,c=0;c<4;c++){var u=e[c].getBoundingClientRect(),h=2*c,d=u.left,f=u.top;o.push(d,f),l=l&&a&&d===a[h]&&f===a[h+1],s.push(e[c].offsetLeft,e[c].offsetTop)}return l&&i?i:(t.srcCoords=o,t[r]=n?We(s,o):We(o,s))}function et(e){return"CANVAS"===e.nodeName.toUpperCase()}var tt="undefined"!==typeof window&&!!window.addEventListener,nt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,rt=[];function it(e,t,n,r){return n=n||{},r||!d.canvasSupported?at(e,t,n):d.browser.firefox&&null!=t.layerX&&t.layerX!==t.offsetX?(n.zrX=t.layerX,n.zrY=t.layerY):null!=t.offsetX?(n.zrX=t.offsetX,n.zrY=t.offsetY):at(e,t,n),n}function at(e,t,n){if(d.domSupported&&e.getBoundingClientRect){var r=t.clientX,i=t.clientY;if(et(e)){var a=e.getBoundingClientRect();return n.zrX=r-a.left,void(n.zrY=i-a.top)}if(qe(rt,e,r,i))return n.zrX=rt[0],void(n.zrY=rt[1])}n.zrX=n.zrY=0}function ot(e){return e||window.event}function st(e,t,n){if(t=ot(t),null!=t.zrX)return t;var r=t.type,i=r&&r.indexOf("touch")>=0;if(i){var a="touchend"!==r?t.targetTouches[0]:t.changedTouches[0];a&&it(e,a,t,n)}else{it(e,t,t,n);var o=lt(t);t.zrDelta=o?o/120:-(t.detail||0)/3}var s=t.button;return null==t.which&&void 0!==s&&nt.test(t.type)&&(t.which=1&s?1:2&s?3:4&s?2:0),t}function lt(e){var t=e.wheelDelta;if(t)return t;var n=e.deltaX,r=e.deltaY;if(null==n||null==r)return t;var i=0!==r?Math.abs(r):Math.abs(n),a=r>0?-1:r<0?1:n>0?-1:1;return 3*i*a}function ct(e,t,n,r){tt?e.addEventListener(t,n,r):e.attachEvent("on"+t,n)}function ut(e,t,n,r){tt?e.removeEventListener(t,n,r):e.detachEvent("on"+t,n)}var ht=tt?function(e){e.preventDefault(),e.stopPropagation(),e.cancelBubble=!0}:function(e){e.returnValue=!1,e.cancelBubble=!0};function dt(e){return 2===e.which||3===e.which}var ft=function(){function e(){this._track=[]}return e.prototype.recognize=function(e,t,n){return this._doTrack(e,t,n),this._recognize(e)},e.prototype.clear=function(){return this._track.length=0,this},e.prototype._doTrack=function(e,t,n){var r=e.touches;if(r){for(var i={points:[],touches:[],target:t,event:e},a=0,o=r.length;a1&&r&&r.length>1){var a=pt(r)/pt(i);!isFinite(a)&&(a=1),t.pinchScale=a;var o=mt(r);return t.pinchX=o[0],t.pinchY=o[1],{type:"pinch",target:e[0].target,event:t}}}}},vt="silent";function At(e,t,n){return{type:e,event:n,target:t.target,topTarget:t.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:yt}}function yt(){ht(this.event)}var bt=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handler=null,t}return a(t,e),t.prototype.dispose=function(){},t.prototype.setCursor=function(){},t}(je),_t=function(){function e(e,t){this.x=e,this.y=t}return e}(),wt=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],xt=function(e){function t(t,n,r,i){var a=e.call(this)||this;return a._hovered=new _t(0,0),a.storage=t,a.painter=n,a.painterRoot=i,r=r||new bt,a.proxy=null,a.setHandlerProxy(r),a._draggingMgr=new Ye(a),a}return a(t,e),t.prototype.setHandlerProxy=function(e){this.proxy&&this.proxy.dispose(),e&&(P(wt,(function(t){e.on&&e.on(t,this[t],this)}),this),e.handler=this),this.proxy=e},t.prototype.mousemove=function(e){var t=e.zrX,n=e.zrY,r=St(this,t,n),i=this._hovered,a=i.target;a&&!a.__zr&&(i=this.findHover(i.x,i.y),a=i.target);var o=this._hovered=r?new _t(t,n):this.findHover(t,n),s=o.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),a&&s!==a&&this.dispatchToElement(i,"mouseout",e),this.dispatchToElement(o,"mousemove",e),s&&s!==a&&this.dispatchToElement(o,"mouseover",e)},t.prototype.mouseout=function(e){var t=e.zrEventControl;"only_globalout"!==t&&this.dispatchToElement(this._hovered,"mouseout",e),"no_globalout"!==t&&this.trigger("globalout",{type:"globalout",event:e})},t.prototype.resize=function(){this._hovered=new _t(0,0)},t.prototype.dispatch=function(e,t){var n=this[e];n&&n.call(this,t)},t.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},t.prototype.setCursorStyle=function(e){var t=this.proxy;t.setCursor&&t.setCursor(e)},t.prototype.dispatchToElement=function(e,t,n){e=e||{};var r=e.target;if(!r||!r.silent){var i="on"+t,a=At(t,e,n);while(r)if(r[i]&&(a.cancelBubble=!!r[i].call(r,a)),r.trigger(t,a),r=r.__hostTarget?r.__hostTarget:r.parent,a.cancelBubble)break;a.cancelBubble||(this.trigger(t,a),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(e){"function"===typeof e[i]&&e[i].call(e,a),e.trigger&&e.trigger(t,a)})))}},t.prototype.findHover=function(e,t,n){for(var r=this.storage.getDisplayList(),i=new _t(e,t),a=r.length-1;a>=0;a--){var o=void 0;if(r[a]!==n&&!r[a].ignore&&(o=Ct(r[a],e,t))&&(!i.topTarget&&(i.topTarget=r[a]),o!==vt)){i.target=r[a];break}}return i},t.prototype.processGesture=function(e,t){this._gestureMgr||(this._gestureMgr=new ft);var n=this._gestureMgr;"start"===t&&n.clear();var r=n.recognize(e,this.findHover(e.zrX,e.zrY,null).target,this.proxy.dom);if("end"===t&&n.clear(),r){var i=r.type;e.gestureEvent=i;var a=new _t;a.target=r.target,this.dispatchToElement(a,i,r.event)}},t}(je);function Ct(e,t,n){if(e[e.rectHover?"rectContain":"contain"](t,n)){var r=e,i=void 0,a=!1;while(r){if(r.ignoreClip&&(a=!0),!a){var o=r.getClipPath();if(o&&!o.contain(t,n))return!1;r.silent&&(i=!0)}var s=r.__hostTarget;r=s||r.parent}return!i||vt}return!1}function St(e,t,n){var r=e.painter;return t<0||t>r.getWidth()||n<0||n>r.getHeight()}P(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(e){xt.prototype[e]=function(t){var n,r,i=t.zrX,a=t.zrY,o=St(this,i,a);if("mouseup"===e&&o||(n=this.findHover(i,a),r=n.target),"mousedown"===e)this._downEl=r,this._downPoint=[t.zrX,t.zrY],this._upEl=r;else if("mouseup"===e)this._upEl=r;else if("click"===e){if(this._downEl!==this._upEl||!this._downPoint||Oe(this._downPoint,[t.zrX,t.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,e,t)}}));var kt=xt;function Mt(){return[1,0,0,1,0,0]}function Et(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}function Tt(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e}function Bt(e,t,n){var r=t[0]*n[0]+t[2]*n[1],i=t[1]*n[0]+t[3]*n[1],a=t[0]*n[2]+t[2]*n[3],o=t[1]*n[2]+t[3]*n[3],s=t[0]*n[4]+t[2]*n[5]+t[4],l=t[1]*n[4]+t[3]*n[5]+t[5];return e[0]=r,e[1]=i,e[2]=a,e[3]=o,e[4]=s,e[5]=l,e}function Dt(e,t,n){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+n[0],e[5]=t[5]+n[1],e}function Lt(e,t,n){var r=t[0],i=t[2],a=t[4],o=t[1],s=t[3],l=t[5],c=Math.sin(n),u=Math.cos(n);return e[0]=r*u+o*c,e[1]=-r*c+o*u,e[2]=i*u+s*c,e[3]=-i*c+u*s,e[4]=u*a+c*l,e[5]=u*l-c*a,e}function Ot(e,t,n){var r=n[0],i=n[1];return e[0]=t[0]*r,e[1]=t[1]*i,e[2]=t[2]*r,e[3]=t[3]*i,e[4]=t[4]*r,e[5]=t[5]*i,e}function It(e,t){var n=t[0],r=t[2],i=t[4],a=t[1],o=t[3],s=t[5],l=n*o-a*r;return l?(l=1/l,e[0]=o*l,e[1]=-a*l,e[2]=-r*l,e[3]=n*l,e[4]=(r*s-o*i)*l,e[5]=(a*i-n*s)*l,e):null}function Ft(e){var t=Mt();return Tt(t,e),t}var Nt=Et,Pt=5e-5;function Rt(e){return e>Pt||e<-Pt}var Ht=[],Ut=[],zt=Mt(),Yt=Math.abs,$t=function(){function e(){}return e.prototype.setPosition=function(e){this.x=e[0],this.y=e[1]},e.prototype.setScale=function(e){this.scaleX=e[0],this.scaleY=e[1]},e.prototype.setOrigin=function(e){this.originX=e[0],this.originY=e[1]},e.prototype.needLocalTransform=function(){return Rt(this.rotation)||Rt(this.x)||Rt(this.y)||Rt(this.scaleX-1)||Rt(this.scaleY-1)},e.prototype.updateTransform=function(){var e=this.parent,t=e&&e.transform,n=this.needLocalTransform(),r=this.transform;n||t?(r=r||Mt(),n?this.getLocalTransform(r):Nt(r),t&&(n?Bt(r,e.transform,r):Tt(r,e.transform)),this.transform=r,this._resolveGlobalScaleRatio(r)):r&&Nt(r)},e.prototype._resolveGlobalScaleRatio=function(e){var t=this.globalScaleRatio;if(null!=t&&1!==t){this.getGlobalScale(Ht);var n=Ht[0]<0?-1:1,r=Ht[1]<0?-1:1,i=((Ht[0]-n)*t+n)/Ht[0]||0,a=((Ht[1]-r)*t+r)/Ht[1]||0;e[0]*=i,e[1]*=i,e[2]*=a,e[3]*=a}this.invTransform=this.invTransform||Mt(),It(this.invTransform,e)},e.prototype.getLocalTransform=function(t){return e.getLocalTransform(this,t)},e.prototype.getComputedTransform=function(){var e=this,t=[];while(e)t.push(e),e=e.parent;while(e=t.pop())e.updateTransform();return this.transform},e.prototype.setLocalTransform=function(e){if(e){var t=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3];Rt(t-1)&&(t=Math.sqrt(t)),Rt(n-1)&&(n=Math.sqrt(n)),e[0]<0&&(t=-t),e[3]<0&&(n=-n),this.rotation=Math.atan2(-e[1]/n,e[0]/t),t<0&&n<0&&(this.rotation+=Math.PI,t=-t,n=-n),this.x=e[4],this.y=e[5],this.scaleX=t,this.scaleY=n}},e.prototype.decomposeTransform=function(){if(this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(Bt(Ut,e.invTransform,t),t=Ut);var n=this.originX,r=this.originY;(n||r)&&(zt[4]=n,zt[5]=r,Bt(Ut,t,zt),Ut[4]-=n,Ut[5]-=r,t=Ut),this.setLocalTransform(t)}},e.prototype.getGlobalScale=function(e){var t=this.transform;return e=e||[],t?(e[0]=Math.sqrt(t[0]*t[0]+t[1]*t[1]),e[1]=Math.sqrt(t[2]*t[2]+t[3]*t[3]),t[0]<0&&(e[0]=-e[0]),t[3]<0&&(e[1]=-e[1]),e):(e[0]=1,e[1]=1,e)},e.prototype.transformCoordToLocal=function(e,t){var n=[e,t],r=this.invTransform;return r&&Pe(n,n,r),n},e.prototype.transformCoordToGlobal=function(e,t){var n=[e,t],r=this.transform;return r&&Pe(n,n,r),n},e.prototype.getLineScale=function(){var e=this.transform;return e&&Yt(e[0]-1)>1e-10&&Yt(e[3]-1)>1e-10?Math.sqrt(Yt(e[0]*e[3]-e[2]*e[1])):1},e.getLocalTransform=function(e,t){t=t||[],Nt(t);var n=e.originX||0,r=e.originY||0,i=e.scaleX,a=e.scaleY,o=e.rotation||0,s=e.x,l=e.y;return t[4]-=n,t[5]-=r,t[0]*=i,t[1]*=a,t[2]*=i,t[3]*=a,t[4]*=i,t[5]*=a,o&&Lt(t,t,o),t[4]+=n,t[5]+=r,t[4]+=s,t[5]+=l,t},e.initDefaultProps=function(){var t=e.prototype;t.x=0,t.y=0,t.scaleX=1,t.scaleY=1,t.originX=0,t.originY=0,t.rotation=0,t.globalScaleRatio=1}(),e}(),jt=$t,Qt={linear:function(e){return e},quadraticIn:function(e){return e*e},quadraticOut:function(e){return e*(2-e)},quadraticInOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},cubicIn:function(e){return e*e*e},cubicOut:function(e){return--e*e*e+1},cubicInOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},quarticIn:function(e){return e*e*e*e},quarticOut:function(e){return 1- --e*e*e*e},quarticInOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},quinticIn:function(e){return e*e*e*e*e},quinticOut:function(e){return--e*e*e*e*e+1},quinticInOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},sinusoidalIn:function(e){return 1-Math.cos(e*Math.PI/2)},sinusoidalOut:function(e){return Math.sin(e*Math.PI/2)},sinusoidalInOut:function(e){return.5*(1-Math.cos(Math.PI*e))},exponentialIn:function(e){return 0===e?0:Math.pow(1024,e-1)},exponentialOut:function(e){return 1===e?1:1-Math.pow(2,-10*e)},exponentialInOut:function(e){return 0===e?0:1===e?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(2-Math.pow(2,-10*(e-1)))},circularIn:function(e){return 1-Math.sqrt(1-e*e)},circularOut:function(e){return Math.sqrt(1- --e*e)},circularInOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},elasticIn:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r))},elasticOut:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/r)+1)},elasticInOut:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),(e*=2)<1?n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r)*-.5:n*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r)*.5+1)},backIn:function(e){var t=1.70158;return e*e*((t+1)*e-t)},backOut:function(e){var t=1.70158;return--e*e*((t+1)*e+t)+1},backInOut:function(e){var t=2.5949095;return(e*=2)<1?e*e*((t+1)*e-t)*.5:.5*((e-=2)*e*((t+1)*e+t)+2)},bounceIn:function(e){return 1-Qt.bounceOut(1-e)},bounceOut:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},bounceInOut:function(e){return e<.5?.5*Qt.bounceIn(2*e):.5*Qt.bounceOut(2*e-1)+.5}},Vt=Qt,Wt=function(){function e(e){this._initialized=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=e.life||1e3,this._delay=e.delay||0,this.loop=null!=e.loop&&e.loop,this.gap=e.gap||0,this.easing=e.easing||"linear",this.onframe=e.onframe,this.ondestroy=e.ondestroy,this.onrestart=e.onrestart}return e.prototype.step=function(e,t){if(this._initialized||(this._startTime=e+this._delay,this._initialized=!0),!this._paused){var n=(e-this._startTime-this._pausedTime)/this._life;n<0&&(n=0),n=Math.min(n,1);var r=this.easing,i="string"===typeof r?Vt[r]:r,a="function"===typeof i?i(n):n;if(this.onframe&&this.onframe(a),1===n){if(!this.loop)return!0;this._restart(e),this.onrestart&&this.onrestart()}return!1}this._pausedTime+=t},e.prototype._restart=function(e){var t=(e-this._startTime-this._pausedTime)%this._life;this._startTime=e-t+this.gap,this._pausedTime=0},e.prototype.pause=function(){this._paused=!0},e.prototype.resume=function(){this._paused=!1},e}(),Kt=Wt,Gt=function(){function e(e){this.value=e}return e}(),Xt=function(){function e(){this._len=0}return e.prototype.insert=function(e){var t=new Gt(e);return this.insertEntry(t),t},e.prototype.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},e.prototype.remove=function(e){var t=e.prev,n=e.next;t?t.next=n:this.head=n,n?n.prev=t:this.tail=t,e.next=e.prev=null,this._len--},e.prototype.len=function(){return this._len},e.prototype.clear=function(){this.head=this.tail=null,this._len=0},e}(),qt=function(){function e(e){this._list=new Xt,this._maxSize=10,this._map={},this._maxSize=e}return e.prototype.put=function(e,t){var n=this._list,r=this._map,i=null;if(null==r[e]){var a=n.len(),o=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var s=n.head;n.remove(s),delete r[s.key],i=s.value,this._lastRemovedEntry=s}o?o.value=t:o=new Gt(t),o.key=e,n.insertEntry(o),r[e]=o}return i},e.prototype.get=function(e){var t=this._map[e],n=this._list;if(null!=t)return t!==n.tail&&(n.remove(t),n.insertEntry(t)),t.value},e.prototype.clear=function(){this._list.clear(),this._map={}},e.prototype.len=function(){return this._list.len()},e}(),Jt=qt,Zt={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function en(e){return e=Math.round(e),e<0?0:e>255?255:e}function tn(e){return e=Math.round(e),e<0?0:e>360?360:e}function nn(e){return e<0?0:e>1?1:e}function rn(e){var t=e;return t.length&&"%"===t.charAt(t.length-1)?en(parseFloat(t)/100*255):en(parseInt(t,10))}function an(e){var t=e;return t.length&&"%"===t.charAt(t.length-1)?nn(parseFloat(t)/100):nn(parseFloat(t))}function on(e,t,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?e+(t-e)*n*6:2*n<1?t:3*n<2?e+(t-e)*(2/3-n)*6:e}function sn(e,t,n){return e+(t-e)*n}function ln(e,t,n,r,i){return e[0]=t,e[1]=n,e[2]=r,e[3]=i,e}function cn(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}var un=new Jt(20),hn=null;function dn(e,t){hn&&cn(hn,t),hn=un.put(e,hn||t.slice())}function fn(e,t){if(e){t=t||[];var n=un.get(e);if(n)return cn(t,n);e+="";var r=e.replace(/ /g,"").toLowerCase();if(r in Zt)return cn(t,Zt[r]),dn(e,t),t;var i=r.length;if("#"!==r.charAt(0)){var a=r.indexOf("("),o=r.indexOf(")");if(-1!==a&&o+1===i){var s=r.substr(0,a),l=r.substr(a+1,o-(a+1)).split(","),c=1;switch(s){case"rgba":if(4!==l.length)return 3===l.length?ln(t,+l[0],+l[1],+l[2],1):ln(t,0,0,0,1);c=an(l.pop());case"rgb":return 3!==l.length?void ln(t,0,0,0,1):(ln(t,rn(l[0]),rn(l[1]),rn(l[2]),c),dn(e,t),t);case"hsla":return 4!==l.length?void ln(t,0,0,0,1):(l[3]=an(l[3]),pn(l,t),dn(e,t),t);case"hsl":return 3!==l.length?void ln(t,0,0,0,1):(pn(l,t),dn(e,t),t);default:return}}ln(t,0,0,0,1)}else{if(4===i||5===i){var u=parseInt(r.slice(1,4),16);return u>=0&&u<=4095?(ln(t,(3840&u)>>4|(3840&u)>>8,240&u|(240&u)>>4,15&u|(15&u)<<4,5===i?parseInt(r.slice(4),16)/15:1),dn(e,t),t):void ln(t,0,0,0,1)}if(7===i||9===i){u=parseInt(r.slice(1,7),16);return u>=0&&u<=16777215?(ln(t,(16711680&u)>>16,(65280&u)>>8,255&u,9===i?parseInt(r.slice(7),16)/255:1),dn(e,t),t):void ln(t,0,0,0,1)}}}}function pn(e,t){var n=(parseFloat(e[0])%360+360)%360/360,r=an(e[1]),i=an(e[2]),a=i<=.5?i*(r+1):i+r-i*r,o=2*i-a;return t=t||[],ln(t,en(255*on(o,a,n+1/3)),en(255*on(o,a,n)),en(255*on(o,a,n-1/3)),1),4===e.length&&(t[3]=e[3]),t}function mn(e){if(e){var t,n,r=e[0]/255,i=e[1]/255,a=e[2]/255,o=Math.min(r,i,a),s=Math.max(r,i,a),l=s-o,c=(s+o)/2;if(0===l)t=0,n=0;else{n=c<.5?l/(s+o):l/(2-s-o);var u=((s-r)/6+l/2)/l,h=((s-i)/6+l/2)/l,d=((s-a)/6+l/2)/l;r===s?t=d-h:i===s?t=1/3+u-d:a===s&&(t=2/3+h-u),t<0&&(t+=1),t>1&&(t-=1)}var f=[360*t,n,c];return null!=e[3]&&f.push(e[3]),f}}function gn(e,t){var n=fn(e);if(n){for(var r=0;r<3;r++)n[r]=t<0?n[r]*(1-t)|0:(255-n[r])*t+n[r]|0,n[r]>255?n[r]=255:n[r]<0&&(n[r]=0);return _n(n,4===n.length?"rgba":"rgb")}}function vn(e){var t=fn(e);if(t)return((1<<24)+(t[0]<<16)+(t[1]<<8)+ +t[2]).toString(16).slice(1)}function An(e,t,n){if(t&&t.length&&e>=0&&e<=1){n=n||[];var r=e*(t.length-1),i=Math.floor(r),a=Math.ceil(r),o=t[i],s=t[a],l=r-i;return n[0]=en(sn(o[0],s[0],l)),n[1]=en(sn(o[1],s[1],l)),n[2]=en(sn(o[2],s[2],l)),n[3]=nn(sn(o[3],s[3],l)),n}}function yn(e,t,n,r){var i=fn(e);if(e)return i=mn(i),null!=t&&(i[0]=tn(t)),null!=n&&(i[1]=an(n)),null!=r&&(i[2]=an(r)),_n(pn(i),"rgba")}function bn(e,t){var n=fn(e);if(n&&null!=t)return n[3]=nn(t),_n(n,"rgba")}function _n(e,t){if(e&&e.length){var n=e[0]+","+e[1]+","+e[2];return"rgba"!==t&&"hsva"!==t&&"hsla"!==t||(n+=","+e[3]),t+"("+n+")"}}function wn(e,t){var n=fn(e);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*t:0}var xn=Array.prototype.slice;function Cn(e,t,n){return(t-e)*n+e}function Sn(e,t,n){return n>.5?t:e}function kn(e,t,n,r){for(var i=t.length,a=0;ao;if(s)r.length=o;else for(var l=a;l=2&&this.interpolable},e.prototype.getAdditiveTrack=function(){return this._additiveTrack},e.prototype.addKeyframe=function(e,t){e>=this.maxTime?this.maxTime=e:this._needsSort=!0;var n=this.keyframes,r=n.length;if(this.interpolable)if(N(t)){var i=Pn(t);if(r>0&&this.arrDim!==i)return void(this.interpolable=!1);if(1===i&&"number"!==typeof t[0]||2===i&&"number"!==typeof t[0][0])return void(this.interpolable=!1);if(r>0){var a=n[r-1];this._isAllValueEqual&&(1===i&&Dn(t,a.value)||(this._isAllValueEqual=!1))}this.arrDim=i}else{if(this.arrDim>0)return void(this.interpolable=!1);if("string"===typeof t){var o=fn(t);o?(t=o,this.isValueColor=!0):this.interpolable=!1}else if("number"!==typeof t)return void(this.interpolable=!1);if(this._isAllValueEqual&&r>0){a=n[r-1];(this.isValueColor&&!Dn(a.value,t)||a.value!==t)&&(this._isAllValueEqual=!1)}}var s={time:e,value:t,percent:0};return this.keyframes.push(s),s},e.prototype.prepare=function(e){var t=this.keyframes;this._needsSort&&t.sort((function(e,t){return e.time-t.time}));for(var n=this.arrDim,r=t.length,i=t[r-1],a=0;a0&&a!==r-1&&Bn(t[a].value,i.value,n);if(e&&this.needsAnimate()&&e.needsAnimate()&&n===e.arrDim&&this.isValueColor===e.isValueColor&&!e._finished){this._additiveTrack=e;var o=t[0].value;for(a=0;a=0;n--)if(a[n].percent<=t)break;n=Math.min(n,o-2)}else{for(n=this._lastFrame;nt)break;n=Math.min(n-1,o-2)}var h=a[n+1],d=a[n];if(d&&h){this._lastFrame=n,this._lastFramePercent=t;var f=h.percent-d.percent;if(0!==f){var p=(t-d.percent)/f,m=r?this._additiveValue:c?Un:e[s];if((l>0||c)&&!m&&(m=this._additiveValue=[]),this.useSpline){var g=a[n][i],v=a[0===n?n:n-1][i],A=a[n>o-2?o-1:n+1][i],y=a[n>o-3?o-1:n+2][i];if(l>0)1===l?On(m,v,g,A,y,p,p*p,p*p*p):In(m,v,g,A,y,p,p*p,p*p*p);else if(c)On(m,v,g,A,y,p,p*p,p*p*p),r||(e[s]=Nn(m));else{var b=void 0;b=this.interpolable?Ln(v,g,A,y,p,p*p,p*p*p):A,r?this._additiveValue=b:e[s]=b}}else if(l>0)1===l?kn(m,d[i],h[i],p):Mn(m,d[i],h[i],p);else if(c)kn(m,d[i],h[i],p),r||(e[s]=Nn(m));else{b=void 0;b=this.interpolable?Cn(d[i],h[i],p):Sn(d[i],h[i],p),r?this._additiveValue=b:e[s]=b}r&&this._addToTarget(e)}}}},e.prototype._addToTarget=function(e){var t=this.arrDim,n=this.propName,r=this._additiveValue;0===t?this.isValueColor?(fn(e[n],Un),En(Un,Un,r,1),e[n]=Nn(Un)):e[n]=e[n]+r:1===t?En(e[n],e[n],r,1):2===t&&Tn(e[n],e[n],r,1)},e}(),Yn=function(){function e(e,t,n){this._tracks={},this._trackKeys=[],this._delay=0,this._maxTime=0,this._paused=!1,this._started=0,this._clip=null,this._target=e,this._loop=t,t&&n?k("Can' use additive animation on looped animation."):this._additiveAnimators=n}return e.prototype.getTarget=function(){return this._target},e.prototype.changeTarget=function(e){this._target=e},e.prototype.when=function(e,t){return this.whenWithKeys(e,t,Y(t))},e.prototype.whenWithKeys=function(e,t,n){for(var r=this._tracks,i=0;i0)){this._started=1;for(var n=this,r=[],i=0;i1){var o=a.pop();i.addKeyframe(o.time,e[r]),i.prepare(i.getAdditiveTrack())}}}},e}(),$n=Yn,jn=function(){function e(e,t){this.x=e||0,this.y=t||0}return e.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this},e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.set=function(e,t){return this.x=e,this.y=t,this},e.prototype.equal=function(e){return e.x===this.x&&e.y===this.y},e.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this},e.prototype.scale=function(e){this.x*=e,this.y*=e},e.prototype.scaleAndAdd=function(e,t){this.x+=e.x*t,this.y+=e.y*t},e.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this},e.prototype.dot=function(e){return this.x*e.x+this.y*e.y},e.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},e.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},e.prototype.normalize=function(){var e=this.len();return this.x/=e,this.y/=e,this},e.prototype.distance=function(e){var t=this.x-e.x,n=this.y-e.y;return Math.sqrt(t*t+n*n)},e.prototype.distanceSquare=function(e){var t=this.x-e.x,n=this.y-e.y;return t*t+n*n},e.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},e.prototype.transform=function(e){if(e){var t=this.x,n=this.y;return this.x=e[0]*t+e[2]*n+e[4],this.y=e[1]*t+e[3]*n+e[5],this}},e.prototype.toArray=function(e){return e[0]=this.x,e[1]=this.y,e},e.prototype.fromArray=function(e){this.x=e[0],this.y=e[1]},e.set=function(e,t,n){e.x=t,e.y=n},e.copy=function(e,t){e.x=t.x,e.y=t.y},e.len=function(e){return Math.sqrt(e.x*e.x+e.y*e.y)},e.lenSquare=function(e){return e.x*e.x+e.y*e.y},e.dot=function(e,t){return e.x*t.x+e.y*t.y},e.add=function(e,t,n){e.x=t.x+n.x,e.y=t.y+n.y},e.sub=function(e,t,n){e.x=t.x-n.x,e.y=t.y-n.y},e.scale=function(e,t,n){e.x=t.x*n,e.y=t.y*n},e.scaleAndAdd=function(e,t,n,r){e.x=t.x+n.x*r,e.y=t.y+n.y*r},e.lerp=function(e,t,n,r){var i=1-r;e.x=i*t.x+r*n.x,e.y=i*t.y+r*n.y},e}(),Qn=jn,Vn=Math.min,Wn=Math.max,Kn=new Qn,Gn=new Qn,Xn=new Qn,qn=new Qn,Jn=new Qn,Zn=new Qn,er=function(){function e(e,t,n,r){n<0&&isFinite(n)&&(e+=n,n=-n),r<0&&isFinite(r)&&(t+=r,r=-r),this.x=e,this.y=t,this.width=n,this.height=r}return e.prototype.union=function(e){var t=Vn(e.x,this.x),n=Vn(e.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=Wn(e.x+e.width,this.x+this.width)-t:this.width=e.width,isFinite(this.y)&&isFinite(this.height)?this.height=Wn(e.y+e.height,this.y+this.height)-n:this.height=e.height,this.x=t,this.y=n},e.prototype.applyTransform=function(t){e.applyTransform(this,this,t)},e.prototype.calculateTransform=function(e){var t=this,n=e.width/t.width,r=e.height/t.height,i=Mt();return Dt(i,i,[-t.x,-t.y]),Ot(i,i,[n,r]),Dt(i,i,[e.x,e.y]),i},e.prototype.intersect=function(t,n){if(!t)return!1;t instanceof e||(t=e.create(t));var r=this,i=r.x,a=r.x+r.width,o=r.y,s=r.y+r.height,l=t.x,c=t.x+t.width,u=t.y,h=t.y+t.height,d=!(ap&&(p=y,mp&&(p=b,v=n.x&&e<=n.x+n.width&&t>=n.y&&t<=n.y+n.height},e.prototype.clone=function(){return new e(this.x,this.y,this.width,this.height)},e.prototype.copy=function(t){e.copy(this,t)},e.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},e.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},e.prototype.isZero=function(){return 0===this.width||0===this.height},e.create=function(t){return new e(t.x,t.y,t.width,t.height)},e.copy=function(e,t){e.x=t.x,e.y=t.y,e.width=t.width,e.height=t.height},e.applyTransform=function(t,n,r){if(r){if(r[1]<1e-5&&r[1]>-1e-5&&r[2]<1e-5&&r[2]>-1e-5){var i=r[0],a=r[3],o=r[4],s=r[5];return t.x=n.x*i+o,t.y=n.y*a+s,t.width=n.width*i,t.height=n.height*a,t.width<0&&(t.x+=t.width,t.width=-t.width),void(t.height<0&&(t.y+=t.height,t.height=-t.height))}Kn.x=Xn.x=n.x,Kn.y=qn.y=n.y,Gn.x=qn.x=n.x+n.width,Gn.y=Xn.y=n.y+n.height,Kn.transform(r),qn.transform(r),Gn.transform(r),Xn.transform(r),t.x=Vn(Kn.x,Gn.x,Xn.x,qn.x),t.y=Vn(Kn.y,Gn.y,Xn.y,qn.y);var l=Wn(Kn.x,Gn.x,Xn.x,qn.x),c=Wn(Kn.y,Gn.y,Xn.y,qn.y);t.width=l-t.x,t.height=c-t.y}else t!==n&&e.copy(t,n)},e}(),tr=er,nr={},rr="12px sans-serif";function ir(e,t){return Rn||(Rn=L().getContext("2d")),Hn!==t&&(Hn=Rn.font=t||rr),Rn.measureText(e)}var ar={measureText:ir};function or(e,t){t=t||rr;var n=nr[t];n||(n=nr[t]=new Jt(500));var r=n.get(e);return null==r&&(r=ar.measureText(e,t).width,n.put(e,r)),r}function sr(e,t,n,r){var i=or(e,t),a=hr(t),o=cr(0,i,n),s=ur(0,a,r),l=new tr(o,s,i,a);return l}function lr(e,t,n,r){var i=((e||"")+"").split("\n"),a=i.length;if(1===a)return sr(i[0],t,n,r);for(var o=new tr(0,0,0,0),s=0;s=0?parseFloat(e)/100*t:parseFloat(e):e}function fr(e,t,n){var r=t.position||"inside",i=null!=t.distance?t.distance:5,a=n.height,o=n.width,s=a/2,l=n.x,c=n.y,u="left",h="top";if(r instanceof Array)l+=dr(r[0],n.width),c+=dr(r[1],n.height),u=null,h=null;else switch(r){case"left":l-=i,c+=s,u="right",h="middle";break;case"right":l+=i+o,c+=s,h="middle";break;case"top":l+=o/2,c-=i,u="center",h="bottom";break;case"bottom":l+=o/2,c+=a+i,u="center";break;case"inside":l+=o/2,c+=s,u="center",h="middle";break;case"insideLeft":l+=i,c+=s,h="middle";break;case"insideRight":l+=o-i,c+=s,u="right",h="middle";break;case"insideTop":l+=o/2,c+=i,u="center";break;case"insideBottom":l+=o/2,c+=a-i,u="center",h="bottom";break;case"insideTopLeft":l+=i,c+=i;break;case"insideTopRight":l+=o-i,c+=i,u="right";break;case"insideBottomLeft":l+=i,c+=a-i,h="bottom";break;case"insideBottomRight":l+=o-i,c+=a-i,u="right",h="bottom";break}return e=e||{},e.x=l,e.y=c,e.align=u,e.verticalAlign=h,e}var pr=1;"undefined"!==typeof window&&(pr=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var mr=pr,gr=.4,vr="#333",Ar="#ccc",yr="#eee",br="__zr_normal__",_r=["x","y","scaleX","scaleY","originX","originY","rotation","ignore"],wr={x:!0,y:!0,scaleX:!0,scaleY:!0,originX:!0,originY:!0,rotation:!0,ignore:!1},xr={},Cr=new tr(0,0,0,0),Sr=function(){function e(e){this.id=S(),this.animators=[],this.currentStates=[],this.states={},this._init(e)}return e.prototype._init=function(e){this.attr(e)},e.prototype.drift=function(e,t,n){switch(this.draggable){case"horizontal":t=0;break;case"vertical":e=0;break}var r=this.transform;r||(r=this.transform=[1,0,0,1,0,0]),r[4]+=e,r[5]+=t,this.decomposeTransform(),this.markRedraw()},e.prototype.beforeUpdate=function(){},e.prototype.afterUpdate=function(){},e.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},e.prototype.updateInnerText=function(e){var t=this._textContent;if(t&&(!t.ignore||e)){this.textConfig||(this.textConfig={});var n=this.textConfig,r=n.local,i=t.attachedTransform,a=void 0,o=void 0,s=!1;i.parent=r?this:null;var l=!1;if(i.x=t.x,i.y=t.y,i.originX=t.originX,i.originY=t.originY,i.rotation=t.rotation,i.scaleX=t.scaleX,i.scaleY=t.scaleY,null!=n.position){var c=Cr;n.layoutRect?c.copy(n.layoutRect):c.copy(this.getBoundingRect()),r||c.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(xr,n,c):fr(xr,n,c),i.x=xr.x,i.y=xr.y,a=xr.align,o=xr.verticalAlign;var u=n.origin;if(u&&null!=n.rotation){var h=void 0,d=void 0;"center"===u?(h=.5*c.width,d=.5*c.height):(h=dr(u[0],c.width),d=dr(u[1],c.height)),l=!0,i.originX=-i.x+h+(r?0:c.x),i.originY=-i.y+d+(r?0:c.y)}}null!=n.rotation&&(i.rotation=n.rotation);var f=n.offset;f&&(i.x+=f[0],i.y+=f[1],l||(i.originX=-f[0],i.originY=-f[1]));var p=null==n.inside?"string"===typeof n.position&&n.position.indexOf("inside")>=0:n.inside,m=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),g=void 0,v=void 0,A=void 0;p&&this.canBeInsideText()?(g=n.insideFill,v=n.insideStroke,null!=g&&"auto"!==g||(g=this.getInsideTextFill()),null!=v&&"auto"!==v||(v=this.getInsideTextStroke(g),A=!0)):(g=n.outsideFill,v=n.outsideStroke,null!=g&&"auto"!==g||(g=this.getOutsideFill()),null!=v&&"auto"!==v||(v=this.getOutsideStroke(g),A=!0)),g=g||"#000",g===m.fill&&v===m.stroke&&A===m.autoStroke&&a===m.align&&o===m.verticalAlign||(s=!0,m.fill=g,m.stroke=v,m.autoStroke=A,m.align=a,m.verticalAlign=o,t.setDefaultTextStyle(m)),s&&t.dirtyStyle(),t.markRedraw()}},e.prototype.canBeInsideText=function(){return!0},e.prototype.getInsideTextFill=function(){return"#fff"},e.prototype.getInsideTextStroke=function(e){return"#000"},e.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?Ar:vr},e.prototype.getOutsideStroke=function(e){var t=this.__zr&&this.__zr.getBackgroundColor(),n="string"===typeof t&&fn(t);n||(n=[255,255,255,1]);for(var r=n[3],i=this.__zr.isDarkMode(),a=0;a<3;a++)n[a]=n[a]*r+(i?0:255)*(1-r);return n[3]=1,_n(n,"rgba")},e.prototype.traverse=function(e,t){},e.prototype.attrKV=function(e,t){"textConfig"===e?this.setTextConfig(t):"textContent"===e?this.setTextContent(t):"clipPath"===e?this.setClipPath(t):"extra"===e?(this.extra=this.extra||{},B(this.extra,t)):this[e]=t},e.prototype.hide=function(){this.ignore=!0,this.markRedraw()},e.prototype.show=function(){this.ignore=!1,this.markRedraw()},e.prototype.attr=function(e,t){if("string"===typeof e)this.attrKV(e,t);else if(q(e))for(var n=e,r=Y(n),i=0;i0},e.prototype.getState=function(e){return this.states[e]},e.prototype.ensureState=function(e){var t=this.states;return t[e]||(t[e]={}),t[e]},e.prototype.clearStates=function(e){this.useState(br,!1,e)},e.prototype.useState=function(t,n,r){var i=t===br,a=this.hasState();if(a||!i){var o=this.currentStates,s=this.stateTransition;if(!(O(o,t)>=0)||!n&&1!==o.length){var l;if(this.stateProxy&&!i&&(l=this.stateProxy(t)),l||(l=this.states&&this.states[t]),l||i){i||this.saveCurrentToNormalState(l);var c=!(!l||!l.hoverLayer);return c&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,l,this._normalState,n,!r&&!this.__inHover&&s&&s.duration>0,s),this._textContent&&this._textContent.useState(t,n),this._textGuide&&this._textGuide.useState(t,n),i?(this.currentStates=[],this._normalState={}):n?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~e.REDARAW_BIT),l}k("State "+t+" not exists.")}}},e.prototype.useStates=function(t,n){if(t.length){var r=[],i=this.currentStates,a=t.length,o=a===i.length;if(o)for(var s=0;s0,d),this._textContent&&this._textContent.useStates(t),this._textGuide&&this._textGuide.useStates(t),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!u&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~e.REDARAW_BIT)}else this.clearStates()},e.prototype._updateAnimationTargets=function(){for(var e=0;e=0){var n=this.currentStates.slice();n.splice(t,1),this.useStates(n)}},e.prototype.replaceState=function(e,t,n){var r=this.currentStates.slice(),i=O(r,e),a=O(r,t)>=0;i>=0?a?r.splice(i,1):r[i]=t:n&&!a&&r.push(t),this.useStates(r)},e.prototype.toggleState=function(e,t){t?this.useState(e,!0):this.removeState(e)},e.prototype._mergeStates=function(e){for(var t,n={},r=0;r=0&&t.splice(n,1)})),this.animators.push(e),n&&n.animation.addAnimator(e),n&&n.wakeUp()},e.prototype.updateDuringAnimation=function(e){this.markRedraw()},e.prototype.stopAnimation=function(e,t){for(var n=this.animators,r=n.length,i=[],a=0;a8)&&(i("position","_legacyPos","x","y"),i("scale","_legacyScale","scaleX","scaleY"),i("origin","_legacyOrigin","originX","originY"))}(),e}();function kr(e,t,n,r,i){n=n||{};var a=[];Br(e,"",e,t,n,r,a,i);var o=a.length,s=!1,l=n.done,c=n.aborted,u=function(){s=!0,o--,o<=0&&(s?l&&l():c&&c())},h=function(){o--,o<=0&&(s?l&&l():c&&c())};o||l&&l(),a.length>0&&n.during&&a[0].during((function(e,t){n.during(t)}));for(var d=0;d0||i.force&&!o.length){for(var y=e.animators,b=[],_=0;_=Lr)t|=1&e,e>>=1;return e+t}function Fr(e,t,n,r){var i=t+1;if(i===n)return 1;if(r(e[i++],e[t])<0){while(i=0)i++;return i-t}function Nr(e,t,n){n--;while(t>>1,i(o,e[a])<0?l=a:s=a+1;var c=r-s;switch(c){case 3:e[s+3]=e[s+2];case 2:e[s+2]=e[s+1];case 1:e[s+1]=e[s];break;default:while(c>0)e[s+c]=e[s+c-1],c--}e[s]=o}}function Rr(e,t,n,r,i,a){var o=0,s=0,l=1;if(a(e,t[n+i])>0){s=r-i;while(l0)o=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),o+=i,l+=i}else{s=i+1;while(ls&&(l=s);var c=o;o=i-l,l=i-c}o++;while(o>>1);a(e,t[n+u])>0?o=u+1:l=u}return l}function Hr(e,t,n,r,i,a){var o=0,s=0,l=1;if(a(e,t[n+i])<0){s=i+1;while(ls&&(l=s);var c=o;o=i-l,l=i-c}else{s=r-i;while(l=0)o=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),o+=i,l+=i}o++;while(o>>1);a(e,t[n+u])<0?l=u:o=u+1}return l}function Ur(e,t){var n,r,i=Or,a=0,o=0;a=e.length;var s=[];function l(e,t){n[o]=e,r[o]=t,o+=1}function c(){while(o>1){var e=o-2;if(e>=1&&r[e-1]<=r[e]+r[e+1]||e>=2&&r[e-2]<=r[e]+r[e-1])r[e-1]r[e+1])break;h(e)}}function u(){while(o>1){var e=o-2;e>0&&r[e-1]=Or||f>=Or);if(p)break;m<0&&(m=0),m+=2}if(i=m,i<1&&(i=1),1===r){for(l=0;l=0;l--)e[f+l]=e[d+l];if(0===r){v=!0;break}}if(e[h--]=s[u--],1===--o){v=!0;break}if(g=o-Rr(e[c],s,0,o,o-1,t),0!==g){for(h-=g,u-=g,o-=g,f=h+1,d=u+1,l=0;l=Or||g>=Or);if(v)break;p<0&&(p=0),p+=2}if(i=p,i<1&&(i=1),1===o){for(h-=r,c-=r,f=h+1,d=c+1,l=r-1;l>=0;l--)e[f+l]=e[d+l];e[h]=s[u]}else{if(0===o)throw new Error;for(d=h-(o-1),l=0;l=0;l--)e[f+l]=e[d+l];e[h]=s[u]}else for(d=h-(o-1),l=0;ls&&(l=s),Pr(e,n,n+l,n+a,t),a=l}o.pushRun(n,a),o.mergeRuns(),i-=a,n+=a}while(0!==i);o.forceMergeRuns()}}var Yr=!1;function $r(){Yr||(Yr=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function jr(e,t){return e.zlevel===t.zlevel?e.z===t.z?e.z2-t.z2:e.z-t.z:e.zlevel-t.zlevel}var Qr,Vr=function(){function e(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=jr}return e.prototype.traverse=function(e,t){for(var n=0;n0&&(c.__clipPaths=[]),isNaN(c.z)&&($r(),c.z=0),isNaN(c.z2)&&($r(),c.z2=0),isNaN(c.zlevel)&&($r(),c.zlevel=0),this._displayList[this._displayListLen++]=c}var u=e.getDecalElement&&e.getDecalElement();u&&this._updateAndAddDisplayable(u,t,n);var h=e.getTextGuideLine();h&&this._updateAndAddDisplayable(h,t,n);var d=e.getTextContent();d&&this._updateAndAddDisplayable(d,t,n)}},e.prototype.addRoot=function(e){e.__zr&&e.__zr.storage===this||this._roots.push(e)},e.prototype.delRoot=function(e){if(e instanceof Array)for(var t=0,n=e.length;t=0&&this._roots.splice(r,1)}},e.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},e.prototype.getRoots=function(){return this._roots},e.prototype.dispose=function(){this._displayList=null,this._roots=null},e}(),Wr=Vr;Qr="undefined"!==typeof window&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(e){return setTimeout(e,16)};var Kr=Qr,Gr=function(e){function t(t){var n=e.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,t=t||{},n.stage=t.stage||{},n.onframe=t.onframe||function(){},n}return a(t,e),t.prototype.addClip=function(e){e.animation&&this.removeClip(e),this._clipsHead?(this._clipsTail.next=e,e.prev=this._clipsTail,e.next=null,this._clipsTail=e):this._clipsHead=this._clipsTail=e,e.animation=this},t.prototype.addAnimator=function(e){e.animation=this;var t=e.getClip();t&&this.addClip(t)},t.prototype.removeClip=function(e){if(e.animation){var t=e.prev,n=e.next;t?t.next=n:this._clipsHead=n,n?n.prev=t:this._clipsTail=t,e.next=e.prev=e.animation=null}},t.prototype.removeAnimator=function(e){var t=e.getClip();t&&this.removeClip(t),e.animation=null},t.prototype.update=function(e){var t=(new Date).getTime()-this._pausedTime,n=t-this._time,r=this._clipsHead;while(r){var i=r.next,a=r.step(t,n);a?(r.ondestroy&&r.ondestroy(),this.removeClip(r),r=i):r=i}this._time=t,e||(this.onframe(n),this.trigger("frame",n),this.stage.update&&this.stage.update())},t.prototype._startLoop=function(){var e=this;function t(){e._running&&(Kr(t),!e._paused&&e.update())}this._running=!0,Kr(t)},t.prototype.start=function(){this._running||(this._time=(new Date).getTime(),this._pausedTime=0,this._startLoop())},t.prototype.stop=function(){this._running=!1},t.prototype.pause=function(){this._paused||(this._pauseStart=(new Date).getTime(),this._paused=!0)},t.prototype.resume=function(){this._paused&&(this._pausedTime+=(new Date).getTime()-this._pauseStart,this._paused=!1)},t.prototype.clear=function(){var e=this._clipsHead;while(e){var t=e.next;e.prev=e.next=e.animation=null,e=t}this._clipsHead=this._clipsTail=null},t.prototype.isFinished=function(){return null==this._clipsHead},t.prototype.animate=function(e,t){t=t||{},this.start();var n=new $n(e,t.loop);return this.addAnimator(n),n},t}(je),Xr=Gr,qr=300,Jr=d.domSupported,Zr=function(){var e=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],t=["touchstart","touchend","touchmove"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},r=R(e,(function(e){var t=e.replace("mouse","pointer");return n.hasOwnProperty(t)?t:e}));return{mouse:e,touch:t,pointer:r}}(),ei={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},ti=!1;function ni(e){var t=e.pointerType;return"pen"===t||"touch"===t}function ri(e){e.touching=!0,null!=e.touchTimer&&(clearTimeout(e.touchTimer),e.touchTimer=null),e.touchTimer=setTimeout((function(){e.touching=!1,e.touchTimer=null}),700)}function ii(e){e&&(e.zrByTouch=!0)}function ai(e,t){return st(e.dom,new si(e,t),!0)}function oi(e,t){var n=t,r=!1;while(n&&9!==n.nodeType&&!(r=n.domBelongToZr||n!==t&&n===e.painterRoot))n=n.parentNode;return r}var si=function(){function e(e,t){this.stopPropagation=be,this.stopImmediatePropagation=be,this.preventDefault=be,this.type=t.type,this.target=this.currentTarget=e.dom,this.pointerType=t.pointerType,this.clientX=t.clientX,this.clientY=t.clientY}return e}(),li={mousedown:function(e){e=st(this.dom,e),this.__mayPointerCapture=[e.zrX,e.zrY],this.trigger("mousedown",e)},mousemove:function(e){e=st(this.dom,e);var t=this.__mayPointerCapture;!t||e.zrX===t[0]&&e.zrY===t[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",e)},mouseup:function(e){e=st(this.dom,e),this.__togglePointerCapture(!1),this.trigger("mouseup",e)},mouseout:function(e){e=st(this.dom,e);var t=e.toElement||e.relatedTarget;oi(this,t)||(this.__pointerCapturing&&(e.zrEventControl="no_globalout"),this.trigger("mouseout",e))},wheel:function(e){ti=!0,e=st(this.dom,e),this.trigger("mousewheel",e)},mousewheel:function(e){ti||(e=st(this.dom,e),this.trigger("mousewheel",e))},touchstart:function(e){e=st(this.dom,e),ii(e),this.__lastTouchMoment=new Date,this.handler.processGesture(e,"start"),li.mousemove.call(this,e),li.mousedown.call(this,e)},touchmove:function(e){e=st(this.dom,e),ii(e),this.handler.processGesture(e,"change"),li.mousemove.call(this,e)},touchend:function(e){e=st(this.dom,e),ii(e),this.handler.processGesture(e,"end"),li.mouseup.call(this,e),+new Date-+this.__lastTouchMoment=0&&(n.splice(r,0,e),this._doAdd(e))}return this},t.prototype.replaceAt=function(e,t){var n=this._children,r=n[t];if(e&&e!==this&&e.parent!==this&&e!==r){n[t]=e,r.parent=null;var i=this.__zr;i&&r.removeSelfFromZr(i),this._doAdd(e)}return this},t.prototype._doAdd=function(e){e.parent&&e.parent.remove(e),e.parent=this;var t=this.__zr;t&&t!==e.__zr&&e.addSelfToZr(t),t&&t.refresh()},t.prototype.remove=function(e){var t=this.__zr,n=this._children,r=O(n,e);return r<0||(n.splice(r,1),e.parent=null,t&&e.removeSelfFromZr(t),t&&t.refresh()),this},t.prototype.removeAll=function(){for(var e=this._children,t=this.__zr,n=0;n0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},e.prototype.setSleepAfterStill=function(e){this._sleepAfterStill=e},e.prototype.wakeUp=function(){this.animation.start(),this._stillFrameAccum=0},e.prototype.addHover=function(e){},e.prototype.removeHover=function(e){},e.prototype.clearHover=function(){},e.prototype.refreshHover=function(){this._needsRefreshHover=!0},e.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover()},e.prototype.resize=function(e){e=e||{},this.painter.resize(e.width,e.height),this.handler.resize()},e.prototype.clearAnimation=function(){this.animation.clear()},e.prototype.getWidth=function(){return this.painter.getWidth()},e.prototype.getHeight=function(){return this.painter.getHeight()},e.prototype.pathToImage=function(e,t){if(this.painter.pathToImage)return this.painter.pathToImage(e,t)},e.prototype.setCursorStyle=function(e){this.handler.setCursorStyle(e)},e.prototype.findHover=function(e,t){return this.handler.findHover(e,t)},e.prototype.on=function(e,t,n){return this.handler.on(e,t,n),this},e.prototype.off=function(e,t){this.handler.off(e,t)},e.prototype.trigger=function(e,t){this.handler.trigger(e,t)},e.prototype.clear=function(){for(var e=this.storage.getRoots(),t=0;t0){if(e<=t[0])return n[0];if(e>=t[1])return n[1]}else{if(e>=t[0])return n[0];if(e<=t[1])return n[1]}else{if(e===t[0])return n[0];if(e===t[1])return n[1]}return(e-t[0])/i*a+n[0]}function Bi(e,t){switch(e){case"center":case"middle":e="50%";break;case"left":case"top":e="0%";break;case"right":case"bottom":e="100%";break}return"string"===typeof e?Ei(e).match(/%$/)?parseFloat(e)/100*t:parseFloat(e):null==e?NaN:+e}function Di(e,t,n){return null==t&&(t=10),t=Math.min(Math.max(0,t),20),e=(+e).toFixed(t),n?e:+e}function Li(e){return e.sort((function(e,t){return e-t})),e}function Oi(e){if(e=+e,isNaN(e))return 0;var t=1,n=0;while(Math.round(e*t)/t!==e)t*=10,n++;return n}function Ii(e){var t=e.toString(),n=t.indexOf("e");if(n>0){var r=+t.slice(n+1);return r<0?-r:0}var i=t.indexOf(".");return i<0?0:t.length-1-i}function Fi(e,t){var n=Math.log,r=Math.LN10,i=Math.floor(n(e[1]-e[0])/r),a=Math.round(n(Math.abs(t[1]-t[0]))/r),o=Math.min(Math.max(-i+a,0),20);return isFinite(o)?o:20}function Ni(e,t,n){if(!e[t])return 0;var r=H(e,(function(e,t){return e+(isNaN(t)?0:t)}),0);if(0===r)return 0;var i=Math.pow(10,n),a=R(e,(function(e){return(isNaN(e)?0:e)/r*i*100})),o=100*i,s=R(a,(function(e){return Math.floor(e)})),l=H(s,(function(e,t){return e+t}),0),c=R(a,(function(e,t){return e-s[t]}));while(lu&&(u=c[d],h=d);++s[h],c[h]=0,++l}return s[t]/i}var Pi=9007199254740991;function Ri(e){var t=2*Math.PI;return(e%t+t)%t}function Hi(e){return e>-Mi&&e=10&&t++,t}function ji(e,t){var n,r=$i(e),i=Math.pow(10,r),a=e/i;return n=t?a<1.5?1:a<2.5?2:a<4?3:a<7?5:10:a<1?1:a<2?2:a<3?3:a<5?5:10,e=n*i,r>=-20?+e.toFixed(r<0?-r:0):e}function Qi(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),i=+e[r-1],a=n-r;return a?i+a*(e[r]-i):i}function Vi(e){e.sort((function(e,t){return s(e,t,0)?-1:1}));for(var t=-1/0,n=1,r=0;r=0||i&&O(i,s)<0)){var l=n.getShallow(s,t);null!=l&&(a[e[o][0]]=l)}}return a}}var Ka=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],Ga=Wa(Ka),Xa=function(){function e(){}return e.prototype.getAreaStyle=function(e,t){return Ga(this,e,t)},e}(),qa=new Jt(50);function Ja(e){if("string"===typeof e){var t=qa.get(e);return t&&t.image}return e}function Za(e,t,n,r,i){if(e){if("string"===typeof e){if(t&&t.__zrImageSrc===e||!n)return t;var a=qa.get(e),o={hostEl:n,cb:r,cbPayload:i};return a?(t=a.image,!to(t)&&a.pending.push(o)):(t=new Image,t.onload=t.onerror=eo,qa.put(e,t.__cachedImgObj={image:t,pending:[o]}),t.src=t.__zrImageSrc=e),t}return e}return t}function eo(){var e=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var t=0;t=o;l++)s-=o;var c=or(n,t);return c>s&&(n="",c=0),s=e-c,i.ellipsis=n,i.ellipsisWidth=c,i.contentWidth=s,i.containerWidth=e,i}function ao(e,t){var n=t.containerWidth,r=t.font,i=t.contentWidth;if(!n)return"";var a=or(e,r);if(a<=n)return e;for(var o=0;;o++){if(a<=i||o>=t.maxIterations){e+=t.ellipsis;break}var s=0===o?oo(e,i,t.ascCharWidth,t.cnCharWidth):a>0?Math.floor(e.length*i/a):0;e=e.substr(0,s),a=or(e,r)}return""===e&&(e=t.placeholder),e}function oo(e,t,n,r){for(var i=0,a=0,o=e.length;ad&&c){var f=Math.floor(d/l);n=n.slice(0,f)}var p=d,m=u;if(i&&(p+=i[0]+i[2],null!=m&&(m+=i[1]+i[3])),e&&o&&null!=m)for(var g=io(u,a,t.ellipsis,{minChar:t.truncateMinChar,placeholder:t.placeholder}),v=0;vl&&fo(n,e.substring(l,c),t,s),fo(n,r[2],t,s,r[1]),l=no.lastIndex}la){_>0?(A.tokens=A.tokens.slice(0,_),g(A,b,y),n.lines=n.lines.slice(0,v+1)):n.lines=n.lines.slice(0,v);break e}var E=x.width,T=null==E||"auto"===E;if("string"===typeof E&&"%"===E.charAt(E.length-1))w.percentWidth=E,u.push(w),w.contentWidth=or(w.text,k);else{if(T){var B=x.backgroundColor,D=B&&B.image;D&&(D=Ja(D),to(D)&&(w.width=Math.max(w.width,D.width*M/D.height)))}var L=p&&null!=i?i-b:null;null!=L&&L0&&p+r.accumWidth>r.width&&(a=t.split("\n"),h=!0),r.accumWidth=p}else{var m=vo(t,u,r.width,r.breakAll,r.accumWidth);r.accumWidth=m.accumWidth+f,o=m.linesWidths,a=m.lines}}else a=t.split("\n");for(var g=0;g=33&&t<=255}var mo=H(",&?/;] ".split(""),(function(e,t){return e[t]=!0,e}),{});function go(e){return!po(e)||!!mo[e]}function vo(e,t,n,r,i){for(var a=[],o=[],s="",l="",c=0,u=0,h=0;hn:i+u+f>n)?u?(s||l)&&(p?(s||(s=l,l="",c=0,u=c),a.push(s),o.push(u-c),l+=d,c+=f,s="",u=c):(l&&(s+=l,u+=c,l="",c=0),a.push(s),o.push(u),s=d,u=f)):p?(a.push(l),o.push(c),l=d,c=f):(a.push(d),o.push(f)):(u+=f,p?(l+=d,c+=f):(l&&(s+=l,l="",c=0),s+=d))}else l&&(s+=l,u+=c),a.push(s),o.push(u),s="",l="",c=0,u=0}return a.length||s||(s=e,l="",c=0),l&&(s+=l),s&&(a.push(s),o.push(u)),1===a.length&&(u+=i),{accumWidth:u,lines:a,linesWidths:o}}function Ao(e,t){return"string"===typeof e?e.lastIndexOf("%")>=0?parseFloat(e)/100*t:parseFloat(e):e}var yo="__zr_style_"+Math.round(10*Math.random()),bo={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},_o={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};bo[yo]=!0;var wo=["z","z2","invisible"],xo=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype._init=function(t){for(var n=Y(t),r=0;r-Bo&&eBo||e<-Bo}function Ho(e,t,n,r,i){var a=1-i;return a*a*(a*e+3*i*t)+i*i*(i*r+3*a*n)}function Uo(e,t,n,r,i){var a=1-i;return 3*(((t-e)*a+2*(n-t)*i)*a+(r-n)*i*i)}function zo(e,t,n,r,i,a){var o=r+3*(t-n)-e,s=3*(n-2*t+e),l=3*(t-e),c=e-i,u=s*s-3*o*l,h=s*l-9*o*c,d=l*l-3*s*c,f=0;if(Po(u)&&Po(h))if(Po(s))a[0]=0;else{var p=-l/s;p>=0&&p<=1&&(a[f++]=p)}else{var m=h*h-4*u*d;if(Po(m)){var g=h/u,v=(p=-s/o+g,-g/2);p>=0&&p<=1&&(a[f++]=p),v>=0&&v<=1&&(a[f++]=v)}else if(m>0){var A=To(m),y=u*s+1.5*o*(-h+A),b=u*s+1.5*o*(-h-A);y=y<0?-Eo(-y,Oo):Eo(y,Oo),b=b<0?-Eo(-b,Oo):Eo(b,Oo);p=(-s-(y+b))/(3*o);p>=0&&p<=1&&(a[f++]=p)}else{var _=(2*u*s-3*o*h)/(2*To(u*u*u)),w=Math.acos(_)/3,x=To(u),C=Math.cos(w),S=(p=(-s-2*x*C)/(3*o),v=(-s+x*(C+Lo*Math.sin(w)))/(3*o),(-s+x*(C-Lo*Math.sin(w)))/(3*o));p>=0&&p<=1&&(a[f++]=p),v>=0&&v<=1&&(a[f++]=v),S>=0&&S<=1&&(a[f++]=S)}}return f}function Yo(e,t,n,r,i){var a=6*n-12*t+6*e,o=9*t+3*r-3*e-9*n,s=3*t-3*e,l=0;if(Po(o)){if(Ro(a)){var c=-s/a;c>=0&&c<=1&&(i[l++]=c)}}else{var u=a*a-4*o*s;if(Po(u))i[0]=-a/(2*o);else if(u>0){var h=To(u),d=(c=(-a+h)/(2*o),(-a-h)/(2*o));c>=0&&c<=1&&(i[l++]=c),d>=0&&d<=1&&(i[l++]=d)}}return l}function $o(e,t,n,r,i,a){var o=(t-e)*i+e,s=(n-t)*i+t,l=(r-n)*i+n,c=(s-o)*i+o,u=(l-s)*i+s,h=(u-c)*i+c;a[0]=e,a[1]=o,a[2]=c,a[3]=h,a[4]=h,a[5]=u,a[6]=l,a[7]=r}function jo(e,t,n,r,i,a,o,s,l,c,u){var h,d,f,p,m,g=.005,v=1/0;Io[0]=l,Io[1]=c;for(var A=0;A<1;A+=.05)Fo[0]=Ho(e,n,i,o,A),Fo[1]=Ho(t,r,a,s,A),p=Fe(Io,Fo),p=0&&p=0&&c<=1&&(i[l++]=c)}}else{var u=o*o-4*a*s;if(Po(u)){c=-o/(2*a);c>=0&&c<=1&&(i[l++]=c)}else if(u>0){var h=To(u),d=(c=(-o+h)/(2*a),(-o-h)/(2*a));c>=0&&c<=1&&(i[l++]=c),d>=0&&d<=1&&(i[l++]=d)}}return l}function Go(e,t,n){var r=e+n-2*t;return 0===r?.5:(e-t)/r}function Xo(e,t,n,r,i){var a=(t-e)*r+e,o=(n-t)*r+t,s=(o-a)*r+a;i[0]=e,i[1]=a,i[2]=s,i[3]=s,i[4]=o,i[5]=n}function qo(e,t,n,r,i,a,o,s,l){var c,u=.005,h=1/0;Io[0]=o,Io[1]=s;for(var d=0;d<1;d+=.05){Fo[0]=Vo(e,n,i,d),Fo[1]=Vo(t,r,a,d);var f=Fe(Io,Fo);f=0&&f1e-4)return s[0]=e-n,s[1]=t-r,l[0]=e+n,void(l[1]=t+r);if(is[0]=ns(i)*n+e,is[1]=ts(i)*r+t,as[0]=ns(a)*n+e,as[1]=ts(a)*r+t,c(s,is,as),u(l,is,as),i%=rs,i<0&&(i+=rs),a%=rs,a<0&&(a+=rs),i>a&&!o?a+=rs:ii&&(os[0]=ns(f)*n+e,os[1]=ts(f)*r+t,c(s,os,s),u(l,os,l))}var ps={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},ms=[],gs=[],vs=[],As=[],ys=[],bs=[],_s=Math.min,ws=Math.max,xs=Math.cos,Cs=Math.sin,Ss=Math.sqrt,ks=Math.abs,Ms=Math.PI,Es=2*Ms,Ts="undefined"!==typeof Float32Array,Bs=[];function Ds(e){var t=Math.round(e/Ms*1e8)/1e8;return t%2*Ms}function Ls(e,t){var n=Ds(e[0]);n<0&&(n+=Es);var r=n-e[0],i=e[1];i+=r,!t&&i-n>=Es?i=n+Es:t&&n-i>=Es?i=n-Es:!t&&n>i?i=n+(Es-Ds(n-i)):t&&n0&&(this._ux=ks(n/mr/e)||0,this._uy=ks(n/mr/t)||0)},e.prototype.setDPR=function(e){this.dpr=e},e.prototype.setContext=function(e){this._ctx=e},e.prototype.getContext=function(){return this._ctx},e.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},e.prototype.reset=function(){this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},e.prototype.moveTo=function(e,t){return this.addData(ps.M,e,t),this._ctx&&this._ctx.moveTo(e,t),this._x0=e,this._y0=t,this._xi=e,this._yi=t,this},e.prototype.lineTo=function(e,t){var n=ks(e-this._xi)>this._ux||ks(t-this._yi)>this._uy||this._len<5;return this.addData(ps.L,e,t),this._ctx&&n&&(this._needsDash?this._dashedLineTo(e,t):this._ctx.lineTo(e,t)),n&&(this._xi=e,this._yi=t),this},e.prototype.bezierCurveTo=function(e,t,n,r,i,a){return this.addData(ps.C,e,t,n,r,i,a),this._ctx&&(this._needsDash?this._dashedBezierTo(e,t,n,r,i,a):this._ctx.bezierCurveTo(e,t,n,r,i,a)),this._xi=i,this._yi=a,this},e.prototype.quadraticCurveTo=function(e,t,n,r){return this.addData(ps.Q,e,t,n,r),this._ctx&&(this._needsDash?this._dashedQuadraticTo(e,t,n,r):this._ctx.quadraticCurveTo(e,t,n,r)),this._xi=n,this._yi=r,this},e.prototype.arc=function(e,t,n,r,i,a){Bs[0]=r,Bs[1]=i,Ls(Bs,a),r=Bs[0],i=Bs[1];var o=i-r;return this.addData(ps.A,e,t,n,n,r,o,0,a?0:1),this._ctx&&this._ctx.arc(e,t,n,r,i,a),this._xi=xs(i)*n+e,this._yi=Cs(i)*n+t,this},e.prototype.arcTo=function(e,t,n,r,i){return this._ctx&&this._ctx.arcTo(e,t,n,r,i),this},e.prototype.rect=function(e,t,n,r){return this._ctx&&this._ctx.rect(e,t,n,r),this.addData(ps.R,e,t,n,r),this},e.prototype.closePath=function(){this.addData(ps.Z);var e=this._ctx,t=this._x0,n=this._y0;return e&&(this._needsDash&&this._dashedLineTo(t,n),e.closePath()),this._xi=t,this._yi=n,this},e.prototype.fill=function(e){e&&e.fill(),this.toStatic()},e.prototype.stroke=function(e){e&&e.stroke(),this.toStatic()},e.prototype.setLineDash=function(e){if(e instanceof Array){this._lineDash=e,this._dashIdx=0;for(var t=0,n=0;nc.length&&(this._expandData(),c=this.data);for(var u=0;u0&&f<=e||u<0&&f>=e||0===u&&(h>0&&p<=t||h<0&&p>=t))r=this._dashIdx,n=a[r],f+=u*n,p+=h*n,this._dashIdx=(r+1)%m,u>0&&fl||h>0&&pc||o[r%2?"moveTo":"lineTo"](u>=0?_s(f,e):ws(f,e),h>=0?_s(p,t):ws(p,t));u=f-e,h=p-t,this._dashOffset=-Ss(u*u+h*h)},e.prototype._dashedBezierTo=function(e,t,n,r,i,a){var o,s,l,c,u,h=this._ctx,d=this._dashSum,f=this._dashOffset,p=this._lineDash,m=this._xi,g=this._yi,v=0,A=this._dashIdx,y=p.length,b=0;for(f<0&&(f=d+f),f%=d,o=0;o<1;o+=.1)s=Ho(m,e,n,i,o+.1)-Ho(m,e,n,i,o),l=Ho(g,t,r,a,o+.1)-Ho(g,t,r,a,o),v+=Ss(s*s+l*l);for(;Af)break;o=(b-f)/v;while(o<=1)c=Ho(m,e,n,i,o),u=Ho(g,t,r,a,o),A%2?h.moveTo(c,u):h.lineTo(c,u),o+=p[A]/v,A=(A+1)%y;A%2!==0&&h.lineTo(i,a),s=i-c,l=a-u,this._dashOffset=-Ss(s*s+l*l)},e.prototype._dashedQuadraticTo=function(e,t,n,r){var i=n,a=r;n=(n+2*e)/3,r=(r+2*t)/3,e=(this._xi+2*e)/3,t=(this._yi+2*t)/3,this._dashedBezierTo(e,t,n,r,i,a)},e.prototype.toStatic=function(){if(this._saveData){var e=this.data;e instanceof Array&&(e.length=this._len,Ts&&this._len>11&&(this.data=new Float32Array(e)))}},e.prototype.getBoundingRect=function(){vs[0]=vs[1]=ys[0]=ys[1]=Number.MAX_VALUE,As[0]=As[1]=bs[0]=bs[1]=-Number.MAX_VALUE;var e,t=this.data,n=0,r=0,i=0,a=0;for(e=0;en||ks(A)>r||h===t-1)&&(p=Math.sqrt(v*v+A*A),i=m,a=g);break;case ps.C:var y=e[h++],b=e[h++],_=(m=e[h++],g=e[h++],e[h++]),w=e[h++];p=Qo(i,a,y,b,m,g,_,w,10),i=_,a=w;break;case ps.Q:y=e[h++],b=e[h++],m=e[h++],g=e[h++];p=Jo(i,a,y,b,m,g,10),i=m,a=g;break;case ps.A:var x=e[h++],C=e[h++],S=e[h++],k=e[h++],M=e[h++],E=e[h++],T=E+M;h+=1;e[h++];f&&(o=xs(M)*S+x,s=Cs(M)*k+C),p=ws(S,k)*_s(Es,Math.abs(E)),i=xs(T)*S+x,a=Cs(T)*k+C;break;case ps.R:o=i=e[h++],s=a=e[h++];var B=e[h++],D=e[h++];p=2*B+2*D;break;case ps.Z:v=o-i,A=s-a;p=Math.sqrt(v*v+A*A),i=o,a=s;break}p>=0&&(l[u++]=p,c+=p)}return this._pathLen=c,c},e.prototype.rebuildPath=function(e,t){var n,r,i,a,o,s,l,c,u,h=this.data,d=this._ux,f=this._uy,p=this._len,m=t<1,g=0,v=0;if(!m||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,c=this._pathLen,u=t*c,u))e:for(var A=0;Ad||ks(s-a)>f||A===p-1){if(m){var _=l[v++];if(g+_>u){var w=(u-g)/_;e.lineTo(i*(1-w)+o*w,a*(1-w)+s*w);break e}g+=_}e.lineTo(o,s),i=o,a=s}break;case ps.C:var x=h[A++],C=h[A++],S=h[A++],k=h[A++],M=h[A++],E=h[A++];if(m){_=l[v++];if(g+_>u){w=(u-g)/_;$o(i,x,S,M,w,ms),$o(a,C,k,E,w,gs),e.bezierCurveTo(ms[1],gs[1],ms[2],gs[2],ms[3],gs[3]);break e}g+=_}e.bezierCurveTo(x,C,S,k,M,E),i=M,a=E;break;case ps.Q:x=h[A++],C=h[A++],S=h[A++],k=h[A++];if(m){_=l[v++];if(g+_>u){w=(u-g)/_;Xo(i,x,S,w,ms),Xo(a,C,k,w,gs),e.quadraticCurveTo(ms[1],gs[1],ms[2],gs[2]);break e}g+=_}e.quadraticCurveTo(x,C,S,k),i=S,a=k;break;case ps.A:var T=h[A++],B=h[A++],D=h[A++],L=h[A++],O=h[A++],I=h[A++],F=h[A++],N=!h[A++],P=D>L?D:L,R=ks(D-L)>.001,H=O+I,U=!1;if(m){_=l[v++];g+_>u&&(H=O+I*(u-g)/_,U=!0),g+=_}if(R&&e.ellipse?e.ellipse(T,B,D,L,F,O,H,N):e.arc(T,B,P,O,H,N),U)break e;b&&(n=xs(O)*D+T,r=Cs(O)*L+B),i=xs(H)*D+T,a=Cs(H)*L+B;break;case ps.R:n=i=h[A],r=a=h[A+1],o=h[A++],s=h[A++];var z=h[A++],Y=h[A++];if(m){_=l[v++];if(g+_>u){var $=u-g;e.moveTo(o,s),e.lineTo(o+_s($,z),s),$-=z,$>0&&e.lineTo(o+z,s+_s($,Y)),$-=Y,$>0&&e.lineTo(o+ws(z-$,0),s+Y),$-=z,$>0&&e.lineTo(o,s+ws(Y-$,0));break e}g+=_}e.rect(o,s,z,Y);break;case ps.Z:if(m){_=l[v++];if(g+_>u){w=(u-g)/_;e.lineTo(i*(1-w)+n*w,a*(1-w)+r*w);break e}g+=_}e.closePath(),i=n,a=r}}},e.CMD=ps,e.initDefaultProps=function(){var t=e.prototype;t._saveData=!0,t._needsDash=!1,t._dashOffset=0,t._dashIdx=0,t._dashSum=0,t._ux=0,t._uy=0}(),e}(),Is=Os;function Fs(e,t,n,r,i,a,o){if(0===i)return!1;var s=i,l=0,c=e;if(o>t+s&&o>r+s||oe+s&&a>n+s||at+h&&u>r+h&&u>a+h&&u>s+h||ue+h&&c>n+h&&c>i+h&&c>o+h||ct+c&&l>r+c&&l>a+c||le+c&&s>n+c&&s>i+c||sn||u+ci&&(i+=Us);var d=Math.atan2(l,s);return d<0&&(d+=Us),d>=r&&d<=i||d+Us>=r&&d+Us<=i}function Ys(e,t,n,r,i,a){if(a>t&&a>r||ai?s:0}var $s=Is.CMD,js=2*Math.PI,Qs=1e-4;function Vs(e,t){return Math.abs(e-t)t&&c>r&&c>a&&c>s||c1&&Gs(),f=Ho(t,r,a,s,Ks[0]),d>1&&(p=Ho(t,r,a,s,Ks[1]))),2===d?gt&&s>r&&s>a||s=0&&c<=1){for(var u=0,h=Vo(t,r,a,c),d=0;dn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);Ws[0]=-l,Ws[1]=l;var c=Math.abs(r-i);if(c<1e-4)return 0;if(c>=js-1e-4){r=0,i=js;var u=a?1:-1;return o>=Ws[0]+e&&o<=Ws[1]+e?u:0}if(r>i){var h=r;r=i,i=h}r<0&&(r+=js,i+=js);for(var d=0,f=0;f<2;f++){var p=Ws[f];if(p+e>o){var m=Math.atan2(s,p);u=a?1:-1;m<0&&(m=js+m),(m>=r&&m<=i||m+js>=r&&m+js<=i)&&(m>Math.PI/2&&m<1.5*Math.PI&&(u=-u),d+=u)}}return d}function Zs(e,t,n,r,i){for(var a,o,s=e.data,l=e.len(),c=0,u=0,h=0,d=0,f=0,p=0;p1&&(n||(c+=Ys(u,h,d,f,r,i))),g&&(u=s[p],h=s[p+1],d=u,f=h),m){case $s.M:d=s[p++],f=s[p++],u=d,h=f;break;case $s.L:if(n){if(Fs(u,h,s[p],s[p+1],t,r,i))return!0}else c+=Ys(u,h,s[p],s[p+1],r,i)||0;u=s[p++],h=s[p++];break;case $s.C:if(n){if(Ns(u,h,s[p++],s[p++],s[p++],s[p++],s[p],s[p+1],t,r,i))return!0}else c+=Xs(u,h,s[p++],s[p++],s[p++],s[p++],s[p],s[p+1],r,i)||0;u=s[p++],h=s[p++];break;case $s.Q:if(n){if(Ps(u,h,s[p++],s[p++],s[p],s[p+1],t,r,i))return!0}else c+=qs(u,h,s[p++],s[p++],s[p],s[p+1],r,i)||0;u=s[p++],h=s[p++];break;case $s.A:var v=s[p++],A=s[p++],y=s[p++],b=s[p++],_=s[p++],w=s[p++];p+=1;var x=!!(1-s[p++]);a=Math.cos(_)*y+v,o=Math.sin(_)*b+A,g?(d=a,f=o):c+=Ys(u,h,a,o,r,i);var C=(r-v)*b/y+v;if(n){if(zs(v,A,b,_,_+w,x,t,C,i))return!0}else c+=Js(v,A,b,_,_+w,x,C,i);u=Math.cos(_+w)*y+v,h=Math.sin(_+w)*b+A;break;case $s.R:d=u=s[p++],f=h=s[p++];var S=s[p++],k=s[p++];if(a=d+S,o=f+k,n){if(Fs(d,f,a,f,t,r,i)||Fs(a,f,a,o,t,r,i)||Fs(a,o,d,o,t,r,i)||Fs(d,o,d,f,t,r,i))return!0}else c+=Ys(a,f,a,o,r,i),c+=Ys(d,o,d,f,r,i);break;case $s.Z:if(n){if(Fs(u,h,d,f,t,r,i))return!0}else c+=Ys(u,h,d,f,r,i);u=d,h=f;break}}return n||Vs(h,f)||(c+=Ys(u,h,d,f,r,i)||0),0!==c}function el(e,t,n){return Zs(e,0,!1,t,n)}function tl(e,t,n,r){return Zs(e,t,!0,n,r)}var nl=D({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},bo),rl={style:D({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},_o.style)},il=["x","y","rotation","scaleX","scaleY","originX","originY","invisible","culling","z","z2","zlevel","parent"],al=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.update=function(){var n=this;e.prototype.update.call(this);var r=this.style;if(r.decal){var i=this._decalEl=this._decalEl||new t;i.buildPath===t.prototype.buildPath&&(i.buildPath=function(e){n.buildPath(e,n.shape)}),i.silent=!0;var a=i.style;for(var o in r)a[o]!==r[o]&&(a[o]=r[o]);a.fill=r.fill?r.decal:null,a.decal=null,a.shadowColor=null,r.strokeFirst&&(a.stroke=null);for(var s=0;s.5?vr:t>.2?yr:Ar}if(e)return Ar}return vr},t.prototype.getInsideTextStroke=function(e){var t=this.style.fill;if(K(t)){var n=this.__zr,r=!(!n||!n.isDarkMode()),i=wn(e,0)0))},t.prototype.hasFill=function(){var e=this.style,t=e.fill;return null!=t&&"none"!==t},t.prototype.getBoundingRect=function(){var e=this._rect,n=this.style,r=!e;if(r){var i=!1;this.path||(i=!0,this.createPathProxy());var a=this.path;(i||this.__dirty&t.SHAPE_CHANGED_BIT)&&(a.beginPath(),this.buildPath(a,this.shape,!1),this.pathUpdated()),e=a.getBoundingRect()}if(this._rect=e,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectWithStroke||(this._rectWithStroke=e.clone());if(this.__dirty||r){o.copy(e);var s=n.strokeNoScale?this.getLineScale():1,l=n.lineWidth;if(!this.hasFill()){var c=this.strokeContainThreshold;l=Math.max(l,null==c?4:c)}s>1e-10&&(o.width+=l/s,o.height+=l/s,o.x-=l/s/2,o.y-=l/s/2)}return o}return e},t.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect(),i=this.style;if(e=n[0],t=n[1],r.contain(e,t)){var a=this.path;if(this.hasStroke()){var o=i.lineWidth,s=i.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(o=Math.max(o,this.strokeContainThreshold)),tl(a,o/s,e,t)))return!0}if(this.hasFill())return el(a,e,t)}return!1},t.prototype.dirtyShape=function(){this.__dirty|=t.SHAPE_CHANGED_BIT,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},t.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},t.prototype.animateShape=function(e){return this.animate("shape",e)},t.prototype.updateDuringAnimation=function(e){"style"===e?this.dirtyStyle():"shape"===e?this.dirtyShape():this.markRedraw()},t.prototype.attrKV=function(t,n){"shape"===t?this.setShape(n):e.prototype.attrKV.call(this,t,n)},t.prototype.setShape=function(e,t){var n=this.shape;return n||(n=this.shape={}),"string"===typeof e?n[e]=t:B(n,e),this.dirtyShape(),this},t.prototype.shapeChanged=function(){return!!(this.__dirty&t.SHAPE_CHANGED_BIT)},t.prototype.createStyle=function(e){return Ae(nl,e)},t.prototype._innerSaveToNormal=function(t){e.prototype._innerSaveToNormal.call(this,t);var n=this._normalState;t.shape&&!n.shape&&(n.shape=B({},this.shape))},t.prototype._applyStateObj=function(t,n,r,i,a,o){e.prototype._applyStateObj.call(this,t,n,r,i,a,o);var s,l=!(n&&i);if(n&&n.shape?a?i?s=n.shape:(s=B({},r.shape),B(s,n.shape)):(s=B({},i?this.shape:r.shape),B(s,n.shape)):l&&(s=r.shape),s)if(a){this.shape=B({},this.shape);for(var c={},u=Y(s),h=0;h0},t.prototype.hasFill=function(){var e=this.style,t=e.fill;return null!=t&&"none"!==t},t.prototype.createStyle=function(e){return Ae(sl,e)},t.prototype.setBoundingRect=function(e){this._rect=e},t.prototype.getBoundingRect=function(){var e=this.style;if(!this._rect){var t=e.text;null!=t?t+="":t="";var n=lr(t,e.font,e.textAlign,e.textBaseline);if(n.x+=e.x||0,n.y+=e.y||0,this.hasStroke()){var r=e.lineWidth;n.x-=r/2,n.y-=r/2,n.width+=r,n.height+=r}this._rect=n}return this._rect},t.initDefaultProps=function(){var e=t.prototype;e.dirtyRectTolerance=10}(),t}(Mo);ll.prototype.type="tspan";var cl=ll,ul=D({x:0,y:0},bo),hl={style:D({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},_o.style)};function dl(e){return!!(e&&"string"!==typeof e&&e.width&&e.height)}var fl=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.createStyle=function(e){return Ae(ul,e)},t.prototype._getSize=function(e){var t=this.style,n=t[e];if(null!=n)return n;var r=dl(t.image)?t.image:this.__image;if(!r)return 0;var i="width"===e?"height":"width",a=t[i];return null==a?r[e]:r[e]/r[i]*a},t.prototype.getWidth=function(){return this._getSize("width")},t.prototype.getHeight=function(){return this._getSize("height")},t.prototype.getAnimationStyleProps=function(){return hl},t.prototype.getBoundingRect=function(){var e=this.style;return this._rect||(this._rect=new tr(e.x||0,e.y||0,this.getWidth(),this.getHeight())),this._rect},t}(Mo);fl.prototype.type="image";var pl=fl;function ml(e,t){var n,r,i,a,o,s=t.x,l=t.y,c=t.width,u=t.height,h=t.r;c<0&&(s+=c,c=-c),u<0&&(l+=u,u=-u),"number"===typeof h?n=r=i=a=h:h instanceof Array?1===h.length?n=r=i=a=h[0]:2===h.length?(n=i=h[0],r=a=h[1]):3===h.length?(n=h[0],r=a=h[1],i=h[2]):(n=h[0],r=h[1],i=h[2],a=h[3]):n=r=i=a=0,n+r>c&&(o=n+r,n*=c/o,r*=c/o),i+a>c&&(o=i+a,i*=c/o,a*=c/o),r+i>u&&(o=r+i,r*=u/o,i*=u/o),n+a>u&&(o=n+a,n*=u/o,a*=u/o),e.moveTo(s+n,l),e.lineTo(s+c-r,l),0!==r&&e.arc(s+c-r,l+r,r,-Math.PI/2,0),e.lineTo(s+c,l+u-i),0!==i&&e.arc(s+c-i,l+u-i,i,0,Math.PI/2),e.lineTo(s+a,l+u),0!==a&&e.arc(s+a,l+u-a,a,Math.PI/2,Math.PI),e.lineTo(s,l+n),0!==n&&e.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}var gl=Math.round;function vl(e,t,n){if(t){var r=t.x1,i=t.x2,a=t.y1,o=t.y2;e.x1=r,e.x2=i,e.y1=a,e.y2=o;var s=n&&n.lineWidth;return s?(gl(2*r)===gl(2*i)&&(e.x1=e.x2=yl(r,s,!0)),gl(2*a)===gl(2*o)&&(e.y1=e.y2=yl(a,s,!0)),e):e}}function Al(e,t,n){if(t){var r=t.x,i=t.y,a=t.width,o=t.height;e.x=r,e.y=i,e.width=a,e.height=o;var s=n&&n.lineWidth;return s?(e.x=yl(r,s,!0),e.y=yl(i,s,!0),e.width=Math.max(yl(r+a,s,!1)-e.x,0===a?0:1),e.height=Math.max(yl(i+o,s,!1)-e.y,0===o?0:1),e):e}}function yl(e,t,n){if(!t)return e;var r=gl(2*e);return(r+gl(t))%2===0?r/2:(r+(n?1:-1))/2}var bl=function(){function e(){this.x=0,this.y=0,this.width=0,this.height=0}return e}(),_l={},wl=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.getDefaultShape=function(){return new bl},t.prototype.buildPath=function(e,t){var n,r,i,a;if(this.subPixelOptimize){var o=Al(_l,t,this.style);n=o.x,r=o.y,i=o.width,a=o.height,o.r=t.r,t=o}else n=t.x,r=t.y,i=t.width,a=t.height;t.r?ml(e,t):e.rect(n,r,i,a)},t.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},t}(ol);wl.prototype.type="rect";var xl=wl,Cl={fill:"#000"},Sl=2,kl={style:D({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},_o.style)},Ml=function(e){function t(t){var n=e.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=Cl,n.attr(t),n}return a(t,e),t.prototype.childrenRef=function(){return this._children},t.prototype.update=function(){this.styleChanged()&&this._updateSubTexts();for(var t=0;t0,S=null!=e.width&&("truncate"===e.overflow||"break"===e.overflow||"breakAll"===e.overflow),k=i.calculatedLineHeight,M=0;M=0&&(E=b[M],"right"===E.align))this._placeToken(E,e,w,m,k,"right",v),x-=E.width,k-=E.width,M--;S+=(r-(S-p)-(g-k)-x)/2;while(C<=M)E=b[C],this._placeToken(E,e,w,m,S+E.width/2,"center",v),S+=E.width,C++;m+=w}},t.prototype._placeToken=function(e,t,n,r,i,a,o){var s=t.rich[e.styleName]||{};s.text=e.text;var l=e.verticalAlign,c=r+n/2;"top"===l?c=r+e.height/2:"bottom"===l&&(c=r+n-e.height/2);var u=!e.isLineHolder&&Nl(s);u&&this._renderBackground(s,t,"right"===a?i-e.width:"center"===a?i-e.width/2:i,c-e.height/2,e.width,e.height);var h=!!s.backgroundColor,d=e.textPadding;d&&(i=Il(i,a,d),c-=e.height/2-d[0]-e.innerHeight/2);var f=this._getOrCreateChild(cl),p=f.createStyle();f.useStyle(p);var m=this._defaultStyle,g=!1,v=0,A=Ll("fill"in s?s.fill:"fill"in t?t.fill:(g=!0,m.fill)),y=Ll("stroke"in s?s.stroke:"stroke"in t?t.stroke:h||o||m.autoStroke&&!g?null:(v=Sl,m.stroke)),b=s.textShadowBlur>0||t.textShadowBlur>0;p.text=e.text,p.x=i,p.y=c,b&&(p.shadowBlur=s.textShadowBlur||t.textShadowBlur||0,p.shadowColor=s.textShadowColor||t.textShadowColor||"transparent",p.shadowOffsetX=s.textShadowOffsetX||t.textShadowOffsetX||0,p.shadowOffsetY=s.textShadowOffsetY||t.textShadowOffsetY||0),p.textAlign=a,p.textBaseline="middle",p.font=e.font||rr,p.opacity=se(s.opacity,t.opacity,1),y&&(p.lineWidth=se(s.lineWidth,t.lineWidth,v),p.lineDash=oe(s.lineDash,t.lineDash),p.lineDashOffset=t.lineDashOffset||0,p.stroke=y),A&&(p.fill=A);var _=e.contentWidth,w=e.contentHeight;f.setBoundingRect(new tr(cr(p.x,_,p.textAlign),ur(p.y,w,p.textBaseline),_,w))},t.prototype._renderBackground=function(e,t,n,r,i,a){var o,s,l=e.backgroundColor,c=e.borderWidth,u=e.borderColor,h=K(l),d=e.borderRadius,f=this;if(h||c&&u){o=this._getOrCreateChild(xl),o.useStyle(o.createStyle()),o.style.fill=null;var p=o.shape;p.x=n,p.y=r,p.width=i,p.height=a,p.r=d,o.dirtyShape()}if(h){var m=o.style;m.fill=l||null,m.fillOpacity=oe(e.fillOpacity,1)}else if(l&&l.image){s=this._getOrCreateChild(pl),s.onload=function(){f.dirtyStyle()};var g=s.style;g.image=l.image,g.x=n,g.y=r,g.width=i,g.height=a}if(c&&u){m=o.style;m.lineWidth=c,m.stroke=u,m.strokeOpacity=oe(e.strokeOpacity,1),m.lineDash=e.borderDash,m.lineDashOffset=e.borderDashOffset||0,o.strokeContainThreshold=0,o.hasFill()&&o.hasStroke()&&(m.strokeFirst=!0,m.lineWidth*=2)}var v=(o||s).style;v.shadowBlur=e.shadowBlur||0,v.shadowColor=e.shadowColor||"transparent",v.shadowOffsetX=e.shadowOffsetX||0,v.shadowOffsetY=e.shadowOffsetY||0,v.opacity=se(e.opacity,t.opacity,1)},t.makeFont=function(e){var t="";if(e.fontSize||e.fontFamily||e.fontWeight){var n="";n="string"!==typeof e.fontSize||-1===e.fontSize.indexOf("px")&&-1===e.fontSize.indexOf("rem")&&-1===e.fontSize.indexOf("em")?isNaN(+e.fontSize)?"12px":e.fontSize+"px":e.fontSize,t=[e.fontStyle,e.fontWeight,n,e.fontFamily||"sans-serif"].join(" ")}return t&&he(t)||e.textFont||e.font},t}(Mo),El={left:!0,right:1,center:1},Tl={top:1,bottom:1,middle:1};function Bl(e){return Dl(e),P(e.rich,Dl),e}function Dl(e){if(e){e.font=Ml.makeFont(e);var t=e.align;"middle"===t&&(t="center"),e.align=null==t||El[t]?t:"left";var n=e.verticalAlign;"center"===n&&(n="middle"),e.verticalAlign=null==n||Tl[n]?n:"top";var r=e.padding;r&&(e.padding=ce(e.padding))}}function Ll(e,t){return null==e||t<=0||"transparent"===e||"none"===e?null:e.image||e.colorStops?"#000":e}function Ol(e){return null==e||"none"===e?null:e.image||e.colorStops?"#000":e}function Il(e,t,n){return"right"===t?e-n[1]:"center"===t?e+n[3]/2-n[1]/2:e+n[3]}function Fl(e){var t=e.text;return null!=t&&(t+=""),t}function Nl(e){return!!(e.backgroundColor||e.borderWidth&&e.borderColor)}var Pl=Ml,Rl=wa(),Hl=1,Ul={},zl=wa(),Yl=0,$l=1,jl=2,Ql=["emphasis","blur","select"],Vl=["normal","emphasis","blur","select"],Wl=10,Kl=9,Gl="highlight",Xl="downplay",ql="select",Jl="unselect",Zl="toggleSelect";function ec(e){return null!=e&&"none"!==e}var tc=new Jt(100);function nc(e){if("string"!==typeof e)return e;var t=tc.get(e);return t||(t=gn(e,-.1),tc.put(e,t)),t}function rc(e,t,n){e.onHoverStateChange&&(e.hoverState||0)!==n&&e.onHoverStateChange(t),e.hoverState=n}function ic(e){rc(e,"emphasis",jl)}function ac(e){e.hoverState===jl&&rc(e,"normal",Yl)}function oc(e){rc(e,"blur",$l)}function sc(e){e.hoverState===$l&&rc(e,"normal",Yl)}function lc(e){e.selected=!0}function cc(e){e.selected=!1}function uc(e,t,n){t(e,n)}function hc(e,t,n){uc(e,t,n),e.isGroup&&e.traverse((function(e){uc(e,t,n)}))}function dc(e,t){switch(t){case"emphasis":e.hoverState=jl;break;case"normal":e.hoverState=Yl;break;case"blur":e.hoverState=$l;break;case"select":e.selected=!0}}function fc(e,t,n,r){for(var i=e.style,a={},o=0;o=0,a=!1;if(e instanceof ol){var o=zl(e),s=i&&o.selectFill||o.normalFill,l=i&&o.selectStroke||o.normalStroke;if(ec(s)||ec(l)){r=r||{};var c=r.style||{};!ec(c.fill)&&ec(s)?(a=!0,r=B({},r),c=B({},c),c.fill=nc(s)):!ec(c.stroke)&&ec(l)&&(a||(r=B({},r),c=B({},c)),c.stroke=nc(l)),r.style=c}}if(r&&null==r.z2){a||(r=B({},r));var u=e.z2EmphasisLift;r.z2=e.z2+(null!=u?u:Wl)}return r}function mc(e,t,n){if(n&&null==n.z2){n=B({},n);var r=e.z2SelectLift;n.z2=e.z2+(null!=r?r:Kl)}return n}function gc(e,t,n){var r=O(e.currentStates,t)>=0,i=e.style.opacity,a=r?null:fc(e,["opacity"],t,{opacity:1});n=n||{};var o=n.style||{};return null==o.opacity&&(n=B({},n),o=B({opacity:r?i:.1*a.opacity},o),n.style=o),n}function vc(e,t){var n=this.states[e];if(this.style){if("emphasis"===e)return pc(this,e,t,n);if("blur"===e)return gc(this,e,n);if("select"===e)return mc(this,e,n)}return n}function Ac(e){e.stateProxy=vc;var t=e.getTextContent(),n=e.getTextGuideLine();t&&(t.stateProxy=vc),n&&(n.stateProxy=vc)}function yc(e,t){!Mc(e,t)&&!e.__highByOuter&&hc(e,ic)}function bc(e,t){!Mc(e,t)&&!e.__highByOuter&&hc(e,ac)}function _c(e,t){e.__highByOuter|=1<<(t||0),hc(e,ic)}function wc(e,t){!(e.__highByOuter&=~(1<<(t||0)))&&hc(e,ac)}function xc(e){hc(e,oc)}function Cc(e){hc(e,sc)}function Sc(e){hc(e,lc)}function kc(e){hc(e,cc)}function Mc(e,t){return e.__highDownSilentOnTouch&&t.zrByTouch}function Ec(e){var t=e.getModel();t.eachComponent((function(t,n){var r="series"===t?e.getViewOfSeriesModel(n):e.getViewOfComponentModel(n);r.group.traverse((function(e){sc(e)}))}))}function Tc(e,t,n,r,i){var a=r.getModel();function o(e,t){for(var n=0;n0){var a={dataIndex:i,seriesIndex:e.seriesIndex};null!=r&&(a.dataType=r),t.push(a)}}))})),t}function Ic(e,t,n){Hc(e,!0),hc(e,Ac),Fc(e,t,n)}function Fc(e,t,n){var r=Rl(e);null!=t?(r.focus=t,r.blurScope=n):r.focus&&(r.focus=null)}var Nc=["emphasis","blur","select"],Pc={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function Rc(e,t,n,r){n=n||"itemStyle";for(var i=0;i1&&(o*=Xc(p),s*=Xc(p));var m=(i===a?-1:1)*Xc((o*o*(s*s)-o*o*(f*f)-s*s*(d*d))/(o*o*(f*f)+s*s*(d*d)))||0,g=m*o*f/s,v=m*-s*d/o,A=(e+n)/2+Jc(h)*g-qc(h)*v,y=(t+r)/2+qc(h)*g+Jc(h)*v,b=nu([1,0],[(d-g)/o,(f-v)/s]),_=[(d-g)/o,(f-v)/s],w=[(-1*d-g)/o,(-1*f-v)/s],x=nu(_,w);if(tu(_,w)<=-1&&(x=Zc),tu(_,w)>=1&&(x=0),x<0){var C=Math.round(x/Zc*1e6)/1e6;x=2*Zc+C%2*Zc}u.addData(c,A,y,o,s,b,x,h,a)}var iu=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,au=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function ou(e){var t=new Is;if(!e)return t;var n,r=0,i=0,a=r,o=i,s=Is.CMD,l=e.match(iu);if(!l)return t;for(var c=0;cB*B+D*D&&(C=k,S=M),{cx:C,cy:S,x01:-u,y01:-h,x11:C*(i/_-1),y11:S*(i/_-1)}}function Lu(e,t){var n=Mu(t.r,0),r=Mu(t.r0||0,0),i=n>0,a=r>0;if(i||a){if(i||(n=r,r=0),r>n){var o=n;n=r,r=o}var s,l=!!t.clockwise,c=t.startAngle,u=t.endAngle;if(c===u)s=0;else{var h=[c,u];Ls(h,!l),s=Su(h[0]-h[1])}var d=t.cx,f=t.cy,p=t.cornerRadius||0,m=t.innerCornerRadius||0;if(n>Tu)if(s>bu-Tu)e.moveTo(d+n*wu(c),f+n*_u(c)),e.arc(d,f,n,c,u,!l),r>Tu&&(e.moveTo(d+r*wu(u),f+r*_u(u)),e.arc(d,f,r,u,c,l));else{var g=Su(n-r)/2,v=Eu(g,p),A=Eu(g,m),y=A,b=v,_=n*wu(c),w=n*_u(c),x=r*wu(u),C=r*_u(u),S=void 0,k=void 0,M=void 0,E=void 0;if((v>Tu||A>Tu)&&(S=n*wu(u),k=n*_u(u),M=r*wu(c),E=r*_u(c),sTu)if(b>Tu){var N=Du(M,E,_,w,n,b,l),P=Du(S,k,x,C,n,b,l);e.moveTo(d+N.cx+N.x01,f+N.cy+N.y01),bTu&&s>Tu)if(y>Tu){N=Du(x,C,S,k,r,-y,l),P=Du(_,w,M,E,r,-y,l);e.lineTo(d+N.cx+N.x01,f+N.cy+N.y01),yn-2?n-1:l+1],f=e[l>n-3?n-1:l+2]);var p=c*c,m=c*p;r.push([Hu(u[0],h[0],d[0],f[0],c,p,m),Hu(u[1],h[1],d[1],f[1],c,p,m)])}return r}function zu(e,t,n,r){var i,a,o,s,l=[],c=[],u=[],h=[];if(r){o=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,f=e.length;d=2){if(r&&"spline"!==r){var a=zu(i,r,n,t.smoothConstraint);e.moveTo(i[0][0],i[0][1]);for(var o=i.length,s=0;s<(n?o:o-1);s++){var l=a[2*s],c=a[2*s+1],u=i[(s+1)%o];e.bezierCurveTo(l[0],l[1],c[0],c[1],u[0],u[1])}}else{"spline"===r&&(i=Uu(i,n)),e.moveTo(i[0][0],i[0][1]);s=1;for(var h=i.length;sgh[1]){if(o=!1,i)return o;var c=Math.abs(gh[0]-mh[1]),u=Math.abs(mh[0]-gh[1]);Math.min(c,u)>r.len()&&(c0?l?t.animateFrom(n,{duration:p,delay:g||0,easing:m,done:a,force:!!a||!!o,scope:e,during:o}):t.animateTo(n,{duration:p,delay:g||0,easing:m,done:a,force:!!a||!!o,setToFinal:!0,scope:e,during:o}):(t.stopAnimation(),!l&&t.attr(n),a&&a())}else t.stopAnimation(),!l&&t.attr(n),o&&o(1),a&&a()}function zh(e,t,n,r,i,a){Uh("update",e,t,n,r,i,a)}function Yh(e,t,n,r,i,a){Uh("init",e,t,n,r,i,a)}function $h(e,t,n,r,i,a){Vh(e)||Uh("remove",e,t,n,r,i,a)}function jh(e,t,n,r){e.removeTextContent(),e.removeTextGuideLine(),$h(e,{style:{opacity:0}},t,n,r)}function Qh(e,t,n){function r(){e.parent&&e.parent.remove(e)}e.isGroup?e.traverse((function(e){e.isGroup||jh(e,t,n,r)})):jh(e,t,n,r)}function Vh(e){if(!e.__zr)return!0;for(var t=0;tMath.abs(a[1])?a[0]>0?"right":"left":a[1]>0?"bottom":"top"}function Xh(e){return!e.isGroup}function qh(e){return null!=e.shape}function Jh(e,t,n){if(e&&t){var r=i(e);t.traverse((function(e){if(Xh(e)&&e.anid){var t=r[e.anid];if(t){var i=a(e);e.attr(a(t)),zh(e,i,n,Rl(e).dataIndex)}}}))}function i(e){var t={};return e.traverse((function(e){Xh(e)&&e.anid&&(t[e.anid]=e)})),t}function a(e){var t={x:e.x,y:e.y,rotation:e.rotation};return qh(e)&&(t.shape=B({},e.shape)),t}}function Zh(e,t){return R(e,(function(e){var n=e[0];n=Ch(n,t.x),n=Sh(n,t.x+t.width);var r=e[1];return r=Ch(r,t.y),r=Sh(r,t.y+t.height),[n,r]}))}function ed(e,t){var n=Ch(e.x,t.x),r=Sh(e.x+e.width,t.x+t.width),i=Ch(e.y,t.y),a=Sh(e.y+e.height,t.y+t.height);if(r>=n&&a>=i)return{x:n,y:i,width:r-n,height:a-i}}function td(e,t,n){var r=B({rectHover:!0},t),i=r.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},e)return 0===e.indexOf("image://")?(i.image=e.slice(8),D(i,n),new pl(r)):Lh(e.replace("path://",""),r,n,"center")}function nd(e,t,n,r,i){for(var a=0,o=i[i.length-1];a1)return!1;var g=id(f,p,u,h)/d;return!(g<0||g>1)}function id(e,t,n,r){return e*r-n*t}function ad(e){return e<=1e-6&&e>=-1e-6}Bh("circle",mu),Bh("ellipse",Au),Bh("sector",Fu),Bh("ring",Ru),Bh("polygon",Qu),Bh("polyline",Ku),Bh("rect",xl),Bh("line",Ju),Bh("bezierCurve",rh),Bh("arc",oh);var od={};function sd(e,t){for(var n=0;n=0&&n.push(e)})),n}e.topologicalTravel=function(e,t,r,i){if(e.length){var a=n(t),o=a.graph,s=a.noEntryList,l={};P(e,(function(e){l[e]=!0}));while(s.length){var c=s.pop(),u=o[c],h=!!l[c];h&&(r.call(i,c,u.originalDeps.slice()),delete l[c]),P(u.successor,h?f:d)}P(l,(function(){var e="";throw new Error(e)}))}function d(e){o[e].entryCount--,0===o[e].entryCount&&s.push(e)}function f(e){l[e]=!0,d(e)}}}function Hd(e,t){return E(E({},e,!0),t,!0)}var Ud={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Guage",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},zd={time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}},Yd="ZH",$d="EN",jd=$d,Qd={},Vd={},Wd=d.domSupported?function(){var e=(document.documentElement.lang||navigator.language||navigator.browserLanguage).toUpperCase();return e.indexOf(Yd)>-1?Yd:jd}():jd;function Kd(e,t){e=e.toUpperCase(),Vd[e]=new Id(t),Qd[e]=t}function Gd(e){if(K(e)){var t=Qd[e.toUpperCase()]||{};return e===Yd||e===$d?M(t):E(M(t),M(Qd[jd]),!1)}return E(M(e),M(Qd[jd]),!1)}function Xd(e){return Vd[e]}function qd(){return Vd[jd]}Kd($d,Ud),Kd(Yd,zd);var Jd=1e3,Zd=60*Jd,ef=60*Zd,tf=24*ef,nf=365*tf,rf={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{hh}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {hh}:{mm}:{ss} {SSS}"},af="{yyyy}-{MM}-{dd}",of={year:"{yyyy}",month:"{yyyy}-{MM}",day:af,hour:af+" "+rf.hour,minute:af+" "+rf.minute,second:af+" "+rf.second,millisecond:rf.none},sf=["year","month","day","hour","minute","second","millisecond"],lf=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function cf(e,t){return e+="","0000".substr(0,t-e.length)+e}function uf(e){switch(e){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return e}}function hf(e){return e===uf(e)}function df(e){switch(e){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function ff(e,t,n,r){var i=zi(e),a=i[vf(n)](),o=i[Af(n)]()+1,s=Math.floor((o-1)/4)+1,l=i[yf(n)](),c=i["get"+(n?"UTC":"")+"Day"](),u=i[bf(n)](),h=(u-1)%12+1,d=i[_f(n)](),f=i[wf(n)](),p=i[xf(n)](),m=r instanceof Id?r:Xd(r||Wd)||qd(),g=m.getModel("time"),v=g.get("month"),A=g.get("monthAbbr"),y=g.get("dayOfWeek"),b=g.get("dayOfWeekAbbr");return(t||"").replace(/{yyyy}/g,a+"").replace(/{yy}/g,a%100+"").replace(/{Q}/g,s+"").replace(/{MMMM}/g,v[o-1]).replace(/{MMM}/g,A[o-1]).replace(/{MM}/g,cf(o,2)).replace(/{M}/g,o+"").replace(/{dd}/g,cf(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,y[c]).replace(/{ee}/g,b[c]).replace(/{e}/g,c+"").replace(/{HH}/g,cf(u,2)).replace(/{H}/g,u+"").replace(/{hh}/g,cf(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,cf(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,cf(f,2)).replace(/{s}/g,f+"").replace(/{SSS}/g,cf(p,3)).replace(/{S}/g,p+"")}function pf(e,t,n,r,i){var a=null;if("string"===typeof n)a=n;else if("function"===typeof n)a=n(e.value,t,{level:e.level});else{var o=B({},rf);if(e.level>0)for(var s=0;s=0;--s)if(l[c]){a=l[c];break}a=a||o.none}if(V(a)){var h=null==e.level?0:e.level>=0?e.level:a.length+e.level;h=Math.min(h,a.length-1),a=a[h]}}return ff(new Date(e.value),a,i,r)}function mf(e,t){var n=zi(e),r=n[Af(t)]()+1,i=n[yf(t)](),a=n[bf(t)](),o=n[_f(t)](),s=n[wf(t)](),l=n[xf(t)](),c=0===l,u=c&&0===s,h=u&&0===o,d=h&&0===a,f=d&&1===i,p=f&&1===r;return p?"year":f?"month":d?"day":h?"hour":u?"minute":c?"second":"millisecond"}function gf(e,t,n){var r="number"===typeof e?zi(e):e;switch(t=t||mf(e,n),t){case"year":return r[vf(n)]();case"half-year":return r[Af(n)]()>=6?1:0;case"quarter":return Math.floor((r[Af(n)]()+1)/4);case"month":return r[Af(n)]();case"day":return r[yf(n)]();case"half-day":return r[bf(n)]()/24;case"hour":return r[bf(n)]();case"minute":return r[_f(n)]();case"second":return r[wf(n)]();case"millisecond":return r[xf(n)]()}}function vf(e){return e?"getUTCFullYear":"getFullYear"}function Af(e){return e?"getUTCMonth":"getMonth"}function yf(e){return e?"getUTCDate":"getDate"}function bf(e){return e?"getUTCHours":"getHours"}function _f(e){return e?"getUTCMinutes":"getMinutes"}function wf(e){return e?"getUTCSeconds":"getSeconds"}function xf(e){return e?"getUTCSeconds":"getSeconds"}function Cf(e){return e?"setUTCFullYear":"setFullYear"}function Sf(e){return e?"setUTCMonth":"setMonth"}function kf(e){return e?"setUTCDate":"setDate"}function Mf(e){return e?"setUTCHours":"setHours"}function Ef(e){return e?"setUTCMinutes":"setMinutes"}function Tf(e){return e?"setUTCSeconds":"setSeconds"}function Bf(e){return e?"setUTCSeconds":"setSeconds"}function Df(e){if(!Ki(e))return K(e)?e:"-";var t=(e+"").split(".");return t[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:"")}function Lf(e,t){return e=(e||"").toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()})),t&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e}var Of=ce,If=/([&<>"'])/g,Ff={"&":"&","<":"<",">":">",'"':""","'":"'"};function Nf(e){return null==e?"":(e+"").replace(If,(function(e,t){return Ff[t]}))}function Pf(e,t,n){var r="yyyy-MM-dd hh:mm:ss";function i(e){return e&&he(e)?e:"-"}function a(e){return!(null==e||isNaN(e)||!isFinite(e))}var o="time"===t,s=e instanceof Date;if(o||s){var l=o?zi(e):e;if(!isNaN(+l))return ff(l,r,n);if(s)return"-"}if("ordinal"===t)return G(e)?i(e):X(e)&&a(e)?e+"":"-";var c=Wi(e);return a(c)?Df(c):G(e)?i(e):"-"}var Rf=["a","b","c","d","e","f","g"],Hf=function(e,t){return"{"+e+(null==t?"":t)+"}"};function Uf(e,t,n){V(t)||(t=[t]);var r=t.length;if(!r)return"";for(var i=t[0].$vars||[],a=0;a':'';var o=n.markerId||"markerX";return{renderMode:a,content:"{"+o+"|} ",style:"subItem"===i?{width:4,height:4,borderRadius:2,backgroundColor:r}:{width:10,height:10,borderRadius:5,backgroundColor:r}}}function $f(e,t){return t=t||"transparent",K(e)?e:q(e)&&e.colorStops&&(e.colorStops[0]||{}).color||t}function jf(e,t){if("_blank"===t||"blank"===t){var n=window.open();n.opener=null,n.location.href=e}else window.open(e,t)}var Qf=P,Vf=["left","right","top","bottom","width","height"],Wf=[["width","left","right"],["height","top","bottom"]];function Kf(e,t,n,r,i){var a=0,o=0;null==r&&(r=1/0),null==i&&(i=1/0);var s=0;t.eachChild((function(l,c){var u,h,d=l.getBoundingRect(),f=t.childAt(c+1),p=f&&f.getBoundingRect();if("horizontal"===e){var m=d.width+(p?-p.x+d.x:0);u=a+m,u>r||l.newline?(a=0,u=m,o+=s+n,s=d.height):s=Math.max(s,d.height)}else{var g=d.height+(p?-p.y+d.y:0);h=o+g,h>i||l.newline?(a+=s+n,o=0,h=g,s=d.width):s=Math.max(s,d.width)}l.newline||(l.x=a,l.y=o,l.markRedraw(),"horizontal"===e?a=u+n:o=h+n)}))}var Gf=Kf;Q(Kf,"vertical"),Q(Kf,"horizontal");function Xf(e,t,n){var r=t.width,i=t.height,a=Bi(e.left,r),o=Bi(e.top,i),s=Bi(e.right,r),l=Bi(e.bottom,i);return(isNaN(a)||isNaN(parseFloat(e.left)))&&(a=0),(isNaN(s)||isNaN(parseFloat(e.right)))&&(s=r),(isNaN(o)||isNaN(parseFloat(e.top)))&&(o=0),(isNaN(l)||isNaN(parseFloat(e.bottom)))&&(l=i),n=Of(n||0),{width:Math.max(s-a-n[1]-n[3],0),height:Math.max(l-o-n[0]-n[2],0)}}function qf(e,t,n){n=Of(n||0);var r=t.width,i=t.height,a=Bi(e.left,r),o=Bi(e.top,i),s=Bi(e.right,r),l=Bi(e.bottom,i),c=Bi(e.width,r),u=Bi(e.height,i),h=n[2]+n[0],d=n[1]+n[3],f=e.aspect;switch(isNaN(c)&&(c=r-s-d-a),isNaN(u)&&(u=i-l-h-o),null!=f&&(isNaN(c)&&isNaN(u)&&(f>r/i?c=.8*r:u=.8*i),isNaN(c)&&(c=f*u),isNaN(u)&&(u=c/f)),isNaN(a)&&(a=r-s-c-d),isNaN(o)&&(o=i-l-u-h),e.left||e.right){case"center":a=r/2-c/2-n[3];break;case"right":a=r-c-d;break}switch(e.top||e.bottom){case"middle":case"center":o=i/2-u/2-n[0];break;case"bottom":o=i-u-h;break}a=a||0,o=o||0,isNaN(c)&&(c=r-d-a-(s||0)),isNaN(u)&&(u=i-h-o-(l||0));var p=new tr(a+n[3],o+n[0],c,u);return p.margin=n,p}function Jf(e,t,n,r,i){var a=!i||!i.hv||i.hv[0],o=!i||!i.hv||i.hv[1],s=i&&i.boundingMode||"all";if(a||o){var l;if("raw"===s)l="group"===e.type?new tr(0,0,+t.width||0,+t.height||0):e.getBoundingRect();else if(l=e.getBoundingRect(),e.needLocalTransform()){var c=e.getLocalTransform();l=l.clone(),l.applyTransform(c)}var u=qf(D({width:l.width,height:l.height},t),n,r),h=a?u.x-l.x:0,d=o?u.y-l.y:0;"raw"===s?(e.x=h,e.y=d):(e.x+=h,e.y+=d),e.markRedraw()}}function Zf(e,t){return null!=e[Wf[t][0]]||null!=e[Wf[t][1]]&&null!=e[Wf[t][2]]}function ep(e){var t=e.layoutMode||e.constructor.layoutMode;return q(t)?t:t?{type:t}:null}function tp(e,t,n){var r=n&&n.ignoreSize;!V(r)&&(r=[r,r]);var i=o(Wf[0],0),a=o(Wf[1],1);function o(n,i){var a={},o=0,c={},u=0,h=2;if(Qf(n,(function(t){c[t]=e[t]})),Qf(n,(function(e){s(t,e)&&(a[e]=c[e]=t[e]),l(a,e)&&o++,l(c,e)&&u++})),r[i])return l(t,n[1])?c[n[2]]=null:l(t,n[2])&&(c[n[1]]=null),c;if(u!==h&&o){if(o>=h)return a;for(var d=0;d=0;o--)a=E(a,n[o],!0);t.defaultOption=a}return t.defaultOption},t.prototype.getReferringComponents=function(e,t){var n=e+"Index",r=e+"Id";return Ma(this.ecModel,e,{index:this.get(n,!0),id:this.get(r,!0)},t)},t.prototype.getBoxLayoutParams=function(){var e=this;return{left:e.get("left"),top:e.get("top"),right:e.get("right"),bottom:e.get("bottom"),width:e.get("width"),height:e.get("height")}},t.protoInitialize=function(){var e=t.prototype;e.type="component",e.id="",e.name="",e.mainType="",e.subType="",e.componentIndex=0}(),t}(Id);function op(e){var t=[];return P(ap.getClassesByMainType(e),(function(e){t=t.concat(e.dependencies||e.prototype.dependencies||[])})),t=R(t,(function(e){return Na(e).main})),"dataset"!==e&&O(t,"dataset")<=0&&t.unshift("dataset"),t}za(ap,Id),Va(ap),Pd(ap),Rd(ap,op);var sp=ap,lp="";"undefined"!==typeof navigator&&(lp=navigator.platform||"");var cp="rgba(0, 0, 0, 0.2)",up={darkMode:"auto",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:cp,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:cp,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:cp,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:cp,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:cp,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:cp,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:lp.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},hp=ge(["tooltip","label","itemName","itemId","seriesName"]),dp="original",fp="arrayRows",pp="objectRows",mp="keyedColumns",gp="typedArray",vp="unknown",Ap="column",yp="row",bp={Must:1,Might:2,Not:3},_p=wa();function wp(e){_p(e).datasetMap=ge()}function xp(e,t,n){var r={},i=Sp(t);if(!i||!e)return r;var a,o,s=[],l=[],c=t.ecModel,u=_p(c).datasetMap,h=i.uid+"_"+n.seriesLayoutBy;e=e.slice(),P(e,(function(t,n){var i=q(t)?t:e[n]={name:t};"ordinal"===i.type&&null==a&&(a=n,o=p(i)),r[i.name]=[]}));var d=u.get(h)||u.set(h,{categoryWayDim:o,valueWayDim:0});function f(e,t,n){for(var r=0;rt)return e[r];return e[n-1]}function Up(e,t,n,r,i,a,o){a=a||e;var s=t(a),l=s.paletteIdx||0,c=s.paletteNameMap=s.paletteNameMap||{};if(c.hasOwnProperty(i))return c[i];var u=null!=o&&r?Hp(r,o):n;if(u=u||n,u&&u.length){var h=u[l];return i&&(c[i]=h),s.paletteIdx=(l+1)%u.length,h}}function zp(e,t){t(e).paletteIdx=0,t(e).paletteNameMap={}}var Yp="\0_ec_inner",$p=1,jp=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(e,t,n,r,i,a){r=r||{},this.option=null,this._theme=new Id(r),this._locale=new Id(i),this._optionManager=a},t.prototype.setOption=function(e,t,n){var r=Gp(t);this._optionManager.setOption(e,n,r),this._resetOption(null,r)},t.prototype.resetOption=function(e,t){return this._resetOption(e,Gp(t))},t.prototype._resetOption=function(e,t){var n=!1,r=this._optionManager;if(!e||"recreate"===e){var i=r.mountOption("recreate"===e);this.option&&"recreate"!==e?(this.restoreData(),this._mergeOption(i,t)):Ip(this,i),n=!0}if("timeline"!==e&&"media"!==e||this.restoreData(),!e||"recreate"===e||"timeline"===e){var a=r.getTimelineOption(this);a&&(n=!0,this._mergeOption(a,t))}if(!e||"recreate"===e||"media"===e){var o=r.getMediaOption(this);o.length&&P(o,(function(e){n=!0,this._mergeOption(e,t)}),this)}return n},t.prototype.mergeOption=function(e){this._mergeOption(e,null)},t.prototype._mergeOption=function(e,t){var n=this.option,r=this._componentsMap,i=this._componentsCount,a=[],o=ge(),s=t&&t.replaceMergeMainTypeMap;function l(t){var a=Dp(this,t,ea(e[t])),o=r.get(t),l=o?s&&s.get(t)?"replaceMerge":"normalMerge":"replaceAll",c=aa(o,a,l);Aa(c,t,sp),n[t]=null,r.set(t,null),i.set(t,0);var u=[],h=[],d=0;P(c,(function(e,n){var r=e.existing,i=e.newOption;if(i){var a=sp.getClass(t,e.keyInfo.subType,!0);if(r&&r.constructor===a)r.name=e.keyInfo.name,r.mergeOption(i,this),r.optionUpdated(i,!1);else{var o=B({componentIndex:n},e.keyInfo);r=new a(i,this,this,o),B(r,o),e.brandNew&&(r.__requireNewView=!0),r.init(i,this,this),r.optionUpdated(null,!0)}}else r&&(r.mergeOption({},this),r.optionUpdated({},!1));r?(u.push(r.option),h.push(r),d++):(u.push(void 0),h.push(void 0))}),this),n[t]=u,r.set(t,h),i.set(t,d),"series"===t&&Lp(this)}wp(this),P(e,(function(e,t){null!=e&&(sp.hasClass(t)?t&&(a.push(t),o.set(t,!0)):n[t]=null==n[t]?M(e):E(n[t],e,!0))})),s&&s.each((function(e,t){sp.hasClass(t)&&!o.get(t)&&(a.push(t),o.set(t,!0))})),sp.topologicalTravel(a,sp.getAllClassMainTypes(),l,this),this._seriesIndices||Lp(this)},t.prototype.getOption=function(){var e=M(this.option);return P(e,(function(t,n){if(sp.hasClass(n)){for(var r=ea(t),i=r.length,a=!1,o=i-1;o>=0;o--)r[o]&&!ga(r[o])?a=!0:(r[o]=null,!a&&i--);r.length=i,e[n]=r}})),delete e[Yp],e},t.prototype.getTheme=function(){return this._theme},t.prototype.getLocaleModel=function(){return this._locale},t.prototype.getLocale=function(e){var t=this.getLocaleModel();return t.get(e)},t.prototype.setUpdatePayload=function(e){this._payload=e},t.prototype.getUpdatePayload=function(){return this._payload},t.prototype.getComponent=function(e,t){var n=this._componentsMap.get(e);if(n){var r=n[t||0];if(r)return r;if(null==t)for(var i=0;i=t:"max"===n?e<=t:e===t}function lm(e,t){return e.join(",")===t.join(",")}var cm=im,um=P,hm=q,dm=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function fm(e){var t=e&&e.itemStyle;if(t)for(var n=0,r=dm.length;n=0;p--){var m=e[p];if(s||(h=m.data.rawIndexOf(m.stackedByDimension,u)),h>=0){var g=m.data.getByRawIndex(m.stackResultDimension,h);if(d>=0&&g>0||d<=0&&g<0){d+=g,f=g;break}}}return r[0]=d,r[1]=f,r}));o.hostModel.setData(l),t.data=l}))}var Nm,Pm,Rm,Hm,Um,zm=function(){function e(e){this.data=e.data||(e.sourceFormat===mp?{}:[]),this.sourceFormat=e.sourceFormat||vp,this.seriesLayoutBy=e.seriesLayoutBy||Ap,this.startIndex=e.startIndex||0,this.dimensionsDefine=e.dimensionsDefine,this.dimensionsDetectedCount=e.dimensionsDetectedCount,this.encodeDefine=e.encodeDefine,this.metaRawOption=e.metaRawOption}return e}();function Ym(e){return e instanceof zm}function $m(e,t,n,r){n=n||Wm(e);var i=t.seriesLayoutBy,a=Km(e,n,i,t.sourceHeader,t.dimensions),o=new zm({data:e,sourceFormat:n,seriesLayoutBy:i,dimensionsDefine:a.dimensionsDefine,startIndex:a.startIndex,dimensionsDetectedCount:a.dimensionsDetectedCount,encodeDefine:Vm(r),metaRawOption:M(t)});return o}function jm(e){return new zm({data:e,sourceFormat:Z(e)?gp:dp})}function Qm(e){return new zm({data:e.data,sourceFormat:e.sourceFormat,seriesLayoutBy:e.seriesLayoutBy,dimensionsDefine:M(e.dimensionsDefine),startIndex:e.startIndex,dimensionsDetectedCount:e.dimensionsDetectedCount,encodeDefine:Vm(e.encodeDefine)})}function Vm(e){return e?ge(e):null}function Wm(e){var t=vp;if(Z(e))t=gp;else if(V(e)){0===e.length&&(t=fp);for(var n=0,r=e.length;nc&&(c=f)}s[0]=l,s[1]=c}},r=function(){return this._data?this._data.length/this._dimSize:0};function i(e){for(var t=0;t=1)&&(e=1),e}o===l&&s===c||(t="reset"),(this._dirty||"reset"===t)&&(this._dirty=!1,a=this._doReset(r)),this._modBy=l,this._modDataCount=c;var h=e&&e.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,f=Math.min(null!=h?this._dueIndex+h:1/0,this._dueEnd);if(!r&&(a||d1&&r>0?s:o}};return a;function o(){return t=e?null:at},gte:function(e,t){return e>=t}},wg=function(){function e(e,t){if("number"!==typeof t){var n="";0,vg(n)}this._opFn=_g[e],this._rvalFloat=Wi(t)}return e.prototype.evaluate=function(e){return"number"===typeof e?this._opFn(e,this._rvalFloat):this._opFn(Wi(e),this._rvalFloat)},e}(),xg=function(){function e(e,t){var n="desc"===e;this._resultLT=n?1:-1,null==t&&(t=n?"min":"max"),this._incomparable="min"===t?-1/0:1/0}return e.prototype.evaluate=function(e,t){var n=typeof e,r=typeof t,i="number"===n?e:Wi(e),a="number"===r?t:Wi(t),o=isNaN(i),s=isNaN(a);if(o&&(i=this._incomparable),s&&(a=this._incomparable),o&&s){var l="string"===n,c="string"===r;l&&(i=c?e:0),c&&(a=l?t:0)}return ia?-this._resultLT:0},e}(),Cg=function(){function e(e,t){this._rval=t,this._isEQ=e,this._rvalTypeof=typeof t,this._rvalFloat=Wi(t)}return e.prototype.evaluate=function(e){var t=e===this._rval;if(!t){var n=typeof e;n===this._rvalTypeof||"number"!==n&&"number"!==this._rvalTypeof||(t=Wi(e)===this._rvalFloat)}return this._isEQ?t:!t},e}();function Sg(e,t){return"eq"===e||"ne"===e?new Cg("eq"===e,t):ye(_g,e)?new wg(e,t):null}var kg=function(){function e(){}return e.prototype.getRawData=function(){throw new Error("not supported")},e.prototype.getRawDataItem=function(e){throw new Error("not supported")},e.prototype.cloneRawData=function(){},e.prototype.getDimensionInfo=function(e){},e.prototype.cloneAllDimensionInfo=function(){},e.prototype.count=function(){},e.prototype.retrieveValue=function(e,t){},e.prototype.retrieveValueFromItem=function(e,t){},e.prototype.convertValue=function(e,t){return Ag(e,t)},e}();function Mg(e,t){var n=new kg,r=e.data,i=n.sourceFormat=e.sourceFormat,a=e.startIndex,o="";e.seriesLayoutBy!==Ap&&vg(o);var s=[],l={},c=e.dimensionsDefine;if(c)P(c,(function(e,t){var n=e.name,r={index:t,name:n,displayName:e.displayName};if(s.push(r),null!=n){var i="";ye(l,n)&&vg(i),l[n]=r}}));else for(var u=0;u9e10&&(this._versionSignBase=0)},e.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},e.prototype.prepareSource=function(){this._isDirty()&&this._createSource()},e.prototype._createSource=function(){this._setLocalSource([],[]);var e,t,n=this._sourceHost,r=this._getUpstreamSourceManagers(),i=!!r.length;if(Hg(n)){var a=n,o=void 0,s=void 0,l=void 0;if(i){var c=r[0];c.prepareSource(),l=c.getSource(),o=l.data,s=l.sourceFormat,t=[c._getVersionSign()]}else o=a.get("data",!0),s=Z(o)?gp:dp,t=[];var u=this._getSourceMetaRawOption(),h=l?l.metaRawOption:null,d=oe(u.seriesLayoutBy,h?h.seriesLayoutBy:null),f=oe(u.sourceHeader,h?h.sourceHeader:null),p=oe(u.dimensions,h?h.dimensions:null);e=[$m(o,{seriesLayoutBy:d,sourceHeader:f,dimensions:p},s,a.get("encode",!0))]}else{var m=n;if(i){var g=this._applyTransform(r);e=g.sourceList,t=g.upstreamSignList}else{var v=m.get("source",!0);e=[$m(v,this._getSourceMetaRawOption(),null,null)],t=[]}}this._setLocalSource(e,t)},e.prototype._applyTransform=function(e){var t,n=this._sourceHost,r=n.get("transform",!0),i=n.get("fromTransformResult",!0);if(null!=i){var a="";1!==e.length&&Ug(a)}var o=[],s=[];return P(e,(function(e){e.prepareSource();var t=e.getSource(i||0),n="";null==i||t||Ug(n),o.push(t),s.push(e._getVersionSign())})),r?t=Ig(r,o,{datasetIndex:n.componentIndex}):null!=i&&(t=[Qm(o[0])]),{sourceList:t,upstreamSignList:s}},e.prototype._isDirty=function(){var e=this._sourceList;if(!e.length)return!0;for(var t=this._getUpstreamSourceManagers(),n=0;n1||t>0&&!e.noHeader,r=0;P(e.blocks,(function(e){Vg(e).planLayout(e);var t=e.__gapLevelBetweenSubBlocks;t>=r&&(r=t+(!n||t&&("section"!==e.type||e.noHeader)?0:1))})),e.__gapLevelBetweenSubBlocks=r},build:function(e,t,n,r){var i=t.noHeader,a=Xg(t),o=Kg(e,t,i?n:a.html,r);if(i)return o;var s=Pf(t.header,"ordinal",e.useUTC),l=Yg(r,e.renderMode).nameStyle;return"richText"===e.renderMode?ev(e,s,l)+a.richText+o:qg('
      '+Nf(s)+"
      "+o,n)}},nameValue:{planLayout:function(e){e.__gapLevelBetweenSubBlocks=0},build:function(e,t,n,r){var i=e.renderMode,a=t.noName,o=t.noValue,s=!t.markerType,l=t.name,c=t.value,u=e.useUTC;if(!a||!o){var h=s?"":e.markupStyleCreator.makeTooltipMarker(t.markerType,t.markerColor||"#333",i),d=a?"":Pf(l,"ordinal",u),f=t.valueType,p=o?[]:V(c)?R(c,(function(e,t){return Pf(e,V(f)?f[t]:f,u)})):[Pf(c,V(f)?f[0]:f,u)],m=!s||!a,g=!s&&a,v=Yg(r,i),A=v.nameStyle,y=v.valueStyle;return"richText"===i?(s?"":h)+(a?"":ev(e,d,A))+(o?"":tv(e,p,m,g,y)):qg((s?"":h)+(a?"":Jg(d,!s,A))+(o?"":Zg(p,m,g,y)),n)}}}};function Kg(e,t,n,r){var i=[],a=t.blocks||[];ue(!a||V(a)),a=a||[];var o=e.orderMode;if(t.sortBlocks&&o){a=a.slice();var s={valueAsc:"asc",valueDesc:"desc"};if(ye(s,o)){var l=new xg(s[o],null);a.sort((function(e,t){return l.evaluate(e.sortParam,t.sortParam)}))}else"seriesDesc"===o&&a.reverse()}var c=Xg(t);if(P(a,(function(t,n){var a=Vg(t).build(e,t,n>0?c.html:0,r);null!=a&&i.push(a)})),i.length)return"richText"===e.renderMode?i.join(c.richText):qg(i.join(""),n)}function Gg(e,t,n,r,i,a){if(e){var o=Vg(e);o.planLayout(e);var s={useUTC:i,renderMode:n,orderMode:r,markupStyleCreator:t};return o.build(s,e,0,a)}}function Xg(e){var t=e.__gapLevelBetweenSubBlocks;return{html:$g[t],richText:jg[t]}}function qg(e,t){var n='
      ',r="margin: "+t+"px 0 0";return'
      '+e+n+"
      "}function Jg(e,t,n){var r=t?"margin-left:2px":"";return''+Nf(e)+""}function Zg(e,t,n,r){var i=n?"10px":"20px",a=t?"float:right;margin-left:"+i:"";return''+R(e,(function(e){return Nf(e)})).join("  ")+""}function ev(e,t,n){return e.markupStyleCreator.wrapRichTextStyle(t,n)}function tv(e,t,n,r,i){var a=[i],o=r?10:20;return n&&a.push({padding:[0,0,0,o],align:"right"}),e.markupStyleCreator.wrapRichTextStyle(t.join(" "),a)}function nv(e,t){var n=e.getData().getItemVisual(t,"style"),r=n[e.visualDrawType];return $f(r)}function rv(e,t){var n=e.get("padding");return null!=n?n:"richText"===t?[8,10]:10}var iv=function(){function e(){this.richTextStyles={},this._nextStyleNameId=Gi()}return e.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},e.prototype.makeTooltipMarker=function(e,t,n){var r="richText"===n?this._generateStyleName():null,i=Yf({color:t,type:e,renderMode:n,markerId:r});return K(i)?i:(this.richTextStyles[r]=i.style,i.content)},e.prototype.wrapRichTextStyle=function(e,t){var n={};V(t)?P(t,(function(e){return B(n,e)})):B(n,t);var r=this._generateStyleName();return this.richTextStyles[r]=n,"{"+r+"|"+e+"}"},e}();function av(e){var t,n,r,i,a=e.series,o=e.dataIndex,s=e.multipleSeries,l=a.getData(),c=l.mapDimensionsAll("defaultedTooltip"),u=c.length,h=a.getRawValue(o),d=V(h),f=nv(a,o);if(u>1||d&&!u){var p=ov(h,a,o,c,f);t=p.inlineValues,n=p.inlineValueTypes,r=p.blocks,i=p.inlineValues[0]}else if(u){var m=l.getDimensionInfo(c[0]);i=t=cg(l,o,c[0]),n=m.type}else i=t=d?h[0]:h;var g=ma(a),v=g&&a.name||"",A=l.getName(o),y=s?v:A;return Qg("section",{header:v,noHeader:s||!g,sortParam:i,blocks:[Qg("nameValue",{markerType:"item",markerColor:f,name:y,noName:!he(y),value:t,valueType:n})].concat(r||[])})}function ov(e,t,n,r,i){var a=t.getData(),o=H(e,(function(e,t,n){var r=a.getDimensionInfo(n);return e||r&&!1!==r.tooltip&&null!=r.displayName}),!1),s=[],l=[],c=[];function u(e,t){var n=a.getDimensionInfo(t);n&&!1!==n.otherDims.tooltip&&(o?c.push(Qg("nameValue",{markerType:"subItem",markerColor:i,name:n.displayName,value:e,valueType:n.type})):(s.push(e),l.push(n.type)))}return r.length?P(r,(function(e){u(cg(a,n,e),e)})):P(e,u),{inlineValues:s,inlineValueTypes:l,blocks:c}}var sv=wa();function lv(e,t){return e.getName(t)||e.getId(t)}var cv=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._selectedDataIndicesMap={},t}return a(t,e),t.prototype.init=function(e,t,n){this.seriesIndex=this.componentIndex,this.dataTask=fg({count:dv,reset:fv}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(e,n);var r=sv(this).sourceManager=new Pg(this);r.prepareSource();var i=this.getInitialData(e,n);mv(i,this),this.dataTask.context.data=i,sv(this).dataBeforeProcessed=i,uv(this),this._initSelectedMapFromData(i)},t.prototype.mergeDefaultAndTheme=function(e,t){var n=ep(this),r=n?np(e):{},i=this.subType;sp.hasClass(i)&&(i+="Series"),E(e,t.getTheme().get(this.subType)),E(e,this.getDefaultOption()),ta(e,"label",["show"]),this.fillDataTextStyle(e.data),n&&tp(e,r,n)},t.prototype.mergeOption=function(e,t){e=E(this.option,e,!0),this.fillDataTextStyle(e.data);var n=ep(this);n&&tp(this.option,e,n);var r=sv(this).sourceManager;r.dirty(),r.prepareSource();var i=this.getInitialData(e,t);mv(i,this),this.dataTask.dirty(),this.dataTask.context.data=i,sv(this).dataBeforeProcessed=i,uv(this),this._initSelectedMapFromData(i)},t.prototype.fillDataTextStyle=function(e){if(e&&!Z(e))for(var t=["show"],n=0;nthis.getShallow("animationThreshold")&&(e=!1),!!e},t.prototype.restoreData=function(){this.dataTask.dirty()},t.prototype.getColorFromPalette=function(e,t,n){var r=this.ecModel,i=Pp.prototype.getColorFromPalette.call(this,e,t,n);return i||(i=r.getColorFromPalette(e,t,n)),i},t.prototype.coordDimToDataDim=function(e){return this.getRawData().mapDimensionsAll(e)},t.prototype.getProgressive=function(){return this.get("progressive")},t.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},t.prototype.select=function(e,t){this._innerSelect(this.getData(t),e)},t.prototype.unselect=function(e,t){var n=this.option.selectedMap;if(n)for(var r=this.getData(t),i=0;i=0&&n.push(i)}return n},t.prototype.isSelected=function(e,t){var n=this.option.selectedMap;if(!n)return!1;var r=this.getData(t),i=lv(r,e);return n[i]||!1},t.prototype._innerSelect=function(e,t){var n,r,i=this.option.selectedMode,a=t.length;if(i&&a)if("multiple"===i)for(var o=this.option.selectedMap||(this.option.selectedMap={}),s=0;s0&&this._innerSelect(e,t)}},t.registerClass=function(e){return sp.registerClass(e)},t.protoInitialize=function(){var e=t.prototype;e.type="series.__base__",e.seriesIndex=0,e.useColorPaletteOnData=!1,e.ignoreStyleOnData=!1,e.hasSymbolVisual=!1,e.defaultSymbol="circle",e.visualStyleAccessPath="itemStyle",e.visualDrawType="fill"}(),t}(sp);function uv(e){var t=e.name;ma(e)||(e.name=hv(e)||t)}function hv(e){var t=e.getRawData(),n=t.mapDimensionsAll("seriesName"),r=[];return P(n,(function(e){var n=t.getDimensionInfo(e);n.displayName&&r.push(n.displayName)})),r.join(" ")}function dv(e){return e.model.getRawData().count()}function fv(e){var t=e.model;return t.setData(t.getRawData().cloneShallow()),pv}function pv(e,t){t.outputData&&e.end>t.outputData.count()&&t.model.getRawData().cloneShallow(t.outputData)}function mv(e,t){P(s(e.CHANGABLE_METHODS,e.DOWNSAMPLE_METHODS),(function(n){e.wrapMethod(n,Q(gv,t))}))}function gv(e,t){var n=vv(e);return n&&n.setOutputEnd((t||this).count()),t}function vv(e){var t=(e.ecModel||{}).scheduler,n=t&&t.getPipeline(e.uid);if(n){var r=n.currentTask;if(r){var i=r.agentStubMap;i&&(r=i.get(e.uid))}return r}}F(cv,hg),F(cv,Pp),za(cv,sp);var Av=cv,yv=function(){function e(){this.group=new Ai,this.uid=Nd("viewComponent")}return e.prototype.init=function(e,t){},e.prototype.render=function(e,t,n,r){},e.prototype.dispose=function(e,t){},e.prototype.updateView=function(e,t,n,r){},e.prototype.updateLayout=function(e,t,n,r){},e.prototype.updateVisual=function(e,t,n,r){},e.prototype.blurSeries=function(e,t){},e}();Ha(yv),Va(yv);var bv=yv;function _v(){var e=wa();return function(t){var n=e(t),r=t.pipelineContext,i=!!n.large,a=!!n.progressiveRender,o=n.large=!(!r||!r.large),s=n.progressiveRender=!(!r||!r.progressiveRender);return!(i===o&&a===s)&&"reset"}}var wv=wa(),xv=_v(),Cv=function(){function e(){this.group=new Ai,this.uid=Nd("viewChart"),this.renderTask=fg({plan:Mv,reset:Ev}),this.renderTask.context={view:this}}return e.prototype.init=function(e,t){},e.prototype.render=function(e,t,n,r){},e.prototype.highlight=function(e,t,n,r){kv(e.getData(),r,"emphasis")},e.prototype.downplay=function(e,t,n,r){kv(e.getData(),r,"normal")},e.prototype.remove=function(e,t){this.group.removeAll()},e.prototype.dispose=function(e,t){},e.prototype.updateView=function(e,t,n,r){this.render(e,t,n,r)},e.prototype.updateLayout=function(e,t,n,r){this.render(e,t,n,r)},e.prototype.updateVisual=function(e,t,n,r){this.render(e,t,n,r)},e.markUpdateMethod=function(e,t){wv(e).updateMethod=t},e.protoInitialize=function(){var t=e.prototype;t.type="chart"}(),e}();function Sv(e,t,n){e&&("emphasis"===t?_c:wc)(e,n)}function kv(e,t,n){var r=_a(e,t),i=t&&null!=t.highlightKey?zc(t.highlightKey):null;null!=r?P(ea(r),(function(t){Sv(e.getItemGraphicEl(t),n,i)})):e.eachItemGraphicEl((function(e){Sv(e,n,i)}))}function Mv(e){return xv(e.model)}function Ev(e){var t=e.model,n=e.ecModel,r=e.api,i=e.payload,a=t.pipelineContext.progressiveRender,o=e.view,s=i&&wv(i).updateMethod,l=a?"incrementalPrepareRender":s&&o[s]?s:"render";return"render"!==l&&o[l](t,n,r,i),Tv[l]}Ha(Cv,["dispose"]),Va(Cv);var Tv={incrementalPrepareRender:{progress:function(e,t){t.view.incrementalRender(e,t.model,t.ecModel,t.api,t.payload)}},render:{forceFirstProgress:!0,progress:function(e,t){t.view.render(t.model,t.ecModel,t.api,t.payload)}}},Bv=Cv,Dv="\0__throttleOriginMethod",Lv="\0__throttleRate",Ov="\0__throttleType";function Iv(e,t,n){var r,i,a,o,s,l=0,c=0,u=null;function h(){c=(new Date).getTime(),u=null,e.apply(a,o||[])}t=t||0;var d=function(){for(var e=[],d=0;d=0?h():u=setTimeout(h,-i),l=r};return d.clear=function(){u&&(clearTimeout(u),u=null)},d.debounceNextCall=function(e){s=e},d}function Fv(e,t,n,r){var i=e[t];if(i){var a=i[Dv]||i,o=i[Ov],s=i[Lv];if(s!==n||o!==r){if(null==n||!r)return e[t]=a;i=e[t]=Iv(a,n,"debounce"===r),i[Dv]=a,i[Ov]=r,i[Lv]=n}return i}}function Nv(e,t){var n=e[t];n&&n[Dv]&&(e[t]=n[Dv])}var Pv=wa(),Rv={itemStyle:Wa(Bd,!0),lineStyle:Wa(Md,!0)},Hv={lineStyle:"stroke",itemStyle:"fill"};function Uv(e,t){var n=e.visualStyleMapper||Rv[t];return n||(console.warn("Unkown style type '"+t+"'."),Rv.itemStyle)}function zv(e,t){var n=e.visualDrawType||Hv[t];return n||(console.warn("Unkown style type '"+t+"'."),"fill")}var Yv={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var n=e.getData(),r=e.visualStyleAccessPath||"itemStyle",i=e.getModel(r),a=Uv(e,r),o=a(i),s=i.getShallow("decal");s&&(n.setVisual("decal",s),s.dirty=!0);var l=zv(e,r),c=o[l],u=W(c)?c:null;if(o[l]&&!u||(o[l]=e.getColorFromPalette(e.name,null,t.getSeriesCount()),n.setVisual("colorFromPalette",!0)),n.setVisual("style",o),n.setVisual("drawType",l),!t.isSeriesFiltered(e)&&u)return n.setVisual("colorFromPalette",!1),{dataEach:function(t,n){var r=e.getDataParams(n),i=B({},o);i[l]=u(r),t.setItemVisual(n,"style",i)}}}},$v=new Id,jv={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){if(!e.ignoreStyleOnData&&!t.isSeriesFiltered(e)){var n=e.getData(),r=e.visualStyleAccessPath||"itemStyle",i=Uv(e,r),a=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(e,t){var n=e.getRawDataItem(t);if(n&&n[r]){$v.option=n[r];var o=i($v),s=e.ensureUniqueItemVisual(t,"style");B(s,o),$v.option.decal&&(e.setItemVisual(t,"decal",$v.option.decal),$v.option.decal.dirty=!0),a in o&&e.setItemVisual(t,"colorFromPalette",!1)}}:null}}}},Qv={performRawSeries:!0,overallReset:function(e){var t=ge();e.eachSeries((function(e){if(e.useColorPaletteOnData){var n=t.get(e.type);n||(n={},t.set(e.type,n)),Pv(e).scope=n}})),e.eachSeries((function(t){if(t.useColorPaletteOnData&&!e.isSeriesFiltered(t)){var n=t.getRawData(),r={},i=t.getData(),a=Pv(t).scope,o=t.visualStyleAccessPath||"itemStyle",s=zv(t,o);i.each((function(e){var t=i.getRawIndex(e);r[t]=e})),n.each((function(e){var o=r[e],l=i.getItemVisual(o,"colorFromPalette");if(l){var c=i.ensureUniqueItemVisual(o,"style"),u=n.getName(e)||e+"",h=n.count();c[s]=t.getColorFromPalette(u,a,h)}}))}}))}},Vv=Math.PI;function Wv(e,t){t=t||{},D(t,{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var n=new Ai,r=new xl({style:{fill:t.maskColor},zlevel:t.zlevel,z:1e4});n.add(r);var i,a=new Pl({style:{text:t.text,fill:t.textColor,fontSize:t.fontSize,fontWeight:t.fontWeight,fontStyle:t.fontStyle,fontFamily:t.fontFamily}}),o=new xl({style:{fill:"none"},textContent:a,textConfig:{position:"right",distance:10},zlevel:t.zlevel,z:10001});return n.add(o),t.showSpinner&&(i=new oh({shape:{startAngle:-Vv/2,endAngle:-Vv/2+.1,r:t.spinnerRadius},style:{stroke:t.color,lineCap:"round",lineWidth:t.lineWidth},zlevel:t.zlevel,z:10001}),i.animateShape(!0).when(1e3,{endAngle:3*Vv/2}).start("circularInOut"),i.animateShape(!0).when(1e3,{startAngle:3*Vv/2}).delay(300).start("circularInOut"),n.add(i)),n.resize=function(){var n=a.getBoundingRect().width,s=t.showSpinner?t.spinnerRadius:0,l=(e.getWidth()-2*s-(t.showSpinner&&n?10:0)-n)/2-(t.showSpinner&&n?0:5+n/2)+(t.showSpinner?0:n/2)+(n?0:s),c=e.getHeight()/2;t.showSpinner&&i.setShape({cx:l,cy:c}),o.setShape({x:l-s,y:c-s,width:2*s,height:2*s}),r.setShape({x:0,y:0,width:e.getWidth(),height:e.getHeight()})},n.resize(),n}var Kv=function(){function e(e,t,n,r){this._stageTaskMap=ge(),this.ecInstance=e,this.api=t,n=this._dataProcessorHandlers=n.slice(),r=this._visualHandlers=r.slice(),this._allHandlers=n.concat(r)}return e.prototype.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each((function(e){var t=e.overallTask;t&&t.dirty()}))},e.prototype.getPerformArgs=function(e,t){if(e.__pipeline){var n=this._pipelineMap.get(e.__pipeline.id),r=n.context,i=!t&&n.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>n.blockIndex,a=i?n.step:null,o=r&&r.modDataCount,s=null!=o?Math.ceil(o/a):null;return{step:a,modBy:s,modDataCount:o}}},e.prototype.getPipeline=function(e){return this._pipelineMap.get(e)},e.prototype.updateStreamModes=function(e,t){var n=this._pipelineMap.get(e.uid),r=e.getData(),i=r.count(),a=n.progressiveEnabled&&t.incrementalPrepareRender&&i>=n.threshold,o=e.get("large")&&i>=e.get("largeThreshold"),s="mod"===e.get("progressiveChunkMode")?i:null;e.pipelineContext=n.context={progressiveRender:a,modDataCount:s,large:o}},e.prototype.restorePipelines=function(e){var t=this,n=t._pipelineMap=ge();e.eachSeries((function(e){var r=e.getProgressive(),i=e.uid;n.set(i,{id:i,head:null,tail:null,threshold:e.getProgressiveThreshold(),progressiveEnabled:r&&!(e.preventIncremental&&e.preventIncremental()),blockIndex:-1,step:Math.round(r||700),count:0}),t._pipe(e,e.dataTask)}))},e.prototype.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.api.getModel(),n=this.api;P(this._allHandlers,(function(r){var i=e.get(r.uid)||e.set(r.uid,{}),a="";ue(!(r.reset&&r.overallReset),a),r.reset&&this._createSeriesStageTask(r,i,t,n),r.overallReset&&this._createOverallStageTask(r,i,t,n)}),this)},e.prototype.prepareView=function(e,t,n,r){var i=e.renderTask,a=i.context;a.model=t,a.ecModel=n,a.api=r,i.__block=!e.incrementalPrepareRender,this._pipe(t,i)},e.prototype.performDataProcessorTasks=function(e,t){this._performStageTasks(this._dataProcessorHandlers,e,t,{block:!0})},e.prototype.performVisualTasks=function(e,t,n){this._performStageTasks(this._visualHandlers,e,t,n)},e.prototype._performStageTasks=function(e,t,n,r){r=r||{};var i=!1,a=this;function o(e,t){return e.setDirty&&(!e.dirtyMap||e.dirtyMap.get(t.__pipeline.id))}P(e,(function(e,s){if(!r.visualType||r.visualType===e.visualType){var l=a._stageTaskMap.get(e.uid),c=l.seriesTaskMap,u=l.overallTask;if(u){var h,d=u.agentStubMap;d.each((function(e){o(r,e)&&(e.dirty(),h=!0)})),h&&u.dirty(),a.updatePayload(u,n);var f=a.getPerformArgs(u,r.block);d.each((function(e){e.perform(f)})),u.perform(f)&&(i=!0)}else c&&c.each((function(s,l){o(r,s)&&s.dirty();var c=a.getPerformArgs(s,r.block);c.skip=!e.performRawSeries&&t.isSeriesFiltered(s.context.model),a.updatePayload(s,n),s.perform(c)&&(i=!0)}))}})),this.unfinished=i||this.unfinished},e.prototype.performSeriesTasks=function(e){var t;e.eachSeries((function(e){t=e.dataTask.perform()||t})),this.unfinished=t||this.unfinished},e.prototype.plan=function(){this._pipelineMap.each((function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)}))},e.prototype.updatePayload=function(e,t){"remain"!==t&&(e.context.payload=t)},e.prototype._createSeriesStageTask=function(e,t,n,r){var i=this,a=t.seriesTaskMap,o=t.seriesTaskMap=ge(),s=e.seriesType,l=e.getTargetSeries;function c(t){var s=t.uid,l=o.set(s,a&&a.get(s)||fg({plan:Zv,reset:eA,count:rA}));l.context={model:t,ecModel:n,api:r,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:i},i._pipe(t,l)}e.createOnAllSeries?n.eachRawSeries(c):s?n.eachRawSeriesByType(s,c):l&&l(n,r).each(c)},e.prototype._createOverallStageTask=function(e,t,n,r){var i=this,a=t.overallTask=t.overallTask||fg({reset:Gv});a.context={ecModel:n,api:r,overallReset:e.overallReset,scheduler:i};var o=a.agentStubMap,s=a.agentStubMap=ge(),l=e.seriesType,c=e.getTargetSeries,u=!0,h=!1,d="";function f(e){var t=e.uid,n=s.set(t,o&&o.get(t)||(h=!0,fg({reset:Xv,onDirty:Jv})));n.context={model:e,overallProgress:u},n.agent=a,n.__block=u,i._pipe(e,n)}ue(!e.createOnAllSeries,d),l?n.eachRawSeriesByType(l,f):c?c(n,r).each(f):(u=!1,P(n.getSeries(),f)),h&&a.dirty()},e.prototype._pipe=function(e,t){var n=e.uid,r=this._pipelineMap.get(n);!r.head&&(r.head=t),r.tail&&r.tail.pipe(t),r.tail=t,t.__idxInPipeline=r.count++,t.__pipeline=r},e.wrapStageHandler=function(e,t){return W(e)&&(e={overallReset:e,seriesType:iA(e)}),e.uid=Nd("stageHandler"),t&&(e.visualType=t),e},e}();function Gv(e){e.overallReset(e.ecModel,e.api,e.payload)}function Xv(e){return e.overallProgress&&qv}function qv(){this.agent.dirty(),this.getDownstream().dirty()}function Jv(){this.agent&&this.agent.dirty()}function Zv(e){return e.plan?e.plan(e.model,e.ecModel,e.api,e.payload):null}function eA(e){e.useClearVisual&&e.data.clearAllVisual();var t=e.resetDefines=ea(e.reset(e.model,e.ecModel,e.api,e.payload));return t.length>1?R(t,(function(e,t){return nA(t)})):tA}var tA=nA(0);function nA(e){return function(t,n){var r=n.data,i=n.resetDefines[e];if(i&&i.dataEach)for(var a=t.start;a0&&u===i.length-c.length){var h=i.slice(0,u);"data"!==h&&(t.mainType=h,t[c.toLowerCase()]=e,s=!0)}}o.hasOwnProperty(i)&&(n[i]=e,s=!0),s||(r[i]=e)}))}return{cptQuery:t,dataQuery:n,otherQuery:r}},e.prototype.filter=function(e,t){var n=this.eventInfo;if(!n)return!0;var r=n.targetEl,i=n.packedEvent,a=n.model,o=n.view;if(!a||!o)return!0;var s=t.cptQuery,l=t.dataQuery;return c(s,a,"mainType")&&c(s,a,"subType")&&c(s,a,"index","componentIndex")&&c(s,a,"name")&&c(s,a,"id")&&c(l,i,"name")&&c(l,i,"dataIndex")&&c(l,i,"dataType")&&(!o.filterForExposedEvent||o.filterForExposedEvent(e,t.otherQuery,r,i));function c(e,t,n,r){return null==e[n]||t[r||n]===e[n]}},e.prototype.afterTrigger=function(){this.eventInfo=null},e}(),xA={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var n=e.getData();if(e.legendSymbol&&n.setVisual("legendSymbol",e.legendSymbol),e.hasSymbolVisual){var r=e.get("symbol"),i=e.get("symbolSize"),a=e.get("symbolKeepAspect"),o=e.get("symbolRotate"),s=W(r),l=W(i),c=W(o),u=s||l||c,h=!s&&r?r:e.defaultSymbol,d=l?null:i,f=c?null:o;if(n.setVisual({legendSymbol:e.legendSymbol||h,symbol:h,symbolSize:d,symbolKeepAspect:a,symbolRotate:f}),!t.isSeriesFiltered(e))return{dataEach:u?p:null}}function p(t,n){var a=e.getRawValue(n),u=e.getDataParams(n);s&&t.setItemVisual(n,"symbol",r(a,u)),l&&t.setItemVisual(n,"symbolSize",i(a,u)),c&&t.setItemVisual(n,"symbolRotate",o(a,u))}}},CA={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){if(e.hasSymbolVisual&&!t.isSeriesFiltered(e)){var n=e.getData();return{dataEach:n.hasItemOption?r:null}}function r(e,t){var n=e.getItemModel(t),r=n.getShallow("symbol",!0),i=n.getShallow("symbolSize",!0),a=n.getShallow("symbolRotate",!0),o=n.getShallow("symbolKeepAspect",!0);null!=r&&e.setItemVisual(t,"symbol",r),null!=i&&e.setItemVisual(t,"symbolSize",i),null!=a&&e.setItemVisual(t,"symbolRotate",a),null!=o&&e.setItemVisual(t,"symbolKeepAspect",o)}}};function SA(e,t,n){switch(n){case"color":var r=e.getItemVisual(t,"style");return r[e.getVisual("drawType")];case"opacity":return e.getItemVisual(t,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return e.getItemVisual(t,n);default:0}}function kA(e,t){switch(t){case"color":var n=e.getVisual("style");return n[e.getVisual("drawType")];case"opacity":return e.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return e.getVisual(t);default:0}}function MA(e,t,n,r){switch(n){case"color":var i=e.ensureUniqueItemVisual(t,"style");i[e.getVisual("drawType")]=r,e.setItemVisual(t,"colorFromPalette",!1);break;case"opacity":e.ensureUniqueItemVisual(t,"style").opacity=r;break;case"symbol":case"symbolSize":case"liftZ":e.setItemVisual(t,n,r);break;default:0}}var EA=2*Math.PI,TA=Is.CMD,BA=["top","right","bottom","left"];function DA(e,t,n,r,i){var a=n.width,o=n.height;switch(e){case"top":r.set(n.x+a/2,n.y-t),i.set(0,-1);break;case"bottom":r.set(n.x+a/2,n.y+o+t),i.set(0,1);break;case"left":r.set(n.x-t,n.y+o/2),i.set(-1,0);break;case"right":r.set(n.x+a+t,n.y+o/2),i.set(1,0);break}}function LA(e,t,n,r,i,a,o,s,l){o-=e,s-=t;var c=Math.sqrt(o*o+s*s);o/=c,s/=c;var u=o*n+e,h=s*n+t;if(Math.abs(r-i)%EA<1e-4)return l[0]=u,l[1]=h,c-n;if(a){var d=r;r=Hs(i),i=Hs(d)}else r=Hs(r),i=Hs(i);r>i&&(i+=EA);var f=Math.atan2(s,o);if(f<0&&(f+=EA),f>=r&&f<=i||f+EA>=r&&f+EA<=i)return l[0]=u,l[1]=h,c-n;var p=n*Math.cos(r)+e,m=n*Math.sin(r)+t,g=n*Math.cos(i)+e,v=n*Math.sin(i)+t,A=(p-o)*(p-o)+(m-s)*(m-s),y=(g-o)*(g-o)+(v-s)*(v-s);return A0){t=t/180*Math.PI,RA.fromArray(e[0]),HA.fromArray(e[1]),UA.fromArray(e[2]),Qn.sub(zA,RA,HA),Qn.sub(YA,UA,HA);var n=zA.len(),r=YA.len();if(!(n<.001||r<.001)){zA.scale(1/n),YA.scale(1/r);var i=zA.dot(YA),a=Math.cos(t);if(a1&&Qn.copy(QA,UA),QA.toArray(e[1])}}}}function WA(e,t,n){if(n<=180&&n>0){n=n/180*Math.PI,RA.fromArray(e[0]),HA.fromArray(e[1]),UA.fromArray(e[2]),Qn.sub(zA,HA,RA),Qn.sub(YA,UA,HA);var r=zA.len(),i=YA.len();if(!(r<.001||i<.001)){zA.scale(1/r),YA.scale(1/i);var a=zA.dot(t),o=Math.cos(n);if(a=l)Qn.copy(QA,UA);else{QA.scaleAndAdd(YA,s/Math.tan(Math.PI/2-u));var h=UA.x!==HA.x?(QA.x-HA.x)/(UA.x-HA.x):(QA.y-HA.y)/(UA.y-HA.y);if(isNaN(h))return;h<0?Qn.copy(QA,HA):h>1&&Qn.copy(QA,UA)}QA.toArray(e[1])}}}}function KA(e,t,n,r){var i="normal"===n,a=i?e:e.ensureState(n);a.ignore=t;var o=r.get("smooth");o&&!0===o&&(o=.3),a.shape=a.shape||{},o>0&&(a.shape.smooth=o);var s=r.getModel("lineStyle").getLineStyle();i?e.useStyle(s):a.style=s}function GA(e,t){var n=t.smooth,r=t.points;if(r)if(e.moveTo(r[0][0],r[0][1]),n>0&&r.length>=3){var i=Oe(r[0],r[1]),a=Oe(r[1],r[2]);if(!i||!a)return e.lineTo(r[1][0],r[1][1]),void e.lineTo(r[2][0],r[2][1]);var o=Math.min(i,a)*n,s=Ne([],r[1],r[0],o/i),l=Ne([],r[1],r[2],o/a),c=Ne([],s,l,.5);e.bezierCurveTo(s[0],s[1],s[0],s[1],c[0],c[1]),e.bezierCurveTo(l[0],l[1],l[0],l[1],r[2][0],r[2][1])}else for(var u=1;u0&&a&&w(-h/o,0,o);var g,v,A=e[0],y=e[o-1];return b(),g<0&&x(-g,.8),v<0&&x(v,.8),b(),_(g,v,1),_(v,g,-1),b(),g<0&&C(-g),v<0&&C(v),c}function b(){g=A.rect[t]-r,v=i-y.rect[t]-y.rect[n]}function _(e,t,n){if(e<0){var r=Math.min(t,-e);if(r>0){w(r*n,0,o);var i=r+e;i<0&&x(-i*n,1)}else x(-e*n,1)}}function w(n,r,i){0!==n&&(c=!0);for(var a=r;a0)for(l=0;l0;l--){d=a[l-1]*h;w(-d,l,o)}}}function C(e){var t=e<0?-1:1;e=Math.abs(e);for(var n=Math.ceil(e/(o-1)),r=0;r0?w(n,0,r+1):w(-n,o-r-1,o),e-=n,e<=0)return}}function ey(e,t,n,r){return ZA(e,"x","width",t,n,r)}function ty(e,t,n,r){return ZA(e,"y","height",t,n,r)}function ny(e){var t=[];e.sort((function(e,t){return t.priority-e.priority}));var n=new tr(0,0,0,0);function r(e){if(!e.ignore){var t=e.ensureState("emphasis");null==t.ignore&&(t.ignore=!1)}e.ignore=!0}for(var i=0;i=0&&n.attr(i.oldLayoutSelect),O(u,"emphasis")>=0&&n.attr(i.oldLayoutEmphasis)),zh(n,l,t,s)}else if(n.attr(l),!bd(n).valueAnimation){var h=oe(n.style.opacity,1);n.style.opacity=0,Yh(n,{style:{opacity:h}},t,s)}if(i.oldLayout=l,n.states.select){var d=i.oldLayoutSelect={};cy(d,l,uy),cy(d,n.states.select,uy)}if(n.states.emphasis){var f=i.oldLayoutEmphasis={};cy(f,l,uy),cy(f,n.states.emphasis,uy)}wd(n,s,c,t,t)}if(r&&!r.ignore&&!r.invisible){i=ly(r),a=i.oldLayout;var p={points:r.shape.points};a?(r.attr({shape:a}),zh(r,{shape:p},t)):(r.setShape(p),r.style.strokePercent=0,Yh(r,{style:{strokePercent:1}},t)),i.oldLayout=p}},e}(),dy=hy;function fy(e,t){function n(t,n){var r=[];return t.eachComponent({mainType:"series",subType:e,query:n},(function(e){r.push(e.seriesIndex)})),r}P([[e+"ToggleSelect","toggleSelect"],[e+"Select","select"],[e+"UnSelect","unselect"]],(function(e){t(e[0],(function(t,r,i){t=B({},t),i.dispatchAction(B(t,{type:e[1],seriesIndex:n(r,t)}))}))}))}function py(e,t,n,r,i){var a=e+t;n.isSilent(a)||r.eachComponent({mainType:"series",subType:"pie"},(function(e){for(var t=e.seriesIndex,r=i.selected,o=0;o0?(t=t||1,"dashed"===e?[4*t,2*t]:"dotted"===e?[t]:X(e)?[e]:V(e)?e:null):null}var Fy=new Is(!0);function Ny(e){var t=e.stroke;return!(null==t||"none"===t||!(e.lineWidth>0))}function Py(e){var t=e.fill;return null!=t&&"none"!==t}function Ry(e,t){if(null!=t.fillOpacity&&1!==t.fillOpacity){var n=e.globalAlpha;e.globalAlpha=t.fillOpacity*t.opacity,e.fill(),e.globalAlpha=n}else e.fill()}function Hy(e,t){if(null!=t.strokeOpacity&&1!==t.strokeOpacity){var n=e.globalAlpha;e.globalAlpha=t.strokeOpacity*t.opacity,e.stroke(),e.globalAlpha=n}else e.stroke()}function Uy(e,t,n){var r=Za(t.image,t.__image,n);if(to(r)){var i=e.createPattern(r,t.repeat||"repeat");if("function"===typeof DOMMatrix){var a=new DOMMatrix;a.rotateSelf(0,0,(t.rotation||0)/Math.PI*180),a.scaleSelf(t.scaleX||1,t.scaleY||1),a.translateSelf(t.x||0,t.y||0),i.setTransform(a)}return i}}function zy(e,t,n,r){var i=Ny(n),a=Py(n),o=n.strokePercent,s=o<1,l=!t.path;t.silent&&!s||!l||t.createPathProxy();var c=t.path||Fy;if(!r){var u=n.fill,h=n.stroke,d=a&&!!u.colorStops,f=i&&!!h.colorStops,p=a&&!!u.image,m=i&&!!h.image,g=void 0,v=void 0,A=void 0,y=void 0,b=void 0;(d||f)&&(b=t.getBoundingRect()),d&&(g=t.__dirty?Ly(e,u,b):t.__canvasFillGradient,t.__canvasFillGradient=g),f&&(v=t.__dirty?Ly(e,h,b):t.__canvasStrokeGradient,t.__canvasStrokeGradient=v),p&&(A=t.__dirty||!t.__canvasFillPattern?Uy(e,u,t):t.__canvasFillPattern,t.__canvasFillPattern=A),m&&(y=t.__dirty||!t.__canvasStrokePattern?Uy(e,h,t):t.__canvasStrokePattern,t.__canvasStrokePattern=A),d?e.fillStyle=g:p&&(A?e.fillStyle=A:a=!1),f?e.strokeStyle=v:m&&(y?e.strokeStyle=y:i=!1)}var _=n.lineDash&&n.lineWidth>0&&Iy(n.lineDash,n.lineWidth),w=n.lineDashOffset,x=!!e.setLineDash,C=t.getGlobalScale();if(c.setScale(C[0],C[1],t.segmentIgnoreThreshold),_){var S=n.strokeNoScale&&t.getLineScale?t.getLineScale():1;S&&1!==S&&(_=R(_,(function(e){return e/S})),w/=S)}var k=!0;(l||t.__dirty&ol.SHAPE_CHANGED_BIT||_&&!x&&i)&&(c.setDPR(e.dpr),s?c.setContext(null):(c.setContext(e),k=!1),c.reset(),_&&!x&&(c.setLineDash(_),c.setLineDashOffset(w)),t.buildPath(c,t.shape,r),c.toStatic(),t.pathUpdated()),k&&c.rebuildPath(e,s?o:1),_&&x&&(e.setLineDash(_),e.lineDashOffset=w),r||(n.strokeFirst?(i&&Hy(e,n),a&&Ry(e,n)):(a&&Ry(e,n),i&&Hy(e,n))),_&&x&&e.setLineDash([])}function Yy(e,t,n){var r=t.__image=Za(n.image,t.__image,t,t.onload);if(r&&to(r)){var i=n.x||0,a=n.y||0,o=t.getWidth(),s=t.getHeight(),l=r.width/r.height;if(null==o&&null!=s?o=s*l:null==s&&null!=o?s=o/l:null==o&&null==s&&(o=r.width,s=r.height),n.sWidth&&n.sHeight){var c=n.sx||0,u=n.sy||0;e.drawImage(r,c,u,n.sWidth,n.sHeight,i,a,o,s)}else if(n.sx&&n.sy){c=n.sx,u=n.sy;var h=o-c,d=s-u;e.drawImage(r,c,u,h,d,i,a,o,s)}else e.drawImage(r,i,a,o,s)}}function $y(e,t,n){var r=n.text;if(null!=r&&(r+=""),r){e.font=n.font||rr,e.textAlign=n.textAlign,e.textBaseline=n.textBaseline;var i=void 0;if(e.setLineDash){var a=n.lineDash&&n.lineWidth>0&&Iy(n.lineDash,n.lineWidth),o=n.lineDashOffset;if(a){var s=n.strokeNoScale&&t.getLineScale?t.getLineScale():1;s&&1!==s&&(a=R(a,(function(e){return e/s})),o/=s),e.setLineDash(a),e.lineDashOffset=o,i=!0}}n.strokeFirst?(Ny(n)&&e.strokeText(r,n.x,n.y),Py(n)&&e.fillText(r,n.x,n.y)):(Py(n)&&e.fillText(r,n.x,n.y),Ny(n)&&e.strokeText(r,n.x,n.y)),i&&e.setLineDash([])}}var jy=["shadowBlur","shadowOffsetX","shadowOffsetY"],Qy=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Vy(e,t,n,r,i){var a=!1;if(!r&&(n=n||{},t===n))return!1;(r||t.opacity!==n.opacity)&&(a||(rb(e,i),a=!0),e.globalAlpha=null==t.opacity?bo.opacity:t.opacity),(r||t.blend!==n.blend)&&(a||(rb(e,i),a=!0),e.globalCompositeOperation=t.blend||bo.blend);for(var o=0;o0&&e.unfinished);e.unfinished||this._zr.flush()}}},t.prototype.getDom=function(){return this._dom},t.prototype.getId=function(){return this.id},t.prototype.getZr=function(){return this._zr},t.prototype.setOption=function(e,t,n){if(this._disposed)C_(this.id);else{var r,i,a;if(_b(t)&&(n=t.lazyUpdate,r=t.silent,i=t.replaceMerge,a=t.transition,t=t.notMerge),this[zb]=!0,!this._model||t){var o=new cm(this._api),s=this._theme,l=this._model=new Xp;l.scheduler=this._scheduler,l.init(null,null,null,s,this._locale,o)}this._model.setOption(e,{replaceMerge:i},E_),g_(this,a),n?(this[Yb]={silent:r},this[zb]=!1,this.getZr().wakeUp()):(Jb(this),t_.update.call(this),this._zr.flush(),this[Yb]=!1,this[zb]=!1,a_.call(this,r),o_.call(this,r))}},t.prototype.setTheme=function(){console.error("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},t.prototype.getModel=function(){return this._model},t.prototype.getOption=function(){return this._model&&this._model.getOption()},t.prototype.getWidth=function(){return this._zr.getWidth()},t.prototype.getHeight=function(){return this._zr.getHeight()},t.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||xb&&window.devicePixelRatio||1},t.prototype.getRenderedCanvas=function(e){if(d.canvasSupported){e=B({},e||{}),e.pixelRatio=e.pixelRatio||this.getDevicePixelRatio(),e.backgroundColor=e.backgroundColor||this._model.get("backgroundColor");var t=this._zr;return t.painter.getRenderedCanvas(e)}},t.prototype.getSvgDataURL=function(){if(d.svgSupported){var e=this._zr,t=e.storage.getDisplayList();return P(t,(function(e){e.stopAnimation(null,!0)})),e.painter.toDataURL()}},t.prototype.getDataURL=function(e){if(!this._disposed){e=e||{};var t=e.excludeComponents,n=this._model,r=[],i=this;yb(t,(function(e){n.eachComponent({mainType:e},(function(e){var t=i._componentsMap[e.__viewId];t.group.ignore||(r.push(t),t.group.ignore=!0)}))}));var a="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.getRenderedCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return yb(r,(function(e){e.group.ignore=!1})),a}C_(this.id)},t.prototype.getConnectedDataURL=function(e){if(this._disposed)C_(this.id);else if(d.canvasSupported){var t="svg"===e.type,n=this.group,r=Math.min,i=Math.max,a=1/0;if(F_[n]){var o=a,s=a,l=-a,c=-a,u=[],h=e&&e.pixelRatio||this.getDevicePixelRatio();P(I_,(function(a,h){if(a.group===n){var d=t?a.getZr().painter.getSvgDom().innerHTML:a.getRenderedCanvas(M(e)),f=a.getDom().getBoundingClientRect();o=r(f.left,o),s=r(f.top,s),l=i(f.right,l),c=i(f.bottom,c),u.push({dom:d,left:f.left,top:f.top})}})),o*=h,s*=h,l*=h,c*=h;var f=l-o,p=c-s,m=L(),g=Si(m,{renderer:t?"svg":"canvas"});if(g.resize({width:f,height:p}),t){var v="";return yb(u,(function(e){var t=e.left-o,n=e.top-s;v+=''+e.dom+""})),g.painter.getSvgRoot().innerHTML=v,e.connectedBackgroundColor&&g.painter.setBackgroundColor(e.connectedBackgroundColor),g.refreshImmediately(),g.painter.toDataURL()}return e.connectedBackgroundColor&&g.add(new xl({shape:{x:0,y:0,width:f,height:p},style:{fill:e.connectedBackgroundColor}})),yb(u,(function(e){var t=new pl({style:{x:e.left*h-o,y:e.top*h-s,image:e.dom}});g.add(t)})),g.refreshImmediately(),m.toDataURL("image/"+(e&&e.type||"png"))}return this.getDataURL(e)}},t.prototype.convertToPixel=function(e,t){return n_(this,"convertToPixel",e,t)},t.prototype.convertFromPixel=function(e,t){return n_(this,"convertFromPixel",e,t)},t.prototype.containPixel=function(e,t){if(!this._disposed){var n,r=this._model,i=Ca(r,e);return P(i,(function(e,r){r.indexOf("Models")>=0&&P(e,(function(e){var i=e.coordinateSystem;if(i&&i.containPoint)n=n||!!i.containPoint(t);else if("seriesModels"===r){var a=this._chartsMap[e.__viewId];a&&a.containPoint&&(n=n||a.containPoint(t,e))}else 0}),this)}),this),!!n}C_(this.id)},t.prototype.getVisual=function(e,t){var n=this._model,r=Ca(n,e,{defaultMainType:"series"}),i=r.seriesModel;var a=i.getData(),o=r.hasOwnProperty("dataIndexInside")?r.dataIndexInside:r.hasOwnProperty("dataIndex")?a.indexOfRawIndex(r.dataIndex):null;return null!=o?SA(a,o,t):kA(a,t)},t.prototype.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},t.prototype.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]},t.prototype._initEvents=function(){var e=this;yb(x_,(function(t){var n=function(n){var r,i=e.getModel(),a=n.target,o="globalout"===t;if(o?r={}:a&&gy(a,(function(e){var t=Rl(e);if(t&&null!=t.dataIndex){var n=t.dataModel||i.getSeriesByIndex(t.seriesIndex);return r=n&&n.getDataParams(t.dataIndex,t.dataType)||{},!0}if(t.eventData)return r=B({},t.eventData),!0}),!0),r){var s=r.componentType,l=r.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=r.seriesIndex);var c=s&&null!=l&&i.getComponent(s,l),u=c&&e["series"===c.mainType?"_chartsMap":"_componentsMap"][c.__viewId];0,r.event=n,r.type=t,e._$eventProcessor.eventInfo={targetEl:a,packedEvent:r,model:c,view:u},e.trigger(t,r)}};n.zrEventfulCallAtLast=!0,e._zr.on(t,n,e)})),yb(k_,(function(t,n){e._messageCenter.on(n,(function(e){this.trigger(n,e)}),e)})),yb(["selectchanged"],(function(t){e._messageCenter.on(t,(function(e){this.trigger(t,e)}),e)})),my(this._messageCenter,this,this._api)},t.prototype.isDisposed=function(){return this._disposed},t.prototype.clear=function(){this._disposed?C_(this.id):this.setOption({series:[]},!0)},t.prototype.dispose=function(){if(this._disposed)C_(this.id);else{this._disposed=!0,Ea(this.getDom(),P_,"");var e=this._api,t=this._model;yb(this._componentsViews,(function(n){n.dispose(t,e)})),yb(this._chartsViews,(function(n){n.dispose(t,e)})),this._zr.dispose(),delete I_[this.id]}},t.prototype.resize=function(e){if(this._disposed)C_(this.id);else{this._zr.resize(e);var t=this._model;if(this._loadingFX&&this._loadingFX.resize(),t){var n=t.resetOption("media"),r=e&&e.silent;this[zb]=!0,n&&Jb(this),t_.update.call(this,{type:"resize",animation:{duration:0}}),this[zb]=!1,a_.call(this,r),o_.call(this,r)}}},t.prototype.showLoading=function(e,t){if(this._disposed)C_(this.id);else if(_b(e)&&(t=e,e=""),e=e||"default",this.hideLoading(),O_[e]){var n=O_[e](this._api,t),r=this._zr;this._loadingFX=n,r.add(n)}},t.prototype.hideLoading=function(){this._disposed?C_(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},t.prototype.makeActionFromEvent=function(e){var t=B({},e);return t.type=k_[e.type],t},t.prototype.dispatchAction=function(e,t){if(this._disposed)C_(this.id);else if(_b(t)||(t={silent:!!t}),S_[e.type]&&this._model)if(this[zb])this._pendingActions.push(e);else{var n=t.silent;i_.call(this,e,n);var r=t.flush;r?this._zr.flush():!1!==r&&d.browser.weChat&&this._throttledZrFlush(),a_.call(this,n),o_.call(this,n)}},t.prototype.updateLabelLayout=function(){var e=this._labelManager;e.updateLayoutConfig(this._api),e.layout(this._api),e.processLabelsOverall()},t.prototype.appendData=function(e){if(this._disposed)C_(this.id);else{var t=e.seriesIndex,n=this.getModel(),r=n.getSeriesByIndex(t);0,r.appendData(e),this._scheduler.unfinished=!0,this.getZr().wakeUp()}},t.internalField=function(){function e(e){for(var t=[],n=e.currentStates,r=0;rt.get("hoverLayerThreshold")&&!d.node&&!d.worker&&t.eachSeries((function(t){if(!t.preventUsingHoverLayer){var n=e._chartsMap[t.__viewId];n.__alive&&n.group.traverse((function(e){e.states.emphasis&&(e.states.emphasis.hoverLayer=!0)}))}}))}function n(e,t){var n=e.get("blendMode")||null;t.group.traverse((function(e){e.isGroup||(e.style.blend=n),e.eachPendingDisplayable&&e.eachPendingDisplayable((function(e){e.style.blend=n}))}))}function r(e,t){if(!e.preventAutoZ){var n=e.get("z"),r=e.get("zlevel");t.group.traverse((function(e){if(!e.isGroup){null!=n&&(e.z=n),null!=r&&(e.zlevel=r);var t=e.getTextContent(),i=e.getTextGuideLine();if(t&&(t.z=e.z,t.zlevel=e.zlevel,t.z2=e.z2+2),i){var a=e.textGuideLineConfig&&e.textGuideLineConfig.showAbove;i.z=e.z,i.zlevel=e.zlevel,i.z2=e.z2+(a?1:-1)}}}))}}function i(e,t){t.group.traverse((function(e){if(!Vh(e)){var t=e.getTextContent(),n=e.getTextGuideLine();e.stateTransition&&(e.stateTransition=null),t&&t.stateTransition&&(t.stateTransition=null),n&&n.stateTransition&&(n.stateTransition=null),e.hasState()?(e.prevStates=e.currentStates,e.clearStates()):e.prevStates&&(e.prevStates=null)}}))}function o(t,n){var r=t.getModel("stateAnimation"),i=t.isAnimationEnabled(),a=r.get("duration"),o=a>0?{duration:a,delay:r.get("delay"),easing:r.get("easing")}:null;n.group.traverse((function(t){if(t.states&&t.states.emphasis){if(Vh(t))return;if(t instanceof ol&&jc(t),t.__dirty){var n=t.prevStates;n&&t.useStates(n)}if(i){t.stateTransition=o;var r=t.getTextContent(),a=t.getTextGuideLine();r&&(r.stateTransition=o),a&&(a.stateTransition=o)}t.__dirty&&e(t)}}))}Jb=function(e){var t=e._scheduler;t.restorePipelines(e._model),t.prepareStageTasks(),Zb(e,!0),Zb(e,!1),t.plan()},Zb=function(e,t){for(var n=e._model,r=e._scheduler,i=t?e._componentsViews:e._chartsViews,a=t?e._componentsMap:e._chartsMap,o=e._zr,s=e._api,l=0;l=0)){G_.push(n);var a=cA.wrapStageHandler(n,i);a.__prio=t,a.__raw=n,e.push(a)}}function q_(e,t){O_[e]=t}function J_(e,t,n){bA.registerMap(e,t,n)}var Z_=Og;K_(Lb,Yv),K_(Fb,jv),K_(Fb,Qv),K_(Lb,xA),K_(Fb,CA),K_(Hb,vb),z_(Om),Y_(kb,Im),q_("default",Wv),Q_({type:Gl,event:Gl,update:Gl},be),Q_({type:Xl,event:Xl,update:Xl},be),Q_({type:ql,event:ql,update:ql},be),Q_({type:Jl,event:Jl,update:Jl},be),Q_({type:Zl,event:Zl,update:Zl},be),U_("light",hA),U_("dark",vA);var ew=[],tw={registerPreprocessor:z_,registerProcessor:Y_,registerPostInit:$_,registerPostUpdate:j_,registerAction:Q_,registerCoordinateSystem:V_,registerLayout:W_,registerVisual:K_,registerTransform:Z_,registerLoading:q_,registerMap:J_,PRIORITY:Ub,ComponentModel:sp,ComponentView:bv,SeriesModel:Av,ChartView:Bv,registerComponentModel:function(e){sp.registerClass(e)},registerComponentView:function(e){bv.registerClass(e)},registerSeriesModel:function(e){Av.registerClass(e)},registerChartView:function(e){Bv.registerClass(e)},registerSubTypeDefaulter:function(e,t){sp.registerSubTypeDefaulter(e,t)},registerPainter:function(e,t){ki(e,t)}};function nw(e){V(e)?P(e,(function(e){nw(e)})):O(ew,e)>=0||(ew.push(e),W(e)&&(e={install:e}),e.install(tw))}function rw(){return!1}function iw(e,t,n){var r=L(),i=t.getWidth(),a=t.getHeight(),o=r.style;return o&&(o.position="absolute",o.left="0",o.top="0",o.width=i+"px",o.height=a+"px",r.setAttribute("data-zr-dom-id",e)),r.width=i*n,r.height=a*n,r}var aw=function(e){function t(t,n,r){var i,a=e.call(this)||this;a.motionBlur=!1,a.lastFrameAlpha=.7,a.dpr=1,a.virtual=!1,a.config={},a.incremental=!1,a.zlevel=0,a.maxRepaintRectCount=5,a.__dirty=!0,a.__firstTimePaint=!0,a.__used=!1,a.__drawIndex=0,a.__startIndex=0,a.__endIndex=0,a.__prevStartIndex=null,a.__prevEndIndex=null,r=r||mr,"string"===typeof t?i=iw(t,n,r):q(t)&&(i=t,t=i.id),a.id=t,a.dom=i;var o=i.style;return o&&(i.onselectstart=rw,o.webkitUserSelect="none",o.userSelect="none",o.webkitTapHighlightColor="rgba(0,0,0,0)",o["-webkit-touch-callout"]="none",o.padding="0",o.margin="0",o.borderWidth="0"),a.domBack=null,a.ctxBack=null,a.painter=n,a.config=null,a.dpr=r,a}return a(t,e),t.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},t.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},t.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},t.prototype.setUnpainted=function(){this.__firstTimePaint=!0},t.prototype.createBackBuffer=function(){var e=this.dpr;this.domBack=iw("back-"+this.id,this.painter,e),this.ctxBack=this.domBack.getContext("2d"),1!==e&&this.ctxBack.scale(e,e)},t.prototype.createRepaintRects=function(e,t,n,r){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var i,a=[],o=this.maxRepaintRectCount,s=!1,l=new tr(0,0,0,0);function c(e){if(e.isFinite()&&!e.isZero())if(0===a.length){var t=new tr(0,0,0,0);t.copy(e),a.push(t)}else{for(var n=!1,r=1/0,i=0,c=0;c=o)}}for(var u=this.__startIndex;u15)break}}n.prevElClipPaths&&l.restore()};if(h)if(0===h.length)d=s.__endIndex;else for(var b=f.dpr,_=0;_0&&e>r[0]){for(s=0;se)break;o=n[r[s]]}if(r.splice(s+1,0,e),n[e]=t,!t.virtual)if(o){var l=o.dom;l.nextSibling?a.insertBefore(t.dom,l.nextSibling):a.appendChild(t.dom)}else a.firstChild?a.insertBefore(t.dom,a.firstChild):a.appendChild(t.dom);t.__painter=this}else k("Layer of zlevel "+e+" is not valid")},e.prototype.eachLayer=function(e,t){for(var n=this._zlevelList,r=0;r0?cw:0),this._needsManuallyCompositing),c.__builtin__||k("ZLevel "+l+" has been used by unkown layer "+c.id),c!==o&&(c.__used=!0,c.__startIndex!==a&&(c.__dirty=!0),c.__startIndex=a,c.incremental?c.__drawIndex=-1:c.__drawIndex=a,t(a),o=c),r.__dirty&Dr.REDARAW_BIT&&!r.__inHover&&(c.__dirty=!0,c.incremental&&c.__drawIndex<0&&(c.__drawIndex=a))}t(a),this.eachBuiltinLayer((function(e,t){!e.__used&&e.getElementCount()>0&&(e.__dirty=!0,e.__startIndex=e.__endIndex=e.__drawIndex=0),e.__dirty&&e.__drawIndex<0&&(e.__drawIndex=e.__startIndex)}))},e.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},e.prototype._clearLayer=function(e){e.clear()},e.prototype.setBackgroundColor=function(e){this._backgroundColor=e,P(this._layers,(function(e){e.setUnpainted()}))},e.prototype.configLayer=function(e,t){if(t){var n=this._layerConfig;n[e]?E(n[e],t,!0):n[e]=t;for(var r=0;r=r&&l+1>=i){for(var c=[],u=0;u=r&&h+1>=i)return _w(l.components);s[o]=l}else s[o]=void 0}a++}while(a<=o){var d=h();if(d)return d}}function yw(e,t,n,r,i){var a=t.length,o=n.length,s=e.newPos,l=s-r,c=0;while(s+1-Dw}function Fw(e){var t=e.fill;return null!=t&&t!==Cw}function Nw(e){var t=e.stroke;return null!=t&&t!==Cw}function Pw(e,t){t&&Rw(e,"transform","matrix("+Lw(t[0])+","+Lw(t[1])+","+Lw(t[2])+","+Lw(t[3])+","+Ow(t[4])+","+Ow(t[5])+")")}function Rw(e,t,n){(!n||"linear"!==n.type&&"radial"!==n.type)&&e.setAttribute(t,n)}function Hw(e,t,n){e.setAttributeNS("http://www.w3.org/1999/xlink",t,n)}function Uw(e,t,n){e.setAttributeNS("http://www.w3.org/XML/1998/namespace",t,n)}function zw(e,t,n){var r=null==t.opacity?1:t.opacity;if(n instanceof pl)e.style.opacity=r+"";else{if(Fw(t)){var i=t.fill;i="transparent"===i?Cw:i,Rw(e,"fill",i),Rw(e,"fill-opacity",(null!=t.fillOpacity?t.fillOpacity*r:r)+"")}else Rw(e,"fill",Cw);if(Nw(t)){var a=t.stroke;a="transparent"===a?Cw:a,Rw(e,"stroke",a);var o=t.lineWidth,s=t.strokeNoScale?n.getLineScale():1;Rw(e,"stroke-width",(s?o/s:0)+""),Rw(e,"paint-order",t.strokeFirst?"stroke":"fill"),Rw(e,"stroke-opacity",(null!=t.strokeOpacity?t.strokeOpacity*r:r)+"");var l=t.lineDash&&o>0&&Iy(t.lineDash,o);if(l){var c=t.lineDashOffset;s&&1!==s&&(l=R(l,(function(e){return e/s})),c&&(c/=s,c=Sw(c))),Rw(e,"stroke-dasharray",l.join(",")),Rw(e,"stroke-dashoffset",(c||0)+"")}else Rw(e,"stroke-dasharray","");t.lineCap&&Rw(e,"stroke-linecap",t.lineCap),t.lineJoin&&Rw(e,"stroke-linejoin",t.lineJoin),t.miterLimit&&Rw(e,"stroke-miterlimit",t.miterLimit+"")}else Rw(e,"stroke",Cw)}}var Yw=function(){function e(){}return e.prototype.reset=function(){this._d=[],this._str=""},e.prototype.moveTo=function(e,t){this._add("M",e,t)},e.prototype.lineTo=function(e,t){this._add("L",e,t)},e.prototype.bezierCurveTo=function(e,t,n,r,i,a){this._add("C",e,t,n,r,i,a)},e.prototype.quadraticCurveTo=function(e,t,n,r){this._add("Q",e,t,n,r)},e.prototype.arc=function(e,t,n,r,i,a){this.ellipse(e,t,n,n,0,r,i,a)},e.prototype.ellipse=function(e,t,n,r,i,a,o,s){var l=0===this._d.length,c=o-a,u=!s,h=Math.abs(c),d=Iw(h-Tw)||(u?c>=Tw:-c>=Tw),f=c>0?c%Tw:c%Tw+Tw,p=!1;p=!!d||!Iw(h)&&f>=Ew===!!u;var m=Ow(e+n*Mw(a)),g=Ow(t+r*kw(a));d&&(c=u?Tw-1e-4:1e-4-Tw,p=!0,l&&this._d.push("M",m,g));var v=Ow(e+n*Mw(a+c)),A=Ow(t+r*kw(a+c));if(isNaN(m)||isNaN(g)||isNaN(n)||isNaN(r)||isNaN(i)||isNaN(Bw)||isNaN(v)||isNaN(A))return"";this._d.push("A",Ow(n),Ow(r),Sw(i*Bw),+p,+u,v,A)},e.prototype.rect=function(e,t,n,r){this._add("M",e,t),this._add("L",e+n,t),this._add("L",e+n,t+r),this._add("L",e,t+r),this._add("L",e,t)},e.prototype.closePath=function(){this._d.length>0&&this._add("Z")},e.prototype._add=function(e,t,n,r,i,a,o,s,l){this._d.push(e);for(var c=1;c=0;--n)if(t[n]===e)return!0;return!1}),r}return null}return n[0]},e.prototype.doUpdate=function(e,t){if(e){var n=this.getDefs(!1);if(e[this._domName]&&n.contains(e[this._domName]))"function"===typeof t&&t(e);else{var r=this.add(e);r&&(e[this._domName]=r)}}},e.prototype.add=function(e){return null},e.prototype.addDom=function(e){var t=this.getDefs(!0);e.parentNode!==t&&t.appendChild(e)},e.prototype.removeDom=function(e){var t=this.getDefs(!1);t&&e[this._domName]&&(t.removeChild(e[this._domName]),e[this._domName]=null)},e.prototype.getDoms=function(){var e=this.getDefs(!1);if(!e)return[];var t=[];return P(this._tagNames,(function(n){for(var r=e.getElementsByTagName(n),i=0;i-1){var s=fn(o)[3],l=vn(o);a.setAttribute("stop-color","#"+l),a.setAttribute("stop-opacity",s+"")}else a.setAttribute("stop-color",n[r].color);t.appendChild(a)}e.__dom=t},t.prototype.markUsed=function(t){if(t.style){var n=t.style.fill;n&&n.__dom&&e.prototype.markDomUsed.call(this,n.__dom),n=t.style.stroke,n&&n.__dom&&e.prototype.markDomUsed.call(this,n.__dom)}},t}(qw),nx=tx;function rx(e){return e&&(!!e.image||!!e.svgElement)}var ix=new yy,ax=function(e){function t(t,n){return e.call(this,t,n,["pattern"],"__pattern_in_use__")||this}return a(t,e),t.prototype.addWithoutUpdate=function(e,t){if(t&&t.style){var n=this;P(["fill","stroke"],(function(r){var i=t.style[r];if(rx(i)){var a=n.getDefs(!0),o=ix.get(i);o?a.contains(o)||n.addDom(o):o=n.add(i),n.markUsed(t);var s=o.getAttribute("id");e.setAttribute(r,"url(#"+s+")")}}))}},t.prototype.add=function(e){if(rx(e)){var t=this.createElement("pattern");return e.id=null==e.id?this.nextId++:e.id,t.setAttribute("id","zr"+this._zrId+"-pattern-"+e.id),t.setAttribute("x","0"),t.setAttribute("y","0"),t.setAttribute("patternUnits","userSpaceOnUse"),this.updateDom(e,t),this.addDom(t),t}},t.prototype.update=function(e){if(rx(e)){var t=this;this.doUpdate(e,(function(){var n=ix.get(e);t.updateDom(e,n)}))}},t.prototype.updateDom=function(e,t){var n=e.svgElement;if(n instanceof SVGElement)n.parentNode!==t&&(t.innerHTML="",t.appendChild(n),t.setAttribute("width",e.svgWidth+""),t.setAttribute("height",e.svgHeight+""));else{var r=void 0,i=t.getElementsByTagName("image");if(i.length){if(!e.image)return void t.removeChild(i[0]);r=i[0]}else e.image&&(r=this.createElement("image"));if(r){var a=void 0;if("string"===typeof e.image?a=e.image:e.image instanceof HTMLImageElement?a=e.image.src:e.image instanceof HTMLCanvasElement&&(a=e.image.toDataURL()),a){r.setAttribute("href",a),r.setAttribute("x","0"),r.setAttribute("y","0");var o={dirty:function(){}},s=Za(a,r,o,(function(e){t.setAttribute("width",e.width+""),t.setAttribute("height",e.height+"")}));s&&s.width&&s.height&&(t.setAttribute("width",s.width+""),t.setAttribute("height",s.height+"")),t.appendChild(r)}}}var l=e.x||0,c=e.y||0,u=(e.rotation||0)/Math.PI*180,h=e.scaleX||1,d=e.scaleY||1,f="translate("+l+", "+c+") rotate("+u+") scale("+h+", "+d+")";t.setAttribute("patternTransform",f),ix.set(e,t)},t.prototype.markUsed=function(t){t.style&&(rx(t.style.fill)&&e.prototype.markDomUsed.call(this,ix.get(t.style.fill)),rx(t.style.stroke)&&e.prototype.markDomUsed.call(this,ix.get(t.style.stroke)))},t}(qw),ox=ax;function sx(e){var t=[];if(e)for(var n=0;n0}var cx=function(e){function t(t,n){var r=e.call(this,t,n,"clipPath","__clippath_in_use__")||this;return r._refGroups={},r._keyDuplicateCount={},r}return a(t,e),t.prototype.markAllUnused=function(){for(var t in e.prototype.markAllUnused.call(this),this._refGroups)this.markDomUnused(this._refGroups[t]);this._keyDuplicateCount={}},t.prototype._getClipPathGroup=function(e,t){if(lx(e)){var n=e.__clipPaths,r=this._keyDuplicateCount,i=sx(n);return Oy(n,t&&t.__clipPaths)&&(r[i]=r[i]||0,r[i]&&(i+="-"+r[i]),r[i]++),this._refGroups[i]||(this._refGroups[i]=this.createElement("g"))}},t.prototype.update=function(e,t){var n=this._getClipPathGroup(e,t);return n&&(this.markDomUsed(n),this.updateDom(n,e.__clipPaths)),n},t.prototype.updateDom=function(e,t){if(t&&t.length>0){var n=this.getDefs(!0),r=t[0],i=void 0,a=void 0;r._dom?(a=r._dom.getAttribute("id"),i=r._dom,n.contains(i)||n.appendChild(i)):(a="zr"+this._zrId+"-clip-"+this.nextId,++this.nextId,i=this.createElement("clipPath"),i.setAttribute("id",a),n.appendChild(i),r._dom=i);var o=this.getSvgProxy(r);o.brush(r);var s=this.getSvgElement(r);i.innerHTML="",i.appendChild(s),e.setAttribute("clip-path","url(#"+a+")"),t.length>1&&this.updateDom(i,t.slice(1))}else e&&e.setAttribute("clip-path","none")},t.prototype.markUsed=function(t){var n=this;t.__clipPaths&&P(t.__clipPaths,(function(t){t._dom&&e.prototype.markDomUsed.call(n,t._dom)}))},t.prototype.removeUnused=function(){e.prototype.removeUnused.call(this);var t={};for(var n in this._refGroups){var r=this._refGroups[n];this.isDomUnused(r)?r.parentNode&&r.parentNode.removeChild(r):t[n]=r}this._refGroups=t},t}(qw),ux=cx,hx=function(e){function t(t,n){var r=e.call(this,t,n,["filter"],"__filter_in_use__","_shadowDom")||this;return r._shadowDomMap={},r._shadowDomPool=[],r}return a(t,e),t.prototype._getFromPool=function(){var e=this._shadowDomPool.pop();if(!e){e=this.createElement("filter"),e.setAttribute("id","zr"+this._zrId+"-shadow-"+this.nextId++);var t=this.createElement("feDropShadow");e.appendChild(t),this.addDom(e)}return e},t.prototype.update=function(e,t){var n=t.style;if(fx(n)){var r=px(t),i=t._shadowDom=this._shadowDomMap[r];i||(i=this._getFromPool(),this._shadowDomMap[r]=i),this.updateDom(e,t,i)}else this.remove(e,t)},t.prototype.remove=function(e,t){null!=t._shadowDom&&(t._shadowDom=null,e.style.filter="")},t.prototype.updateDom=function(e,t,n){var r=n.children[0],i=t.style,a=t.getGlobalScale(),o=a[0],s=a[1];if(o&&s){var l=i.shadowOffsetX||0,c=i.shadowOffsetY||0,u=i.shadowBlur,h=i.shadowColor;r.setAttribute("dx",l/o+""),r.setAttribute("dy",c/s+""),r.setAttribute("flood-color",h);var d=u/2/o,f=u/2/s,p=d+" "+f;r.setAttribute("stdDeviation",p),n.setAttribute("x","-100%"),n.setAttribute("y","-100%"),n.setAttribute("width","300%"),n.setAttribute("height","300%"),t._shadowDom=n;var m=n.getAttribute("id");e.style.filter="url(#"+m+")"}},t.prototype.removeUnused=function(){var e=this.getDefs(!1);if(e){var t=this._shadowDomPool;for(var n in this._shadowDomMap){var r=this._shadowDomMap[n];t.push(r)}this._shadowDomMap={}}},t}(qw),dx=hx;function fx(e){return e&&(e.shadowBlur||e.shadowOffsetX||e.shadowOffsetY)}function px(e){var t=e.style,n=e.getGlobalScale();return[t.shadowColor,(t.shadowBlur||0).toFixed(2),(t.shadowOffsetX||0).toFixed(2),(t.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}function mx(e){return parseInt(e,10)}function gx(e){return e instanceof ol?$w:e instanceof pl?jw:e instanceof cl?Ww:$w}function vx(e,t){return t&&e&&t.parentNode!==e}function Ax(e,t,n){if(vx(e,t)&&n){var r=n.nextSibling;r?e.insertBefore(t,r):e.appendChild(t)}}function yx(e,t){if(vx(e,t)){var n=e.firstChild;n?e.insertBefore(t,n):e.appendChild(t)}}function bx(e,t){t&&e&&t.parentNode===e&&e.removeChild(t)}function _x(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function xx(e){return e.__svgEl}var Cx=function(){function e(e,t,n,r){this.type="svg",this.refreshHover=Sx("refreshHover"),this.pathToImage=Sx("pathToImage"),this.configLayer=Sx("configLayer"),this.root=e,this.storage=t,this._opts=n=B({},n||{});var i=vw("svg");i.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns","http://www.w3.org/2000/svg"),i.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),i.setAttribute("version","1.1"),i.setAttribute("baseProfile","full"),i.style.cssText="user-select:none;position:absolute;left:0;top:0;";var a=vw("g");i.appendChild(a);var o=vw("g");i.appendChild(o),this._gradientManager=new nx(r,o),this._patternManager=new ox(r,o),this._clipPathManager=new ux(r,o),this._shadowManager=new dx(r,o);var s=document.createElement("div");s.style.cssText="overflow:hidden;position:relative",this._svgDom=i,this._svgRoot=o,this._backgroundRoot=a,this._viewport=s,e.appendChild(s),s.appendChild(i),this.resize(n.width,n.height),this._visibleList=[]}return e.prototype.getType=function(){return"svg"},e.prototype.getViewportRoot=function(){return this._viewport},e.prototype.getSvgDom=function(){return this._svgDom},e.prototype.getSvgRoot=function(){return this._svgRoot},e.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},e.prototype.refresh=function(){var e=this.storage.getDisplayList(!0);this._paintList(e)},e.prototype.setBackgroundColor=function(e){this._backgroundRoot&&this._backgroundNode&&this._backgroundRoot.removeChild(this._backgroundNode);var t=vw("rect");t.setAttribute("width",this.getWidth()),t.setAttribute("height",this.getHeight()),t.setAttribute("x",0),t.setAttribute("y",0),t.setAttribute("id",0),t.style.fill=e,this._backgroundRoot.appendChild(t),this._backgroundNode=t},e.prototype.createSVGElement=function(e){return vw(e)},e.prototype.paintOne=function(e){var t=gx(e);return t&&t.brush(e),xx(e)},e.prototype._paintList=function(e){var t=this._gradientManager,n=this._patternManager,r=this._clipPathManager,i=this._shadowManager;t.markAllUnused(),n.markAllUnused(),r.markAllUnused(),i.markAllUnused();for(var a=this._svgRoot,o=this._visibleList,s=e.length,l=[],c=0;c=0;--n)if(t[n]===e)return!0;return!1}),r}return null}return n[0]},e.prototype.resize=function(e,t){var n=this._viewport;n.style.display="none";var r=this._opts;if(null!=e&&(r.width=e),null!=t&&(r.height=t),e=this._getSize(0),t=this._getSize(1),n.style.display="",this._width!==e||this._height!==t){this._width=e,this._height=t;var i=n.style;i.width=e+"px",i.height=t+"px";var a=this._svgDom;a.setAttribute("width",e+""),a.setAttribute("height",t+"")}this._backgroundNode&&(this._backgroundNode.setAttribute("width",e),this._backgroundNode.setAttribute("height",t))},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e.prototype._getSize=function(e){var t=this._opts,n=["width","height"][e],r=["clientWidth","clientHeight"][e],i=["paddingLeft","paddingTop"][e],a=["paddingRight","paddingBottom"][e];if(null!=t[n]&&"auto"!==t[n])return parseFloat(t[n]);var o=this.root,s=document.defaultView.getComputedStyle(o);return(o[r]||mx(s[n])||mx(o.style[n]))-(mx(s[i])||0)-(mx(s[a])||0)|0},e.prototype.dispose=function(){this.root.innerHTML="",this._svgRoot=this._backgroundRoot=this._svgDom=this._backgroundNode=this._viewport=this.storage=null},e.prototype.clear=function(){var e=this._viewport;e&&e.parentNode&&e.parentNode.removeChild(e)},e.prototype.toDataURL=function(){this.refresh();var e=this._svgDom,t=e.outerHTML||(e.parentNode&&e.parentNode).innerHTML,n=encodeURIComponent(t.replace(/>\n\r<"));return"data:image/svg+xml;charset=UTF-8,"+n},e}();function Sx(e){return function(){k('In SVG mode painter not support method "'+e+'"')}}var kx=Cx;function Mx(e){e.registerPainter("svg",kx)}function Ex(e){return null==e?0:e.length||1}function Tx(e){return e}var Bx=function(){function e(e,t,n,r,i,a){this._old=e,this._new=t,this._oldKeyGetter=n||Tx,this._newKeyGetter=r||Tx,this.context=i,this._diffModeMultiple="multiple"===a}return e.prototype.add=function(e){return this._add=e,this},e.prototype.update=function(e){return this._update=e,this},e.prototype.updateManyToOne=function(e){return this._updateManyToOne=e,this},e.prototype.updateOneToMany=function(e){return this._updateOneToMany=e,this},e.prototype.remove=function(e){return this._remove=e,this},e.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},e.prototype._executeOneToOne=function(){var e=this._old,t=this._new,n={},r=new Array(e.length),i=new Array(t.length);this._initIndexMap(e,null,r,"_oldKeyGetter"),this._initIndexMap(t,n,i,"_newKeyGetter");for(var a=0;a1){var c=s.shift();1===s.length&&(n[o]=s[0]),this._update&&this._update(c,a)}else 1===l?(n[o]=null,this._update&&this._update(s,a)):this._remove&&this._remove(a)}this._performRestAdd(i,n)},e.prototype._executeMultiple=function(){var e=this._old,t=this._new,n={},r={},i=[],a=[];this._initIndexMap(e,n,i,"_oldKeyGetter"),this._initIndexMap(t,r,a,"_newKeyGetter");for(var o=0;o1&&1===h)this._updateManyToOne&&this._updateManyToOne(c,l),r[s]=null;else if(1===u&&h>1)this._updateOneToMany&&this._updateOneToMany(c,l),r[s]=null;else if(1===u&&1===h)this._update&&this._update(c,l),r[s]=null;else if(u>1)for(var d=0;d1)for(var o=0;ov[1]&&(v[1]=g)}t&&(this._nameList[f]=t[p],this._dontMakeIdFromName||jx(this,f))}this._rawCount=this._count=s,this._extent={},Px(this)},e.prototype._initDataFromProvider=function(e,t,n){if(!(e>=t)){for(var r=this._rawData,i=this._storage,a=this.dimensions,o=a.length,s=this._dimensionInfos,l=this._nameList,c=this._idList,u=this._rawExtent,h=r.getSource().sourceFormat,d=h===dp,f=0;fw[1]&&(w[1]=_)}if(d&&!r.pure&&v){var x=v.name;null==l[A]&&null!=x&&(l[A]=pa(x,null));var C=v.id;null==c[A]&&null!=C&&(c[A]=pa(C,null))}this._dontMakeIdFromName||jx(this,A)}!r.persistent&&r.clean&&r.clean(),this._rawCount=this._count=t,this._extent={},Px(this)}},e.prototype.count=function(){return this._count},e.prototype.getIndices=function(){var e,t=this._indices;if(t){var n=t.constructor,r=this._count;if(n===Array){e=new n(r);for(var i=0;i=0&&t=0&&t=0&&ts&&(s=u)}return r=[o,s],this._extent[e]=r,r},e.prototype.getApproximateExtent=function(e){return e=this.getDimension(e),this._approximateExtent[e]||this.getDataExtent(e)},e.prototype.setApproximateExtent=function(e,t){t=this.getDimension(t),this._approximateExtent[t]=e.slice()},e.prototype.getCalculationInfo=function(e){return this._calculationInfo[e]},e.prototype.setCalculationInfo=function(e,t){Zx(e)?B(this._calculationInfo,e):this._calculationInfo[e]=t},e.prototype.getSum=function(e){var t=this._storage[e],n=0;if(t)for(var r=0,i=this.count();r=this._rawCount||e<0)return-1;if(!this._indices)return e;var t=this._indices,n=t[e];if(null!=n&&ne))return a;i=a-1}}return-1},e.prototype.indicesOfNearest=function(e,t,n){var r=this._storage,i=r[e],a=[];if(!i)return a;null==n&&(n=1/0);for(var o=1/0,s=-1,l=0,c=0,u=this.count();c=0&&s<0)&&(o=f,s=d,l=0),d===s&&(a[l++]=c))}return a.length=l,a},e.prototype.getRawDataItem=function(e){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(e));for(var t=[],n=0;n=d&&y<=f||isNaN(y))&&(l[c++]=g),g++}m=!0}else if(2===a){v=p[h[0]];var b=p[h[1]],_=e[r[1]][0],w=e[r[1]][1];for(A=0;A=d&&y<=f||isNaN(y))&&(x>=_&&x<=w||isNaN(x))&&(l[c++]=g),g++}m=!0}}if(!m)if(1===a)for(A=0;A=d&&y<=f||isNaN(y))&&(l[c++]=C)}else for(A=0;Ae[M][1])&&(S=!1)}S&&(l[c++]=this.getRawIndex(A))}return cb[1]&&(b[1]=y)}}}return o},e.prototype.downSample=function(e,t,n,r){for(var i=Vx(this,[e]),a=i._storage,o=[],s=Jx(1/t),l=a[e],c=this.count(),u=i._rawExtent[e],h=new(Rx(this))(c),d=0,f=0;fc-f&&(s=c-f,o.length=s);for(var p=0;pu[1]&&(u[1]=g),h[d++]=v}return i._count=d,i._indices=h,i.getRawIndex=zx,i},e.prototype.lttbDownSample=function(e,t){var n,r,i,a=Vx(this,[]),o=a._storage,s=o[e],l=this.count(),c=new(Rx(this))(l),u=0,h=Jx(1/t),d=this.getRawIndex(0);c[u++]=d;for(var f=1;fn&&(n=r,i=y))}c[u++]=i,d=i}return c[u++]=this.getRawIndex(l-1),a._count=u,a._indices=c,a.getRawIndex=zx,a},e.prototype.getItemModel=function(e){var t=this.hostModel,n=this.getRawDataItem(e);return new Id(n,t,t&&t.ecModel)},e.prototype.diff=function(e){var t=this;return new Dx(e?e.getIndices():[],this.getIndices(),(function(t){return Yx(e,t)}),(function(e){return Yx(t,e)}))},e.prototype.getVisual=function(e){var t=this._visual;return t&&t[e]},e.prototype.setVisual=function(e,t){this._visual=this._visual||{},Zx(e)?B(this._visual,e):this._visual[e]=t},e.prototype.getItemVisual=function(e,t){var n=this._itemVisuals[e],r=n&&n[t];return null==r?this.getVisual(t):r},e.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},e.prototype.ensureUniqueItemVisual=function(e,t){var n=this._itemVisuals,r=n[e];r||(r=n[e]={});var i=r[t];return null==i&&(i=this.getVisual(t),V(i)?i=i.slice():Zx(i)&&(i=B({},i)),r[t]=i),i},e.prototype.setItemVisual=function(e,t,n){var r=this._itemVisuals[e]||{};this._itemVisuals[e]=r,Zx(t)?B(r,t):r[t]=n},e.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},e.prototype.setLayout=function(e,t){if(Zx(e))for(var n in e)e.hasOwnProperty(n)&&this.setLayout(n,e[n]);else this._layout[e]=t},e.prototype.getLayout=function(e){return this._layout[e]},e.prototype.getItemLayout=function(e){return this._itemLayouts[e]},e.prototype.setItemLayout=function(e,t,n){this._itemLayouts[e]=n?B(this._itemLayouts[e]||{},t):t},e.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},e.prototype.setItemGraphicEl=function(e,t){var n=this.hostModel;if(t){var r=Rl(t);r.dataIndex=e,r.dataType=this.dataType,r.seriesIndex=n&&n.seriesIndex,"group"===t.type&&t.traverse(Kx,t)}this._graphicEls[e]=t},e.prototype.getItemGraphicEl=function(e){return this._graphicEls[e]},e.prototype.eachItemGraphicEl=function(e,t){P(this._graphicEls,(function(n,r){n&&e&&e.call(t,n,r)}))},e.prototype.cloneShallow=function(t){if(!t){var n=eC(this.dimensions,this.getDimensionInfo,this);t=new e(n,this.hostModel)}if(t._storage=this._storage,t._storageArr=this._storageArr,Gx(t,this),this._indices){var r=this._indices.constructor;if(r===Array){var i=this._indices.length;t._indices=new r(i);for(var a=0;a65535?aC:sC},Hx=function(e,t,n,r){var i=iC[t.type],a=t.name;if(r){var o=e[a],s=o&&o.length;if(s!==n){for(var l=new i(n),c=0;c=0?this._indices[e]:-1},Yx=function(e,t){var n=e._idList[t];return null==n&&null!=e._idDimIdx&&(n=$x(e,e._idDimIdx,e._idOrdinalMeta,t)),null==n&&(n=rC+t),n},Qx=function(e){return V(e)||(e=null!=e?[e]:[]),e},function(e,t){for(var n=0;n=0?(o[u]=n(s[u]),a._rawExtent[u]=Wx(),a._extent[u]=null):o[u]=s[u],l.push(o[u]))}return a},Wx=function(){return[1/0,-1/0]},Kx=function(e){var t=Rl(e),n=Rl(this);t.seriesIndex=n.seriesIndex,t.dataIndex=n.dataIndex,t.dataType=n.dataType},Gx=function(e,t){P(lC.concat(t.__wrappedMethods||[]),(function(n){t.hasOwnProperty(n)&&(e[n]=t[n])})),e.__wrappedMethods=t.__wrappedMethods,P(cC,(function(n){e[n]=M(t[n])})),e._calculationInfo=B({},t._calculationInfo)},jx=function(e,t){var n=e._nameList,r=e._idList,i=e._nameDimIdx,a=e._idDimIdx,o=n[t],s=r[t];if(null==o&&null!=i&&(n[t]=o=$x(e,i,e._nameOrdinalMeta,t)),null==s&&null!=a&&(r[t]=s=$x(e,a,e._idOrdinalMeta,t)),null==s&&null!=o){var l=e._nameRepeatCount,c=l[o]=(l[o]||0)+1;s=o,c>1&&(s+="__ec__"+c),r[t]=s}}}(),e}(),hC=uC;function dC(e,t,n){Ym(t)||(t=jm(t)),n=n||{},e=(e||[]).slice();for(var r=(n.dimsDef||[]).slice(),i=ge(),a=ge(),o=[],s=fC(t,e,r,n.dimCount),l=0;l0?n=r[0]:r[1]<0&&(n=r[1]),n}function YC(e,t,n,r){var i=NaN;e.stacked&&(i=n.get(n.getCalculationInfo("stackedOverDimension"),r)),isNaN(i)&&(i=e.valueStart);var a=e.baseDataOffset,o=[];return o[a]=n.get(e.baseDim,r),o[1-a]=i,t.dataToPoint(o)}var $C="undefined"!==typeof Float32Array,jC=$C?Float32Array:Array;function QC(e){return V(e)?$C?new Float32Array(e):e:new jC(e)}function VC(e,t){var n=[];return t.diff(e).add((function(e){n.push({cmd:"+",idx:e})})).update((function(e,t){n.push({cmd:"=",idx:t,idx1:e})})).remove((function(e){n.push({cmd:"-",idx:e})})).execute(),n}function WC(e,t,n,r,i,a,o,s){for(var l=VC(e,t),c=[],u=[],h=[],d=[],f=[],p=[],m=[],g=UC(i,t,o),v=UC(a,e,s),A=e.getLayout("points")||[],y=t.getLayout("points")||[],b=0;b=i||m<0)break;if(XC(v,A)){if(l){m+=a;continue}break}if(m===n)e[a>0?"moveTo":"lineTo"](v,A),h=v,d=A;else{var y=v-c,b=A-u;if(y*y+b*b<.5){m+=a;continue}if(o>0){var _=m+a,w=t[2*_],x=t[2*_+1],C=g+1;if(l)while(XC(w,x)&&C=r||XC(w,x))f=v,p=A;else{k=w-c,M=x-u;var B=v-c,D=w-v,L=A-u,O=x-A,I=void 0,F=void 0;"x"===s?(I=Math.abs(B),F=Math.abs(D),f=v-I*o,p=A,E=v+I*o,T=A):"y"===s?(I=Math.abs(L),F=Math.abs(O),f=v,p=A-I*o,E=v,T=A+I*o):(I=Math.sqrt(B*B+L*L),F=Math.sqrt(D*D+O*O),S=F/(F+I),f=v-k*o*(1-S),p=A-M*o*(1-S),E=v+k*o*S,T=A+M*o*S,E=KC(E,GC(w,v)),T=KC(T,GC(x,A)),E=GC(E,KC(w,v)),T=GC(T,KC(x,A)),k=E-v,M=T-A,f=v-k*I/F,p=A-M*I/F,f=KC(f,GC(c,v)),p=KC(p,GC(u,A)),f=GC(f,KC(c,v)),p=GC(p,KC(u,A)),k=v-f,M=A-p,E=v+k*F/I,T=A+M*F/I)}e.bezierCurveTo(h,d,f,p,v,A),h=E,d=T}else e.lineTo(v,A)}c=v,u=A,m+=a}return g}var JC=function(){function e(){this.smooth=0,this.smoothConstraint=!0}return e}(),ZC=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polyline",n}return a(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new JC},t.prototype.buildPath=function(e,t){var n=t.points,r=0,i=n.length/2;if(t.connectNulls){for(;i>0;i--)if(!XC(n[2*i-2],n[2*i-1]))break;for(;r=0){var A=s?(d-r)*v+r:(h-n)*v+n;return s?[e,A]:[A,e]}n=h,r=d;break;case o.C:h=a[c++],d=a[c++],f=a[c++],p=a[c++],m=a[c++],g=a[c++];var y=s?zo(n,h,f,m,e,l):zo(r,d,p,g,e,l);if(y>0)for(var b=0;b=0){A=s?Ho(r,d,p,g,_):Ho(n,h,f,m,_);return s?[e,A]:[A,e]}}n=m,r=g;break}}},t}(ol),eS=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t}(JC),tS=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polygon",n}return a(t,e),t.prototype.getDefaultShape=function(){return new eS},t.prototype.buildPath=function(e,t){var n=t.points,r=t.stackedOnPoints,i=0,a=n.length/2,o=t.smoothMonotone;if(t.connectNulls){for(;a>0;a--)if(!XC(n[2*a-2],n[2*a-1]))break;for(;i=0;a--){var o=n[a].dimension,s=e.dimensions[o],l=e.getDimensionInfo(s);if(r=l&&l.coordDim,"x"===r||"y"===r){i=n[a];break}}if(i){var c=t.getAxis(r),u=R(i.stops,(function(e){return{offset:0,coord:c.toGlobalCoord(c.dataToCoord(e.value)),color:e.color}})),h=u.length,d=i.outerColors.slice();h&&u[0].coord>u[h-1].coord&&(u.reverse(),d.reverse());var f=10,p=u[0].coord-f,m=u[h-1].coord+f,g=m-p;if(g<.001)return"transparent";P(u,(function(e){e.offset=(e.coord-p)/g})),u.push({offset:h?u[h-1].offset:.5,color:d[1]||"transparent"}),u.unshift({offset:h?u[0].offset:.5,color:d[0]||"transparent"});var v=new dh(0,0,0,0,u,!0);return v[r]=p,v[r+"2"]=m,v}}}function fS(e,t,n){var r=e.get("showAllSymbol"),i="auto"===r;if(!r||i){var a=n.getAxesByScale("ordinal")[0];if(a&&(!i||!pS(a,t))){var o=t.mapDimension(a.dim),s={};return P(a.getViewLabels(),(function(e){var t=a.scale.getRawOrdinalNumber(e.tickValue);s[t]=1})),function(e){return!s.hasOwnProperty(t.get(o,e))}}}}function pS(e,t){var n=e.getExtent(),r=Math.abs(n[1]-n[0])/e.scale.count();isNaN(r)&&(r=0);for(var i=t.count(),a=Math.max(1,Math.round(i/5)),o=0;or)return!1;return!0}function mS(e,t){return isNaN(e)||isNaN(t)}function gS(e){for(var t=e.length/2;t>0;t--)if(!mS(e[2*t-2],e[2*t-1]))break;return t-1}function vS(e,t){return[e[2*t],e[2*t+1]]}function AS(e,t,n){for(var r,i,a=e.length/2,o="x"===n?0:1,s=0,l=-1,c=0;c=t||r>=t&&i<=t){l=c;break}s=c,r=i}else r=i;return{range:[s,l],t:(t-r)/(i-r)}}function yS(e,t,n,r){if(aS(t,"cartesian2d")){var i=r.getModel("endLabel"),a=i.get("show"),o=i.get("valueAnimation"),s=r.getData(),l={lastFrameIndex:0},c=a?function(n,r){e._endLabelOnDuring(n,r,s,l,o,i,t)}:null,u=t.getBaseAxis().isHorizontal(),h=nS(t,n,r,(function(){var t=e._endLabel;t&&n&&null!=l.originalX&&t.attr({x:l.originalX,y:l.originalY})}),c);if(!r.get("clip",!0)){var d=h.shape,f=Math.max(d.width,d.height);u?(d.y-=f,d.height+=2*f):(d.x-=f,d.width+=2*f)}return c&&c(1,h),h}return rS(t,n,r)}function bS(e,t){var n=t.getBaseAxis(),r=n.isHorizontal(),i=n.inverse,a=r?i?"right":"left":"center",o=r?"middle":i?"top":"bottom";return{normal:{align:e.get("align")||a,verticalAlign:e.get("verticalAlign")||o}}}var _S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){var e=new Ai,t=new HC;this.group.add(t.group),this._symbolDraw=t,this._lineGroup=e},t.prototype.render=function(e,t,n){var r=this,i=e.coordinateSystem,a=this.group,o=e.getData(),s=e.getModel("lineStyle"),l=e.getModel("areaStyle"),c=o.getLayout("points")||[],u="polar"===i.type,h=this._coordSys,d=this._symbolDraw,f=this._polyline,p=this._polygon,m=this._lineGroup,g=e.get("animation"),v=!l.isEmpty(),A=l.get("origin"),y=UC(i,o,A),b=v&&uS(i,o,y),_=e.get("showSymbol"),w=_&&!u&&fS(e,o,i),x=this._data;x&&x.eachItemGraphicEl((function(e,t){e.__temp&&(a.remove(e),x.setItemGraphicEl(t,null))})),_||d.remove(),a.add(m);var C,S=!u&&e.get("step");i&&i.getArea&&e.get("clip",!0)&&(C=i.getArea(),null!=C.width?(C.x-=.1,C.y-=.1,C.width+=.2,C.height+=.2):C.r0&&(C.r0-=.5,C.r+=.5)),this._clipShapeForSymbol=C;var k=dS(o,i)||o.getVisual("style")[o.getVisual("drawType")];f&&h.type===i.type&&S===this._step?(v&&!p?p=this._newPolygon(c,b):p&&!v&&(m.remove(p),p=this._polygon=null),u||this._initOrUpdateEndLabel(e,i,$f(k)),m.setClipPath(yS(this,i,!1,e)),_&&d.updateData(o,{isIgnore:w,clipShape:C,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),oS(this._stackedOnPoints,b)&&oS(this._points,c)||(g?this._doUpdateAnimation(o,b,i,n,S,A):(S&&(c=hS(c,i,S),b&&(b=hS(b,i,S))),f.setShape({points:c}),p&&p.setShape({points:c,stackedOnPoints:b})))):(_&&d.updateData(o,{isIgnore:w,clipShape:C,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),g&&this._initSymbolLabelAnimation(o,i,C),S&&(c=hS(c,i,S),b&&(b=hS(b,i,S))),f=this._newPolyline(c),v&&(p=this._newPolygon(c,b)),u||this._initOrUpdateEndLabel(e,i,$f(k)),m.setClipPath(yS(this,i,!0,e)));var M=e.get(["emphasis","focus"]),E=e.get(["emphasis","blurScope"]);if(f.useStyle(D(s.getLineStyle(),{fill:"none",stroke:k,lineJoin:"bevel"})),Rc(f,e,"lineStyle"),f.style.lineWidth>0&&"bolder"===e.get(["emphasis","lineStyle","width"])){var T=f.getState("emphasis").style;T.lineWidth=f.style.lineWidth+1}Rl(f).seriesIndex=e.seriesIndex,Ic(f,M,E);var B=cS(e.get("smooth")),L=e.get("smoothMonotone"),O=e.get("connectNulls");if(f.setShape({smooth:B,smoothMonotone:L,connectNulls:O}),p){var I=o.getCalculationInfo("stackedOnSeries"),F=0;p.useStyle(D(l.getAreaStyle(),{fill:k,opacity:.7,lineJoin:"bevel",decal:o.getVisual("style").decal})),I&&(F=cS(I.get("smooth"))),p.setShape({smooth:B,stackedOnSmooth:F,smoothMonotone:L,connectNulls:O}),Rc(p,e,"areaStyle"),Rl(p).seriesIndex=e.seriesIndex,Ic(p,M,E)}var N=function(e){r._changePolyState(e)};o.eachItemGraphicEl((function(e){e&&(e.onHoverStateChange=N)})),this._polyline.onHoverStateChange=N,this._data=o,this._coordSys=i,this._stackedOnPoints=b,this._points=c,this._step=S,this._valueOrigin=A},t.prototype.dispose=function(){},t.prototype.highlight=function(e,t,n,r){var i=e.getData(),a=_a(i,r);if(this._changePolyState("emphasis"),!(a instanceof Array)&&null!=a&&a>=0){var o=i.getLayout("points"),s=i.getItemGraphicEl(a);if(!s){var l=o[2*a],c=o[2*a+1];if(isNaN(l)||isNaN(c))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,c))return;s=new IC(i,a),s.x=l,s.y=c,s.setZ(e.get("zlevel"),e.get("z")),s.__temp=!0,i.setItemGraphicEl(a,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else Bv.prototype.highlight.call(this,e,t,n,r)},t.prototype.downplay=function(e,t,n,r){var i=e.getData(),a=_a(i,r);if(this._changePolyState("normal"),null!=a&&a>=0){var o=i.getItemGraphicEl(a);o&&(o.__temp?(i.setItemGraphicEl(a,null),this.group.remove(o)):o.downplay())}else Bv.prototype.downplay.call(this,e,t,n,r)},t.prototype._changePolyState=function(e){var t=this._polygon;dc(this._polyline,e),t&&dc(t,e)},t.prototype._newPolyline=function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new ZC({shape:{points:e},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(t),this._polyline=t,t},t.prototype._newPolygon=function(e,t){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new tS({shape:{points:e,stackedOnPoints:t},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},t.prototype._initSymbolLabelAnimation=function(e,t,n){var r,i,a=t.getBaseAxis(),o=a.inverse;"cartesian2d"===t.type?(r=a.isHorizontal(),i=!1):"polar"===t.type&&(r="angle"===a.dim,i=!0);var s=e.hostModel,l=s.get("animationDuration");"function"===typeof l&&(l=l(null));var c=s.get("animationDelay")||0,u="function"===typeof c?c(null):c;e.eachItemGraphicEl((function(e,a){var s=e;if(s){var h=[e.x,e.y],d=void 0,f=void 0,p=void 0;if(i){var m=n,g=t.pointToCoord(h);r?(d=m.startAngle,f=m.endAngle,p=-g[1]/180*Math.PI):(d=m.r0,f=m.r,p=g[0])}else{var v=n;r?(d=v.x,f=v.x+v.width,p=e.x):(d=v.y+v.height,f=v.y,p=e.y)}var A=f===d?0:(p-d)/(f-d);o&&(A=1-A);var y="function"===typeof c?c(a):l*A+u,b=s.getSymbolPath(),_=b.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,delay:y}),_&&_.animateFrom({style:{opacity:0}},{duration:300,delay:y}),b.disableLabelAnimation=!0}}))},t.prototype._initOrUpdateEndLabel=function(e,t,n){var r=e.getModel("endLabel");if(r.get("show")){var i=e.getData(),a=this._polyline,o=this._endLabel;o||(o=this._endLabel=new Pl({z2:200}),o.ignoreClip=!0,a.setTextContent(this._endLabel),a.disableLabelAnimation=!0);var s=gS(i.getLayout("points"));s>=0&&(cd(a,ud(e,"endLabel"),{inheritColor:n,labelFetcher:e,labelDataIndex:s,defaultText:function(e,t,n){return null!=n?DC(i,n):BC(i,e)},enableTextSetter:!0},bS(r,t)),a.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},t.prototype._endLabelOnDuring=function(e,t,n,r,i,a,o){var s=this._endLabel,l=this._polyline;if(s){e<1&&null==r.originalX&&(r.originalX=s.x,r.originalY=s.y);var c=n.getLayout("points"),u=n.hostModel,h=u.get("connectNulls"),d=a.get("precision"),f=a.get("distance")||0,p=o.getBaseAxis(),m=p.isHorizontal(),g=p.inverse,v=t.shape,A=g?m?v.x:v.y+v.height:m?v.x+v.width:v.y,y=(m?f:0)*(g?-1:1),b=(m?0:-f)*(g?-1:1),_=m?"x":"y",w=AS(c,A,_),x=w.range,C=x[1]-x[0],S=void 0;if(C>=1){if(C>1&&!h){var k=vS(c,x[0]);s.attr({x:k[0]+y,y:k[1]+b}),i&&(S=u.getRawValue(x[0]))}else{k=l.getPointOn(A,_);k&&s.attr({x:k[0]+y,y:k[1]+b});var M=u.getRawValue(x[0]),E=u.getRawValue(x[1]);i&&(S=La(n,d,M,E,w.t))}r.lastFrameIndex=x[0]}else{var T=1===e||r.lastFrameIndex>0?x[0]:0;k=vS(c,T);i&&(S=u.getRawValue(T)),s.attr({x:k[0]+y,y:k[1]+b})}i&&bd(s).setLabelText(S)}},t.prototype._doUpdateAnimation=function(e,t,n,r,i,a){var o=this._polyline,s=this._polygon,l=e.hostModel,c=WC(this._data,e,this._stackedOnPoints,t,this._coordSys,n,this._valueOrigin,a),u=c.current,h=c.stackedOnCurrent,d=c.next,f=c.stackedOnNext;if(i&&(u=hS(c.current,n,i),h=hS(c.stackedOnCurrent,n,i),d=hS(c.next,n,i),f=hS(c.stackedOnNext,n,i)),lS(u,d)>3e3||s&&lS(h,f)>3e3)return o.setShape({points:d}),void(s&&s.setShape({points:d,stackedOnPoints:f}));o.shape.__points=c.current,o.shape.points=u;var p={shape:{points:d}};c.current!==u&&(p.shape.__points=c.next),o.stopAnimation(),zh(o,p,l),s&&(s.setShape({points:u,stackedOnPoints:h}),s.stopAnimation(),zh(s,{shape:{stackedOnPoints:f}},l),o.shape.points!==s.shape.points&&(s.shape.points=o.shape.points));for(var m=[],g=c.status,v=0;vt&&(t=e[n]);return isFinite(t)?t:NaN},min:function(e){for(var t=1/0,n=0;n10&&"cartesian2d"===a.type&&i){var s=a.getBaseAxis(),l=a.getOtherAxis(s),c=s.getExtent(),u=n.getDevicePixelRatio(),h=Math.abs(c[1]-c[0])*(u||1),d=Math.round(o/h);if(d>1){"lttb"===i&&e.setData(r.lttbDownSample(r.mapDimension(l.dim),1/d));var f=void 0;"string"===typeof i?f=CS[i]:"function"===typeof i&&(f=i),f&&e.setData(r.downSample(r.mapDimension(l.dim),1/d,f,SS))}}}}}function MS(e){e.registerChartView(wS),e.registerSeriesModel(TC),e.registerLayout(xS("line",!0)),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,kS("line"))}var ES="__ec_stack_",TS=.5,BS="undefined"!==typeof Float32Array?Float32Array:Array;function DS(e){return e.get("stack")||ES+e.seriesIndex}function LS(e){return e.dim+e.index}function OS(e){var t=[],n=e.axis,r="axis0";if("category"===n.type){for(var i=n.getBandWidth(),a=0;a0&&(a=null===a?s:Math.min(a,s))}n[r]=a}}return n}function NS(e){var t=FS(e),n=[];return P(e,(function(e){var r,i=e.coordinateSystem,a=i.getBaseAxis(),o=a.getExtent();if("category"===a.type)r=a.getBandWidth();else if("value"===a.type||"time"===a.type){var s=a.dim+"_"+a.index,l=t[s],c=Math.abs(o[1]-o[0]),u=a.scale.getExtent(),h=Math.abs(u[1]-u[0]);r=l?c/h*l:c}else{var d=e.getData();r=Math.abs(o[1]-o[0])/d.count()}var f=Bi(e.get("barWidth"),r),p=Bi(e.get("barMaxWidth"),r),m=Bi(e.get("barMinWidth")||1,r),g=e.get("barGap"),v=e.get("barCategoryGap");n.push({bandWidth:r,barWidth:f,barMaxWidth:p,barMinWidth:m,barGap:g,barCategoryGap:v,axisKey:LS(a),stackId:DS(e)})})),PS(n)}function PS(e){var t={};P(e,(function(e,n){var r=e.axisKey,i=e.bandWidth,a=t[r]||{bandWidth:i,remainedWidth:i,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},o=a.stacks;t[r]=a;var s=e.stackId;o[s]||a.autoWidthCount++,o[s]=o[s]||{width:0,maxWidth:0};var l=e.barWidth;l&&!o[s].width&&(o[s].width=l,l=Math.min(a.remainedWidth,l),a.remainedWidth-=l);var c=e.barMaxWidth;c&&(o[s].maxWidth=c);var u=e.barMinWidth;u&&(o[s].minWidth=u);var h=e.barGap;null!=h&&(a.gap=h);var d=e.barCategoryGap;null!=d&&(a.categoryGap=d)}));var n={};return P(t,(function(e,t){n[t]={};var r=e.stacks,i=e.bandWidth,a=e.categoryGap;if(null==a){var o=Y(r).length;a=Math.max(35-4*o,15)+"%"}var s=Bi(a,i),l=Bi(e.gap,1),c=e.remainedWidth,u=e.autoWidthCount,h=(c-s)/(u+(u-1)*l);h=Math.max(h,0),P(r,(function(e){var t=e.maxWidth,n=e.minWidth;if(e.width){r=e.width;t&&(r=Math.min(r,t)),n&&(r=Math.max(r,n)),e.width=r,c-=r+l*r,u--}else{var r=h;t&&tr&&(r=n),r!==h&&(e.width=r,c-=r+l*r,u--)}})),h=(c-s)/(u+(u-1)*l),h=Math.max(h,0);var d,f=0;P(r,(function(e,t){e.width||(e.width=h),d=e,f+=e.width*(1+l)})),d&&(f-=d.width*l);var p=-f/2;P(r,(function(e,r){n[t][r]=n[t][r]||{bandWidth:i,offset:p,width:e.width},p+=e.width*(1+l)}))})),n}function RS(e,t,n){if(e&&t){var r=e[LS(t)];return null!=r&&null!=n?r[DS(n)]:r}}function HS(e,t){var n=IS(e,t),r=NS(n),i={};P(n,(function(e){var t=e.getData(),n=e.coordinateSystem,a=n.getBaseAxis(),o=DS(e),s=r[LS(a)][o],l=s.offset,c=s.width,u=n.getOtherAxis(a),h=e.get("barMinHeight")||0;i[o]=i[o]||[],t.setLayout({bandWidth:s.bandWidth,offset:l,size:c});for(var d=t.mapDimension(u.dim),f=t.mapDimension(a.dim),p=wC(t,d),m=u.isHorizontal(),g=$S(a,u,p),v=0,A=t.count();v=0?"p":"n",w=g;p&&(i[o][b]||(i[o][b]={p:g,n:g}),w=i[o][b][_]);var x=void 0,C=void 0,S=void 0,k=void 0;if(m){var M=n.dataToPoint([y,b]);x=w,C=M[1]+l,S=M[0]-g,k=c,Math.abs(S)TS||(u=TS),{progress:function(e,t){var h,d=e.count,f=new BS(2*d),p=new BS(2*d),m=new BS(d),g=[],v=[],A=0,y=0;while(null!=(h=e.next()))v[c]=t.get(o,h),v[1-c]=t.get(s,h),g=n.dataToPoint(v,null,g),p[A]=l?r.x+r.width:g[0],f[A++]=g[0],p[A]=l?g[1]:r.y+r.height,f[A++]=g[1],m[y++]=h;t.setLayout({largePoints:f,largeDataIndices:m,largeBackgroundPoints:p,barWidth:u,valueAxisStart:$S(i,a,!1),backgroundStart:l?r.x:r.y,valueAxisHorizontal:l})}}}}};function zS(e){return e.coordinateSystem&&"cartesian2d"===e.coordinateSystem.type}function YS(e){return e.pipelineContext&&e.pipelineContext.large}function $S(e,t,n){return t.toGlobalCoord(t.dataToCoord("log"===t.type?1:0))}var jS=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.getInitialData=function(e,t){return MC(this.getSource(),this,{useEncodeDefaulter:!0})},t.prototype.getMarkerPosition=function(e){var t=this.coordinateSystem;if(t){var n=t.dataToPoint(t.clampData(e)),r=this.getData(),i=r.getLayout("offset"),a=r.getLayout("size"),o=t.getBaseAxis().isHorizontal()?0:1;return n[o]+=i+a/2,n}return[NaN,NaN]},t.type="series.__base_bar__",t.defaultOption={zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},t}(Av);Av.registerClass(jS);var QS=jS,VS=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.getInitialData=function(){return MC(this.getSource(),this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},t.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},t.prototype.getProgressiveThreshold=function(){var e=this.get("progressiveThreshold"),t=this.get("largeThreshold");return t>e&&(e=t),e},t.prototype.brushSelector=function(e,t,n){return n.rect(t.getItemLayout(e))},t.type="series.bar",t.dependencies=["grid","polar"],t.defaultOption=Hd(QS.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),t}(QS),WS=VS,KS=function(){function e(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return e}(),GS=function(e){function t(t){var n=e.call(this,t)||this;return n.type="sausage",n}return a(t,e),t.prototype.getDefaultShape=function(){return new KS},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),a=Math.max(t.r,0),o=.5*(a-i),s=i+o,l=t.startAngle,c=t.endAngle,u=t.clockwise,h=Math.cos(l),d=Math.sin(l),f=Math.cos(c),p=Math.sin(c),m=u?c-l<2*Math.PI:l-c<2*Math.PI;m&&(e.moveTo(h*i+n,d*i+r),e.arc(h*s+n,d*s+r,o,-Math.PI+l,l,!u)),e.arc(n,r,a,l,c,!u),e.moveTo(f*a+n,p*a+r),e.arc(f*s+n,p*s+r,o,c-2*Math.PI,c-Math.PI,!u),0!==i&&(e.arc(n,r,i,c,l,u),e.moveTo(h*i+n,p*i+r)),e.closePath()},t}(ol),XS=GS,qS=["itemStyle","borderWidth"],JS=["itemStyle","borderRadius"],ZS=[0,0],ek=Math.max,tk=Math.min;function nk(e,t){var n=e.getArea&&e.getArea();if(aS(e,"cartesian2d")){var r=e.getBaseAxis();if("category"!==r.type||!r.onBand){var i=t.getLayout("bandWidth");r.isHorizontal()?(n.x-=i,n.width+=2*i):(n.y-=i,n.height+=2*i)}}return n}var rk=function(e){function t(){var n=e.call(this)||this;return n.type=t.type,n._isFirstFrame=!0,n}return a(t,e),t.prototype.render=function(e,t,n,r){this._model=e,this._removeOnRenderedListener(n),this._updateDrawMode(e);var i=e.get("coordinateSystem");("cartesian2d"===i||"polar"===i)&&(this._isLargeDraw?this._renderLarge(e,t,n):this._renderNormal(e,t,n,r))},t.prototype.incrementalPrepareRender=function(e){this._clear(),this._updateDrawMode(e),this._updateLargeClip(e)},t.prototype.incrementalRender=function(e,t){this._incrementalRenderLarge(e,t)},t.prototype._updateDrawMode=function(e){var t=e.pipelineContext.large;null!=this._isLargeDraw&&t===this._isLargeDraw||(this._isLargeDraw=t,this._clear())},t.prototype._renderNormal=function(e,t,n,r){var i,a=this.group,o=e.getData(),s=this._data,l=e.coordinateSystem,c=l.getBaseAxis();"cartesian2d"===l.type?i=c.isHorizontal():"polar"===l.type&&(i="angle"===c.dim);var u=e.isAnimationEnabled()?e:null,h=ok(e,l);h&&this._enableRealtimeSort(h,o,n);var d=e.get("clip",!0)||h,f=nk(l,o);a.removeClipPath();var p=e.get("roundCap",!0),m=e.get("showBackground",!0),g=e.getModel("backgroundStyle"),v=g.get("borderRadius")||0,A=[],y=this._backgroundEls,b=r&&r.isInitSort,_=r&&"changeAxisOrder"===r.type;function w(e){var t=lk[l.type](o,e),n=bk(l,i,t);return n.useStyle(g.getItemStyle()),"cartesian2d"===l.type&&n.setShape("r",v),A[e]=n,n}o.diff(s).add((function(t){var n=o.getItemModel(t),r=lk[l.type](o,t,n);if(m&&w(t),o.hasValue(t)){var s=!1;d&&(s=ik[l.type](f,r));var g=ak[l.type](e,o,t,r,i,u,c.model,!1,p);uk(g,o,t,n,r,e,i,"polar"===l.type),b?g.attr({shape:r}):h?sk(h,u,g,r,t,i,!1,!1):Yh(g,{shape:r},e,t),o.setItemGraphicEl(t,g),a.add(g),g.ignore=s}})).update((function(t,n){var r=o.getItemModel(t),x=lk[l.type](o,t,r);if(m){var C=void 0;0===y.length?C=w(n):(C=y[n],C.useStyle(g.getItemStyle()),"cartesian2d"===l.type&&C.setShape("r",v),A[t]=C);var S=lk[l.type](o,t),k=yk(i,S,l);zh(C,{shape:k},u,t)}var M=s.getItemGraphicEl(n);if(!o.hasValue(t))return a.remove(M),void(M=null);var E=!1;d&&(E=ik[l.type](f,x),E&&a.remove(M)),M||(M=ak[l.type](e,o,t,x,i,u,c.model,!!M,p)),_||uk(M,o,t,r,x,e,i,"polar"===l.type),b?M.attr({shape:x}):h?sk(h,u,M,x,t,i,!0,_):zh(M,{shape:x},e,t,null),o.setItemGraphicEl(t,M),M.ignore=E,a.add(M)})).remove((function(t){var n=s.getItemGraphicEl(t);n&&Qh(n,e,t)})).execute();var x=this._backgroundGroup||(this._backgroundGroup=new Ai);x.removeAll();for(var C=0;Ca)return!0;a=c}return!1},t.prototype._isOrderDifferentInView=function(e,t){for(var n=t.scale,r=n.getExtent(),i=Math.max(0,r[0]),a=Math.min(r[1],n.getOrdinalMeta().categories.length-1);i<=a;++i)if(e.ordinalNumbers[i]!==n.getRawOrdinalNumber(i))return!0},t.prototype._updateSortWithinSameData=function(e,t,n,r){if(this._isOrderChangedWithinSameData(e,t,n)){var i=this._dataSort(e,n,t);this._isOrderDifferentInView(i,n)&&(this._removeOnRenderedListener(r),r.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:i}))}},t.prototype._dispatchInitSort=function(e,t,n){var r=t.baseAxis,i=this._dataSort(e,r,(function(n){return e.get(e.mapDimension(t.otherAxis.dim),n)}));n.dispatchAction({type:"changeAxisOrder",componentType:r.dim+"Axis",isInitSort:!0,axisId:r.index,sortInfo:i,animation:{duration:0}})},t.prototype.remove=function(e,t){this._clear(this._model),this._removeOnRenderedListener(t)},t.prototype.dispose=function(e,t){this._removeOnRenderedListener(t)},t.prototype._removeOnRenderedListener=function(e){this._onRendered&&(e.getZr().off("rendered",this._onRendered),this._onRendered=null)},t.prototype._clear=function(e){var t=this.group,n=this._data;e&&e.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl((function(t){Qh(t,e,Rl(t).dataIndex)}))):t.removeAll(),this._data=null,this._isFirstFrame=!0},t.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},t.type="bar",t}(Bv),ik={cartesian2d:function(e,t){var n=t.width<0?-1:1,r=t.height<0?-1:1;n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height);var i=e.x+e.width,a=e.y+e.height,o=ek(t.x,e.x),s=tk(t.x+t.width,i),l=ek(t.y,e.y),c=tk(t.y+t.height,a),u=si?s:o,t.y=h&&l>a?c:l,t.width=u?0:s-o,t.height=h?0:c-l,n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height),u||h},polar:function(e,t){var n=t.r0<=t.r?1:-1;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}var i=tk(t.r,e.r),a=ek(t.r0,e.r0);t.r=i,t.r0=a;var o=i-a<0;if(n<0){r=t.r;t.r=t.r0,t.r0=r}return o}},ak={cartesian2d:function(e,t,n,r,i,a,o,s,l){var c=new xl({shape:B({},r),z2:1});if(c.__dataIndex=n,c.name="item",a){var u=c.shape,h=i?"height":"width";u[h]=0}return c},polar:function(e,t,n,r,i,a,o,s,l){var c=r.startAngle0?1:-1,o=r.height>0?1:-1;return{x:r.x+a*i/2,y:r.y+o*i/2,width:r.width-a*i,height:r.height-o*i}},polar:function(e,t,n){var r=e.getItemLayout(t);return{cx:r.cx,cy:r.cy,r0:r.r0,r:r.r,startAngle:r.startAngle,endAngle:r.endAngle}}};function ck(e){return null!=e.startAngle&&null!=e.endAngle&&e.startAngle===e.endAngle}function uk(e,t,n,r,i,a,o,s){var l=t.getItemVisual(n,"style");s||e.setShape("r",r.get(JS)||0),e.useStyle(l);var c=r.getShallow("cursor");if(c&&e.attr("cursor",c),!s){var u=o?i.height>0?"bottom":"top":i.width>0?"left":"right",h=ud(r);cd(e,h,{labelFetcher:a,labelDataIndex:n,defaultText:BC(a.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:u});var d=e.getTextContent();_d(d,h,a.getRawValue(n),(function(e){return DC(t,e)}))}var f=r.getModel(["emphasis"]);Ic(e,f.get("focus"),f.get("blurScope")),Rc(e,r),ck(i)&&(e.style.fill="none",e.style.stroke="none",P(e.states,(function(e){e.style&&(e.style.fill=e.style.stroke="none")})))}function hk(e,t){var n=e.get(qS)||0,r=isNaN(t.width)?Number.MAX_VALUE:Math.abs(t.width),i=isNaN(t.height)?Number.MAX_VALUE:Math.abs(t.height);return Math.min(n,r,i)}var dk=function(){function e(){}return e}(),fk=function(e){function t(t){var n=e.call(this,t)||this;return n.type="largeBar",n}return a(t,e),t.prototype.getDefaultShape=function(){return new dk},t.prototype.buildPath=function(e,t){for(var n=t.points,r=this.__startPoint,i=this.__baseDimIdx,a=0;a=0?n:null}),30,!1);function gk(e,t,n){var r=e.__baseDimIdx,i=1-r,a=e.shape.points,o=e.__largeDataIndices,s=Math.abs(e.__barWidth/2),l=e.__startPoint[i];ZS[0]=t,ZS[1]=n;for(var c=ZS[r],u=ZS[1-r],h=c-s,d=c+s,f=0,p=a.length/2;f=h&&g<=d&&(l<=v?u>=l&&u<=v:u>=v&&u<=l))return o[f]}return-1}function vk(e,t,n){var r=n.getVisual("style");e.useStyle(B({},r)),e.style.fill=null,e.style.stroke=r.fill,e.style.lineWidth=n.getLayout("barWidth")}function Ak(e,t,n){var r=t.get("borderColor")||t.get("color"),i=t.getItemStyle();e.useStyle(i),e.style.fill=null,e.style.stroke=r,e.style.lineWidth=n.getLayout("barWidth")}function yk(e,t,n){if(aS(n,"cartesian2d")){var r=t,i=n.getArea();return{x:e?r.x:i.x,y:e?i.y:r.y,width:e?r.width:i.width,height:e?i.height:r.height}}i=n.getArea();var a=t;return{cx:i.cx,cy:i.cy,r0:e?i.r0:a.r0,r:e?i.r:a.r,startAngle:e?a.startAngle:0,endAngle:e?a.endAngle:2*Math.PI}}function bk(e,t,n){var r="polar"===e.type?Fu:xl;return new r({shape:yk(t,n,e),silent:!0,z2:0})}var _k=rk;function wk(e){e.registerChartView(_k),e.registerSeriesModel(WS),e.registerLayout(e.PRIORITY.VISUAL.LAYOUT,Q(HS,"bar")),e.registerLayout(e.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,US),e.registerVisual({seriesType:"bar",reset:function(e){e.getData().setVisual("legendSymbol","roundRect")}}),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,kS("bar")),e.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},(function(e,t){var n=e.componentType||"series";t.eachComponent({mainType:n,query:e},(function(t){e.sortInfo&&t.axis.setCategorySortInfo(e.sortInfo)}))}))}var xk=2*Math.PI,Ck=Math.PI/180;function Sk(e,t){return qf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function kk(e,t,n){t.eachSeriesByType(e,(function(e){var t=e.getData(),r=t.mapDimension("value"),i=Sk(e,n),a=e.get("center"),o=e.get("radius");V(o)||(o=[0,o]),V(a)||(a=[a,a]);var s=Bi(i.width,n.getWidth()),l=Bi(i.height,n.getHeight()),c=Math.min(s,l),u=Bi(a[0],s)+i.x,h=Bi(a[1],l)+i.y,d=Bi(o[0],c/2),f=Bi(o[1],c/2),p=-e.get("startAngle")*Ck,m=e.get("minAngle")*Ck,g=0;t.each(r,(function(e){!isNaN(e)&&g++}));var v=t.getSum(r),A=Math.PI/(v||g)*2,y=e.get("clockwise"),b=e.get("roseType"),_=e.get("stillShowZeroSum"),w=t.getDataExtent(r);w[0]=0;var x=xk,C=0,S=p,k=y?1:-1;if(t.setLayout({viewRect:i,r:f}),t.each(r,(function(e,n){var r;if(isNaN(e))t.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:y,cx:u,cy:h,r0:d,r:b?NaN:f});else{r="area"!==b?0===v&&_?A:e*A:xk/g,rn?o:a,u=Math.abs(l.label.y-n);if(u>c.maxY){var h=l.label.x-t-l.len2*i,d=r+l.len,p=Math.abs(h)0?"right":"left":D>0?"left":"right"}var Y=v.get("rotate");if(O="number"===typeof Y?Y*(Math.PI/180):Y?D<0?-B+Math.PI:-B:0,a=!!O,d.x=k,d.y=M,d.rotation=O,d.setStyle({verticalAlign:"middle"}),I){d.setStyle({align:T});var $=d.states.select;$&&($.x+=d.x,$.y+=d.y)}else{var j=d.getBoundingRect().clone();j.applyTransform(d.getComputedTransform());var Q=(d.style.margin||0)+2.1;j.y-=Q/2,j.height+=Q,i.push({label:d,labelLine:m,position:A,len:C,len2:S,minTurnAngle:x.get("minTurnAngle"),maxSurfaceAngle:x.get("maxSurfaceAngle"),surfaceNormal:new Qn(D,L),linePoints:E,textAlign:T,labelDistance:y,labelAlignTo:b,edgeDistance:_,bleedMargin:w,rect:j})}s.setTextConfig({inside:I})}})),!a&&e.get("avoidLabelOverlap")&&Bk(i,t,n,l,c,d,u,h);for(var m=0;m0){for(var l=a.getItemLayout(0),c=1;isNaN(l&&l.startAngle)&&c=r.r0}},t.type="pie",t}(Bv),Nk=Fk;function Pk(e,t,n){t=V(t)&&{coordDimensions:t}||B({},t);var r=e.getSource(),i=gC(r,t),a=new hC(i,e);return a.initData(r,n),a}var Rk=function(){function e(e,t){this._getDataWithEncodedVisual=e,this._getRawData=t}return e.prototype.getAllNames=function(){var e=this._getRawData();return e.mapArray(e.getName)},e.prototype.containName=function(e){var t=this._getRawData();return t.indexOfName(e)>=0},e.prototype.indexOfName=function(e){var t=this._getDataWithEncodedVisual();return t.indexOfName(e)},e.prototype.getItemVisual=function(e,t){var n=this._getDataWithEncodedVisual();return n.getItemVisual(e,t)},e}(),Hk=Rk,Uk=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.useColorPaletteOnData=!0,t}return a(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments),this.legendVisualProvider=new Hk(j(this.getData,this),j(this.getRawData,this)),this._defaultLabelLine(t)},t.prototype.mergeOption=function(){e.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return Pk(this,{coordDimensions:["value"],encodeDefaulter:Q(Cp,this)})},t.prototype.getDataParams=function(t){var n=this.getData(),r=e.prototype.getDataParams.call(this,t),i=[];return n.each(n.mapDimension("value"),(function(e){i.push(e)})),r.percent=Ni(i,t,n.hostModel.get("percentPrecision")),r.$vars.push("percent"),r},t.prototype._defaultLabelLine=function(e){ta(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},t.type="series.pie",t.defaultOption={zlevel:0,z:2,legendHoverLink:!0,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},t}(Av),zk=Uk;function Yk(e){e.registerChartView(Nk),e.registerSeriesModel(zk),fy("pie",e.registerAction),e.registerLayout(Q(kk,"pie")),e.registerProcessor(Mk("pie"))}var $k=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return a(t,e),t.prototype.getInitialData=function(e,t){return MC(this.getSource(),this,{useEncodeDefaulter:!0})},t.prototype.getProgressive=function(){var e=this.option.progressive;return null==e?this.option.large?5e3:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?1e4:this.get("progressiveThreshold"):e},t.prototype.brushSelector=function(e,t,n){return n.point(t.getItemLayout(e))},t.type="series.scatter",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}}},t}(Av),jk=$k,Qk=4,Vk=function(){function e(){}return e}(),Wk=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.getDefaultShape=function(){return new Vk},t.prototype.buildPath=function(e,t){var n=t.points,r=t.size,i=this.symbolProxy,a=i.shape,o=e.getContext?e.getContext():e,s=o&&r[0]=0;s--){var l=2*s,c=r[l]-a/2,u=r[l+1]-o/2;if(e>=c&&t>=u&&e<=c+a&&t<=u+o)return s}return-1},t}(ol),Kk=function(){function e(){this.group=new Ai}return e.prototype.isPersistent=function(){return!this._incremental},e.prototype.updateData=function(e,t){this.group.removeAll();var n=new Wk({rectHover:!0,cursor:"default"});n.setShape({points:e.getLayout("points")}),this._setCommon(n,e,!1,t),this.group.add(n),this._incremental=null},e.prototype.updateLayout=function(e){if(!this._incremental){var t=e.getLayout("points");this.group.eachChild((function(e){if(null!=e.startIndex){var n=2*(e.endIndex-e.startIndex),r=4*e.startIndex*2;t=new Float32Array(t.buffer,r,n)}e.setShape("points",t)}))}},e.prototype.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>2e6?(this._incremental||(this._incremental=new xh({silent:!0})),this.group.add(this._incremental)):this._incremental=null},e.prototype.incrementalUpdate=function(e,t,n){var r;this._incremental?(r=new Wk,this._incremental.addDisplayable(r,!0)):(r=new Wk({rectHover:!0,cursor:"default",startIndex:e.start,endIndex:e.end}),r.incremental=!0,this.group.add(r)),r.setShape({points:t.getLayout("points")}),this._setCommon(r,t,!!this._incremental,n)},e.prototype._setCommon=function(e,t,n,r){var i=t.hostModel;r=r||{};var a=t.getVisual("symbolSize");e.setShape("size",a instanceof Array?a:[a,a]),e.softClipShape=r.clipShape||null,e.symbolProxy=Ty(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var o=e.shape.size[0]=0&&(c.dataIndex=n+(e.startIndex||0))}))}},e.prototype.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},e.prototype._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()},e}(),Gk=Kk,Xk=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=e.getData(),i=this._updateSymbolDraw(r,e);i.updateData(r,{clipShape:this._getClipShape(e)}),this._finished=!0},t.prototype.incrementalPrepareRender=function(e,t,n){var r=e.getData(),i=this._updateSymbolDraw(r,e);i.incrementalPrepareUpdate(r),this._finished=!1},t.prototype.incrementalRender=function(e,t,n){this._symbolDraw.incrementalUpdate(e,t.getData(),{clipShape:this._getClipShape(t)}),this._finished=e.end===t.getData().count()},t.prototype.updateTransform=function(e,t,n){var r=e.getData();if(this.group.dirty(),!this._finished||r.count()>1e4||!this._symbolDraw.isPersistent())return{update:!0};var i=xS("").reset(e,t,n);i.progress&&i.progress({start:0,end:r.count(),count:r.count()},r),this._symbolDraw.updateLayout(r)},t.prototype._getClipShape=function(e){var t=e.coordinateSystem,n=t&&t.getArea&&t.getArea();return e.get("clip",!0)?n:null},t.prototype._updateSymbolDraw=function(e,t){var n=this._symbolDraw,r=t.pipelineContext,i=r.large;return n&&i===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=i?new Gk:new HC,this._isLargeDraw=i,this.group.removeAll()),this.group.add(n.group),n},t.prototype.remove=function(e,t){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},t.prototype.dispose=function(){},t.type="scatter",t}(Bv),qk=Xk,Jk=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.type="grid",t.dependencies=["xAxis","yAxis"],t.layoutMode="box",t.defaultOption={show:!1,zlevel:0,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},t}(sp),Zk=Jk,eM=function(){function e(){}return e.prototype.getNeedCrossZero=function(){var e=this.option;return!e.scale},e.prototype.getCoordSysModel=function(){},e}(),tM=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",Sa).models[0]},t.type="cartesian2dAxis",t}(sp);F(tM,eM);var nM={show:!0,zlevel:0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},rM=E({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},nM),iM=E({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},nM),aM=E({scale:!0,splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},iM),oM=D({scale:!0,logBase:10},iM),sM={category:rM,value:iM,time:aM,log:oM},lM=function(){function e(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication}return e.createByAxisModel=function(t){var n=t.option,r=n.data,i=r&&R(r,cM);return new e({categories:i,needCollect:!i,deduplication:!1!==n.dedplication})},e.prototype.getOrdinal=function(e){return this._getOrCreateMap().get(e)},e.prototype.parseAndCollect=function(e){var t,n=this._needCollect;if("string"!==typeof e&&!n)return e;if(n&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var r=this._getOrCreateMap();return t=r.get(e),null==t&&(n?(t=this.categories.length,this.categories[t]=e,r.set(e,t)):t=NaN),t},e.prototype._getOrCreateMap=function(){return this._map||(this._map=ge(this.categories))},e}();function cM(e){return q(e)&&null!=e.value?e.value:e+""}var uM=lM,hM={value:1,category:1,time:1,log:1};function dM(e,t,n,r){P(hM,(function(i,o){var s=E(E({},sM[o],!0),r,!0),l=function(e){function n(){for(var n=[],r=0;rt[1]&&(t[1]=e[1])},e.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},e.prototype.getExtent=function(){return this._extent.slice()},e.prototype.setExtent=function(e,t){var n=this._extent;isNaN(e)||(n[0]=e),isNaN(t)||(n[1]=t)},e.prototype.isInExtentRange=function(e){return this._extent[0]<=e&&this._extent[1]>=e},e.prototype.isBlank=function(){return this._isBlank},e.prototype.setBlank=function(e){this._isBlank=e},e}();Va(pM);var mM=pM,gM=Di;function vM(e,t,n,r){var i={},a=e[1]-e[0],o=i.interval=ji(a/t,!0);null!=n&&or&&(o=i.interval=r);var s=i.intervalPrecision=AM(o),l=i.niceTickExtent=[gM(Math.ceil(e[0]/o)*o,s),gM(Math.floor(e[1]/o)*o,s)];return bM(l,e),i}function AM(e){return Ii(e)+2}function yM(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}function bM(e,t){!isFinite(e[0])&&(e[0]=t[0]),!isFinite(e[1])&&(e[1]=t[1]),yM(e,0,t),yM(e,1,t),e[0]>e[1]&&(e[0]=e[1])}function _M(e,t){return e>=t[0]&&e<=t[1]}function wM(e,t){return t[1]===t[0]?.5:(e-t[0])/(t[1]-t[0])}function xM(e,t){return e*(t[1]-t[0])+t[0]}var CM=function(e){function t(t){var n=e.call(this,t)||this;n.type="ordinal";var r=n.getSetting("ordinalMeta");return r||(r=new uM({})),V(r)&&(r=new uM({categories:R(r,(function(e){return q(e)?e.value:e}))})),n._ordinalMeta=r,n._extent=n.getSetting("extent")||[0,r.categories.length-1],n}return a(t,e),t.prototype.parse=function(e){return"string"===typeof e?this._ordinalMeta.getOrdinal(e):Math.round(e)},t.prototype.contain=function(e){return e=this.parse(e),_M(e,this._extent)&&null!=this._ordinalMeta.categories[e]},t.prototype.normalize=function(e){return e=this._getTickNumber(this.parse(e)),wM(e,this._extent)},t.prototype.scale=function(e){return e=Math.round(xM(e,this._extent)),this.getRawOrdinalNumber(e)},t.prototype.getTicks=function(){var e=[],t=this._extent,n=t[0];while(n<=t[1])e.push({value:n}),n++;return e},t.prototype.getMinorTicks=function(e){},t.prototype.setSortInfo=function(e){if(null!=e){for(var t=e.ordinalNumbers,n=this._ordinalNumbersByTick=[],r=this._ticksByOrdinalNumber=[],i=0,a=this._ordinalMeta.categories.length,o=Math.min(a,t.length);i=0&&e=0&&e=e},t.prototype.getOrdinalMeta=function(){return this._ordinalMeta},t.prototype.niceTicks=function(){},t.prototype.niceExtent=function(){},t.type="ordinal",t}(mM);mM.registerClass(CM);var SM=CM,kM=Di,MM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="interval",t._interval=0,t._intervalPrecision=2,t}return a(t,e),t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return _M(e,this._extent)},t.prototype.normalize=function(e){return wM(e,this._extent)},t.prototype.scale=function(e){return xM(e,this._extent)},t.prototype.setExtent=function(e,t){var n=this._extent;isNaN(e)||(n[0]=parseFloat(e)),isNaN(t)||(n[1]=parseFloat(t))},t.prototype.unionExtent=function(e){var t=this._extent;e[0]t[1]&&(t[1]=e[1]),this.setExtent(t[0],t[1])},t.prototype.getInterval=function(){return this._interval},t.prototype.setInterval=function(e){this._interval=e,this._niceExtent=this._extent.slice(),this._intervalPrecision=AM(e)},t.prototype.getTicks=function(e){var t=this._interval,n=this._extent,r=this._niceExtent,i=this._intervalPrecision,a=[];if(!t)return a;var o=1e4;n[0]o)return[]}var l=a.length?a[a.length-1].value:r[1];return n[1]>l&&(e?a.push({value:kM(l+t,i)}):a.push({value:n[1]})),a},t.prototype.getMinorTicks=function(e){for(var t=this.getTicks(!0),n=[],r=this.getExtent(),i=1;ir[0]&&h>>1;e[i][1]n&&(this._approxInterval=n);var a=DM.length,o=Math.min(TM(DM,this._approxInterval,0,a),a-1);this._interval=DM[o][1],this._minLevelUnit=DM[Math.max(o-1,0)][0]},t.prototype.parse=function(e){return"number"===typeof e?e:+zi(e)},t.prototype.contain=function(e){return _M(this.parse(e),this._extent)},t.prototype.normalize=function(e){return wM(this.parse(e),this._extent)},t.prototype.scale=function(e){return xM(e,this._extent)},t.type="time",t}(EM),DM=[["second",Jd],["minute",Zd],["hour",ef],["quarter-day",6*ef],["half-day",12*ef],["day",1.2*tf],["half-week",3.5*tf],["week",7*tf],["month",31*tf],["quarter",95*tf],["half-year",nf/2],["year",nf]];function LM(e,t,n,r){var i=zi(t),a=zi(n),o=function(e){return gf(i,e,r)===gf(a,e,r)},s=function(){return o("year")},l=function(){return s()&&o("month")},c=function(){return l()&&o("day")},u=function(){return c()&&o("hour")},h=function(){return u()&&o("minute")},d=function(){return h()&&o("second")},f=function(){return d()&&o("millisecond")};switch(e){case"year":return s();case"month":return l();case"day":return c();case"hour":return u();case"minute":return h();case"second":return d();case"millisecond":return f()}}function OM(e,t){return e/=tf,e>16?16:e>7.5?7:e>3.5?4:e>1.5?2:1}function IM(e){var t=30*tf;return e/=t,e>6?6:e>3?3:e>2?2:1}function FM(e){return e/=ef,e>12?12:e>6?6:e>3.5?4:e>2?2:1}function NM(e,t){return e/=t?Zd:Jd,e>30?30:e>20?20:e>15?15:e>10?10:e>5?5:e>2?2:1}function PM(e){return ji(e,!0)}function RM(e,t,n){var r=new Date(e);switch(uf(t)){case"year":case"month":r[Sf(n)](0);case"day":r[kf(n)](1);case"hour":r[Mf(n)](0);case"minute":r[Ef(n)](0);case"second":r[Tf(n)](0),r[Bf(n)](0)}return r.getTime()}function HM(e,t,n,r){var i=1e4,a=lf,o=0;function s(e,t,n,i,a,o,s){var l=new Date(t),c=t,u=l[i]();while(c1&&0===c&&a.unshift({value:a[0].value-d})}}for(c=0;c=r[0]&&A<=r[1]&&h++)}var y=(r[1]-r[0])/t;if(h>1.5*y&&d>y/1.5)break;if(c.push(g),h>y||e===a[f])break}u=[]}}}var b=U(R(c,(function(e){return U(e,(function(e){return e.value>=r[0]&&e.value<=r[1]&&!e.notAdd}))})),(function(e){return e.length>0})),_=[],w=b.length-1;for(f=0;f0)r*=10;var a=[Di(VM(t[0]/r)*r),Di(QM(t[1]/r)*r)];this._interval=r,this._niceExtent=a}},t.prototype.niceExtent=function(e){YM.niceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return e=KM(e)/KM(this.base),_M(e,this._extent)},t.prototype.normalize=function(e){return e=KM(e)/KM(this.base),wM(e,this._extent)},t.prototype.scale=function(e){return e=xM(e,this._extent),WM(this.base,e)},t.type="log",t}(mM),XM=GM.prototype;function qM(e,t){return jM(e,$M(t))}XM.getMinorTicks=YM.getMinorTicks,XM.getLabel=YM.getLabel,mM.registerClass(GM);var JM=GM,ZM=function(){function e(e,t,n){this._prepareParams(e,t,n)}return e.prototype._prepareParams=function(e,t,n){n[1]s&&(o=NaN,s=NaN);var u=ie(o)||ie(s)||e&&!r;this._needCrossZero&&(o>0&&s>0&&!l&&(o=0),o<0&&s<0&&!c&&(s=0));var h=this._determinedMin,d=this._determinedMax;return null!=h&&(o=h,l=!0),null!=d&&(s=d,c=!0),{min:o,max:s,minFixed:l,maxFixed:c,isBlank:u}},e.prototype.modifyDataMinMax=function(e,t){this[tE[e]]=t},e.prototype.setDeterminedMinMax=function(e,t){var n=eE[e];this[n]=t},e.prototype.freeze=function(){this.frozen=!0},e}(),eE={min:"_determinedMin",max:"_determinedMax"},tE={min:"_dataMin",max:"_dataMax"};function nE(e,t,n){var r=e.rawExtentInfo;return r||(r=new ZM(e,t,n),e.rawExtentInfo=r,r)}function rE(e,t){return null==t?null:ie(t)?NaN:e.parse(t)}function iE(e,t){var n=e.type,r=nE(e,t,e.getExtent()).calculate();e.setBlank(r.isBlank);var i=r.min,a=r.max,o=t.ecModel;if(o&&"time"===n){var s=IS("bar",o),l=!1;if(P(s,(function(e){l=l||e.getBaseAxis()===t.axis})),l){var c=NS(s),u=aE(i,a,t,c);i=u.min,a=u.max}}return{extent:[i,a],fixMin:r.minFixed,fixMax:r.maxFixed}}function aE(e,t,n,r){var i=n.axis.getExtent(),a=i[1]-i[0],o=RS(r,n.axis);if(void 0===o)return{min:e,max:t};var s=1/0;P(o,(function(e){s=Math.min(e.offset,s)}));var l=-1/0;P(o,(function(e){l=Math.max(e.offset+e.width,l)})),s=Math.abs(s),l=Math.abs(l);var c=s+l,u=t-e,h=1-(s+l)/a,d=u/h-u;return t+=d*(l/c),e-=d*(s/c),{min:e,max:t}}function oE(e,t){var n=iE(e,t),r=n.extent,i=t.get("splitNumber");e instanceof JM&&(e.base=t.get("logBase"));var a=e.type;e.setExtent(r[0],r[1]),e.niceExtent({splitNumber:i,fixMin:n.fixMin,fixMax:n.fixMax,minInterval:"interval"===a||"time"===a?t.get("minInterval"):null,maxInterval:"interval"===a||"time"===a?t.get("maxInterval"):null});var o=t.get("interval");null!=o&&e.setInterval&&e.setInterval(o)}function sE(e,t){if(t=t||e.get("type"),t)switch(t){case"category":return new SM({ordinalMeta:e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),extent:[1/0,-1/0]});case"time":return new UM({locale:e.ecModel.getLocaleModel(),useUTC:e.ecModel.get("useUTC")});default:return new(mM.getClass(t)||EM)}}function lE(e){var t=e.scale.getExtent(),n=t[0],r=t[1];return!(n>0&&r>0||n<0&&r<0)}function cE(e){var t=e.getLabelModel().get("formatter"),n="category"===e.type?e.scale.getExtent()[0]:null;return"time"===e.scale.type?function(t){return function(n,r){return e.scale.getFormattedLabel(n,r,t)}}(t):"string"===typeof t?function(t){return function(n){var r=e.scale.getLabel(n),i=t.replace("{value}",null!=r?r:"");return i}}(t):"function"===typeof t?function(t){return function(r,i){return null!=n&&(i=r.value-n),t(uE(e,r),i,null!=r.level?{level:r.level}:null)}}(t):function(t){return e.scale.getLabel(t)}}function uE(e,t){return"category"===e.type?e.scale.getLabel(t):t.value}function hE(e){var t=e.model,n=e.scale;if(t.get(["axisLabel","show"])&&!n.isBlank()){var r,i,a=n.getExtent();n instanceof SM?i=n.count():(r=n.getTicks(),i=r.length);var o,s=e.getLabelModel(),l=cE(e),c=1;i>40&&(c=Math.ceil(i/40));for(var u=0;ue[1]&&(e[1]=r[1])}))}var vE=function(){function e(e){this.type="cartesian",this._dimList=[],this._axes={},this.name=e||""}return e.prototype.getAxis=function(e){return this._axes[e]},e.prototype.getAxes=function(){return R(this._dimList,(function(e){return this._axes[e]}),this)},e.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),U(this.getAxes(),(function(t){return t.scale.type===e}))},e.prototype.addAxis=function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},e}(),AE=vE,yE=["x","y"];function bE(e){return"interval"===e.type||"time"===e.type}var _E=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=yE,t}return a(t,e),t.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var e=this.getAxis("x").scale,t=this.getAxis("y").scale;if(bE(e)&&bE(t)){var n=e.getExtent(),r=t.getExtent(),i=this.dataToPoint([n[0],r[0]]),a=this.dataToPoint([n[1],r[1]]),o=n[1]-n[0],s=r[1]-r[0];if(o&&s){var l=(a[0]-i[0])/o,c=(a[1]-i[1])/s,u=i[0]-n[0]*l,h=i[1]-r[0]*c,d=this._transform=[l,0,0,c,u,h];this._invTransform=It([],d)}}},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},t.prototype.containPoint=function(e){var t=this.getAxis("x"),n=this.getAxis("y");return t.contain(t.toLocalCoord(e[0]))&&n.contain(n.toLocalCoord(e[1]))},t.prototype.containData=function(e){return this.getAxis("x").containData(e[0])&&this.getAxis("y").containData(e[1])},t.prototype.dataToPoint=function(e,t,n){n=n||[];var r=e[0],i=e[1];if(this._transform&&null!=r&&isFinite(r)&&null!=i&&isFinite(i))return Pe(n,e,this._transform);var a=this.getAxis("x"),o=this.getAxis("y");return n[0]=a.toGlobalCoord(a.dataToCoord(r)),n[1]=o.toGlobalCoord(o.dataToCoord(i)),n},t.prototype.clampData=function(e,t){var n=this.getAxis("x").scale,r=this.getAxis("y").scale,i=n.getExtent(),a=r.getExtent(),o=n.parse(e[0]),s=r.parse(e[1]);return t=t||[],t[0]=Math.min(Math.max(Math.min(i[0],i[1]),o),Math.max(i[0],i[1])),t[1]=Math.min(Math.max(Math.min(a[0],a[1]),s),Math.max(a[0],a[1])),t},t.prototype.pointToData=function(e,t){if(t=t||[],this._invTransform)return Pe(t,e,this._invTransform);var n=this.getAxis("x"),r=this.getAxis("y");return t[0]=n.coordToData(n.toLocalCoord(e[0])),t[1]=r.coordToData(r.toLocalCoord(e[1])),t},t.prototype.getOtherAxis=function(e){return this.getAxis("x"===e.dim?"y":"x")},t.prototype.getArea=function(){var e=this.getAxis("x").getGlobalExtent(),t=this.getAxis("y").getGlobalExtent(),n=Math.min(e[0],e[1]),r=Math.min(t[0],t[1]),i=Math.max(e[0],e[1])-n,a=Math.max(t[0],t[1])-r;return new tr(n,r,i,a)},t}(AE),wE=_E,xE=wa();function CE(e){return"category"===e.type?kE(e):TE(e)}function SE(e,t){return"category"===e.type?EE(e,t):{ticks:R(e.scale.getTicks(),(function(e){return e.value}))}}function kE(e){var t=e.getLabelModel(),n=ME(e,t);return!t.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function ME(e,t){var n,r,i=BE(e,"labels"),a=fE(t),o=DE(i,a);return o||(W(a)?n=PE(e,a):(r="auto"===a?OE(e):a,n=NE(e,r)),LE(i,a,{labels:n,labelCategoryInterval:r}))}function EE(e,t){var n,r,i=BE(e,"ticks"),a=fE(t),o=DE(i,a);if(o)return o;if(t.get("show")&&!e.scale.isBlank()||(n=[]),W(a))n=PE(e,a,!0);else if("auto"===a){var s=ME(e,e.getLabelModel());r=s.labelCategoryInterval,n=R(s.labels,(function(e){return e.tickValue}))}else r=a,n=NE(e,r,!0);return LE(i,a,{ticks:n,tickCategoryInterval:r})}function TE(e){var t=e.scale.getTicks(),n=cE(e);return{labels:R(t,(function(t,r){return{formattedLabel:n(t,r),rawLabel:e.scale.getLabel(t),tickValue:t.value}}))}}function BE(e,t){return xE(e)[t]||(xE(e)[t]=[])}function DE(e,t){for(var n=0;n40&&(s=Math.max(1,Math.floor(o/40)));for(var l=a[0],c=e.dataToCoord(l+1)-e.dataToCoord(l),u=Math.abs(c*Math.cos(r)),h=Math.abs(c*Math.sin(r)),d=0,f=0;l<=a[1];l+=s){var p=0,m=0,g=lr(n({value:l}),t.font,"center","top");p=1.3*g.width,m=1.3*g.height,d=Math.max(d,p,7),f=Math.max(f,m,7)}var v=d/u,A=f/h;isNaN(v)&&(v=1/0),isNaN(A)&&(A=1/0);var y=Math.max(0,Math.floor(Math.min(v,A))),b=xE(e.model),_=e.getExtent(),w=b.lastAutoInterval,x=b.lastTickCount;return null!=w&&null!=x&&Math.abs(w-y)<=1&&Math.abs(x-o)<=1&&w>y&&b.axisExtent0===_[0]&&b.axisExtent1===_[1]?y=w:(b.lastTickCount=o,b.lastAutoInterval=y,b.axisExtent0=_[0],b.axisExtent1=_[1]),y}function FE(e){var t=e.getLabelModel();return{axisRotate:e.getRotate?e.getRotate():e.isHorizontal&&!e.isHorizontal()?90:0,labelRotate:t.get("rotate")||0,font:t.getFont()}}function NE(e,t,n){var r=cE(e),i=e.scale,a=i.getExtent(),o=e.getLabelModel(),s=[],l=Math.max((t||0)+1,1),c=a[0],u=i.count();0!==c&&l>1&&u/l>2&&(c=Math.round(Math.ceil(c/l)*l));var h=pE(e),d=o.get("showMinLabel")||h,f=o.get("showMaxLabel")||h;d&&c!==a[0]&&m(a[0]);for(var p=c;p<=a[1];p+=l)m(p);function m(e){var t={value:e};s.push(n?e:{formattedLabel:r(t),rawLabel:i.getLabel(t),tickValue:e})}return f&&p-l!==a[1]&&m(a[1]),s}function PE(e,t,n){var r=e.scale,i=cE(e),a=[];return P(r.getTicks(),(function(e){var o=r.getLabel(e),s=e.value;t(e.value,o)&&a.push(n?s:{formattedLabel:i(e),rawLabel:o,tickValue:s})})),a}var RE=[0,1],HE=function(){function e(e,t,n){this.onBand=!1,this.inverse=!1,this.dim=e,this.scale=t,this._extent=n||[0,0]}return e.prototype.contain=function(e){var t=this._extent,n=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);return e>=n&&e<=r},e.prototype.containData=function(e){return this.scale.contain(e)},e.prototype.getExtent=function(){return this._extent.slice()},e.prototype.getPixelPrecision=function(e){return Fi(e||this.scale.getExtent(),this._extent)},e.prototype.setExtent=function(e,t){var n=this._extent;n[0]=e,n[1]=t},e.prototype.dataToCoord=function(e,t){var n=this._extent,r=this.scale;return e=r.normalize(e),this.onBand&&"ordinal"===r.type&&(n=n.slice(),UE(n,r.count())),Ti(e,RE,n,t)},e.prototype.coordToData=function(e,t){var n=this._extent,r=this.scale;this.onBand&&"ordinal"===r.type&&(n=n.slice(),UE(n,r.count()));var i=Ti(e,n,RE,t);return this.scale.scale(i)},e.prototype.pointToData=function(e,t){},e.prototype.getTicksCoords=function(e){e=e||{};var t=e.tickModel||this.getTickModel(),n=SE(this,t),r=n.ticks,i=R(r,(function(e){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(e):e),tickValue:e}}),this),a=t.get("alignWithLabel");return zE(this,i,a,e.clamp),i},e.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var e=this.model.getModel("minorTick"),t=e.get("splitNumber");t>0&&t<100||(t=5);var n=this.scale.getMinorTicks(t),r=R(n,(function(e){return R(e,(function(e){return{coord:this.dataToCoord(e),tickValue:e}}),this)}),this);return r},e.prototype.getViewLabels=function(){return CE(this).labels},e.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},e.prototype.getTickModel=function(){return this.model.getModel("axisTick")},e.prototype.getBandWidth=function(){var e=this._extent,t=this.scale.getExtent(),n=t[1]-t[0]+(this.onBand?1:0);0===n&&(n=1);var r=Math.abs(e[1]-e[0]);return Math.abs(r)/n},e.prototype.calculateCategoryInterval=function(){return IE(this)},e}();function UE(e,t){var n=e[1]-e[0],r=t,i=n/r/2;e[0]+=i,e[1]-=i}function zE(e,t,n,r){var i=t.length;if(e.onBand&&!n&&i){var a,o,s=e.getExtent();if(1===i)t[0].coord=s[0],a=t[1]={coord:s[0]};else{var l=t[i-1].tickValue-t[0].tickValue,c=(t[i-1].coord-t[0].coord)/l;P(t,(function(e){e.coord-=c/2}));var u=e.scale.getExtent();o=1+u[1]-t[i-1].tickValue,a={coord:t[i-1].coord+c*o},t.push(a)}var h=s[0]>s[1];d(t[0].coord,s[0])&&(r?t[0].coord=s[0]:t.shift()),r&&d(s[0],t[0].coord)&&t.unshift({coord:s[0]}),d(s[1],a.coord)&&(r?a.coord=s[1]:t.pop()),r&&d(a.coord,s[1])&&t.push({coord:s[1]})}function d(e,t){return e=Di(e),t=Di(t),h?e>t:et[1]&&t.reverse(),t},t.prototype.pointToData=function(e,t){return this.coordToData(this.toLocalCoord(e["x"===this.dim?0:1]),t)},t.prototype.setCategorySortInfo=function(e){if("category"!==this.type)return!1;this.model.option.categorySortInfo=e,this.scale.setSortInfo(e)},t}(YE),jE=$E;function QE(e,t,n){n=n||{};var r=e.coordinateSystem,i=t.axis,a={},o=i.getAxesOnZeroOf()[0],s=i.position,l=o?"onZero":s,c=i.dim,u=r.getRect(),h=[u.x,u.x+u.width,u.y,u.y+u.height],d={left:0,right:1,top:0,bottom:1,onZero:2},f=t.get("offset")||0,p="x"===c?[h[2]-f,h[3]+f]:[h[0]-f,h[1]+f];if(o){var m=o.toGlobalCoord(o.dataToCoord(0));p[d.onZero]=Math.max(Math.min(m,p[1]),p[0])}a.position=["y"===c?p[d[l]]:h[0],"x"===c?p[d[l]]:h[3]],a.rotation=Math.PI/2*("x"===c?0:1);var g={top:-1,bottom:1,left:-1,right:1};a.labelDirection=a.tickDirection=a.nameDirection=g[s],a.labelOffset=o?p[d[s]]-p[d.onZero]:0,t.get(["axisTick","inside"])&&(a.tickDirection=-a.tickDirection),ae(n.labelInside,t.get(["axisLabel","inside"]))&&(a.labelDirection=-a.labelDirection);var v=t.get(["axisLabel","rotate"]);return a.labelRotate="top"===l?-v:v,a.z2=1,a}function VE(e){return"cartesian2d"===e.get("coordinateSystem")}function WE(e){var t={xAxisModel:null,yAxisModel:null};return P(t,(function(n,r){var i=r.replace(/Model$/,""),a=e.getReferringComponents(i,Sa).models[0];t[r]=a})),t}var KE=function(){function e(e,t,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=yE,this._initCartesian(e,t,n),this.model=e}return e.prototype.getRect=function(){return this._rect},e.prototype.update=function(e,t){var n=this._axesMap;this._updateScale(e,this.model),P(n.x,(function(e){oE(e.scale,e.model)})),P(n.y,(function(e){oE(e.scale,e.model)}));var r={};P(n.x,(function(e){XE(n,"y",e,r)})),P(n.y,(function(e){XE(n,"x",e,r)})),this.resize(this.model,t)},e.prototype.resize=function(e,t,n){var r=e.getBoxLayoutParams(),i=!n&&e.get("containLabel"),a=qf(r,{width:t.getWidth(),height:t.getHeight()});this._rect=a;var o=this._axesList;function s(){P(o,(function(e){var t=e.isHorizontal(),n=t?[0,a.width]:[0,a.height],r=e.inverse?1:0;e.setExtent(n[r],n[1-r]),JE(e,t?a.x:a.y)}))}s(),i&&(P(o,(function(e){if(!e.model.get(["axisLabel","inside"])){var t=hE(e);if(t){var n=e.isHorizontal()?"height":"width",r=e.model.get(["axisLabel","margin"]);a[n]-=t[n]+r,"top"===e.position?a.y+=t.height+r:"left"===e.position&&(a.x+=t.width+r)}}})),s()),P(this._coordsList,(function(e){e.calcAffineTransform()}))},e.prototype.getAxis=function(e,t){var n=this._axesMap[e];if(null!=n)return n[t||0]},e.prototype.getAxes=function(){return this._axesList.slice()},e.prototype.getCartesian=function(e,t){if(null!=e&&null!=t){var n="x"+e+"y"+t;return this._coordsMap[n]}q(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var r=0,i=this._coordsList;r0?"top":"bottom",r="center"):Hi(a-eT)?(i=n>0?"bottom":"top",r="center"):(i="middle",r=a>0&&a0?"right":"left":n>0?"left":"right"),{rotation:a,textAlign:r,textVerticalAlign:i}},e.makeAxisEventDataBase=function(e){var t={componentType:e.mainType,componentIndex:e.componentIndex};return t[e.mainType+"Index"]=e.componentIndex,t},e.isLabelSilent=function(e){var t=e.get("tooltip");return e.get("silent")||!(e.get("triggerEvent")||t&&t.show)},e}(),nT={axisLine:function(e,t,n,r){var i=t.get(["axisLine","show"]);if("auto"===i&&e.handleAutoShown&&(i=e.handleAutoShown("axisLine")),i){var a=t.axis.getExtent(),o=r.transform,s=[a[0],0],l=[a[1],0];o&&(Pe(s,s,o),Pe(l,l,o));var c=B({lineCap:"round"},t.getModel(["axisLine","lineStyle"]).getLineStyle()),u=new Ju({subPixelOptimize:!0,shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:e.strokeContainThreshold||5,silent:!0,z2:1});u.anid="line",n.add(u);var h=t.get(["axisLine","symbol"]),d=t.get(["axisLine","symbolSize"]),f=t.get(["axisLine","symbolOffset"])||0;if("number"===typeof f&&(f=[f,f]),null!=h){"string"===typeof h&&(h=[h,h]),"string"!==typeof d&&"number"!==typeof d||(d=[d,d]);var p=d[0],m=d[1];P([{rotate:e.rotation+Math.PI/2,offset:f[0],r:0},{rotate:e.rotation-Math.PI/2,offset:f[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],(function(t,r){if("none"!==h[r]&&null!=h[r]){var i=Ty(h[r],-p/2,-m/2,p,m,c.stroke,!0),a=t.r+t.offset;i.attr({rotation:t.rotate,x:s[0]+a*Math.cos(e.rotation),y:s[1]-a*Math.sin(e.rotation),silent:!0,z2:11}),n.add(i)}}))}}},axisTickLabel:function(e,t,n,r){var i=cT(n,r,t,e),a=hT(n,r,t,e);iT(t,a,i),uT(n,r,t,e.tickDirection)},axisName:function(e,t,n,r){var i=ae(e.axisName,t.get("name"));if(i){var a,o,s=t.get("nameLocation"),l=e.nameDirection,c=t.getModel("nameTextStyle"),u=t.get("nameGap")||0,h=t.axis.getExtent(),d=h[0]>h[1]?-1:1,f=["start"===s?h[0]-d*u:"end"===s?h[1]+d*u:(h[0]+h[1])/2,sT(s)?e.labelOffset+l*u:0],p=t.get("nameRotate");null!=p&&(p=p*eT/180),sT(s)?a=tT.innerTextLayout(e.rotation,null!=p?p:e.rotation,l):(a=rT(e.rotation,s,p||0,h),o=e.axisNameAvailableWidth,null!=o&&(o=Math.abs(o/Math.sin(a.rotation)),!isFinite(o)&&(o=null)));var m=c.getFont(),g=t.get("nameTruncate",!0)||{},v=g.ellipsis,A=ae(e.nameTruncateMaxWidth,g.maxWidth,o),y=t.get("tooltip",!0),b=t.mainType,_={componentType:b,name:i,$vars:["name"]};_[b+"Index"]=t.componentIndex;var w=new Pl({x:f[0],y:f[1],rotation:a.rotation,silent:tT.isLabelSilent(t),style:hd(c,{text:i,font:m,overflow:"truncate",width:A,ellipsis:v,fill:c.getTextColor()||t.get(["axisLine","lineStyle","color"]),align:c.get("align")||a.textAlign,verticalAlign:c.get("verticalAlign")||a.textVerticalAlign}),z2:1});if(w.tooltip=y&&y.show?B({content:i,formatter:function(){return i},formatterParams:_},y):null,w.__fullText=i,w.anid="name",t.get("triggerEvent")){var x=tT.makeAxisEventDataBase(t);x.targetType="axisName",x.name=i,Rl(w).eventData=x}r.add(w),w.updateTransform(),n.add(w),w.decomposeTransform()}}};function rT(e,t,n,r){var i,a,o=Ri(n-e),s=r[0]>r[1],l="start"===t&&!s||"start"!==t&&s;return Hi(o-eT/2)?(a=l?"bottom":"top",i="center"):Hi(o-1.5*eT)?(a=l?"top":"bottom",i="center"):(a="middle",i=o<1.5*eT&&o>eT/2?l?"left":"right":l?"right":"left"),{rotation:o,textAlign:i,textVerticalAlign:a}}function iT(e,t,n){if(!pE(e.axis)){var r=e.get(["axisLabel","showMinLabel"]),i=e.get(["axisLabel","showMaxLabel"]);t=t||[],n=n||[];var a=t[0],o=t[1],s=t[t.length-1],l=t[t.length-2],c=n[0],u=n[1],h=n[n.length-1],d=n[n.length-2];!1===r?(aT(a),aT(c)):oT(a,o)&&(r?(aT(o),aT(u)):(aT(a),aT(c))),!1===i?(aT(s),aT(h)):oT(l,s)&&(i?(aT(l),aT(d)):(aT(s),aT(h)))}}function aT(e){e&&(e.ignore=!0)}function oT(e,t){var n=e&&e.getBoundingRect().clone(),r=t&&t.getBoundingRect().clone();if(n&&r){var i=Et([]);return Lt(i,i,-e.rotation),n.applyTransform(Bt([],i,e.getLocalTransform())),r.applyTransform(Bt([],i,t.getLocalTransform())),n.intersect(r)}}function sT(e){return"middle"===e||"center"===e}function lT(e,t,n,r,i){for(var a=[],o=[],s=[],l=0;l=0||e===t}function yT(e){var t=bT(e);if(t){var n=t.axisPointerModel,r=t.axis.scale,i=n.option,a=n.get("status"),o=n.get("value");null!=o&&(o=r.parse(o));var s=wT(n);null==a&&(i.status=s?"show":"hide");var l=r.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==o||o>l[1])&&(o=l[1]),o0&&!h.min?h.min=0:null!=h.min&&h.min<0&&!h.max&&(h.max=0);var d=o;null!=h.color&&(d=D({color:h.color},o));var f=E(M(h),{boundaryGap:e,splitNumber:t,scale:n,axisLine:r,axisTick:i,axisLabel:a,name:h.text,nameLocation:"end",nameGap:c,nameTextStyle:d,triggerEvent:u},!1);if(s||(f.name=""),"string"===typeof l){var p=f.name;f.name=l.replace("{value}",null!=p?p:"")}else"function"===typeof l&&(f.name=l(f.name,f));var m=new Id(f,null,this.ecModel);return F(m,eM.prototype),m.mainType="radar",m.componentIndex=this.componentIndex,m}),this);this._indicatorModels=h},t.prototype.getIndicatorModels=function(){return this._indicatorModels},t.type="radar",t.defaultOption={zlevel:0,z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:E({lineStyle:{color:"#bbb"}},GT.axisLine),axisLabel:XT(GT.axisLabel,!1),axisTick:XT(GT.axisTick,!1),splitLine:XT(GT.splitLine,!0),splitArea:XT(GT.splitArea,!0),indicator:[]},t}(sp),JT=qT,ZT=["axisLine","axisTickLabel","axisName"],eB=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=this.group;r.removeAll(),this._buildAxes(e),this._buildSplitLineAndArea(e)},t.prototype._buildAxes=function(e){var t=e.coordinateSystem,n=t.getIndicatorAxes(),r=R(n,(function(e){var n=new dT(e.model,{position:[t.cx,t.cy],rotation:e.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return n}));P(r,(function(e){P(ZT,e.add,e),this.group.add(e.getGroup())}),this)},t.prototype._buildSplitLineAndArea=function(e){var t=e.coordinateSystem,n=t.getIndicatorAxes();if(n.length){var r=e.get("shape"),i=e.getModel("splitLine"),a=e.getModel("splitArea"),o=i.getModel("lineStyle"),s=a.getModel("areaStyle"),l=i.get("show"),c=a.get("show"),u=o.get("color"),h=s.get("color"),d=V(u)?u:[u],f=V(h)?h:[h],p=[],m=[];if("circle"===r)for(var g=n[0].getTicksCoords(),v=t.cx,A=t.cy,y=0;yn[0]&&isFinite(h)&&isFinite(n[0]))}else{var d=o.getTicks().length-1;d>i&&(c=a(c));u=Math.ceil(n[1]/c)*c,h=Di(u-c*i);o.setExtent(h,u),o.setInterval(c)}}))},e.prototype.convertToPixel=function(e,t,n){return console.warn("Not implemented."),null},e.prototype.convertFromPixel=function(e,t,n){return console.warn("Not implemented."),null},e.prototype.containPoint=function(e){return console.warn("Not implemented."),!1},e.create=function(t,n){var r=[];return t.eachComponent("radar",(function(i){var a=new e(i,t,n);r.push(a),i.coordinateSystem=a})),t.eachSeriesByType("radar",(function(e){"radar"===e.get("coordinateSystem")&&(e.coordinateSystem=r[e.get("radarIndex")||0])})),r},e.dimensions=[],e}(),aB=iB;function oB(e){e.registerCoordinateSystem("radar",aB),e.registerComponentModel(JT),e.registerComponentView(tB)}function sB(e){nw(oB),e.registerChartView(VT),e.registerSeriesModel(KT),e.registerLayout(UT),e.registerProcessor(Mk("radar")),e.registerPreprocessor($T)}var lB="\0_ec_interaction_mutex";function cB(e,t,n){var r=dB(e);r[t]=n}function uB(e,t,n){var r=dB(e),i=r[t];i===n&&(r[t]=null)}function hB(e,t){return!!dB(e)[t]}function dB(e){return e[lB]||(e[lB]={})}Q_({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},(function(){}));var fB=function(e){function t(t){var n=e.call(this)||this;n._zr=t;var r=j(n._mousedownHandler,n),i=j(n._mousemoveHandler,n),a=j(n._mouseupHandler,n),o=j(n._mousewheelHandler,n),s=j(n._pinchHandler,n);return n.enable=function(e,n){this.disable(),this._opt=D(M(n)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==e&&(e=!0),!0!==e&&"move"!==e&&"pan"!==e||(t.on("mousedown",r),t.on("mousemove",i),t.on("mouseup",a)),!0!==e&&"scale"!==e&&"zoom"!==e||(t.on("mousewheel",o),t.on("pinch",s))},n.disable=function(){t.off("mousedown",r),t.off("mousemove",i),t.off("mouseup",a),t.off("mousewheel",o),t.off("pinch",s)},n}return a(t,e),t.prototype.isDragging=function(){return this._dragging},t.prototype.isPinching=function(){return this._pinching},t.prototype.setPointerChecker=function(e){this.pointerChecker=e},t.prototype.dispose=function(){this.disable()},t.prototype._mousedownHandler=function(e){if(!(dt(e)||e.target&&e.target.draggable)){var t=e.offsetX,n=e.offsetY;this.pointerChecker&&this.pointerChecker(e,t,n)&&(this._x=t,this._y=n,this._dragging=!0)}},t.prototype._mousemoveHandler=function(e){if(this._dragging&&gB("moveOnMouseMove",e,this._opt)&&"pinch"!==e.gestureEvent&&!hB(this._zr,"globalPan")){var t=e.offsetX,n=e.offsetY,r=this._x,i=this._y,a=t-r,o=n-i;this._x=t,this._y=n,this._opt.preventDefaultMouseMove&&ht(e.event),mB(this,"pan","moveOnMouseMove",e,{dx:a,dy:o,oldX:r,oldY:i,newX:t,newY:n,isAvailableBehavior:null})}},t.prototype._mouseupHandler=function(e){dt(e)||(this._dragging=!1)},t.prototype._mousewheelHandler=function(e){var t=gB("zoomOnMouseWheel",e,this._opt),n=gB("moveOnMouseWheel",e,this._opt),r=e.wheelDelta,i=Math.abs(r),a=e.offsetX,o=e.offsetY;if(0!==r&&(t||n)){if(t){var s=i>3?1.4:i>1?1.2:1.1,l=r>0?s:1/s;pB(this,"zoom","zoomOnMouseWheel",e,{scale:l,originX:a,originY:o,isAvailableBehavior:null})}if(n){var c=Math.abs(r),u=(r>0?1:-1)*(c>3?.4:c>1?.15:.05);pB(this,"scrollMove","moveOnMouseWheel",e,{scrollDelta:u,originX:a,originY:o,isAvailableBehavior:null})}}},t.prototype._pinchHandler=function(e){if(!hB(this._zr,"globalPan")){var t=e.pinchScale>1?1.1:1/1.1;pB(this,"zoom",null,e,{scale:t,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},t}(je);function pB(e,t,n,r,i){e.pointerChecker&&e.pointerChecker(r,i.originX,i.originY)&&(ht(r.event),mB(e,t,n,r,i))}function mB(e,t,n,r,i){i.isAvailableBehavior=j(gB,null,n,r),e.trigger(t,i)}function gB(e,t,n){var r=n[e];return!e||r&&(!K(r)||t.event[r+"Key"])}var vB=fB;function AB(e,t,n){var r=e.target;r.x+=t,r.y+=n,r.dirty()}function yB(e,t,n,r){var i=e.target,a=e.zoomLimit,o=e.zoom=e.zoom||1;if(o*=t,a){var s=a.min||0,l=a.max||1/0;o=Math.max(Math.min(l,o),s)}var c=o/e.zoom;e.zoom=o,i.x-=(n-i.x)*(c-1),i.y-=(r-i.y)*(c-1),i.scaleX*=c,i.scaleY*=c,i.dirty()}var bB={axisPointer:1,tooltip:1,brush:1};function _B(e,t,n){var r=t.getComponentByElement(e.topTarget),i=r&&r.coordinateSystem;return r&&r!==n&&!bB.hasOwnProperty(r.mainType)&&i&&i.model!==n}var wB=1e-8;function xB(e,t){return Math.abs(e-t)>1^-(1&s),l=l>>1^-(1&l),s+=i,l+=a,i=s,a=l,r.push([s/n,l/n])}return r}function TB(e,t){return e=MB(e),R(U(e.features,(function(e){return e.geometry&&e.properties&&e.geometry.coordinates.length>0})),(function(e){var n=e.properties,r=e.geometry,i=[];if("Polygon"===r.type){var a=r.coordinates;i.push({type:"polygon",exterior:a[0],interiors:a.slice(1)})}if("MultiPolygon"===r.type){a=r.coordinates;P(a,(function(e){e[0]&&i.push({type:"polygon",exterior:e[0],interiors:e.slice(1)})}))}var o=new kB(n[t||"name"],i,n.cp);return o.properties=n,o}))}for(var BB=[126,25],DB=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]],LB=0;LB=4&&(s={x:parseFloat(u[0]||0),y:parseFloat(u[1]||0),width:parseFloat(u[2]),height:parseFloat(u[3])})}if(s&&null!=a&&null!=o&&(l=aD(s,a,o),!t.ignoreViewBox)){var h=r;r=new Ai,r.add(h),h.scaleX=h.scaleY=l.scale,h.x=l.x,h.y=l.y}return t.ignoreRootClip||null==a||null==o||r.setClipPath(new xl({shape:{x:0,y:0,width:a,height:o}})),{root:r,width:a,height:o,viewBoxRect:s,viewBoxTransform:l}},e.prototype._parseNode=function(e,t){var n,r=e.nodeName.toLowerCase();if("defs"===r?this._isDefine=!0:"text"===r&&(this._isText=!0),this._isDefine){var i=WB[r];if(i){var a=i.call(this,e),o=e.getAttribute("id");o&&(this._defs[o]=a)}}else{i=jB[r];i&&(n=i.call(this,e,t),t.add(n))}if(n){var s=e.firstChild;while(s)1===s.nodeType&&this._parseNode(s,n),3===s.nodeType&&this._isText&&this._parseText(s,n),s=s.nextSibling}"defs"===r?this._isDefine=!1:"text"===r&&(this._isText=!1)},e.prototype._parseText=function(e,t){if(1===e.nodeType){var n=e.getAttribute("dx")||0,r=e.getAttribute("dy")||0;this._textX+=parseFloat(n),this._textY+=parseFloat(r)}var i=new cl({style:{text:e.textContent},x:this._textX||0,y:this._textY||0});GB(t,i),JB(e,i,this._defs);var a=i.style,o=a.fontSize;o&&o<9&&(a.fontSize=9,i.scaleX*=o/9,i.scaleY*=o/9);var s=(a.fontSize||a.fontFamily)&&[a.fontStyle,a.fontWeight,(a.fontSize||12)+"px",a.fontFamily||"sans-serif"].join(" ");a.font=s;var l=i.getBoundingRect();return this._textX+=l.width,t.add(i),i},e.internalField=function(){jB={g:function(e,t){var n=new Ai;return GB(t,n),JB(e,n,this._defs),n},rect:function(e,t){var n=new xl;return GB(t,n),JB(e,n,this._defs),n.setShape({x:parseFloat(e.getAttribute("x")||"0"),y:parseFloat(e.getAttribute("y")||"0"),width:parseFloat(e.getAttribute("width")||"0"),height:parseFloat(e.getAttribute("height")||"0")}),n},circle:function(e,t){var n=new mu;return GB(t,n),JB(e,n,this._defs),n.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),r:parseFloat(e.getAttribute("r")||"0")}),n},line:function(e,t){var n=new Ju;return GB(t,n),JB(e,n,this._defs),n.setShape({x1:parseFloat(e.getAttribute("x1")||"0"),y1:parseFloat(e.getAttribute("y1")||"0"),x2:parseFloat(e.getAttribute("x2")||"0"),y2:parseFloat(e.getAttribute("y2")||"0")}),n},ellipse:function(e,t){var n=new Au;return GB(t,n),JB(e,n,this._defs),n.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),rx:parseFloat(e.getAttribute("rx")||"0"),ry:parseFloat(e.getAttribute("ry")||"0")}),n},polygon:function(e,t){var n,r=e.getAttribute("points");r&&(n=XB(r));var i=new Qu({shape:{points:n||[]}});return GB(t,i),JB(e,i,this._defs),i},polyline:function(e,t){var n=new ol;GB(t,n),JB(e,n,this._defs);var r,i=e.getAttribute("points");i&&(r=XB(i));var a=new Ku({shape:{points:r||[]}});return a},image:function(e,t){var n=new pl;return GB(t,n),JB(e,n,this._defs),n.setStyle({image:e.getAttribute("xlink:href"),x:+e.getAttribute("x"),y:+e.getAttribute("y"),width:+e.getAttribute("width"),height:+e.getAttribute("height")}),n},text:function(e,t){var n=e.getAttribute("x")||"0",r=e.getAttribute("y")||"0",i=e.getAttribute("dx")||"0",a=e.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(i),this._textY=parseFloat(r)+parseFloat(a);var o=new Ai;return GB(t,o),JB(e,o,this._defs),o},tspan:function(e,t){var n=e.getAttribute("x"),r=e.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=r&&(this._textY=parseFloat(r));var i=e.getAttribute("dx")||0,a=e.getAttribute("dy")||0,o=new Ai;return GB(t,o),JB(e,o,this._defs),this._textX+=i,this._textY+=a,o},path:function(e,t){var n=e.getAttribute("d")||"",r=uu(n);return GB(t,r),JB(e,r,this._defs),r}}}(),e}(),WB={lineargradient:function(e){var t=parseInt(e.getAttribute("x1")||"0",10),n=parseInt(e.getAttribute("y1")||"0",10),r=parseInt(e.getAttribute("x2")||"10",10),i=parseInt(e.getAttribute("y2")||"0",10),a=new dh(t,n,r,i);return KB(e,a),a}};function KB(e,t){var n=e.firstChild;while(n){if(1===n.nodeType){var r=n.getAttribute("offset"),i=void 0;i=r.indexOf("%")>0?parseInt(r,10)/100:r?parseFloat(r):0;var a=n.getAttribute("stop-color")||"#000000";t.colorStops.push({offset:i,color:a})}n=n.nextSibling}}function GB(e,t){e&&e.__inheritedStyle&&(t.__inheritedStyle||(t.__inheritedStyle={}),D(t.__inheritedStyle,e.__inheritedStyle))}function XB(e){for(var t=he(e).split(QB),n=[],r=0;r0;a-=2){var o=r[a],s=r[a-1],l=void 0;switch(i=i||Mt(),s){case"translate":l=he(o).split(QB),Dt(i,i,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":l=he(o).split(QB),Ot(i,i,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":l=he(o).split(QB),Lt(i,i,parseFloat(l[0]));break;case"skew":l=he(o).split(QB),console.warn("Skew transform is not supported yet");break;case"matrix":l=he(o).split(QB),i[0]=parseFloat(l[0]),i[1]=parseFloat(l[1]),i[2]=parseFloat(l[2]),i[3]=parseFloat(l[3]),i[4]=parseFloat(l[4]),i[5]=parseFloat(l[5]);break}}t.setLocalTransform(i)}}var rD=/([^\s:;]+)\s*:\s*([^:;]+)/g;function iD(e){var t=e.getAttribute("style"),n={};if(!t)return n;var r,i={};rD.lastIndex=0;while(null!=(r=rD.exec(t)))i[r[1]]=r[2];for(var a in qB)qB.hasOwnProperty(a)&&null!=i[a]&&(n[qB[a]]=i[a]);return n}function aD(e,t,n){var r=t/e.width,i=n/e.height,a=Math.min(r,i);return{scale:a,x:-(e.x+e.width/2)*a+t/2,y:-(e.y+e.height/2)*a+n/2}}function oD(e,t){var n=new VB;return n.parse(e,t)}var sD=wa(),lD={load:function(e,t){var n=sD(t).originRoot;if(n)return{root:n,boundingRect:sD(t).boundingRect};var r=cD(t);return sD(t).originRoot=r.root,sD(t).boundingRect=r.boundingRect,r},makeGraphic:function(e,t,n){var r=sD(t),i=r.rootMap||(r.rootMap=ge()),a=i.get(n);if(a)return a;var o=r.originRoot,s=r.boundingRect;return r.originRootHostKey?a=cD(t,s).root:(r.originRootHostKey=n,a=o),i.set(n,a)},removeGraphic:function(e,t,n){var r=sD(t),i=r.rootMap;i&&i.removeKey(n),n===r.originRootHostKey&&(r.originRootHostKey=null)}};function cD(e,t){var n,r,i=e.svgXML;try{n=i&&oD(i,{ignoreViewBox:!0,ignoreRootClip:!0})||{},r=n.root,ue(null!=r)}catch(u){throw new Error("Invalid svg format\n"+u.message)}var a=n.width,o=n.height,s=n.viewBoxRect;if(t||(t=null==a||null==o?r.getBoundingRect():new tr(0,0,0,0),null!=a&&(t.width=a),null!=o&&(t.height=o)),s){var l=aD(s,t.width,t.height),c=r;r=new Ai,r.add(c),c.scaleX=c.scaleY=l.scale,c.x=l.x,c.y=l.y}return r.setClipPath(new xl({shape:t.plain()})),{root:r,boundingRect:t}}var uD={geoJSON:YB,svg:lD},hD={load:function(e,t,n){var r,i=[],a=ge(),o=ge(),s=dD(e);return P(s,(function(s){var l=uD[s.type].load(e,s,n);P(l.regions,(function(e){var n=e.name;t&&t.hasOwnProperty(n)&&(e=e.cloneShallow(n=t[n])),i.push(e),a.set(n,e),o.set(n,e.center)}));var c=l.boundingRect;c&&(r?r.union(c):r=c.clone())})),{regions:i,regionsMap:a,nameCoordMap:o,boundingRect:r||new tr(0,0,0,0)}},makeGraphic:function(e,t){var n=dD(e),r=[];return P(n,(function(n){var i=uD[n.type].makeGraphic;i&&r.push(i(e,n,t))})),r},removeGraphic:function(e,t){var n=dD(e);P(n,(function(n){var r=uD[n.type].makeGraphic;r&&r(e,n,t)}))}};function dD(e){var t=bA.retrieveMap(e)||[];return t}function fD(e){var t=e.getItemStyle(),n=e.get("areaColor");return null!=n&&(t.fill=n),t}var pD=function(){function e(e){var t=new Ai;this.uid=Nd("ec_map_draw"),this._controller=new vB(e.getZr()),this._controllerHost={target:t},this.group=t,t.add(this._regionsGroup=new Ai),t.add(this._backgroundGroup=new Ai)}return e.prototype.draw=function(e,t,n,r,i){var a="geo"===e.mainType,o=e.getData&&e.getData();a&&t.eachComponent({mainType:"series",subType:"map"},(function(t){o||t.getHostGeoModel()!==e||(o=t.getData())}));var s=e.coordinateSystem;this._updateBackground(s);var l,c,u=this._regionsGroup,h=this.group,d=s.getTransformInfo(),f=!u.childAt(0)||i;if(f)h.transform=d.roamTransform,h.decomposeTransform(),h.dirty();else{var p=new jt;p.transform=d.roamTransform,p.decomposeTransform();var m={scaleX:p.scaleX,scaleY:p.scaleY,x:p.x,y:p.y};l=p.scaleX,c=p.scaleY,zh(h,m,e)}u.removeAll();var g=ge(),v=o&&o.getVisual("visualMeta")&&o.getVisual("visualMeta").length>0;P(s.regions,(function(t){var r=g.get(t.name)||g.set(t.name,new Ai),i=new lh({segmentIgnoreThreshold:1,shape:{paths:[]}});r.add(i);var s,p=e.getRegionModel(t.name)||e,m=p.getModel("itemStyle"),A=p.getModel("emphasis"),y=A.getModel("itemStyle"),b=p.getModel(["blur","itemStyle"]),_=p.getModel(["select","itemStyle"]),w=fD(m),x=fD(y),C=fD(b),S=fD(_);if(o){s=o.indexOfName(t.name);var k=o.getItemVisual(s,"style"),M=o.getItemVisual(s,"decal");v&&k.fill&&(w.fill=k.fill),M&&(w.decal=hb(M,n))}var E=d.rawScaleX,T=d.rawScaleY,B=d.rawX,D=d.rawY,L=function(e){return[e[0]*E+B,e[1]*T+D]};P(t.geometries,(function(e){if("polygon"===e.type){for(var t=[],n=0;n=0)&&(U=e);var z=L(t.center),Y=new Pl({x:z[0],y:z[1],scaleX:1/h.scaleX,scaleY:1/h.scaleY,z2:10,silent:!0});cd(Y,ud(p),{labelFetcher:U,labelDataIndex:H,defaultText:t.name},{normal:{align:"center",verticalAlign:"middle"}}),i.setTextContent(Y),i.setTextConfig({local:!0}),i.disableLabelAnimation=!0,f||zh(Y,{scaleX:1/l,scaleY:1/c},e)}if(o)o.setItemGraphicEl(s,r);else{var $=e.getRegionModel(t.name);Rl(i).eventData={componentType:"geo",componentIndex:e.componentIndex,geoIndex:e.componentIndex,name:t.name,region:$&&$.option||{}}}var j=r.__regions||(r.__regions=[]);j.push(t),r.highDownSilentOnTouch=!!e.get("selectedMode"),Ic(r,A.get("focus"),A.get("blurScope")),u.add(r)})),this._updateController(e,t,n),this._updateMapSelectHandler(e,u,n,r)},e.prototype.remove=function(){this._regionsGroup.removeAll(),this._backgroundGroup.removeAll(),this._controller.dispose(),this._mapName&&hD.removeGraphic(this._mapName,this.uid),this._mapName=null,this._controllerHost=null},e.prototype._updateBackground=function(e){var t=e.map;this._mapName!==t&&P(hD.makeGraphic(t,this.uid),(function(e){this._backgroundGroup.add(e)}),this),this._mapName=t},e.prototype._updateController=function(e,t,n){var r=e.coordinateSystem,i=this._controller,a=this._controllerHost;a.zoomLimit=e.get("scaleLimit"),a.zoom=r.getZoom(),i.enable(e.get("roam")||!1);var o=e.mainType;function s(){var t={type:"geoRoam",componentType:o};return t[o+"Id"]=e.id,t}i.off("pan").on("pan",(function(e){this._mouseDownFlag=!1,AB(a,e.dx,e.dy),n.dispatchAction(B(s(),{dx:e.dx,dy:e.dy}))}),this),i.off("zoom").on("zoom",(function(e){this._mouseDownFlag=!1,yB(a,e.scale,e.originX,e.originY),n.dispatchAction(B(s(),{zoom:e.scale,originX:e.originX,originY:e.originY}));var t=this.group;this._regionsGroup.traverse((function(e){var n=e.getTextContent();n&&(n.scaleX=1/t.scaleX,n.scaleY=1/t.scaleY,n.markRedraw())}))}),this),i.setPointerChecker((function(t,i,a){return r.getViewRectAfterRoam().contain(i,a)&&!_B(t,n,e)}))},e.prototype._updateMapSelectHandler=function(e,t,n,r){var i=this;t.off("mousedown"),e.get("selectedMode")&&(t.on("mousedown",(function(){i._mouseDownFlag=!0})),t.on("click",(function(e){i._mouseDownFlag&&(i._mouseDownFlag=!1)})))},e}(),mD=pD,gD=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n,r){if(!r||"mapToggleSelect"!==r.type||r.from!==this.uid){var i=this.group;if(i.removeAll(),!e.getHostGeoModel()){if(r&&"geoRoam"===r.type&&"series"===r.componentType&&r.seriesId===e.id){a=this._mapDraw;a&&i.add(a.group)}else if(e.needsDrawMap){var a=this._mapDraw||new mD(n);i.add(a.group),a.draw(e,t,n,this,r),this._mapDraw=a}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;e.get("showLegendSymbol")&&t.getComponent("legend")&&this._renderSymbols(e,t,n)}}},t.prototype.remove=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},t.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},t.prototype._renderSymbols=function(e,t,n){var r=e.originalData,i=this.group;r.each(r.mapDimension("value"),(function(t,n){if(!isNaN(t)){var a=r.getItemLayout(n);if(a&&a.point){var o=a.point,s=a.offset,l=new mu({style:{fill:e.getData().getVisual("style").fill},shape:{cx:o[0]+9*s,cy:o[1],r:3},silent:!0,z2:8+(s?0:Wl+1)});if(!s){var c=e.mainSeries.getData(),u=r.getName(n),h=c.indexOfName(u),d=r.getItemModel(n),f=d.getModel("label"),p=c.getItemGraphicEl(h);cd(l,ud(d),{labelFetcher:{getFormattedLabel:function(t,n){return e.getFormattedLabel(h,n)}}}),l.disableLabelAnimation=!0,f.get("position")||l.setTextConfig({position:"bottom"}),p.onHoverStateChange=function(e){l.useState(e)}}i.add(l)}}}))},t.type="map",t}(Bv),vD=gD,AD=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.needsDrawMap=!1,n.seriesGroup=[],n.getTooltipPosition=function(e){if(null!=e){var t=this.getData().getName(e),n=this.coordinateSystem,r=n.getRegion(t);return r&&n.dataToPoint(r.center)}},n}return a(t,e),t.prototype.getInitialData=function(e){for(var t=Pk(this,{coordDimensions:["value"],encodeDefaulter:Q(Cp,this)}),n=ge(),r=[],i=0,a=t.count();i1?(s.width=o,s.height=o/f):(s.height=o,s.width=o*f),s.y=a[1]-s.height/2,s.x=a[0]-s.width/2;else{var m=e.getBoxLayoutParams();m.aspect=f,s=qf(m,{width:h,height:d})}this.setViewRect(s.x,s.y,s.width,s.height),this.setCenter(e.get("center")),this.setZoom(e.get("zoom"))}function DD(e,t){P(t.get("geoCoord"),(function(t,n){e.addGeoCoord(n,t)}))}var LD=function(){function e(){this.dimensions=TD.prototype.dimensions}return e.prototype.create=function(e,t){var n=[];e.eachComponent("geo",(function(e,r){var i=e.get("map"),a=e.get("aspectScale"),o=!0,s=bA.retrieveMap(i);s&&s[0]&&"svg"===s[0].type?(null==a&&(a=1),o=!1):null==a&&(a=.75);var l=new TD(i+r,i,e.get("nameMap"),o);l.aspectScale=a,l.zoomLimit=e.get("scaleLimit"),n.push(l),e.coordinateSystem=l,l.model=e,l.resize=BD,l.resize(e,t)})),e.eachSeries((function(e){var t=e.get("coordinateSystem");if("geo"===t){var r=e.get("geoIndex")||0;e.coordinateSystem=n[r]}}));var r={};return e.eachSeriesByType("map",(function(e){if(!e.getHostGeoModel()){var t=e.getMapType();r[t]=r[t]||[],r[t].push(e)}})),P(r,(function(e,r){var i=R(e,(function(e){return e.get("nameMap")})),a=new TD(r,r,T(i));a.zoomLimit=ae.apply(null,R(e,(function(e){return e.get("scaleLimit")}))),n.push(a),a.resize=BD,a.aspectScale=e[0].get("aspectScale"),a.resize(e[0],t),P(e,(function(e){e.coordinateSystem=a,DD(a,e)}))})),n},e.prototype.getFilledRegions=function(e,t,n){for(var r=(e||[]).slice(),i=ge(),a=0;a=0;o--){var s=r[o];s.hierNode={defaultAncestor:null,ancestor:s,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},i.push(s)}}function $D(e,t){var n=e.isExpand?e.children:[],r=e.parentNode.children,i=e.hierNode.i?r[e.hierNode.i-1]:null;if(n.length){KD(e);var a=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;i?(e.hierNode.prelim=i.hierNode.prelim+t(e,i),e.hierNode.modifier=e.hierNode.prelim-a):e.hierNode.prelim=a}else i&&(e.hierNode.prelim=i.hierNode.prelim+t(e,i));e.parentNode.hierNode.defaultAncestor=GD(e,i,e.parentNode.hierNode.defaultAncestor||r[0],t)}function jD(e){var t=e.hierNode.prelim+e.parentNode.hierNode.modifier;e.setLayout({x:t},!0),e.hierNode.modifier+=e.parentNode.hierNode.modifier}function QD(e){return arguments.length?e:eL}function VD(e,t){return e-=Math.PI/2,{x:t*Math.cos(e),y:t*Math.sin(e)}}function WD(e,t){return qf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function KD(e){var t=e.children,n=t.length,r=0,i=0;while(--n>=0){var a=t[n];a.hierNode.prelim+=r,a.hierNode.modifier+=r,i+=a.hierNode.change,r+=a.hierNode.shift+i}}function GD(e,t,n,r){if(t){var i=e,a=e,o=a.parentNode.children[0],s=t,l=i.hierNode.modifier,c=a.hierNode.modifier,u=o.hierNode.modifier,h=s.hierNode.modifier;while(s=XD(s),a=qD(a),s&&a){i=XD(i),o=qD(o),i.hierNode.ancestor=e;var d=s.hierNode.prelim+h-a.hierNode.prelim-c+r(s,a);d>0&&(ZD(JD(s,e,n),e,d),c+=d,l+=d),h+=s.hierNode.modifier,c+=a.hierNode.modifier,l+=i.hierNode.modifier,u+=o.hierNode.modifier}s&&!XD(i)&&(i.hierNode.thread=s,i.hierNode.modifier+=h-l),a&&!qD(o)&&(o.hierNode.thread=a,o.hierNode.modifier+=c-u,n=e)}return n}function XD(e){var t=e.children;return t.length&&e.isExpand?t[t.length-1]:e.hierNode.thread}function qD(e){var t=e.children;return t.length&&e.isExpand?t[0]:e.hierNode.thread}function JD(e,t,n){return e.hierNode.ancestor.parentNode===t.parentNode?e.hierNode.ancestor:n}function ZD(e,t,n){var r=n/(t.hierNode.i-e.hierNode.i);t.hierNode.change-=r,t.hierNode.shift+=n,t.hierNode.modifier+=n,t.hierNode.prelim+=n,e.hierNode.change+=r}function eL(e,t){return e.parentNode===t.parentNode?1:2}var tL=function(){function e(){this.parentPoint=[],this.childPoints=[]}return e}(),nL=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new tL},t.prototype.buildPath=function(e,t){var n=t.childPoints,r=n.length,i=t.parentPoint,a=n[0],o=n[r-1];if(1===r)return e.moveTo(i[0],i[1]),void e.lineTo(a[0],a[1]);var s=t.orient,l="TB"===s||"BT"===s?0:1,c=1-l,u=Bi(t.forkPosition,1),h=[];h[l]=i[l],h[c]=i[c]+(o[c]-i[c])*u,e.moveTo(i[0],i[1]),e.lineTo(h[0],h[1]),e.moveTo(a[0],a[1]),h[l]=a[l],e.lineTo(h[0],h[1]),h[l]=o[l],e.lineTo(h[0],h[1]),e.lineTo(o[0],o[1]);for(var d=1;dA.x,_||(b-=Math.PI));var x=_?"left":"right",C=s.getModel("label"),S=C.get("rotate"),k=S*(Math.PI/180),M=g.getTextContent();M&&(g.setTextConfig({position:C.get("position")||x,rotation:null==S?-b:k,origin:"center"}),M.setStyle("verticalAlign","middle"))}var E=s.get(["emphasis","focus"]),T="ancestor"===E?o.getAncestorsIndices():"descendant"===E?o.getDescendantIndices():null;T&&(Rl(n).focus=T),oL(i,o,u,n,p,f,m,r),n.__edge&&(n.onHoverStateChange=function(t){if("blur"!==t){var r=o.parentNode&&e.getItemGraphicEl(o.parentNode.dataIndex);r&&r.hoverState===$l||dc(n.__edge,t)}})}function oL(e,t,n,r,i,a,o,s){var l=t.getModel(),c=e.get("edgeShape"),u=e.get("layout"),h=e.getOrient(),d=e.get(["lineStyle","curveness"]),f=e.get("edgeForkPosition"),p=l.getModel("lineStyle").getLineStyle(),m=r.__edge;if("curve"===c)t.parentNode&&t.parentNode!==n&&(m||(m=r.__edge=new rh({shape:lL(u,h,d,i,i)})),zh(m,{shape:lL(u,h,d,a,o)},e));else if("polyline"===c)if("orthogonal"===u){if(t!==n&&t.children&&0!==t.children.length&&!0===t.isExpand){for(var g=t.children,v=[],A=0;At&&(t=r.height)}this.height=t+1},e.prototype.getNodeById=function(e){if(this.getId()===e)return this;for(var t=0,n=this.children,r=n.length;t=0&&this.hostTree.data.setItemLayout(this.dataIndex,e,t)},e.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},e.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostTree,n=t.data.getItemModel(this.dataIndex);return n.getModel(e)}},e.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},e.prototype.setVisual=function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,e,t)},e.prototype.getVisual=function(e){return this.hostTree.data.getItemVisual(this.dataIndex,e)},e.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},e.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},e.prototype.isAncestorOf=function(e){var t=e.parentNode;while(t){if(t===this)return!0;t=t.parentNode}return!1},e.prototype.isDescendantOf=function(e){return e!==this&&e.isAncestorOf(this)},e}(),wL=function(){function e(e){this.type="tree",this._nodes=[],this.hostModel=e}return e.prototype.eachNode=function(e,t,n){this.root.eachNode(e,t,n)},e.prototype.getNodeByDataIndex=function(e){var t=this.data.getRawIndex(e);return this._nodes[t]},e.prototype.getNodeById=function(e){return this.root.getNodeById(e)},e.prototype.update=function(){for(var e=this.data,t=this._nodes,n=0,r=t.length;no&&(o=e.depth)}));var s=e.expandAndCollapse,l=s&&e.initialTreeDepth>=0?e.initialTreeDepth:o;return i.root.eachNode("preorder",(function(e){var t=e.hostTree.data.getRawDataItem(e.dataIndex);e.isExpand=t&&null!=t.collapsed?!t.collapsed:e.depth<=l})),i.data},t.prototype.getOrient=function(){var e=this.get("orient");return"horizontal"===e?e="LR":"vertical"===e&&(e="TB"),e},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.formatTooltip=function(e,t,n){var r=this.getData().tree,i=r.root.children[0],a=r.getNodeByDataIndex(e),o=a.getValue(),s=a.name;while(a&&a!==i)s=a.parentNode.name+"."+s,a=a.parentNode;return Qg("nameValue",{name:s,value:o,noValue:isNaN(o)||null==o})},t.type="series.tree",t.layoutMode="box",t.defaultOption={zlevel:0,z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderColor:"#c23531",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},t}(Av),kL=SL;function ML(e,t,n){var r,i=[e],a=[];while(r=i.pop())if(a.push(r),r.isExpand){var o=r.children;if(o.length)for(var s=0;s=0;a--)r.push(i[a])}}function TL(e,t){e.eachSeriesByType("tree",(function(e){BL(e,t)}))}function BL(e,t){var n=WD(e,t);e.layoutInfo=n;var r=e.get("layout"),i=0,a=0,o=null;"radial"===r?(i=2*Math.PI,a=Math.min(n.height,n.width)/2,o=QD((function(e,t){return(e.parentNode===t.parentNode?1:2)/e.depth}))):(i=n.width,a=n.height,o=QD());var s=e.getData().tree.root,l=s.children[0];if(l){YD(s),ML(l,$D,o),s.hierNode.modifier=-l.hierNode.prelim,EL(l,jD);var c=l,u=l,h=l;EL(l,(function(e){var t=e.getLayout().x;tu.getLayout().x&&(u=e),e.depth>h.depth&&(h=e)}));var d=c===u?1:o(c,u)/2,f=d-c.getLayout().x,p=0,m=0,g=0,v=0;if("radial"===r)p=i/(u.getLayout().x+d+f),m=a/(h.depth-1||1),EL(l,(function(e){g=(e.getLayout().x+f)*p,v=(e.depth-1)*m;var t=VD(g,v);e.setLayout({x:t.x,y:t.y,rawX:g,rawY:v},!0)}));else{var A=e.getOrient();"RL"===A||"LR"===A?(m=a/(u.getLayout().x+d+f),p=i/(h.depth-1||1),EL(l,(function(e){v=(e.getLayout().x+f)*m,g="LR"===A?(e.depth-1)*p:i-(e.depth-1)*p,e.setLayout({x:g,y:v},!0)}))):"TB"!==A&&"BT"!==A||(p=i/(u.getLayout().x+d+f),m=a/(h.depth-1||1),EL(l,(function(e){g=(e.getLayout().x+f)*p,v="TB"===A?(e.depth-1)*m:a-(e.depth-1)*m,e.setLayout({x:g,y:v},!0)})))}}}function DL(e){e.eachSeriesByType("tree",(function(e){var t=e.getData(),n=t.tree;n.eachNode((function(e){var n=e.getModel(),r=n.getModel("itemStyle").getItemStyle(),i=t.ensureUniqueItemVisual(e.dataIndex,"style");B(i,r)}))}))}function LL(e){e.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},(function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},(function(t){var n=e.dataIndex,r=t.getData().tree,i=r.getNodeByDataIndex(n);i.isExpand=!i.isExpand}))})),e.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},(function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},(function(t){var n=t.coordinateSystem,r=PD(n,e);t.setCenter&&t.setCenter(r.center),t.setZoom&&t.setZoom(r.zoom)}))}))}function OL(e){e.registerChartView(cL),e.registerSeriesModel(kL),e.registerLayout(TL),e.registerVisual(DL),LL(e)}function IL(e,t,n){if(e&&O(t,e.type)>=0){var r=n.getData().tree.root,i=e.targetNode;if("string"===typeof i&&(i=r.getNodeById(i)),i&&r.contains(i))return{node:i};var a=e.targetNodeId;if(null!=a&&(i=r.getNodeById(a)))return{node:i}}}function FL(e){var t=[];while(e)e=e.parentNode,e&&t.push(e);return t.reverse()}function NL(e,t){var n=FL(e);return O(n,t)>=0}function PL(e,t){var n=[];while(e){var r=e.dataIndex;n.push({name:e.name,dataIndex:r,value:t.getRawValue(r)}),e=e.parentNode}return n.reverse(),n}var RL=function(){},HL=["treemapZoomToNode","treemapRender","treemapMove"];function UL(e){for(var t=0;t1)n=n.parentNode;var i=Rp(e.ecModel,n.name||n.dataIndex+"",r);t.setVisual("decal",i)}))}var YL=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.preventUsingHoverLayer=!0,n}return a(t,e),t.prototype.getInitialData=function(e,t){var n={name:e.name,children:e.data};$L(n);var r=e.levels||[],i=this.designatedVisualItemStyle={},a=new Id({itemStyle:i},this,t);r=e.levels=jL(r,t);var o=R(r||[],(function(e){return new Id(e,a,t)}),this),s=CL.createTree(n,this,l);function l(e){e.wrapMethod("getItemModel",(function(e,t){var n=s.getNodeByDataIndex(t),r=o[n.depth];return e.parentModel=r||a,e}))}return s.data},t.prototype.optionUpdated=function(){this.resetViewRoot()},t.prototype.formatTooltip=function(e,t,n){var r=this.getData(),i=this.getRawValue(e),a=r.getName(e);return Qg("nameValue",{name:a,value:i})},t.prototype.getDataParams=function(t){var n=e.prototype.getDataParams.apply(this,arguments),r=this.getData().tree.getNodeByDataIndex(t);return n.treePathInfo=PL(r,this),n},t.prototype.setLayoutInfo=function(e){this.layoutInfo=this.layoutInfo||{},B(this.layoutInfo,e)},t.prototype.mapIdToIndex=function(e){var t=this._idIndexMap;t||(t=this._idIndexMap=ge(),this._idIndexMapCount=0);var n=t.get(e);return null==n&&t.set(e,n=this._idIndexMapCount++),n},t.prototype.getViewRoot=function(){return this._viewRoot},t.prototype.resetViewRoot=function(e){e?this._viewRoot=e:e=this._viewRoot;var t=this.getRawData().tree.root;e&&(e===t||t.contains(e))||(this._viewRoot=t)},t.prototype.enableAriaDecal=function(){zL(this)},t.type="series.treemap",t.layoutMode="box",t.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],ellipsis:!0,verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},t}(Av);function $L(e){var t=0;P(e.children,(function(e){$L(e);var n=e.value;V(n)&&(n=n[0]),t+=n}));var n=e.value;V(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=t),n<0&&(n=0),V(e.value)?e.value[0]=n:e.value=n}function jL(e,t){var n=ea(t.get("color")),r=ea(t.get(["aria","decal","decals"]));if(n){var i,a;e=e||[],P(e,(function(e){var t=new Id(e),n=t.get("color"),r=t.get("decal");(t.get(["itemStyle","color"])||n&&"none"!==n)&&(i=!0),(t.get(["itemStyle","decal"])||r&&"none"!==r)&&(a=!0)}));var o=e[0]||(e[0]={});return i||(o.color=n.slice()),!a&&r&&(o.decal=r.slice()),e}}var QL=YL,VL=8,WL=8,KL=5,GL=function(){function e(e){this.group=new Ai,e.add(this.group)}return e.prototype.render=function(e,t,n,r){var i=e.getModel("breadcrumb"),a=this.group;if(a.removeAll(),i.get("show")&&n){var o=i.getModel("itemStyle"),s=o.getModel("textStyle"),l={pos:{left:i.get("left"),right:i.get("right"),top:i.get("top"),bottom:i.get("bottom")},box:{width:t.getWidth(),height:t.getHeight()},emptyItemWidth:i.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,l,s),this._renderContent(e,l,o,s,r),Jf(a,l.pos,l.box)}},e.prototype._prepare=function(e,t,n){for(var r=e;r;r=r.parentNode){var i=pa(r.getModel().get("name"),""),a=n.getTextRect(i),o=Math.max(a.width+2*VL,t.emptyItemWidth);t.totalWidth+=o+WL,t.renderList.push({node:r,text:i,width:o})}},e.prototype._renderContent=function(e,t,n,r,i){for(var a=0,o=t.emptyItemWidth,s=e.get(["breadcrumb","height"]),l=Xf(t.pos,t.box),c=t.totalWidth,u=t.renderList,h=u.length-1;h>=0;h--){var d=u[h],f=d.node,p=d.width,m=d.text;c>l.width&&(c-=p-o,p=o,m=null);var g=new Qu({shape:{points:XL(a,0,p,s,h===u.length-1,0===h)},style:D(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new Pl({style:{text:m,fill:r.getTextColor(),font:r.getFont()}}),textConfig:{position:"inside"},z:10,onclick:Q(i,f)});g.disableLabelAnimation=!0,this.group.add(g),qL(g,e,f),a+=p+WL}},e.prototype.remove=function(){this.group.removeAll()},e}();function XL(e,t,n,r,i,a){var o=[[i?e:e-KL,t],[e+n,t],[e+n,t+r],[i?e:e-KL,t+r]];return!a&&o.splice(2,0,[e+n+KL,t+r/2]),!i&&o.push([e,t+r/2]),o}function qL(e,t,n){Rl(e).eventData={componentType:"series",componentSubType:"treemap",componentIndex:t.componentIndex,seriesIndex:t.componentIndex,seriesName:t.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&PL(n,t)}}var JL=GL,ZL=function(){function e(){this._storage=[],this._elExistsMap={}}return e.prototype.add=function(e,t,n,r,i){return!this._elExistsMap[e.id]&&(this._elExistsMap[e.id]=!0,this._storage.push({el:e,target:t,duration:n,delay:r,easing:i}),!0)},e.prototype.finished=function(e){return this._finishedCallback=e,this},e.prototype.start=function(){for(var e=this,t=this._storage.length,n=function(){t--,t<=0&&(e._storage.length=0,e._elExistsMap={},e._finishedCallback&&e._finishedCallback())},r=0,i=this._storage.length;rrO||Math.abs(e.dy)>rO)){var t=this.seriesModel.getData().tree.root;if(!t)return;var n=t.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+e.dx,y:n.y+e.dy,width:n.width,height:n.height}})}},t.prototype._onZoom=function(e){var t=e.originX,n=e.originY;if("animating"!==this._state){var r=this.seriesModel.getData().tree.root;if(!r)return;var i=r.getLayout();if(!i)return;var a=new tr(i.x,i.y,i.width,i.height),o=this.seriesModel.layoutInfo;t-=o.x,n-=o.y;var s=Mt();Dt(s,s,[-t,-n]),Ot(s,s,[e.scale,e.scale]),Dt(s,s,[t,n]),a.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:a.x,y:a.y,width:a.width,height:a.height}})}},t.prototype._initEvents=function(e){var t=this;e.on("click",(function(e){if("ready"===t._state){var n=t.seriesModel.get("nodeClick",!0);if(n){var r=t.findTarget(e.offsetX,e.offsetY);if(r){var i=r.node;if(i.getLayout().isLeafRoot)t._rootToNode(r);else if("zoomToNode"===n)t._zoomToNode(r);else if("link"===n){var a=i.hostTree.data.getItemModel(i.dataIndex),o=a.get("link",!0),s=a.get("target",!0)||"blank";o&&jf(o,s)}}}}}),this)},t.prototype._renderBreadcrumb=function(e,t,n){var r=this;n||(n=null!=e.get("leafDepth",!0)?{node:e.getViewRoot()}:this.findTarget(t.getWidth()/2,t.getHeight()/2),n||(n={node:e.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new JL(this.group))).render(e,t,n.node,(function(t){"animating"!==r._state&&(NL(e.getViewRoot(),t)?r._rootToNode({node:t}):r._zoomToNode({node:t}))}))},t.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=fO(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},t.prototype.dispose=function(){this._clearController()},t.prototype._zoomToNode=function(e){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},t.prototype._rootToNode=function(e){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},t.prototype.findTarget=function(e,t){var n,r=this.seriesModel.getViewRoot();return r.eachNode({attr:"viewChildren",order:"preorder"},(function(r){var i=this._storage.background[r.getRawIndex()];if(i){var a=i.transformCoordToLocal(e,t),o=i.shape;if(!(o.x<=a[0]&&a[0]<=o.x+o.width&&o.y<=a[1]&&a[1]<=o.y+o.height))return!1;n={node:r,offsetX:a[0],offsetY:a[1]}}}),this),n},t.type="treemap",t}(Bv);function fO(){return{nodeGroup:[],background:[],content:[]}}function pO(e,t,n,r,i,a,o,s,l,c){if(o){var u=o.getLayout(),h=e.getData(),d=o.getModel();if(h.setItemGraphicEl(o.dataIndex,null),u&&u.isInView){var f=u.width,p=u.height,m=u.borderWidth,g=u.invisible,v=o.getRawIndex(),A=s&&s.getRawIndex(),y=o.viewChildren,b=u.upperHeight,_=y&&y.length,w=d.getModel("itemStyle"),x=d.getModel(["emphasis","itemStyle"]),C=d.getModel(["blur","itemStyle"]),S=d.getModel(["select","itemStyle"]),k=w.get("borderRadius")||0,M=H("nodeGroup",tO);if(M){if(l.add(M),M.x=u.x||0,M.y=u.y||0,M.markRedraw(),hO(M).nodeWidth=f,hO(M).nodeHeight=p,u.isAboveViewRoot)return M;var E=H("background",nO,c,sO);E&&I(M,E,_&&u.upperLabelHeight);var T=d.get(["emphasis","focus"]),D=d.get(["emphasis","blurScope"]),L="ancestor"===T?o.getAncestorsIndices():"descendant"===T?o.getDescendantIndices():null;if(_)Uc(M)&&Hc(M,!1),E&&(Hc(E,!0),h.setItemGraphicEl(o.dataIndex,E),Fc(E,L||T,D));else{var O=H("content",nO,c,lO);O&&F(M,O),E&&Uc(E)&&Hc(E,!1),Hc(M,!0),h.setItemGraphicEl(o.dataIndex,M),Fc(M,L||T,D)}return M}}}function I(t,n,r){var i=Rl(n);if(i.dataIndex=o.dataIndex,i.seriesIndex=e.seriesIndex,n.setShape({x:0,y:0,width:f,height:p,r:k}),g)N(n);else{n.invisible=!1;var a=o.getVisual("style"),s=a.stroke,l=uO(w);l.fill=s;var c=cO(x);c.fill=x.get("borderColor");var u=cO(C);u.fill=C.get("borderColor");var h=cO(S);if(h.fill=S.get("borderColor"),r){var d=f-2*m;P(n,s,d,b,a.opacity,{x:m,y:0,width:d,height:b})}else n.removeTextContent();n.setStyle(l),n.ensureState("emphasis").style=c,n.ensureState("blur").style=u,n.ensureState("select").style=h,Ac(n)}t.add(n)}function F(t,n){var r=Rl(n);r.dataIndex=o.dataIndex,r.seriesIndex=e.seriesIndex;var i=Math.max(f-2*m,0),a=Math.max(p-2*m,0);if(n.culling=!0,n.setShape({x:m,y:m,width:i,height:a,r:k}),g)N(n);else{n.invisible=!1;var s=o.getVisual("style"),l=s.fill,c=uO(w);c.fill=l,c.decal=s.decal;var u=cO(x),h=cO(C),d=cO(S);P(n,l,i,s.opacity,a),n.setStyle(c),n.ensureState("emphasis").style=u,n.ensureState("blur").style=h,n.ensureState("select").style=d,Ac(n)}t.add(n)}function N(e){!e.invisible&&a.push(e)}function P(t,n,r,i,a,s){var l=d.getModel(s?aO:iO),c=ae(e.getFormattedLabel(o.dataIndex,"normal",null,null,l.get("formatter")),pa(d.get("name"),null));if(!s&&u.isLeafRoot){var h=e.get("drillDownIcon",!0);c=h?h+" "+c:c}var f=l.getShallow("show");cd(t,ud(d,s?aO:iO),{defaultText:f?c:null,inheritColor:n,defaultOpacity:r,labelFetcher:e,labelDataIndex:o.dataIndex});var p=t.getTextContent(),m=p.style,g=ce(m.padding||0);s&&(t.setTextConfig({layoutRect:s}),p.disableLabelLayout=!0),p.beforeUpdate=function(){var e=Math.max((s?s.width:t.shape.width)-g[1]-g[3],0),n=Math.max((s?s.height:t.shape.height)-g[0]-g[2],0);m.width===e&&m.height===n||p.setStyle({width:e,height:n})},m.truncateMinChar=2,m.lineOverflow="truncate",R(m,s,u);var v=p.getState("emphasis");R(v?v.style:null,s,u)}function R(t,n,r){var i=t?t.text:null;if(!n&&r.isLeafRoot&&null!=i){var a=e.get("drillDownIcon",!0);t.text=a?a+" "+i:i}}function H(e,r,a,o){var s=null!=A&&n[e][A],l=i[e];return s?(n[e][A]=null,U(l,s)):g||(s=new r,s instanceof Mo&&(s.z=mO(a,o)),z(l,s)),t[e][v]=s}function U(e,t){var n=e[v]={};t instanceof tO?(n.oldX=t.x,n.oldY=t.y):n.oldShape=B({},t.shape)}function z(e,t){var n=e[v]={},a=o.parentNode,s=t instanceof Ai;if(a&&(!r||"drillDown"===r.direction)){var l=0,c=0,u=i.background[a.getRawIndex()];!r&&u&&u.oldShape&&(l=u.oldShape.width,c=u.oldShape.height),s?(n.oldX=0,n.oldY=c):n.oldShape={x:l,y:c,width:0,height:0}}n.fadein=!s}}function mO(e,t){var n=e*oO+t;return(n-1)/n}var gO=dO,vO=P,AO=q,yO=-1,bO=function(){function e(t){var n=t.mappingMethod,r=t.type,i=this.option=M(t);this.type=r,this.mappingMethod=n,this._normalizeData=LO[n];var a=e.visualHandlers[r];this.applyVisual=a.applyVisual,this.getColorMapper=a.getColorMapper,this._normalizedToVisual=a._normalizedToVisual[n],"piecewise"===n?(xO(i),_O(i)):"category"===n?i.categories?wO(i):xO(i,!0):(ue("linear"!==n||i.dataExtent),xO(i))}return e.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},e.prototype.getNormalizer=function(){return j(this._normalizeData,this)},e.listVisualTypes=function(){return Y(e.visualHandlers)},e.isValidType=function(t){return e.visualHandlers.hasOwnProperty(t)},e.eachVisual=function(e,t,n){q(e)?P(e,t,n):t.call(n,e)},e.mapVisual=function(t,n,r){var i,a=V(t)?[]:q(t)?{}:(i=!0,null);return e.eachVisual(t,(function(e,t){var o=n.call(r,e,t);i?a=o:a[t]=o})),a},e.retrieveVisuals=function(t){var n,r={};return t&&vO(e.visualHandlers,(function(e,i){t.hasOwnProperty(i)&&(r[i]=t[i],n=!0)})),n?r:null},e.prepareVisualTypes=function(e){if(V(e))e=e.slice();else{if(!AO(e))return[];var t=[];vO(e,(function(e,n){t.push(n)})),e=t}return e.sort((function(e,t){return"color"===t&&"color"!==e&&0===e.indexOf("color")?1:-1})),e},e.dependsOn=function(e,t){return"color"===t?!(!e||0!==e.indexOf(t)):e===t},e.findPieceIndex=function(e,t,n){for(var r,i=1/0,a=0,o=t.length;a=0;a--)null==r[a]&&(delete n[t[a]],t.pop())}function xO(e,t){var n=e.visual,r=[];q(n)?vO(n,(function(e){r.push(e)})):null!=n&&r.push(n);var i={color:1,symbol:1};t||1!==r.length||i.hasOwnProperty(e.type)||(r[1]=r[0]),DO(e,r)}function CO(e){return{applyVisual:function(t,n,r){var i=this.mapValueToVisual(t);r("color",e(n("color"),i))},_normalizedToVisual:TO([0,1])}}function SO(e){var t=this.option.visual;return t[Math.round(Ti(e,[0,1],[0,t.length-1],!0))]||{}}function kO(e){return function(t,n,r){r(e,this.mapValueToVisual(t))}}function MO(e){var t=this.option.visual;return t[this.option.loop&&e!==yO?e%t.length:e]}function EO(){return this.option.visual[0]}function TO(e){return{linear:function(t){return Ti(t,e,this.option.visual,!0)},category:MO,piecewise:function(t,n){var r=BO.call(this,n);return null==r&&(r=Ti(t,e,this.option.visual,!0)),r},fixed:EO}}function BO(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var r=bO.findPieceIndex(e,n),i=n[r];if(i&&i.visual)return i.visual[this.type]}}function DO(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=R(t,(function(e){return fn(e)}))),t}var LO={linear:function(e){return Ti(e,this.option.dataExtent,[0,1],!0)},piecewise:function(e){var t=this.option.pieceList,n=bO.findPieceIndex(e,t,!0);if(null!=n)return Ti(n,[0,t.length-1],[0,1],!0)},category:function(e){var t=this.option.categories?this.option.categoryMap[e]:e;return null==t?yO:t},fixed:be};function OO(e,t,n){return e?t<=n:t=n.length||e===n[e.depth]){var a=QO(i,c,e,t,p,r);RO(e,a,n,r)}}))}else s=UO(c),u.fill=s}}function HO(e,t,n){var r=B({},t),i=n.designatedVisualItemStyle;return P(["color","colorAlpha","colorSaturation"],(function(n){i[n]=t[n];var a=e.get(n);i[n]=null,null!=a&&(r[n]=a)})),r}function UO(e){var t=YO(e,"color");if(t){var n=YO(e,"colorAlpha"),r=YO(e,"colorSaturation");return r&&(t=yn(t,null,null,r)),n&&(t=bn(t,n)),t}}function zO(e,t){return null!=t?yn(t,null,null,e):null}function YO(e,t){var n=e[t];if(null!=n&&"none"!==n)return n}function $O(e,t,n,r,i,a){if(a&&a.length){var o=jO(t,"color")||null!=i.color&&"none"!==i.color&&(jO(t,"colorAlpha")||jO(t,"colorSaturation"));if(o){var s=t.get("visualMin"),l=t.get("visualMax"),c=n.dataExtent.slice();null!=s&&sc[1]&&(c[1]=l);var u=t.get("colorMappingBy"),h={type:o.name,dataExtent:c,visual:o.range};"color"!==h.type||"index"!==u&&"id"!==u?h.mappingMethod="linear":(h.mappingMethod="category",h.loop=!0);var d=new IO(h);return NO(d).drColorMappingBy=u,d}}}function jO(e,t){var n=e.get(t);return V(n)&&n.length?{name:t,range:n}:null}function QO(e,t,n,r,i,a){var o=B({},t);if(i){var s=i.type,l="color"===s&&NO(i).drColorMappingBy,c="index"===l?r:"id"===l?a.mapIdToIndex(n.getId()):n.getValue(e.get("visualDimension"));o[s]=i.mapValueToVisual(c)}return o}var VO=Math.max,WO=Math.min,KO=ae,GO=P,XO=["itemStyle","borderWidth"],qO=["itemStyle","gapWidth"],JO=["upperLabel","show"],ZO=["upperLabel","height"],eI={seriesType:"treemap",reset:function(e,t,n,r){var i=n.getWidth(),a=n.getHeight(),o=e.option,s=qf(e.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()}),l=o.size||[],c=Bi(KO(s.width,l[0]),i),u=Bi(KO(s.height,l[1]),a),h=r&&r.type,d=["treemapZoomToNode","treemapRootToNode"],f=IL(r,d,e),p="treemapRender"===h||"treemapMove"===h?r.rootRect:null,m=e.getViewRoot(),g=FL(m);if("treemapMove"!==h){var v="treemapZoomToNode"===h?lI(e,f,m,c,u):p?[p.width,p.height]:[c,u],A=o.sort;A&&"asc"!==A&&"desc"!==A&&(A="desc");var y={squareRatio:o.squareRatio,sort:A,leafDepth:o.leafDepth};m.hostTree.clearLayouts();var b={x:0,y:0,width:v[0],height:v[1],area:v[0]*v[1]};m.setLayout(b),tI(m,y,!1,0),b=m.getLayout(),GO(g,(function(e,t){var n=(g[t+1]||m).getValue();e.setLayout(B({dataExtent:[n,n],borderWidth:0,upperHeight:0},b))}))}var _=e.getData().tree.root;_.setLayout(cI(s,p,f),!0),e.setLayoutInfo(s),uI(_,new tr(-s.x,-s.y,i,a),g,m,0)}};function tI(e,t,n,r){var i,a;if(!e.isRemoved()){var o=e.getLayout();i=o.width,a=o.height;var s=e.getModel(),l=s.get(XO),c=s.get(qO)/2,u=hI(s),h=Math.max(l,u),d=l-c,f=h-c;e.setLayout({borderWidth:l,upperHeight:h,upperLabelHeight:u},!0),i=VO(i-2*d,0),a=VO(a-d-f,0);var p=i*a,m=nI(e,s,p,t,n,r);if(m.length){var g={x:d,y:f,width:i,height:a},v=WO(i,a),A=1/0,y=[];y.area=0;for(var b=0,_=m.length;b<_;){var w=m[b];y.push(w),y.area+=w.getLayout().area;var x=oI(y,v,t.squareRatio);x<=A?(b++,A=x):(y.area-=y.pop().getLayout().area,sI(y,v,g,c,!1),v=WO(g.width,g.height),y.length=y.area=0,A=1/0)}if(y.length&&sI(y,v,g,c,!0),!n){var C=s.get("childrenVisibleMin");null!=C&&p=0;l--){var c=i["asc"===r?o-l-1:l].getValue();c/n*to[1]&&(o[1]=t)}))):o=[NaN,NaN],{sum:r,dataExtent:o}}function oI(e,t,n){for(var r=0,i=1/0,a=0,o=void 0,s=e.length;ar&&(r=o));var l=e.area*e.area,c=t*t*n;return l?VO(c*r/l,l/(c*i)):1/0}function sI(e,t,n,r,i){var a=t===n.width?0:1,o=1-a,s=["x","y"],l=["width","height"],c=n[s[a]],u=t?e.area/t:0;(i||u>n[l[o]])&&(u=n[l[o]]);for(var h=0,d=e.length;hPi&&(c=Pi),o=a}cr&&(r=t);var a=r%2?r+2:r+3;i=[];for(var o=0;o0&&(A[0]=-A[0],A[1]=-A[1]);var b=v[0]<0?-1:1;if("start"!==r.__position&&"end"!==r.__position){var _=-Math.atan2(v[1],v[0]);c[0].8?"left":u[0]<-.8?"right":"center",d=u[1]>.8?"top":u[1]<-.8?"bottom":"middle";break;case"start":r.x=-u[0]*p+l[0],r.y=-u[1]*m+l[1],h=u[0]>.8?"right":u[0]<-.8?"left":"center",d=u[1]>.8?"bottom":u[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":r.x=p*b+l[0],r.y=l[1]+w,h=v[0]<0?"right":"left",r.originX=-p*b,r.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":r.x=y[0],r.y=y[1]+w,h="center",r.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":r.x=-p*b+c[0],r.y=c[1]+w,h=v[0]>=0?"right":"left",r.originX=p*b,r.originY=-w;break}r.scaleX=r.scaleY=i,r.setStyle({verticalAlign:r.__verticalAlign||d,align:r.__align||h})}}}function x(e,t){var n=e.__specifiedRotation;if(null==n){var r=o.tangentAt(t);e.attr("rotation",(1===t?-1:1)*Math.PI/2-Math.atan2(r[1],r[0]))}else e.attr("rotation",n)}},t}(Ai),tF=eF,nF=function(){function e(e){this.group=new Ai,this._LineCtor=e||tF}return e.prototype.isPersistent=function(){return!0},e.prototype.updateData=function(e){var t=this,n=this,r=n.group,i=n._lineData;n._lineData=e,i||r.removeAll();var a=iF(e);e.diff(i).add((function(n){t._doAdd(e,n,a)})).update((function(n,r){t._doUpdate(i,e,r,n,a)})).remove((function(e){r.remove(i.getItemGraphicEl(e))})).execute()},e.prototype.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl((function(t,n){t.updateLayout(e,n)}),this)},e.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=iF(e),this._lineData=null,this.group.removeAll()},e.prototype.incrementalUpdate=function(e,t){function n(e){e.isGroup||rF(e)||(e.incremental=!0,e.ensureState("emphasis").hoverLayer=!0)}for(var r=e.start;r0}function iF(e){var t=e.hostModel;return{lineStyle:t.getModel("lineStyle").getLineStyle(),emphasisLineStyle:t.getModel(["emphasis","lineStyle"]).getLineStyle(),blurLineStyle:t.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:t.getModel(["select","lineStyle"]).getLineStyle(),labelStatesModels:ud(t)}}function aF(e){return isNaN(e[0])||isNaN(e[1])}function oF(e){return!aF(e[0])&&!aF(e[1])}var sF=nF,lF=[],cF=[],uF=[],hF=Vo,dF=Fe,fF=Math.abs;function pF(e,t,n){for(var r,i=e[0],a=e[1],o=e[2],s=1/0,l=n*n,c=.1,u=.1;u<=.9;u+=.1){lF[0]=hF(i[0],a[0],o[0],u),lF[1]=hF(i[1],a[1],o[1],u);var h=fF(dF(lF,t)-l);h=0?r+=c:r-=c:p>=0?r-=c:r+=c}return r}function mF(e,t){var n=[],r=Xo,i=[[],[],[]],a=[[],[]],o=[];t/=2,e.eachEdge((function(e,s){var l=e.getLayout(),c=e.getVisual("fromSymbol"),u=e.getVisual("toSymbol");l.__original||(l.__original=[xe(l[0]),xe(l[1])],l[2]&&l.__original.push(xe(l[2])));var h=l.__original;if(null!=l[2]){if(we(i[0],h[0]),we(i[1],h[2]),we(i[2],h[1]),c&&"none"!==c){var d=LI(e.node1),f=pF(i,h[0],d*t);r(i[0][0],i[1][0],i[2][0],f,n),i[0][0]=n[3],i[1][0]=n[4],r(i[0][1],i[1][1],i[2][1],f,n),i[0][1]=n[3],i[1][1]=n[4]}if(u&&"none"!==u){d=LI(e.node2),f=pF(i,h[1],d*t);r(i[0][0],i[1][0],i[2][0],f,n),i[1][0]=n[1],i[2][0]=n[2],r(i[0][1],i[1][1],i[2][1],f,n),i[1][1]=n[1],i[2][1]=n[2]}we(l[0],i[0]),we(l[1],i[2]),we(l[2],i[1])}else{if(we(a[0],h[0]),we(a[1],h[1]),Me(o,a[1],a[0]),De(o,o),c&&"none"!==c){d=LI(e.node1);ke(a[0],a[0],o,d*t)}if(u&&"none"!==u){d=LI(e.node2);ke(a[1],a[1],o,-d*t)}we(l[0],a[0]),we(l[1],a[1])}}))}function gF(e){return"view"===e.type}var vF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(e,t){var n=new HC,r=new sF,i=this.group;this._controller=new vB(t.getZr()),this._controllerHost={target:i},i.add(n.group),i.add(r.group),this._symbolDraw=n,this._lineDraw=r,this._firstRender=!0},t.prototype.render=function(e,t,n){var r=this,i=e.coordinateSystem;this._model=e;var a=this._symbolDraw,o=this._lineDraw,s=this.group;if(gF(i)){var l={x:i.x,y:i.y,scaleX:i.scaleX,scaleY:i.scaleY};this._firstRender?s.attr(l):zh(s,l,e)}mF(e.getGraph(),DI(e));var c=e.getData();a.updateData(c);var u=e.getEdgeData();o.updateData(u),this._updateNodeAndLinkScale(),this._updateController(e,t,n),clearTimeout(this._layoutTimeout);var h=e.forceLayout,d=e.get(["force","layoutAnimation"]);h&&this._startForceLayoutIteration(h,d),c.graph.eachNode((function(e){var t=e.dataIndex,n=e.getGraphicEl(),i=e.getModel();n.off("drag").off("dragend");var a=i.get("draggable");a&&n.on("drag",(function(){h&&(h.warmUp(),!r._layouting&&r._startForceLayoutIteration(h,d),h.setFixed(t),c.setItemLayout(t,[n.x,n.y]))})).on("dragend",(function(){h&&h.setUnfixed(t)})),n.setDraggable(a&&!!h);var o=i.get(["emphasis","focus"]);"adjacency"===o&&(Rl(n).focus=e.getAdjacentDataIndices())})),c.graph.eachEdge((function(e){var t=e.getGraphicEl(),n=e.getModel().get(["emphasis","focus"]);"adjacency"===n&&(Rl(t).focus={edge:[e.dataIndex],node:[e.node1.dataIndex,e.node2.dataIndex]})}));var f="circular"===e.get("layout")&&e.get(["circular","rotateLabel"]),p=c.getLayout("cx"),m=c.getLayout("cy");c.eachItemGraphicEl((function(e,t){var n=c.getItemModel(t),r=n.get(["label","rotate"])||0,i=e.getSymbolPath();if(f){var a=c.getItemLayout(t),o=Math.atan2(a[1]-m,a[0]-p);o<0&&(o=2*Math.PI+o);var s=a[0]=0&&e.call(t,n[i],i)},e.prototype.eachEdge=function(e,t){for(var n=this.edges,r=n.length,i=0;i=0&&n[i].node1.dataIndex>=0&&n[i].node2.dataIndex>=0&&e.call(t,n[i],i)},e.prototype.breadthFirstTraverse=function(e,t,n,r){if(t instanceof _F||(t=this._nodesMap[yF(t)]),t){for(var i="out"===n?"outEdges":"in"===n?"inEdges":"edges",a=0;a=0&&n.node2.dataIndex>=0}));for(i=0,a=r.length;i=0&&this[e][t].setItemVisual(this.dataIndex,n,r)},getVisual:function(n){return this[e][t].getItemVisual(this.dataIndex,n)},setLayout:function(n,r){this.dataIndex>=0&&this[e][t].setItemLayout(this.dataIndex,n,r)},getLayout:function(){return this[e][t].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[e][t].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[e][t].getRawIndex(this.dataIndex)}}}F(_F,xF("hostGraph","data")),F(wF,xF("hostGraph","edgeData"));var CF=bF;function SF(e,t,n,r,i){for(var a=new CF(r),o=0;o "+d)),c++)}var f,p=n.get("coordinateSystem");if("cartesian2d"===p||"polar"===p)f=MC(e,n);else{var m=nm.get(p),g=m&&m.dimensions||[];O(g,"value")<0&&g.concat(["value"]);var v=gC(e,{coordDimensions:g});f=new hC(v,n),f.initData(e)}var A=new hC(["value"],n);return A.initData(l,s),i&&i(f,A),bL({mainData:f,struct:a,structAttr:"graph",datas:{node:f,edge:A},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a}var kF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return a(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments);var n=this;function r(){return n._categoriesData}this.legendVisualProvider=new Hk(r,r),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},t.prototype.mergeOption=function(t){e.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},t.prototype.mergeDefaultAndTheme=function(t){e.prototype.mergeDefaultAndTheme.apply(this,arguments),ta(t,"edgeLabel",["show"])},t.prototype.getInitialData=function(e,t){var n=e.edges||e.links||[],r=e.data||e.nodes||[],i=this;if(r&&n){SI(this);var a=SF(r,n,this,!0,o);return P(a.edges,(function(e){kI(e.node1,e.node2,this,e.dataIndex)}),this),a.data}function o(e,t){e.wrapMethod("getItemModel",(function(e){var t=i._categoriesModels,n=e.getShallow("category"),r=t[n];return r&&(r.parentModel=e.parentModel,e.parentModel=r),e}));var n=Id.prototype.getModel;function r(e,t){var r=n.call(this,e,t);return r.resolveParentPath=a,r}function a(e){if(e&&("label"===e[0]||"label"===e[1])){var t=e.slice();return"label"===e[0]?t[0]="edgeLabel":"label"===e[1]&&(t[1]="edgeLabel"),t}return e}t.wrapMethod("getItemModel",(function(e){return e.resolveParentPath=a,e.getModel=r,e}))}},t.prototype.getGraph=function(){return this.getData().graph},t.prototype.getEdgeData=function(){return this.getGraph().edgeData},t.prototype.getCategoriesData=function(){return this._categoriesData},t.prototype.formatTooltip=function(e,t,n){if("edge"===n){var r=this.getData(),i=this.getDataParams(e,n),a=r.graph.getEdgeByIndex(e),o=r.getName(a.node1.dataIndex),s=r.getName(a.node2.dataIndex),l=[];return null!=o&&l.push(o),null!=s&&l.push(s),Qg("nameValue",{name:l.join(" > "),value:i.value,noValue:null==i.value})}var c=av({series:this,dataIndex:e,multipleSeries:t});return c},t.prototype._updateCategoriesData=function(){var e=R(this.option.categories||[],(function(e){return null!=e.value?e:B({value:0},e)})),t=new hC(["value"],this);t.initData(e),this._categoriesData=t,this._categoriesModels=t.mapArray((function(e){return t.getItemModel(e)}))},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.isAnimationEnabled=function(){return e.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},t.type="series.graph",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={zlevel:0,z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},t}(Av),MF=kF,EF={type:"graphRoam",event:"graphRoam",update:"none"};function TF(e){e.registerChartView(AF),e.registerSeriesModel(MF),e.registerProcessor(fI),e.registerVisual(pI),e.registerVisual(gI),e.registerLayout(BI),e.registerLayout(e.PRIORITY.VISUAL.POST_CHART_LAYOUT,PI),e.registerLayout(UI),e.registerCoordinateSystem("graphView",{dimensions:kD.dimensions,create:YI}),e.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},(function(){})),e.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},(function(){})),e.registerAction(EF,(function(e,t){t.eachComponent({mainType:"series",query:e},(function(t){var n=t.coordinateSystem,r=PD(n,e);t.setCenter&&t.setCenter(r.center),t.setZoom&&t.setZoom(r.zoom)}))}))}var BF=function(){function e(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return e}(),DF=function(e){function t(t){var n=e.call(this,t)||this;return n.type="pointer",n}return a(t,e),t.prototype.getDefaultShape=function(){return new BF},t.prototype.buildPath=function(e,t){var n=Math.cos,r=Math.sin,i=t.r,a=t.width,o=t.angle,s=t.x-n(o)*a*(a>=i/3?1:2),l=t.y-r(o)*a*(a>=i/3?1:2);o=t.angle-Math.PI/2,e.moveTo(s,l),e.lineTo(t.x+n(o)*a,t.y+r(o)*a),e.lineTo(t.x+n(t.angle)*i,t.y+r(t.angle)*i),e.lineTo(t.x-n(o)*a,t.y-r(o)*a),e.lineTo(s,l)},t}(ol),LF=DF;function OF(e,t){var n=e.get("center"),r=t.getWidth(),i=t.getHeight(),a=Math.min(r,i),o=Bi(n[0],t.getWidth()),s=Bi(n[1],t.getHeight()),l=Bi(e.get("radius"),a/2);return{cx:o,cy:s,r:l}}function IF(e,t){var n=null==e?"":e+"";return t&&("string"===typeof t?n=t.replace("{value}",n):"function"===typeof t&&(n=t(e))),n}var FF=2*Math.PI,NF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){this.group.removeAll();var r=e.get(["axisLine","lineStyle","color"]),i=OF(e,n);this._renderMain(e,t,n,r,i),this._data=e.getData()},t.prototype.dispose=function(){},t.prototype._renderMain=function(e,t,n,r,i){for(var a=this.group,o=e.get("clockwise"),s=-e.get("startAngle")/180*Math.PI,l=-e.get("endAngle")/180*Math.PI,c=e.getModel("axisLine"),u=c.get("roundCap"),h=u?XS:Fu,d=c.get("show"),f=c.getModel("lineStyle"),p=f.get("width"),m=(l-s)%FF||l===s?(l-s)%FF:FF,g=s,v=0;d&&v=e&&(0===t?0:r[t-1][0]).8?"bottom":"middle",align:c<-.4?"left":c>.4?"right":"center"},{inheritColor:I}),silent:!0}))}if(A.get("show")&&B!==b){D=A.get("distance");D=D?D+l:l;for(var F=0;F<=_;F++){c=Math.cos(C),u=Math.sin(C);var N=new Ju({shape:{x1:c*(p-D)+d,y1:u*(p-D)+f,x2:c*(p-x-D)+d,y2:u*(p-x-D)+f},silent:!0,style:E});"auto"===E.stroke&&N.setStyle({stroke:r((B+F/_)/b)}),h.add(N),C+=k}C-=k}else C+=S}},t.prototype._renderPointer=function(e,t,n,r,i,a,o,s,l){var c=this.group,u=this._data,h=this._progressEls,d=[],f=e.get(["pointer","show"]),p=e.getModel("progress"),m=p.get("show"),g=e.getData(),v=g.mapDimension("value"),A=+e.get("min"),y=+e.get("max"),b=[A,y],_=[a,o];function w(t,n){var r,a=g.getItemModel(t),o=a.getModel("pointer"),s=Bi(o.get("width"),i.r),l=Bi(o.get("length"),i.r),c=e.get(["pointer","icon"]),u=o.get("offsetCenter"),h=Bi(u[0],i.r),d=Bi(u[1],i.r),f=o.get("keepAspect");return r=c?Ty(c,h-s/2,d-l,s,l,null,f):new LF({shape:{angle:-Math.PI/2,width:s,r:l,x:h,y:d}}),r.rotation=-(n+Math.PI/2),r.x=i.cx,r.y=i.cy,r}function x(e,t){var n=p.get("roundCap"),r=n?XS:Fu,o=p.get("overlap"),c=o?p.get("width"):l/g.count(),u=o?i.r-c:i.r-(e+1)*c,h=o?i.r:i.r-e*c,d=new r({shape:{startAngle:a,endAngle:t,cx:i.cx,cy:i.cy,clockwise:s,r0:u,r:h}});return o&&(d.z2=y-g.get(v,e)%y),d}(m||f)&&(g.diff(u).add((function(t){if(f){var n=w(t,a);Yh(n,{rotation:-(Ti(g.get(v,t),b,_,!0)+Math.PI/2)},e),c.add(n),g.setItemGraphicEl(t,n)}if(m){var r=x(t,a),i=p.get("clip");Yh(r,{shape:{endAngle:Ti(g.get(v,t),b,_,i)}},e),c.add(r),d[t]=r}})).update((function(t,n){if(f){var r=u.getItemGraphicEl(n),i=r?r.rotation:a,o=w(t,i);o.rotation=i,zh(o,{rotation:-(Ti(g.get(v,t),b,_,!0)+Math.PI/2)},e),c.add(o),g.setItemGraphicEl(t,o)}if(m){var s=h[n],l=s?s.shape.endAngle:a,A=x(t,l),y=p.get("clip");zh(A,{shape:{endAngle:Ti(g.get(v,t),b,_,y)}},e),c.add(A),d[t]=A}})).execute(),g.each((function(e){var t=g.getItemModel(e),n=t.getModel("emphasis");if(f){var i=g.getItemGraphicEl(e);i.useStyle(g.getItemVisual(e,"style")),i.setStyle(t.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===i.style.fill&&i.setStyle("fill",r(Ti(g.get(v,e),b,[0,1],!0))),i.z2EmphasisLift=0,Rc(i,t),Ic(i,n.get("focus"),n.get("blurScope"))}if(m){var a=d[e];a.useStyle(g.getItemVisual(e,"style")),a.setStyle(t.getModel(["progress","itemStyle"]).getItemStyle()),a.z2EmphasisLift=0,Rc(a,t),Ic(a,n.get("focus"),n.get("blurScope"))}})),this._progressEls=d)},t.prototype._renderAnchor=function(e,t){var n=e.getModel("anchor"),r=n.get("show");if(r){var i=n.get("size"),a=n.get("icon"),o=n.get("offsetCenter"),s=n.get("keepAspect"),l=Ty(a,t.cx-i/2+Bi(o[0],t.r),t.cy-i/2+Bi(o[1],t.r),i,i,null,s);l.z2=n.get("showAbove")?1:0,l.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(l)}},t.prototype._renderTitleAndDetail=function(e,t,n,r,i){var a=this,o=e.getData(),s=o.mapDimension("value"),l=+e.get("min"),c=+e.get("max"),u=new Ai,h=[],d=[],f=e.isAnimationEnabled();o.diff(this._data).add((function(e){h[e]=new Pl({silent:!0}),d[e]=new Pl({silent:!0})})).update((function(e,t){h[e]=a._titleEls[t],d[e]=a._detailEls[t]})).execute(),o.each((function(t){var n=o.getItemModel(t),a=o.get(s,t),p=new Ai,m=r(Ti(a,[l,c],[0,1],!0)),g=n.getModel("title");if(g.get("show")){var v=g.get("offsetCenter"),A=i.cx+Bi(v[0],i.r),y=i.cy+Bi(v[1],i.r),b=h[t];b.attr({style:hd(g,{x:A,y:y,text:o.getName(t),align:"center",verticalAlign:"middle"},{inheritColor:m})}),p.add(b)}var _=n.getModel("detail");if(_.get("show")){var w=_.get("offsetCenter"),x=i.cx+Bi(w[0],i.r),C=i.cy+Bi(w[1],i.r),S=Bi(_.get("width"),i.r),k=Bi(_.get("height"),i.r),M=e.get(["progress","show"])?o.getItemVisual(t,"style").fill:m,E=(b=d[t],_.get("formatter"));b.attr({style:hd(_,{x:x,y:C,text:IF(a,E),width:isNaN(S)?null:S,height:isNaN(k)?null:k,align:"center",verticalAlign:"middle"},{inheritColor:M})}),_d(b,{normal:_},a,(function(e){return IF(e,E)})),f&&wd(b,t,o,e,{getFormattedLabel:function(e,t,n,r,i,o){return IF(o?o.interpolatedValue:a,E)}}),p.add(b)}u.add(p)})),this.group.add(u),this._titleEls=h,this._detailEls=d},t.type="gauge",t}(Bv),PF=NF,RF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.visualStyleAccessPath="itemStyle",n.useColorPaletteOnData=!0,n}return a(t,e),t.prototype.getInitialData=function(e,t){return Pk(this,["value"])},t.type="series.gauge",t.defaultOption={zlevel:0,z:2,center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12},pointer:{icon:null,offsetCenter:[0,0],show:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},t}(Av),HF=RF;function UF(e){e.registerChartView(PF),e.registerSeriesModel(HF)}var zF=["itemStyle","opacity"],YF=function(e){function t(t,n){var r=e.call(this)||this,i=r,a=new Ku,o=new Pl;return i.setTextContent(o),r.setTextGuideLine(a),r.updateData(t,n,!0),r}return a(t,e),t.prototype.updateData=function(e,t,n){var r=this,i=e.hostModel,a=e.getItemModel(t),o=e.getItemLayout(t),s=a.getModel("emphasis"),l=a.get(zF);l=null==l?1:l,r.useStyle(e.getItemVisual(t,"style")),r.style.lineJoin="round",n?(r.setShape({points:o.points}),r.style.opacity=0,Yh(r,{style:{opacity:l}},i,t)):zh(r,{style:{opacity:l},shape:{points:o.points}},i,t),Rc(r,a),this._updateLabel(e,t),Ic(this,s.get("focus"),s.get("blurScope"))},t.prototype._updateLabel=function(e,t){var n=this,r=this.getTextGuideLine(),i=n.getTextContent(),a=e.hostModel,o=e.getItemModel(t),s=e.getItemLayout(t),l=s.label,c=e.getItemVisual(t,"style"),u=c.fill;cd(i,ud(o),{labelFetcher:e.hostModel,labelDataIndex:t,defaultOpacity:c.opacity,defaultText:e.getName(t)},{normal:{align:l.textAlign,verticalAlign:l.verticalAlign}}),n.setTextConfig({local:!0,inside:!!l.inside,insideStroke:u,outsideFill:u});var h=l.linePoints;r.setShape({points:h}),n.textGuideLineConfig={anchor:h?new Qn(h[0][0],h[0][1]):null},zh(i,{style:{x:l.x,y:l.y}},a,t),i.attr({rotation:l.rotation,originX:l.x,originY:l.y,z2:10}),XA(n,qA(o),{stroke:u})},t}(Qu),$F=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.ignoreLabelLineUpdate=!0,n}return a(t,e),t.prototype.render=function(e,t,n){var r=e.getData(),i=this._data,a=this.group;r.diff(i).add((function(e){var t=new YF(r,e);r.setItemGraphicEl(e,t),a.add(t)})).update((function(e,t){var n=i.getItemGraphicEl(t);n.updateData(r,e),a.add(n),r.setItemGraphicEl(e,n)})).remove((function(t){var n=i.getItemGraphicEl(t);Qh(n,e,t)})).execute(),this._data=r},t.prototype.remove=function(){this.group.removeAll(),this._data=null},t.prototype.dispose=function(){},t.type="funnel",t}(Bv),jF=$F,QF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.useColorPaletteOnData=!0,n}return a(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments),this.legendVisualProvider=new Hk(j(this.getData,this),j(this.getRawData,this)),this._defaultLabelLine(t)},t.prototype.getInitialData=function(e,t){return Pk(this,{coordDimensions:["value"],encodeDefaulter:Q(Cp,this)})},t.prototype._defaultLabelLine=function(e){ta(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},t.prototype.getDataParams=function(t){var n=this.getData(),r=e.prototype.getDataParams.call(this,t),i=n.mapDimension("value"),a=n.getSum(i);return r.percent=a?+(n.get(i,t)/a*100).toFixed(2):0,r.$vars.push("percent"),r},t.type="series.funnel",t.defaultOption={zlevel:0,z:2,legendHoverLink:!0,left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},t}(Av),VF=QF;function WF(e,t){return qf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function KF(e,t){for(var n=e.mapDimension("value"),r=e.mapArray(n,(function(e){return e})),i=[],a="ascending"===t,o=0,s=e.count();ovN)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]);"none"!==i.behavior&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(e){if(!this._mouseDownPoint&&bN(this,"mousemove")){var t=this._model,n=t.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]),r=n.behavior;"jump"===r&&this._throttledDispatchExpand.debounceNextCall(t.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===r?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===r?null:{duration:0}})}}};function bN(e,t){var n=e._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===t}var _N=AN,wN=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(){e.prototype.init.apply(this,arguments),this.mergeOption({})},t.prototype.mergeOption=function(e){var t=this.option;e&&E(t,e,!0),this._initDimensions()},t.prototype.contains=function(e,t){var n=e.get("parallelIndex");return null!=n&&t.getComponent("parallel",n)===this},t.prototype.setAxisExpand=function(e){P(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],(function(t){e.hasOwnProperty(t)&&(this.option[t]=e[t])}),this)},t.prototype._initDimensions=function(){var e=this.dimensions=[],t=this.parallelAxisIndex=[],n=U(this.ecModel.queryComponents({mainType:"parallelAxis"}),(function(e){return(e.get("parallelIndex")||0)===this.componentIndex}),this);P(n,(function(n){e.push("dim"+n.get("dim")),t.push(n.componentIndex)}))},t.type="parallel",t.dependencies=["parallelAxis"],t.layoutMode="box",t.defaultOption={zlevel:0,z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},t}(sp),xN=wN,CN=function(e){function t(t,n,r,i,a){var o=e.call(this,t,n,r)||this;return o.type=i||"value",o.axisIndex=a,o}return a(t,e),t.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},t}(YE),SN=CN;function kN(e,t,n,r,i,a){e=e||0;var o=n[1]-n[0];if(null!=i&&(i=EN(i,[0,o])),null!=a&&(a=Math.max(a,null!=i?i:0)),"all"===r){var s=Math.abs(t[1]-t[0]);s=EN(s,[0,o]),i=a=EN(s,[i,a]),r=0}t[0]=EN(t[0],n),t[1]=EN(t[1],n);var l=MN(t,r);t[r]+=e;var c,u=i||0,h=n.slice();return l.sign<0?h[0]+=u:h[1]-=u,t[r]=EN(t[r],h),c=MN(t,r),null!=i&&(c.sign!==l.sign||c.spana&&(t[1-r]=t[r]+c.sign*a),t}function MN(e,t){var n=e[t]-e[1-t];return{span:Math.abs(n),sign:n>0?-1:n<0?1:t?-1:1}}function EN(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?t[0]:-1/0,e))}var TN=P,BN=Math.min,DN=Math.max,LN=Math.floor,ON=Math.ceil,IN=Di,FN=Math.PI,NN=function(){function e(e,t,n){this.type="parallel",this._axesMap=ge(),this._axesLayout={},this.dimensions=e.dimensions,this._model=e,this._init(e,t,n)}return e.prototype._init=function(e,t,n){var r=e.dimensions,i=e.parallelAxisIndex;TN(r,(function(e,n){var r=i[n],a=t.getComponent("parallelAxis",r),o=this._axesMap.set(e,new SN(e,sE(a),[0,0],a.get("type"),r)),s="category"===o.type;o.onBand=s&&a.get("boundaryGap"),o.inverse=a.get("inverse"),a.axis=o,o.model=a,o.coordinateSystem=a.coordinateSystem=this}),this)},e.prototype.update=function(e,t){this._updateAxesFromSeries(this._model,e)},e.prototype.containPoint=function(e){var t=this._makeLayoutInfo(),n=t.axisBase,r=t.layoutBase,i=t.pixelDimIndex,a=e[1-i],o=e[i];return a>=n&&a<=n+t.axisLength&&o>=r&&o<=r+t.layoutLength},e.prototype.getModel=function(){return this._model},e.prototype._updateAxesFromSeries=function(e,t){t.eachSeries((function(n){if(e.contains(n,t)){var r=n.getData();TN(this.dimensions,(function(e){var t=this._axesMap.get(e);t.scale.unionExtentFromData(r,r.mapDimension(e)),oE(t.scale,t.model)}),this)}}),this)},e.prototype.resize=function(e,t){this._rect=qf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},e.prototype.getRect=function(){return this._rect},e.prototype._makeLayoutInfo=function(){var e,t=this._model,n=this._rect,r=["x","y"],i=["width","height"],a=t.get("layout"),o="horizontal"===a?0:1,s=n[i[o]],l=[0,s],c=this.dimensions.length,u=PN(t.get("axisExpandWidth"),l),h=PN(t.get("axisExpandCount")||0,[0,c]),d=t.get("axisExpandable")&&c>3&&c>h&&h>1&&u>0&&s>0,f=t.get("axisExpandWindow");if(f)e=PN(f[1]-f[0],l),f[1]=f[0]+e;else{e=PN(u*(h-1),l);var p=t.get("axisExpandCenter")||LN(c/2);f=[u*p-e/2],f[1]=f[0]+e}var m=(s-e)/(c-h);m<3&&(m=0);var g=[LN(IN(f[0]/u,1))+1,ON(IN(f[1]/u,1))-1],v=m/u*f[0];return{layout:a,pixelDimIndex:o,layoutBase:n[r[o]],layoutLength:s,axisBase:n[r[1-o]],axisLength:n[i[1-o]],axisExpandable:d,axisExpandWidth:u,axisCollapseWidth:m,axisExpandWindow:f,axisCount:c,winInnerIndices:g,axisExpandWindow0Pos:v}},e.prototype._layoutAxes=function(){var e=this._rect,t=this._axesMap,n=this.dimensions,r=this._makeLayoutInfo(),i=r.layout;t.each((function(e){var t=[0,r.axisLength],n=e.inverse?1:0;e.setExtent(t[n],t[1-n])})),TN(n,(function(t,n){var a=(r.axisExpandable?HN:RN)(n,r),o={horizontal:{x:a.position,y:r.axisLength},vertical:{x:0,y:a.position}},s={horizontal:FN/2,vertical:0},l=[o[i].x+e.x,o[i].y+e.y],c=s[i],u=Mt();Lt(u,u,c),Dt(u,u,l),this._axesLayout[t]={position:l,rotation:c,transform:u,axisNameAvailableWidth:a.axisNameAvailableWidth,axisLabelShow:a.axisLabelShow,nameTruncateMaxWidth:a.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}}),this)},e.prototype.getAxis=function(e){return this._axesMap.get(e)},e.prototype.dataToPoint=function(e,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(e),t)},e.prototype.eachActiveState=function(e,t,n,r){null==n&&(n=0),null==r&&(r=e.count());var i=this._axesMap,a=this.dimensions,o=[],s=[];P(a,(function(t){o.push(e.mapDimension(t)),s.push(i.get(t).model)}));for(var l=this.hasAxisBrushed(),c=n;ci*(1-u[0])?(l="jump",o=s-i*(1-u[2])):(o=s-i*u[1])>=0&&(o=s-i*(1-u[1]))<=0&&(o=0),o*=t.axisExpandWidth/c,o?kN(o,r,a,"all"):l="none";else{var d=r[1]-r[0],f=a[1]*s/d;r=[DN(0,f-d/2)],r[1]=BN(a[1],r[0]+d),r[0]=r[1]-d}return{axisExpandWindow:r,behavior:l}},e}();function PN(e,t){return BN(DN(e,t[0]),t[1])}function RN(e,t){var n=t.layoutLength/(t.axisCount-1);return{position:n*e,axisNameAvailableWidth:n,axisLabelShow:!0}}function HN(e,t){var n,r,i=t.layoutLength,a=t.axisExpandWidth,o=t.axisCount,s=t.axisCollapseWidth,l=t.winInnerIndices,c=s,u=!1;return e=0;n--)Li(t[n])},t.prototype.getActiveState=function(e){var t=this.activeIntervals;if(!t.length)return"normal";if(null==e||isNaN(+e))return"inactive";if(1===t.length){var n=t[0];if(n[0]<=e&&e<=n[1])return"active"}else for(var r=0,i=t.length;rqN}function gP(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}function vP(e,t,n,r){var i=new Ai;return i.add(new xl({name:"main",style:_P(n),silent:!0,draggable:!0,cursor:"move",drift:Q(kP,e,t,i,["n","s","w","e"]),ondragend:Q(pP,t,{isEnd:!0})})),P(r,(function(n){i.add(new xl({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:Q(kP,e,t,i,n),ondragend:Q(pP,t,{isEnd:!0})}))})),i}function AP(e,t,n,r){var i=r.brushStyle.lineWidth||0,a=KN(i,JN),o=n[0][0],s=n[1][0],l=o-i/2,c=s-i/2,u=n[0][1],h=n[1][1],d=u-a+i/2,f=h-a+i/2,p=u-o,m=h-s,g=p+i,v=m+i;bP(e,t,"main",o,s,p,m),r.transformable&&(bP(e,t,"w",l,c,a,v),bP(e,t,"e",d,c,a,v),bP(e,t,"n",l,c,g,a),bP(e,t,"s",l,f,g,a),bP(e,t,"nw",l,c,a,a),bP(e,t,"ne",d,c,a,a),bP(e,t,"sw",l,f,a,a),bP(e,t,"se",d,f,a,a))}function yP(e,t){var n=t.__brushOption,r=n.transformable,i=t.childAt(0);i.useStyle(_P(n)),i.attr({silent:!r,cursor:r?"move":"default"}),P([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],(function(n){var i=t.childOfName(n.join("")),a=1===n.length?CP(e,n[0]):SP(e,n);i&&i.attr({silent:!r,invisible:!r,cursor:r?tP[a]+"-resize":null})}))}function bP(e,t,n,r,i,a,o){var s=t.childOfName(n);s&&s.setShape(BP(TP(e,t,[[r,i],[r+a,i+o]])))}function _P(e){return D({strokeNoScale:!0},e.brushStyle)}function wP(e,t,n,r){var i=[WN(e,n),WN(t,r)],a=[KN(e,n),KN(t,r)];return[[i[0],a[0]],[i[1],a[1]]]}function xP(e){return Wh(e.group)}function CP(e,t){var n={w:"left",e:"right",n:"top",s:"bottom"},r={left:"w",right:"e",top:"n",bottom:"s"},i=Gh(n[t],xP(e));return r[i]}function SP(e,t){var n=[CP(e,t[0]),CP(e,t[1])];return("e"===n[0]||"w"===n[0])&&n.reverse(),n.join("")}function kP(e,t,n,r,i,a){var o=n.__brushOption,s=e.toRectRange(o.range),l=EP(t,i,a);P(r,(function(e){var t=eP[e];s[t[0]][t[1]]+=l[t[0]]})),o.range=e.fromRectRange(wP(s[0][0],s[1][0],s[0][1],s[1][1])),cP(t,n),pP(t,{isEnd:!1})}function MP(e,t,n,r){var i=t.__brushOption.range,a=EP(e,n,r);P(i,(function(e){e[0]+=a[0],e[1]+=a[1]})),cP(e,t),pP(e,{isEnd:!1})}function EP(e,t,n){var r=e.group,i=r.transformCoordToLocal(t,n),a=r.transformCoordToLocal(0,0);return[i[0]-a[0],i[1]-a[1]]}function TP(e,t,n){var r=dP(e,t);return r&&r!==VN?r.clipPath(n,e._transform):M(n)}function BP(e){var t=WN(e[0][0],e[1][0]),n=WN(e[0][1],e[1][1]),r=KN(e[0][0],e[1][0]),i=KN(e[0][1],e[1][1]);return{x:t,y:n,width:r-t,height:i-n}}function DP(e,t,n){if(e._brushType&&!RP(e,t.offsetX,t.offsetY)){var r=e._zr,i=e._covers,a=hP(e,t,n);if(!e._dragging)for(var o=0;or.getWidth()||n<0||n>r.getHeight()}var HP={lineX:UP(0),lineY:UP(1),rect:{createCover:function(e,t){function n(e){return e}return vP({toRectRange:n,fromRectRange:n},e,t,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(e){var t=gP(e);return wP(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(e,t,n,r){AP(e,t,n,r)},updateCommon:yP,contain:OP},polygon:{createCover:function(e,t){var n=new Ai;return n.add(new Ku({name:"main",style:_P(t),silent:!0})),n},getCreatingRange:function(e){return e},endCreating:function(e,t){t.remove(t.childAt(0)),t.add(new Qu({name:"main",draggable:!0,drift:Q(MP,e,t),ondragend:Q(pP,e,{isEnd:!0})}))},updateCoverShape:function(e,t,n,r){t.childAt(0).setShape({points:TP(e,t,n)})},updateCommon:yP,contain:OP}};function UP(e){return{createCover:function(t,n){return vP({toRectRange:function(t){var n=[t,[0,100]];return e&&n.reverse(),n},fromRectRange:function(t){return t[e]}},t,n,[[["w"],["e"]],[["n"],["s"]]][e])},getCreatingRange:function(t){var n=gP(t),r=WN(n[0][e],n[1][e]),i=KN(n[0][e],n[1][e]);return[r,i]},updateCoverShape:function(t,n,r,i){var a,o=dP(t,n);if(o!==VN&&o.getLinearBrushOtherExtent)a=o.getLinearBrushOtherExtent(e);else{var s=t._zr;a=[0,[s.getWidth(),s.getHeight()][1-e]]}var l=[r,a];e&&l.reverse(),AP(t,n,l,i)},updateCommon:yP,contain:OP}}var zP=iP;function YP(e){return e=QP(e),function(t){return Zh(t,e)}}function $P(e,t){return e=QP(e),function(n){var r=null!=t?t:n,i=r?e.width:e.height,a=r?e.x:e.y;return[a,a+(i||0)]}}function jP(e,t,n){var r=QP(e);return function(e,i){return r.contain(i[0],i[1])&&!_B(e,t,n)}}function QP(e){return tr.create(e)}var VP=["axisLine","axisTickLabel","axisName"],WP=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(t,n){e.prototype.init.apply(this,arguments),(this._brushController=new zP(n.getZr())).on("brush",j(this._onBrush,this))},t.prototype.render=function(e,t,n,r){if(!KP(e,t,r)){this.axisModel=e,this.api=n,this.group.removeAll();var i=this._axisGroup;if(this._axisGroup=new Ai,this.group.add(this._axisGroup),e.get("show")){var a=XP(e,t),o=a.coordinateSystem,s=e.getAreaSelectStyle(),l=s.width,c=e.axis.dim,u=o.getAxisLayout(c),h=B({strokeContainThreshold:l},u),d=new dT(e,h);P(VP,d.add,d),this._axisGroup.add(d.getGroup()),this._refreshBrushController(h,s,e,a,l,n),Jh(i,this._axisGroup,e)}}},t.prototype._refreshBrushController=function(e,t,n,r,i,a){var o=n.axis.getExtent(),s=o[1]-o[0],l=Math.min(30,.1*Math.abs(s)),c=tr.create({x:o[0],y:-i/2,width:s,height:i});c.x-=l,c.width+=2*l,this._brushController.mount({enableGlobalPan:!0,rotation:e.rotation,x:e.position[0],y:e.position[1]}).setPanels([{panelId:"pl",clipPath:YP(c),isTargetByCursor:jP(c,a,r),getLinearBrushOtherExtent:$P(c,0)}]).enableBrush({brushType:"lineX",brushStyle:t,removeOnClick:!0}).updateCovers(GP(n))},t.prototype._onBrush=function(e){var t=e.areas,n=this.axisModel,r=n.axis,i=R(t,(function(e){return[r.coordToData(e.range[0],!0),r.coordToData(e.range[1],!0)]}));(!n.option.realtime===e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:i})},t.prototype.dispose=function(){this._brushController.dispose()},t.type="parallelAxis",t}(bv);function KP(e,t,n){return n&&"axisAreaSelect"===n.type&&t.findComponents({mainType:"parallelAxis",query:n})[0]===e}function GP(e){var t=e.axis;return R(e.activeIntervals,(function(e){return{brushType:"lineX",panelId:"pl",range:[t.dataToCoord(e[0],!0),t.dataToCoord(e[1],!0)]}}))}function XP(e,t){return t.getComponent("parallel",e.get("parallelIndex"))}var qP=WP,JP={type:"axisAreaSelect",event:"axisAreaSelected"};function ZP(e){e.registerAction(JP,(function(e,t){t.eachComponent({mainType:"parallelAxis",query:e},(function(t){t.axis.model.setActiveIntervals(e.intervals)}))})),e.registerAction("parallelAxisExpand",(function(e,t){t.eachComponent({mainType:"parallel",query:e},(function(t){t.setAxisExpand(e)}))}))}var eR={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function tR(e){e.registerComponentView(_N),e.registerComponentModel(xN),e.registerCoordinateSystem("parallel",$N),e.registerPreprocessor(pN),e.registerComponentModel(QN),e.registerComponentView(qP),dM(e,"parallel",QN,eR),ZP(e)}function nR(e){nw(tR),e.registerChartView(oN),e.registerSeriesModel(uN),e.registerVisual(e.PRIORITY.VISUAL.BRUSH,fN)}var rR=function(){function e(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return e}(),iR=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.getDefaultShape=function(){return new rR},t.prototype.buildPath=function(e,t){var n=t.extent;e.moveTo(t.x1,t.y1),e.bezierCurveTo(t.cpx1,t.cpy1,t.cpx2,t.cpy2,t.x2,t.y2),"vertical"===t.orient?(e.lineTo(t.x2+n,t.y2),e.bezierCurveTo(t.cpx2+n,t.cpy2,t.cpx1+n,t.cpy1,t.x1+n,t.y1)):(e.lineTo(t.x2,t.y2+n),e.bezierCurveTo(t.cpx2,t.cpy2+n,t.cpx1,t.cpy1+n,t.x1,t.y1+n)),e.closePath()},t.prototype.highlight=function(){_c(this)},t.prototype.downplay=function(){wc(this)},t}(ol),aR=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._focusAdjacencyDisabled=!1,n}return a(t,e),t.prototype.render=function(e,t,n){var r=this,i=e.getGraph(),a=this.group,o=e.layoutInfo,s=o.width,l=o.height,c=e.getData(),u=e.getData("edge"),h=e.get("orient");this._model=e,a.removeAll(),a.x=o.x,a.y=o.y,i.eachEdge((function(t){var n=new iR,r=Rl(n);r.dataIndex=t.dataIndex,r.seriesIndex=e.seriesIndex,r.dataType="edge";var i,o,c,d,f,p,m,g,v=t.getModel(),A=v.getModel("lineStyle"),y=A.get("curveness"),b=t.node1.getLayout(),_=t.node1.getModel(),w=_.get("localX"),x=_.get("localY"),C=t.node2.getLayout(),S=t.node2.getModel(),k=S.get("localX"),M=S.get("localY"),E=t.getLayout();switch(n.shape.extent=Math.max(1,E.dy),n.shape.orient=h,"vertical"===h?(i=(null!=w?w*s:b.x)+E.sy,o=(null!=x?x*l:b.y)+b.dy,c=(null!=k?k*s:C.x)+E.ty,d=null!=M?M*l:C.y,f=i,p=o*(1-y)+d*y,m=c,g=o*y+d*(1-y)):(i=(null!=w?w*s:b.x)+b.dx,o=(null!=x?x*l:b.y)+E.sy,c=null!=k?k*s:C.x,d=(null!=M?M*l:C.y)+E.ty,f=i*(1-y)+c*y,p=o,m=i*y+c*(1-y),g=d),n.setShape({x1:i,y1:o,x2:c,y2:d,cpx1:f,cpy1:p,cpx2:m,cpy2:g}),n.useStyle(A.getItemStyle()),n.style.fill){case"source":n.style.fill=t.node1.getVisual("color"),n.style.decal=t.node1.getVisual("style").decal;break;case"target":n.style.fill=t.node2.getVisual("color"),n.style.decal=t.node2.getVisual("style").decal;break;case"gradient":var T=t.node1.getVisual("color"),B=t.node2.getVisual("color");"string"===typeof T&&"string"===typeof B&&(n.style.fill=new dh(0,0,1,0,[{color:T,offset:0},{color:B,offset:1}]))}var D=v.getModel("emphasis");Rc(n,v,"lineStyle",(function(e){return e.getItemStyle()})),a.add(n),u.setItemGraphicEl(t.dataIndex,n);var L=D.get("focus");Ic(n,"adjacency"===L?t.getAdjacentDataIndices():L,D.get("blurScope")),Rl(n).dataType="edge"})),i.eachNode((function(t){var n=t.getLayout(),r=t.getModel(),i=r.get("localX"),o=r.get("localY"),u=r.getModel("emphasis"),h=new xl({shape:{x:null!=i?i*s:n.x,y:null!=o?o*l:n.y,width:n.dx,height:n.dy},style:r.getModel("itemStyle").getItemStyle()});cd(h,ud(r),{labelFetcher:e,labelDataIndex:t.dataIndex,defaultText:t.id}),h.disableLabelAnimation=!0,h.setStyle("fill",t.getVisual("color")),h.setStyle("decal",t.getVisual("style").decal),Rc(h,r),a.add(h),c.setItemGraphicEl(t.dataIndex,h),Rl(h).dataType="node";var d=u.get("focus");Ic(h,"adjacency"===d?t.getAdjacentDataIndices():d,u.get("blurScope"))})),c.eachItemGraphicEl((function(t,i){var a=c.getItemModel(i);a.get("draggable")&&(t.drift=function(t,a){r._focusAdjacencyDisabled=!0,this.shape.x+=t,this.shape.y+=a,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:e.id,dataIndex:c.getRawIndex(i),localX:this.shape.x/s,localY:this.shape.y/l})},t.ondragend=function(){r._focusAdjacencyDisabled=!1},t.draggable=!0,t.cursor="move")})),!this._data&&e.isAnimationEnabled()&&a.setClipPath(oR(a.getBoundingRect(),e,(function(){a.removeClipPath()}))),this._data=e.getData()},t.prototype.dispose=function(){},t.type="sankey",t}(Bv);function oR(e,t,n){var r=new xl({shape:{x:e.x-10,y:e.y-10,width:0,height:e.height+20}});return Yh(r,{shape:{width:e.width+20}},t,n),r}var sR=aR,lR=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.getInitialData=function(e,t){var n=e.edges||e.links,r=e.data||e.nodes,i=e.levels;this.levelModels=[];for(var a=this.levelModels,o=0;o=0&&(a[i[o].depth]=new Id(i[o],this,t));if(r&&n){var s=SF(r,n,this,!0,l);return s.data}function l(e,t){e.wrapMethod("getItemModel",(function(e,t){var n=e.parentModel,r=n.getData().getItemLayout(t);if(r){var i=r.depth,a=n.levelModels[i];a&&(e.parentModel=a)}return e})),t.wrapMethod("getItemModel",(function(e,t){var n=e.parentModel,r=n.getGraph().getEdgeByIndex(t),i=r.node1.getLayout();if(i){var a=i.depth,o=n.levelModels[a];o&&(e.parentModel=o)}return e}))}},t.prototype.setNodePosition=function(e,t){var n=this.option.data[e];n.localX=t[0],n.localY=t[1]},t.prototype.getGraph=function(){return this.getData().graph},t.prototype.getEdgeData=function(){return this.getGraph().edgeData},t.prototype.formatTooltip=function(e,t,n){function r(e){return isNaN(e)||null==e}if("edge"===n){var i=this.getDataParams(e,n),a=i.data,o=i.value,s=a.source+" -- "+a.target;return Qg("nameValue",{name:s,value:o,noValue:r(o)})}var l=this.getGraph().getNodeByIndex(e),c=l.getLayout().value,u=this.getDataParams(e,n).data.name;return Qg("nameValue",{name:null!=u?u+"":null,value:c,noValue:r(c)})},t.prototype.optionUpdated=function(){this.option},t.prototype.getDataParams=function(t,n){var r=e.prototype.getDataParams.call(this,t,n);if(null==r.value&&"node"===n){var i=this.getGraph().getNodeByIndex(t),a=i.getLayout().value;r.value=a}return r},t.type="series.sankey",t.defaultOption={zlevel:0,z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},t}(Av),cR=lR;function uR(e,t){e.eachSeriesByType("sankey",(function(e){var n=e.get("nodeWidth"),r=e.get("nodeGap"),i=hR(e,t);e.layoutInfo=i;var a=i.width,o=i.height,s=e.getGraph(),l=s.nodes,c=s.edges;fR(l);var u=U(l,(function(e){return 0===e.getLayout().value})),h=0!==u.length?0:e.get("layoutIterations"),d=e.get("orient"),f=e.get("nodeAlign");dR(l,c,n,r,a,o,h,d,f)}))}function hR(e,t){return qf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function dR(e,t,n,r,i,a,o,s,l){pR(e,t,n,i,a,s,l),yR(e,t,a,i,r,o,s),LR(e,s)}function fR(e){P(e,(function(e){var t=BR(e.outEdges,TR),n=BR(e.inEdges,TR),r=e.getValue()||0,i=Math.max(t,n,r);e.setLayout({value:i},!0)}))}function pR(e,t,n,r,i,a,o){for(var s=[],l=[],c=[],u=[],h=0,d=0;d=0;v&&g.depth>f&&(f=g.depth),m.setLayout({depth:v?g.depth:h},!0),"vertical"===a?m.setLayout({dy:n},!0):m.setLayout({dx:n},!0);for(var A=0;Ah-1?f:h-1;o&&"left"!==o&&gR(e,o,a,x);var C="vertical"===a?(i-n)/x:(r-n)/x;AR(e,C,a)}function mR(e){var t=e.hostGraph.data.getRawDataItem(e.dataIndex);return null!=t.depth&&t.depth>=0}function gR(e,t,n,r){if("right"===t){var i=[],a=e,o=0;while(a.length){for(var s=0;s0;a--)l*=.99,xR(s,l,o),wR(s,i,n,r,o),DR(s,l,o),wR(s,i,n,r,o)}function bR(e,t){var n=[],r="vertical"===t?"y":"x",i=Da(e,(function(e){return e.getLayout()[r]}));return i.keys.sort((function(e,t){return e-t})),P(i.keys,(function(e){n.push(i.buckets.get(e))})),n}function _R(e,t,n,r,i,a){var o=1/0;P(e,(function(e){var t=e.length,s=0;P(e,(function(e){s+=e.getLayout().value}));var l="vertical"===a?(r-(t-1)*i)/s:(n-(t-1)*i)/s;l0&&(o=s.getLayout()[a]+l,"vertical"===i?s.setLayout({x:o},!0):s.setLayout({y:o},!0)),c=s.getLayout()[a]+s.getLayout()[h]+t;var f="vertical"===i?r:n;if(l=c-t-f,l>0){o=s.getLayout()[a]-l,"vertical"===i?s.setLayout({x:o},!0):s.setLayout({y:o},!0),c=o;for(d=u-2;d>=0;--d)s=e[d],l=s.getLayout()[a]+s.getLayout()[h]+t-c,l>0&&(o=s.getLayout()[a]-l,"vertical"===i?s.setLayout({x:o},!0):s.setLayout({y:o},!0)),c=s.getLayout()[a]}}))}function xR(e,t,n){P(e.slice().reverse(),(function(e){P(e,(function(e){if(e.outEdges.length){var r=BR(e.outEdges,CR,n)/BR(e.outEdges,TR);if(isNaN(r)){var i=e.outEdges.length;r=i?BR(e.outEdges,SR,n)/i:0}if("vertical"===n){var a=e.getLayout().x+(r-ER(e,n))*t;e.setLayout({x:a},!0)}else{var o=e.getLayout().y+(r-ER(e,n))*t;e.setLayout({y:o},!0)}}}))}))}function CR(e,t){return ER(e.node2,t)*e.getValue()}function SR(e,t){return ER(e.node2,t)}function kR(e,t){return ER(e.node1,t)*e.getValue()}function MR(e,t){return ER(e.node1,t)}function ER(e,t){return"vertical"===t?e.getLayout().x+e.getLayout().dx/2:e.getLayout().y+e.getLayout().dy/2}function TR(e){return e.getValue()}function BR(e,t,n){var r=0,i=e.length,a=-1;while(++ai&&(i=t)})),P(n,(function(t){var n=new IO({type:"color",mappingMethod:"linear",dataExtent:[r,i],visual:e.get("color")}),a=n.mapValueToVisual(t.getLayout().value),o=t.getModel().get(["itemStyle","color"]);null!=o?(t.setVisual("color",o),t.setVisual("style",{fill:o})):(t.setVisual("color",a),t.setVisual("style",{fill:a}))}))}}))}function IR(e){e.registerChartView(sR),e.registerSeriesModel(cR),e.registerLayout(uR),e.registerVisual(OR),e.registerAction({type:"dragNode",event:"dragnode",update:"update"},(function(e,t){t.eachComponent({mainType:"series",subType:"sankey",query:e},(function(t){t.setNodePosition(e.dataIndex,[e.localX,e.localY])}))}))}var FR=function(){function e(){}return e.prototype.getInitialData=function(e,t){var n,r,i=t.getComponent("xAxis",this.get("xAxisIndex")),a=t.getComponent("yAxis",this.get("yAxisIndex")),o=i.get("type"),s=a.get("type");"category"===o?(e.layout="horizontal",n=i.getOrdinalMeta(),r=!0):"category"===s?(e.layout="vertical",n=a.getOrdinalMeta(),r=!0):e.layout=e.layout||"horizontal";var l=["x","y"],c="horizontal"===e.layout?0:1,u=this._baseAxisDim=l[c],h=l[1-c],d=[i,a],f=d[c].get("type"),p=d[1-c].get("type"),m=e.data;if(m&&r){var g=[];P(m,(function(e,t){var n;V(e)?(n=e.slice(),e.unshift(t)):V(e.value)?(n=e.value.slice(),e.value.unshift(t)):n=e,g.push(n)})),e.data=g}var v=this.defaultValueDimensions,A=[{name:u,type:Ix(f),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:Ix(p),dimsDef:v.slice()}];return Pk(this,{coordDimensions:A,dimensionsCount:v.length+1,encodeDefaulter:Q(xp,A,this)})},e.prototype.getBaseAxis=function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis},e}(),NR=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],n.visualDrawType="stroke",n}return a(t,e),t.type="series.boxplot",t.dependencies=["xAxis","yAxis","grid"],t.defaultOption={zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},t}(Av);F(NR,FR,!0);var PR=NR,RR=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=e.getData(),i=this.group,a=this._data;this._data||i.removeAll();var o="horizontal"===e.get("layout")?1:0;r.diff(a).add((function(e){if(r.hasValue(e)){var t=r.getItemLayout(e),n=zR(t,r,e,o,!0);r.setItemGraphicEl(e,n),i.add(n)}})).update((function(e,t){var n=a.getItemGraphicEl(t);if(r.hasValue(e)){var s=r.getItemLayout(e);n?YR(s,n,r,e):n=zR(s,r,e,o),i.add(n),r.setItemGraphicEl(e,n)}else i.remove(n)})).remove((function(e){var t=a.getItemGraphicEl(e);t&&i.remove(t)})).execute(),this._data=r},t.prototype.remove=function(e){var t=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl((function(e){e&&t.remove(e)}))},t.type="boxplot",t}(Bv),HR=function(){function e(){}return e}(),UR=function(e){function t(t){var n=e.call(this,t)||this;return n.type="boxplotBoxPath",n}return a(t,e),t.prototype.getDefaultShape=function(){return new HR},t.prototype.buildPath=function(e,t){var n=t.points,r=0;for(e.moveTo(n[r][0],n[r][1]),r++;r<4;r++)e.lineTo(n[r][0],n[r][1]);for(e.closePath();rm){var b=[v,y];r.push(b)}}}return{boxData:n,outliers:r}}var JR={type:"echarts:boxplot",transform:function(e){var t=e.upstream;if(t.sourceFormat!==fp){var n="";0,vg(n)}var r=qR(t.getRawData(),e.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:r.boxData},{data:r.outliers}]}};function ZR(e){e.registerSeriesModel(PR),e.registerChartView(jR),e.registerVisual(QR),e.registerLayout(WR),e.registerTransform(JR)}var eH=["color","borderColor"],tH=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){this.group.removeClipPath(),this._updateDrawMode(e),this._isLargeDraw?this._renderLarge(e):this._renderNormal(e)},t.prototype.incrementalPrepareRender=function(e,t,n){this._clear(),this._updateDrawMode(e)},t.prototype.incrementalRender=function(e,t,n,r){this._isLargeDraw?this._incrementalRenderLarge(e,t):this._incrementalRenderNormal(e,t)},t.prototype._updateDrawMode=function(e){var t=e.pipelineContext.large;null!=this._isLargeDraw&&t===this._isLargeDraw||(this._isLargeDraw=t,this._clear())},t.prototype._renderNormal=function(e){var t=e.getData(),n=this._data,r=this.group,i=t.getLayout("isSimpleBox"),a=e.get("clip",!0),o=e.coordinateSystem,s=o.getArea&&o.getArea();this._data||r.removeAll(),t.diff(n).add((function(n){if(t.hasValue(n)){var o=t.getItemLayout(n);if(a&&aH(s,o))return;var l=iH(o,n,!0);Yh(l,{shape:{points:o.ends}},e,n),oH(l,t,n,i),r.add(l),t.setItemGraphicEl(n,l)}})).update((function(o,l){var c=n.getItemGraphicEl(l);if(t.hasValue(o)){var u=t.getItemLayout(o);a&&aH(s,u)?r.remove(c):(c?zh(c,{shape:{points:u.ends}},e,o):c=iH(u,o),oH(c,t,o,i),r.add(c),t.setItemGraphicEl(o,c))}else r.remove(c)})).remove((function(e){var t=n.getItemGraphicEl(e);t&&r.remove(t)})).execute(),this._data=t},t.prototype._renderLarge=function(e){this._clear(),uH(e,this.group);var t=e.get("clip",!0)?iS(e.coordinateSystem,!1,e):null;t?this.group.setClipPath(t):this.group.removeClipPath()},t.prototype._incrementalRenderNormal=function(e,t){var n,r=t.getData(),i=r.getLayout("isSimpleBox");while(null!=(n=e.next())){var a=r.getItemLayout(n),o=iH(a,n);oH(o,r,n,i),o.incremental=!0,this.group.add(o)}},t.prototype._incrementalRenderLarge=function(e,t){uH(t,this.group,!0)},t.prototype.remove=function(e){this._clear()},t.prototype._clear=function(){this.group.removeAll(),this._data=null},t.type="candlestick",t}(Bv),nH=function(){function e(){}return e}(),rH=function(e){function t(t){var n=e.call(this,t)||this;return n.type="normalCandlestickBox",n}return a(t,e),t.prototype.getDefaultShape=function(){return new nH},t.prototype.buildPath=function(e,t){var n=t.points;this.__simpleBox?(e.moveTo(n[4][0],n[4][1]),e.lineTo(n[6][0],n[6][1])):(e.moveTo(n[0][0],n[0][1]),e.lineTo(n[1][0],n[1][1]),e.lineTo(n[2][0],n[2][1]),e.lineTo(n[3][0],n[3][1]),e.closePath(),e.moveTo(n[4][0],n[4][1]),e.lineTo(n[5][0],n[5][1]),e.moveTo(n[6][0],n[6][1]),e.lineTo(n[7][0],n[7][1]))},t}(ol);function iH(e,t,n){var r=e.ends;return new rH({shape:{points:n?sH(r,e):r},z2:100})}function aH(e,t){for(var n=!0,r=0;r0?"borderColor":"borderColor0"])||n.get(["itemStyle",e>0?"color":"color0"]),a=n.getModel("itemStyle").getItemStyle(eH);t.useStyle(a),t.style.fill=null,t.style.stroke=i}var dH=tH,fH=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],n}return a(t,e),t.prototype.getShadowDim=function(){return"open"},t.prototype.brushSelector=function(e,t,n){var r=t.getItemLayout(e);return r&&n.rect(r.brushRect)},t.type="series.candlestick",t.dependencies=["xAxis","yAxis","grid"],t.defaultOption={zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},t}(Av);F(fH,FR,!0);var pH=fH;function mH(e){e&&V(e.series)&&P(e.series,(function(e){q(e)&&"k"===e.type&&(e.type="candlestick")}))}var gH=["itemStyle","borderColor"],vH=["itemStyle","borderColor0"],AH=["itemStyle","color"],yH=["itemStyle","color0"],bH={seriesType:"candlestick",plan:_v(),performRawSeries:!0,reset:function(e,t){function n(e,t){return t.get(e>0?AH:yH)}function r(e,t){return t.get(e>0?gH:vH)}var i=e.getData();if(i.setVisual("legendSymbol","roundRect"),!t.isSeriesFiltered(e)){var a=e.pipelineContext.large;return!a&&{progress:function(e,t){var i;while(null!=(i=e.next())){var a=t.getItemModel(i),o=t.getItemLayout(i).sign,s=a.getItemStyle();s.fill=n(o,a),s.stroke=r(o,a)||s.fill;var l=t.ensureUniqueItemVisual(i,"style");B(l,s)}}}}}},_H=bH,wH="undefined"!==typeof Float32Array?Float32Array:Array,xH={seriesType:"candlestick",plan:_v(),reset:function(e){var t=e.coordinateSystem,n=e.getData(),r=SH(e,n),i=0,a=1,o=["x","y"],s=n.mapDimension(o[i]),l=n.mapDimensionsAll(o[a]),c=l[0],u=l[1],h=l[2],d=l[3];if(n.setLayout({candleWidth:r,isSimpleBox:r<=1.3}),!(null==s||l.length<4))return{progress:e.pipelineContext.large?p:f};function f(e,n){var o;while(null!=(o=e.next())){var l=n.get(s,o),f=n.get(c,o),p=n.get(u,o),m=n.get(h,o),g=n.get(d,o),v=Math.min(f,p),A=Math.max(f,p),y=C(v,l),b=C(A,l),_=C(m,l),w=C(g,l),x=[];S(x,b,0),S(x,y,1),x.push(M(w),M(b),M(_),M(y)),n.setItemLayout(o,{sign:CH(n,o,f,p,u),initBaseline:f>p?b[a]:y[a],ends:x,brushRect:k(m,g,l)})}function C(e,n){var r=[];return r[i]=n,r[a]=e,isNaN(n)||isNaN(e)?[NaN,NaN]:t.dataToPoint(r)}function S(e,t,n){var a=t.slice(),o=t.slice();a[i]=Hh(a[i]+r/2,1,!1),o[i]=Hh(o[i]-r/2,1,!0),n?e.push(a,o):e.push(o,a)}function k(e,t,n){var o=C(e,n),s=C(t,n);return o[i]-=r/2,s[i]-=r/2,{x:o[0],y:o[1],width:a?r:s[0]-o[0],height:a?s[1]-o[1]:r}}function M(e){return e[i]=Hh(e[i],1),e}}function p(e,n){var r,o,l=new wH(4*e.count),f=0,p=[],m=[];while(null!=(o=e.next())){var g=n.get(s,o),v=n.get(c,o),A=n.get(u,o),y=n.get(h,o),b=n.get(d,o);isNaN(g)||isNaN(y)||isNaN(b)?(l[f++]=NaN,f+=3):(l[f++]=CH(n,o,v,A,u),p[i]=g,p[a]=y,r=t.dataToPoint(p,null,m),l[f++]=r?r[0]:NaN,l[f++]=r?r[1]:NaN,p[a]=b,r=t.dataToPoint(p,null,m),l[f++]=r?r[1]:NaN)}n.setLayout("largePoints",l)}}};function CH(e,t,n,r,i){var a;return a=n>r?-1:n0?e.get(i,t-1)<=r?1:-1:1,a}function SH(e,t){var n,r=e.getBaseAxis(),i="category"===r.type?r.getBandWidth():(n=r.getExtent(),Math.abs(n[1]-n[0])/t.count()),a=Bi(oe(e.get("barMaxWidth"),i),i),o=Bi(oe(e.get("barMinWidth"),1),i),s=e.get("barWidth");return null!=s?Bi(s,i):Math.max(Math.min(i/2,a),o)}var kH=xH;function MH(e){e.registerChartView(dH),e.registerSeriesModel(pH),e.registerPreprocessor(mH),e.registerVisual(_H),e.registerLayout(kH)}var EH=3;function TH(e){return V(e)||(e=[+e,+e]),e}function BH(e,t){var n=t.rippleEffectColor||t.color;e.eachChild((function(e){e.attr({z:t.z,zlevel:t.zlevel,style:{stroke:"stroke"===t.brushType?n:null,fill:"fill"===t.brushType?n:null}})}))}var DH=function(e){function t(t,n){var r=e.call(this)||this,i=new IC(t,n),a=new Ai;return r.add(i),r.add(a),r.updateData(t,n),r}return a(t,e),t.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},t.prototype.startEffectAnimation=function(e){for(var t=e.symbolType,n=e.color,r=this.childAt(1),i=0;i0&&(o=this._getLineLength(r)/l*1e3),(o!==this._period||s!==this._loop)&&(r.stopAnimation(),o>0)){var u=void 0;u="function"===typeof c?c(n):c,r.__t>0&&(u=-o*r.__t),r.__t=0;var h=r.animate("",s).when(o,{__t:1}).delay(u).during((function(){i._updateSymbolPosition(r)}));s||h.done((function(){i.remove(r)})),h.start()}this._period=o,this._loop=s}},t.prototype._getLineLength=function(e){return Oe(e.__p1,e.__cp1)+Oe(e.__cp1,e.__p2)},t.prototype._updateAnimationPoints=function(e,t){e.__p1=t[0],e.__p2=t[1],e.__cp1=t[2]||[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]},t.prototype.updateData=function(e,t,n){this.childAt(0).updateData(e,t,n),this._updateEffectSymbol(e,t)},t.prototype._updateSymbolPosition=function(e){var t=e.__p1,n=e.__p2,r=e.__cp1,i=e.__t,a=[e.x,e.y],o=a.slice(),s=Vo,l=Wo;a[0]=s(t[0],r[0],n[0],i),a[1]=s(t[1],r[1],n[1],i);var c=l(t[0],r[0],n[0],i),u=l(t[1],r[1],n[1],i);e.rotation=-Math.atan2(u,c)-Math.PI/2,"line"!==this._symbolType&&"rect"!==this._symbolType&&"roundRect"!==this._symbolType||(void 0!==e.__lastT&&e.__lastT=0;a--)if(r[a]<=t)break;a=Math.min(a,i-2)}else{for(a=o;at)break;a=Math.min(a-1,i-2)}var l=(t-r[a])/(r[a+1]-r[a]),c=n[a],u=n[a+1];e.x=c[0]*(1-l)+l*u[0],e.y=c[1]*(1-l)+l*u[1];var h=u[0]-c[0],d=u[1]-c[1];e.rotation=-Math.atan2(d,h)-Math.PI/2,this._lastFrame=a,this._lastFramePercent=t,e.ignore=!1}},t}(HH),$H=YH,jH=function(){function e(){this.polyline=!1,this.curveness=0,this.segs=[]}return e}(),QH=function(e){function t(t){return e.call(this,t)||this}return a(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new jH},t.prototype.buildPath=function(e,t){var n=t.segs,r=t.curveness;if(t.polyline)for(var i=0;i0){e.moveTo(n[i++],n[i++]);for(var o=1;o0){var h=(s+c)/2-(l-u)*r,d=(l+u)/2-(c-s)*r;e.quadraticCurveTo(h,d,c,u)}else e.lineTo(c,u)}},t.prototype.findDataIndex=function(e,t){var n=this.shape,r=n.segs,i=n.curveness,a=this.style.lineWidth;if(n.polyline)for(var o=0,s=0;s0)for(var c=r[s++],u=r[s++],h=1;h0){var p=(c+d)/2-(u-f)*i,m=(u+f)/2-(d-c)*i;if(Ps(c,u,p,m,d,f,a,e,t))return o}else if(Fs(c,u,d,f,a,e,t))return o;o++}return-1},t}(ol),VH=function(){function e(){this.group=new Ai}return e.prototype.isPersistent=function(){return!this._incremental},e.prototype.updateData=function(e){this.group.removeAll();var t=new QH({rectHover:!0,cursor:"default"});t.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(t,e),this.group.add(t),this._incremental=null},e.prototype.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>5e5?(this._incremental||(this._incremental=new xh({silent:!0})),this.group.add(this._incremental)):this._incremental=null},e.prototype.incrementalUpdate=function(e,t){var n=new QH;n.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(n,t,!!this._incremental),this._incremental?this._incremental.addDisplayable(n,!0):(n.rectHover=!0,n.cursor="default",n.__startIndex=e.start,this.group.add(n))},e.prototype.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},e.prototype._setCommon=function(e,t,n){var r=t.hostModel;e.setShape({polyline:r.get("polyline"),curveness:r.get(["lineStyle","curveness"])}),e.useStyle(r.getModel("lineStyle").getLineStyle()),e.style.strokeNoScale=!0;var i=t.getVisual("style");if(i&&i.stroke&&e.setStyle("stroke",i.stroke),e.setStyle("fill",null),!n){var a=Rl(e);a.seriesIndex=r.seriesIndex,e.on("mousemove",(function(t){a.dataIndex=null;var n=e.findDataIndex(t.offsetX,t.offsetY);n>0&&(a.dataIndex=n+e.__startIndex)}))}},e.prototype._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()},e}(),WH=VH,KH={seriesType:"lines",plan:_v(),reset:function(e){var t=e.coordinateSystem,n=e.get("polyline"),r=e.pipelineContext.large;return{progress:function(i,a){var o=[];if(r){var s=void 0,l=i.end-i.start;if(n){for(var c=0,u=i.start;u ")})},t.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},t.prototype.getProgressive=function(){var e=this.option.progressive;return null==e?this.option.large?1e4:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?2e4:this.get("progressiveThreshold"):e},t.type="series.lines",t.dependencies=["grid","polar","geo","calendar"],t.defaultOption={coordinateSystem:"geo",zlevel:0,z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},t}(Av),nU=tU;function rU(e){return e instanceof Array||(e=[e,e]),e}var iU={seriesType:"lines",reset:function(e){var t=rU(e.get("symbol")),n=rU(e.get("symbolSize")),r=e.getData();function i(e,t){var n=e.getItemModel(t),r=rU(n.getShallow("symbol",!0)),i=rU(n.getShallow("symbolSize",!0));r[0]&&e.setItemVisual(t,"fromSymbol",r[0]),r[1]&&e.setItemVisual(t,"toSymbol",r[1]),i[0]&&e.setItemVisual(t,"fromSymbolSize",i[0]),i[1]&&e.setItemVisual(t,"toSymbolSize",i[1])}return r.setVisual("fromSymbol",t&&t[0]),r.setVisual("toSymbol",t&&t[1]),r.setVisual("fromSymbolSize",n&&n[0]),r.setVisual("toSymbolSize",n&&n[1]),{dataEach:r.hasItemOption?i:null}}},aU=iU;function oU(e){e.registerChartView(qH),e.registerSeriesModel(nU),e.registerLayout(GH),e.registerVisual(aU)}var sU=256,lU=function(){function e(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=L();this.canvas=e}return e.prototype.update=function(e,t,n,r,i,a){var o=this._getBrush(),s=this._getGradient(i,"inRange"),l=this._getGradient(i,"outOfRange"),c=this.pointSize+this.blurSize,u=this.canvas,h=u.getContext("2d"),d=e.length;u.width=t,u.height=n;for(var f=0;f0){var M=a(A)?s:l;A>0&&(A=A*S+x),b[_++]=M[k],b[_++]=M[k+1],b[_++]=M[k+2],b[_++]=M[k+3]*A*256}else _+=4}return h.putImageData(y,0,0),u},e.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=L()),t=this.pointSize+this.blurSize,n=2*t;e.width=n,e.height=n;var r=e.getContext("2d");return r.clearRect(0,0,n,n),r.shadowOffsetX=n,r.shadowBlur=this.blurSize,r.shadowColor="#000",r.beginPath(),r.arc(-t,t,this.pointSize,0,2*Math.PI,!0),r.closePath(),r.fill(),e},e.prototype._getGradient=function(e,t){for(var n=this._gradientPixels,r=n[t]||(n[t]=new Uint8ClampedArray(1024)),i=[0,0,0,0],a=0,o=0;o<256;o++)e[t](o/255,!0,i),r[a++]=i[0],r[a++]=i[1],r[a++]=i[2],r[a++]=i[3];return r},e}(),cU=lU;function uU(e,t,n){var r=e[1]-e[0];t=R(t,(function(t){return{interval:[(t.interval[0]-e[0])/r,(t.interval[1]-e[0])/r]}}));var i=t.length,a=0;return function(e){var r;for(r=a;r=0;r--){o=t[r].interval;if(o[0]<=e&&e<=o[1]){a=r;break}}return r>=0&&r=t[0]&&e<=t[1]}}function dU(e){var t=e.dimensions;return"lng"===t[0]&&"lat"===t[1]}var fU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r;t.eachComponent("visualMap",(function(t){t.eachTargetSeries((function(n){n===e&&(r=t)}))})),this.group.removeAll(),this._incrementalDisplayable=null;var i=e.coordinateSystem;"cartesian2d"===i.type||"calendar"===i.type?this._renderOnCartesianAndCalendar(e,n,0,e.getData().count()):dU(i)&&this._renderOnGeo(i,e,r,n)},t.prototype.incrementalPrepareRender=function(e,t,n){this.group.removeAll()},t.prototype.incrementalRender=function(e,t,n,r){var i=t.coordinateSystem;i&&(dU(i)?this.render(t,n,r):this._renderOnCartesianAndCalendar(t,r,e.start,e.end,!0))},t.prototype._renderOnCartesianAndCalendar=function(e,t,n,r,i){var a,o,s,l,c=e.coordinateSystem;if(aS(c,"cartesian2d")){var u=c.getAxis("x"),h=c.getAxis("y");0,a=u.getBandWidth(),o=h.getBandWidth(),s=u.scale.getExtent(),l=h.scale.getExtent()}for(var d=this.group,f=e.getData(),p=e.getModel(["emphasis","itemStyle"]).getItemStyle(),m=e.getModel(["blur","itemStyle"]).getItemStyle(),g=e.getModel(["select","itemStyle"]).getItemStyle(),v=ud(e),A=e.get(["emphasis","focus"]),y=e.get(["emphasis","blurScope"]),b=aS(c,"cartesian2d")?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],_=n;_s[1]||Sl[1])continue;var k=c.dataToPoint([C,S]);w=new xl({shape:{x:Math.floor(Math.round(k[0])-a/2),y:Math.floor(Math.round(k[1])-o/2),width:Math.ceil(a),height:Math.ceil(o)},style:x})}else{if(isNaN(f.get(b[1],_)))continue;w=new xl({z2:1,shape:c.dataToRect([f.get(b[0],_)]).contentShape,style:x})}var M=f.getItemModel(_);if(f.hasItemOption){var E=M.getModel("emphasis");p=E.getModel("itemStyle").getItemStyle(),m=M.getModel(["blur","itemStyle"]).getItemStyle(),g=M.getModel(["select","itemStyle"]).getItemStyle(),A=E.get("focus"),y=E.get("blurScope"),v=ud(M)}var T=e.getRawValue(_),B="-";T&&null!=T[2]&&(B=T[2]+""),cd(w,v,{labelFetcher:e,labelDataIndex:_,defaultOpacity:x.opacity,defaultText:B}),w.ensureState("emphasis").style=p,w.ensureState("blur").style=m,w.ensureState("select").style=g,Ic(w,A,y),w.incremental=i,i&&(w.states.emphasis.hoverLayer=!0),d.add(w),f.setItemGraphicEl(_,w)}},t.prototype._renderOnGeo=function(e,t,n,r){var i=n.targetVisuals.inRange,a=n.targetVisuals.outOfRange,o=t.getData(),s=this._hmLayer||this._hmLayer||new cU;s.blurSize=t.get("blurSize"),s.pointSize=t.get("pointSize"),s.minOpacity=t.get("minOpacity"),s.maxOpacity=t.get("maxOpacity");var l=e.getViewRect().clone(),c=e.getRoamTransform();l.applyTransform(c);var u=Math.max(l.x,0),h=Math.max(l.y,0),d=Math.min(l.width+l.x,r.getWidth()),f=Math.min(l.height+l.y,r.getHeight()),p=d-u,m=f-h,g=[o.mapDimension("lng"),o.mapDimension("lat"),o.mapDimension("value")],v=o.mapArray(g,(function(t,n,r){var i=e.dataToPoint([t,n]);return i[0]-=u,i[1]-=h,i.push(r),i})),A=n.getExtent(),y="visualMap.continuous"===n.type?hU(A,n.option.range):uU(A,n.getPieceList(),n.option.selected);s.update(v,p,m,i.color.getNormalizer(),{inRange:i.color.getColorMapper(),outOfRange:a.color.getColorMapper()},y);var b=new pl({style:{width:p,height:m,x:u,y:h,image:s.canvas},silent:!0});this.group.add(b)},t.type="heatmap",t}(Bv),pU=fU,mU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.getInitialData=function(e,t){return MC(this.getSource(),this,{generateCoord:"value"})},t.prototype.preventIncremental=function(){var e=nm.get(this.get("coordinateSystem"));if(e&&e.dimensions)return"lng"===e.dimensions[0]&&"lat"===e.dimensions[1]},t.type="series.heatmap",t.dependencies=["grid","geo","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",zlevel:0,z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},t}(Av),gU=mU;function vU(e){e.registerChartView(pU),e.registerSeriesModel(gU)}var AU=["itemStyle","borderWidth"],yU=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],bU=new mu,_U=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=this.group,i=e.getData(),a=this._data,o=e.coordinateSystem,s=o.getBaseAxis(),l=s.isHorizontal(),c=o.master.getRect(),u={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:e,coordSys:o,coordSysExtent:[[c.x,c.x+c.width],[c.y,c.y+c.height]],isHorizontal:l,valueDim:yU[+l],categoryDim:yU[1-+l]};return i.diff(a).add((function(e){if(i.hasValue(e)){var t=OU(i,e),n=wU(i,e,t,u),a=NU(i,u,n);i.setItemGraphicEl(e,a),r.add(a),YU(a,u,n)}})).update((function(e,t){var n=a.getItemGraphicEl(t);if(i.hasValue(e)){var o=OU(i,e),s=wU(i,e,o,u),l=HU(i,s);n&&l!==n.__pictorialShapeStr&&(r.remove(n),i.setItemGraphicEl(e,null),n=null),n?PU(n,u,s):n=NU(i,u,s,!0),i.setItemGraphicEl(e,n),n.__pictorialSymbolMeta=s,r.add(n),YU(n,u,s)}else r.remove(n)})).remove((function(e){var t=a.getItemGraphicEl(e);t&&RU(a,e,t.__pictorialSymbolMeta.animationModel,t)})).execute(),this._data=i,this.group},t.prototype.remove=function(e,t){var n=this.group,r=this._data;e.get("animation")?r&&r.eachItemGraphicEl((function(t){RU(r,Rl(t).dataIndex,e,t)})):n.removeAll()},t.type="pictorialBar",t}(Bv);function wU(e,t,n,r){var i=e.getItemLayout(t),a=n.get("symbolRepeat"),o=n.get("symbolClip"),s=n.get("symbolPosition")||"start",l=n.get("symbolRotate"),c=(l||0)*Math.PI/180||0,u=n.get("symbolPatternSize")||2,h=n.isAnimationEnabled(),d={dataIndex:t,layout:i,itemModel:n,symbolType:e.getItemVisual(t,"symbol")||"circle",style:e.getItemVisual(t,"style"),symbolClip:o,symbolRepeat:a,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:u,rotation:c,animationModel:h?n:null,hoverScale:h&&n.get(["emphasis","scale"]),z2:n.getShallow("z",!0)||0};xU(n,a,i,r,d),SU(e,t,i,a,o,d.boundingLength,d.pxSign,u,r,d),kU(n,d.symbolScale,c,r,d);var f=d.symbolSize,p=n.get("symbolOffset");return V(p)&&(p=[Bi(p[0],f[0]),Bi(p[1],f[1])]),MU(n,f,i,a,o,p,s,d.valueLineWidth,d.boundingLength,d.repeatCutLength,r,d),d}function xU(e,t,n,r,i){var a,o=r.valueDim,s=e.get("symbolBoundingData"),l=r.coordSys.getOtherAxis(r.coordSys.getBaseAxis()),c=l.toGlobalCoord(l.dataToCoord(0)),u=1-+(n[o.wh]<=0);if(V(s)){var h=[CU(l,s[0])-c,CU(l,s[1])-c];h[1]0?1:a<0?-1:0}function CU(e,t){return e.toGlobalCoord(e.dataToCoord(e.scale.parse(t)))}function SU(e,t,n,r,i,a,o,s,l,c){var u,h=l.valueDim,d=l.categoryDim,f=Math.abs(n[d.wh]),p=e.getItemVisual(t,"symbolSize");u=V(p)?p.slice():null==p?["100%","100%"]:[p,p],u[d.index]=Bi(u[d.index],f),u[h.index]=Bi(u[h.index],r?f:Math.abs(a)),c.symbolSize=u;var m=c.symbolScale=[u[0]/s,u[1]/s];m[h.index]*=(l.isHorizontal?-1:1)*o}function kU(e,t,n,r,i){var a=e.get(AU)||0;a&&(bU.attr({scaleX:t[0],scaleY:t[1],rotation:n}),bU.updateTransform(),a/=bU.getLineScale(),a*=t[r.valueDim.index]),i.valueLineWidth=a}function MU(e,t,n,r,i,a,o,s,l,c,u,h){var d=u.categoryDim,f=u.valueDim,p=h.pxSign,m=Math.max(t[f.index]+s,0),g=m;if(r){var v=Math.abs(l),A=ae(e.get("symbolMargin"),"15%")+"",y=!1;A.lastIndexOf("!")===A.length-1&&(y=!0,A=A.slice(0,A.length-1));var b=Bi(A,t[f.index]),_=Math.max(m+2*b,0),w=y?0:2*b,x=Ki(r),C=x?r:$U((v+w)/_),S=v-C*m;b=S/2/(y?C:C-1),_=m+2*b,w=y?0:2*b,x||"fixed"===r||(C=c?$U((Math.abs(c)+w)/_):0),g=C*_-w,h.repeatTimes=C,h.symbolMargin=b}var k=p*(g/2),M=h.pathPosition=[];M[d.index]=n[d.wh]/2,M[f.index]="start"===o?k:"end"===o?l-k:l/2,a&&(M[0]+=a[0],M[1]+=a[1]);var E=h.bundlePosition=[];E[d.index]=n[d.xy],E[f.index]=n[f.xy];var T=h.barRectShape=B({},n);T[f.wh]=p*Math.max(Math.abs(n[f.wh]),Math.abs(M[f.index]+k)),T[d.wh]=n[d.wh];var D=h.clipShape={};D[d.xy]=-n[d.xy],D[d.wh]=u.ecSize[d.wh],D[f.xy]=0,D[f.wh]=n[f.wh]}function EU(e){var t=e.symbolPatternSize,n=Ty(e.symbolType,-t/2,-t/2,t,t);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function TU(e,t,n,r){var i=e.__pictorialBundle,a=n.symbolSize,o=n.valueLineWidth,s=n.pathPosition,l=t.valueDim,c=n.repeatTimes||0,u=0,h=a[t.valueDim.index]+o+2*n.symbolMargin;for(UU(e,(function(e){e.__pictorialAnimationIndex=u,e.__pictorialRepeatTimes=c,u0:r<0)&&(i=c-1-e),t[l.index]=h*(i-c/2+.5)+s[l.index],{x:t[0],y:t[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation}}}function BU(e,t,n,r){var i=e.__pictorialBundle,a=e.__pictorialMainPath;a?zU(a,null,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation},n,r):(a=e.__pictorialMainPath=EU(n),i.add(a),zU(a,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:0,scaleY:0,rotation:n.rotation},{scaleX:n.symbolScale[0],scaleY:n.symbolScale[1]},n,r))}function DU(e,t,n){var r=B({},t.barRectShape),i=e.__pictorialBarRect;i?zU(i,null,{shape:r},t,n):(i=e.__pictorialBarRect=new xl({z2:2,shape:r,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),e.add(i))}function LU(e,t,n,i){if(n.symbolClip){var a=e.__pictorialClipPath,o=B({},n.clipShape),s=t.valueDim,l=n.animationModel,c=n.dataIndex;if(a)zh(a,{shape:o},l,c);else{o[s.wh]=0,a=new xl({shape:o}),e.__pictorialBundle.setClipPath(a),e.__pictorialClipPath=a;var u={};u[s.wh]=n.clipShape[s.wh],r[i?"updateProps":"initProps"](a,{shape:u},l,c)}}}function OU(e,t){var n=e.getItemModel(t);return n.getAnimationDelayParams=IU,n.isAnimationEnabled=FU,n}function IU(e){return{index:e.__pictorialAnimationIndex,count:e.__pictorialRepeatTimes}}function FU(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function NU(e,t,n,r){var i=new Ai,a=new Ai;return i.add(a),i.__pictorialBundle=a,a.x=n.bundlePosition[0],a.y=n.bundlePosition[1],n.symbolRepeat?TU(i,t,n):BU(i,t,n),DU(i,n,r),LU(i,t,n,r),i.__pictorialShapeStr=HU(e,n),i.__pictorialSymbolMeta=n,i}function PU(e,t,n){var r=n.animationModel,i=n.dataIndex,a=e.__pictorialBundle;zh(a,{x:n.bundlePosition[0],y:n.bundlePosition[1]},r,i),n.symbolRepeat?TU(e,t,n,!0):BU(e,t,n,!0),DU(e,n,!0),LU(e,t,n,!0)}function RU(e,t,n,r){var i=r.__pictorialBarRect;i&&i.removeTextContent();var a=[];UU(r,(function(e){a.push(e)})),r.__pictorialMainPath&&a.push(r.__pictorialMainPath),r.__pictorialClipPath&&(n=null),P(a,(function(e){$h(e,{scaleX:0,scaleY:0},n,t,(function(){r.parent&&r.parent.remove(r)}))})),e.setItemGraphicEl(t,null)}function HU(e,t){return[e.getItemVisual(t.dataIndex,"symbol")||"none",!!t.symbolRepeat,!!t.symbolClip].join(":")}function UU(e,t,n){P(e.__pictorialBundle.children(),(function(r){r!==e.__pictorialBarRect&&t.call(n,r)}))}function zU(e,t,n,i,a,o){t&&e.attr(t),i.symbolClip&&!a?n&&e.attr(n):n&&r[a?"updateProps":"initProps"](e,n,i.animationModel,i.dataIndex,o)}function YU(e,t,n){var r=n.dataIndex,i=n.itemModel,a=i.getModel("emphasis"),o=a.getModel("itemStyle").getItemStyle(),s=i.getModel(["blur","itemStyle"]).getItemStyle(),l=i.getModel(["select","itemStyle"]).getItemStyle(),c=i.getShallow("cursor"),u=a.get("focus"),h=a.get("blurScope"),d=a.get("scale");UU(e,(function(e){if(e instanceof pl){var t=e.style;e.useStyle(B({image:t.image,x:t.x,y:t.y,width:t.width,height:t.height},n.style))}else e.useStyle(n.style);var r=e.ensureState("emphasis");r.style=o,d&&(r.scaleX=1.1*e.scaleX,r.scaleY=1.1*e.scaleY),e.ensureState("blur").style=s,e.ensureState("select").style=l,c&&(e.cursor=c),e.z2=n.z2}));var f=t.valueDim.posDesc[+(n.boundingLength>0)],p=e.__pictorialBarRect;cd(p,ud(i),{labelFetcher:t.seriesModel,labelDataIndex:r,defaultText:BC(t.seriesModel.getData(),r),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:f}),Ic(e,u,h)}function $U(e){var t=Math.round(e);return Math.abs(e-t)<1e-4?t:Math.ceil(e)}var jU=_U,QU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n.defaultSymbol="roundRect",n}return a(t,e),t.prototype.getInitialData=function(t){return t.stack=null,e.prototype.getInitialData.apply(this,arguments)},t.type="series.pictorialBar",t.dependencies=["grid"],t.defaultOption=Hd(QS.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),t}(QS),VU=QU;function WU(e){e.registerChartView(jU),e.registerSeriesModel(VU),e.registerLayout(Q(HS,"pictorialBar"))}var KU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._layers=[],n}return a(t,e),t.prototype.render=function(e,t,n){var r=e.getData(),i=this,a=this.group,o=e.getLayerSeries(),s=r.getLayout("layoutInfo"),l=s.rect,c=s.boundaryGap;function u(e){return e.name}a.x=0,a.y=l.y+c[0];var h=new Dx(this._layersSeries||[],o,u,u),d=[];function f(t,n,s){var l=i._layers;if("remove"!==t){for(var c,u,h=[],f=[],p=o[n].indices,m=0;ma&&(a=s),r.push(s)}for(var c=0;ca&&(a=h)}return{y0:i,max:a}}function rz(e){e.registerChartView(XU),e.registerSeriesModel(ZU),e.registerLayout(ez),e.registerProcessor(Mk("themeRiver"))}var iz=2,az=4,oz=function(e){function t(t,n,r,i){var a=e.call(this)||this;a.z2=iz,a.textConfig={inside:!0},Rl(a).seriesIndex=n.seriesIndex;var o=new Pl({z2:az,silent:t.getModel().get(["label","silent"])});return a.setTextContent(o),a.updateData(!0,t,n,r,i),a}return a(t,e),t.prototype.updateData=function(e,t,n,r,i){this.node=t,t.piece=this,n=n||this._seriesModel,r=r||this._ecModel;var a=this;Rl(a).dataIndex=t.dataIndex;var o=t.getModel(),s=o.getModel("emphasis"),l=t.getLayout(),c=B({},l);c.label=null;var u=t.getVisual("style");u.lineJoin="bevel";var h=t.getVisual("decal");h&&(u.decal=hb(h,i));var d=Ok(o.getModel("itemStyle"),c);B(c,d),P(Ql,(function(e){var t=a.ensureState(e),n=o.getModel([e,"itemStyle"]);t.style=n.getItemStyle();var r=Ok(n,c);r&&(t.shape=r)})),e?(a.setShape(c),a.shape.r=l.r0,zh(a,{shape:{r:l.r}},n,t.dataIndex)):zh(a,{shape:c},n),a.useStyle(u),this._updateLabel(n);var f=o.getShallow("cursor");f&&a.attr("cursor",f),this._seriesModel=n||this._seriesModel,this._ecModel=r||this._ecModel;var p=s.get("focus"),m="ancestor"===p?t.getAncestorsIndices():"descendant"===p?t.getDescendantIndices():null;Ic(this,m||p,s.get("blurScope"))},t.prototype._updateLabel=function(e){var t=this,n=this.node.getModel(),r=n.getModel("label"),i=this.node.getLayout(),a=i.endAngle-i.startAngle,o=(i.startAngle+i.endAngle)/2,s=Math.cos(o),l=Math.sin(o),c=this,u=c.getTextContent(),h=this.node.dataIndex,d=r.get("minAngle")/180*Math.PI,f=r.get("show")&&!(null!=d&&Math.abs(a)Math.PI/2?"right":"left"):w&&"center"!==w?"left"===w?(v=i.r0+_,o>Math.PI/2&&(w="right")):"right"===w&&(v=i.r-_,o>Math.PI/2&&(w="left")):(v=(i.r+i.r0)/2,w="center"),f.style.align=w,f.style.verticalAlign=p(a,"verticalAlign")||"middle",f.x=v*s+i.cx,f.y=v*l+i.cy;var x=p(a,"rotate"),C=0;"radial"===x?(C=-o,C<-Math.PI/2&&(C+=Math.PI)):"tangential"===x?(C=Math.PI/2-o,C>Math.PI/2?C-=Math.PI:C<-Math.PI/2&&(C+=Math.PI)):"number"===typeof x&&(C=x*Math.PI/180),f.rotation=C})),u.dirtyStyle()},t}(Fu),sz=oz,lz="sunburstRootToNode",cz="sunburstHighlight",uz="sunburstUnhighlight";function hz(e){e.registerAction({type:lz,update:"updateView"},(function(e,t){function n(t,n){var r=IL(e,[lz],t);if(r){var i=t.getViewRoot();i&&(e.direction=NL(i,r.node)?"rollUp":"drillDown"),t.resetViewRoot(r.node)}}t.eachComponent({mainType:"series",subType:"sunburst",query:e},n)})),e.registerAction({type:cz,update:"none"},(function(e,t,n){function r(t){var n=IL(e,[cz],t);n&&(e.dataIndex=n.node.dataIndex)}e=B({},e),t.eachComponent({mainType:"series",subType:"sunburst",query:e},r),n.dispatchAction(B(e,{type:"highlight"}))})),e.registerAction({type:uz,update:"updateView"},(function(e,t,n){e=B({},e),n.dispatchAction(B(e,{type:"downplay"}))}))}var dz=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n,r){var i=this;this.seriesModel=e,this.api=n,this.ecModel=t;var a=e.getData(),o=a.tree.root,s=e.getViewRoot(),l=this.group,c=e.get("renderLabelForZeroData"),u=[];s.eachNode((function(e){u.push(e)}));var h=this._oldChildren||[];function d(e,t){function n(e){return e.getId()}function r(n,r){var i=null==n?null:e[n],a=null==r?null:t[r];f(i,a)}0===e.length&&0===t.length||new Dx(t,e,n,n).add(r).update(r).remove(Q(r,null)).execute()}function f(r,i){if(c||!r||r.getValue()||(r=null),r!==o&&i!==o)if(i&&i.piece)r?(i.piece.updateData(!1,r,e,t,n),a.setItemGraphicEl(r.dataIndex,i.piece)):p(i);else if(r){var s=new sz(r,e,t,n);l.add(s),a.setItemGraphicEl(r.dataIndex,s)}}function p(e){e&&e.piece&&(l.remove(e.piece),e.piece=null)}function m(r,a){a.depth>0?(i.virtualPiece?i.virtualPiece.updateData(!1,r,e,t,n):(i.virtualPiece=new sz(r,e,t,n),l.add(i.virtualPiece)),a.piece.off("click"),i.virtualPiece.on("click",(function(e){i._rootToNode(a.parentNode)}))):i.virtualPiece&&(l.remove(i.virtualPiece),i.virtualPiece=null)}d(u,h),m(o,s),this._initEvents(),this._oldChildren=u},t.prototype._initEvents=function(){var e=this;this.group.off("click"),this.group.on("click",(function(t){var n=!1,r=e.seriesModel.getViewRoot();r.eachNode((function(r){if(!n&&r.piece&&r.piece===t.target){var i=r.getModel().get("nodeClick");if("rootToNode"===i)e._rootToNode(r);else if("link"===i){var a=r.getModel(),o=a.get("link");if(o){var s=a.get("target",!0)||"_blank";jf(o,s)}}n=!0}}))}))},t.prototype._rootToNode=function(e){e!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:lz,from:this.uid,seriesId:this.seriesModel.id,targetNode:e})},t.prototype.containPoint=function(e,t){var n=t.getData(),r=n.getItemLayout(0);if(r){var i=e[0]-r.cx,a=e[1]-r.cy,o=Math.sqrt(i*i+a*a);return o<=r.r&&o>=r.r0}},t.type="sunburst",t}(Bv),fz=dz,pz=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.ignoreStyleOnData=!0,n}return a(t,e),t.prototype.getInitialData=function(e,t){var n={name:e.name,children:e.data};mz(n);var r=R(e.levels||[],(function(e){return new Id(e,this,t)}),this),i=CL.createTree(n,this,a);function a(e){e.wrapMethod("getItemModel",(function(e,t){var n=i.getNodeByDataIndex(t),a=r[n.depth];return a&&(e.parentModel=a),e}))}return i.data},t.prototype.optionUpdated=function(){this.resetViewRoot()},t.prototype.getDataParams=function(t){var n=e.prototype.getDataParams.apply(this,arguments),r=this.getData().tree.getNodeByDataIndex(t);return n.treePathInfo=PL(r,this),n},t.prototype.getViewRoot=function(){return this._viewRoot},t.prototype.resetViewRoot=function(e){e?this._viewRoot=e:e=this._viewRoot;var t=this.getRawData().tree.root;e&&(e===t||t.contains(e))||(this._viewRoot=t)},t.prototype.enableAriaDecal=function(){zL(this)},t.type="series.sunburst",t.defaultOption={zlevel:0,z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],levels:[],sort:"desc"},t}(Av);function mz(e){var t=0;P(e.children,(function(e){mz(e);var n=e.value;V(n)&&(n=n[0]),t+=n}));var n=e.value;V(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=t),n<0&&(n=0),V(e.value)?e.value[0]=n:e.value=n}var gz=pz,vz=Math.PI/180;function Az(e,t,n){t.eachSeriesByType(e,(function(e){var t=e.get("center"),r=e.get("radius");V(r)||(r=[0,r]),V(t)||(t=[t,t]);var i=n.getWidth(),a=n.getHeight(),o=Math.min(i,a),s=Bi(t[0],i),l=Bi(t[1],a),c=Bi(r[0],o/2),u=Bi(r[1],o/2),h=-e.get("startAngle")*vz,d=e.get("minAngle")*vz,f=e.getData().tree.root,p=e.getViewRoot(),m=p.depth,g=e.get("sort");null!=g&&yz(p,g);var v=0;P(p.children,(function(e){!isNaN(e.getValue())&&v++}));var A=p.getValue(),y=Math.PI/(A||v)*2,b=p.depth>0,_=p.height-(b?-1:1),w=(u-c)/(_||1),x=e.get("clockwise"),C=e.get("stillShowZeroSum"),S=x?1:-1,k=function(e,t){if(e){var n=t;if(e!==f){var r=e.getValue(),i=0===A&&C?y:r*y;i1)i=i.parentNode;var a=n.getColorFromPalette(i.name||i.dataIndex+"",t);return e.depth>1&&"string"===typeof a&&(a=gn(a,(e.depth-1)/(r-1)*.5)),a}e.eachSeriesByType("sunburst",(function(e){var t=e.getData(),r=t.tree;r.eachNode((function(i){var a=i.getModel(),o=a.getModel("itemStyle").getItemStyle();o.fill||(o.fill=n(i,e,r.root.height));var s=t.ensureUniqueItemVisual(i.dataIndex,"style");B(s,o)}))}))}function wz(e){e.registerChartView(fz),e.registerSeriesModel(gz),e.registerLayout(Q(Az,"sunburst")),e.registerProcessor(Q(Mk,"sunburst")),e.registerVisual(_z),hz(e)}function xz(e,t){return t=t||[0,0],R(["x","y"],(function(n,r){var i=this.getAxis(n),a=t[r],o=e[r]/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(a-o)-i.dataToCoord(a+o))}),this)}function Cz(e){var t=e.master.getRect();return{coordSys:{type:"cartesian2d",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:j(xz,e)}}}function Sz(e,t){return t=t||[0,0],R([0,1],(function(n){var r=t[n],i=e[n]/2,a=[],o=[];return a[n]=r-i,o[n]=r+i,a[1-n]=o[1-n]=t[1-n],Math.abs(this.dataToPoint(a)[n]-this.dataToPoint(o)[n])}),this)}function kz(e){var t=e.getBoundingRect();return{coordSys:{type:"geo",x:t.x,y:t.y,width:t.width,height:t.height,zoom:e.getZoom()},api:{coord:function(t){return e.dataToPoint(t)},size:j(Sz,e)}}}function Mz(e,t){var n=this.getAxis(),r=t instanceof Array?t[0]:t,i=(e instanceof Array?e[0]:e)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(r-i)-n.dataToCoord(r+i))}function Ez(e){var t=e.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:j(Mz,e)}}}function Tz(e,t){return t=t||[0,0],R(["Radius","Angle"],(function(n,r){var i="get"+n+"Axis",a=this[i](),o=t[r],s=e[r]/2,l="category"===a.type?a.getBandWidth():Math.abs(a.dataToCoord(o-s)-a.dataToCoord(o+s));return"Angle"===n&&(l=l*Math.PI/180),l}),this)}function Bz(e){var t=e.getRadiusAxis(),n=e.getAngleAxis(),r=t.getExtent();return r[0]>r[1]&&r.reverse(),{coordSys:{type:"polar",cx:e.cx,cy:e.cy,r:r[1],r0:r[0]},api:{coord:function(r){var i=t.dataToRadius(r[0]),a=n.dataToAngle(r[1]),o=e.coordToPoint([i,a]);return o.push(i,a*Math.PI/180),o},size:j(Tz,e)}}}function Dz(e){var t=e.getRect(),n=e.getRangeInfo();return{coordSys:{type:"calendar",x:t.x,y:t.y,width:t.width,height:t.height,cellWidth:e.getCellWidth(),cellHeight:e.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(t,n){return e.dataToPoint(t,n)}}}}function Lz(e,t,n,r){return e&&(e.legacy||!1!==e.legacy&&!n&&!r&&"tspan"!==t&&("text"===t||ye(e,"text")))}function Oz(e,t,n){var r,i,a,o=e;if("text"===t)a=o;else{a={},ye(o,"text")&&(a.text=o.text),ye(o,"rich")&&(a.rich=o.rich),ye(o,"textFill")&&(a.fill=o.textFill),ye(o,"textStroke")&&(a.stroke=o.textStroke),i={type:"text",style:a,silent:!0},r={};var s=ye(o,"textPosition");n?r.position=s?o.textPosition:"inside":s&&(r.position=o.textPosition),ye(o,"textPosition")&&(r.position=o.textPosition),ye(o,"textOffset")&&(r.offset=o.textOffset),ye(o,"textRotation")&&(r.rotation=o.textRotation),ye(o,"textDistance")&&(r.distance=o.textDistance)}return Iz(a,e),P(a.rich,(function(e){Iz(e,e)})),{textConfig:r,textContent:i}}function Iz(e,t){t&&(t.font=t.textFont||t.font,ye(t,"textStrokeWidth")&&(e.lineWidth=t.textStrokeWidth),ye(t,"textAlign")&&(e.align=t.textAlign),ye(t,"textVerticalAlign")&&(e.verticalAlign=t.textVerticalAlign),ye(t,"textLineHeight")&&(e.lineHeight=t.textLineHeight),ye(t,"textWidth")&&(e.width=t.textWidth),ye(t,"textHeight")&&(e.height=t.textHeight),ye(t,"textBackgroundColor")&&(e.backgroundColor=t.textBackgroundColor),ye(t,"textPadding")&&(e.padding=t.textPadding),ye(t,"textBorderColor")&&(e.borderColor=t.textBorderColor),ye(t,"textBorderWidth")&&(e.borderWidth=t.textBorderWidth),ye(t,"textBorderRadius")&&(e.borderRadius=t.textBorderRadius),ye(t,"textBoxShadowColor")&&(e.shadowColor=t.textBoxShadowColor),ye(t,"textBoxShadowBlur")&&(e.shadowBlur=t.textBoxShadowBlur),ye(t,"textBoxShadowOffsetX")&&(e.shadowOffsetX=t.textBoxShadowOffsetX),ye(t,"textBoxShadowOffsetY")&&(e.shadowOffsetY=t.textBoxShadowOffsetY))}function Fz(e,t,n){var r=e;r.textPosition=r.textPosition||n.position||"inside",null!=n.offset&&(r.textOffset=n.offset),null!=n.rotation&&(r.textRotation=n.rotation),null!=n.distance&&(r.textDistance=n.distance);var i=r.textPosition.indexOf("inside")>=0,a=e.fill||"#000";Nz(r,t);var o=null==r.textFill;return i?o&&(r.textFill=n.insideFill||"#fff",!r.textStroke&&n.insideStroke&&(r.textStroke=n.insideStroke),!r.textStroke&&(r.textStroke=a),null==r.textStrokeWidth&&(r.textStrokeWidth=2)):(o&&(r.textFill=n.outsideFill||a),!r.textStroke&&n.outsideStroke&&(r.textStroke=n.outsideStroke)),r.text=t.text,r.rich=t.rich,P(t.rich,(function(e){Nz(e,e)})),r}function Nz(e,t){t&&(ye(t,"fill")&&(e.textFill=t.fill),ye(t,"stroke")&&(e.textStroke=t.fill),ye(t,"lineWidth")&&(e.textStrokeWidth=t.lineWidth),ye(t,"font")&&(e.font=t.font),ye(t,"fontStyle")&&(e.fontStyle=t.fontStyle),ye(t,"fontWeight")&&(e.fontWeight=t.fontWeight),ye(t,"fontSize")&&(e.fontSize=t.fontSize),ye(t,"fontFamily")&&(e.fontFamily=t.fontFamily),ye(t,"align")&&(e.textAlign=t.align),ye(t,"verticalAlign")&&(e.textVerticalAlign=t.verticalAlign),ye(t,"lineHeight")&&(e.textLineHeight=t.lineHeight),ye(t,"width")&&(e.textWidth=t.width),ye(t,"height")&&(e.textHeight=t.height),ye(t,"backgroundColor")&&(e.textBackgroundColor=t.backgroundColor),ye(t,"padding")&&(e.textPadding=t.padding),ye(t,"borderColor")&&(e.textBorderColor=t.borderColor),ye(t,"borderWidth")&&(e.textBorderWidth=t.borderWidth),ye(t,"borderRadius")&&(e.textBorderRadius=t.borderRadius),ye(t,"shadowColor")&&(e.textBoxShadowColor=t.shadowColor),ye(t,"shadowBlur")&&(e.textBoxShadowBlur=t.shadowBlur),ye(t,"shadowOffsetX")&&(e.textBoxShadowOffsetX=t.shadowOffsetX),ye(t,"shadowOffsetY")&&(e.textBoxShadowOffsetY=t.shadowOffsetY),ye(t,"textShadowColor")&&(e.textShadowColor=t.textShadowColor),ye(t,"textShadowBlur")&&(e.textShadowBlur=t.textShadowBlur),ye(t,"textShadowOffsetX")&&(e.textShadowOffsetX=t.textShadowOffsetX),ye(t,"textShadowOffsetY")&&(e.textShadowOffsetY=t.textShadowOffsetY))}var Pz=Is.CMD,Rz=2*Math.PI,Hz=["x","y"],Uz=["width","height"],zz=[];function Yz(e,t){return Math.abs(e-t)<1e-5}function $z(e){var t,n,r,i,a,o=e.data,s=e.len(),l=[],c=0,u=0,h=0,d=0;function f(e,n){t&&t.length>2&&l.push(t),t=[e,n]}function p(e,n,r,i){Yz(e,r)&&Yz(n,i)||t.push(e,n,r,i,r,i)}function m(e,n,r,i,a,o){var s=Math.abs(n-e),l=4*Math.tan(s/4)/3,c=nC:M2&&l.push(t),l}function jz(e,t){var n=e.length,r=t.length;if(n===r)return[e,t];for(var i=n0)for(var _=r/n,w=-r/2;w<=r/2;w+=_){var x=Math.sin(w),C=Math.cos(w),S=0;for(y=0;yr.width?1:0,a=Uz[i],o=Hz[i],s=r[a]/t,l=r[o],c=0;c=0){!s&&(s=i[e]={});var m=Y(l);for(h=0;h=0){var m=e.getAnimationStyleProps(),g=m?m.style:null;if(g){!o&&(o=i.style={});var v=Y(r);for(h=0;h=0?a.replaceAt(t,l):a.add(t),t}function l$(e,t){var n=AY(e),r=t.type,i=t.shape,a=t.style;return null!=r&&r!==n.customGraphicType||"path"===r&&_$(i)&&b$(i)!==n.customPathData||"image"===r&&ye(a,"image")&&a.image!==n.customImagePath}function c$(e,t,n,r,i){var a=n.clipPath;if(!1===a)e&&e.getClipPath()&&e.removeClipPath();else if(a){var o=e.getClipPath();o&&l$(o,a)&&(o=null),o||(o=PY(a),e.setClipPath(o)),RY(null,o,null,t,a,null,null,r,i,!1)}}function u$(e,t,n,r,i,a){if(!e.isGroup){h$(n,null,a),h$(n,wY,a);var o=a.normal.conOpt,s=a.emphasis.conOpt,l=a.blur.conOpt,c=a.select.conOpt;if(null!=o||null!=s||null!=c||null!=l){var u=e.getTextContent();if(!1===o)u&&e.removeTextContent();else{o=a.normal.conOpt=o||{type:"text"},u?u.clearStates():(u=PY(o),e.setTextContent(u));var h=o&&o.style;RY(null,u,null,t,o,h,null,r,i,!0);for(var d=0;d=h;d--)y$(t.childAt(d),i,t)}}function m$(e){new Dx(e.oldChildren,e.newChildren,g$,g$,e).add(v$).update(v$).remove(A$).execute()}function g$(e,t){var n=e&&e.name;return null!=n?n:TY+t}function v$(e,t){var n=this.context,r=null!=e?n.newChildren[e]:null,i=null!=t?n.oldChildren[t]:null;s$(n.api,i,n.dataIndex,r,n.seriesModel,n.group,!1,n.morphPreparation)}function A$(e){var t=this.context,n=t.oldChildren[e];y$(n,t.seriesModel,t.group)}function y$(e,t,n){if(e){var r=AY(e).leaveToProps;r?zh(e,r,t,{cb:function(){n.remove(e)}}):n.remove(e)}}function b$(e){return e&&(e.pathData||e.d)}function _$(e){return e&&(ye(e,"pathData")||ye(e,"d"))}function w$(e){return e&&e instanceof ol}function x$(e,t){e&&t.remove(e)}var C$=function(){function e(e,t){this._fromList=[],this._toList=[],this._toElOptionList=[],this._allPropsFinalList=[],this._toDataIndices=[],this._morphConfigList=[],this._seriesModel=e,this._transOpt=t}return e.prototype.hasFrom=function(){return!!this._fromList.length},e.prototype.findAndAddFrom=function(e){if(e&&(AY(e).canMorph&&this._fromList.push(e),e.isGroup))for(var t=e.childrenRef(),n=0;n=r?i-s:o;this._manyToOneForSingleTo(a,s>=i?null:s,l)}else if("oneToMany"===e)for(var c=Math.max(1,Math.floor(r/i)),u=0,h=0;u=r?r-u:c;this._oneToManyForSingleFrom(u,d,h>=i?null:h)}},e.prototype._oneToOneForSingleTo=function(e,t){var n=this._toList[e],r=this._toElOptionList[e],i=this._toDataIndices[e],a=this._allPropsFinalList[e],o=this._fromList[t],s=this._getOrCreateMorphConfig(i),l=s.duration;if(o&&rY(o)){if(HY(n,a,r.style),l){var c=aY([o],n,s,S$);this._processResultIndividuals(c,e,null)}}else{var u=l&&o&&(o!==n||iY(o))?o:null,h={};zY("shape",n,u,r,h,!1),zY("extra",n,u,r,h,!1),$Y(n,u,r,h,!1),QY(n,u,r,r.style,h,!1),HY(n,a,r.style),u&&qz(u,n,s),UY(n,i,r,this._seriesModel,h,!1)}},e.prototype._manyToOneForSingleTo=function(e,t,n){var r=this._toList[e],i=this._toElOptionList[e],a=this._allPropsFinalList[e];HY(r,a,i.style);var o=this._getOrCreateMorphConfig(this._toDataIndices[e]);if(o.duration&&null!=t){for(var s=[],l=t;lo)return!0;if(a){var s=bT(e).seriesDataCount,l=r.getExtent();return Math.abs(l[0]-l[1])/s>o}return!1}return!0===n},e.prototype.makeElOption=function(e,t,n,r,i){},e.prototype.createPointerEl=function(e,t,n,i){var a=t.pointer;if(a){var o=M$(e).pointerEl=new r[a.type](E$(t.pointer));e.add(o)}},e.prototype.createLabelEl=function(e,t,n,r){if(t.label){var i=M$(e).labelEl=new Pl(E$(t.label));e.add(i),O$(i,r)}},e.prototype.updatePointerEl=function(e,t,n){var r=M$(e).pointerEl;r&&t.pointer&&(r.setStyle(t.pointer.style),n(r,{shape:t.pointer.shape}))},e.prototype.updateLabelEl=function(e,t,n,r){var i=M$(e).labelEl;i&&(i.setStyle(t.label.style),n(i,{x:t.label.x,y:t.label.y}),O$(i,r))},e.prototype._renderHandle=function(e){if(!this._dragging&&this.updateHandleTransform){var t,n=this._axisPointerModel,r=this._api.getZr(),i=this._handle,a=n.getModel("handle"),o=n.get("status");if(!a.get("show")||!o||"hide"===o)return i&&r.remove(i),void(this._handle=null);this._handle||(t=!0,i=this._handle=td(a.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(e){ht(e.event)},onmousedown:T$(this._onHandleDragMove,this,0,0),drift:T$(this._onHandleDragMove,this),ondragend:T$(this._onHandleDragEnd,this)}),r.add(i)),F$(i,n,!1),i.setStyle(a.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=a.get("size");V(s)||(s=[s,s]),i.scaleX=s[0]/2,i.scaleY=s[1]/2,Fv(this,"_doDispatchAxisPointer",a.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,t)}},e.prototype._moveHandleToValue=function(e,t){D$(this._axisPointerModel,!t&&this._moveAnimation,this._handle,I$(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},e.prototype._onHandleDragMove=function(e,t){var n=this._handle;if(n){this._dragging=!0;var r=this.updateHandleTransform(I$(n),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=r,n.stopAnimation(),n.attr(I$(r)),M$(n).lastProp=null,this._doDispatchAxisPointer()}},e.prototype._doDispatchAxisPointer=function(){var e=this._handle;if(e){var t=this._payloadInfo,n=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:n.axis.dim,axisIndex:n.componentIndex}]})}},e.prototype._onHandleDragEnd=function(){this._dragging=!1;var e=this._handle;if(e){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},e.prototype.clear=function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),n=this._group,r=this._handle;t&&n&&(this._lastGraphicKey=null,n&&t.remove(n),r&&t.remove(r),this._group=null,this._handle=null,this._payloadInfo=null)},e.prototype.doClear=function(){},e.prototype.buildLabel=function(e,t,n){return n=n||0,{x:e[n],y:e[1-n],width:t[n],height:t[1-n]}},e}();function D$(e,t,n,r){L$(M$(n).lastProp,r)||(M$(n).lastProp=r,t?zh(n,r,e):(n.stopAnimation(),n.attr(r)))}function L$(e,t){if(q(e)&&q(t)){var n=!0;return P(t,(function(t,r){n=n&&L$(e[r],t)})),!!n}return e===t}function O$(e,t){e[t.get(["label","show"])?"show":"hide"]()}function I$(e){return{x:e.x||0,y:e.y||0,rotation:e.rotation||0}}function F$(e,t,n){var r=t.get("z"),i=t.get("zlevel");e&&e.traverse((function(e){"group"!==e.type&&(null!=r&&(e.z=r),null!=i&&(e.zlevel=i),e.silent=n)}))}var N$=B$;function P$(e){var t,n=e.get("type"),r=e.getModel(n+"Style");return"line"===n?(t=r.getLineStyle(),t.fill=null):"shadow"===n&&(t=r.getAreaStyle(),t.stroke=null),t}function R$(e,t,n,r,i){var a=n.get("value"),o=U$(a,t.axis,t.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),s=n.getModel("label"),l=Of(s.get("padding")||0),c=s.getFont(),u=lr(o,c),h=i.position,d=u.width+l[1]+l[3],f=u.height+l[0]+l[2],p=i.align;"right"===p&&(h[0]-=d),"center"===p&&(h[0]-=d/2);var m=i.verticalAlign;"bottom"===m&&(h[1]-=f),"middle"===m&&(h[1]-=f/2),H$(h,d,f,r);var g=s.get("backgroundColor");g&&"auto"!==g||(g=t.get(["axisLine","lineStyle","color"])),e.label={x:h[0],y:h[1],style:hd(s,{text:o,font:c,fill:s.getTextColor(),padding:l,backgroundColor:g}),z2:10}}function H$(e,t,n,r){var i=r.getWidth(),a=r.getHeight();e[0]=Math.min(e[0]+t,i)-t,e[1]=Math.min(e[1]+n,a)-n,e[0]=Math.max(e[0],0),e[1]=Math.max(e[1],0)}function U$(e,t,n,r,i){e=t.scale.parse(e);var a=t.scale.getLabel({value:e},{precision:i.precision}),o=i.formatter;if(o){var s={value:uE(t,{value:e}),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};P(r,(function(e){var t=n.getSeriesByIndex(e.seriesIndex),r=e.dataIndexInside,i=t&&t.getDataParams(r);i&&s.seriesData.push(i)})),K(o)?a=o.replace("{value}",a):W(o)&&(a=o(s))}return a}function z$(e,t,n){var r=Mt();return Lt(r,r,n.rotation),Dt(r,r,n.position),Kh([e.dataToCoord(t),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],r)}function Y$(e,t,n,r,i,a){var o=dT.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=i.get(["label","margin"]),R$(t,r,i,a,{position:z$(r.axis,e,n),align:o.textAlign,verticalAlign:o.textVerticalAlign})}function $$(e,t,n){return n=n||0,{x1:e[n],y1:e[1-n],x2:t[n],y2:t[1-n]}}function j$(e,t,n){return n=n||0,{x:e[n],y:e[1-n],width:t[n],height:t[1-n]}}function Q$(e,t,n,r,i,a){return{cx:e,cy:t,r0:n,r:r,startAngle:i,endAngle:a,clockwise:!0}}var V$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var a=n.axis,o=a.grid,s=r.get("type"),l=W$(o,a).getOtherAxis(a).getGlobalExtent(),c=a.toGlobalCoord(a.dataToCoord(t,!0));if(s&&"none"!==s){var u=P$(r),h=K$[s](a,c,l);h.style=u,e.graphicKey=h.type,e.pointer=h}var d=QE(o.model,n);Y$(t,e,d,n,r,i)},t.prototype.getHandleTransform=function(e,t,n){var r=QE(t.axis.grid.model,t,{labelInside:!1});r.labelMargin=n.get(["handle","margin"]);var i=z$(t.axis,e,r);return{x:i[0],y:i[1],rotation:r.rotation+(r.labelDirection<0?Math.PI:0)}},t.prototype.updateHandleTransform=function(e,t,n,r){var i=n.axis,a=i.grid,o=i.getGlobalExtent(!0),s=W$(a,i).getOtherAxis(i).getGlobalExtent(),l="x"===i.dim?0:1,c=[e.x,e.y];c[l]+=t[l],c[l]=Math.min(o[1],c[l]),c[l]=Math.max(o[0],c[l]);var u=(s[1]+s[0])/2,h=[u,u];h[l]=c[l];var d=[{verticalAlign:"middle"},{align:"center"}];return{x:c[0],y:c[1],rotation:e.rotation,cursorPoint:h,tooltipOption:d[l]}},t}(N$);function W$(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartesian(n)}var K$={line:function(e,t,n){var r=$$([t,n[0]],[t,n[1]],G$(e));return{type:"Line",subPixelOptimize:!0,shape:r}},shadow:function(e,t,n){var r=Math.max(1,e.getBandWidth()),i=n[1]-n[0];return{type:"Rect",shape:j$([t-r/2,n[0]],[r,i],G$(e))}}};function G$(e){return"x"===e.dim?0:1}var X$=V$,q$=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="axisPointer",t.defaultOption={show:"auto",zlevel:0,z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},t}(sp),J$=q$,Z$=wa(),ej=P;function tj(e,t,n){if(!d.node){var r=t.getZr();Z$(r).records||(Z$(r).records={}),nj(r,t);var i=Z$(r).records[e]||(Z$(r).records[e]={});i.handler=n}}function nj(e,t){function n(n,r){e.on(n,(function(n){var i=oj(t);ej(Z$(e).records,(function(e){e&&r(e,n,i.dispatchAction)})),rj(i.pendings,t)}))}Z$(e).initialized||(Z$(e).initialized=!0,n("click",Q(aj,"click")),n("mousemove",Q(aj,"mousemove")),n("globalout",ij))}function rj(e,t){var n,r=e.showTip.length,i=e.hideTip.length;r?n=e.showTip[r-1]:i&&(n=e.hideTip[i-1]),n&&(n.dispatchAction=null,t.dispatchAction(n))}function ij(e,t,n){e.handler("leave",null,n)}function aj(e,t,n,r){t.handler(e,n,r)}function oj(e){var t={showTip:[],hideTip:[]},n=function(r){var i=t[r.type];i?i.push(r):(r.dispatchAction=n,e.dispatchAction(r))};return{dispatchAction:n,pendings:t}}function sj(e,t){if(!d.node){var n=t.getZr(),r=(Z$(n).records||{})[e];r&&(Z$(n).records[e]=null)}}var lj=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=t.getComponent("tooltip"),i=e.get("triggerOn")||r&&r.get("triggerOn")||"mousemove|click";tj("axisPointer",n,(function(e,t,n){"none"!==i&&("leave"===e||i.indexOf(e)>=0)&&n({type:"updateAxisPointer",currTrigger:e,x:t&&t.offsetX,y:t&&t.offsetY})}))},t.prototype.remove=function(e,t){sj("axisPointer",t)},t.prototype.dispose=function(e,t){sj("axisPointer",t)},t.type="axisPointer",t}(bv),cj=lj;function uj(e,t){var n,r=[],i=e.seriesIndex;if(null==i||!(n=t.getSeriesByIndex(i)))return{point:[]};var a=n.getData(),o=_a(a,e);if(null==o||o<0||V(o))return{point:[]};var s=a.getItemGraphicEl(o),l=n.coordinateSystem;if(n.getTooltipPosition)r=n.getTooltipPosition(o)||[];else if(l&&l.dataToPoint)if(e.isStacked){var c=l.getBaseAxis(),u=l.getOtherAxis(c),h=u.dim,d=c.dim,f="x"===h||"radius"===h?1:0,p=a.mapDimension(d),m=[];m[f]=a.get(p,o),m[1-f]=a.get(a.getCalculationInfo("stackResultDimension"),o),r=l.dataToPoint(m)||[]}else r=l.dataToPoint(a.getValues(R(l.dimensions,(function(e){return a.mapDimension(e)})),o))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),r=[g.x+g.width/2,g.y+g.height/2]}return{point:r,el:s}}var hj=wa();function dj(e,t,n){var r=e.currTrigger,i=[e.x,e.y],a=e,o=e.dispatchAction||j(n.dispatchAction,n),s=t.getComponent("axisPointer").coordSysAxesInfo;if(s){wj(i)&&(i=uj({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},t).point);var l=wj(i),c=a.axesInfo,u=s.axesInfo,h="leave"===r||wj(i),d={},f={},p={list:[],map:{}},m={showPointer:Q(mj,f),showTooltip:Q(gj,p)};P(s.coordSysMap,(function(e,t){var n=l||e.containPoint(i);P(s.coordSysAxesInfo[t],(function(e,t){var r=e.axis,a=bj(c,e);if(!h&&n&&(!c||a)){var o=a&&a.value;null!=o||l||(o=r.pointToData(i)),null!=o&&fj(e,o,m,!1,d)}}))}));var g={};return P(u,(function(e,t){var n=e.linkGroup;n&&!f[t]&&P(n.axesInfo,(function(t,r){var i=f[r];if(t!==e&&i){var a=i.value;n.mapper&&(a=e.axis.scale.parse(n.mapper(a,_j(t),_j(e)))),g[e.key]=a}}))})),P(g,(function(e,t){fj(u[t],e,m,!0,d)})),vj(f,u,d),Aj(p,i,e,o),yj(u,o,n),d}}function fj(e,t,n,r,i){var a=e.axis;if(!a.scale.isBlank()&&a.containData(t))if(e.involveSeries){var o=pj(t,e),s=o.payloadBatch,l=o.snapToValue;s[0]&&null==i.seriesIndex&&B(i,s[0]),!r&&e.snap&&a.containData(l)&&null!=l&&(t=l),n.showPointer(e,t,s),n.showTooltip(e,o,l)}else n.showPointer(e,t)}function pj(e,t){var n=t.axis,r=n.dim,i=e,a=[],o=Number.MAX_VALUE,s=-1;return P(t.seriesModels,(function(t,l){var c,u,h=t.getData().mapDimensionsAll(r);if(t.getAxisTooltipData){var d=t.getAxisTooltipData(h,e,n);u=d.dataIndices,c=d.nestestValue}else{if(u=t.getData().indicesOfNearest(h[0],e,"category"===n.type?.5:null),!u.length)return;c=t.getData().get(h[0],u[0])}if(null!=c&&isFinite(c)){var f=e-c,p=Math.abs(f);p<=o&&((p=0&&s<0)&&(o=p,s=f,i=c,a.length=0),P(u,(function(e){a.push({seriesIndex:t.seriesIndex,dataIndexInside:e,dataIndex:t.getData().getRawIndex(e)})})))}})),{payloadBatch:a,snapToValue:i}}function mj(e,t,n,r){e[t.key]={value:n,payloadBatch:r}}function gj(e,t,n,r){var i=n.payloadBatch,a=t.axis,o=a.model,s=t.axisPointerModel;if(t.triggerTooltip&&i.length){var l=t.coordSys.model,c=xT(l),u=e.map[c];u||(u=e.map[c]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},e.list.push(u)),u.dataByAxis.push({axisDim:a.dim,axisIndex:o.componentIndex,axisType:o.type,axisId:o.id,value:r,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:i.slice()})}}function vj(e,t,n){var r=n.axesInfo=[];P(t,(function(t,n){var i=t.axisPointerModel.option,a=e[n];a?(!t.useHandle&&(i.status="show"),i.value=a.value,i.seriesDataIndices=(a.payloadBatch||[]).slice()):!t.useHandle&&(i.status="hide"),"show"===i.status&&r.push({axisDim:t.axis.dim,axisIndex:t.axis.model.componentIndex,value:i.value})}))}function Aj(e,t,n,r){if(!wj(t)&&e.list.length){var i=((e.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};r({type:"showTip",escapeConnect:!0,x:t[0],y:t[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:i.dataIndexInside,dataIndex:i.dataIndex,seriesIndex:i.seriesIndex,dataByCoordSys:e.list})}else r({type:"hideTip"})}function yj(e,t,n){var r=n.getZr(),i="axisPointerLastHighlights",a=hj(r)[i]||{},o=hj(r)[i]={};P(e,(function(e,t){var n=e.axisPointerModel.option;"show"===n.status&&P(n.seriesDataIndices,(function(e){var t=e.seriesIndex+" | "+e.dataIndex;o[t]=e}))}));var s=[],l=[];P(a,(function(e,t){!o[t]&&l.push(e)})),P(o,(function(e,t){!a[t]&&s.push(e)})),l.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}function bj(e,t){for(var n=0;n<(e||[]).length;n++){var r=e[n];if(t.axis.dim===r.axisDim&&t.axis.model.componentIndex===r.axisIndex)return r}}function _j(e){var t=e.axis.model,n={},r=n.axisDim=e.axis.dim;return n.axisIndex=n[r+"AxisIndex"]=t.componentIndex,n.axisName=n[r+"AxisName"]=t.name,n.axisId=n[r+"AxisId"]=t.id,n}function wj(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}function xj(e){kT.registerAxisPointerClass("CartesianAxisPointer",X$),e.registerComponentModel(J$),e.registerComponentView(cj),e.registerPreprocessor((function(e){if(e){(!e.axisPointer||0===e.axisPointer.length)&&(e.axisPointer={});var t=e.axisPointer.link;t&&!V(t)&&(e.axisPointer.link=[t])}})),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,(function(e,t){e.getComponent("axisPointer").coordSysAxesInfo=fT(e,t)})),e.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},dj)}function Cj(e){nw(RT),nw(xj)}var Sj=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var a=n.axis;"angle"===a.dim&&(this.animationThreshold=Math.PI/18);var o=a.polar,s=o.getOtherAxis(a),l=s.getExtent(),c=a.dataToCoord(t),u=r.get("type");if(u&&"none"!==u){var h=P$(r),d=Mj[u](a,o,c,l);d.style=h,e.graphicKey=d.type,e.pointer=d}var f=r.get(["label","margin"]),p=kj(t,n,r,o,f);R$(e,n,r,i,p)},t}(N$);function kj(e,t,n,r,i){var a=t.axis,o=a.dataToCoord(e),s=r.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,c,u,h=r.getRadiusAxis().getExtent();if("radius"===a.dim){var d=Mt();Lt(d,d,s),Dt(d,d,[r.cx,r.cy]),l=Kh([o,-i],d);var f=t.getModel("axisLabel").get("rotate")||0,p=dT.innerTextLayout(s,f*Math.PI/180,-1);c=p.textAlign,u=p.textVerticalAlign}else{var m=h[1];l=r.coordToPoint([m+i,o]);var g=r.cx,v=r.cy;c=Math.abs(l[0]-g)/m<.3?"center":l[0]>g?"left":"right",u=Math.abs(l[1]-v)/m<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:c,verticalAlign:u}}var Mj={line:function(e,t,n,r){return"angle"===e.dim?{type:"Line",shape:$$(t.coordToPoint([r[0],n]),t.coordToPoint([r[1],n]))}:{type:"Circle",shape:{cx:t.cx,cy:t.cy,r:n}}},shadow:function(e,t,n,r){var i=Math.max(1,e.getBandWidth()),a=Math.PI/180;return"angle"===e.dim?{type:"Sector",shape:Q$(t.cx,t.cy,r[0],r[1],(-n-i/2)*a,(i/2-n)*a)}:{type:"Sector",shape:Q$(t.cx,t.cy,n-i/2,n+i/2,0,2*Math.PI)}}},Ej=Sj,Tj=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.findAxisModel=function(e){var t,n=this.ecModel;return n.eachComponent(e,(function(e){e.getCoordSysModel()===this&&(t=e)}),this),t},t.type="polar",t.dependencies=["radiusAxis","angleAxis"],t.defaultOption={zlevel:0,z:0,center:["50%","50%"],radius:"80%"},t}(sp),Bj=Tj,Dj=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",Sa).models[0]},t.type="polarAxis",t}(sp);F(Dj,eM);var Lj=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="angleAxis",t}(Dj),Oj=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="radiusAxis",t}(Dj),Ij=function(e){function t(t,n){return e.call(this,"radius",t,n)||this}return a(t,e),t.prototype.pointToData=function(e,t){return this.polar.pointToData(e,t)["radius"===this.dim?0:1]},t}(YE);Ij.prototype.dataToRadius=YE.prototype.dataToCoord,Ij.prototype.radiusToData=YE.prototype.coordToData;var Fj=Ij,Nj=wa(),Pj=function(e){function t(t,n){return e.call(this,"angle",t,n||[0,360])||this}return a(t,e),t.prototype.pointToData=function(e,t){return this.polar.pointToData(e,t)["radius"===this.dim?0:1]},t.prototype.calculateCategoryInterval=function(){var e=this,t=e.getLabelModel(),n=e.scale,r=n.getExtent(),i=n.count();if(r[1]-r[0]<1)return 0;var a=r[0],o=e.dataToCoord(a+1)-e.dataToCoord(a),s=Math.abs(o),l=lr(null==a?"":a+"",t.getFont(),"center","top"),c=Math.max(l.height,7),u=c/s;isNaN(u)&&(u=1/0);var h=Math.max(0,Math.floor(u)),d=Nj(e.model),f=d.lastAutoInterval,p=d.lastTickCount;return null!=f&&null!=p&&Math.abs(f-h)<=1&&Math.abs(p-i)<=1&&f>h?h=f:(d.lastTickCount=i,d.lastAutoInterval=h),h},t}(YE);Pj.prototype.dataToAngle=YE.prototype.dataToCoord,Pj.prototype.angleToData=YE.prototype.coordToData;var Rj=Pj,Hj=function(){function e(e){this.dimensions=["radius","angle"],this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new Fj,this._angleAxis=new Rj,this.axisPointerEnabled=!0,this.name=e||"",this._radiusAxis.polar=this._angleAxis.polar=this}return e.prototype.containPoint=function(e){var t=this.pointToCoord(e);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},e.prototype.containData=function(e){return this._radiusAxis.containData(e[0])&&this._angleAxis.containData(e[1])},e.prototype.getAxis=function(e){var t="_"+e+"Axis";return this[t]},e.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},e.prototype.getAxesByScale=function(e){var t=[],n=this._angleAxis,r=this._radiusAxis;return n.scale.type===e&&t.push(n),r.scale.type===e&&t.push(r),t},e.prototype.getAngleAxis=function(){return this._angleAxis},e.prototype.getRadiusAxis=function(){return this._radiusAxis},e.prototype.getOtherAxis=function(e){var t=this._angleAxis;return e===t?this._radiusAxis:t},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},e.prototype.getTooltipAxes=function(e){var t=null!=e&&"auto"!==e?this.getAxis(e):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},e.prototype.dataToPoint=function(e,t){return this.coordToPoint([this._radiusAxis.dataToRadius(e[0],t),this._angleAxis.dataToAngle(e[1],t)])},e.prototype.pointToData=function(e,t){var n=this.pointToCoord(e);return[this._radiusAxis.radiusToData(n[0],t),this._angleAxis.angleToData(n[1],t)]},e.prototype.pointToCoord=function(e){var t=e[0]-this.cx,n=e[1]-this.cy,r=this.getAngleAxis(),i=r.getExtent(),a=Math.min(i[0],i[1]),o=Math.max(i[0],i[1]);r.inverse?a=o-360:o=a+360;var s=Math.sqrt(t*t+n*n);t/=s,n/=s;var l=Math.atan2(-n,t)/Math.PI*180,c=lo)l+=360*c;return[s,l]},e.prototype.coordToPoint=function(e){var t=e[0],n=e[1]/180*Math.PI,r=Math.cos(n)*t+this.cx,i=-Math.sin(n)*t+this.cy;return[r,i]},e.prototype.getArea=function(){var e=this.getAngleAxis(),t=this.getRadiusAxis(),n=t.getExtent().slice();n[0]>n[1]&&n.reverse();var r=e.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:n[0],r:n[1],startAngle:-r[0]*i,endAngle:-r[1]*i,clockwise:e.inverse,contain:function(e,t){var n=e-this.cx,r=t-this.cy,i=n*n+r*r,a=this.r,o=this.r0;return i<=a*a&&i>=o*o}}},e.prototype.convertToPixel=function(e,t,n){var r=Uj(t);return r===this?this.dataToPoint(n):null},e.prototype.convertFromPixel=function(e,t,n){var r=Uj(t);return r===this?this.pointToData(n):null},e}();function Uj(e){var t=e.seriesModel,n=e.polarModel;return n&&n.coordinateSystem||t&&t.coordinateSystem}var zj=Hj;function Yj(e,t,n){var r=t.get("center"),i=n.getWidth(),a=n.getHeight();e.cx=Bi(r[0],i),e.cy=Bi(r[1],a);var o=e.getRadiusAxis(),s=Math.min(i,a)/2,l=t.get("radius");null==l?l=[0,"100%"]:V(l)||(l=[0,l]);var c=[Bi(l[0],s),Bi(l[1],s)];o.inverse?o.setExtent(c[1],c[0]):o.setExtent(c[0],c[1])}function $j(e,t){var n=this,r=n.getAngleAxis(),i=n.getRadiusAxis();if(r.scale.setExtent(1/0,-1/0),i.scale.setExtent(1/0,-1/0),e.eachSeries((function(e){if(e.coordinateSystem===n){var t=e.getData();P(mE(t,"radius"),(function(e){i.scale.unionExtentFromData(t,e)})),P(mE(t,"angle"),(function(e){r.scale.unionExtentFromData(t,e)}))}})),oE(r.scale,r.model),oE(i.scale,i.model),"category"===r.type&&!r.onBand){var a=r.getExtent(),o=360/r.scale.count();r.inverse?a[1]+=o:a[1]-=o,r.setExtent(a[0],a[1])}}function jj(e){return"angleAxis"===e.mainType}function Qj(e,t){if(e.type=t.get("type"),e.scale=sE(t),e.onBand=t.get("boundaryGap")&&"category"===e.type,e.inverse=t.get("inverse"),jj(t)){e.inverse=e.inverse!==t.get("clockwise");var n=t.get("startAngle");e.setExtent(n,n+(e.inverse?-360:360))}t.axis=e,e.model=t}var Vj={dimensions:zj.prototype.dimensions,create:function(e,t){var n=[];return e.eachComponent("polar",(function(e,r){var i=new zj(r+"");i.update=$j;var a=i.getRadiusAxis(),o=i.getAngleAxis(),s=e.findAxisModel("radiusAxis"),l=e.findAxisModel("angleAxis");Qj(a,s),Qj(o,l),Yj(i,e,t),n.push(i),e.coordinateSystem=i,i.model=e})),e.eachSeries((function(e){if("polar"===e.get("coordinateSystem")){var t=e.getReferringComponents("polar",Sa).models[0];0,e.coordinateSystem=t.coordinateSystem}})),n}},Wj=Vj,Kj=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function Gj(e,t,n){t[1]>t[0]&&(t=t.slice().reverse());var r=e.coordToPoint([t[0],n]),i=e.coordToPoint([t[1],n]);return{x1:r[0],y1:r[1],x2:i[0],y2:i[1]}}function Xj(e){var t=e.getRadiusAxis();return t.inverse?0:1}function qj(e){var t=e[0],n=e[e.length-1];t&&n&&Math.abs(Math.abs(t.coord-n.coord)-360)<1e-4&&e.pop()}var Jj=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.axisPointerClass="PolarAxisPointer",n}return a(t,e),t.prototype.render=function(e,t){if(this.group.removeAll(),e.get("show")){var n=e.axis,r=n.polar,i=r.getRadiusAxis().getExtent(),a=n.getTicksCoords(),o=n.getMinorTicksCoords(),s=R(n.getViewLabels(),(function(e){e=M(e);var t=n.scale,r="ordinal"===t.type?t.getRawOrdinalNumber(e.tickValue):e.tickValue;return e.coord=n.dataToCoord(r),e}));qj(s),qj(a),P(Kj,(function(t){!e.get([t,"show"])||n.scale.isBlank()&&"axisLine"!==t||Zj[t](this.group,e,r,a,o,i,s)}),this)}},t.type="angleAxis",t}(kT),Zj={axisLine:function(e,t,n,r,i,a){var o,s=t.getModel(["axisLine","lineStyle"]),l=Xj(n),c=l?0:1;o=0===a[c]?new mu({shape:{cx:n.cx,cy:n.cy,r:a[l]},style:s.getLineStyle(),z2:1,silent:!0}):new Ru({shape:{cx:n.cx,cy:n.cy,r:a[l],r0:a[c]},style:s.getLineStyle(),z2:1,silent:!0}),o.style.fill=null,e.add(o)},axisTick:function(e,t,n,r,i,a){var o=t.getModel("axisTick"),s=(o.get("inside")?-1:1)*o.get("length"),l=a[Xj(n)],c=R(r,(function(e){return new Ju({shape:Gj(n,[l,l+s],e.coord)})}));e.add(Fh(c,{style:D(o.getModel("lineStyle").getLineStyle(),{stroke:t.get(["axisLine","lineStyle","color"])})}))},minorTick:function(e,t,n,r,i,a){if(i.length){for(var o=t.getModel("axisTick"),s=t.getModel("minorTick"),l=(o.get("inside")?-1:1)*s.get("length"),c=a[Xj(n)],u=[],h=0;hp?"left":"right",v=Math.abs(f[1]-m)/d<.3?"middle":f[1]>m?"top":"bottom";if(s&&s[h]){var A=s[h];q(A)&&A.textStyle&&(o=new Id(A.textStyle,l,l.ecModel))}var y=new Pl({silent:dT.isLabelSilent(t),style:hd(o,{x:f[0],y:f[1],fill:o.getTextColor()||t.get(["axisLine","lineStyle","color"]),text:r.formattedLabel,align:g,verticalAlign:v})});if(e.add(y),u){var b=dT.makeAxisEventDataBase(t);b.targetType="axisLabel",b.value=r.rawLabel,Rl(y).eventData=b}}),this)},splitLine:function(e,t,n,r,i,a){var o=t.getModel("splitLine"),s=o.getModel("lineStyle"),l=s.get("color"),c=0;l=l instanceof Array?l:[l];for(var u=[],h=0;h=0?"p":"n",k=b;A&&(r[s][C]||(r[s][C]={p:b,n:b}),k=r[s][C][S]);var M=void 0,E=void 0,T=void 0,B=void 0;if("radius"===h.dim){var D=h.dataToCoord(x)-b,L=a.dataToCoord(C);Math.abs(D)=t.y&&e[1]<=t.y+t.height:n.contain(n.toLocalCoord(e[1]))&&e[0]>=t.y&&e[0]<=t.y+t.height},e.prototype.pointToData=function(e){var t=this.getAxis();return[t.coordToData(t.toLocalCoord(e["horizontal"===t.orient?0:1]))]},e.prototype.dataToPoint=function(e){var t=this.getAxis(),n=this.getRect(),r=[],i="horizontal"===t.orient?0:1;return e instanceof Array&&(e=e[0]),r[i]=t.toGlobalCoord(t.dataToCoord(+e)),r[1-i]=0===i?n.y+n.height/2:n.x+n.width/2,r},e.prototype.convertToPixel=function(e,t,n){var r=MQ(t);return r===this?this.dataToPoint(n):null},e.prototype.convertFromPixel=function(e,t,n){var r=MQ(t);return r===this?this.pointToData(n):null},e}();function MQ(e){var t=e.seriesModel,n=e.singleAxisModel;return n&&n.coordinateSystem||t&&t.coordinateSystem}var EQ=kQ;function TQ(e,t){var n=[];return e.eachComponent("singleAxis",(function(r,i){var a=new EQ(r,e,t);a.name="single_"+i,a.resize(r,t),r.coordinateSystem=a,n.push(a)})),e.eachSeries((function(e){if("singleAxis"===e.get("coordinateSystem")){var t=e.getReferringComponents("singleAxis",Sa).models[0];e.coordinateSystem=t&&t.coordinateSystem}})),n}var BQ={create:TQ,dimensions:EQ.prototype.dimensions},DQ=BQ,LQ=["x","y"],OQ=["width","height"],IQ=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var a=n.axis,o=a.coordinateSystem,s=PQ(o,1-NQ(a)),l=o.dataToPoint(t)[0],c=r.get("type");if(c&&"none"!==c){var u=P$(r),h=FQ[c](a,l,s);h.style=u,e.graphicKey=h.type,e.pointer=h}var d=gQ(n);Y$(t,e,d,n,r,i)},t.prototype.getHandleTransform=function(e,t,n){var r=gQ(t,{labelInside:!1});r.labelMargin=n.get(["handle","margin"]);var i=z$(t.axis,e,r);return{x:i[0],y:i[1],rotation:r.rotation+(r.labelDirection<0?Math.PI:0)}},t.prototype.updateHandleTransform=function(e,t,n,r){var i=n.axis,a=i.coordinateSystem,o=NQ(i),s=PQ(a,o),l=[e.x,e.y];l[o]+=t[o],l[o]=Math.min(s[1],l[o]),l[o]=Math.max(s[0],l[o]);var c=PQ(a,1-o),u=(c[1]+c[0])/2,h=[u,u];return h[o]=l[o],{x:l[0],y:l[1],rotation:e.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}},t}(N$),FQ={line:function(e,t,n){var r=$$([t,n[0]],[t,n[1]],NQ(e));return{type:"Line",subPixelOptimize:!0,shape:r}},shadow:function(e,t,n){var r=e.getBandWidth(),i=n[1]-n[0];return{type:"Rect",shape:j$([t-r/2,n[0]],[r,i],NQ(e))}}};function NQ(e){return e.isHorizontal()?0:1}function PQ(e,t){var n=e.getRect();return[n[LQ[t]],n[LQ[t]]+n[OQ[t]]]}var RQ=IQ,HQ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="single",t}(bv);function UQ(e){nw(xj),kT.registerAxisPointerClass("SingleAxisPointer",RQ),e.registerComponentView(HQ),e.registerComponentView(_Q),e.registerComponentModel(xQ),dM(e,"single",xQ,xQ.defaultOption),e.registerCoordinateSystem("single",DQ)}var zQ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(t,n,r){var i=np(t);e.prototype.init.apply(this,arguments),YQ(t,i)},t.prototype.mergeOption=function(t){e.prototype.mergeOption.apply(this,arguments),YQ(this.option,t)},t.prototype.getCellSize=function(){return this.option.cellSize},t.type="calendar",t.defaultOption={zlevel:0,z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",nameMap:"en",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",nameMap:"en",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},t}(sp);function YQ(e,t){var n,r=e.cellSize;n=V(r)?r:e.cellSize=[r,r],1===n.length&&(n[1]=n[0]);var i=R([0,1],(function(e){return Zf(t,e)&&(n[e]="auto"),null!=n[e]&&"auto"!==n[e]}));tp(e,t,{type:"box",ignoreSize:i})}var $Q=zQ,jQ={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},QQ={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]},VQ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){var r=this.group;r.removeAll();var i=e.coordinateSystem,a=i.getRangeInfo(),o=i.getOrient();this._renderDayRect(e,a,r),this._renderLines(e,a,o,r),this._renderYearText(e,a,o,r),this._renderMonthText(e,o,r),this._renderWeekText(e,a,o,r)},t.prototype._renderDayRect=function(e,t,n){for(var r=e.coordinateSystem,i=e.getModel("itemStyle").getItemStyle(),a=r.getCellWidth(),o=r.getCellHeight(),s=t.start.time;s<=t.end.time;s=r.getNextNDay(s,1).time){var l=r.dataToRect([s],!1).tl,c=new xl({shape:{x:l[0],y:l[1],width:a,height:o},cursor:"default",style:i});n.add(c)}},t.prototype._renderLines=function(e,t,n,r){var i=this,a=e.coordinateSystem,o=e.getModel(["splitLine","lineStyle"]).getLineStyle(),s=e.get(["splitLine","show"]),l=o.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var c=t.start,u=0;c.time<=t.end.time;u++){d(c.formatedDate),0===u&&(c=a.getDateInfo(t.start.y+"-"+t.start.m));var h=c.date;h.setMonth(h.getMonth()+1),c=a.getDateInfo(h)}function d(t){i._firstDayOfMonth.push(a.getDateInfo(t)),i._firstDayPoints.push(a.dataToRect([t],!1).tl);var l=i._getLinePointsOfOneWeek(e,t,n);i._tlpoints.push(l[0]),i._blpoints.push(l[l.length-1]),s&&i._drawSplitline(l,o,r)}d(a.getNextNDay(t.end.time,1).formatedDate),s&&this._drawSplitline(i._getEdgesPoints(i._tlpoints,l,n),o,r),s&&this._drawSplitline(i._getEdgesPoints(i._blpoints,l,n),o,r)},t.prototype._getEdgesPoints=function(e,t,n){var r=[e[0].slice(),e[e.length-1].slice()],i="horizontal"===n?0:1;return r[0][i]=r[0][i]-t/2,r[1][i]=r[1][i]+t/2,r},t.prototype._drawSplitline=function(e,t,n){var r=new Ku({z2:20,shape:{points:e},style:t});n.add(r)},t.prototype._getLinePointsOfOneWeek=function(e,t,n){for(var r=e.coordinateSystem,i=r.getDateInfo(t),a=[],o=0;o<7;o++){var s=r.getNextNDay(i.time,o),l=r.dataToRect([s.time],!1);a[2*s.day]=l.tl,a[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return a},t.prototype._formatterLabel=function(e,t){return"string"===typeof e&&e?zf(e,t):"function"===typeof e?e(t):t.nameMap},t.prototype._yearTextPositionControl=function(e,t,n,r,i){var a=t[0],o=t[1],s=["center","bottom"];"bottom"===r?(o+=i,s=["center","top"]):"left"===r?a-=i:"right"===r?(a+=i,s=["center","top"]):o-=i;var l=0;return"left"!==r&&"right"!==r||(l=Math.PI/2),{rotation:l,x:a,y:o,style:{align:s[0],verticalAlign:s[1]}}},t.prototype._renderYearText=function(e,t,n,r){var i=e.getModel("yearLabel");if(i.get("show")){var a=i.get("margin"),o=i.get("position");o||(o="horizontal"!==n?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,c=(s[0][1]+s[1][1])/2,u="horizontal"===n?0:1,h={top:[l,s[u][1]],bottom:[l,s[1-u][1]],left:[s[1-u][0],c],right:[s[u][0],c]},d=t.start.y;+t.end.y>+t.start.y&&(d=d+"-"+t.end.y);var f=i.get("formatter"),p={start:t.start.y,end:t.end.y,nameMap:d},m=this._formatterLabel(f,p),g=new Pl({z2:30,style:hd(i,{text:m})});g.attr(this._yearTextPositionControl(g,h[o],n,o,a)),r.add(g)}},t.prototype._monthTextPositionControl=function(e,t,n,r,i){var a="left",o="top",s=e[0],l=e[1];return"horizontal"===n?(l+=i,t&&(a="center"),"start"===r&&(o="bottom")):(s+=i,t&&(o="middle"),"start"===r&&(a="right")),{x:s,y:l,align:a,verticalAlign:o}},t.prototype._renderMonthText=function(e,t,n){var r=e.getModel("monthLabel");if(r.get("show")){var i=r.get("nameMap"),a=r.get("margin"),o=r.get("position"),s=r.get("align"),l=[this._tlpoints,this._blpoints];K(i)&&(i=jQ[i.toUpperCase()]||[]);var c="start"===o?0:1,u="horizontal"===t?0:1;a="start"===o?-a:a;for(var h="center"===s,d=0;d=r.start.time&&n.timeo.end.time&&e.reverse(),e},e.prototype._getRangeInfo=function(e){var t,n=[this.getDateInfo(e[0]),this.getDateInfo(e[1])];n[0].time>n[1].time&&(t=!0,n.reverse());var r=Math.floor(n[1].time/KQ)-Math.floor(n[0].time/KQ)+1,i=new Date(n[0].time),a=i.getDate(),o=n[1].date.getDate();i.setDate(a+r-1);var s=i.getDate();if(s!==o){var l=i.getTime()-n[1].time>0?1:-1;while((s=i.getDate())!==o&&(i.getTime()-n[1].time)*l>0)r-=l,i.setDate(s-l)}var c=Math.floor((r+n[0].day+6)/7),u=t?1-c:c-1;return t&&n.reverse(),{range:[n[0].formatedDate,n[1].formatedDate],start:n[0],end:n[1],allDay:r,weeks:c,nthWeek:u,fweek:n[0].day,lweek:n[1].day}},e.prototype._getDateByWeeksAndDay=function(e,t,n){var r=this._getRangeInfo(n);if(e>r.weeks||0===e&&tr.lweek)return null;var i=7*(e-1)-r.fweek+t,a=new Date(r.start.time);return a.setDate(+r.start.d+i),this.getDateInfo(a)},e.create=function(t,n){var r=[];return t.eachComponent("calendar",(function(i){var a=new e(i,t,n);r.push(a),i.coordinateSystem=a})),t.eachSeries((function(e){"calendar"===e.get("coordinateSystem")&&(e.coordinateSystem=r[e.get("calendarIndex")||0])})),r},e.dimensions=["time","value"],e}();function XQ(e){var t=e.calendarModel,n=e.seriesModel,r=t?t.coordinateSystem:n?n.coordinateSystem:null;return r}var qQ=GQ;function JQ(e){e.registerComponentModel($Q),e.registerComponentView(WQ),e.registerCoordinateSystem("calendar",qQ)}var ZQ=wa(),eV={path:null,compoundPath:null,group:Ai,image:pl,text:Pl},tV=function(e){var t=e.graphic;V(t)?t[0]&&t[0].elements?e.graphic=[e.graphic[0]]:e.graphic=[{elements:t}]:t&&!t.elements&&(e.graphic=[{elements:[t]}])},nV=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.mergeOption=function(t,n){var r=this.option.elements;this.option.elements=null,e.prototype.mergeOption.call(this,t,n),this.option.elements=r},t.prototype.optionUpdated=function(e,t){var n=this.option,r=(t?n:e).elements,i=n.elements=t?[]:n.elements,a=[];this._flatten(r,a,null);var o=aa(i,a,"normalMerge"),s=this._elOptionsToUpdate=[];P(o,(function(e,t){var n=e.newOption;n&&(s.push(n),lV(e,n),cV(i,t,n),uV(i[t],n))}),this);for(var l=i.length-1;l>=0;l--)null==i[l]?i.splice(l,1):delete i[l].$action},t.prototype._flatten=function(e,t,n){P(e,(function(e){if(e){n&&(e.parentOption=n),t.push(e);var r=e.children;"group"===e.type&&r&&this._flatten(r,t,e),delete e.children}}),this)},t.prototype.useElOptionsToUpdate=function(){var e=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,e},t.type="graphic",t.defaultOption={elements:[]},t}(sp),rV=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(){this._elMap=ge()},t.prototype.render=function(e,t,n){e!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=e,this._updateElements(e),this._relocate(e,n)},t.prototype._updateElements=function(e){var t=e.useElOptionsToUpdate();if(t){var n=this._elMap,r=this.group;P(t,(function(t){var i=pa(t.id,null),a=null!=i?n.get(i):null,o=pa(t.parentId,null),s=null!=o?n.get(o):r,l=t.type,c=t.style;"text"===l&&c&&t.hv&&t.hv[1]&&(c.textVerticalAlign=c.textBaseline=c.verticalAlign=c.align=null);var u=t.textContent,h=t.textConfig;if(c&&Lz(c,l,!!h,!!u)){var d=Oz(c,l,!0);!h&&d.textConfig&&(h=t.textConfig=d.textConfig),!u&&d.textContent&&(u=d.textContent)}var f=oV(t);var p=t.$action||"merge";"merge"===p?a?a.attr(f):iV(i,s,f,n):"replace"===p?(aV(a,n),iV(i,s,f,n)):"remove"===p&&aV(a,n);var m=n.get(i);if(m&&u)if("merge"===p){var g=m.getTextContent();g?g.attr(u):m.setTextContent(new Pl(u))}else"replace"===p&&m.setTextContent(new Pl(u));if(m){var v=ZQ(m);v.__ecGraphicWidthOption=t.width,v.__ecGraphicHeightOption=t.height,hV(m,e,t)}}))}},t.prototype._relocate=function(e,t){for(var n=e.option.elements,r=this.group,i=this._elMap,a=t.getWidth(),o=t.getHeight(),s=0;s=0;s--){l=n[s],c=pa(l.id,null),u=null!=c?i.get(c):null;if(u){h=u.parent,p=ZQ(h);var m=h===r?{width:a,height:o}:{width:p.__ecGraphicWidth,height:p.__ecGraphicHeight};Jf(u,l,m,null,{hv:l.hv,boundingMode:l.bounding})}}},t.prototype._clear=function(){var e=this._elMap;e.each((function(t){aV(t,e)})),this._elMap=ge()},t.prototype.dispose=function(){this._clear()},t.type="graphic",t}(bv);function iV(e,t,n,r){var i=n.type;var a=ye(eV,i)?eV[i]:Dh(i);var o=new a(n);t.add(o),r.set(e,o),ZQ(o).__ecGraphicId=e}function aV(e,t){var n=e&&e.parent;n&&("group"===e.type&&e.traverse((function(e){aV(e,t)})),t.removeKey(ZQ(e).__ecGraphicId),n.remove(e))}function oV(e){return e=B({},e),P(["id","parentId","$action","hv","bounding","textContent"].concat(Vf),(function(t){delete e[t]})),e}function sV(e,t){var n;return P(t,(function(t){null!=e[t]&&"auto"!==e[t]&&(n=!0)})),n}function lV(e,t){var n=e.existing;if(t.id=e.keyInfo.id,!t.type&&n&&(t.type=n.type),null==t.parentId){var r=t.parentOption;r?t.parentId=r.id:n&&(t.parentId=n.parentId)}t.parentOption=null}function cV(e,t,n){var r=B({},n),i=e[t],a=n.$action||"merge";"merge"===a?i?(E(i,r,!0),tp(i,r,{ignoreSize:!0}),rp(n,i)):e[t]=r:"replace"===a?e[t]=r:"remove"===a&&i&&(e[t]=null)}function uV(e,t){if(e&&(e.hv=t.hv=[sV(t,["left","right"]),sV(t,["top","bottom"])],"group"===e.type)){var n=e,r=t;null==n.width&&(n.width=r.width=0),null==n.height&&(n.height=r.height=0)}}function hV(e,t,n){var r=Rl(e).eventData;e.silent||e.ignore||r||(r=Rl(e).eventData={componentType:"graphic",componentIndex:t.componentIndex,name:e.name}),r&&(r.info=n.info)}function dV(e){e.registerComponentModel(nV),e.registerComponentView(rV),e.registerPreprocessor(tV)}var fV=["x","y","radius","angle","single"],pV=["cartesian2d","polar","singleAxis"];function mV(e){var t=e.get("coordinateSystem");return O(pV,t)>=0}function gV(e){return e+"Axis"}function vV(e,t){var n,r=ge(),i=[],a=ge();e.eachComponent({mainType:"dataZoom",query:t},(function(e){a.get(e.uid)||s(e)}));do{n=!1,e.eachComponent("dataZoom",o)}while(n);function o(e){!a.get(e.uid)&&l(e)&&(s(e),n=!0)}function s(e){a.set(e.uid,!0),i.push(e),c(e)}function l(e){var t=!1;return e.eachTargetAxis((function(e,n){var i=r.get(e);i&&i[n]&&(t=!0)})),t}function c(e){e.eachTargetAxis((function(e,t){(r.get(e)||r.set(e,[]))[t]=!0}))}return i}function AV(e){var t=e.ecModel,n={infoList:[],infoMap:ge()};return e.eachTargetAxis((function(e,r){var i=t.getComponent(gV(e),r);if(i){var a=i.getCoordSysModel();if(a){var o=a.uid,s=n.infoMap.get(o);s||(s={model:a,axisModels:[]},n.infoList.push(s),n.infoMap.set(o,s)),s.axisModels.push(i)}}})),n}var yV=function(){function e(){this.indexList=[],this.indexMap=[]}return e.prototype.add=function(e){this.indexMap[e]||(this.indexList.push(e),this.indexMap[e]=!0)},e}(),bV=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return a(t,e),t.prototype.init=function(e,t,n){var r=_V(e);this.settledOption=r,this.mergeDefaultAndTheme(e,n),this._doInit(r)},t.prototype.mergeOption=function(e){var t=_V(e);E(this.option,e,!0),E(this.settledOption,t,!0),this._doInit(t)},t.prototype._doInit=function(e){var t=this.option;this._setDefaultThrottle(e),this._updateRangeUse(e);var n=this.settledOption;P([["start","startValue"],["end","endValue"]],(function(e,r){"value"===this._rangePropMode[r]&&(t[e[0]]=n[e[0]]=null)}),this),this._resetTarget()},t.prototype._resetTarget=function(){var e=this.get("orient",!0),t=this._targetAxisInfoMap=ge(),n=this._fillSpecifiedTargetAxis(t);n?this._orient=e||this._makeAutoOrientByTargetAxis():(this._orient=e||"horizontal",this._fillAutoTargetAxisByOrient(t,this._orient)),this._noTarget=!0,t.each((function(e){e.indexList.length&&(this._noTarget=!1)}),this)},t.prototype._fillSpecifiedTargetAxis=function(e){var t=!1;return P(fV,(function(n){var r=this.getReferringComponents(gV(n),ka);if(r.specified){t=!0;var i=new yV;P(r.models,(function(e){i.add(e.componentIndex)})),e.set(n,i)}}),this),t},t.prototype._fillAutoTargetAxisByOrient=function(e,t){var n=this.ecModel,r=!0;if(r){var i="vertical"===t?"y":"x",a=n.findComponents({mainType:i+"Axis"});o(a,i)}if(r){a=n.findComponents({mainType:"singleAxis",filter:function(e){return e.get("orient",!0)===t}});o(a,"single")}function o(t,n){var i=t[0];if(i){var a=new yV;if(a.add(i.componentIndex),e.set(n,a),r=!1,"x"===n||"y"===n){var o=i.getReferringComponents("grid",Sa).models[0];o&&P(t,(function(e){i.componentIndex!==e.componentIndex&&o===e.getReferringComponents("grid",Sa).models[0]&&a.add(e.componentIndex)}))}}}r&&P(fV,(function(t){if(r){var i=n.findComponents({mainType:gV(t),filter:function(e){return"category"===e.get("type",!0)}});if(i[0]){var a=new yV;a.add(i[0].componentIndex),e.set(t,a),r=!1}}}),this)},t.prototype._makeAutoOrientByTargetAxis=function(){var e;return this.eachTargetAxis((function(t){!e&&(e=t)}),this),"y"===e?"vertical":"horizontal"},t.prototype._setDefaultThrottle=function(e){if(e.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var t=this.ecModel.option;this.option.throttle=t.animation&&t.animationDurationUpdate>0?100:20}},t.prototype._updateRangeUse=function(e){var t=this._rangePropMode,n=this.get("rangeMode");P([["start","startValue"],["end","endValue"]],(function(r,i){var a=null!=e[r[0]],o=null!=e[r[1]];a&&!o?t[i]="percent":!a&&o?t[i]="value":n?t[i]=n[i]:a&&(t[i]="percent")}))},t.prototype.noTarget=function(){return this._noTarget},t.prototype.getFirstTargetAxisModel=function(){var e;return this.eachTargetAxis((function(t,n){null==e&&(e=this.ecModel.getComponent(gV(t),n))}),this),e},t.prototype.eachTargetAxis=function(e,t){this._targetAxisInfoMap.each((function(n,r){P(n.indexList,(function(n){e.call(t,r,n)}))}))},t.prototype.getAxisProxy=function(e,t){var n=this.getAxisModel(e,t);if(n)return n.__dzAxisProxy},t.prototype.getAxisModel=function(e,t){var n=this._targetAxisInfoMap.get(e);if(n&&n.indexMap[t])return this.ecModel.getComponent(gV(e),t)},t.prototype.setRawRange=function(e){var t=this.option,n=this.settledOption;P([["start","startValue"],["end","endValue"]],(function(r){null==e[r[0]]&&null==e[r[1]]||(t[r[0]]=n[r[0]]=e[r[0]],t[r[1]]=n[r[1]]=e[r[1]])}),this),this._updateRangeUse(e)},t.prototype.setCalculatedRange=function(e){var t=this.option;P(["start","startValue","end","endValue"],(function(n){t[n]=e[n]}))},t.prototype.getPercentRange=function(){var e=this.findRepresentativeAxisProxy();if(e)return e.getDataPercentWindow()},t.prototype.getValueRange=function(e,t){if(null!=e||null!=t)return this.getAxisProxy(e,t).getDataValueWindow();var n=this.findRepresentativeAxisProxy();return n?n.getDataValueWindow():void 0},t.prototype.findRepresentativeAxisProxy=function(e){if(e)return e.__dzAxisProxy;for(var t,n=this._targetAxisInfoMap.keys(),r=0;ra[1];if(c&&!u&&!h)return!0;c&&(o=!0),u&&(n=!0),h&&(i=!0)}return o&&n&&i})):TV(r,(function(n){if("empty"===i)e.setData(t=t.map(n,(function(e){return o(e)?e:NaN})));else{var r={};r[n]=a,t.selectRange(r)}})),TV(r,(function(e){t.setApproximateExtent(a,e)})))}))}function o(e){return e>=a[0]&&e<=a[1]}},e.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,n=this._dataExtent;TV(["min","max"],(function(r){var i=t.get(r+"Span"),a=t.get(r+"ValueSpan");null!=a&&(a=this.getAxisModel().axis.scale.parse(a)),null!=a?i=Ti(n[0]+a,n,[0,100],!0):null!=i&&(a=Ti(i,[0,100],n,!0)-n[0]),e[r+"Span"]=i,e[r+"ValueSpan"]=a}),this)},e.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,n=this._valueWindow;if(t){var r=Fi(n,[0,500]);r=Math.min(r,20);var i=e.axis.scale.rawExtentInfo;0!==t[0]&&i.setDeterminedMinMax("min",+n[0].toFixed(r)),100!==t[1]&&i.setDeterminedMinMax("max",+n[1].toFixed(r)),i.freeze()}},e}();function LV(e,t,n){var r=[1/0,-1/0];TV(n,(function(e){gE(r,e.getData(),t)}));var i=e.getAxisModel(),a=nE(i.axis.scale,i,r).calculate();return[a.min,a.max]}var OV=DV,IV={getTargetSeries:function(e){function t(t){e.eachComponent("dataZoom",(function(n){n.eachTargetAxis((function(r,i){var a=e.getComponent(gV(r),i);t(r,i,a,n)}))}))}t((function(e,t,n,r){n.__dzAxisProxy=null}));var n=[];t((function(t,r,i,a){i.__dzAxisProxy||(i.__dzAxisProxy=new OV(t,r,a,e),n.push(i.__dzAxisProxy))}));var r=ge();return P(n,(function(e){P(e.getTargetSeriesModels(),(function(e){r.set(e.uid,e)}))})),r},overallReset:function(e,t){e.eachComponent("dataZoom",(function(e){e.eachTargetAxis((function(t,n){e.getAxisProxy(t,n).reset(e)})),e.eachTargetAxis((function(n,r){e.getAxisProxy(n,r).filterData(e,t)}))})),e.eachComponent("dataZoom",(function(e){var t=e.findRepresentativeAxisProxy();if(t){var n=t.getDataPercentWindow(),r=t.getDataValueWindow();e.setCalculatedRange({start:n[0],end:n[1],startValue:r[0],endValue:r[1]})}}))}},FV=IV;function NV(e){e.registerAction("dataZoom",(function(e,t){var n=vV(t,e);P(n,(function(t){t.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})}))}))}var PV=!1;function RV(e){PV||(PV=!0,e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,FV),NV(e),e.registerSubTypeDefaulter("dataZoom",(function(){return"slider"})))}function HV(e){e.registerComponentModel(CV),e.registerComponentView(EV),RV(e)}var UV=function(){function e(){}return e}(),zV={};function YV(e,t){zV[e]=t}function $V(e){return zV[e]}var jV=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.optionUpdated=function(){e.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;P(this.option.feature,(function(e,n){var r=$V(n);r&&(r.getDefaultOption&&(r.defaultOption=r.getDefaultOption(t)),E(e,r.defaultOption))}))},t.type="toolbox",t.layoutMode={type:"box",ignoreSize:!0},t.defaultOption={show:!0,z:6,zlevel:0,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1}},t}(sp),QV=jV;function VV(e,t,n){var r=t.getBoxLayoutParams(),i=t.get("padding"),a={width:n.getWidth(),height:n.getHeight()},o=qf(r,a,i);Gf(t.get("orient"),e,t.get("itemGap"),o.width,o.height),Jf(e,r,a,i)}function WV(e,t){var n=Of(t.get("padding")),r=t.getItemStyle(["color","opacity"]);return r.fill=t.get("backgroundColor"),e=new xl({shape:{x:e.x-n[3],y:e.y-n[0],width:e.width+n[1]+n[3],height:e.height+n[0]+n[2],r:t.get("borderRadius")},style:r,silent:!0,z2:-1}),e}var KV=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(e,t,n,r){var i=this.group;if(i.removeAll(),e.get("show")){var a=+e.get("itemSize"),o=e.get("feature")||{},s=this._features||(this._features={}),l=[];P(o,(function(e,t){l.push(t)})),new Dx(this._featureNames||[],l).add(c).update(c).remove(Q(c,null)).execute(),this._featureNames=l,VV(i,e,n),i.add(WV(i.getBoundingRect(),e)),i.eachChild((function(e){var t=e.__title,r=e.ensureState("emphasis"),o=r.textConfig||(r.textConfig={}),s=e.getTextContent(),l=s&&s.states.emphasis;if(l&&!W(l)&&t){var c=l.style||(l.style={}),u=lr(t,Pl.makeFont(c)),h=e.x+i.x,d=e.y+i.y+a,f=!1;d+u.height>n.getHeight()&&(o.position="top",f=!0);var p=f?-5-u.height:a+8;h+u.width/2>n.getWidth()?(o.position=["100%",p],c.align="right"):h-u.width/2<0&&(o.position=[0,p],c.align="left")}}))}function c(i,a){var c,h=l[i],d=l[a],f=o[h],p=new Id(f,e,e.ecModel);if(r&&null!=r.newTitle&&r.featureName===h&&(f.title=r.newTitle),h&&!d){if(GV(h))c={onclick:p.option.onclick,featureName:h};else{var m=$V(h);if(!m)return;c=new m}s[h]=c}else if(c=s[d],!c)return;if(c.uid=Nd("toolbox-feature"),c.model=p,c.ecModel=t,c.api=n,c instanceof UV){if(!h&&d)return void(c.dispose&&c.dispose(t,n));if(!p.get("show")||c.unusable)return void(c.remove&&c.remove(t,n))}u(p,c,h),p.setIconStatus=function(e,t){var n=this.option,r=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[e]=t,r[e]&&("emphasis"===t?_c:wc)(r[e])},c instanceof UV&&c.render&&c.render(p,t,n,r)}function u(r,o,s){var l,c,u=r.getModel("iconStyle"),h=r.getModel(["emphasis","iconStyle"]),d=o instanceof UV&&o.getIcons?o.getIcons():r.get("icon"),f=r.get("title")||{};"string"===typeof d?(l={},l[s]=d):l=d,"string"===typeof f?(c={},c[s]=f):c=f;var p=r.iconPaths={};P(l,(function(s,l){var d=td(s,{},{x:-a/2,y:-a/2,width:a,height:a});d.setStyle(u.getItemStyle());var f=d.ensureState("emphasis");f.style=h.getItemStyle();var m=new Pl({style:{text:c[l],align:h.get("textAlign"),borderRadius:h.get("textBorderRadius"),padding:h.get("textPadding"),fill:null},ignore:!0});d.setTextContent(m);var g=e.getModel("tooltip");g&&g.get("show")&&(d.tooltip=B({content:c[l],formatter:g.get("formatter",!0)||function(){return c[l]},formatterParams:{componentType:"toolbox",name:l,title:c[l],$vars:["name","title"]},position:g.get("position",!0)||"bottom"},g.option)),d.__title=c[l],d.on("mouseover",(function(){var t=h.getItemStyle(),n="vertical"===e.get("orient")?null==e.get("right")?"right":"left":null==e.get("bottom")?"bottom":"top";m.setStyle({fill:h.get("textFill")||t.fill||t.stroke||"#000",backgroundColor:h.get("textBackgroundColor")}),d.setTextConfig({position:h.get("textPosition")||n}),m.ignore=!e.get("showTitle"),_c(this)})).on("mouseout",(function(){"emphasis"!==r.get(["iconStatus",l])&&wc(this),m.hide()})),("emphasis"===r.get(["iconStatus",l])?_c:wc)(d),i.add(d),d.on("click",j(o.onclick,o,t,n,l)),p[l]=d}))}},t.prototype.updateView=function(e,t,n,r){P(this._features,(function(e){e instanceof UV&&e.updateView&&e.updateView(e.model,t,n,r)}))},t.prototype.remove=function(e,t){P(this._features,(function(n){n instanceof UV&&n.remove&&n.remove(e,t)})),this.group.removeAll()},t.prototype.dispose=function(e,t){P(this._features,(function(n){n instanceof UV&&n.dispose&&n.dispose(e,t)}))},t.type="toolbox",t}(bv);function GV(e){return 0===e.indexOf("my")}var XV=KV,qV=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.onclick=function(e,t){var n=this.model,r=n.get("name")||e.get("title.0.text")||"echarts",i="svg"===t.getZr().painter.getType(),a=i?"svg":n.get("type",!0)||"png",o=t.getConnectedDataURL({type:a,backgroundColor:n.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")});if("function"!==typeof MouseEvent||!d.browser.newEdge&&(d.browser.ie||d.browser.edge))if(window.navigator.msSaveOrOpenBlob||i){var s=o.split(","),l=s[0].indexOf("base64")>-1,c=i?decodeURIComponent(s[1]):s[1];l&&(c=atob(c));var u=r+"."+a;if(window.navigator.msSaveOrOpenBlob){var h=c.length,f=new Uint8Array(h);while(h--)f[h]=c.charCodeAt(h);var p=new Blob([f]);window.navigator.msSaveOrOpenBlob(p,u)}else{var m=document.createElement("iframe");document.body.appendChild(m);var g=m.contentWindow,v=g.document;v.open("image/svg+xml","replace"),v.write(c),v.close(),g.focus(),v.execCommand("SaveAs",!0,u),document.body.removeChild(m)}}else{var A=n.get("lang"),y='',b=window.open();b.document.write(y),b.document.title=r}else{var _=document.createElement("a");_.download=r+"."+a,_.target="_blank",_.href=o;var w=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});_.dispatchEvent(w)}},t.getDefaultOption=function(e){var t={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:e.getLocale(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:e.getLocale(["toolbox","saveAsImage","lang"])};return t},t}(UV);qV.prototype.unusable=!d.canvasSupported;var JV=qV,ZV="__ec_magicType_stack__",eW=[["line","bar"],["stack"]],tW=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return P(e.get("type"),(function(e){t[e]&&(n[e]=t[e])})),n},t.getDefaultOption=function(e){var t={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:e.getLocale(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return t},t.prototype.onclick=function(e,t,n){var r=this.model,i=r.get(["seriesIndex",n]);if(nW[n]){var a,o={series:[]},s=function(e){var t=e.subType,i=e.id,a=nW[n](t,i,e,r);a&&(D(a,e.option),o.series.push(a));var s=e.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var c=l.dim,u=c+"Axis",h=e.getReferringComponents(u,Sa).models[0],d=h.componentIndex;o[u]=o[u]||[];for(var f=0;f<=d;f++)o[u][d]=o[u][d]||{};o[u][d].boundaryGap="bar"===n}}};P(eW,(function(e){O(e,n)>=0&&P(e,(function(e){r.setIconStatus(e,"normal")}))})),r.setIconStatus(n,"emphasis"),e.eachComponent({mainType:"series",query:null==i?null:{seriesIndex:i}},s),"stack"===n&&(a=E({stack:r.option.title.tiled,tiled:r.option.title.stack},r.option.title)),t.dispatchAction({type:"changeMagicType",currentType:n,newOption:o,newTitle:a,featureName:"magicType"})}},t}(UV),nW={line:function(e,t,n,r){if("bar"===e)return E({id:t,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","line"])||{},!0)},bar:function(e,t,n,r){if("line"===e)return E({id:t,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","bar"])||{},!0)},stack:function(e,t,n,r){var i=n.get("stack")===ZV;if("line"===e||"bar"===e)return r.setIconStatus("stack",i?"normal":"emphasis"),E({id:t,stack:i?"":ZV},r.get(["option","stack"])||{},!0)}};Q_({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(e,t){t.mergeOption(e.newOption)}));var rW=tW,iW=new Array(60).join("-"),aW="\t";function oW(e){var t={},n=[],r=[];return e.eachRawSeries((function(e){var i=e.coordinateSystem;if(!i||"cartesian2d"!==i.type&&"polar"!==i.type)n.push(e);else{var a=i.getBaseAxis();if("category"===a.type){var o=a.dim+"_"+a.index;t[o]||(t[o]={categoryAxis:a,valueAxis:i.getOtherAxis(a),series:[]},r.push({axisDim:a.dim,axisIndex:a.index})),t[o].series.push(e)}else n.push(e)}})),{seriesGroupByCategoryAxis:t,other:n,meta:r}}function sW(e){var t=[];return P(e,(function(e,n){var r=e.categoryAxis,i=e.valueAxis,a=i.dim,o=[" "].concat(R(e.series,(function(e){return e.name}))),s=[r.model.getCategories()];P(e.series,(function(e){var t=e.getRawData();s.push(e.getRawData().mapArray(t.mapDimension(a),(function(e){return e})))}));for(var l=[o.join(aW)],c=0;c=0)return!0}var dW=new RegExp("["+aW+"]+","g");function fW(e){for(var t=e.split(/\n+/g),n=uW(t.shift()).split(dW),r=[],i=R(n,(function(e){return{name:e,data:[]}})),a=0;a=0;i--){var a=n[i];if(a[r])break}if(i<0){var o=e.queryComponents({mainType:"dataZoom",subType:"select",id:r})[0];if(o){var s=o.getPercentRange();n[0][r]={dataZoomId:r,start:s[0],end:s[1]}}}})),n.push(t)}function wW(e){var t=SW(e),n=t[t.length-1];t.length>1&&t.pop();var r={};return yW(n,(function(e,n){for(var i=t.length-1;i>=0;i--)if(e=t[i][n],e){r[n]=e;break}})),r}function xW(e){bW(e).snapshots=null}function CW(e){return SW(e).length}function SW(e){var t=bW(e);return t.snapshots||(t.snapshots=[{}]),t.snapshots}var kW=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.onclick=function(e,t){xW(e),t.dispatchAction({type:"restore",from:this.uid})},t.getDefaultOption=function(e){var t={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:e.getLocale(["toolbox","restore","title"])};return t},t}(UV);Q_({type:"restore",event:"restore",update:"prepareAndUpdate"},(function(e,t){t.resetOption("recreate")}));var MW=kW,EW=["dataToPoint","pointToData"],TW=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],BW=function(){function e(e,t,n){var r=this;this._targetInfoList=[];var i=LW(t,e);P(OW,(function(e,t){(!n||!n.include||O(n.include,t)>=0)&&e(i,r._targetInfoList)}))}return e.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,(function(e,t,n){if((e.coordRanges||(e.coordRanges=[])).push(t),!e.coordRange){e.coordRange=t;var r=NW[e.brushType](0,n,t);e.__rangeOffset={offset:RW[e.brushType](r.values,e.range,[1,1]),xyMinMax:r.xyMinMax}}})),e},e.prototype.matchOutputRanges=function(e,t,n){P(e,(function(e){var r=this.findTargetInfo(e,t);r&&!0!==r&&P(r.coordSyses,(function(r){var i=NW[e.brushType](1,r,e.range);n(e,i.values,r,t)}))}),this)},e.prototype.setInputRanges=function(e,t){P(e,(function(e){var n=this.findTargetInfo(e,t);if(e.range=e.range||[],n&&!0!==n){e.panelId=n.panelId;var r=NW[e.brushType](0,n.coordSys,e.coordRange),i=e.__rangeOffset;e.range=i?RW[e.brushType](r.values,i.offset,UW(r.xyMinMax,i.xyMinMax)):r.values}}),this)},e.prototype.makePanelOpts=function(e,t){return R(this._targetInfoList,(function(n){var r=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:t?t(n):null,clipPath:YP(r),isTargetByCursor:jP(r,e,n.coordSysModel),getLinearBrushOtherExtent:$P(r)}}))},e.prototype.controlSeries=function(e,t,n){var r=this.findTargetInfo(e,n);return!0===r||r&&O(r.coordSyses,t.coordinateSystem)>=0},e.prototype.findTargetInfo=function(e,t){for(var n=this._targetInfoList,r=LW(t,e),i=0;ie[1]&&e.reverse(),e}function LW(e,t){return Ca(e,t,{includeMainTypes:TW})}var OW={grid:function(e,t){var n=e.xAxisModels,r=e.yAxisModels,i=e.gridModels,a=ge(),o={},s={};(n||r||i)&&(P(n,(function(e){var t=e.axis.grid.model;a.set(t.id,t),o[t.id]=!0})),P(r,(function(e){var t=e.axis.grid.model;a.set(t.id,t),s[t.id]=!0})),P(i,(function(e){a.set(e.id,e),o[e.id]=!0,s[e.id]=!0})),a.each((function(e){var i=e.coordinateSystem,a=[];P(i.getCartesians(),(function(e,t){(O(n,e.getAxis("x").model)>=0||O(r,e.getAxis("y").model)>=0)&&a.push(e)})),t.push({panelId:"grid--"+e.id,gridModel:e,coordSysModel:e,coordSys:a[0],coordSyses:a,getPanelRect:FW.grid,xAxisDeclared:o[e.id],yAxisDeclared:s[e.id]})})))},geo:function(e,t){P(e.geoModels,(function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:FW.geo})}))}},IW=[function(e,t){var n=e.xAxisModel,r=e.yAxisModel,i=e.gridModel;return!i&&n&&(i=n.axis.grid.model),!i&&r&&(i=r.axis.grid.model),i&&i===t.gridModel},function(e,t){var n=e.geoModel;return n&&n===t.geoModel}],FW={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var e=this.coordSys,t=e.getBoundingRect().clone();return t.applyTransform(Wh(e)),t}},NW={lineX:Q(PW,0),lineY:Q(PW,1),rect:function(e,t,n){var r=t[EW[e]]([n[0][0],n[1][0]]),i=t[EW[e]]([n[0][1],n[1][1]]),a=[DW([r[0],i[0]]),DW([r[1],i[1]])];return{values:a,xyMinMax:a}},polygon:function(e,t,n){var r=[[1/0,-1/0],[1/0,-1/0]],i=R(n,(function(n){var i=t[EW[e]](n);return r[0][0]=Math.min(r[0][0],i[0]),r[1][0]=Math.min(r[1][0],i[1]),r[0][1]=Math.max(r[0][1],i[0]),r[1][1]=Math.max(r[1][1],i[1]),i}));return{values:i,xyMinMax:r}}};function PW(e,t,n,r){var i=n.getAxis(["x","y"][e]),a=DW(R([0,1],(function(e){return t?i.coordToData(i.toLocalCoord(r[e])):i.toGlobalCoord(i.dataToCoord(r[e]))}))),o=[];return o[e]=a,o[1-e]=[NaN,NaN],{values:a,xyMinMax:o}}var RW={lineX:Q(HW,0),lineY:Q(HW,1),rect:function(e,t,n){return[[e[0][0]-n[0]*t[0][0],e[0][1]-n[0]*t[0][1]],[e[1][0]-n[1]*t[1][0],e[1][1]-n[1]*t[1][1]]]},polygon:function(e,t,n){return R(e,(function(e,r){return[e[0]-n[0]*t[r][0],e[1]-n[1]*t[r][1]]}))}};function HW(e,t,n,r){return[t[0]-r[e]*n[0],t[1]-r[e]*n[1]]}function UW(e,t){var n=zW(e),r=zW(t),i=[n[0]/r[0],n[1]/r[1]];return isNaN(i[0])&&(i[0]=1),isNaN(i[1])&&(i[1]=1),i}function zW(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}var YW=BW,$W=P,jW=va("toolbox-dataZoom_"),QW=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(e,t,n,r){this._brushController||(this._brushController=new zP(n.getZr()),this._brushController.on("brush",j(this._onBrush,this)).mount()),GW(e,t,this,r,n),KW(e,t)},t.prototype.onclick=function(e,t,n){VW[n].call(this)},t.prototype.remove=function(e,t){this._brushController&&this._brushController.unmount()},t.prototype.dispose=function(e,t){this._brushController&&this._brushController.dispose()},t.prototype._onBrush=function(e){var t=e.areas;if(e.isEnd&&t.length){var n={},r=this.ecModel;this._brushController.updateCovers([]);var i=new YW(WW(this.model),r,{include:["grid"]});i.matchOutputRanges(t,r,(function(e,t,n){if("cartesian2d"===n.type){var r=e.brushType;"rect"===r?(a("x",n,t[0]),a("y",n,t[1])):a({lineX:"x",lineY:"y"}[r],n,t)}})),_W(r,n),this._dispatchZoomAction(n)}function a(e,t,i){var a=t.getAxis(e),s=a.model,l=o(e,s,r),c=l.findRepresentativeAxisProxy(s).getMinMaxSpan();null==c.minValueSpan&&null==c.maxValueSpan||(i=kN(0,i.slice(),a.scale.getExtent(),0,c.minValueSpan,c.maxValueSpan)),l&&(n[l.id]={dataZoomId:l.id,startValue:i[0],endValue:i[1]})}function o(e,t,n){var r;return n.eachComponent({mainType:"dataZoom",subType:"select"},(function(n){var i=n.getAxisModel(e,t.componentIndex);i&&(r=n)})),r}},t.prototype._dispatchZoomAction=function(e){var t=[];$W(e,(function(e,n){t.push(M(e))})),t.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:t})},t.getDefaultOption=function(e){var t={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:e.getLocale(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return t},t}(UV),VW={zoom:function(){var e=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:e})},back:function(){this._dispatchZoomAction(wW(this.ecModel))}};function WW(e){var t={xAxisIndex:e.get("xAxisIndex",!0),yAxisIndex:e.get("yAxisIndex",!0),xAxisId:e.get("xAxisId",!0),yAxisId:e.get("yAxisId",!0)};return null==t.xAxisIndex&&null==t.xAxisId&&(t.xAxisIndex="all"),null==t.yAxisIndex&&null==t.yAxisId&&(t.yAxisIndex="all"),t}function KW(e,t){e.setIconStatus("back",CW(t)>1?"emphasis":"normal")}function GW(e,t,n,r,i){var a=n._isZoomActive;r&&"takeGlobalCursor"===r.type&&(a="dataZoomSelect"===r.key&&r.dataZoomSelectActive),n._isZoomActive=a,e.setIconStatus("zoom",a?"emphasis":"normal");var o=new YW(WW(e),t,{include:["grid"]}),s=o.makePanelOpts(i,(function(e){return e.xAxisDeclared&&!e.yAxisDeclared?"lineX":!e.xAxisDeclared&&e.yAxisDeclared?"lineY":"rect"}));n._brushController.setPanels(s).enableBrush(!(!a||!s.length)&&{brushType:"auto",brushStyle:e.getModel("brushStyle").getItemStyle()})}Bp("dataZoom",(function(e){var t=e.getComponent("toolbox",0);if(t){var n=t.getModel(["feature","dataZoom"]),r=[],i=WW(n),a=Ca(e,i);return $W(a.xAxisModels,(function(e){return o(e,"xAxis","xAxisIndex")})),$W(a.yAxisModels,(function(e){return o(e,"yAxis","yAxisIndex")})),r}function o(e,t,i){var a=e.componentIndex,o={type:"select",$fromToolbox:!0,filterMode:n.get("filterMode",!0)||"filter",id:jW+t+a};o[i]=a,r.push(o)}}));var XW=QW;function qW(e){e.registerComponentModel(QV),e.registerComponentView(XV),YV("saveAsImage",JV),YV("magicType",rW),YV("dataView",AW),YV("dataZoom",XW),YV("restore",MW),nw(HV)}var JW=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="tooltip",t.dependencies=["axisPointer"],t.defaultOption={zlevel:0,z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},t}(sp),ZW=JW;function eK(e){var t=e.get("confine");return null!=t?!!t:"richText"===e.get("renderMode")}var tK=["-ms-","-moz-","-o-","-webkit-",""],nK="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;";function rK(e){return e="left"===e?"right":"right"===e?"left":"top"===e?"bottom":"top",e}function iK(e,t,n){if(!K(n)||"inside"===n)return"";t=$f(t);var r=rK(n),i="",a="";O(["left","right"],r)>-1?(i=r+":-6px;top:50%;",a="translateY(-50%) rotate("+("left"===r?-225:-45)+"deg)"):(i=r+":-6px;left:50%;",a="translateX(-50%) rotate("+("top"===r?225:45)+"deg)"),a=R(tK,(function(e){return e+"transform:"+a})).join(";");var o=["position:absolute;width:10px;height:10px;",""+i+a+";","border-bottom: "+t+" solid 1px;","border-right: "+t+" solid 1px;","background-color: "+e+";","box-shadow: 8px 8px 16px -3px #000;"];return'
      '}function aK(e,t){var n="cubic-bezier(0.23, 1, 0.32, 1)",r="opacity "+e/2+"s "+n+",visibility "+e/2+"s "+n;return t||(r+=",left "+e+"s "+n+",top "+e+"s "+n),R(tK,(function(e){return e+"transition:"+r})).join(";")}function oK(e){var t=[],n=e.get("fontSize"),r=e.getTextColor();r&&t.push("color:"+r),t.push("font:"+e.getFont()),n&&t.push("line-height:"+Math.round(3*n/2)+"px");var i=e.get("textShadowColor"),a=e.get("textShadowBlur")||0,o=e.get("textShadowOffsetX")||0,s=e.get("textShadowOffsetY")||0;return i&&a&&t.push("text-shadow:"+o+"px "+s+"px "+a+"px "+i),P(["decoration","align"],(function(n){var r=e.get(n);r&&t.push("text-"+n+":"+r)})),t.join(";")}function sK(e,t,n){var r=[],i=e.get("transitionDuration"),a=e.get("backgroundColor"),o=e.get("shadowBlur"),s=e.get("shadowColor"),l=e.get("shadowOffsetX"),c=e.get("shadowOffsetY"),u=e.getModel("textStyle"),h=rv(e,"html"),f=l+"px "+c+"px "+o+"px "+s;return r.push("box-shadow:"+f),t&&i&&r.push(aK(i,n)),a&&(d.canvasSupported?r.push("background-Color:"+a):(r.push("background-Color:#"+vn(a)),r.push("filter:alpha(opacity=70)"))),P(["width","color","radius"],(function(t){var n="border-"+t,i=Lf(n),a=e.get(i);null!=a&&r.push(n+":"+a+("color"===t?"":"px"))})),r.push(oK(u)),null!=h&&r.push("padding:"+Of(h).join("px ")+"px"),r.join(";")+";"}function lK(e,t,n,r,i){var a=t&&t.painter;if(n){var o=a&&a.getViewportRoot();o&&Xe(e,o,document.body,r,i)}else{e[0]=r,e[1]=i;var s=a&&a.getViewportRootOffset();s&&(e[0]+=s.offsetLeft,e[1]+=s.offsetTop)}e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var cK=function(){function e(e,t,n){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._firstShow=!0,this._longHide=!0,d.wxa)return null;var r=document.createElement("div");r.domBelongToZr=!0,this.el=r;var i=this._zr=t.getZr(),a=this._appendToBody=n&&n.appendToBody;lK(this._styleCoord,i,a,t.getWidth()/2,t.getHeight()/2),a?document.body.appendChild(r):e.appendChild(r),this._container=e;var o=this;r.onmouseenter=function(){o._enterable&&(clearTimeout(o._hideTimeout),o._show=!0),o._inContent=!0},r.onmousemove=function(e){if(e=e||window.event,!o._enterable){var t=i.handler,n=i.painter.getViewportRoot();st(n,e,!0),t.dispatch("mousemove",e)}},r.onmouseleave=function(){o._inContent=!1,o._enterable&&o._show&&o.hideLater(o._hideDelay)}}return e.prototype.update=function(e){var t=this._container,n=t.currentStyle||document.defaultView.getComputedStyle(t),r=t.style;"absolute"!==r.position&&"absolute"!==n.position&&(r.position="relative");var i=e.get("alwaysShowContent");i&&this._moveIfResized(),this.el.className=e.get("className")||""},e.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,r=this._styleCoord,i=n.offsetHeight/2;t=$f(t),n.style.cssText=nK+sK(e,!this._firstShow,this._longHide)+";left:"+r[0]+"px;top:"+(r[1]-i)+"px;border-color: "+t+";"+(e.get("extraCssText")||""),n.style.display=n.innerHTML?"block":"none",n.style.pointerEvents=this._enterable?"auto":"none",this._show=!0,this._firstShow=!1,this._longHide=!1},e.prototype.setContent=function(e,t,n,r,i){if(null!=e){var a=this.el;if(K(i)&&"item"===n.get("trigger")&&!eK(n)&&(e+=iK(n.get("backgroundColor"),r,i)),K(e))a.innerHTML=e;else if(e){a.innerHTML="",V(e)||(e=[e]);for(var o=0;o=0?this._tryShow(n,r):"leave"===e&&this._hide(r))}),this))},t.prototype._keepShow=function(){var e=this._tooltipModel,t=this._ecModel,n=this._api;if(null!=this._lastX&&null!=this._lastY&&"none"!==e.get("triggerOn")){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(e,t,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})}))}},t.prototype.manuallyShowTip=function(e,t,n,r){if(r.from!==this.uid&&!d.node){var i=wK(r,n);this._ticket="";var a=r.dataByCoordSys;if(r.tooltip&&null!=r.x&&null!=r.y){var o=yK;o.x=r.x,o.y=r.y,o.update(),o.tooltip=r.tooltip,this._tryShow({offsetX:r.x,offsetY:r.y,target:o},i)}else if(a)this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,dataByCoordSys:a,tooltipOption:r.tooltipOption},i);else if(null!=r.seriesIndex){if(this._manuallyAxisShowTip(e,t,n,r))return;var s=uj(r,t),l=s.point[0],c=s.point[1];null!=l&&null!=c&&this._tryShow({offsetX:l,offsetY:c,position:r.position,target:s.el},i)}else null!=r.x&&null!=r.y&&(n.dispatchAction({type:"updateAxisPointer",x:r.x,y:r.y}),this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,target:n.getZr().findHover(r.x,r.y).target},i))}},t.prototype.manuallyHideTip=function(e,t,n,r){var i=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&i.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,r.from!==this.uid&&this._hide(wK(r,n))},t.prototype._manuallyAxisShowTip=function(e,t,n,r){var i=r.seriesIndex,a=r.dataIndex,o=t.getComponent("axisPointer").coordSysAxesInfo;if(null!=i&&null!=a&&null!=o){var s=t.getSeriesByIndex(i);if(s){var l=s.getData(),c=_K([l.getItemModel(a),s,(s.coordinateSystem||{}).model,e]);if("axis"===c.get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:i,dataIndex:a,position:r.position}),!0}}},t.prototype._tryShow=function(e,t){var n=e.target,r=this._tooltipModel;if(r){this._lastX=e.offsetX,this._lastY=e.offsetY;var i=e.dataByCoordSys;i&&i.length?this._showAxisTooltip(i,e):n&&gy(n,(function(e){return null!=Rl(e).dataIndex}),!0)?(this._lastDataByCoordSys=null,this._showSeriesItemTooltip(e,n,t)):n&&n.tooltip?(this._lastDataByCoordSys=null,this._showComponentItemTooltip(e,n,t)):(this._lastDataByCoordSys=null,this._hide(t))}},t.prototype._showOrMove=function(e,t){var n=e.get("showDelay");t=j(t,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(t,n):t()},t.prototype._showAxisTooltip=function(e,t){var n=this._ecModel,r=this._tooltipModel,i=[t.offsetX,t.offsetY],a=_K([t.tooltipOption,r]),o=this._renderMode,s=[],l=Qg("section",{blocks:[],noHeader:!0}),c=[],u=new iv;vK(e,(function(e){vK(e.dataByAxis,(function(e){var t=n.getComponent(e.axisDim+"Axis",e.axisIndex),r=e.value;if(t&&null!=r){var i=U$(r,t.axis,n,e.seriesDataIndices,e.valueLabelOpt),a=Qg("section",{header:i,noHeader:!he(i),sortBlocks:!0,blocks:[]});l.blocks.push(a),P(e.seriesDataIndices,(function(l){var h=n.getSeriesByIndex(l.seriesIndex),d=l.dataIndexInside,f=h.getDataParams(d);f.axisDim=e.axisDim,f.axisIndex=e.axisIndex,f.axisType=e.axisType,f.axisId=e.axisId,f.axisValue=uE(t.axis,{value:r}),f.axisValueLabel=i,f.marker=u.makeTooltipMarker("item",$f(f.color),o);var p=dg(h.formatTooltip(d,!0,null));p.markupFragment&&a.blocks.push(p.markupFragment),p.markupText&&c.push(p.markupText),s.push(f)}))}}))})),l.blocks.reverse(),c.reverse();var h=t.position,d=a.get("order"),f=Gg(l,u,o,d,n.get("useUTC"),a.get("textStyle"));f&&c.unshift(f);var p="richText"===o?"\n\n":"
      ",m=c.join(p);this._showOrMove(a,(function(){this._updateContentNotChangedOnAxis(e)?this._updatePosition(a,h,i[0],i[1],this._tooltipContent,s):this._showTooltipContent(a,m,s,Math.random()+"",i[0],i[1],h,null,u)}))},t.prototype._showSeriesItemTooltip=function(e,t,n){var r=gy(t,(function(e){return null!=Rl(e).dataIndex}),!0),i=this._ecModel,a=Rl(r),o=a.seriesIndex,s=i.getSeriesByIndex(o),l=a.dataModel||s,c=a.dataIndex,u=a.dataType,h=l.getData(u),d=this._renderMode,f=_K([h.getItemModel(c),l,s&&(s.coordinateSystem||{}).model,this._tooltipModel]),p=f.get("trigger");if(null==p||"item"===p){var m=l.getDataParams(c,u),g=new iv;m.marker=g.makeTooltipMarker("item",$f(m.color),d);var v=dg(l.formatTooltip(c,!1,u)),A=f.get("order"),y=v.markupFragment?Gg(v.markupFragment,g,d,A,i.get("useUTC"),f.get("textStyle")):v.markupText,b="item_"+l.name+"_"+c;this._showOrMove(f,(function(){this._showTooltipContent(f,y,m,b,e.offsetX,e.offsetY,e.position,e.target,g)})),n({type:"showTip",dataIndexInside:c,dataIndex:h.getRawIndex(c),seriesIndex:o,from:this.uid})}},t.prototype._showComponentItemTooltip=function(e,t,n){var r=t.tooltip;if(K(r)){var i=r;r={content:i,formatter:i}}var a=new Id(r,this._tooltipModel,this._ecModel),o=a.get("content"),s=Math.random()+"",l=new iv;this._showOrMove(a,(function(){this._showTooltipContent(a,o,a.get("formatterParams")||{},s,e.offsetX,e.offsetY,e.position,t,l)})),n({type:"showTip",from:this.uid})},t.prototype._showTooltipContent=function(e,t,n,r,i,a,o,s,l){if(this._ticket="",e.get("showContent")&&e.get("show")){var c=this._tooltipContent,u=e.get("formatter");o=o||e.get("position");var h=t,d=this._getNearestPoint([i,a],n,e.get("trigger"),e.get("borderColor"));if(u&&K(u)){var f=e.ecModel.get("useUTC"),p=V(n)?n[0]:n,m=p&&p.axisType&&p.axisType.indexOf("time")>=0;h=u,m&&(h=ff(p.axisValue,h,f)),h=Uf(h,n,!0)}else if(W(u)){var g=gK((function(t,r){t===this._ticket&&(c.setContent(r,l,e,d.color,o),this._updatePosition(e,o,i,a,c,n,s))}),this);this._ticket=r,h=u(n,r,g)}c.setContent(h,l,e,d.color,o),c.show(e,d.color),this._updatePosition(e,o,i,a,c,n,s)}},t.prototype._getNearestPoint=function(e,t,n,r){return"axis"===n||V(t)?{color:r||("html"===this._renderMode?"#fff":"none")}:V(t)?void 0:{color:r||t.color||t.borderColor}},t.prototype._updatePosition=function(e,t,n,r,i,a,o){var s=this._api.getWidth(),l=this._api.getHeight();t=t||e.get("position");var c=i.getSize(),u=e.get("align"),h=e.get("verticalAlign"),d=o&&o.getBoundingRect().clone();if(o&&d.applyTransform(o.transform),W(t)&&(t=t([n,r],a,i.el,d,{viewSize:[s,l],contentSize:c.slice()})),V(t))n=AK(t[0],s),r=AK(t[1],l);else if(q(t)){var f=t;f.width=c[0],f.height=c[1];var p=qf(f,{width:s,height:l});n=p.x,r=p.y,u=null,h=null}else if(K(t)&&o){var m=SK(t,d,c);n=m[0],r=m[1]}else{m=xK(n,r,i,s,l,u?null:20,h?null:20);n=m[0],r=m[1]}if(u&&(n-=kK(u)?c[0]/2:"right"===u?c[0]:0),h&&(r-=kK(h)?c[1]/2:"bottom"===h?c[1]:0),eK(e)){m=CK(n,r,i,s,l);n=m[0],r=m[1]}i.moveTo(n,r)},t.prototype._updateContentNotChangedOnAxis=function(e){var t=this._lastDataByCoordSys,n=!!t&&t.length===e.length;return n&&vK(t,(function(t,r){var i=t.dataByAxis||[],a=e[r]||{},o=a.dataByAxis||[];n=n&&i.length===o.length,n&&vK(i,(function(e,t){var r=o[t]||{},i=e.seriesDataIndices||[],a=r.seriesDataIndices||[];n=n&&e.value===r.value&&e.axisType===r.axisType&&e.axisId===r.axisId&&i.length===a.length,n&&vK(i,(function(e,t){var r=a[t];n=n&&e.seriesIndex===r.seriesIndex&&e.dataIndex===r.dataIndex}))}))})),this._lastDataByCoordSys=e,!!n},t.prototype._hide=function(e){this._lastDataByCoordSys=null,e({type:"hideTip",from:this.uid})},t.prototype.dispose=function(e,t){d.node||(this._tooltipContent.dispose(),sj("itemTooltip",t))},t.type="tooltip",t}(bv);function _K(e){var t=e.pop();while(e.length){var n=e.pop();n&&(n instanceof Id&&(n=n.get("tooltip",!0)),K(n)&&(n={formatter:n}),t=new Id(n,t,t.ecModel))}return t}function wK(e,t){return e.dispatchAction||j(t.dispatchAction,t)}function xK(e,t,n,r,i,a,o){var s=n.getOuterSize(),l=s.width,c=s.height;return null!=a&&(e+l+a+2>r?e-=l+a:e+=a),null!=o&&(t+c+o>i?t-=c+o:t+=o),[e,t]}function CK(e,t,n,r,i){var a=n.getOuterSize(),o=a.width,s=a.height;return e=Math.min(e+o,r)-o,t=Math.min(t+s,i)-s,e=Math.max(e,0),t=Math.max(t,0),[e,t]}function SK(e,t,n){var r=n[0],i=n[1],a=10,o=5,s=0,l=0,c=t.width,u=t.height;switch(e){case"inside":s=t.x+c/2-r/2,l=t.y+u/2-i/2;break;case"top":s=t.x+c/2-r/2,l=t.y-i-a;break;case"bottom":s=t.x+c/2-r/2,l=t.y+u+a;break;case"left":s=t.x-r-a-o,l=t.y+u/2-i/2;break;case"right":s=t.x+c+a+o,l=t.y+u/2-i/2}return[s,l]}function kK(e){return"center"===e||"middle"===e}var MK=bK;function EK(e){nw(xj),e.registerComponentModel(ZW),e.registerComponentView(MK),e.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},(function(){})),e.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},(function(){}))}var TK=["rect","polygon","keep","clear"];function BK(e,t){var n=ea(e?e.brush:[]);if(n.length){var r=[];P(n,(function(e){var t=e.hasOwnProperty("toolbox")?e.toolbox:[];t instanceof Array&&(r=r.concat(t))}));var i=e&&e.toolbox;V(i)&&(i=i[0]),i||(i={feature:{}},e.toolbox=[i]);var a=i.feature||(i.feature={}),o=a.brush||(a.brush={}),s=o.type||(o.type=[]);s.push.apply(s,r),DK(s),t&&!s.length&&s.push.apply(s,TK)}}function DK(e){var t={};P(e,(function(e){t[e]=1})),e.length=0,P(t,(function(t,n){e.push(n)}))}var LK=P;function OK(e){if(e)for(var t in e)if(e.hasOwnProperty(t))return!0}function IK(e,t,n){var r={};return LK(t,(function(t){var a=r[t]=i();LK(e[t],(function(e,r){if(IO.isValidType(r)){var i={type:r,visual:e};n&&n(i,t),a[r]=new IO(i),"opacity"===r&&(i=M(i),i.type="colorAlpha",a.__hidden.__alphaForOpacity=new IO(i))}}))})),r;function i(){var e=function(){};e.prototype.__hidden=e.prototype;var t=new e;return t}}function FK(e,t,n){var r;P(n,(function(e){t.hasOwnProperty(e)&&OK(t[e])&&(r=!0)})),r&&P(n,(function(n){t.hasOwnProperty(n)&&OK(t[n])?e[n]=M(t[n]):delete e[n]}))}function NK(e,t,n,r,i,a){var o,s={};function l(e){return SA(n,o,e)}function c(e,t){MA(n,o,e,t)}function u(e,u){o=null==a?e:u;var h=n.getRawDataItem(o);if(!h||!1!==h.visualMap)for(var d=r.call(i,e),f=t[d],p=s[d],m=0,g=p.length;mt[0][1]&&(t[0][1]=a[0]),a[1]t[1][1]&&(t[1][1]=a[1])}return t&&JK(t)}};function JK(e){return new tr(e[0][0],e[1][0],e[0][1]-e[0][0],e[1][1]-e[1][0])}var ZK=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(e,t){this.ecModel=e,this.api=t,this.model,(this._brushController=new zP(t.getZr())).on("brush",j(this._onBrush,this)).mount()},t.prototype.render=function(e,t,n,r){this.model=e,this._updateController(e,t,n,r)},t.prototype.updateTransform=function(e,t,n,r){QK(t),this._updateController(e,t,n,r)},t.prototype.updateVisual=function(e,t,n,r){this.updateTransform(e,t,n,r)},t.prototype.updateView=function(e,t,n,r){this._updateController(e,t,n,r)},t.prototype._updateController=function(e,t,n,r){(!r||r.$from!==e.id)&&this._brushController.setPanels(e.brushTargetManager.makePanelOpts(n)).enableBrush(e.brushOption).updateCovers(e.areas.slice())},t.prototype.dispose=function(){this._brushController.dispose()},t.prototype._onBrush=function(e){var t=this.model.id,n=this.model.brushTargetManager.setOutputRanges(e.areas,this.ecModel);(!e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:t,areas:M(n),$from:t}),e.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:t,areas:M(n),$from:t})},t.type="brush",t}(bv),eG=ZK,tG="#ddd",nG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.areas=[],n.brushOption={},n}return a(t,e),t.prototype.optionUpdated=function(e,t){var n=this.option;!t&&FK(n,e,["inBrush","outOfBrush"]);var r=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:tG},r.hasOwnProperty("liftZ")||(r.liftZ=5)},t.prototype.setAreas=function(e){e&&(this.areas=R(e,(function(e){return rG(this.option,e)}),this))},t.prototype.setBrushOption=function(e){this.brushOption=rG(this.option,e),this.brushType=this.brushOption.brushType},t.type="brush",t.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],t.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},t}(sp);function rG(e,t){return E({brushType:e.brushType,brushMode:e.brushMode,transformable:e.transformable,brushStyle:new Id(e.brushStyle).getItemStyle(),removeOnClick:e.removeOnClick,z:e.z},t,!0)}var iG=nG,aG=["rect","polygon","lineX","lineY","keep","clear"],oG=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(e,t,n){var r,i,a;t.eachComponent({mainType:"brush"},(function(e){r=e.brushType,i=e.brushOption.brushMode||"single",a=a||!!e.areas.length})),this._brushType=r,this._brushMode=i,P(e.get("type",!0),(function(t){e.setIconStatus(t,("keep"===t?"multiple"===i:"clear"===t?a:t===r)?"emphasis":"normal")}))},t.prototype.updateView=function(e,t,n){this.render(e,t,n)},t.prototype.getIcons=function(){var e=this.model,t=e.get("icon",!0),n={};return P(e.get("type",!0),(function(e){t[e]&&(n[e]=t[e])})),n},t.prototype.onclick=function(e,t,n){var r=this._brushType,i=this._brushMode;"clear"===n?(t.dispatchAction({type:"axisAreaSelect",intervals:[]}),t.dispatchAction({type:"brush",command:"clear",areas:[]})):t.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?r:r!==n&&n,brushMode:"keep"===n?"multiple"===i?"single":"multiple":i}})},t.getDefaultOption=function(e){var t={show:!0,type:aG.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:e.getLocale(["toolbox","brush","title"])};return t},t}(UV),sG=oG;function lG(e){e.registerComponentView(eG),e.registerComponentModel(iG),e.registerPreprocessor(BK),e.registerVisual(e.PRIORITY.VISUAL.BRUSH,VK),e.registerAction({type:"brush",event:"brush",update:"updateVisual"},(function(e,t){t.eachComponent({mainType:"brush",query:e},(function(t){t.setAreas(e.areas)}))})),e.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},(function(){})),e.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},(function(){})),YV("brush",sG)}var cG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return a(t,e),t.type="title",t.defaultOption={zlevel:0,z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},t}(sp),uG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.render=function(e,t,n){if(this.group.removeAll(),e.get("show")){var r=this.group,i=e.getModel("textStyle"),a=e.getModel("subtextStyle"),o=e.get("textAlign"),s=oe(e.get("textBaseline"),e.get("textVerticalAlign")),l=new Pl({style:hd(i,{text:e.get("text"),fill:i.getTextColor()},{disableBox:!0}),z2:10}),c=l.getBoundingRect(),u=e.get("subtext"),h=new Pl({style:hd(a,{text:u,fill:a.getTextColor(),y:c.height+e.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=e.get("link"),f=e.get("sublink"),p=e.get("triggerEvent",!0);l.silent=!d&&!p,h.silent=!f&&!p,d&&l.on("click",(function(){jf(d,"_"+e.get("target"))})),f&&h.on("click",(function(){jf(f,"_"+e.get("subtarget"))})),Rl(l).eventData=Rl(h).eventData=p?{componentType:"title",componentIndex:e.componentIndex}:null,r.add(l),u&&r.add(h);var m=r.getBoundingRect(),g=e.getBoxLayoutParams();g.width=m.width,g.height=m.height;var v=qf(g,{width:n.getWidth(),height:n.getHeight()},e.get("padding"));o||(o=e.get("left")||e.get("right"),"middle"===o&&(o="center"),"right"===o?v.x+=v.width:"center"===o&&(v.x+=v.width/2)),s||(s=e.get("top")||e.get("bottom"),"center"===s&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),r.x=v.x,r.y=v.y,r.markRedraw();var A={align:o,verticalAlign:s};l.setStyle(A),h.setStyle(A),m=r.getBoundingRect();var y=v.margin,b=e.getItemStyle(["color","opacity"]);b.fill=e.get("backgroundColor");var _=new xl({shape:{x:m.x-y[3],y:m.y-y[0],width:m.width+y[1]+y[3],height:m.height+y[0]+y[2],r:e.get("borderRadius")},style:b,subPixelOptimize:!0,silent:!0});r.add(_)}},t.type="title",t}(bv);function hG(e){e.registerComponentModel(cG),e.registerComponentView(uG)}var dG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode="box",n}return a(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),this._initData()},t.prototype.mergeOption=function(t){e.prototype.mergeOption.apply(this,arguments),this._initData()},t.prototype.setCurrentIndex=function(e){null==e&&(e=this.option.currentIndex);var t=this._data.count();this.option.loop?e=(e%t+t)%t:(e>=t&&(e=t-1),e<0&&(e=0)),this.option.currentIndex=e},t.prototype.getCurrentIndex=function(){return this.option.currentIndex},t.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},t.prototype.setPlayState=function(e){this.option.autoPlay=!!e},t.prototype.getPlayState=function(){return!!this.option.autoPlay},t.prototype._initData=function(){var e,t=this.option,n=t.data||[],r=t.axisType,i=this._names=[];"category"===r?(e=[],P(n,(function(t,n){var r,a=pa(ra(t),"");q(t)?(r=M(t),r.value=n):r=n,e.push(r),i.push(a)}))):e=n;var a={category:"ordinal",time:"time",value:"number"}[r]||"number",o=this._data=new hC([{name:"value",type:a}],this);o.initData(e,i)},t.prototype.getData=function(){return this._data},t.prototype.getCategories=function(){if("category"===this.get("axisType"))return this._names.slice()},t.type="timeline",t.defaultOption={zlevel:0,z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},t}(sp),fG=dG,pG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="timeline.slider",t.defaultOption=Hd(fG.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),t}(fG);F(pG,hg.prototype);var mG=pG,gG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="timeline",t}(bv),vG=gG,AG=function(e){function t(t,n,r,i){var a=e.call(this,t,n,r)||this;return a.type=i||"value",a}return a(t,e),t.prototype.getLabelModel=function(){return this.model.getModel("label")},t.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},t}(YE),yG=AG,bG=Math.PI,_G=wa(),wG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.init=function(e,t){this.api=t},t.prototype.render=function(e,t,n){if(this.model=e,this.api=n,this.ecModel=t,this.group.removeAll(),e.get("show",!0)){var r=this._layout(e,n),i=this._createGroup("_mainGroup"),a=this._createGroup("_labelGroup"),o=this._axis=this._createAxis(r,e);e.formatTooltip=function(e){var t=o.scale.getLabel({value:e});return Qg("nameValue",{noName:!0,value:t})},P(["AxisLine","AxisTick","Control","CurrentPointer"],(function(t){this["_render"+t](r,i,o,e)}),this),this._renderAxisLabel(r,a,o,e),this._position(r,e)}this._doPlayStop(),this._updateTicksStatus()},t.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},t.prototype.dispose=function(){this._clearTimer()},t.prototype._layout=function(e,t){var n,r=e.get(["label","position"]),i=e.get("orient"),a=CG(e,t);n=null==r||"auto"===r?"horizontal"===i?a.y+a.height/2=0||"+"===n?"left":"right"},u={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},h={horizontal:0,vertical:bG/2},d="vertical"===i?a.height:a.width,f=e.getModel("controlStyle"),p=f.get("show",!0),m=p?f.get("itemSize"):0,g=p?f.get("itemGap"):0,v=m+g,A=e.get(["label","rotate"])||0;A=A*bG/180;var y=f.get("position",!0),b=p&&f.get("showPlayBtn",!0),_=p&&f.get("showPrevBtn",!0),w=p&&f.get("showNextBtn",!0),x=0,C=d;"left"===y||"bottom"===y?(b&&(o=[0,0],x+=v),_&&(s=[x,0],x+=v),w&&(l=[C-m,0],C-=v)):(b&&(o=[C-m,0],C-=v),_&&(s=[0,0],x+=v),w&&(l=[C-m,0],C-=v));var S=[x,C];return e.get("inverse")&&S.reverse(),{viewRect:a,mainLength:d,orient:i,rotation:h[i],labelRotation:A,labelPosOpt:n,labelAlign:e.get(["label","align"])||c[i],labelBaseline:e.get(["label","verticalAlign"])||e.get(["label","baseline"])||u[i],playPosition:o,prevBtnPosition:s,nextBtnPosition:l,axisExtent:S,controlSize:m,controlGap:g}},t.prototype._position=function(e,t){var n=this._mainGroup,r=this._labelGroup,i=e.viewRect;if("vertical"===e.orient){var a=Mt(),o=i.x,s=i.y+i.height;Dt(a,a,[-o,-s]),Lt(a,a,-bG/2),Dt(a,a,[o,s]),i=i.clone(),i.applyTransform(a)}var l=g(i),c=g(n.getBoundingRect()),u=g(r.getBoundingRect()),h=[n.x,n.y],d=[r.x,r.y];d[0]=h[0]=l[0][0];var f=e.labelPosOpt;if(null==f||K(f)){var p="+"===f?0:1;v(h,c,l,1,p),v(d,u,l,1,1-p)}else{p=f>=0?0:1;v(h,c,l,1,p),d[1]=h[1]+f}function m(e){e.originX=l[0][0]-e.x,e.originY=l[1][0]-e.y}function g(e){return[[e.x,e.x+e.width],[e.y,e.y+e.height]]}function v(e,t,n,r,i){e[r]+=n[r][i]-t[r][i]}n.setPosition(h),r.setPosition(d),n.rotation=r.rotation=e.rotation,m(n),m(r)},t.prototype._createAxis=function(e,t){var n=t.getData(),r=t.get("axisType"),i=xG(t,r);i.getTicks=function(){return n.mapArray(["value"],(function(e){return{value:e}}))};var a=n.getDataExtent("value");i.setExtent(a[0],a[1]),i.niceTicks();var o=new yG("value",i,e.axisExtent,r);return o.model=t,o},t.prototype._createGroup=function(e){var t=this[e]=new Ai;return this.group.add(t),t},t.prototype._renderAxisLine=function(e,t,n,r){var i=n.getExtent();if(r.get(["lineStyle","show"])){var a=new Ju({shape:{x1:i[0],y1:0,x2:i[1],y2:0},style:B({lineCap:"round"},r.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});t.add(a);var o=this._progressLine=new Ju({shape:{x1:i[0],x2:this._currentPointer?this._currentPointer.x:i[0],y1:0,y2:0},style:D({lineCap:"round",lineWidth:a.style.lineWidth},r.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});t.add(o)}},t.prototype._renderAxisTick=function(e,t,n,r){var i=this,a=r.getData(),o=n.scale.getTicks();this._tickSymbols=[],P(o,(function(e){var o=n.dataToCoord(e.value),s=a.getItemModel(e.value),l=s.getModel("itemStyle"),c=s.getModel(["emphasis","itemStyle"]),u=s.getModel(["progress","itemStyle"]),h={x:o,y:0,onclick:j(i._changeTimeline,i,e.value)},d=kG(s,l,t,h);d.ensureState("emphasis").style=c.getItemStyle(),d.ensureState("progress").style=u.getItemStyle(),Ic(d);var f=Rl(d);s.get("tooltip")?(f.dataIndex=e.value,f.dataModel=r):f.dataIndex=f.dataModel=null,i._tickSymbols.push(d)}))},t.prototype._renderAxisLabel=function(e,t,n,r){var i=this,a=n.getLabelModel();if(a.get("show")){var o=r.getData(),s=n.getViewLabels();this._tickLabels=[],P(s,(function(r){var a=r.tickValue,s=o.getItemModel(a),l=s.getModel("label"),c=s.getModel(["emphasis","label"]),u=s.getModel(["progress","label"]),h=n.dataToCoord(r.tickValue),d=new Pl({x:h,y:0,rotation:e.labelRotation-e.rotation,onclick:j(i._changeTimeline,i,a),silent:!1,style:hd(l,{text:r.formattedLabel,align:e.labelAlign,verticalAlign:e.labelBaseline})});d.ensureState("emphasis").style=hd(c),d.ensureState("progress").style=hd(u),t.add(d),Ic(d),_G(d).dataIndex=a,i._tickLabels.push(d)}))}},t.prototype._renderControl=function(e,t,n,r){var i=e.controlSize,a=e.rotation,o=r.getModel("controlStyle").getItemStyle(),s=r.getModel(["emphasis","controlStyle"]).getItemStyle(),l=r.getPlayState(),c=r.get("inverse",!0);function u(e,n,l,c){if(e){var u=dr(oe(r.get(["controlStyle",n+"BtnSize"]),i),i),h=[0,-u/2,u,u],d={position:e,origin:[i/2,0],rotation:c?-a:0,rectHover:!0,style:o,onclick:l},f=SG(r,n+"Icon",h,d);f.ensureState("emphasis").style=s,t.add(f),Ic(f)}}u(e.nextBtnPosition,"next",j(this._changeTimeline,this,c?"-":"+")),u(e.prevBtnPosition,"prev",j(this._changeTimeline,this,c?"+":"-")),u(e.playPosition,l?"stop":"play",j(this._handlePlayClick,this,!l),!0)},t.prototype._renderCurrentPointer=function(e,t,n,r){var i=r.getData(),a=r.getCurrentIndex(),o=i.getItemModel(a).getModel("checkpointStyle"),s=this,l={onCreate:function(e){e.draggable=!0,e.drift=j(s._handlePointerDrag,s),e.ondragend=j(s._handlePointerDragend,s),MG(e,s._progressLine,a,n,r,!0)},onUpdate:function(e){MG(e,s._progressLine,a,n,r)}};this._currentPointer=kG(o,o,this._mainGroup,{},this._currentPointer,l)},t.prototype._handlePlayClick=function(e){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:e,from:this.uid})},t.prototype._handlePointerDrag=function(e,t,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},t.prototype._handlePointerDragend=function(e){this._pointerChangeTimeline([e.offsetX,e.offsetY],!0)},t.prototype._pointerChangeTimeline=function(e,t){var n=this._toAxisCoord(e)[0],r=this._axis,i=Li(r.getExtent().slice());n>i[1]&&(n=i[1]),n=0&&(o[a]=+o[a].toFixed(d)),[o,h]}var jG={min:Q($G,"min"),max:Q($G,"max"),average:Q($G,"average"),median:Q($G,"median")};function QG(e,t){var n=e.getData(),r=e.coordinateSystem;if(t&&!YG(t)&&!V(t.coord)&&r){var i=r.dimensions,a=VG(t,n,r,e);if(t=M(t),t.type&&jG[t.type]&&a.baseAxis&&a.valueAxis){var o=O(i,a.baseAxis.dim),s=O(i,a.valueAxis.dim),l=jG[t.type](n,a.baseDataDim,a.valueDataDim,o,s);t.coord=l[0],t.value=l[1]}else{for(var c=[null!=t.xAxis?t.xAxis:t.radiusAxis,null!=t.yAxis?t.yAxis:t.angleAxis],u=0;u<2;u++)jG[c[u]]&&(c[u]=XG(n,n.mapDimension(i[u]),c[u]));t.coord=c}}return t}function VG(e,t,n,r){var i={};return null!=e.valueIndex||null!=e.valueDim?(i.valueDataDim=null!=e.valueIndex?t.getDimension(e.valueIndex):e.valueDim,i.valueAxis=n.getAxis(WG(r,i.valueDataDim)),i.baseAxis=n.getOtherAxis(i.valueAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim)):(i.baseAxis=r.getBaseAxis(),i.valueAxis=n.getOtherAxis(i.baseAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim),i.valueDataDim=t.mapDimension(i.valueAxis.dim)),i}function WG(e,t){var n=e.getData(),r=n.dimensions;t=n.getDimension(t);for(var i=0;i=0&&"number"===typeof l&&(l=+l.toFixed(Math.min(m,20))),f.coord[h]=p.coord[h]=l,i=[f,p,{type:o,valueIndex:r.valueIndex,value:l}]}else i=[]}var g=[QG(e,i[0]),QG(e,i[1]),B({},i[2])];return g[2].type=g[2].type||null,E(g[2],g[0]),E(g[2],g[1]),g};function cX(e){return!isNaN(e)&&!isFinite(e)}function uX(e,t,n,r){var i=1-e,a=r.dimensions[e];return cX(t[i])&&cX(n[i])&&t[e]===n[e]&&r.getAxis(a).containData(t[e])}function hX(e,t){if("cartesian2d"===e.type){var n=t[0].coord,r=t[1].coord;if(n&&r&&(uX(1,n,r,e)||uX(0,n,r,e)))return!0}return KG(e,t[0])&&KG(e,t[1])}function dX(e,t,n,r,i){var a,o=r.coordinateSystem,s=e.getItemModel(t),l=Bi(s.get("x"),i.getWidth()),c=Bi(s.get("y"),i.getHeight());if(isNaN(l)||isNaN(c)){if(r.getMarkerPosition)a=r.getMarkerPosition(e.getValues(e.dimensions,t));else{var u=o.dimensions,h=e.get(u[0],t),d=e.get(u[1],t);a=o.dataToPoint([h,d])}if(aS(o,"cartesian2d")){var f=o.getAxis("x"),p=o.getAxis("y");u=o.dimensions;cX(e.get(u[0],t))?a[0]=f.toGlobalCoord(f.getExtent()[n?0:1]):cX(e.get(u[1],t))&&(a[1]=p.toGlobalCoord(p.getExtent()[n?0:1]))}isNaN(l)||(a[0]=l),isNaN(c)||(a[1]=c)}else a=[l,c];e.setItemLayout(t,a)}var fX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries((function(e){var t=RG.getMarkerModelFromSeries(e,"markLine");if(t){var r=t.getData(),i=sX(t).from,a=sX(t).to;i.each((function(t){dX(i,t,!0,e,n),dX(a,t,!1,e,n)})),r.each((function(e){r.setItemLayout(e,[i.getItemLayout(e),a.getItemLayout(e)])})),this.markerGroupMap.get(e.id).updateLayout()}}),this)},t.prototype.renderSeries=function(e,t,n,r){var i=e.coordinateSystem,a=e.id,o=e.getData(),s=this.markerGroupMap,l=s.get(a)||s.set(a,new sF);this.group.add(l.group);var c=pX(i,e,t),u=c.from,h=c.to,d=c.line;sX(t).from=u,sX(t).to=h,t.setData(d);var f=t.get("symbol"),p=t.get("symbolSize");function m(t,n,i){var a=t.getItemModel(n);dX(t,n,i,e,r);var s=a.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=kA(o,"color")),t.setItemVisual(n,{symbolRotate:a.get("symbolRotate"),symbolSize:a.get("symbolSize")||p[i?0:1],symbol:a.get("symbol",!0)||f[i?0:1],style:s})}V(f)||(f=[f,f]),V(p)||(p=[p,p]),c.from.each((function(e){m(u,e,!0),m(h,e,!1)})),d.each((function(e){var t=d.getItemModel(e).getModel("lineStyle").getLineStyle();d.setItemLayout(e,[u.getItemLayout(e),h.getItemLayout(e)]),null==t.stroke&&(t.stroke=u.getItemVisual(e,"style").fill),d.setItemVisual(e,{fromSymbolRotate:u.getItemVisual(e,"symbolRotate"),fromSymbolSize:u.getItemVisual(e,"symbolSize"),fromSymbol:u.getItemVisual(e,"symbol"),toSymbolRotate:h.getItemVisual(e,"symbolRotate"),toSymbolSize:h.getItemVisual(e,"symbolSize"),toSymbol:h.getItemVisual(e,"symbol"),style:t})})),l.updateData(d),c.line.eachItemGraphicEl((function(e,n){e.traverse((function(e){Rl(e).dataModel=t}))})),this.markKeep(l),l.group.silent=t.get("silent")||e.get("silent")},t.type="markLine",t}(ZG);function pX(e,t,n){var r;r=e?R(e&&e.dimensions,(function(e){var n=t.getData().getDimensionInfo(t.getData().mapDimension(e))||{};return D({name:e},n)})):[{name:"value",type:"float"}];var i=new hC(r,n),a=new hC(r,n),o=new hC([],n),s=R(n.get("data"),Q(lX,t,e,n));e&&(s=U(s,Q(hX,e)));var l=e?GG:function(e){return e.value};return i.initData(R(s,(function(e){return e[0]})),null,l),a.initData(R(s,(function(e){return e[1]})),null,l),o.initData(R(s,(function(e){return e[2]}))),o.hasItemOption=!0,{from:i,to:a,line:o}}var mX=fX;function gX(e){e.registerComponentModel(oX),e.registerComponentView(mX),e.registerPreprocessor((function(e){e.markLine=e.markLine||{}}))}var vX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markArea",t.defaultOption={zlevel:0,z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},t}(RG),AX=vX,yX=wa(),bX=function(e,t,n,r){var i=QG(e,r[0]),a=QG(e,r[1]),o=i.coord,s=a.coord;o[0]=ae(o[0],-1/0),o[1]=ae(o[1],-1/0),s[0]=ae(s[0],1/0),s[1]=ae(s[1],1/0);var l=T([{},i,a]);return l.coord=[i.coord,a.coord],l.x0=i.x,l.y0=i.y,l.x1=a.x,l.y1=a.y,l};function _X(e){return!isNaN(e)&&!isFinite(e)}function wX(e,t,n,r){var i=1-e;return _X(t[i])&&_X(n[i])}function xX(e,t){var n=t.coord[0],r=t.coord[1];return!!(aS(e,"cartesian2d")&&n&&r&&(wX(1,n,r,e)||wX(0,n,r,e)))||(KG(e,{coord:n,x:t.x0,y:t.y0})||KG(e,{coord:r,x:t.x1,y:t.y1}))}function CX(e,t,n,r,i){var a,o=r.coordinateSystem,s=e.getItemModel(t),l=Bi(s.get(n[0]),i.getWidth()),c=Bi(s.get(n[1]),i.getHeight());if(isNaN(l)||isNaN(c)){if(r.getMarkerPosition)a=r.getMarkerPosition(e.getValues(n,t));else{var u=e.get(n[0],t),h=e.get(n[1],t),d=[u,h];o.clampData&&o.clampData(d,d),a=o.dataToPoint(d,!0)}if(aS(o,"cartesian2d")){var f=o.getAxis("x"),p=o.getAxis("y");u=e.get(n[0],t),h=e.get(n[1],t);_X(u)?a[0]=f.toGlobalCoord(f.getExtent()["x0"===n[0]?0:1]):_X(h)&&(a[1]=p.toGlobalCoord(p.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(a[0]=l),isNaN(c)||(a[1]=c)}else a=[l,c];return a}var SX=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],kX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries((function(e){var t=RG.getMarkerModelFromSeries(e,"markArea");if(t){var r=t.getData();r.each((function(t){var i=R(SX,(function(i){return CX(r,t,i,e,n)}));r.setItemLayout(t,i);var a=r.getItemGraphicEl(t);a.setShape("points",i)}))}}),this)},t.prototype.renderSeries=function(e,t,n,r){var i=e.coordinateSystem,a=e.id,o=e.getData(),s=this.markerGroupMap,l=s.get(a)||s.set(a,{group:new Ai});this.group.add(l.group),this.markKeep(l);var c=MX(i,e,t);t.setData(c),c.each((function(t){var n=R(SX,(function(n){return CX(c,t,n,e,r)})),a=!0;P(SX,(function(e){if(a){var n=c.get(e[0],t),r=c.get(e[1],t);(_X(n)||i.getAxis("x").containData(n))&&(_X(r)||i.getAxis("y").containData(r))&&(a=!1)}})),c.setItemLayout(t,{points:n,allClipped:a});var s=c.getItemModel(t).getModel("itemStyle").getItemStyle(),l=kA(o,"color");s.fill||(s.fill=l,"string"===typeof s.fill&&(s.fill=bn(s.fill,.4))),s.stroke||(s.stroke=l),c.setItemVisual(t,"style",s)})),c.diff(yX(l).data).add((function(e){var t=c.getItemLayout(e);if(!t.allClipped){var n=new Qu({shape:{points:t.points}});c.setItemGraphicEl(e,n),l.group.add(n)}})).update((function(e,n){var r=yX(l).data.getItemGraphicEl(n),i=c.getItemLayout(e);i.allClipped?r&&l.group.remove(r):(r?zh(r,{shape:{points:i.points}},t,e):r=new Qu({shape:{points:i.points}}),c.setItemGraphicEl(e,r),l.group.add(r))})).remove((function(e){var t=yX(l).data.getItemGraphicEl(e);l.group.remove(t)})).execute(),c.eachItemGraphicEl((function(e,n){var r=c.getItemModel(n),i=c.getItemVisual(n,"style");e.useStyle(c.getItemVisual(n,"style")),cd(e,ud(r),{labelFetcher:t,labelDataIndex:n,defaultText:c.getName(n)||"",inheritColor:"string"===typeof i.fill?bn(i.fill,1):"#000"}),Rc(e,r),Ic(e),Rl(e).dataModel=t})),yX(l).data=c,l.group.silent=t.get("silent")||e.get("silent")},t.type="markArea",t}(ZG);function MX(e,t,n){var r,i,a=["x0","y0","x1","y1"];e?(r=R(e&&e.dimensions,(function(e){var n=t.getData(),r=n.getDimensionInfo(n.mapDimension(e))||{};return D({name:e},r)})),i=new hC(R(a,(function(e,t){return{name:e,type:r[t%2].type}})),n)):(r=[{name:"value",type:"float"}],i=new hC(r,n));var o=R(n.get("data"),Q(bX,t,e,n));e&&(o=U(o,Q(xX,e)));var s=e?function(e,t,n,r){return e.coord[Math.floor(r/2)][r%2]}:function(e){return e.value};return i.initData(o,null,s),i.hasItemOption=!0,i}var EX=kX;function TX(e){e.registerComponentModel(AX),e.registerComponentView(EX),e.registerPreprocessor((function(e){e.markArea=e.markArea||{}}))}var BX=function(e,t){return"all"===t?{type:"all",title:e.getLocale(["legend","selector","all"])}:"inverse"===t?{type:"inverse",title:e.getLocale(["legend","selector","inverse"])}:void 0},DX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return a(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),e.selected=e.selected||{},this._updateSelector(e)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),this._updateSelector(t)},t.prototype._updateSelector=function(e){var t=e.selector,n=this.ecModel;!0===t&&(t=e.selector=["all","inverse"]),V(t)&&P(t,(function(e,r){K(e)&&(e={type:e}),t[r]=E(e,BX(n,e.type))}))},t.prototype.optionUpdated=function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&"single"===this.get("selectedMode")){for(var t=!1,n=0;n=0},t.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},t.type="legend.plain",t.dependencies=["series"],t.defaultOption={zlevel:0,z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",itemStyle:{borderWidth:0},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:" sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},t}(sp),LX=DX,OX=Q,IX=P,FX=Ai,NX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!1,n}return a(t,e),t.prototype.init=function(){this.group.add(this._contentGroup=new FX),this.group.add(this._selectorGroup=new FX),this._isFirstRender=!0},t.prototype.getContentGroup=function(){return this._contentGroup},t.prototype.getSelectorGroup=function(){return this._selectorGroup},t.prototype.render=function(e,t,n){var r=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),e.get("show",!0)){var i=e.get("align"),a=e.get("orient");i&&"auto"!==i||(i="right"===e.get("left")&&"vertical"===a?"right":"left");var o=e.get("selector",!0),s=e.get("selectorPosition",!0);!o||s&&"auto"!==s||(s="horizontal"===a?"end":"start"),this.renderInner(i,e,t,n,o,a,s);var l=e.getBoxLayoutParams(),c={width:n.getWidth(),height:n.getHeight()},u=e.get("padding"),h=qf(l,c,u),d=this.layoutInner(e,i,h,r,o,s),f=qf(D({width:d.width,height:d.height},l),c,u);this.group.x=f.x-d.x,this.group.y=f.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=WV(d,e))}},t.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},t.prototype.renderInner=function(e,t,n,r,i,a,o){var s=this.getContentGroup(),l=ge(),c=t.get("selectedMode"),u=[];n.eachRawSeries((function(e){!e.get("legendHoverLink")&&u.push(e.id)})),IX(t.getData(),(function(i,a){var o=i.get("name");if(!this.newlineDisabled&&(""===o||"\n"===o)){var h=new FX;return h.newline=!0,void s.add(h)}var d=n.getSeriesByName(o)[0];if(!l.get(o)){if(d){var f=d.getData(),p=f.getVisual("style"),m=p[f.getVisual("drawType")]||p.fill,g=p.stroke,v=p.decal,A=f.getVisual("legendSymbol")||"roundRect",y=f.getVisual("symbol"),b=this._createItem(o,a,i,t,A,y,e,m,g,v,c);b.on("click",OX(RX,o,null,r,u)).on("mouseover",OX(UX,d.name,null,r,u)).on("mouseout",OX(zX,d.name,null,r,u)),l.set(o,!0)}else n.eachRawSeries((function(n){if(!l.get(o)&&n.legendVisualProvider){var s=n.legendVisualProvider;if(!s.containName(o))return;var h=s.indexOfName(o),d=s.getItemVisual(h,"style"),f=d.stroke,p=d.decal,m=d.fill,g=fn(d.fill);g&&0===g[3]&&(g[3]=.2,m=_n(g,"rgba"));var v="roundRect",A=this._createItem(o,a,i,t,v,null,e,m,f,p,c);A.on("click",OX(RX,null,o,r,u)).on("mouseover",OX(UX,null,o,r,u)).on("mouseout",OX(zX,null,o,r,u)),l.set(o,!0)}}),this);0}}),this),i&&this._createSelector(i,t,r,a,o)},t.prototype._createSelector=function(e,t,n,r,i){var a=this.getSelectorGroup();IX(e,(function(e){var r=e.type,i=new Pl({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===r?"legendAllSelect":"legendInverseSelect"})}});a.add(i);var o=t.getModel("selectorLabel"),s=t.getModel(["emphasis","selectorLabel"]);cd(i,{normal:o,emphasis:s},{defaultText:e.title}),Ic(i)}))},t.prototype._createItem=function(e,t,n,r,i,a,o,s,l,c,u){var h=r.get("itemWidth"),d=r.get("itemHeight"),f=r.get("inactiveColor"),p=r.get("inactiveBorderColor"),m=r.get("symbolKeepAspect"),g=r.getModel("itemStyle"),v=r.isSelected(e),A=new FX,y=n.getModel("textStyle"),b=n.get("icon"),_=n.getModel("tooltip"),w=_.parentModel;i=b||i;var x=Ty(i,0,0,h,d,v?s:f,null==m||m);if(A.add(PX(x,i,g,l,p,c,v)),!b&&a&&(a!==i||"none"===a)){var C=.8*d;"none"===a&&(a="circle");var S=Ty(a,(h-C)/2,(d-C)/2,C,C,v?s:f,null==m||m);A.add(PX(S,a,g,l,p,c,v))}var k="left"===o?h+5:-5,M=o,E=r.get("formatter"),T=e;"string"===typeof E&&E?T=E.replace("{name}",null!=e?e:""):"function"===typeof E&&(T=E(e)),A.add(new Pl({style:hd(y,{text:T,x:k,y:d/2,fill:v?y.getTextColor():f,align:M,verticalAlign:"middle"})}));var D=new xl({shape:A.getBoundingRect(),invisible:!0});if(_.get("show")){var L={componentType:"legend",legendIndex:r.componentIndex,name:e,$vars:["name"]};D.tooltip=B({content:e,formatter:w.get("formatter",!0)||function(e){return e.name},formatterParams:L},_.option)}return A.add(D),A.eachChild((function(e){e.silent=!0})),D.silent=!u,this.getContentGroup().add(A),Ic(A),A.__legendDataIndex=t,A},t.prototype.layoutInner=function(e,t,n,r,i,a){var o=this.getContentGroup(),s=this.getSelectorGroup();Gf(e.get("orient"),o,e.get("itemGap"),n.width,n.height);var l=o.getBoundingRect(),c=[-l.x,-l.y];if(s.markRedraw(),o.markRedraw(),i){Gf("horizontal",s,e.get("selectorItemGap",!0));var u=s.getBoundingRect(),h=[-u.x,-u.y],d=e.get("selectorButtonGap",!0),f=e.getOrient().index,p=0===f?"width":"height",m=0===f?"height":"width",g=0===f?"y":"x";"end"===a?h[f]+=l[p]+d:c[f]+=u[p]+d,h[1-f]+=l[m]/2-u[m]/2,s.x=h[0],s.y=h[1],o.x=c[0],o.y=c[1];var v={x:0,y:0};return v[p]=l[p]+d+u[p],v[m]=Math.max(l[m],u[m]),v[g]=Math.min(0,u[g]+h[1-f]),v}return o.x=c[0],o.y=c[1],this.group.getBoundingRect()},t.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},t.type="legend.plain",t}(bv);function PX(e,t,n,r,i,a,o){var s;return"line"!==t&&t.indexOf("empty")<0?(s=n.getItemStyle(),e.style.stroke=r,e.style.decal=a,o||(s.stroke=i)):s=n.getItemStyle(["borderWidth","borderColor"]),e.setStyle(s),e}function RX(e,t,n,r){zX(e,t,n,r),n.dispatchAction({type:"legendToggleSelect",name:null!=e?e:t}),UX(e,t,n,r)}function HX(e){var t,n=e.getZr().storage.getDisplayList(),r=0,i=n.length;while(rn[i],p=[-h.x,-h.y];t||(p[r]=l[s]);var m=[0,0],g=[-d.x,-d.y],v=oe(e.get("pageButtonGap",!0),e.get("itemGap",!0));if(f){var A=e.get("pageButtonPosition",!0);"end"===A?g[r]+=n[i]-d[i]:m[r]+=d[i]+v}g[1-r]+=h[a]/2-d[a]/2,l.setPosition(p),c.setPosition(m),u.setPosition(g);var y={x:0,y:0};if(y[i]=f?n[i]:h[i],y[a]=Math.max(h[a],d[a]),y[o]=Math.min(0,d[o]+g[1-r]),c.__rectSize=n[i],f){var b={x:0,y:0};b[i]=Math.max(n[i]-d[i]-v,0),b[a]=y[a],c.setClipPath(new xl({shape:b})),c.__rectSize=b[i]}else u.eachChild((function(e){e.attr({invisible:!0,silent:!0})}));var _=this._getPageInfo(e);return null!=_.pageIndex&&zh(l,{x:_.contentPosition[0],y:_.contentPosition[1]},f?e:null),this._updatePageInfoView(e,_),y},t.prototype._pageGo=function(e,t,n){var r=this._getPageInfo(t)[e];null!=r&&n.dispatchAction({type:"legendScroll",scrollDataIndex:r,legendId:t.id})},t.prototype._updatePageInfoView=function(e,t){var n=this._controllerGroup;P(["pagePrev","pageNext"],(function(r){var i=r+"DataIndex",a=null!=t[i],o=n.childOfName(r);o&&(o.setStyle("fill",a?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),o.cursor=a?"pointer":"default")}));var r=n.childOfName("pageText"),i=e.get("pageFormatter"),a=t.pageIndex,o=null!=a?a+1:0,s=t.pageCount;r&&i&&r.setStyle("text",K(i)?i.replace("{current}",null==o?"":o+"").replace("{total}",null==s?"":s+""):i({current:o,total:s}))},t.prototype._getPageInfo=function(e){var t=e.get("scrollDataIndex",!0),n=this.getContentGroup(),r=this._containerGroup.__rectSize,i=e.getOrient().index,a=qX[i],o=JX[i],s=this._findTargetItemIndex(t),l=n.children(),c=l[s],u=l.length,h=u?1:0,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!c)return d;var f=A(c);d.contentPosition[i]=-f.s;for(var p=s+1,m=f,g=f,v=null;p<=u;++p)v=A(l[p]),(!v&&g.e>m.s+r||v&&!y(v,m.s))&&(m=g.i>m.i?g:v,m&&(null==d.pageNextDataIndex&&(d.pageNextDataIndex=m.i),++d.pageCount)),g=v;for(p=s-1,m=f,g=f,v=null;p>=-1;--p)v=A(l[p]),v&&y(g,v.s)||!(m.i=t&&e.s<=t+r}},t.prototype._findTargetItemIndex=function(e){if(!this._showController)return 0;var t,n,r=this.getContentGroup();return r.eachChild((function(r,i){var a=r.__legendDataIndex;null==n&&null!=a&&(n=i),a===e&&(t=i)})),null!=t?t:n},t.type="legend.scroll",t}(YX),eq=ZX;function tq(e){e.registerAction("legendScroll","legendscroll",(function(e,t){var n=e.scrollDataIndex;null!=n&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},(function(e){e.setScrollDataIndex(n)}))}))}function nq(e){nw(VX),e.registerComponentModel(GX),e.registerComponentView(eq),tq(e)}function rq(e){nw(VX),nw(nq)}var iq=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="dataZoom.inside",t.defaultOption=Hd(wV.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),t}(wV),aq=iq,oq=wa();function sq(e,t,n){oq(e).coordSysRecordMap.each((function(e){var r=e.dataZoomInfoMap.get(t.uid);r&&(r.getRange=n)}))}function lq(e,t){for(var n=oq(e).coordSysRecordMap,r=n.keys(),i=0;ir[n+t]&&(t=o),i=i&&a.get("preventDefaultMouseMove",!0)})),{controlType:t,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!i}}}function pq(e){e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,(function(e,t){var n=oq(t),r=n.coordSysRecordMap||(n.coordSysRecordMap=ge());r.each((function(e){e.dataZoomInfoMap=null})),e.eachComponent({mainType:"dataZoom",subType:"inside"},(function(e){var n=AV(e);P(n.infoList,(function(n){var i=n.model.uid,a=r.get(i)||r.set(i,uq(t,n.model)),o=a.dataZoomInfoMap||(a.dataZoomInfoMap=ge());o.set(e.uid,{dzReferCoordSysInfo:n,model:e,getRange:null})}))})),r.each((function(e){var t,n=e.controller,i=e.dataZoomInfoMap;if(i){var a=i.keys()[0];null!=a&&(t=i.get(a))}if(t){var o=fq(i);n.enable(o.controlType,o.opt),n.setPointerChecker(e.containsPoint),Fv(e,"dispatchAction",t.model.get("throttle",!0),"fixRate")}else cq(r,e)}))}))}var mq=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return a(t,e),t.prototype.render=function(t,n,r){e.prototype.render.apply(this,arguments),t.noTarget()?this._clear():(this.range=t.getPercentRange(),sq(r,t,{pan:j(gq.pan,this),zoom:j(gq.zoom,this),scrollMove:j(gq.scrollMove,this)}))},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){lq(this.api,this.dataZoomModel),this.range=null},t.type="dataZoom.inside",t}(kV),gq={zoom:function(e,t,n,r){var i=this.range,a=i.slice(),o=e.axisModels[0];if(o){var s=Aq[t](null,[r.originX,r.originY],o,n,e),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(a[1]-a[0])+a[0],c=Math.max(1/r.scale,0);a[0]=(a[0]-l)*c+l,a[1]=(a[1]-l)*c+l;var u=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return kN(0,a,[0,100],0,u.minSpan,u.maxSpan),this.range=a,i[0]!==a[0]||i[1]!==a[1]?a:void 0}},pan:vq((function(e,t,n,r,i,a){var o=Aq[r]([a.oldX,a.oldY],[a.newX,a.newY],t,i,n);return o.signal*(e[1]-e[0])*o.pixel/o.pixelLength})),scrollMove:vq((function(e,t,n,r,i,a){var o=Aq[r]([0,0],[a.scrollDelta,a.scrollDelta],t,i,n);return o.signal*(e[1]-e[0])*a.scrollDelta}))};function vq(e){return function(t,n,r,i){var a=this.range,o=a.slice(),s=t.axisModels[0];if(s){var l=e(o,s,t,n,r,i);return kN(l,o,[0,100],"all"),this.range=o,a[0]!==o[0]||a[1]!==o[1]?o:void 0}}}var Aq={grid:function(e,t,n,r,i){var a=n.axis,o={},s=i.model.coordinateSystem.getRect();return e=e||[0,0],"x"===a.dim?(o.pixel=t[0]-e[0],o.pixelLength=s.width,o.pixelStart=s.x,o.signal=a.inverse?1:-1):(o.pixel=t[1]-e[1],o.pixelLength=s.height,o.pixelStart=s.y,o.signal=a.inverse?-1:1),o},polar:function(e,t,n,r,i){var a=n.axis,o={},s=i.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),c=s.getAngleAxis().getExtent();return e=e?s.pointToCoord(e):[0,0],t=s.pointToCoord(t),"radiusAxis"===n.mainType?(o.pixel=t[0]-e[0],o.pixelLength=l[1]-l[0],o.pixelStart=l[0],o.signal=a.inverse?1:-1):(o.pixel=t[1]-e[1],o.pixelLength=c[1]-c[0],o.pixelStart=c[0],o.signal=a.inverse?-1:1),o},singleAxis:function(e,t,n,r,i){var a=n.axis,o=i.model.coordinateSystem.getRect(),s={};return e=e||[0,0],"horizontal"===a.orient?(s.pixel=t[0]-e[0],s.pixelLength=o.width,s.pixelStart=o.x,s.signal=a.inverse?1:-1):(s.pixel=t[1]-e[1],s.pixelLength=o.height,s.pixelStart=o.y,s.signal=a.inverse?-1:1),s}},yq=mq;function bq(e){RV(e),e.registerComponentModel(aq),e.registerComponentView(yq),pq(e)}var _q=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.type="dataZoom.slider",t.layoutMode="box",t.defaultOption=Hd(wV.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),t}(wV),wq=_q,xq=xl,Cq=7,Sq=1,kq=30,Mq=7,Eq="horizontal",Tq="vertical",Bq=5,Dq=["line","bar","candlestick","scatter"],Lq={easing:"cubicOut",duration:100},Oq=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._displayables={},n}return a(t,e),t.prototype.init=function(e,t){this.api=t,this._onBrush=j(this._onBrush,this),this._onBrushEnd=j(this._onBrushEnd,this)},t.prototype.render=function(t,n,r,i){if(e.prototype.render.apply(this,arguments),Fv(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),!1!==t.get("show")){if(t.noTarget())return this._clear(),void this.group.removeAll();i&&"dataZoom"===i.type&&i.from===this.uid||this._buildView(),this._updateView()}else this.group.removeAll()},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){Nv(this,"_dispatchZoomAction");var e=this.api.getZr();e.off("mousemove",this._onBrush),e.off("mouseup",this._onBrushEnd)},t.prototype._buildView=function(){var e=this.group;e.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var t=this._displayables.sliderGroup=new Ai;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),e.add(t),this._positionGroup()},t.prototype._resetLocation=function(){var e=this.dataZoomModel,t=this.api,n=e.get("brushSelect"),r=n?Mq:0,i=this._findCoordRect(),a={width:t.getWidth(),height:t.getHeight()},o=this._orient===Eq?{right:a.width-i.x-i.width,top:a.height-kq-Cq-r,width:i.width,height:kq}:{right:Cq,top:i.y,width:kq,height:i.height},s=np(e.option);P(["right","top","width","height"],(function(e){"ph"===s[e]&&(s[e]=o[e])}));var l=qf(s,a);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===Tq&&this._size.reverse()},t.prototype._positionGroup=function(){var e=this.group,t=this._location,n=this._orient,r=this.dataZoomModel.getFirstTargetAxisModel(),i=r&&r.get("inverse"),a=this._displayables.sliderGroup,o=(this._dataShadowInfo||{}).otherAxisInverse;a.attr(n!==Eq||i?n===Eq&&i?{scaleY:o?1:-1,scaleX:-1}:n!==Tq||i?{scaleY:o?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:o?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:o?1:-1,scaleX:1});var s=e.getBoundingRect([a]);e.x=t.x-s.x,e.y=t.y-s.y,e.markRedraw()},t.prototype._getViewExtent=function(){return[0,this._size[0]]},t.prototype._renderBackground=function(){var e=this.dataZoomModel,t=this._size,n=this._displayables.sliderGroup,r=e.get("brushSelect");n.add(new xq({silent:!0,shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:e.get("backgroundColor")},z2:-40}));var i=new xq({shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:"transparent"},z2:0,onclick:j(this._onClickPanel,this)}),a=this.api.getZr();r?(i.on("mousedown",this._onBrushStart,this),i.cursor="crosshair",a.on("mousemove",this._onBrush),a.on("mouseup",this._onBrushEnd)):(a.off("mousemove",this._onBrush),a.off("mouseup",this._onBrushEnd)),n.add(i)},t.prototype._renderDataShadow=function(){var e=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],e){var t=this._size,n=e.series,r=n.getRawData(),i=n.getShadowDim?n.getShadowDim():e.otherDim;if(null!=i){var a=r.getDataExtent(i),o=.3*(a[1]-a[0]);a=[a[0]-o,a[1]+o];var s,l=[0,t[1]],c=[0,t[0]],u=[[t[0],0],[0,0]],h=[],d=c[1]/(r.count()-1),f=0,p=Math.round(r.count()/t[0]);r.each([i],(function(e,t){if(p>0&&t%p)f+=d;else{var n=null==e||isNaN(e)||""===e,r=n?0:Ti(e,a,l,!0);n&&!s&&t?(u.push([u[u.length-1][0],0]),h.push([h[h.length-1][0],0])):!n&&s&&(u.push([f,0]),h.push([f,0])),u.push([f,r]),h.push([f,r]),f+=d,s=n}}));for(var m=this.dataZoomModel,g=0;g<3;g++){var v=A(1===g);this._displayables.sliderGroup.add(v),this._displayables.dataShadowSegs.push(v)}}}function A(e){var t=m.getModel(e?"selectedDataBackground":"dataBackground"),n=new Ai,r=new Qu({shape:{points:u},segmentIgnoreThreshold:1,style:t.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),i=new Ku({shape:{points:h},segmentIgnoreThreshold:1,style:t.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(r),n.add(i),n}},t.prototype._prepareDataShadowInfo=function(){var e=this.dataZoomModel,t=e.get("showDataShadow");if(!1!==t){var n,r=this.ecModel;return e.eachTargetAxis((function(i,a){var o=e.getAxisProxy(i,a).getTargetSeriesModels();P(o,(function(e){if(!n&&!(!0!==t&&O(Dq,e.get("type"))<0)){var o,s=r.getComponent(gV(i),a).axis,l=Iq(i),c=e.coordinateSystem;null!=l&&c.getOtherAxis&&(o=c.getOtherAxis(s).inverse),l=e.getData().mapDimension(l),n={thisAxis:s,series:e,thisDim:i,otherDim:l,otherAxisInverse:o}}}),this)}),this),n}},t.prototype._renderHandle=function(){var e=this.group,t=this._displayables,n=t.handles=[null,null],r=t.handleLabels=[null,null],i=this._displayables.sliderGroup,a=this._size,o=this.dataZoomModel,s=this.api,l=o.get("borderRadius")||0,c=o.get("brushSelect"),u=t.filler=new xq({silent:c,style:{fill:o.get("fillerColor")},textConfig:{position:"inside"}});i.add(u),i.add(new xq({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:a[0],height:a[1],r:l},style:{stroke:o.get("dataBackgroundColor")||o.get("borderColor"),lineWidth:Sq,fill:"rgba(0,0,0,0)"}})),P([0,1],(function(t){var a=o.get("handleIcon");!ky[a]&&a.indexOf("path://")<0&&a.indexOf("image://")<0&&(a="path://"+a);var s=Ty(a,-1,0,2,2,null,!0);s.attr({cursor:Fq(this._orient),draggable:!0,drift:j(this._onDragMove,this,t),ondragend:j(this._onDragEnd,this),onmouseover:j(this._showDataInfo,this,!0),onmouseout:j(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),c=o.get("handleSize");this._handleHeight=Bi(c,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(o.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=o.getModel(["emphasis","handleStyle"]).getItemStyle(),Ic(s);var u=o.get("handleColor");null!=u&&(s.style.fill=u),i.add(n[t]=s);var h=o.getModel("textStyle");e.add(r[t]=new Pl({silent:!0,invisible:!0,style:{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:h.getTextColor(),font:h.getFont()},z2:10}))}),this);var h=u;if(c){var d=Bi(o.get("moveHandleSize"),a[1]),f=t.moveHandle=new xl({style:o.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:a[1]-.5,height:d}}),p=.8*d,m=t.moveHandleIcon=Ty(o.get("moveHandleIcon"),-p/2,-p/2,p,p,"#fff",!0);m.silent=!0,m.y=a[1]+d/2-.5,f.ensureState("emphasis").style=o.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var g=Math.min(a[1]/2,Math.max(d,10));h=t.moveZone=new xl({invisible:!0,shape:{y:a[1]-g,height:d+g}}),h.on("mouseover",(function(){s.enterEmphasis(f)})).on("mouseout",(function(){s.leaveEmphasis(f)})),i.add(f),i.add(m),i.add(h)}h.attr({draggable:!0,cursor:Fq(this._orient),drift:j(this._onDragMove,this,"all"),ondragstart:j(this._showDataInfo,this,!0),ondragend:j(this._onDragEnd,this),onmouseover:j(this._showDataInfo,this,!0),onmouseout:j(this._showDataInfo,this,!1)})},t.prototype._resetInterval=function(){var e=this._range=this.dataZoomModel.getPercentRange(),t=this._getViewExtent();this._handleEnds=[Ti(e[0],[0,100],t,!0),Ti(e[1],[0,100],t,!0)]},t.prototype._updateInterval=function(e,t){var n=this.dataZoomModel,r=this._handleEnds,i=this._getViewExtent(),a=n.findRepresentativeAxisProxy().getMinMaxSpan(),o=[0,100];kN(t,r,i,n.get("zoomLock")?"all":e,null!=a.minSpan?Ti(a.minSpan,o,i,!0):null,null!=a.maxSpan?Ti(a.maxSpan,o,i,!0):null);var s=this._range,l=this._range=Li([Ti(r[0],i,o,!0),Ti(r[1],i,o,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},t.prototype._updateView=function(e){var t=this._displayables,n=this._handleEnds,r=Li(n.slice()),i=this._size;P([0,1],(function(e){var r=t.handles[e],a=this._handleHeight;r.attr({scaleX:a/2,scaleY:a/2,x:n[e]+(e?-1:1),y:i[1]/2-a/2})}),this),t.filler.setShape({x:r[0],y:0,width:r[1]-r[0],height:i[1]});var a={x:r[0],width:r[1]-r[0]};t.moveHandle&&(t.moveHandle.setShape(a),t.moveZone.setShape(a),t.moveZone.getBoundingRect(),t.moveHandleIcon&&t.moveHandleIcon.attr("x",a.x+a.width/2));for(var o=t.dataShadowSegs,s=[0,r[0],r[1],i[0]],l=0;lt[0]||n[1]<0||n[1]>t[1])){var r=this._handleEnds,i=(r[0]+r[1])/2,a=this._updateInterval("all",n[0]-i);this._updateView(),a&&this._dispatchZoomAction(!1)}},t.prototype._onBrushStart=function(e){var t=e.offsetX,n=e.offsetY;this._brushStart=new Qn(t,n),this._brushing=!0,this._brushStartTime=+new Date},t.prototype._onBrushEnd=function(e){if(this._brushing){var t=this._displayables.brushRect;if(this._brushing=!1,t){t.attr("ignore",!0);var n=t.shape,r=+new Date;if(!(r-this._brushStartTime<200&&Math.abs(n.width)<5)){var i=this._getViewExtent(),a=[0,100];this._range=Li([Ti(n.x,i,a,!0),Ti(n.x+n.width,i,a,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},t.prototype._onBrush=function(e){this._brushing&&(ht(e.event),this._updateBrushRect(e.offsetX,e.offsetY))},t.prototype._updateBrushRect=function(e,t){var n=this._displayables,r=this.dataZoomModel,i=n.brushRect;i||(i=n.brushRect=new xq({silent:!0,style:r.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(i)),i.attr("ignore",!1);var a=this._brushStart,o=this._displayables.sliderGroup,s=o.transformCoordToLocal(e,t),l=o.transformCoordToLocal(a.x,a.y),c=this._size;s[0]=Math.max(Math.min(c[0],s[0]),0),i.setShape({x:l[0],y:0,width:s[0]-l[0],height:c[1]})},t.prototype._dispatchZoomAction=function(e){var t=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:e?Lq:null,start:t[0],end:t[1]})},t.prototype._findCoordRect=function(){var e,t=AV(this.dataZoomModel).infoList;if(!e&&t.length){var n=t[0].model.coordinateSystem;e=n.getRect&&n.getRect()}if(!e){var r=this.api.getWidth(),i=this.api.getHeight();e={x:.2*r,y:.2*i,width:.6*r,height:.6*i}}return e},t.type="dataZoom.slider",t}(kV);function Iq(e){var t={x:"y",y:"x",radius:"angle",angle:"radius"};return t[e]}function Fq(e){return"vertical"===e?"ns-resize":"ew-resize"}var Nq=Oq;function Pq(e){e.registerComponentModel(wq),e.registerComponentView(Nq),RV(e)}function Rq(e){nw(bq),nw(Pq)}var Hq={get:function(e,t,n){var r=M((Uq[e]||{})[t]);return n&&V(r)?r[r.length-1]:r}},Uq={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},zq=Hq,Yq=IO.mapVisual,$q=IO.eachVisual,jq=V,Qq=P,Vq=Li,Wq=Ti,Kq=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.stateList=["inRange","outOfRange"],n.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],n.layoutMode={type:"box",ignoreSize:!0},n.dataBound=[-1/0,1/0],n.targetVisuals={},n.controllerVisuals={},n}return a(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n)},t.prototype.optionUpdated=function(e,t){var n=this.option;d.canvasSupported||(n.realtime=!1),!t&&FK(n,e,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},t.prototype.resetVisual=function(e){var t=this.stateList;e=j(e,this),this.controllerVisuals=IK(this.option.controller,t,e),this.targetVisuals=IK(this.option.target,t,e)},t.prototype.getTargetSeriesIndices=function(){var e=this.option.seriesIndex,t=[];return null==e||"all"===e?this.ecModel.eachSeries((function(e,n){t.push(n)})):t=ea(e),t},t.prototype.eachTargetSeries=function(e,t){P(this.getTargetSeriesIndices(),(function(n){var r=this.ecModel.getSeriesByIndex(n);r&&e.call(t,r)}),this)},t.prototype.isTargetSeries=function(e){var t=!1;return this.eachTargetSeries((function(n){n===e&&(t=!0)})),t},t.prototype.formatValueText=function(e,t,n){var r,i=this.option,a=i.precision,o=this.dataBound,s=i.formatter;n=n||["<",">"],V(e)&&(e=e.slice(),r=!0);var l=t?e:r?[c(e[0]),c(e[1])]:c(e);return K(s)?s.replace("{value}",r?l[0]:l).replace("{value2}",r?l[1]:l):W(s)?r?s(e[0],e[1]):s(e):r?e[0]===o[0]?n[0]+" "+l[1]:e[1]===o[1]?n[1]+" "+l[0]:l[0]+" - "+l[1]:l;function c(e){return e===o[0]?"min":e===o[1]?"max":(+e).toFixed(Math.min(a,20))}},t.prototype.resetExtent=function(){var e=this.option,t=Vq([e.min,e.max]);this._dataExtent=t},t.prototype.getDataDimension=function(e){var t=this.option.dimension,n=e.dimensions;if(null!=t||n.length){if(null!=t)return e.getDimension(t);for(var r=e.dimensions,i=r.length-1;i>=0;i--){var a=r[i],o=e.getDimensionInfo(a);if(!o.isCalculationCoord)return a}}},t.prototype.getExtent=function(){return this._dataExtent.slice()},t.prototype.completeVisualOption=function(){var e=this.ecModel,t=this.option,n={inRange:t.inRange,outOfRange:t.outOfRange},r=t.target||(t.target={}),i=t.controller||(t.controller={});E(r,n),E(i,n);var a=this.isCategory();function o(n){jq(t.color)&&!n.inRange&&(n.inRange={color:t.color.slice().reverse()}),n.inRange=n.inRange||{color:e.get("gradientColor")}}function s(e,t,n){var r=e[t],i=e[n];r&&!i&&(i=e[n]={},Qq(r,(function(e,t){if(IO.isValidType(t)){var n=zq.get(t,"inactive",a);null!=n&&(i[t]=n,"color"!==t||i.hasOwnProperty("opacity")||i.hasOwnProperty("colorAlpha")||(i.opacity=[0,0]))}})))}function l(e){var t=(e.inRange||{}).symbol||(e.outOfRange||{}).symbol,n=(e.inRange||{}).symbolSize||(e.outOfRange||{}).symbolSize,r=this.get("inactiveColor");Qq(this.stateList,(function(i){var o=this.itemSize,s=e[i];s||(s=e[i]={color:a?r:[r]}),null==s.symbol&&(s.symbol=t&&M(t)||(a?"roundRect":["roundRect"])),null==s.symbolSize&&(s.symbolSize=n&&M(n)||(a?o[0]:[o[0],o[0]])),s.symbol=Yq(s.symbol,(function(e){return"none"===e||"square"===e?"roundRect":e}));var l=s.symbolSize;if(null!=l){var c=-1/0;$q(l,(function(e){e>c&&(c=e)})),s.symbolSize=Yq(l,(function(e){return Wq(e,[0,c],[0,o[0]],!0)}))}}),this)}o.call(this,r),o.call(this,i),s.call(this,r,"inRange","outOfRange"),l.call(this,i)},t.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},t.prototype.isCategory=function(){return!!this.option.categories},t.prototype.setSelected=function(e){},t.prototype.getSelected=function(){return null},t.prototype.getValueState=function(e){return null},t.prototype.getVisualMeta=function(e){return null},t.type="visualMap",t.dependencies=["series"],t.defaultOption={show:!0,zlevel:0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},t}(sp),Gq=Kq,Xq=[20,140],qq=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual((function(e){e.mappingMethod="linear",e.dataExtent=this.getExtent()})),this._resetRange()},t.prototype.resetItemSize=function(){e.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(null==t[0]||isNaN(t[0]))&&(t[0]=Xq[0]),(null==t[1]||isNaN(t[1]))&&(t[1]=Xq[1])},t.prototype._resetRange=function(){var e=this.getExtent(),t=this.option.range;!t||t.auto?(e.auto=1,this.option.range=e):V(t)&&(t[0]>t[1]&&t.reverse(),t[0]=Math.max(t[0],e[0]),t[1]=Math.min(t[1],e[1]))},t.prototype.completeVisualOption=function(){e.prototype.completeVisualOption.apply(this,arguments),P(this.stateList,(function(e){var t=this.option.controller[e].symbolSize;t&&t[0]!==t[1]&&(t[0]=t[1]/3)}),this)},t.prototype.setSelected=function(e){this.option.range=e.slice(),this._resetRange()},t.prototype.getSelected=function(){var e=this.getExtent(),t=Li((this.get("range")||[]).slice());return t[0]>e[1]&&(t[0]=e[1]),t[1]>e[1]&&(t[1]=e[1]),t[0]=n[1]||e<=t[1])?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var t=[];return this.eachTargetSeries((function(n){var r=[],i=n.getData();i.each(this.getDataDimension(i),(function(t,n){e[0]<=t&&t<=e[1]&&r.push(n)}),this),t.push({seriesId:n.id,dataIndex:r})}),this),t},t.prototype.getVisualMeta=function(e){var t=Jq(this,"outOfRange",this.getExtent()),n=Jq(this,"inRange",this.option.range.slice()),r=[];function i(t,n){r.push({value:t,color:e(t,n)})}for(var a=0,o=0,s=n.length,l=t.length;oe[1])break;r.push({color:this.getControllerVisual(o,"color",t),offset:a/n})}return r.push({color:this.getControllerVisual(e[1],"color",t),offset:1}),r},t.prototype._createBarPoints=function(e,t){var n=this.visualMapModel.itemSize;return[[n[0]-t[0],e[0]],[n[0],e[0]],[n[0],e[1]],[n[0]-t[1],e[1]]]},t.prototype._createBarGroup=function(e){var t=this._orient,n=this.visualMapModel.get("inverse");return new Ai("horizontal"!==t||n?"horizontal"===t&&n?{scaleX:"bottom"===e?-1:1,rotation:-Math.PI/2}:"vertical"!==t||n?{scaleX:"left"===e?1:-1}:{scaleX:"left"===e?1:-1,scaleY:-1}:{scaleX:"bottom"===e?1:-1,rotation:Math.PI/2})},t.prototype._updateHandle=function(e,t){if(this._useHandle){var n=this._shapes,r=this.visualMapModel,i=n.handleThumbs,a=n.handleLabels,o=r.itemSize,s=r.getExtent();oJ([0,1],(function(l){var c=i[l];c.setStyle("fill",t.handlesColor[l]),c.y=e[l];var u=aJ(e[l],[0,o[1]],s,!0),h=this.getControllerVisual(u,"symbolSize");c.scaleX=c.scaleY=h/o[0],c.x=o[0]-h/2;var d=Kh(n.handleLabelPoints[l],Wh(c,this.group));a[l].setStyle({x:d[0],y:d[1],text:r.formatValueText(this._dataInterval[l]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})}),this)}},t.prototype._showIndicator=function(e,t,n,r){var i=this.visualMapModel,a=i.getExtent(),o=i.itemSize,s=[0,o[1]],l=this._shapes,c=l.indicator;if(c){c.attr("invisible",!1);var u={convertOpacityToAlpha:!0},h=this.getControllerVisual(e,"color",u),d=this.getControllerVisual(e,"symbolSize"),f=aJ(e,a,s,!0),p=o[0]-d/2,m={x:c.x,y:c.y};c.y=f,c.x=p;var g=Kh(l.indicatorLabelPoint,Wh(c,this.group)),v=l.indicatorLabel;v.attr("invisible",!1);var A=this._applyTransform("left",l.mainGroup),y=this._orient,b="horizontal"===y;v.setStyle({text:(n||"")+i.formatValueText(t),verticalAlign:b?A:"middle",align:b?"center":A});var _={x:p,y:f,style:{fill:h}},w={style:{x:g[0],y:g[1]}};if(i.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var x={duration:100,easing:"cubicInOut",additive:!0};c.x=m.x,c.y=m.y,c.animateTo(_,x),v.animateTo(w,x)}else c.attr(_),v.attr(w);this._firstShowIndicator=!1;var C=this._shapes.handleLabels;if(C)for(var S=0;Si[1]&&(c[1]=1/0),t&&(c[0]===-1/0?this._showIndicator(l,c[1],"< ",o):c[1]===1/0?this._showIndicator(l,c[0],"> ",o):this._showIndicator(l,l,"≈ ",o));var u=this._hoverLinkDataIndices,h=[];(t||pJ(n))&&(h=this._hoverLinkDataIndices=n.findTargetDataIndices(c));var d=ba(u,h);this._dispatchHighDown("downplay",iJ(d[0],n)),this._dispatchHighDown("highlight",iJ(d[1],n))}},t.prototype._hoverLinkFromSeriesMouseOver=function(e){var t=e.target,n=this.visualMapModel;if(t&&null!=Rl(t).dataIndex){var r=Rl(t),i=this.ecModel.getSeriesByIndex(r.seriesIndex);if(n.isTargetSeries(i)){var a=i.getData(r.dataType),o=a.get(n.getDataDimension(a),r.dataIndex);isNaN(o)||this._showIndicator(o,o)}}},t.prototype._hideIndicator=function(){var e=this._shapes;e.indicator&&e.indicator.attr("invisible",!0),e.indicatorLabel&&e.indicatorLabel.attr("invisible",!0);var t=this._shapes.handleLabels;if(t)for(var n=0;n0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"})),e.registerAction(vJ,AJ),P(yJ,(function(t){e.registerVisual(e.PRIORITY.VISUAL.COMPONENT,t)})),e.registerPreprocessor(wJ))}function kJ(e){e.registerComponentModel(Zq),e.registerComponentView(gJ),SJ(e)}var MJ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._pieceList=[],n}return a(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var r=this._mode=this._determineMode();this._pieceList=[],EJ[this._mode].call(this,this._pieceList),this._resetSelected(t,n);var i=this.option.categories;this.resetVisual((function(e,t){"categories"===r?(e.mappingMethod="category",e.categories=M(i)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=R(this._pieceList,(function(e){return e=M(e),"inRange"!==t&&(e.visual=null),e})))}))},t.prototype.completeVisualOption=function(){var t=this.option,n={},r=IO.listVisualTypes(),i=this.isCategory();function a(e,t,n){return e&&e[t]&&e[t].hasOwnProperty(n)}P(t.pieces,(function(e){P(r,(function(t){e.hasOwnProperty(t)&&(n[t]=1)}))})),P(n,(function(e,n){var r=!1;P(this.stateList,(function(e){r=r||a(t,e,n)||a(t.target,e,n)}),this),!r&&P(this.stateList,(function(e){(t[e]||(t[e]={}))[n]=zq.get(n,"inRange"===e?"active":"inactive",i)}))}),this),e.prototype.completeVisualOption.apply(this,arguments)},t.prototype._resetSelected=function(e,t){var n=this.option,r=this._pieceList,i=(t?n:e).selected||{};if(n.selected=i,P(r,(function(e,t){var n=this.getSelectedMapKey(e);i.hasOwnProperty(n)||(i[n]=!0)}),this),"single"===n.selectedMode){var a=!1;P(r,(function(e,t){var n=this.getSelectedMapKey(e);i[n]&&(a?i[n]=!1:a=!0)}),this)}},t.prototype.getSelectedMapKey=function(e){return"categories"===this._mode?e.value+"":e.index+""},t.prototype.getPieceList=function(){return this._pieceList},t.prototype._determineMode=function(){var e=this.option;return e.pieces&&e.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},t.prototype.setSelected=function(e){this.option.selected=M(e)},t.prototype.getValueState=function(e){var t=IO.findPieceIndex(e,this._pieceList);return null!=t&&this.option.selected[this.getSelectedMapKey(this._pieceList[t])]?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var t=[],n=this._pieceList;return this.eachTargetSeries((function(r){var i=[],a=r.getData();a.each(this.getDataDimension(a),(function(t,r){var a=IO.findPieceIndex(t,n);a===e&&i.push(r)}),this),t.push({seriesId:r.id,dataIndex:i})}),this),t},t.prototype.getRepresentValue=function(e){var t;if(this.isCategory())t=e.value;else if(null!=e.value)t=e.value;else{var n=e.interval||[];t=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return t},t.prototype.getVisualMeta=function(e){if(!this.isCategory()){var t=[],n=["",""],r=this,i=this._pieceList.slice();if(i.length){var a=i[0].interval[0];a!==-1/0&&i.unshift({interval:[-1/0,a]}),a=i[i.length-1].interval[1],a!==1/0&&i.push({interval:[a,1/0]})}else i.push({interval:[-1/0,1/0]});var o=-1/0;return P(i,(function(e){var t=e.interval;t&&(t[0]>o&&s([o,t[0]],"outOfRange"),s(t.slice()),o=t[1])}),this),{stops:t,outerColors:n}}function s(i,a){var o=r.getRepresentValue({interval:i});a||(a=r.getValueState(o));var s=e(o,a);i[0]===-1/0?n[0]=s:i[1]===1/0?n[1]=s:t.push({value:i[0],color:s},{value:i[1],color:s})}},t.type="visualMap.piecewise",t.defaultOption=Hd(Gq.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),t}(Gq),EJ={splitNumber:function(e){var t=this.option,n=Math.min(t.precision,20),r=this.getExtent(),i=t.splitNumber;i=Math.max(parseInt(i,10),1),t.splitNumber=i;var a=(r[1]-r[0])/i;while(+a.toFixed(n)!==a&&n<5)n++;t.precision=n,a=+a.toFixed(n),t.minOpen&&e.push({interval:[-1/0,r[0]],close:[0,0]});for(var o=0,s=r[0];o","≥"][t[0]]];e.text=e.text||this.formatValueText(null!=e.value?e.value:e.interval,!1,n)}),this)}};function TJ(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}var BJ=MJ,DJ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return a(t,e),t.prototype.doRender=function(){var e=this.group;e.removeAll();var t=this.visualMapModel,n=t.get("textGap"),r=t.textStyleModel,i=r.getFont(),a=r.getTextColor(),o=this._getItemAlign(),s=t.itemSize,l=this._getViewData(),c=l.endsText,u=ae(t.get("showLabel",!0),!c);c&&this._renderEndsText(e,c[0],s,u,o),P(l.viewPieceList,(function(r){var l=r.piece,c=new Ai;c.onclick=j(this._onItemClick,this,l),this._enableHoverLink(c,r.indexInModelPieceList);var h=t.getRepresentValue(l);if(this._createItemSymbol(c,h,[0,0,s[0],s[1]]),u){var d=this.visualMapModel.getValueState(h);c.add(new Pl({style:{x:"right"===o?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:o,font:i,fill:a,opacity:"outOfRange"===d?.5:1}}))}e.add(c)}),this),c&&this._renderEndsText(e,c[1],s,u,o),Gf(t.get("orient"),e,t.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},t.prototype._enableHoverLink=function(e,t){var n=this;e.on("mouseover",(function(){return r("highlight")})).on("mouseout",(function(){return r("downplay")}));var r=function(e){var r=n.visualMapModel;r.option.hoverLink&&n.api.dispatchAction({type:e,batch:iJ(r.findTargetDataIndices(t),r)})}},t.prototype._getItemAlign=function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return rJ(e,this.api,e.itemSize);var n=t.align;return n&&"auto"!==n||(n="left"),n},t.prototype._renderEndsText=function(e,t,n,r,i){if(t){var a=new Ai,o=this.visualMapModel.textStyleModel;a.add(new Pl({style:{x:r?"right"===i?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:r?i:"center",text:t,font:o.getFont(),fill:o.getTextColor()}})),e.add(a)}},t.prototype._getViewData=function(){var e=this.visualMapModel,t=R(e.getPieceList(),(function(e,t){return{piece:e,indexInModelPieceList:t}})),n=e.get("text"),r=e.get("orient"),i=e.get("inverse");return("horizontal"===r?i:!i)?t.reverse():n&&(n=n.slice().reverse()),{viewPieceList:t,endsText:n}},t.prototype._createItemSymbol=function(e,t,n){e.add(Ty(this.getControllerVisual(t,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(t,"color")))},t.prototype._onItemClick=function(e){var t=this.visualMapModel,n=t.option,r=M(n.selected),i=t.getSelectedMapKey(e);"single"===n.selectedMode?(r[i]=!0,P(r,(function(e,t){r[t]=t===i}))):r[i]=!r[i],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:r})},t.type="visualMap.piecewise",t}(tJ),LJ=DJ;function OJ(e){e.registerComponentModel(BJ),e.registerComponentView(LJ),SJ(e)}function IJ(e){nw(kJ),nw(OJ)}var FJ={label:{enabled:!0},decal:{show:!1}},NJ=wa(),PJ={};function RJ(e,t){var n=e.getModel("aria");if(n.get("enabled")){var r=M(FJ);E(r.label,e.getLocaleModel().get("aria"),!1),E(n.option,r,!1),i(),a()}function i(){var t=n.getModel("decal"),r=t.get("show");if(r){var i=ge();e.eachSeries((function(e){if(e.useColorPaletteOnData){var t=i.get(e.type);t||(t={},i.set(e.type,t)),NJ(e).scope=t}})),e.eachRawSeries((function(t){if(!e.isSeriesFiltered(t))if("function"!==typeof t.enableAriaDecal){var n=t.getData();if(t.useColorPaletteOnData){var r=t.getRawData(),i={},a=NJ(t).scope;n.each((function(e){var t=n.getRawIndex(e);i[t]=e}));var o=r.count();r.each((function(e){var s=i[e],l=r.getName(e)||e+"",u=Rp(t.ecModel,l,a,o),h=n.getItemVisual(s,"decal");n.setItemVisual(s,"decal",c(h,u))}))}else{var s=Rp(t.ecModel,t.name,PJ,e.getSeriesCount()),l=n.getVisual("decal");n.setVisual("decal",c(l,s))}}else t.enableAriaDecal();function c(e,t){var n=e?B(B({},t),e):t;return n.dirty=!0,n}}))}}function a(){var r=e.getLocaleModel().get("aria"),i=n.getModel("label");if(i.option=D(i.option,r),i.get("enabled")){var a=t.getZr().dom;if(i.get("description"))a.setAttribute("aria-label",i.get("description"));else{var c,u=e.getSeriesCount(),h=i.get(["data","maxCount"])||10,d=i.get(["series","maxCount"])||10,f=Math.min(u,d);if(!(u<1)){var p=s();if(p){var m=i.get(["general","withTitle"]);c=o(m,{title:p})}else c=i.get(["general","withoutTitle"]);var g=[],v=u>1?i.get(["series","multiple","prefix"]):i.get(["series","single","prefix"]);c+=o(v,{seriesCount:u}),e.eachSeries((function(e,t){if(t1?i.get(["series","multiple",a]):i.get(["series","single",a]),n=o(n,{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:l(e.subType)});var s=e.getData();if(s.count()>h){var c=i.get(["data","partialData"]);n+=o(c,{displayCnt:h})}else n+=i.get(["data","allData"]);for(var d=[],p=0;p":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},YJ=function(){function e(e){var t=this._condVal=K(e)?new RegExp(e):re(e)?e:null;if(null==t){var n="";0,vg(n)}}return e.prototype.evaluate=function(e){var t=typeof e;return"string"===t?this._condVal.test(e):"number"===t&&this._condVal.test(e+"")},e}(),$J=function(){function e(){}return e.prototype.evaluate=function(){return this.value},e}(),jJ=function(){function e(){}return e.prototype.evaluate=function(){for(var e=this.children,t=0;t2,u=r(e);if(e.length&&e.reduce)return a=function(){return t.apply(s,arguments)},c?e.reduce(a,l):e.reduce(a);for(c&&(o=1,l=e[u[0]]),i=u.length;o=2?r(t):0,n=a>=3?r(n):e.length,e.slice)return e.slice(t,n);for(;tl)i.f(e,n=r[l++],t[n]);return e}},"387f":function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},3886:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"38bd":function(e,t,n){var r=n("b484"),i=n("a44c"),a=n("9a21"),o=n("0c07");function s(e,t){return function(n,s){var l,c,u={},h=[],d=this,f=arguments,p=f.length;if(!r(s)){for(c=1;c-1)?e:t)&&(u[i]=r)})),u}}e.exports=s},3934:function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},"393a":function(e,t,n){"use strict";var r=n("e444"),i=n("512c"),a=n("ba01"),o=n("051b"),s=n("8a0d"),l=n("26dd"),c=n("92f0"),u=n("ce7a"),h=n("cc15")("iterator"),d=!([].keys&&"next"in[].keys()),f="@@iterator",p="keys",m="values",g=function(){return this};e.exports=function(e,t,n,v,A,y,b){l(n,t,v);var _,w,x,C=function(e){if(!d&&e in E)return E[e];switch(e){case p:return function(){return new n(this,e)};case m:return function(){return new n(this,e)}}return function(){return new n(this,e)}},S=t+" Iterator",k=A==m,M=!1,E=e.prototype,T=E[h]||E[f]||A&&E[A],B=T||C(A),D=A?k?C("entries"):B:void 0,L="Array"==t&&E.entries||T;if(L&&(x=u(L.call(new e)),x!==Object.prototype&&x.next&&(c(x,S,!0),r||"function"==typeof x[h]||o(x,h,g))),k&&T&&T.name!==m&&(M=!0,B=function(){return T.call(this)}),r&&!b||!d&&!M&&E[h]||o(E,h,B),s[t]=B,s[S]=g,A)if(_={values:k?B:C(m),keys:y?B:C(p),entries:D},b)for(w in _)w in E||a(E,w,_[w]);else i(i.P+i.F*(d||M),t,_);return _}},"39a6":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"39ad":function(e,t,n){var r=n("6ca1"),i=n("d16a"),a=n("9d11");e.exports=function(e){return function(t,n,o){var s,l=r(t),c=i(l.length),u=a(o,c);if(e&&n!=n){while(c>u)if(s=l[u++],s!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}}},"39bc":function(e,t){var n="undefined";e.exports=n},"39bd":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}});return i}))},"3a39":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"3a48":function(e,t,n){var r=n("b39a3"),i=n("d0e5"),a=n("cef5"),o=n("9735"),s=n("674e"),l=n("3ae2"),c=n("fedd"),u=n("27ad");function h(e,t,n){if(e=c(e),u(e)&&!isNaN(t)){if(e.setDate(e.getDate()+a(t)),n===r)return new Date(o(e),s(e),e.getDate());if(n===i)return new Date(l(h(e,1,r))-1)}return e}e.exports=h},"3a6c":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("zh-mo",{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:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",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}))},"3a7b":function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").findIndex,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("findIndex",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},"3ae2":function(e,t){function n(e){return e.getTime()}e.exports=n},"3b1b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:{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:"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}))},"3bbe":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3c0d":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"3c35":function(e,t){(function(t){e.exports=t}).call(this,{})},"3c4e":function(e,t,n){"use strict";var r=function(e){return i(e)&&!a(e)};function i(e){return!!e&&"object"===typeof e}function a(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||l(e)}var o="function"===typeof Symbol&&Symbol.for,s=o?Symbol.for("react.element"):60103;function l(e){return e.$$typeof===s}function c(e){return Array.isArray(e)?[]:{}}function u(e,t){var n=t&&!0===t.clone;return n&&r(e)?f(c(e),e,t):e}function h(e,t,n){var i=e.slice();return t.forEach((function(t,a){"undefined"===typeof i[a]?i[a]=u(t,n):r(t)?i[a]=f(e[a],t,n):-1===e.indexOf(t)&&i.push(u(t,n))})),i}function d(e,t,n){var i={};return r(e)&&Object.keys(e).forEach((function(t){i[t]=u(e[t],n)})),Object.keys(t).forEach((function(a){r(t[a])&&e[a]?i[a]=f(e[a],t[a],n):i[a]=u(t[a],n)})),i}function f(e,t,n){var r=Array.isArray(t),i=Array.isArray(e),a=n||{arrayMerge:h},o=r===i;if(o){if(r){var s=a.arrayMerge||h;return s(e,t,n)}return d(e,t,n)}return u(t,n)}f.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return f(e,n,t)}))};var p=f;e.exports=p},"3c5d":function(e,t,n){"use strict";var r=n("ebb5"),i=n("50c4"),a=n("182d"),o=n("7b0b"),s=n("d039"),l=r.aTypedArray,c=r.exportTypedArrayMethod,u=s((function(){new Int8Array(1).set({})}));c("set",(function(e){l(this);var t=a(arguments.length>1?arguments[1]:void 0,1),n=this.length,r=o(e),s=i(r.length),c=0;if(s+t>n)throw RangeError("Wrong length");while(c=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},"3cd7":function(e,t,n){var r=n("34e4"),i=n("416f");function a(e){return function(t,n){var a=r(t),o=a;if(a){n>>=0;var s=i(a),l=s.split("."),c=l[0],u=l[1]||"",h=u.substring(0,n+1),d=c+(h?"."+h:"");if(n>=u.length)return r(d);if(d=a,n>0){var f=Math.pow(10,n);o=Math[e](d*f)/f}else o=Math[e](d)}return o}}e.exports=a},"3d9d":function(e,t,n){var r=n("b484"),i=n("b7c3"),a=n("a44c"),o=n("9de7");function s(e){return function(t,n,s){if(t&&r(n)){if(a(t)||i(t))return e(t,n,s);for(var l in t)if(o(t,l)&&n.call(s,t[l],l,t))return l}return-1}}e.exports=s},"3de5":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"3e92":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"3f6b":function(e,t,n){e.exports={default:n("b9c7"),__esModule:!0}},"3f8c":function(e,t){e.exports={}},"3fc4":function(e,t,n){var r=n("366b"),i=n("a44c"),a=n("b7c3"),o=n("ef6a"),s=n("6deb"),l=n("5d32"),c=n("7ab1"),u=n("6815"),h=n("d46f");function d(e,t,n,f,p,m,g){if(e===t)return!0;if(e&&t&&!r(e)&&!r(t)&&!a(e)&&!a(t)){if(o(e))return n(""+e,""+t,p,m,g);if(s(e)||l(e))return n(+e,+t,p,m,g);var v,A,y,b=i(e),_=i(t);if(b||_?b&&_:e.constructor===t.constructor)return A=u(e),y=u(t),f&&(v=f(e,t,p)),A.length===y.length&&(c(v)?h(A,(function(r,i){return r===y[i]&&d(e[r],t[y[i]],n,f,b||_?i:r,e,t)})):!!v)}return n(e,t,p,m,g)}e.exports=d},"3fcc":function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").map,a=n("4840"),o=r.aTypedArray,s=r.aTypedArrayConstructor,l=r.exportTypedArrayMethod;l("map",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(s(a(e,e.constructor)))(t)}))}))},4010:function(e,t,n){"use strict";t.__esModule=!0,t.removeResizeListener=t.addResizeListener=void 0;var r=n("6dd8"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}var o="undefined"===typeof window,s=function(e){var t=e,n=Array.isArray(t),r=0;for(t=n?t:t[Symbol.iterator]();;){var i;if(n){if(r>=t.length)break;i=t[r++]}else{if(r=t.next(),r.done)break;i=r.value}var a=i,o=a.target.__resizeListeners__||[];o.length&&o.forEach((function(e){e()}))}};t.addResizeListener=function(e,t){o||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new i.default(s),e.__ro__.observe(e)),e.__resizeListeners__.push(t))},t.removeResizeListener=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())}},4035:function(e,t,n){var r=n("e3c3"),i=n("a44c");function a(e,t){var n=0,r=t.length;while(e&&n=0?"+":"-")+f(r,2,"0")+(1===n?":":"")+"00")},T=function(t,n){return f(p(e,y,t,l(e)),n,"0")},B=function(t,n){return f(p(e,y,t,c(e)),n,"0")},D={yyyy:b,yy:b,MM:_,M:_,dd:w,d:w,HH:x,H:x,hh:C,h:C,mm:S,m:S,ss:k,s:k,SSS:M,S:M,ZZ:E,Z:E,WW:T,W:T,DDD:B,D:B,a:function(t){return p(e,y,t,A)},A:function(t){return p(e,y,t,i(A))},e:function(t){return p(e,y,t,e.getDay())},E:function(t){return p(e,y,t,m(e.getDay()))},q:function(t){return p(e,y,t,Math.floor((o(e)+3)/3))}};return d.replace(g,(function(e,t){return t||(D[e]?D[e](e,e.length):e)}))}return"Invalid Date"}return""}e.exports=v},"416f":function(e,t,n){var r=n("c718"),i=n("eae28");function a(e){var t=""+e,n=t.match(/^([-+]?)((\d+)|((\d+)?[.](\d+)?))e([-+]{1})([0-9]+)$/);if(n){var a=e<0,o=a?"-":"",s=n[3]||"",l=n[5]||"",c=n[6]||"",u=n[7],h=n[8],d=h-c.length,f=h-s.length,p=h-l.length;return"+"===u?s?o+s+r("0",h):d>0?o+l+c+r("0",d):o+l+i(c,h):s?f>0?o+"0."+r("0",Math.abs(f))+s:o+i(s,f):p>0?o+"0."+r("0",Math.abs(p))+l+c:o+i(l,p)+c}return t}e.exports=a},"417f":function(e,t,n){"use strict";t.__esModule=!0;var r=n("2b0e"),i=o(r),a=n("5924");function o(e){return e&&e.__esModule?e:{default:e}}var s=[],l="@@clickoutsideContext",c=void 0,u=0;function h(e,t,n){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!(n&&n.context&&r.target&&i.target)||e.contains(r.target)||e.contains(i.target)||e===r.target||n.context.popperElm&&(n.context.popperElm.contains(r.target)||n.context.popperElm.contains(i.target))||(t.expression&&e[l].methodName&&n.context[e[l].methodName]?n.context[e[l].methodName]():e[l].bindingFn&&e[l].bindingFn())}}!i.default.prototype.$isServer&&(0,a.on)(document,"mousedown",(function(e){return c=e})),!i.default.prototype.$isServer&&(0,a.on)(document,"mouseup",(function(e){s.forEach((function(t){return t[l].documentHandler(e,c)}))})),t.default={bind:function(e,t,n){s.push(e);var r=u++;e[l]={id:r,documentHandler:h(e,t,n),methodName:t.expression,bindingFn:t.value}},update:function(e,t,n){e[l].documentHandler=h(e,t,n),e[l].methodName=t.expression,e[l].bindingFn=t.value},unbind:function(e){for(var t=s.length,n=0;n=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}))},"44ad":function(e,t,n){var r=n("d039"),i=n("c6b6"),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},"44d2":function(e,t,n){var r=n("b622"),i=n("7c73"),a=n("9bf2"),o=r("unscopables"),s=Array.prototype;void 0==s[o]&&a.f(s,o,{configurable:!0,value:i(null)}),e.exports=function(e){s[o][e]=!0}},"44de":function(e,t,n){var r=n("da84");e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},"44e7":function(e,t,n){var r=n("861d"),i=n("c6b6"),a=n("b622"),o=a("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==i(e))}},"452e":function(e,t){function n(e,t){try{delete e[t]}catch(n){e[t]=void 0}}e.exports=n},"467f":function(e,t,n){"use strict";var r=n("2d83");e.exports=function(e,t,n){var i=n.config.validateStatus;!i||i(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},"468d":function(e,t,n){var r=n("fdc7"),i=n("34e4");function a(e,t){return r(i(e),i(t))}e.exports=a},4726:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=59)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},14:function(e,t){e.exports=n("14e9")},18:function(e,t){e.exports=n("dcdc")},21:function(e,t){e.exports=n("d397")},26:function(e,t){e.exports=n("92fa")},3:function(e,t){e.exports=n("8122")},31:function(e,t){e.exports=n("2a5e")},40:function(e,t){e.exports=n("e452")},51:function(e,t){e.exports=n("f494")},59:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["el-cascader-panel",e.border&&"is-bordered"],on:{keydown:e.handleKeyDown}},e._l(e.menus,(function(e,t){return n("cascader-menu",{key:t,ref:"menu",refInFor:!0,attrs:{index:t,nodes:e}})})),1)},i=[];r._withStripped=!0;var a,o,s=n(26),l=n.n(s),c=n(14),u=n.n(c),h=n(18),d=n.n(h),f=n(51),p=n.n(f),m=n(3),g=function(e){return e.stopPropagation()},v={inject:["panel"],components:{ElCheckbox:d.a,ElRadio:p.a},props:{node:{required:!0},nodeId:String},computed:{config:function(){return this.panel.config},isLeaf:function(){return this.node.isLeaf},isDisabled:function(){return this.node.isDisabled},checkedValue:function(){return this.panel.checkedValue},isChecked:function(){return this.node.isSameNode(this.checkedValue)},inActivePath:function(){return this.isInPath(this.panel.activePath)},inCheckedPath:function(){var e=this;return!!this.config.checkStrictly&&this.panel.checkedNodePaths.some((function(t){return e.isInPath(t)}))},value:function(){return this.node.getValueByOption()}},methods:{handleExpand:function(){var e=this,t=this.panel,n=this.node,r=this.isDisabled,i=this.config,a=i.multiple,o=i.checkStrictly;!o&&r||n.loading||(i.lazy&&!n.loaded?t.lazyLoad(n,(function(){var t=e.isLeaf;if(t||e.handleExpand(),a){var r=!!t&&n.checked;e.handleMultiCheckChange(r)}})):t.handleExpand(n))},handleCheckChange:function(){var e=this.panel,t=this.value,n=this.node;e.handleCheckChange(t),e.handleExpand(n)},handleMultiCheckChange:function(e){this.node.doCheck(e),this.panel.calculateMultiCheckedValue()},isInPath:function(e){var t=this.node,n=e[t.level-1]||{};return n.uid===t.uid},renderPrefix:function(e){var t=this.isLeaf,n=this.isChecked,r=this.config,i=r.checkStrictly,a=r.multiple;return a?this.renderCheckbox(e):i?this.renderRadio(e):t&&n?this.renderCheckIcon(e):null},renderPostfix:function(e){var t=this.node,n=this.isLeaf;return t.loading?this.renderLoadingIcon(e):n?null:this.renderExpandIcon(e)},renderCheckbox:function(e){var t=this.node,n=this.config,r=this.isDisabled,i={on:{change:this.handleMultiCheckChange},nativeOn:{}};return n.checkStrictly&&(i.nativeOn.click=g),e("el-checkbox",l()([{attrs:{value:t.checked,indeterminate:t.indeterminate,disabled:r}},i]))},renderRadio:function(e){var t=this.checkedValue,n=this.value,r=this.isDisabled;return Object(m["isEqual"])(n,t)&&(n=t),e("el-radio",{attrs:{value:t,label:n,disabled:r},on:{change:this.handleCheckChange},nativeOn:{click:g}},[e("span")])},renderCheckIcon:function(e){return e("i",{class:"el-icon-check el-cascader-node__prefix"})},renderLoadingIcon:function(e){return e("i",{class:"el-icon-loading el-cascader-node__postfix"})},renderExpandIcon:function(e){return e("i",{class:"el-icon-arrow-right el-cascader-node__postfix"})},renderContent:function(e){var t=this.panel,n=this.node,r=t.renderLabelFn,i=r?r({node:n,data:n.data}):null;return e("span",{class:"el-cascader-node__label"},[i||n.label])}},render:function(e){var t=this,n=this.inActivePath,r=this.inCheckedPath,i=this.isChecked,a=this.isLeaf,o=this.isDisabled,s=this.config,c=this.nodeId,u=s.expandTrigger,h=s.checkStrictly,d=s.multiple,f=!h&&o,p={on:{}};return"click"===u?p.on.click=this.handleExpand:(p.on.mouseenter=function(e){t.handleExpand(),t.$emit("expand",e)},p.on.focus=function(e){t.handleExpand(),t.$emit("expand",e)}),!a||o||h||d||(p.on.click=this.handleCheckChange),e("li",l()([{attrs:{role:"menuitem",id:c,"aria-expanded":n,tabindex:f?null:-1},class:{"el-cascader-node":!0,"is-selectable":h,"in-active-path":n,"in-checked-path":r,"is-active":i,"is-disabled":f}},p]),[this.renderPrefix(e),this.renderContent(e),this.renderPostfix(e)])}},A=v,y=n(0),b=Object(y["a"])(A,a,o,!1,null,null,null);b.options.__file="packages/cascader-panel/src/cascader-node.vue";var _,w,x=b.exports,C=n(6),S=n.n(C),k={name:"ElCascaderMenu",mixins:[S.a],inject:["panel"],components:{ElScrollbar:u.a,CascaderNode:x},props:{nodes:{type:Array,required:!0},index:Number},data:function(){return{activeNode:null,hoverTimer:null,id:Object(m["generateId"])()}},computed:{isEmpty:function(){return!this.nodes.length},menuId:function(){return"cascader-menu-"+this.id+"-"+this.index}},methods:{handleExpand:function(e){this.activeNode=e.target},handleMouseMove:function(e){var t=this.activeNode,n=this.hoverTimer,r=this.$refs.hoverZone;if(t&&r)if(t.contains(e.target)){clearTimeout(n);var i=this.$el.getBoundingClientRect(),a=i.left,o=e.clientX-a,s=this.$el,l=s.offsetWidth,c=s.offsetHeight,u=t.offsetTop,h=u+t.offsetHeight;r.innerHTML='\n \n \n '}else n||(this.hoverTimer=setTimeout(this.clearHoverZone,this.panel.config.hoverThreshold))},clearHoverZone:function(){var e=this.$refs.hoverZone;e&&(e.innerHTML="")},renderEmptyText:function(e){return e("div",{class:"el-cascader-menu__empty-text"},[this.t("el.cascader.noData")])},renderNodeList:function(e){var t=this.menuId,n=this.panel.isHoverMenu,r={on:{}};n&&(r.on.expand=this.handleExpand);var i=this.nodes.map((function(n,i){var a=n.hasChildren;return e("cascader-node",l()([{key:n.uid,attrs:{node:n,"node-id":t+"-"+i,"aria-haspopup":a,"aria-owns":a?t:null}},r]))}));return[].concat(i,[n?e("svg",{ref:"hoverZone",class:"el-cascader-menu__hover-zone"}):null])}},render:function(e){var t=this.isEmpty,n=this.menuId,r={nativeOn:{}};return this.panel.isHoverMenu&&(r.nativeOn.mousemove=this.handleMouseMove),e("el-scrollbar",l()([{attrs:{tag:"ul",role:"menu",id:n,"wrap-class":"el-cascader-menu__wrap","view-class":{"el-cascader-menu__list":!0,"is-empty":t}},class:"el-cascader-menu"},r]),[t?this.renderEmptyText(e):this.renderNodeList(e)])}},M=k,E=Object(y["a"])(M,_,w,!1,null,null,null);E.options.__file="packages/cascader-panel/src/cascader-menu.vue";var T=E.exports,B=n(21),D=function(){function e(e,t){for(var n=0;n1?t-1:0),r=1;r1?r-1:0),a=1;a0},e.prototype.syncCheckState=function(e){var t=this.getValueByOption(),n=this.isSameNode(e,t);this.doCheck(n)},e.prototype.doCheck=function(e){this.checked!==e&&(this.config.checkStrictly?this.checked=e:(this.broadcast("check",e),this.setCheckState(e),this.emit("check")))},D(e,[{key:"isDisabled",get:function(){var e=this.data,t=this.parent,n=this.config,r=n.disabled,i=n.checkStrictly;return e[r]||!i&&t&&t.isDisabled}},{key:"isLeaf",get:function(){var e=this.data,t=this.loaded,n=this.hasChildren,r=this.children,i=this.config,a=i.lazy,o=i.leaf;if(a){var s=Object(B["isDef"])(e[o])?e[o]:!!t&&!r.length;return this.hasChildren=!s,s}return!n}}]),e}(),F=I;function N(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var P=function e(t,n){return t.reduce((function(t,r){return r.isLeaf?t.push(r):(!n&&t.push(r),t=t.concat(e(r.children,n))),t}),[])},R=function(){function e(t,n){N(this,e),this.config=n,this.initNodes(t)}return e.prototype.initNodes=function(e){var t=this;e=Object(m["coerceTruthyValueToArray"])(e),this.nodes=e.map((function(e){return new F(e,t.config)})),this.flattedNodes=this.getFlattedNodes(!1,!1),this.leafNodes=this.getFlattedNodes(!0,!1)},e.prototype.appendNode=function(e,t){var n=new F(e,this.config,t),r=t?t.children:this.nodes;r.push(n)},e.prototype.appendNodes=function(e,t){var n=this;e=Object(m["coerceTruthyValueToArray"])(e),e.forEach((function(e){return n.appendNode(e,t)}))},e.prototype.getNodes=function(){return this.nodes},e.prototype.getFlattedNodes=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=e?this.leafNodes:this.flattedNodes;return t?n:P(this.nodes,e)},e.prototype.getNodeByValue=function(e){if(e){var t=this.getFlattedNodes(!1,!this.config.lazy).filter((function(t){return Object(m["valueEquals"])(t.path,e)||t.value===e}));return t&&t.length?t[0]:null}return null},e}(),H=R,U=n(9),z=n.n(U),Y=n(40),$=n.n(Y),j=n(31),Q=n.n(j),V=Object.assign||function(e){for(var t=1;t0){var l=n.store.getNodeByValue(a);l.data[s]||n.lazyLoad(l,(function(){n.handleExpand(l)})),n.loadCount===n.checkedValue.length&&n.$parent.computePresentText()}}t&&t(r)};r.lazyLoad(e,i)},calculateMultiCheckedValue:function(){this.checkedValue=this.getCheckedNodes(this.leafOnly).map((function(e){return e.getValueByOption()}))},scrollIntoView:function(){if(!this.$isServer){var e=this.$refs.menu||[];e.forEach((function(e){var t=e.$el;if(t){var n=t.querySelector(".el-scrollbar__wrap"),r=t.querySelector(".el-cascader-node.is-active")||t.querySelector(".el-cascader-node.in-active-path");Q()(n,r)}}))}},getNodeByValue:function(e){return this.store.getNodeByValue(e)},getFlattedNodes:function(e){var t=!this.config.lazy;return this.store.getFlattedNodes(e,t)},getCheckedNodes:function(e){var t=this.checkedValue,n=this.multiple;if(n){var r=this.getFlattedNodes(e);return r.filter((function(e){return e.checked}))}return Object(m["isEmpty"])(t)?[]:[this.getNodeByValue(t)]},clearCheckedNodes:function(){var e=this.config,t=this.leafOnly,n=e.multiple,r=e.emitPath;n?(this.getCheckedNodes(t).filter((function(e){return!e.isDisabled})).forEach((function(e){return e.doCheck(!1)})),this.calculateMultiCheckedValue()):this.checkedValue=r?[]:null}}},te=ee,ne=Object(y["a"])(te,r,i,!1,null,null,null);ne.options.__file="packages/cascader-panel/src/cascader-panel.vue";var re=ne.exports;re.install=function(e){e.component(re.name,re)};t["default"]=re},6:function(e,t){e.exports=n("6b7c")},9:function(e,t){e.exports=n("7f4d")}})},4730:function(e,t,n){var r=n("9de7"),i=n("a44c");function a(e,t,n,a,o){return function(s,l,c){if(s&&l){if(e&&s[e])return s[e](l,c);if(t&&i(s)){for(var u=0,h=s.length;u=100?100:null;return e+(t[n]||t[r]||t[i])},week:{dow:1,doy:7}});return n}))},4897:function(e,t,n){"use strict";t.__esModule=!0,t.i18n=t.use=t.t=void 0;var r=n("f0d9"),i=h(r),a=n("2b0e"),o=h(a),s=n("3c4e"),l=h(s),c=n("9d7e"),u=h(c);function h(e){return e&&e.__esModule?e:{default:e}}var d=(0,u.default)(o.default),f=i.default,p=!1,m=function(){var e=Object.getPrototypeOf(this||o.default).$t;if("function"===typeof e&&o.default.locale)return p||(p=!0,o.default.locale(o.default.config.lang,(0,l.default)(f,o.default.locale(o.default.config.lang)||{},{clone:!0}))),e.apply(this,arguments)},g=t.t=function(e,t){var n=m.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var r=e.split("."),i=f,a=0,o=r.length;a=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"))}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b)}}var f="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:void 0,a=f.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),g=f.saveAs||("object"!=typeof window||window!==f?function(){}:"download"in HTMLAnchorElement.prototype&&!a?function(b,g,h){var i=f.URL||f.webkitURL,j=document.createElement("a");g=g||b.name||"download",j.download=g,j.rel="noopener","string"==typeof b?(j.href=b,j.origin===location.origin?e(j):d(j.href)?c(b,g,h):e(j,j.target="_blank")):(j.href=i.createObjectURL(b),setTimeout(function(){i.revokeObjectURL(j.href)},4E4),setTimeout(function(){e(j)},0))}:"msSaveOrOpenBlob"in navigator?function(f,g,h){if(g=g||f.name||"download","string"!=typeof f)navigator.msSaveOrOpenBlob(b(f,h),g);else if(d(f))c(f,g,h);else{var i=document.createElement("a");i.href=f,i.target="_blank",setTimeout(function(){e(i)})}}:function(b,d,e,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),"string"==typeof b)return c(b,d,e);var h="application/octet-stream"===b.type,i=/constructor/i.test(f.HTMLElement)||f.safari,j=/CriOS\\/[\\d]+/.test(navigator.userAgent);if((j||h&&i||a)&&"undefined"!=typeof FileReader){var k=new FileReader;k.onloadend=function(){var a=k.result;a=j?a:a.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=a:location=a,g=null},k.readAsDataURL(b)}else{var l=f.URL||f.webkitURL,m=l.createObjectURL(b);g?g.location=m:location.href=m,g=null,setTimeout(function(){l.revokeObjectURL(m)},4E4)}});f.saveAs=g.saveAs=g,"undefined"!=typeof module&&(module.exports=g)});\n\n//# sourceMappingURL=FileSaver.min.js.map'},4930:function(e,t,n){var r=n("605d"),i=n("2d00"),a=n("d039");e.exports=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(r?38===i:i>37&&i<41)}))},4931:function(e,t,n){var r=n("a44c"),i=n("20b3");function a(e,t){var n,a=0;if(r(e)&&r(t)){for(n=t.length;a=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<1200?"上午":1200===r?"中午":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}))},"4a3d":function(e,t,n){"use strict";t.__esModule=!0,t.default=o;var r=n("2b0e"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!i.default.prototype.$isServer)if(t){var n=[],r=t.offsetParent;while(r&&e!==r&&e.contains(r))n.push(r),r=r.offsetParent;var a=t.offsetTop+n.reduce((function(e,t){return e+t.offsetTop}),0),o=a+t.offsetHeight,s=e.scrollTop,l=s+e.clientHeight;al&&(e.scrollTop=o-e.clientHeight)}else e.scrollTop=0}},"4a7b":function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t){t=t||{};var n={},i=["url","method","params","data"],a=["headers","auth","proxy"],o=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,(function(e){"undefined"!==typeof t[e]&&(n[e]=t[e])})),r.forEach(a,(function(i){r.isObject(t[i])?n[i]=r.deepMerge(e[i],t[i]):"undefined"!==typeof t[i]?n[i]=t[i]:r.isObject(e[i])?n[i]=r.deepMerge(e[i]):"undefined"!==typeof e[i]&&(n[i]=e[i])})),r.forEach(o,(function(r){"undefined"!==typeof t[r]?n[r]=t[r]:"undefined"!==typeof e[r]&&(n[r]=e[r])}));var s=i.concat(a).concat(o),l=Object.keys(t).filter((function(e){return-1===s.indexOf(e)}));return r.forEach(l,(function(r){"undefined"!==typeof t[r]?n[r]=t[r]:"undefined"!==typeof e[r]&&(n[r]=e[r])})),n}},"4abe":function(e,t,n){"use strict";function r(e){return"[object String]"===Object.prototype.toString.call(e)}function i(e){return"[object Number]"===Object.prototype.toString.call(e)}function a(e){return"[object Object]"===Object.prototype.toString.call(e)}function o(e){return e&&e.nodeType===Node.ELEMENT_NODE}t.__esModule=!0,t.isString=r,t.isNumber=i,t.isObject=a,t.isHtmlElement=o;t.isFunction=function(e){var t={};return e&&"[object Function]"===t.toString.call(e)},t.isUndefined=function(e){return void 0===e},t.isDefined=function(e){return void 0!==e&&null!==e}},"4b26":function(e,t,n){"use strict";t.__esModule=!0;var r=n("2b0e"),i=o(r),a=n("5924");function o(e){return e&&e.__esModule?e:{default:e}}var s=!1,l=!1,c=void 0,u=function(){if(!i.default.prototype.$isServer){var e=d.modalDom;return e?s=!0:(s=!1,e=document.createElement("div"),d.modalDom=e,e.addEventListener("touchmove",(function(e){e.preventDefault(),e.stopPropagation()})),e.addEventListener("click",(function(){d.doOnModalClick&&d.doOnModalClick()}))),e}},h={},d={modalFade:!0,getInstance:function(e){return h[e]},register:function(e,t){e&&t&&(h[e]=t)},deregister:function(e){e&&(h[e]=null,delete h[e])},nextZIndex:function(){return d.zIndex++},modalStack:[],doOnModalClick:function(){var e=d.modalStack[d.modalStack.length-1];if(e){var t=d.getInstance(e.id);t&&t.closeOnClickModal&&t.close()}},openModal:function(e,t,n,r,o){if(!i.default.prototype.$isServer&&e&&void 0!==t){this.modalFade=o;for(var l=this.modalStack,c=0,h=l.length;c0){var r=t[t.length-1];if(r.id===e){if(r.modalClass){var i=r.modalClass.trim().split(/\s+/);i.forEach((function(e){return(0,a.removeClass)(n,e)}))}t.pop(),t.length>0&&(n.style.zIndex=t[t.length-1].zIndex)}else for(var o=t.length-1;o>=0;o--)if(t[o].id===e){t.splice(o,1);break}}0===t.length&&(this.modalFade&&(0,a.addClass)(n,"v-modal-leave"),setTimeout((function(){0===t.length&&(n.parentNode&&n.parentNode.removeChild(n),n.style.display="none",d.modalDom=void 0),(0,a.removeClass)(n,"v-modal-leave")}),200))}};Object.defineProperty(d,"zIndex",{configurable:!0,get:function(){return l||(c=c||(i.default.prototype.$ELEMENT||{}).zIndex||2e3,l=!0),c},set:function(e){c=e}});var f=function(){if(!i.default.prototype.$isServer&&d.modalStack.length>0){var e=d.modalStack[d.modalStack.length-1];if(!e)return;var t=d.getInstance(e.id);return t}};i.default.prototype.$isServer||window.addEventListener("keydown",(function(e){if(27===e.keyCode){var t=f();t&&t.closeOnPressEscape&&(t.handleClose?t.handleClose():t.handleAction?t.handleAction("cancel"):t.close())}})),t.default=d},"4b52":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(){if(i.default.prototype.$isServer)return 0;if(void 0!==o)return o;var e=document.createElement("div");e.className="el-scrollbar__wrap",e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e);var t=e.offsetWidth;e.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",e.appendChild(n);var r=n.offsetWidth;return e.parentNode.removeChild(e),o=t-r,o};var r=n("2b0e"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}var o=void 0},"4b8b":function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},"4ba9":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do 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:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [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}))},"4bf4":function(e,t,n){"use strict";t.__esModule=!0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.default=function(e){function t(e){for(var t=arguments.length,n=Array(t>1?t-1:0),o=1;o-1,n&&(t=t.replace(/y/g,"")));var s=o(w?new A(e,t):A(e,t),r?this:y,S);return x&&n&&p(s,{sticky:n}),s},k=function(e){e in S||s(S,e,{configurable:!0,get:function(){return A[e]},set:function(t){A[e]=t}})},M=l(A),E=0;while(M.length>E)k(M[E++]);y.constructor=S,S.prototype=y,d(i,"RegExp",S)}m("RegExp")},"4d64":function(e,t,n){var r=n("fc6a"),i=n("50c4"),a=n("23cb"),o=function(e){return function(t,n,o){var s,l=r(t),c=i(l.length),u=a(o,c);if(e&&n!=n){while(c>u)if(s=l[u++],s!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},"4d88":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"4d90":function(e,t,n){"use strict";var r=n("23e7"),i=n("0ccb").start,a=n("9a0c");r({target:"String",proto:!0,forced:a},{padStart:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},"4de4":function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").filter,a=n("1dde"),o=a("filter");r({target:"Array",proto:!0,forced:!o},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(e,t,n){"use strict";var r=n("0366"),i=n("7b0b"),a=n("9bdd"),o=n("e95a"),s=n("50c4"),l=n("8418"),c=n("35a1");e.exports=function(e){var t,n,u,h,d,f,p=i(e),m="function"==typeof this?this:Array,g=arguments.length,v=g>1?arguments[1]:void 0,A=void 0!==v,y=c(p),b=0;if(A&&(v=r(v,g>2?arguments[2]:void 0,2)),void 0==y||m==Array&&o(y))for(t=s(p.length),n=new m(t);t>b;b++)f=A?v(p[b],b):p[b],l(n,b,f);else for(h=y.call(p),d=h.next,n=new m;!(u=d.call(h)).done;b++)f=A?a(h,v,[u.value,b],!0):u.value,l(n,b,f);return n.length=b,n}},"4e4b":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=61)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},10:function(e,t){e.exports=n("f3ad")},12:function(e,t){e.exports=n("417f")},14:function(e,t){e.exports=n("14e9")},16:function(e,t){e.exports=n("4010")},17:function(e,t){e.exports=n("0e15")},21:function(e,t){e.exports=n("d397")},22:function(e,t){e.exports=n("12f2")},3:function(e,t){e.exports=n("8122")},31:function(e,t){e.exports=n("2a5e")},33:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-select-dropdown__item",class:{selected:e.itemSelected,"is-disabled":e.disabled||e.groupDisabled||e.limitReached,hover:e.hover},on:{mouseenter:e.hoverItem,click:function(t){return t.stopPropagation(),e.selectOptionClick(t)}}},[e._t("default",[n("span",[e._v(e._s(e.currentLabel))])])],2)},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s=n(3),l="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c={mixins:[o.a],name:"ElOption",componentName:"ElOption",inject:["select"],props:{value:{required:!0},label:[String,Number],created:Boolean,disabled:{type:Boolean,default:!1}},data:function(){return{index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}},computed:{isObject:function(){return"[object object]"===Object.prototype.toString.call(this.value).toLowerCase()},currentLabel:function(){return this.label||(this.isObject?"":this.value)},currentValue:function(){return this.value||this.label||""},itemSelected:function(){return this.select.multiple?this.contains(this.select.value,this.value):this.isEqual(this.value,this.select.value)},limitReached:function(){return!!this.select.multiple&&(!this.itemSelected&&(this.select.value||[]).length>=this.select.multipleLimit&&this.select.multipleLimit>0)}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(e,t){var n=this.select,r=n.remote,i=n.valueKey;if(!this.created&&!r){if(i&&"object"===("undefined"===typeof e?"undefined":l(e))&&"object"===("undefined"===typeof t?"undefined":l(t))&&e[i]===t[i])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(e,t){if(this.isObject){var n=this.select.valueKey;return Object(s["getValueByPath"])(e,n)===Object(s["getValueByPath"])(t,n)}return e===t},contains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1];if(this.isObject){var n=this.select.valueKey;return e&&e.some((function(e){return Object(s["getValueByPath"])(e,n)===Object(s["getValueByPath"])(t,n)}))}return e&&e.indexOf(t)>-1},handleGroupDisabled:function(e){this.groupDisabled=e},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(e){this.visible=new RegExp(Object(s["escapeRegexpString"])(e),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var e=this.select,t=e.selected,n=e.multiple,r=n?t:[t],i=this.select.cachedOptions.indexOf(this),a=r.indexOf(this);i>-1&&a<0&&this.select.cachedOptions.splice(i,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},u=c,h=n(0),d=Object(h["a"])(u,r,i,!1,null,null,null);d.options.__file="packages/select/src/option.vue";t["a"]=d.exports},37:function(e,t){e.exports=n("8bbc")},4:function(e,t){e.exports=n("d010")},5:function(e,t){e.exports=n("e974")},6:function(e,t){e.exports=n("6b7c")},61:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleClose,expression:"handleClose"}],staticClass:"el-select",class:[e.selectSize?"el-select--"+e.selectSize:""],on:{click:function(t){return t.stopPropagation(),e.toggleMenu(t)}}},[e.multiple?n("div",{ref:"tags",staticClass:"el-select__tags",style:{"max-width":e.inputWidth-32+"px",width:"100%"}},[e.collapseTags&&e.selected.length?n("span",[n("el-tag",{attrs:{closable:!e.selectDisabled,size:e.collapseTagSize,hit:e.selected[0].hitState,type:"info","disable-transitions":""},on:{close:function(t){e.deleteTag(t,e.selected[0])}}},[n("span",{staticClass:"el-select__tags-text"},[e._v(e._s(e.selected[0].currentLabel))])]),e.selected.length>1?n("el-tag",{attrs:{closable:!1,size:e.collapseTagSize,type:"info","disable-transitions":""}},[n("span",{staticClass:"el-select__tags-text"},[e._v("+ "+e._s(e.selected.length-1))])]):e._e()],1):e._e(),e.collapseTags?e._e():n("transition-group",{on:{"after-leave":e.resetInputHeight}},e._l(e.selected,(function(t){return n("el-tag",{key:e.getValueKey(t),attrs:{closable:!e.selectDisabled,size:e.collapseTagSize,hit:t.hitState,type:"info","disable-transitions":""},on:{close:function(n){e.deleteTag(n,t)}}},[n("span",{staticClass:"el-select__tags-text"},[e._v(e._s(t.currentLabel))])])})),1),e.filterable?n("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"input",staticClass:"el-select__input",class:[e.selectSize?"is-"+e.selectSize:""],style:{"flex-grow":"1",width:e.inputLength/(e.inputWidth-32)+"%","max-width":e.inputWidth-42+"px"},attrs:{type:"text",disabled:e.selectDisabled,autocomplete:e.autoComplete||e.autocomplete},domProps:{value:e.query},on:{focus:e.handleFocus,blur:function(t){e.softFocus=!1},keyup:e.managePlaceholder,keydown:[e.resetInputState,function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"]))return null;t.preventDefault(),e.navigateOptions("next")},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"]))return null;t.preventDefault(),e.navigateOptions("prev")},function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){return!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.deletePrevTag(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key,"Tab"))return null;e.visible=!1}],compositionstart:e.handleComposition,compositionupdate:e.handleComposition,compositionend:e.handleComposition,input:[function(t){t.target.composing||(e.query=t.target.value)},e.debouncedQueryChange]}}):e._e()],1):e._e(),n("el-input",{ref:"reference",class:{"is-focus":e.visible},attrs:{type:"text",placeholder:e.currentPlaceholder,name:e.name,id:e.id,autocomplete:e.autoComplete||e.autocomplete,size:e.selectSize,disabled:e.selectDisabled,readonly:e.readonly,"validate-event":!1,tabindex:e.multiple&&e.filterable?"-1":null},on:{focus:e.handleFocus,blur:e.handleBlur},nativeOn:{keyup:function(t){return e.debouncedOnInputChange(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"]))return null;t.stopPropagation(),t.preventDefault(),e.navigateOptions("next")},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"]))return null;t.stopPropagation(),t.preventDefault(),e.navigateOptions("prev")},function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key,"Tab"))return null;e.visible=!1}],paste:function(t){return e.debouncedOnInputChange(t)},mouseenter:function(t){e.inputHovering=!0},mouseleave:function(t){e.inputHovering=!1}},model:{value:e.selectedLabel,callback:function(t){e.selectedLabel=t},expression:"selectedLabel"}},[e.$slots.prefix?n("template",{slot:"prefix"},[e._t("prefix")],2):e._e(),n("template",{slot:"suffix"},[n("i",{directives:[{name:"show",rawName:"v-show",value:!e.showClose,expression:"!showClose"}],class:["el-select__caret","el-input__icon","el-icon-"+e.iconClass]}),e.showClose?n("i",{staticClass:"el-select__caret el-input__icon el-icon-circle-close",on:{click:e.handleClearClick}}):e._e()])],2),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":e.handleMenuEnter,"after-leave":e.doDestroy}},[n("el-select-menu",{directives:[{name:"show",rawName:"v-show",value:e.visible&&!1!==e.emptyText,expression:"visible && emptyText !== false"}],ref:"popper",attrs:{"append-to-body":e.popperAppendToBody}},[n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.options.length>0&&!e.loading,expression:"options.length > 0 && !loading"}],ref:"scrollbar",class:{"is-empty":!e.allowCreate&&e.query&&0===e.filteredOptionsCount},attrs:{tag:"ul","wrap-class":"el-select-dropdown__wrap","view-class":"el-select-dropdown__list"}},[e.showNewOption?n("el-option",{attrs:{value:e.query,created:""}}):e._e(),e._t("default")],2),e.emptyText&&(!e.allowCreate||e.loading||e.allowCreate&&0===e.options.length)?[e.$slots.empty?e._t("empty"):n("p",{staticClass:"el-select-dropdown__empty"},[e._v("\n "+e._s(e.emptyText)+"\n ")])]:e._e()],2)],1)],1)},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s=n(22),l=n.n(s),c=n(6),u=n.n(c),h=n(10),d=n.n(h),f=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-select-dropdown el-popper",class:[{"is-multiple":e.$parent.multiple},e.popperClass],style:{minWidth:e.minWidth}},[e._t("default")],2)},p=[];f._withStripped=!0;var m=n(5),g=n.n(m),v={name:"ElSelectDropdown",componentName:"ElSelectDropdown",mixins:[g.a],props:{placement:{default:"bottom-start"},boundariesPadding:{default:0},popperOptions:{default:function(){return{gpuAcceleration:!1}}},visibleArrow:{default:!0},appendToBody:{type:Boolean,default:!0}},data:function(){return{minWidth:""}},computed:{popperClass:function(){return this.$parent.popperClass}},watch:{"$parent.inputWidth":function(){this.minWidth=this.$parent.$el.getBoundingClientRect().width+"px"}},mounted:function(){var e=this;this.referenceElm=this.$parent.$refs.reference.$el,this.$parent.popperElm=this.popperElm=this.$el,this.$on("updatePopper",(function(){e.$parent.visible&&e.updatePopper()})),this.$on("destroyPopper",this.destroyPopper)}},A=v,y=n(0),b=Object(y["a"])(A,f,p,!1,null,null,null);b.options.__file="packages/select/src/select-dropdown.vue";var _=b.exports,w=n(33),x=n(37),C=n.n(x),S=n(14),k=n.n(S),M=n(17),E=n.n(M),T=n(12),B=n.n(T),D=n(16),L=n(31),O=n.n(L),I=n(3),F={data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter((function(e){return e.visible})).every((function(e){return e.disabled}))}},watch:{hoverIndex:function(e){var t=this;"number"===typeof e&&e>-1&&(this.hoverOption=this.options[e]||{}),this.options.forEach((function(e){e.hover=t.hoverOption===e}))}},methods:{navigateOptions:function(e){var t=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){"next"===e?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):"prev"===e&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(e),this.$nextTick((function(){return t.scrollToOption(t.hoverOption)}))}}else this.visible=!0}}},N=n(21),P={mixins:[o.a,u.a,l()("reference"),F],name:"ElSelect",componentName:"ElSelect",inject:{elForm:{default:""},elFormItem:{default:""}},provide:function(){return{select:this}},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},readonly:function(){return!this.filterable||this.multiple||!Object(I["isIE"])()&&!Object(I["isEdge"])()&&!this.visible},showClose:function(){var e=this.multiple?Array.isArray(this.value)&&this.value.length>0:void 0!==this.value&&null!==this.value&&""!==this.value,t=this.clearable&&!this.selectDisabled&&this.inputHovering&&e;return t},iconClass:function(){return this.remote&&this.filterable?"":this.visible?"arrow-up is-reverse":"arrow-up"},debounce:function(){return this.remote?300:0},emptyText:function(){return this.loading?this.loadingText||this.t("el.select.loading"):(!this.remote||""!==this.query||0!==this.options.length)&&(this.filterable&&this.query&&this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("el.select.noMatch"):0===this.options.length?this.noDataText||this.t("el.select.noData"):null)},showNewOption:function(){var e=this,t=this.options.filter((function(e){return!e.created})).some((function(t){return t.currentLabel===e.query}));return this.filterable&&this.allowCreate&&""!==this.query&&!t},selectSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},selectDisabled:function(){return this.disabled||(this.elForm||{}).disabled},collapseTagSize:function(){return["small","mini"].indexOf(this.selectSize)>-1?"mini":"small"},propPlaceholder:function(){return"undefined"!==typeof this.placeholder?this.placeholder:this.t("el.select.placeholder")}},components:{ElInput:d.a,ElSelectMenu:_,ElOption:w["a"],ElTag:C.a,ElScrollbar:k.a},directives:{Clickoutside:B.a},props:{name:String,id:String,value:{required:!0},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},automaticDropdown:Boolean,size:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:String,remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String,required:!1},defaultFirstOption:Boolean,reserveKeyword:Boolean,valueKey:{type:String,default:"value"},collapseTags:Boolean,popperAppendToBody:{type:Boolean,default:!0}},data:function(){return{options:[],cachedOptions:[],createdLabel:null,createdSelected:!1,selected:this.multiple?[]:{},inputLength:20,inputWidth:0,initialInputHeight:0,cachedPlaceHolder:"",optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,currentPlaceholder:"",menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1}},watch:{selectDisabled:function(){var e=this;this.$nextTick((function(){e.resetInputHeight()}))},propPlaceholder:function(e){this.cachedPlaceHolder=this.currentPlaceholder=e},value:function(e,t){this.multiple&&(this.resetInputHeight(),e&&e.length>0||this.$refs.input&&""!==this.query?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.filterable&&!this.reserveKeyword&&(this.query="",this.handleQueryChange(this.query))),this.setSelected(),this.filterable&&!this.multiple&&(this.inputLength=20),Object(I["valueEquals"])(e,t)||this.dispatch("ElFormItem","el.form.change",e)},visible:function(e){var t=this;e?(this.broadcast("ElSelectDropdown","updatePopper"),this.filterable&&(this.query=this.remote?"":this.selectedLabel,this.handleQueryChange(this.query),this.multiple?this.$refs.input.focus():(this.remote||(this.broadcast("ElOption","queryChange",""),this.broadcast("ElOptionGroup","queryChange")),this.selectedLabel&&(this.currentPlaceholder=this.selectedLabel,this.selectedLabel="")))):(this.broadcast("ElSelectDropdown","destroyPopper"),this.$refs.input&&this.$refs.input.blur(),this.query="",this.previousQuery=null,this.selectedLabel="",this.inputLength=20,this.menuVisibleOnFocus=!1,this.resetHoverIndex(),this.$nextTick((function(){t.$refs.input&&""===t.$refs.input.value&&0===t.selected.length&&(t.currentPlaceholder=t.cachedPlaceHolder)})),this.multiple||(this.selected&&(this.filterable&&this.allowCreate&&this.createdSelected&&this.createdLabel?this.selectedLabel=this.createdLabel:this.selectedLabel=this.selected.currentLabel,this.filterable&&(this.query=this.selectedLabel)),this.filterable&&(this.currentPlaceholder=this.cachedPlaceHolder))),this.$emit("visible-change",e)},options:function(){var e=this;if(!this.$isServer){this.$nextTick((function(){e.broadcast("ElSelectDropdown","updatePopper")})),this.multiple&&this.resetInputHeight();var t=this.$el.querySelectorAll("input");-1===[].indexOf.call(t,document.activeElement)&&this.setSelected(),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()}}},methods:{handleComposition:function(e){var t=this,n=e.target.value;if("compositionend"===e.type)this.isOnComposition=!1,this.$nextTick((function(e){return t.handleQueryChange(n)}));else{var r=n[n.length-1]||"";this.isOnComposition=!Object(N["isKorean"])(r)}},handleQueryChange:function(e){var t=this;this.previousQuery===e||this.isOnComposition||(null!==this.previousQuery||"function"!==typeof this.filterMethod&&"function"!==typeof this.remoteMethod?(this.previousQuery=e,this.$nextTick((function(){t.visible&&t.broadcast("ElSelectDropdown","updatePopper")})),this.hoverIndex=-1,this.multiple&&this.filterable&&this.$nextTick((function(){var e=15*t.$refs.input.value.length+20;t.inputLength=t.collapseTags?Math.min(50,e):e,t.managePlaceholder(),t.resetInputHeight()})),this.remote&&"function"===typeof this.remoteMethod?(this.hoverIndex=-1,this.remoteMethod(e)):"function"===typeof this.filterMethod?(this.filterMethod(e),this.broadcast("ElOptionGroup","queryChange")):(this.filteredOptionsCount=this.optionsCount,this.broadcast("ElOption","queryChange",e),this.broadcast("ElOptionGroup","queryChange")),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()):this.previousQuery=e)},scrollToOption:function(e){var t=Array.isArray(e)&&e[0]?e[0].$el:e.$el;if(this.$refs.popper&&t){var n=this.$refs.popper.$el.querySelector(".el-select-dropdown__wrap");O()(n,t)}this.$refs.scrollbar&&this.$refs.scrollbar.handleScroll()},handleMenuEnter:function(){var e=this;this.$nextTick((function(){return e.scrollToOption(e.selected)}))},emitChange:function(e){Object(I["valueEquals"])(this.value,e)||this.$emit("change",e)},getOption:function(e){for(var t=void 0,n="[object object]"===Object.prototype.toString.call(e).toLowerCase(),r="[object null]"===Object.prototype.toString.call(e).toLowerCase(),i="[object undefined]"===Object.prototype.toString.call(e).toLowerCase(),a=this.cachedOptions.length-1;a>=0;a--){var o=this.cachedOptions[a],s=n?Object(I["getValueByPath"])(o.value,this.valueKey)===Object(I["getValueByPath"])(e,this.valueKey):o.value===e;if(s){t=o;break}}if(t)return t;var l=n||r||i?"":e,c={value:e,currentLabel:l};return this.multiple&&(c.hitState=!1),c},setSelected:function(){var e=this;if(!this.multiple){var t=this.getOption(this.value);return t.created?(this.createdLabel=t.currentLabel,this.createdSelected=!0):this.createdSelected=!1,this.selectedLabel=t.currentLabel,this.selected=t,void(this.filterable&&(this.query=this.selectedLabel))}var n=[];Array.isArray(this.value)&&this.value.forEach((function(t){n.push(e.getOption(t))})),this.selected=n,this.$nextTick((function(){e.resetInputHeight()}))},handleFocus:function(e){this.softFocus?this.softFocus=!1:((this.automaticDropdown||this.filterable)&&(this.visible=!0,this.filterable&&(this.menuVisibleOnFocus=!0)),this.$emit("focus",e))},blur:function(){this.visible=!1,this.$refs.reference.blur()},handleBlur:function(e){var t=this;setTimeout((function(){t.isSilentBlur?t.isSilentBlur=!1:t.$emit("blur",e)}),50),this.softFocus=!1},handleClearClick:function(e){this.deleteSelected(e)},doDestroy:function(){this.$refs.popper&&this.$refs.popper.doDestroy()},handleClose:function(){this.visible=!1},toggleLastOptionHitState:function(e){if(Array.isArray(this.selected)){var t=this.selected[this.selected.length-1];if(t)return!0===e||!1===e?(t.hitState=e,e):(t.hitState=!t.hitState,t.hitState)}},deletePrevTag:function(e){if(e.target.value.length<=0&&!this.toggleLastOptionHitState()){var t=this.value.slice();t.pop(),this.$emit("input",t),this.emitChange(t)}},managePlaceholder:function(){""!==this.currentPlaceholder&&(this.currentPlaceholder=this.$refs.input.value?"":this.cachedPlaceHolder)},resetInputState:function(e){8!==e.keyCode&&this.toggleLastOptionHitState(!1),this.inputLength=15*this.$refs.input.value.length+20,this.resetInputHeight()},resetInputHeight:function(){var e=this;this.collapseTags&&!this.filterable||this.$nextTick((function(){if(e.$refs.reference){var t=e.$refs.reference.$el.childNodes,n=[].filter.call(t,(function(e){return"INPUT"===e.tagName}))[0],r=e.$refs.tags,i=e.initialInputHeight||40;n.style.height=0===e.selected.length?i+"px":Math.max(r?r.clientHeight+(r.clientHeight>i?6:0):0,i)+"px",e.visible&&!1!==e.emptyText&&e.broadcast("ElSelectDropdown","updatePopper")}}))},resetHoverIndex:function(){var e=this;setTimeout((function(){e.multiple?e.selected.length>0?e.hoverIndex=Math.min.apply(null,e.selected.map((function(t){return e.options.indexOf(t)}))):e.hoverIndex=-1:e.hoverIndex=e.options.indexOf(e.selected)}),300)},handleOptionSelect:function(e,t){var n=this;if(this.multiple){var r=(this.value||[]).slice(),i=this.getValueIndex(r,e.value);i>-1?r.splice(i,1):(this.multipleLimit<=0||r.length0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n="[object object]"===Object.prototype.toString.call(t).toLowerCase();if(n){var r=this.valueKey,i=-1;return e.some((function(e,n){return Object(I["getValueByPath"])(e,r)===Object(I["getValueByPath"])(t,r)&&(i=n,!0)})),i}return e.indexOf(t)},toggleMenu:function(){this.selectDisabled||(this.menuVisibleOnFocus?this.menuVisibleOnFocus=!1:this.visible=!this.visible,this.visible&&(this.$refs.input||this.$refs.reference).focus())},selectOption:function(){this.visible?this.options[this.hoverIndex]&&this.handleOptionSelect(this.options[this.hoverIndex]):this.toggleMenu()},deleteSelected:function(e){e.stopPropagation();var t=this.multiple?[]:"";this.$emit("input",t),this.emitChange(t),this.visible=!1,this.$emit("clear")},deleteTag:function(e,t){var n=this.selected.indexOf(t);if(n>-1&&!this.selectDisabled){var r=this.value.slice();r.splice(n,1),this.$emit("input",r),this.emitChange(r),this.$emit("remove-tag",t.value)}e.stopPropagation()},onInputChange:function(){this.filterable&&this.query!==this.selectedLabel&&(this.query=this.selectedLabel,this.handleQueryChange(this.query))},onOptionDestroy:function(e){e>-1&&(this.optionsCount--,this.filteredOptionsCount--,this.options.splice(e,1))},resetInputWidth:function(){this.inputWidth=this.$refs.reference.$el.getBoundingClientRect().width},handleResize:function(){this.resetInputWidth(),this.multiple&&this.resetInputHeight()},checkDefaultFirstOption:function(){this.hoverIndex=-1;for(var e=!1,t=this.options.length-1;t>=0;t--)if(this.options[t].created){e=!0,this.hoverIndex=t;break}if(!e)for(var n=0;n!==this.options.length;++n){var r=this.options[n];if(this.query){if(!r.disabled&&!r.groupDisabled&&r.visible){this.hoverIndex=n;break}}else if(r.itemSelected){this.hoverIndex=n;break}}},getValueKey:function(e){return"[object object]"!==Object.prototype.toString.call(e.value).toLowerCase()?e.value:Object(I["getValueByPath"])(e.value,this.valueKey)}},created:function(){var e=this;this.cachedPlaceHolder=this.currentPlaceholder=this.propPlaceholder,this.multiple&&!Array.isArray(this.value)&&this.$emit("input",[]),!this.multiple&&Array.isArray(this.value)&&this.$emit("input",""),this.debouncedOnInputChange=E()(this.debounce,(function(){e.onInputChange()})),this.debouncedQueryChange=E()(this.debounce,(function(t){e.handleQueryChange(t.target.value)})),this.$on("handleOptionClick",this.handleOptionSelect),this.$on("setSelected",this.setSelected)},mounted:function(){var e=this;this.multiple&&Array.isArray(this.value)&&this.value.length>0&&(this.currentPlaceholder=""),Object(D["addResizeListener"])(this.$el,this.handleResize);var t=this.$refs.reference;if(t&&t.$el){var n={medium:36,small:32,mini:28},r=t.$el.querySelector("input");this.initialInputHeight=r.getBoundingClientRect().height||n[this.selectSize]}this.remote&&this.multiple&&this.resetInputHeight(),this.$nextTick((function(){t&&t.$el&&(e.inputWidth=t.$el.getBoundingClientRect().width)})),this.setSelected()},beforeDestroy:function(){this.$el&&this.handleResize&&Object(D["removeResizeListener"])(this.$el,this.handleResize)}},R=P,H=Object(y["a"])(R,r,i,!1,null,null,null);H.options.__file="packages/select/src/select.vue";var U=H.exports;U.install=function(e){e.component(U.name,U)};t["default"]=U}})},"4e71":function(e,t,n){n("e198")("observable")},"4ea2":function(e,t,n){var r=n("be51");function i(){return r(arguments)}e.exports=i},"4ebc":function(e,t,n){var r=n("4d88");e.exports=Array.isArray||function(e){return"Array"==r(e)}},"4f3d":function(e,t){function n(e,t,n){var r,i,a=n||{},o=!1,s=0,l=!("leading"in a)||a.leading,c="trailing"in a&&a.trailing,u=function(){o=!0,e.apply(i,r),s=setTimeout(h,t)},h=function(){s=0,o||!0!==c||u()},d=function(){var e=0!==s;return clearTimeout(s),o=!1,s=0,e},f=function(){r=arguments,i=this,o=!1,0===s&&(!0===l?u():!0===c&&(s=setTimeout(h,t)))};return f.cancel=d,f}e.exports=n},"4f91":function(e,t){var n=decodeURIComponent;e.exports=n},5038:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:0,doy:6}});return t}))},"50c4":function(e,t,n){var r=n("a691"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},"511f":function(e,t,n){n("0b99"),n("658f"),e.exports=n("fcd4").f("iterator")},5120:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],r=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],i=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],a=["Do","Lu","Má","Cé","Dé","A","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é ag] 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íonna",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}))},5128:function(e,t,n){"use strict";t.__esModule=!0,t.PopupManager=void 0;var r=n("2b0e"),i=d(r),a=n("7f4d"),o=d(a),s=n("4b26"),l=d(s),c=n("e62d"),u=d(c),h=n("5924");function d(e){return e&&e.__esModule?e:{default:e}}var f=1,p=void 0;t.default={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+f++,l.default.register(this._popupId,this)},beforeDestroy:function(){l.default.deregister(this._popupId),l.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(e){var t=this;if(e){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,i.default.nextTick((function(){t.open()})))}else this.close()}},methods:{open:function(e){var t=this;this.rendered||(this.rendered=!0);var n=(0,o.default)({},this.$props||this,e);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var r=Number(n.openDelay);r>0?this._openTimer=setTimeout((function(){t._openTimer=null,t.doOpen(n)}),r):this.doOpen(n)},doOpen:function(e){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var t=this.$el,n=e.modal,r=e.zIndex;if(r&&(l.default.zIndex=r),n&&(this._closing&&(l.default.closeModal(this._popupId),this._closing=!1),l.default.openModal(this._popupId,l.default.nextZIndex(),this.modalAppendToBody?void 0:t,e.modalClass,e.modalFade),e.lockScroll)){this.withoutHiddenClass=!(0,h.hasClass)(document.body,"el-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,h.getStyle)(document.body,"paddingRight"),10)),p=(0,u.default)();var i=document.documentElement.clientHeight0&&(i||"scroll"===a)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+p+"px"),(0,h.addClass)(document.body,"el-popup-parent--hidden")}"static"===getComputedStyle(t).position&&(t.style.position="absolute"),t.style.zIndex=l.default.nextZIndex(),this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var e=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var t=Number(this.closeDelay);t>0?this._closeTimer=setTimeout((function(){e._closeTimer=null,e.doClose()}),t):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&setTimeout(this.restoreBodyStyle,200),this.opened=!1,this.doAfterClose()},doAfterClose:function(){l.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,h.removeClass)(document.body,"el-popup-parent--hidden")),this.withoutHiddenClass=!0}}},t.PopupManager=l.default},"512c":function(e,t,n){var r=n("ef08"),i=n("5524"),a=n("9c0c"),o=n("051b"),s=n("9c0e"),l="prototype",c=function(e,t,n){var u,h,d,f=e&c.F,p=e&c.G,m=e&c.S,g=e&c.P,v=e&c.B,A=e&c.W,y=p?i:i[t]||(i[t]={}),b=y[l],_=p?r:m?r[t]:(r[t]||{})[l];for(u in p&&(n=t),n)h=!f&&_&&void 0!==_[u],h&&s(y,u)||(d=h?_[u]:n[u],y[u]=p&&"function"!=typeof _[u]?n[u]:v&&h?a(d,r):A&&_[u]==d?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t[l]=e[l],t}(d):g&&"function"==typeof d?a(Function.call,d):d,g&&((y.virtual||(y.virtual={}))[u]=d,e&c.R&&b&&!b[u]&&o(b,u,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},5135:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"51ef":function(e,t,n){var r=n("3ae2"),i=n("a8c4"),a=n("fedd"),o=n("6deb"),s=function(e,t){if(e){var n=a(e,t);return o(n)?r(n):n}return i()};e.exports=s},5270:function(e,t,n){"use strict";var r=n("c532"),i=n("c401"),a=n("2e67"),o=n("2444");function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){s(e),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||o.adapter;return t(e).then((function(t){return s(e),t.data=i(t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(s(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},5292:function(e,t,n){var r=n("27e0"),i=n("e3c3"),a=n("6b35"),o=n("e643"),s=n("20b3"),l=n("9a21"),c=n("6528"),u=n("294d");function h(e,t){l(e,(function(e){e.children&&!e.children.length&&c(e,t)}))}function d(e,t){var n,c,d,f,p=u({},r.treeOptions,t),m=p.strict,g=p.key,v=p.parentKey,A=p.children,y=p.sortKey,b=p.reverse,_=p.data,w=[],x={};return y&&(e=a(o(e),y),b&&(e=e.reverse())),n=i(e,(function(e){return e[g]})),l(e,(function(e){c=e[g],_?(d={},d[_]=e):d=e,f=e[v],x[c]=x[c]||[],x[f]=x[f]||[],x[f].push(d),d[g]=c,d[v]=f,d[A]=x[c],(!m||m&&!f)&&(s(n,f)||w.push(d))})),m&&h(e,A),w}e.exports=d},5294:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"52bd":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},5319:function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),a=n("50c4"),o=n("a691"),s=n("1d80"),l=n("8aa5"),c=n("0cb2"),u=n("14c3"),h=Math.max,d=Math.min,f=function(e){return void 0===e?e:String(e)};r("replace",2,(function(e,t,n,r){var p=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,m=r.REPLACE_KEEPS_$0,g=p?"$":"$0";return[function(n,r){var i=s(this),a=void 0==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!p&&m||"string"===typeof r&&-1===r.indexOf(g)){var s=n(t,e,this,r);if(s.done)return s.value}var v=i(e),A=String(this),y="function"===typeof r;y||(r=String(r));var b=v.global;if(b){var _=v.unicode;v.lastIndex=0}var w=[];while(1){var x=u(v,A);if(null===x)break;if(w.push(x),!b)break;var C=String(x[0]);""===C&&(v.lastIndex=l(A,a(v.lastIndex),_))}for(var S="",k=0,M=0;M=k&&(S+=A.slice(k,T)+I,k=T+E.length)}return S+A.slice(k)}]}))},"53ca":function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");function r(e){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}},5488:function(e,t,n){"use strict";t.__esModule=!0;var r=n("5924");function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var a=function(){function e(){i(this,e)}return e.prototype.beforeEnter=function(e){(0,r.addClass)(e,"collapse-transition"),e.dataset||(e.dataset={}),e.dataset.oldPaddingTop=e.style.paddingTop,e.dataset.oldPaddingBottom=e.style.paddingBottom,e.style.height="0",e.style.paddingTop=0,e.style.paddingBottom=0},e.prototype.enter=function(e){e.dataset.oldOverflow=e.style.overflow,0!==e.scrollHeight?(e.style.height=e.scrollHeight+"px",e.style.paddingTop=e.dataset.oldPaddingTop,e.style.paddingBottom=e.dataset.oldPaddingBottom):(e.style.height="",e.style.paddingTop=e.dataset.oldPaddingTop,e.style.paddingBottom=e.dataset.oldPaddingBottom),e.style.overflow="hidden"},e.prototype.afterEnter=function(e){(0,r.removeClass)(e,"collapse-transition"),e.style.height="",e.style.overflow=e.dataset.oldOverflow},e.prototype.beforeLeave=function(e){e.dataset||(e.dataset={}),e.dataset.oldPaddingTop=e.style.paddingTop,e.dataset.oldPaddingBottom=e.style.paddingBottom,e.dataset.oldOverflow=e.style.overflow,e.style.height=e.scrollHeight+"px",e.style.overflow="hidden"},e.prototype.leave=function(e){0!==e.scrollHeight&&((0,r.addClass)(e,"collapse-transition"),e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0)},e.prototype.afterLeave=function(e){(0,r.removeClass)(e,"collapse-transition"),e.style.height="",e.style.overflow=e.dataset.oldOverflow,e.style.paddingTop=e.dataset.oldPaddingTop,e.style.paddingBottom=e.dataset.oldPaddingBottom},e}();t.default={name:"ElCollapseTransition",functional:!0,render:function(e,t){var n=t.children,r={on:new a};return e("transition",r,n)}}},5524:function(e,t){var n=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},5530:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));n("b64b"),n("a4d3"),n("4de4"),n("e439"),n("159b"),n("dbb4");var r=n("ade3");function i(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 a(e){for(var t=1;t-1}function g(e,t){if(e){for(var n=e.className,r=(t||"").split(" "),i=0,a=r.length;ir.top&&n.right>r.left&&n.lefte?c():!0!==t&&(i=setTimeout(r?u:c,void 0===r?e-s:e))}return"boolean"!==typeof t&&(r=n,n=t,t=void 0),o}},"598a":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"59e7":function(e,t,n){var r=n("349b"),i=r("Error");e.exports=i},"5a34":function(e,t,n){var r=n("44e7");e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},"5a94":function(e,t,n){var r=n("b367")("keys"),i=n("8b1a");e.exports=function(e){return r[e]||(r[e]=i(e))}},"5aff":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"},n=e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".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 sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";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}))},"5b14":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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("_"),monthsParseExact:!0,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}))},"5b18":function(e,t,n){var r=n("7b36"),i=n("6815");function a(e,t,n){r(i(e),(function(r){t.call(n,e[r],r,e)}))}e.exports=a},"5b2d":function(e,t,n){var r=n("e9ea"),i=n("9b2c"),a=n("9de7"),o=n("7ab1"),s=n("9051");function l(e,t,n){if(s(e))return n;var r=u(e,t);return o(r)?n:r}function c(e,t){var n=t?t.match(r):"";return n?n[1]?e[n[1]]?e[n[1]][n[2]]:void 0:e[n[2]]:e[t]}function u(e,t){if(e){var n,r,o,l=0;if(e[t]||a(e,t))return e[t];if(r=i(t),o=r.length,o)for(n=e;l1?t-1:0),o=1;o=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:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},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 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t}))},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"5c96":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=45)}([function(e,t){e.exports=n("d940")},function(e,t){e.exports=n("5924")},function(e,t){e.exports=n("8122")},function(e,t){e.exports=n("d010")},function(e,t){e.exports=n("6b7c")},function(e,t){e.exports=n("e974")},function(e,t){e.exports=n("2b0e")},function(e,t){e.exports=n("7f4d")},function(e,t){e.exports=n("f3ad")},function(e,t){e.exports=n("2bb5")},function(e,t){e.exports=n("417f")},function(e,t){e.exports=n("eedf")},function(e,t){e.exports=n("4010")},function(e,t){e.exports=n("5128")},function(e,t){e.exports=n("0e15")},function(e,t){e.exports=n("4897")},function(e,t){e.exports=n("dcdc")},function(e,t){e.exports=n("14e9")},function(e,t){e.exports=n("a742")},function(e,t){e.exports=n("d397")},function(e,t){e.exports=n("d7d1")},function(e,t){e.exports=n("5488")},function(e,t){e.exports=n("12f2")},function(e,t){e.exports=n("41f8")},function(e,t){e.exports=n("92fa")},function(e,t){e.exports=n("597f")},function(e,t){e.exports=n("299c")},function(e,t){e.exports=n("2a5e")},function(e,t){e.exports=n("845f")},function(e,t){e.exports=n("8bbc")},function(e,t){e.exports=n("e62d")},function(e,t){e.exports=n("7fc1")},function(e,t){e.exports=n("c56a")},function(e,t){e.exports=n("c284")},function(e,t){e.exports=n("e452")},function(e,t){e.exports=n("9619")},function(e,t){e.exports=n("4e4b")},function(e,t){e.exports=n("e772")},function(e,t){e.exports=n("c098")},function(e,t){e.exports=n("722f")},function(e,t){e.exports=n("a15e")},function(e,t){e.exports=n("e450")},function(e,t){e.exports=n("4726")},function(e,t){e.exports=n("f494")},function(e,t){e.exports=n("6ac9")},function(e,t,n){e.exports=n(46)},function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{staticClass:"el-pager",on:{click:e.onPagerClick}},[e.pageCount>0?n("li",{staticClass:"number",class:{active:1===e.currentPage,disabled:e.disabled}},[e._v("1")]):e._e(),e.showPrevMore?n("li",{staticClass:"el-icon more btn-quickprev",class:[e.quickprevIconClass,{disabled:e.disabled}],on:{mouseenter:function(t){e.onMouseenter("left")},mouseleave:function(t){e.quickprevIconClass="el-icon-more"}}}):e._e(),e._l(e.pagers,(function(t){return n("li",{key:t,staticClass:"number",class:{active:e.currentPage===t,disabled:e.disabled}},[e._v(e._s(t))])})),e.showNextMore?n("li",{staticClass:"el-icon more btn-quicknext",class:[e.quicknextIconClass,{disabled:e.disabled}],on:{mouseenter:function(t){e.onMouseenter("right")},mouseleave:function(t){e.quicknextIconClass="el-icon-more"}}}):e._e(),e.pageCount>1?n("li",{staticClass:"number",class:{active:e.currentPage===e.pageCount,disabled:e.disabled}},[e._v(e._s(e.pageCount))]):e._e()],2)},i=[];r._withStripped=!0;var a={name:"ElPager",props:{currentPage:Number,pageCount:Number,pagerCount:Number,disabled:Boolean},watch:{showPrevMore:function(e){e||(this.quickprevIconClass="el-icon-more")},showNextMore:function(e){e||(this.quicknextIconClass="el-icon-more")}},methods:{onPagerClick:function(e){var t=e.target;if("UL"!==t.tagName&&!this.disabled){var n=Number(e.target.textContent),r=this.pageCount,i=this.currentPage,a=this.pagerCount-2;-1!==t.className.indexOf("more")&&(-1!==t.className.indexOf("quickprev")?n=i-a:-1!==t.className.indexOf("quicknext")&&(n=i+a)),isNaN(n)||(n<1&&(n=1),n>r&&(n=r)),n!==i&&this.$emit("change",n)}},onMouseenter:function(e){this.disabled||("left"===e?this.quickprevIconClass="el-icon-d-arrow-left":this.quicknextIconClass="el-icon-d-arrow-right")}},computed:{pagers:function(){var e=this.pagerCount,t=(e-1)/2,n=Number(this.currentPage),r=Number(this.pageCount),i=!1,a=!1;r>e&&(n>e-t&&(i=!0),n4&&e<22&&e%2===1},default:7},currentPage:{type:Number,default:1},layout:{default:"prev, pager, next, jumper, ->, total"},pageSizes:{type:Array,default:function(){return[10,20,30,40,50,100]}},popperClass:String,prevText:String,nextText:String,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean},data:function(){return{internalCurrentPage:1,internalPageSize:0,lastEmittedPage:-1,userChangePageSize:!1}},render:function(e){var t=this.layout;if(!t)return null;if(this.hideOnSinglePage&&(!this.internalPageCount||1===this.internalPageCount))return null;var n=e("div",{class:["el-pagination",{"is-background":this.background,"el-pagination--small":this.small}]}),r={prev:e("prev"),jumper:e("jumper"),pager:e("pager",{attrs:{currentPage:this.internalCurrentPage,pageCount:this.internalPageCount,pagerCount:this.pagerCount,disabled:this.disabled},on:{change:this.handleCurrentChange}}),next:e("next"),sizes:e("sizes",{attrs:{pageSizes:this.pageSizes}}),slot:e("slot",[this.$slots.default?this.$slots.default:""]),total:e("total")},i=t.split(",").map((function(e){return e.trim()})),a=e("div",{class:"el-pagination__rightwrapper"}),o=!1;return n.children=n.children||[],a.children=a.children||[],i.forEach((function(e){"->"!==e?o?a.children.push(r[e]):n.children.push(r[e]):o=!0})),o&&n.children.unshift(a),n},components:{Prev:{render:function(e){return e("button",{attrs:{type:"button",disabled:this.$parent.disabled||this.$parent.internalCurrentPage<=1},class:"btn-prev",on:{click:this.$parent.prev}},[this.$parent.prevText?e("span",[this.$parent.prevText]):e("i",{class:"el-icon el-icon-arrow-left"})])}},Next:{render:function(e){return e("button",{attrs:{type:"button",disabled:this.$parent.disabled||this.$parent.internalCurrentPage===this.$parent.internalPageCount||0===this.$parent.internalPageCount},class:"btn-next",on:{click:this.$parent.next}},[this.$parent.nextText?e("span",[this.$parent.nextText]):e("i",{class:"el-icon el-icon-arrow-right"})])}},Sizes:{mixins:[v.a],props:{pageSizes:Array},watch:{pageSizes:{immediate:!0,handler:function(e,t){Object(A["valueEquals"])(e,t)||Array.isArray(e)&&(this.$parent.internalPageSize=e.indexOf(this.$parent.pageSize)>-1?this.$parent.pageSize:this.pageSizes[0])}}},render:function(e){var t=this;return e("span",{class:"el-pagination__sizes"},[e("el-select",{attrs:{value:this.$parent.internalPageSize,popperClass:this.$parent.popperClass||"",size:"mini",disabled:this.$parent.disabled},on:{input:this.handleChange}},[this.pageSizes.map((function(n){return e("el-option",{attrs:{value:n,label:n+t.t("el.pagination.pagesize")}})}))])])},components:{ElSelect:h.a,ElOption:f.a},methods:{handleChange:function(e){e!==this.$parent.internalPageSize&&(this.$parent.internalPageSize=e=parseInt(e,10),this.$parent.userChangePageSize=!0,this.$parent.$emit("update:pageSize",e),this.$parent.$emit("size-change",e))}}},Jumper:{mixins:[v.a],components:{ElInput:m.a},data:function(){return{userInput:null}},watch:{"$parent.internalCurrentPage":function(){this.userInput=null}},methods:{handleKeyup:function(e){var t=e.keyCode,n=e.target;13===t&&this.handleChange(n.value)},handleInput:function(e){this.userInput=e},handleChange:function(e){this.$parent.internalCurrentPage=this.$parent.getValidCurrentPage(e),this.$parent.emitChange(),this.userInput=null}},render:function(e){return e("span",{class:"el-pagination__jump"},[this.t("el.pagination.goto"),e("el-input",{class:"el-pagination__editor is-in-pagination",attrs:{min:1,max:this.$parent.internalPageCount,value:null!==this.userInput?this.userInput:this.$parent.internalCurrentPage,type:"number",disabled:this.$parent.disabled},nativeOn:{keyup:this.handleKeyup},on:{input:this.handleInput,change:this.handleChange}}),this.t("el.pagination.pageClassifier")])}},Total:{mixins:[v.a],render:function(e){return"number"===typeof this.$parent.total?e("span",{class:"el-pagination__total"},[this.t("el.pagination.total",{total:this.$parent.total})]):""}},Pager:c},methods:{handleCurrentChange:function(e){this.internalCurrentPage=this.getValidCurrentPage(e),this.userChangePageSize=!0,this.emitChange()},prev:function(){if(!this.disabled){var e=this.internalCurrentPage-1;this.internalCurrentPage=this.getValidCurrentPage(e),this.$emit("prev-click",this.internalCurrentPage),this.emitChange()}},next:function(){if(!this.disabled){var e=this.internalCurrentPage+1;this.internalCurrentPage=this.getValidCurrentPage(e),this.$emit("next-click",this.internalCurrentPage),this.emitChange()}},getValidCurrentPage:function(e){e=parseInt(e,10);var t="number"===typeof this.internalPageCount,n=void 0;return t?e<1?n=1:e>this.internalPageCount&&(n=this.internalPageCount):(isNaN(e)||e<1)&&(n=1),(void 0===n&&isNaN(e)||0===n)&&(n=1),void 0===n?e:n},emitChange:function(){var e=this;this.$nextTick((function(){(e.internalCurrentPage!==e.lastEmittedPage||e.userChangePageSize)&&(e.$emit("current-change",e.internalCurrentPage),e.lastEmittedPage=e.internalCurrentPage,e.userChangePageSize=!1)}))}},computed:{internalPageCount:function(){return"number"===typeof this.total?Math.max(1,Math.ceil(this.total/this.internalPageSize)):"number"===typeof this.pageCount?Math.max(1,this.pageCount):null}},watch:{currentPage:{immediate:!0,handler:function(e){this.internalCurrentPage=this.getValidCurrentPage(e)}},pageSize:{immediate:!0,handler:function(e){this.internalPageSize=isNaN(e)?10:e}},internalCurrentPage:{immediate:!0,handler:function(e){this.$emit("update:currentPage",e),this.lastEmittedPage=-1}},internalPageCount:function(e){var t=this.internalCurrentPage;e>0&&0===t?this.internalCurrentPage=1:t>e&&(this.internalCurrentPage=0===e?1:e,this.userChangePageSize&&this.emitChange()),this.userChangePageSize=!1}},install:function(e){e.component(y.name,y)}},b=y,_=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"dialog-fade"},on:{"after-enter":e.afterEnter,"after-leave":e.afterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-dialog__wrapper",on:{click:function(t){return t.target!==t.currentTarget?null:e.handleWrapperClick(t)}}},[n("div",{key:e.key,ref:"dialog",class:["el-dialog",{"is-fullscreen":e.fullscreen,"el-dialog--center":e.center},e.customClass],style:e.style,attrs:{role:"dialog","aria-modal":"true","aria-label":e.title||"dialog"}},[n("div",{staticClass:"el-dialog__header"},[e._t("title",[n("span",{staticClass:"el-dialog__title"},[e._v(e._s(e.title))])]),e.showClose?n("button",{staticClass:"el-dialog__headerbtn",attrs:{type:"button","aria-label":"Close"},on:{click:e.handleClose}},[n("i",{staticClass:"el-dialog__close el-icon el-icon-close"})]):e._e()],2),e.rendered?n("div",{staticClass:"el-dialog__body"},[e._t("default")],2):e._e(),e.$slots.footer?n("div",{staticClass:"el-dialog__footer"},[e._t("footer")],2):e._e()])])])},w=[];_._withStripped=!0;var x=n(13),C=n.n(x),S=n(9),k=n.n(S),M=n(3),E=n.n(M),T={name:"ElDialog",mixins:[C.a,E.a,k.a],props:{title:{type:String,default:""},modal:{type:Boolean,default:!0},modalAppendToBody:{type:Boolean,default:!0},appendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},width:String,fullscreen:Boolean,customClass:{type:String,default:""},top:{type:String,default:"15vh"},beforeClose:Function,center:{type:Boolean,default:!1},destroyOnClose:Boolean},data:function(){return{closed:!1,key:0}},watch:{visible:function(e){var t=this;e?(this.closed=!1,this.$emit("open"),this.$el.addEventListener("scroll",this.updatePopper),this.$nextTick((function(){t.$refs.dialog.scrollTop=0})),this.appendToBody&&document.body.appendChild(this.$el)):(this.$el.removeEventListener("scroll",this.updatePopper),this.closed||this.$emit("close"),this.destroyOnClose&&this.$nextTick((function(){t.key++})))}},computed:{style:function(){var e={};return this.fullscreen||(e.marginTop=this.top,this.width&&(e.width=this.width)),e}},methods:{getMigratingConfig:function(){return{props:{size:"size is removed."}}},handleWrapperClick:function(){this.closeOnClickModal&&this.handleClose()},handleClose:function(){"function"===typeof this.beforeClose?this.beforeClose(this.hide):this.hide()},hide:function(e){!1!==e&&(this.$emit("update:visible",!1),this.$emit("close"),this.closed=!0)},updatePopper:function(){this.broadcast("ElSelectDropdown","updatePopper"),this.broadcast("ElDropdownMenu","updatePopper")},afterEnter:function(){this.$emit("opened")},afterLeave:function(){this.$emit("closed")}},mounted:function(){this.visible&&(this.rendered=!0,this.open(),this.appendToBody&&document.body.appendChild(this.$el))},destroyed:function(){this.appendToBody&&this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)}},B=T,D=s(B,_,w,!1,null,null,null);D.options.__file="packages/dialog/src/component.vue";var L=D.exports;L.install=function(e){e.component(L.name,L)};var O=L,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.close,expression:"close"}],staticClass:"el-autocomplete",attrs:{"aria-haspopup":"listbox",role:"combobox","aria-expanded":e.suggestionVisible,"aria-owns":e.id}},[n("el-input",e._b({ref:"input",on:{input:e.handleInput,change:e.handleChange,focus:e.handleFocus,blur:e.handleBlur,clear:e.handleClear},nativeOn:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"]))return null;t.preventDefault(),e.highlight(e.highlightedIndex-1)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"]))return null;t.preventDefault(),e.highlight(e.highlightedIndex+1)},function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleKeyEnter(t)},function(t){return!("button"in t)&&e._k(t.keyCode,"tab",9,t.key,"Tab")?null:e.close(t)}]}},"el-input",[e.$props,e.$attrs],!1),[e.$slots.prepend?n("template",{slot:"prepend"},[e._t("prepend")],2):e._e(),e.$slots.append?n("template",{slot:"append"},[e._t("append")],2):e._e(),e.$slots.prefix?n("template",{slot:"prefix"},[e._t("prefix")],2):e._e(),e.$slots.suffix?n("template",{slot:"suffix"},[e._t("suffix")],2):e._e()],2),n("el-autocomplete-suggestions",{ref:"suggestions",class:[e.popperClass?e.popperClass:""],attrs:{"visible-arrow":"","popper-options":e.popperOptions,"append-to-body":e.popperAppendToBody,placement:e.placement,id:e.id}},e._l(e.suggestions,(function(t,r){return n("li",{key:r,class:{highlighted:e.highlightedIndex===r},attrs:{id:e.id+"-item-"+r,role:"option","aria-selected":e.highlightedIndex===r},on:{click:function(n){e.select(t)}}},[e._t("default",[e._v("\n "+e._s(t[e.valueKey])+"\n ")],{item:t})],2)})),0)],1)},F=[];I._withStripped=!0;var N=n(14),P=n.n(N),R=n(10),H=n.n(R),U=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":e.doDestroy}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-autocomplete-suggestion el-popper",class:{"is-loading":!e.parent.hideLoading&&e.parent.loading},style:{width:e.dropdownWidth},attrs:{role:"region"}},[n("el-scrollbar",{attrs:{tag:"ul","wrap-class":"el-autocomplete-suggestion__wrap","view-class":"el-autocomplete-suggestion__list"}},[!e.parent.hideLoading&&e.parent.loading?n("li",[n("i",{staticClass:"el-icon-loading"})]):e._t("default")],2)],1)])},z=[];U._withStripped=!0;var Y=n(5),$=n.n(Y),j=n(17),Q=n.n(j),V={components:{ElScrollbar:Q.a},mixins:[$.a,E.a],componentName:"ElAutocompleteSuggestions",data:function(){return{parent:this.$parent,dropdownWidth:""}},props:{options:{default:function(){return{gpuAcceleration:!1}}},id:String},methods:{select:function(e){this.dispatch("ElAutocomplete","item-click",e)}},updated:function(){var e=this;this.$nextTick((function(t){e.popperJS&&e.updatePopper()}))},mounted:function(){this.$parent.popperElm=this.popperElm=this.$el,this.referenceElm=this.$parent.$refs.input.$refs.input||this.$parent.$refs.input.$refs.textarea,this.referenceList=this.$el.querySelector(".el-autocomplete-suggestion__list"),this.referenceList.setAttribute("role","listbox"),this.referenceList.setAttribute("id",this.id)},created:function(){var e=this;this.$on("visible",(function(t,n){e.dropdownWidth=n+"px",e.showPopper=t}))}},W=V,K=s(W,U,z,!1,null,null,null);K.options.__file="packages/autocomplete/src/autocomplete-suggestions.vue";var G=K.exports,X=n(22),q=n.n(X),J={name:"ElAutocomplete",mixins:[E.a,q()("input"),k.a],inheritAttrs:!1,componentName:"ElAutocomplete",components:{ElInput:m.a,ElAutocompleteSuggestions:G},directives:{Clickoutside:H.a},props:{valueKey:{type:String,default:"value"},popperClass:String,popperOptions:Object,placeholder:String,clearable:{type:Boolean,default:!1},disabled:Boolean,name:String,size:String,value:String,maxlength:Number,minlength:Number,autofocus:Boolean,fetchSuggestions:Function,triggerOnFocus:{type:Boolean,default:!0},customItem:String,selectWhenUnmatched:{type:Boolean,default:!1},prefixIcon:String,suffixIcon:String,label:String,debounce:{type:Number,default:300},placement:{type:String,default:"bottom-start"},hideLoading:Boolean,popperAppendToBody:{type:Boolean,default:!0},highlightFirstItem:{type:Boolean,default:!1}},data:function(){return{activated:!1,suggestions:[],loading:!1,highlightedIndex:-1,suggestionDisabled:!1}},computed:{suggestionVisible:function(){var e=this.suggestions,t=Array.isArray(e)&&e.length>0;return(t||this.loading)&&this.activated},id:function(){return"el-autocomplete-"+Object(A["generateId"])()}},watch:{suggestionVisible:function(e){var t=this.getInput();t&&this.broadcast("ElAutocompleteSuggestions","visible",[e,t.offsetWidth])}},methods:{getMigratingConfig:function(){return{props:{"custom-item":"custom-item is removed, use scoped slot instead.",props:"props is removed, use value-key instead."}}},getData:function(e){var t=this;this.suggestionDisabled||(this.loading=!0,this.fetchSuggestions(e,(function(e){t.loading=!1,t.suggestionDisabled||(Array.isArray(e)?(t.suggestions=e,t.highlightedIndex=t.highlightFirstItem?0:-1):console.error("[Element Error][Autocomplete]autocomplete suggestions must be an array"))})))},handleInput:function(e){if(this.$emit("input",e),this.suggestionDisabled=!1,!this.triggerOnFocus&&!e)return this.suggestionDisabled=!0,void(this.suggestions=[]);this.debouncedGetData(e)},handleChange:function(e){this.$emit("change",e)},handleFocus:function(e){this.activated=!0,this.$emit("focus",e),this.triggerOnFocus&&this.debouncedGetData(this.value)},handleBlur:function(e){this.$emit("blur",e)},handleClear:function(){this.activated=!1,this.$emit("clear")},close:function(e){this.activated=!1},handleKeyEnter:function(e){var t=this;this.suggestionVisible&&this.highlightedIndex>=0&&this.highlightedIndex=this.suggestions.length&&(e=this.suggestions.length-1);var t=this.$refs.suggestions.$el.querySelector(".el-autocomplete-suggestion__wrap"),n=t.querySelectorAll(".el-autocomplete-suggestion__list li"),r=n[e],i=t.scrollTop,a=r.offsetTop;a+r.scrollHeight>i+t.clientHeight&&(t.scrollTop+=r.scrollHeight),a=0&&this.resetTabindex(this.triggerElm),clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.visible=!1}),"click"===this.trigger?0:this.hideTimeout))},handleClick:function(){this.triggerElm.disabled||(this.visible?this.hide():this.show())},handleTriggerKeyDown:function(e){var t=e.keyCode;[38,40].indexOf(t)>-1?(this.removeTabindex(),this.resetTabindex(this.menuItems[0]),this.menuItems[0].focus(),e.preventDefault(),e.stopPropagation()):13===t?this.handleClick():[9,27].indexOf(t)>-1&&this.hide()},handleItemKeyDown:function(e){var t=e.keyCode,n=e.target,r=this.menuItemsArray.indexOf(n),i=this.menuItemsArray.length-1,a=void 0;[38,40].indexOf(t)>-1?(a=38===t?0!==r?r-1:0:r-1&&(this.hide(),this.triggerElmFocus())},resetTabindex:function(e){this.removeTabindex(),e.setAttribute("tabindex","0")},removeTabindex:function(){this.triggerElm.setAttribute("tabindex","-1"),this.menuItemsArray.forEach((function(e){e.setAttribute("tabindex","-1")}))},initAria:function(){this.dropdownElm.setAttribute("id",this.listId),this.triggerElm.setAttribute("aria-haspopup","list"),this.triggerElm.setAttribute("aria-controls",this.listId),this.splitButton||(this.triggerElm.setAttribute("role","button"),this.triggerElm.setAttribute("tabindex",this.tabindex),this.triggerElm.setAttribute("class",(this.triggerElm.getAttribute("class")||"")+" el-dropdown-selfdefine"))},initEvent:function(){var e=this,t=this.trigger,n=this.show,r=this.hide,i=this.handleClick,a=this.splitButton,o=this.handleTriggerKeyDown,s=this.handleItemKeyDown;this.triggerElm=a?this.$refs.trigger.$el:this.$slots.default[0].elm;var l=this.dropdownElm;this.triggerElm.addEventListener("keydown",o),l.addEventListener("keydown",s,!0),a||(this.triggerElm.addEventListener("focus",(function(){e.focusing=!0})),this.triggerElm.addEventListener("blur",(function(){e.focusing=!1})),this.triggerElm.addEventListener("click",(function(){e.focusing=!1}))),"hover"===t?(this.triggerElm.addEventListener("mouseenter",n),this.triggerElm.addEventListener("mouseleave",r),l.addEventListener("mouseenter",n),l.addEventListener("mouseleave",r)):"click"===t&&this.triggerElm.addEventListener("click",i)},handleMenuItemClick:function(e,t){this.hideOnClick&&(this.visible=!1),this.$emit("command",e,t)},triggerElmFocus:function(){this.triggerElm.focus&&this.triggerElm.focus()},initDomOperation:function(){this.dropdownElm=this.popperElm,this.menuItems=this.dropdownElm.querySelectorAll("[tabindex='-1']"),this.menuItemsArray=[].slice.call(this.menuItems),this.initEvent(),this.initAria()}},render:function(e){var t=this,n=this.hide,r=this.splitButton,i=this.type,a=this.dropdownSize,o=function(e){t.$emit("click",e),n()},s=r?e("el-button-group",[e("el-button",{attrs:{type:i,size:a},nativeOn:{click:o}},[this.$slots.default]),e("el-button",{ref:"trigger",attrs:{type:i,size:a},class:"el-dropdown__caret-button"},[e("i",{class:"el-dropdown__icon el-icon-arrow-down"})])]):this.$slots.default;return e("div",{class:"el-dropdown",directives:[{name:"clickoutside",value:n}]},[s,this.$slots.dropdown])}},ue=ce,he=s(ue,ne,re,!1,null,null,null);he.options.__file="packages/dropdown/src/dropdown.vue";var de=he.exports;de.install=function(e){e.component(de.name,de)};var fe=de,pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":e.doDestroy}},[n("ul",{directives:[{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-dropdown-menu el-popper",class:[e.size&&"el-dropdown-menu--"+e.size]},[e._t("default")],2)])},me=[];pe._withStripped=!0;var ge={name:"ElDropdownMenu",componentName:"ElDropdownMenu",mixins:[$.a],props:{visibleArrow:{type:Boolean,default:!0},arrowOffset:{type:Number,default:0}},data:function(){return{size:this.dropdown.dropdownSize}},inject:["dropdown"],created:function(){var e=this;this.$on("updatePopper",(function(){e.showPopper&&e.updatePopper()})),this.$on("visible",(function(t){e.showPopper=t}))},mounted:function(){this.dropdown.popperElm=this.popperElm=this.$el,this.referenceElm=this.dropdown.$el,this.dropdown.initDomOperation()},watch:{"dropdown.placement":{immediate:!0,handler:function(e){this.currentPlacement=e}}}},ve=ge,Ae=s(ve,pe,me,!1,null,null,null);Ae.options.__file="packages/dropdown/src/dropdown-menu.vue";var ye=Ae.exports;ye.install=function(e){e.component(ye.name,ye)};var be=ye,_e=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"el-dropdown-menu__item",class:{"is-disabled":e.disabled,"el-dropdown-menu__item--divided":e.divided},attrs:{"aria-disabled":e.disabled,tabindex:e.disabled?null:-1},on:{click:e.handleClick}},[e.icon?n("i",{class:e.icon}):e._e(),e._t("default")],2)},we=[];_e._withStripped=!0;var xe={name:"ElDropdownItem",mixins:[E.a],props:{command:{},disabled:Boolean,divided:Boolean,icon:String},methods:{handleClick:function(e){this.dispatch("ElDropdown","menu-item-click",[this.command,this])}}},Ce=xe,Se=s(Ce,_e,we,!1,null,null,null);Se.options.__file="packages/dropdown/src/dropdown-item.vue";var ke=Se.exports;ke.install=function(e){e.component(ke.name,ke)};var Me=ke,Ee=Ee||{};Ee.Utils=Ee.Utils||{},Ee.Utils.focusFirstDescendant=function(e){for(var t=0;t=0;t--){var n=e.childNodes[t];if(Ee.Utils.attemptFocus(n)||Ee.Utils.focusLastDescendant(n))return!0}return!1},Ee.Utils.attemptFocus=function(e){if(!Ee.Utils.isFocusable(e))return!1;Ee.Utils.IgnoreUtilFocusChanges=!0;try{e.focus()}catch(t){}return Ee.Utils.IgnoreUtilFocusChanges=!1,document.activeElement===e},Ee.Utils.isFocusable=function(e){if(e.tabIndex>0||0===e.tabIndex&&null!==e.getAttribute("tabIndex"))return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&"ignore"!==e.rel;case"INPUT":return"hidden"!==e.type&&"file"!==e.type;case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},Ee.Utils.triggerEvent=function(e,t){var n=void 0;n=/^mouse|click/.test(t)?"MouseEvents":/^key/.test(t)?"KeyboardEvent":"HTMLEvents";for(var r=document.createEvent(n),i=arguments.length,a=Array(i>2?i-2:0),o=2;o=0;t--)e.splice(t,0,e[t]);e=e.join("")}return/^[0-9a-fA-F]{6}$/.test(e)?{red:parseInt(e.slice(0,2),16),green:parseInt(e.slice(2,4),16),blue:parseInt(e.slice(4,6),16)}:{red:255,green:255,blue:255}},mixColor:function(e,t){var n=this.getColorChannels(e),r=n.red,i=n.green,a=n.blue;return t>0?(r*=1-t,i*=1-t,a*=1-t):(r+=(255-r)*t,i+=(255-i)*t,a+=(255-a)*t),"rgb("+Math.round(r)+", "+Math.round(i)+", "+Math.round(a)+")"},addItem:function(e){this.$set(this.items,e.index,e)},removeItem:function(e){delete this.items[e.index]},addSubmenu:function(e){this.$set(this.submenus,e.index,e)},removeSubmenu:function(e){delete this.submenus[e.index]},openMenu:function(e,t){var n=this.openedMenus;-1===n.indexOf(e)&&(this.uniqueOpened&&(this.openedMenus=n.filter((function(e){return-1!==t.indexOf(e)}))),this.openedMenus.push(e))},closeMenu:function(e){var t=this.openedMenus.indexOf(e);-1!==t&&this.openedMenus.splice(t,1)},handleSubmenuClick:function(e){var t=e.index,n=e.indexPath,r=-1!==this.openedMenus.indexOf(t);r?(this.closeMenu(t),this.$emit("close",t,n)):(this.openMenu(t,n),this.$emit("open",t,n))},handleItemClick:function(e){var t=this,n=e.index,r=e.indexPath,i=this.activeIndex,a=null!==e.index;a&&(this.activeIndex=e.index),this.$emit("select",n,r,e),("horizontal"===this.mode||this.collapse)&&(this.openedMenus=[]),this.router&&a&&this.routeToItem(e,(function(e){if(t.activeIndex=i,e){if("NavigationDuplicated"===e.name)return;console.error(e)}}))},initOpenedMenu:function(){var e=this,t=this.activeIndex,n=this.items[t];if(n&&"horizontal"!==this.mode&&!this.collapse){var r=n.indexPath;r.forEach((function(t){var n=e.submenus[t];n&&e.openMenu(t,n.indexPath)}))}},routeToItem:function(e,t){var n=e.route||e.index;try{this.$router.push(n,(function(){}),t)}catch(r){console.error(r)}},open:function(e){var t=this,n=this.submenus[e.toString()].indexPath;n.forEach((function(e){return t.openMenu(e,n)}))},close:function(e){this.closeMenu(e)}},mounted:function(){this.initOpenedMenu(),this.$on("item-click",this.handleItemClick),this.$on("submenu-click",this.handleSubmenuClick),"horizontal"===this.mode&&new Pe(this.$el),this.$watch("items",this.updateActiveIndex)}},Ue=He,ze=s(Ue,Fe,Ne,!1,null,null,null);ze.options.__file="packages/menu/src/menu.vue";var Ye=ze.exports;Ye.install=function(e){e.component(Ye.name,Ye)};var $e,je,Qe=Ye,Ve=n(21),We=n.n(Ve),Ke={inject:["rootMenu"],computed:{indexPath:function(){var e=[this.index],t=this.$parent;while("ElMenu"!==t.$options.componentName)t.index&&e.unshift(t.index),t=t.$parent;return e},parentMenu:function(){var e=this.$parent;while(e&&-1===["ElMenu","ElSubmenu"].indexOf(e.$options.componentName))e=e.$parent;return e},paddingStyle:function(){if("vertical"!==this.rootMenu.mode)return{};var e=20,t=this.$parent;if(this.rootMenu.collapse)e=20;else while(t&&"ElMenu"!==t.$options.componentName)"ElSubmenu"===t.$options.componentName&&(e+=20),t=t.$parent;return{paddingLeft:e+"px"}}}},Ge={props:{transformOrigin:{type:[Boolean,String],default:!1},offset:$.a.props.offset,boundariesPadding:$.a.props.boundariesPadding,popperOptions:$.a.props.popperOptions},data:$.a.data,methods:$.a.methods,beforeDestroy:$.a.beforeDestroy,deactivated:$.a.deactivated},Xe={name:"ElSubmenu",componentName:"ElSubmenu",mixins:[Ke,E.a,Ge],components:{ElCollapseTransition:We.a},props:{index:{type:String,required:!0},showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300},popperClass:String,disabled:Boolean,popperAppendToBody:{type:Boolean,default:void 0}},data:function(){return{popperJS:null,timeout:null,items:{},submenus:{},mouseInChild:!1}},watch:{opened:function(e){var t=this;this.isMenuPopup&&this.$nextTick((function(e){t.updatePopper()}))}},computed:{appendToBody:function(){return void 0===this.popperAppendToBody?this.isFirstLevel:this.popperAppendToBody},menuTransitionName:function(){return this.rootMenu.collapse?"el-zoom-in-left":"el-zoom-in-top"},opened:function(){return this.rootMenu.openedMenus.indexOf(this.index)>-1},active:function(){var e=!1,t=this.submenus,n=this.items;return Object.keys(n).forEach((function(t){n[t].active&&(e=!0)})),Object.keys(t).forEach((function(n){t[n].active&&(e=!0)})),e},hoverBackground:function(){return this.rootMenu.hoverBackground},backgroundColor:function(){return this.rootMenu.backgroundColor||""},activeTextColor:function(){return this.rootMenu.activeTextColor||""},textColor:function(){return this.rootMenu.textColor||""},mode:function(){return this.rootMenu.mode},isMenuPopup:function(){return this.rootMenu.isMenuPopup},titleStyle:function(){return"horizontal"!==this.mode?{color:this.textColor}:{borderBottomColor:this.active?this.rootMenu.activeTextColor?this.activeTextColor:"":"transparent",color:this.active?this.activeTextColor:this.textColor}},isFirstLevel:function(){var e=!0,t=this.$parent;while(t&&t!==this.rootMenu){if(["ElSubmenu","ElMenuItemGroup"].indexOf(t.$options.componentName)>-1){e=!1;break}t=t.$parent}return e}},methods:{handleCollapseToggle:function(e){e?this.initPopper():this.doDestroy()},addItem:function(e){this.$set(this.items,e.index,e)},removeItem:function(e){delete this.items[e.index]},addSubmenu:function(e){this.$set(this.submenus,e.index,e)},removeSubmenu:function(e){delete this.submenus[e.index]},handleClick:function(){var e=this.rootMenu,t=this.disabled;"hover"===e.menuTrigger&&"horizontal"===e.mode||e.collapse&&"vertical"===e.mode||t||this.dispatch("ElMenu","submenu-click",this)},handleMouseenter:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.showTimeout;if("ActiveXObject"in window||"focus"!==e.type||e.relatedTarget){var r=this.rootMenu,i=this.disabled;"click"===r.menuTrigger&&"horizontal"===r.mode||!r.collapse&&"vertical"===r.mode||i||(this.dispatch("ElSubmenu","mouse-enter-child"),clearTimeout(this.timeout),this.timeout=setTimeout((function(){t.rootMenu.openMenu(t.index,t.indexPath)}),n),this.appendToBody&&this.$parent.$el.dispatchEvent(new MouseEvent("mouseenter")))}},handleMouseleave:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.rootMenu;"click"===n.menuTrigger&&"horizontal"===n.mode||!n.collapse&&"vertical"===n.mode||(this.dispatch("ElSubmenu","mouse-leave-child"),clearTimeout(this.timeout),this.timeout=setTimeout((function(){!e.mouseInChild&&e.rootMenu.closeMenu(e.index)}),this.hideTimeout),this.appendToBody&&t&&"ElSubmenu"===this.$parent.$options.name&&this.$parent.handleMouseleave(!0))},handleTitleMouseenter:function(){if("horizontal"!==this.mode||this.rootMenu.backgroundColor){var e=this.$refs["submenu-title"];e&&(e.style.backgroundColor=this.rootMenu.hoverBackground)}},handleTitleMouseleave:function(){if("horizontal"!==this.mode||this.rootMenu.backgroundColor){var e=this.$refs["submenu-title"];e&&(e.style.backgroundColor=this.rootMenu.backgroundColor||"")}},updatePlacement:function(){this.currentPlacement="horizontal"===this.mode&&this.isFirstLevel?"bottom-start":"right-start"},initPopper:function(){this.referenceElm=this.$el,this.popperElm=this.$refs.menu,this.updatePlacement()}},created:function(){var e=this;this.$on("toggle-collapse",this.handleCollapseToggle),this.$on("mouse-enter-child",(function(){e.mouseInChild=!0,clearTimeout(e.timeout)})),this.$on("mouse-leave-child",(function(){e.mouseInChild=!1,clearTimeout(e.timeout)}))},mounted:function(){this.parentMenu.addSubmenu(this),this.rootMenu.addSubmenu(this),this.initPopper()},beforeDestroy:function(){this.parentMenu.removeSubmenu(this),this.rootMenu.removeSubmenu(this)},render:function(e){var t=this,n=this.active,r=this.opened,i=this.paddingStyle,a=this.titleStyle,o=this.backgroundColor,s=this.rootMenu,l=this.currentPlacement,c=this.menuTransitionName,u=this.mode,h=this.disabled,d=this.popperClass,f=this.$slots,p=this.isFirstLevel,m=e("transition",{attrs:{name:c}},[e("div",{ref:"menu",directives:[{name:"show",value:r}],class:["el-menu--"+u,d],on:{mouseenter:function(e){return t.handleMouseenter(e,100)},mouseleave:function(){return t.handleMouseleave(!0)},focus:function(e){return t.handleMouseenter(e,100)}}},[e("ul",{attrs:{role:"menu"},class:["el-menu el-menu--popup","el-menu--popup-"+l],style:{backgroundColor:s.backgroundColor||""}},[f.default])])]),g=e("el-collapse-transition",[e("ul",{attrs:{role:"menu"},class:"el-menu el-menu--inline",directives:[{name:"show",value:r}],style:{backgroundColor:s.backgroundColor||""}},[f.default])]),v="horizontal"===s.mode&&p||"vertical"===s.mode&&!s.collapse?"el-icon-arrow-down":"el-icon-arrow-right";return e("li",{class:{"el-submenu":!0,"is-active":n,"is-opened":r,"is-disabled":h},attrs:{role:"menuitem","aria-haspopup":"true","aria-expanded":r},on:{mouseenter:this.handleMouseenter,mouseleave:function(){return t.handleMouseleave(!1)},focus:this.handleMouseenter}},[e("div",{class:"el-submenu__title",ref:"submenu-title",on:{click:this.handleClick,mouseenter:this.handleTitleMouseenter,mouseleave:this.handleTitleMouseleave},style:[i,a,{backgroundColor:o}]},[f.title,e("i",{class:["el-submenu__icon-arrow",v]})]),this.isMenuPopup?m:g])}},qe=Xe,Je=s(qe,$e,je,!1,null,null,null);Je.options.__file="packages/menu/src/submenu.vue";var Ze=Je.exports;Ze.install=function(e){e.component(Ze.name,Ze)};var et=Ze,tt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"el-menu-item",class:{"is-active":e.active,"is-disabled":e.disabled},style:[e.paddingStyle,e.itemStyle,{backgroundColor:e.backgroundColor}],attrs:{role:"menuitem",tabindex:"-1"},on:{click:e.handleClick,mouseenter:e.onMouseEnter,focus:e.onMouseEnter,blur:e.onMouseLeave,mouseleave:e.onMouseLeave}},["ElMenu"===e.parentMenu.$options.componentName&&e.rootMenu.collapse&&e.$slots.title?n("el-tooltip",{attrs:{effect:"dark",placement:"right"}},[n("div",{attrs:{slot:"content"},slot:"content"},[e._t("title")],2),n("div",{staticStyle:{position:"absolute",left:"0",top:"0",height:"100%",width:"100%",display:"inline-block","box-sizing":"border-box",padding:"0 20px"}},[e._t("default")],2)]):[e._t("default"),e._t("title")]],2)},nt=[];tt._withStripped=!0;var rt=n(26),it=n.n(rt),at={name:"ElMenuItem",componentName:"ElMenuItem",mixins:[Ke,E.a],components:{ElTooltip:it.a},props:{index:{default:null,validator:function(e){return"string"===typeof e||null===e}},route:[String,Object],disabled:Boolean},computed:{active:function(){return this.index===this.rootMenu.activeIndex},hoverBackground:function(){return this.rootMenu.hoverBackground},backgroundColor:function(){return this.rootMenu.backgroundColor||""},activeTextColor:function(){return this.rootMenu.activeTextColor||""},textColor:function(){return this.rootMenu.textColor||""},mode:function(){return this.rootMenu.mode},itemStyle:function(){var e={color:this.active?this.activeTextColor:this.textColor};return"horizontal"!==this.mode||this.isNested||(e.borderBottomColor=this.active?this.rootMenu.activeTextColor?this.activeTextColor:"":"transparent"),e},isNested:function(){return this.parentMenu!==this.rootMenu}},methods:{onMouseEnter:function(){("horizontal"!==this.mode||this.rootMenu.backgroundColor)&&(this.$el.style.backgroundColor=this.hoverBackground)},onMouseLeave:function(){("horizontal"!==this.mode||this.rootMenu.backgroundColor)&&(this.$el.style.backgroundColor=this.backgroundColor)},handleClick:function(){this.disabled||(this.dispatch("ElMenu","item-click",this),this.$emit("click",this))}},mounted:function(){this.parentMenu.addItem(this),this.rootMenu.addItem(this)},beforeDestroy:function(){this.parentMenu.removeItem(this),this.rootMenu.removeItem(this)}},ot=at,st=s(ot,tt,nt,!1,null,null,null);st.options.__file="packages/menu/src/menu-item.vue";var lt=st.exports;lt.install=function(e){e.component(lt.name,lt)};var ct=lt,ut=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"el-menu-item-group"},[n("div",{staticClass:"el-menu-item-group__title",style:{paddingLeft:e.levelPadding+"px"}},[e.$slots.title?e._t("title"):[e._v(e._s(e.title))]],2),n("ul",[e._t("default")],2)])},ht=[];ut._withStripped=!0;var dt={name:"ElMenuItemGroup",componentName:"ElMenuItemGroup",inject:["rootMenu"],props:{title:{type:String}},data:function(){return{paddingLeft:20}},computed:{levelPadding:function(){var e=20,t=this.$parent;if(this.rootMenu.collapse)return 20;while(t&&"ElMenu"!==t.$options.componentName)"ElSubmenu"===t.$options.componentName&&(e+=20),t=t.$parent;return e}}},ft=dt,pt=s(ft,ut,ht,!1,null,null,null);pt.options.__file="packages/menu/src/menu-item-group.vue";var mt=pt.exports;mt.install=function(e){e.component(mt.name,mt)};var gt=mt,vt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["textarea"===e.type?"el-textarea":"el-input",e.inputSize?"el-input--"+e.inputSize:"",{"is-disabled":e.inputDisabled,"is-exceed":e.inputExceed,"el-input-group":e.$slots.prepend||e.$slots.append,"el-input-group--append":e.$slots.append,"el-input-group--prepend":e.$slots.prepend,"el-input--prefix":e.$slots.prefix||e.prefixIcon,"el-input--suffix":e.$slots.suffix||e.suffixIcon||e.clearable||e.showPassword}],on:{mouseenter:function(t){e.hovering=!0},mouseleave:function(t){e.hovering=!1}}},["textarea"!==e.type?[e.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[e._t("prepend")],2):e._e(),"textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:e.tabindex,type:e.showPassword?e.passwordVisible?"text":"password":e.type,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"input",e.$attrs,!1)):e._e(),e.$slots.prefix||e.prefixIcon?n("span",{staticClass:"el-input__prefix"},[e._t("prefix"),e.prefixIcon?n("i",{staticClass:"el-input__icon",class:e.prefixIcon}):e._e()],2):e._e(),e.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[e.showClear&&e.showPwdVisible&&e.isWordLimitVisible?e._e():[e._t("suffix"),e.suffixIcon?n("i",{staticClass:"el-input__icon",class:e.suffixIcon}):e._e()],e.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{mousedown:function(e){e.preventDefault()},click:e.clear}}):e._e(),e.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:e.handlePasswordVisible}}):e._e(),e.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[e._v("\n "+e._s(e.textLength)+"/"+e._s(e.upperLimit)+"\n ")])]):e._e()],2),e.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",e.validateIcon]}):e._e()]):e._e(),e.$slots.append?n("div",{staticClass:"el-input-group__append"},[e._t("append")],2):e._e()]:n("textarea",e._b({ref:"textarea",staticClass:"el-textarea__inner",style:e.textareaStyle,attrs:{tabindex:e.tabindex,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"textarea",e.$attrs,!1)),e.isWordLimitVisible&&"textarea"===e.type?n("span",{staticClass:"el-input__count"},[e._v(e._s(e.textLength)+"/"+e._s(e.upperLimit))]):e._e()],2)},At=[];vt._withStripped=!0;var yt=void 0,bt="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",_t=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function wt(e){var t=window.getComputedStyle(e),n=t.getPropertyValue("box-sizing"),r=parseFloat(t.getPropertyValue("padding-bottom"))+parseFloat(t.getPropertyValue("padding-top")),i=parseFloat(t.getPropertyValue("border-bottom-width"))+parseFloat(t.getPropertyValue("border-top-width")),a=_t.map((function(e){return e+":"+t.getPropertyValue(e)})).join(";");return{contextStyle:a,paddingSize:r,borderSize:i,boxSizing:n}}function xt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;yt||(yt=document.createElement("textarea"),document.body.appendChild(yt));var r=wt(e),i=r.paddingSize,a=r.borderSize,o=r.boxSizing,s=r.contextStyle;yt.setAttribute("style",s+";"+bt),yt.value=e.value||e.placeholder||"";var l=yt.scrollHeight,c={};"border-box"===o?l+=a:"content-box"===o&&(l-=i),yt.value="";var u=yt.scrollHeight-i;if(null!==t){var h=u*t;"border-box"===o&&(h=h+i+a),l=Math.max(h,l),c.minHeight=h+"px"}if(null!==n){var d=u*n;"border-box"===o&&(d=d+i+a),l=Math.min(d,l)}return c.height=l+"px",yt.parentNode&&yt.parentNode.removeChild(yt),yt=null,c}var Ct=n(7),St=n.n(Ct),kt=n(19),Mt={name:"ElInput",componentName:"ElInput",mixins:[E.a,k.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return St()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"===typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(e){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[e])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var e=this;this.$nextTick((function(){e.setNativeInputValue(),e.resizeTextarea(),e.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(e){this.focused=!1,this.$emit("blur",e),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var e=this.autosize,t=this.type;if("textarea"===t)if(e){var n=e.minRows,r=e.maxRows;this.textareaCalcStyle=xt(this.$refs.textarea,n,r)}else this.textareaCalcStyle={minHeight:xt(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var e=this.getInput();e&&e.value!==this.nativeInputValue&&(e.value=this.nativeInputValue)},handleFocus:function(e){this.focused=!0,this.$emit("focus",e)},handleCompositionStart:function(){this.isComposing=!0},handleCompositionUpdate:function(e){var t=e.target.value,n=t[t.length-1]||"";this.isComposing=!Object(kt["isKorean"])(n)},handleCompositionEnd:function(e){this.isComposing&&(this.isComposing=!1,this.handleInput(e))},handleInput:function(e){this.isComposing||e.target.value!==this.nativeInputValue&&(this.$emit("input",e.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(e){this.$emit("change",e.target.value)},calcIconOffset:function(e){var t=[].slice.call(this.$el.querySelectorAll(".el-input__"+e)||[]);if(t.length){for(var n=null,r=0;r=0&&e===parseInt(e,10)}}},data:function(){return{currentValue:0,userInput:null}},watch:{value:{immediate:!0,handler:function(e){var t=void 0===e?e:Number(e);if(void 0!==t){if(isNaN(t))return;if(this.stepStrictly){var n=this.getPrecision(this.step),r=Math.pow(10,n);t=Math.round(t/this.step)*r*this.step/r}void 0!==this.precision&&(t=this.toPrecision(t,this.precision))}t>=this.max&&(t=this.max),t<=this.min&&(t=this.min),this.currentValue=t,this.userInput=null,this.$emit("input",t)}}},computed:{minDisabled:function(){return this._decrease(this.value,this.step)this.max},numPrecision:function(){var e=this.value,t=this.step,n=this.getPrecision,r=this.precision,i=n(t);return void 0!==r?(i>r&&console.warn("[Element Warn][InputNumber]precision should not be less than the decimal places of step"),r):Math.max(n(e),i)},controlsAtRight:function(){return this.controls&&"right"===this.controlsPosition},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},inputNumberSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputNumberDisabled:function(){return this.disabled||!!(this.elForm||{}).disabled},displayValue:function(){if(null!==this.userInput)return this.userInput;var e=this.currentValue;if("number"===typeof e){if(this.stepStrictly){var t=this.getPrecision(this.step),n=Math.pow(10,t);e=Math.round(e/this.step)*n*this.step/n}void 0!==this.precision&&(e=e.toFixed(this.precision))}return e}},methods:{toPrecision:function(e,t){return void 0===t&&(t=this.numPrecision),parseFloat(Math.round(e*Math.pow(10,t))/Math.pow(10,t))},getPrecision:function(e){if(void 0===e)return 0;var t=e.toString(),n=t.indexOf("."),r=0;return-1!==n&&(r=t.length-n-1),r},_increase:function(e,t){if("number"!==typeof e&&void 0!==e)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*e+n*t)/n)},_decrease:function(e,t){if("number"!==typeof e&&void 0!==e)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*e-n*t)/n)},increase:function(){if(!this.inputNumberDisabled&&!this.maxDisabled){var e=this.value||0,t=this._increase(e,this.step);this.setCurrentValue(t)}},decrease:function(){if(!this.inputNumberDisabled&&!this.minDisabled){var e=this.value||0,t=this._decrease(e,this.step);this.setCurrentValue(t)}},handleBlur:function(e){this.$emit("blur",e)},handleFocus:function(e){this.$emit("focus",e)},setCurrentValue:function(e){var t=this.currentValue;"number"===typeof e&&void 0!==this.precision&&(e=this.toPrecision(e,this.precision)),e>=this.max&&(e=this.max),e<=this.min&&(e=this.min),t!==e&&(this.userInput=null,this.$emit("input",e),this.$emit("change",e,t),this.currentValue=e)},handleInput:function(e){this.userInput=e},handleInputChange:function(e){var t=""===e?void 0:Number(e);isNaN(t)&&""!==e||this.setCurrentValue(t),this.userInput=null},select:function(){this.$refs.input.select()}},mounted:function(){var e=this.$refs.input.$refs.input;e.setAttribute("role","spinbutton"),e.setAttribute("aria-valuemax",this.max),e.setAttribute("aria-valuemin",this.min),e.setAttribute("aria-valuenow",this.currentValue),e.setAttribute("aria-disabled",this.inputNumberDisabled)},updated:function(){if(this.$refs&&this.$refs.input){var e=this.$refs.input.$refs.input;e.setAttribute("aria-valuenow",this.currentValue)}}},Nt=Ft,Pt=s(Nt,Lt,Ot,!1,null,null,null);Pt.options.__file="packages/input-number/src/input-number.vue";var Rt=Pt.exports;Rt.install=function(e){e.component(Rt.name,Rt)};var Ht=Rt,Ut=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-radio",class:[e.border&&e.radioSize?"el-radio--"+e.radioSize:"",{"is-disabled":e.isDisabled},{"is-focus":e.focus},{"is-bordered":e.border},{"is-checked":e.model===e.label}],attrs:{role:"radio","aria-checked":e.model===e.label,"aria-disabled":e.isDisabled,tabindex:e.tabIndex},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"]))return null;t.stopPropagation(),t.preventDefault(),e.model=e.isDisabled?e.model:e.label}}},[n("span",{staticClass:"el-radio__input",class:{"is-disabled":e.isDisabled,"is-checked":e.model===e.label}},[n("span",{staticClass:"el-radio__inner"}),n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],ref:"radio",staticClass:"el-radio__original",attrs:{type:"radio","aria-hidden":"true",name:e.name,disabled:e.isDisabled,tabindex:"-1"},domProps:{value:e.label,checked:e._q(e.model,e.label)},on:{focus:function(t){e.focus=!0},blur:function(t){e.focus=!1},change:[function(t){e.model=e.label},e.handleChange]}})]),n("span",{staticClass:"el-radio__label",on:{keydown:function(e){e.stopPropagation()}}},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2)])},zt=[];Ut._withStripped=!0;var Yt={name:"ElRadio",mixins:[E.a],inject:{elForm:{default:""},elFormItem:{default:""}},componentName:"ElRadio",props:{value:{},label:{},disabled:Boolean,name:String,border:Boolean,size:String},data:function(){return{focus:!1}},computed:{isGroup:function(){var e=this.$parent;while(e){if("ElRadioGroup"===e.$options.componentName)return this._radioGroup=e,!0;e=e.$parent}return!1},model:{get:function(){return this.isGroup?this._radioGroup.value:this.value},set:function(e){this.isGroup?this.dispatch("ElRadioGroup","input",[e]):this.$emit("input",e),this.$refs.radio&&(this.$refs.radio.checked=this.model===this.label)}},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},radioSize:function(){var e=this.size||this._elFormItemSize||(this.$ELEMENT||{}).size;return this.isGroup&&this._radioGroup.radioGroupSize||e},isDisabled:function(){return this.isGroup?this._radioGroup.disabled||this.disabled||(this.elForm||{}).disabled:this.disabled||(this.elForm||{}).disabled},tabIndex:function(){return this.isDisabled||this.isGroup&&this.model!==this.label?-1:0}},methods:{handleChange:function(){var e=this;this.$nextTick((function(){e.$emit("change",e.model),e.isGroup&&e.dispatch("ElRadioGroup","handleChange",e.model)}))}}},$t=Yt,jt=s($t,Ut,zt,!1,null,null,null);jt.options.__file="packages/radio/src/radio.vue";var Qt=jt.exports;Qt.install=function(e){e.component(Qt.name,Qt)};var Vt=Qt,Wt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n(e._elTag,{tag:"component",staticClass:"el-radio-group",attrs:{role:"radiogroup"},on:{keydown:e.handleKeydown}},[e._t("default")],2)},Kt=[];Wt._withStripped=!0;var Gt=Object.freeze({LEFT:37,UP:38,RIGHT:39,DOWN:40}),Xt={name:"ElRadioGroup",componentName:"ElRadioGroup",inject:{elFormItem:{default:""}},mixins:[E.a],props:{value:{},size:String,fill:String,textColor:String,disabled:Boolean},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},_elTag:function(){return(this.$vnode.data||{}).tag||"div"},radioGroupSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size}},created:function(){var e=this;this.$on("handleChange",(function(t){e.$emit("change",t)}))},mounted:function(){var e=this.$el.querySelectorAll("[type=radio]"),t=this.$el.querySelectorAll("[role=radio]")[0];![].some.call(e,(function(e){return e.checked}))&&t&&(t.tabIndex=0)},methods:{handleKeydown:function(e){var t=e.target,n="INPUT"===t.nodeName?"[type=radio]":"[role=radio]",r=this.$el.querySelectorAll(n),i=r.length,a=[].indexOf.call(r,t),o=this.$el.querySelectorAll("[role=radio]");switch(e.keyCode){case Gt.LEFT:case Gt.UP:e.stopPropagation(),e.preventDefault(),0===a?(o[i-1].click(),o[i-1].focus()):(o[a-1].click(),o[a-1].focus());break;case Gt.RIGHT:case Gt.DOWN:a===i-1?(e.stopPropagation(),e.preventDefault(),o[0].click(),o[0].focus()):(o[a+1].click(),o[a+1].focus());break;default:break}}},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",[this.value])}}},qt=Xt,Jt=s(qt,Wt,Kt,!1,null,null,null);Jt.options.__file="packages/radio/src/radio-group.vue";var Zt=Jt.exports;Zt.install=function(e){e.component(Zt.name,Zt)};var en=Zt,tn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-radio-button",class:[e.size?"el-radio-button--"+e.size:"",{"is-active":e.value===e.label},{"is-disabled":e.isDisabled},{"is-focus":e.focus}],attrs:{role:"radio","aria-checked":e.value===e.label,"aria-disabled":e.isDisabled,tabindex:e.tabIndex},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"]))return null;t.stopPropagation(),t.preventDefault(),e.value=e.isDisabled?e.value:e.label}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.value,expression:"value"}],staticClass:"el-radio-button__orig-radio",attrs:{type:"radio",name:e.name,disabled:e.isDisabled,tabindex:"-1"},domProps:{value:e.label,checked:e._q(e.value,e.label)},on:{change:[function(t){e.value=e.label},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}),n("span",{staticClass:"el-radio-button__inner",style:e.value===e.label?e.activeStyle:null,on:{keydown:function(e){e.stopPropagation()}}},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2)])},nn=[];tn._withStripped=!0;var rn={name:"ElRadioButton",mixins:[E.a],inject:{elForm:{default:""},elFormItem:{default:""}},props:{label:{},disabled:Boolean,name:String},data:function(){return{focus:!1}},computed:{value:{get:function(){return this._radioGroup.value},set:function(e){this._radioGroup.$emit("input",e)}},_radioGroup:function(){var e=this.$parent;while(e){if("ElRadioGroup"===e.$options.componentName)return e;e=e.$parent}return!1},activeStyle:function(){return{backgroundColor:this._radioGroup.fill||"",borderColor:this._radioGroup.fill||"",boxShadow:this._radioGroup.fill?"-1px 0 0 0 "+this._radioGroup.fill:"",color:this._radioGroup.textColor||""}},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},size:function(){return this._radioGroup.radioGroupSize||this._elFormItemSize||(this.$ELEMENT||{}).size},isDisabled:function(){return this.disabled||this._radioGroup.disabled||(this.elForm||{}).disabled},tabIndex:function(){return this.isDisabled||this._radioGroup&&this.value!==this.label?-1:0}},methods:{handleChange:function(){var e=this;this.$nextTick((function(){e.dispatch("ElRadioGroup","handleChange",e.value)}))}}},an=rn,on=s(an,tn,nn,!1,null,null,null);on.options.__file="packages/radio/src/radio-button.vue";var sn=on.exports;sn.install=function(e){e.component(sn.name,sn)};var ln=sn,cn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-checkbox",class:[e.border&&e.checkboxSize?"el-checkbox--"+e.checkboxSize:"",{"is-disabled":e.isDisabled},{"is-bordered":e.border},{"is-checked":e.isChecked}],attrs:{id:e.id}},[n("span",{staticClass:"el-checkbox__input",class:{"is-disabled":e.isDisabled,"is-checked":e.isChecked,"is-indeterminate":e.indeterminate,"is-focus":e.focus},attrs:{tabindex:!!e.indeterminate&&0,role:!!e.indeterminate&&"checkbox","aria-checked":!!e.indeterminate&&"mixed"}},[n("span",{staticClass:"el-checkbox__inner"}),e.trueLabel||e.falseLabel?n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox__original",attrs:{type:"checkbox","aria-hidden":e.indeterminate?"true":"false",name:e.name,disabled:e.isDisabled,"true-value":e.trueLabel,"false-value":e.falseLabel},domProps:{checked:Array.isArray(e.model)?e._i(e.model,null)>-1:e._q(e.model,e.trueLabel)},on:{change:[function(t){var n=e.model,r=t.target,i=r.checked?e.trueLabel:e.falseLabel;if(Array.isArray(n)){var a=null,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox__original",attrs:{type:"checkbox","aria-hidden":e.indeterminate?"true":"false",disabled:e.isDisabled,name:e.name},domProps:{value:e.label,checked:Array.isArray(e.model)?e._i(e.model,e.label)>-1:e.model},on:{change:[function(t){var n=e.model,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e.label,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}})]),e.$slots.default||e.label?n("span",{staticClass:"el-checkbox__label"},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2):e._e()])},un=[];cn._withStripped=!0;var hn={name:"ElCheckbox",mixins:[E.a],inject:{elForm:{default:""},elFormItem:{default:""}},componentName:"ElCheckbox",data:function(){return{selfModel:!1,focus:!1,isLimitExceeded:!1}},computed:{model:{get:function(){return this.isGroup?this.store:void 0!==this.value?this.value:this.selfModel},set:function(e){this.isGroup?(this.isLimitExceeded=!1,void 0!==this._checkboxGroup.min&&e.lengththis._checkboxGroup.max&&(this.isLimitExceeded=!0),!1===this.isLimitExceeded&&this.dispatch("ElCheckboxGroup","input",[e])):(this.$emit("input",e),this.selfModel=e)}},isChecked:function(){return"[object Boolean]"==={}.toString.call(this.model)?this.model:Array.isArray(this.model)?this.model.indexOf(this.label)>-1:null!==this.model&&void 0!==this.model?this.model===this.trueLabel:void 0},isGroup:function(){var e=this.$parent;while(e){if("ElCheckboxGroup"===e.$options.componentName)return this._checkboxGroup=e,!0;e=e.$parent}return!1},store:function(){return this._checkboxGroup?this._checkboxGroup.value:this.value},isLimitDisabled:function(){var e=this._checkboxGroup,t=e.max,n=e.min;return!(!t&&!n)&&this.model.length>=t&&!this.isChecked||this.model.length<=n&&this.isChecked},isDisabled:function(){return this.isGroup?this._checkboxGroup.disabled||this.disabled||(this.elForm||{}).disabled||this.isLimitDisabled:this.disabled||(this.elForm||{}).disabled},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxSize:function(){var e=this.size||this._elFormItemSize||(this.$ELEMENT||{}).size;return this.isGroup&&this._checkboxGroup.checkboxGroupSize||e}},props:{value:{},label:{},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:String,trueLabel:[String,Number],falseLabel:[String,Number],id:String,controls:String,border:Boolean,size:String},methods:{addToStore:function(){Array.isArray(this.model)&&-1===this.model.indexOf(this.label)?this.model.push(this.label):this.model=this.trueLabel||!0},handleChange:function(e){var t=this;if(!this.isLimitExceeded){var n=void 0;n=e.target.checked?void 0===this.trueLabel||this.trueLabel:void 0!==this.falseLabel&&this.falseLabel,this.$emit("change",n,e),this.$nextTick((function(){t.isGroup&&t.dispatch("ElCheckboxGroup","change",[t._checkboxGroup.value])}))}}},created:function(){this.checked&&this.addToStore()},mounted:function(){this.indeterminate&&this.$el.setAttribute("aria-controls",this.controls)},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",e)}}},dn=hn,fn=s(dn,cn,un,!1,null,null,null);fn.options.__file="packages/checkbox/src/checkbox.vue";var pn=fn.exports;pn.install=function(e){e.component(pn.name,pn)};var mn=pn,gn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-checkbox-button",class:[e.size?"el-checkbox-button--"+e.size:"",{"is-disabled":e.isDisabled},{"is-checked":e.isChecked},{"is-focus":e.focus}],attrs:{role:"checkbox","aria-checked":e.isChecked,"aria-disabled":e.isDisabled}},[e.trueLabel||e.falseLabel?n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox-button__original",attrs:{type:"checkbox",name:e.name,disabled:e.isDisabled,"true-value":e.trueLabel,"false-value":e.falseLabel},domProps:{checked:Array.isArray(e.model)?e._i(e.model,null)>-1:e._q(e.model,e.trueLabel)},on:{change:[function(t){var n=e.model,r=t.target,i=r.checked?e.trueLabel:e.falseLabel;if(Array.isArray(n)){var a=null,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox-button__original",attrs:{type:"checkbox",name:e.name,disabled:e.isDisabled},domProps:{value:e.label,checked:Array.isArray(e.model)?e._i(e.model,e.label)>-1:e.model},on:{change:[function(t){var n=e.model,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e.label,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}),e.$slots.default||e.label?n("span",{staticClass:"el-checkbox-button__inner",style:e.isChecked?e.activeStyle:null},[e._t("default",[e._v(e._s(e.label))])],2):e._e()])},vn=[];gn._withStripped=!0;var An={name:"ElCheckboxButton",mixins:[E.a],inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{selfModel:!1,focus:!1,isLimitExceeded:!1}},props:{value:{},label:{},disabled:Boolean,checked:Boolean,name:String,trueLabel:[String,Number],falseLabel:[String,Number]},computed:{model:{get:function(){return this._checkboxGroup?this.store:void 0!==this.value?this.value:this.selfModel},set:function(e){this._checkboxGroup?(this.isLimitExceeded=!1,void 0!==this._checkboxGroup.min&&e.lengththis._checkboxGroup.max&&(this.isLimitExceeded=!0),!1===this.isLimitExceeded&&this.dispatch("ElCheckboxGroup","input",[e])):void 0!==this.value?this.$emit("input",e):this.selfModel=e}},isChecked:function(){return"[object Boolean]"==={}.toString.call(this.model)?this.model:Array.isArray(this.model)?this.model.indexOf(this.label)>-1:null!==this.model&&void 0!==this.model?this.model===this.trueLabel:void 0},_checkboxGroup:function(){var e=this.$parent;while(e){if("ElCheckboxGroup"===e.$options.componentName)return e;e=e.$parent}return!1},store:function(){return this._checkboxGroup?this._checkboxGroup.value:this.value},activeStyle:function(){return{backgroundColor:this._checkboxGroup.fill||"",borderColor:this._checkboxGroup.fill||"",color:this._checkboxGroup.textColor||"","box-shadow":"-1px 0 0 0 "+this._checkboxGroup.fill}},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},size:function(){return this._checkboxGroup.checkboxGroupSize||this._elFormItemSize||(this.$ELEMENT||{}).size},isLimitDisabled:function(){var e=this._checkboxGroup,t=e.max,n=e.min;return!(!t&&!n)&&this.model.length>=t&&!this.isChecked||this.model.length<=n&&this.isChecked},isDisabled:function(){return this._checkboxGroup?this._checkboxGroup.disabled||this.disabled||(this.elForm||{}).disabled||this.isLimitDisabled:this.disabled||(this.elForm||{}).disabled}},methods:{addToStore:function(){Array.isArray(this.model)&&-1===this.model.indexOf(this.label)?this.model.push(this.label):this.model=this.trueLabel||!0},handleChange:function(e){var t=this;if(!this.isLimitExceeded){var n=void 0;n=e.target.checked?void 0===this.trueLabel||this.trueLabel:void 0!==this.falseLabel&&this.falseLabel,this.$emit("change",n,e),this.$nextTick((function(){t._checkboxGroup&&t.dispatch("ElCheckboxGroup","change",[t._checkboxGroup.value])}))}}},created:function(){this.checked&&this.addToStore()}},yn=An,bn=s(yn,gn,vn,!1,null,null,null);bn.options.__file="packages/checkbox/src/checkbox-button.vue";var _n=bn.exports;_n.install=function(e){e.component(_n.name,_n)};var wn=_n,xn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-checkbox-group",attrs:{role:"group","aria-label":"checkbox-group"}},[e._t("default")],2)},Cn=[];xn._withStripped=!0;var Sn={name:"ElCheckboxGroup",componentName:"ElCheckboxGroup",mixins:[E.a],inject:{elFormItem:{default:""}},props:{value:{},disabled:Boolean,min:Number,max:Number,size:String,fill:String,textColor:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxGroupSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size}},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",[e])}}},kn=Sn,Mn=s(kn,xn,Cn,!1,null,null,null);Mn.options.__file="packages/checkbox/src/checkbox-group.vue";var En=Mn.exports;En.install=function(e){e.component(En.name,En)};var Tn=En,Bn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-switch",class:{"is-disabled":e.switchDisabled,"is-checked":e.checked},attrs:{role:"switch","aria-checked":e.checked,"aria-disabled":e.switchDisabled},on:{click:function(t){return t.preventDefault(),e.switchValue(t)}}},[n("input",{ref:"input",staticClass:"el-switch__input",attrs:{type:"checkbox",id:e.id,name:e.name,"true-value":e.activeValue,"false-value":e.inactiveValue,disabled:e.switchDisabled},on:{change:e.handleChange,keydown:function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.switchValue(t)}}}),e.inactiveIconClass||e.inactiveText?n("span",{class:["el-switch__label","el-switch__label--left",e.checked?"":"is-active"]},[e.inactiveIconClass?n("i",{class:[e.inactiveIconClass]}):e._e(),!e.inactiveIconClass&&e.inactiveText?n("span",{attrs:{"aria-hidden":e.checked}},[e._v(e._s(e.inactiveText))]):e._e()]):e._e(),n("span",{ref:"core",staticClass:"el-switch__core",style:{width:e.coreWidth+"px"}}),e.activeIconClass||e.activeText?n("span",{class:["el-switch__label","el-switch__label--right",e.checked?"is-active":""]},[e.activeIconClass?n("i",{class:[e.activeIconClass]}):e._e(),!e.activeIconClass&&e.activeText?n("span",{attrs:{"aria-hidden":!e.checked}},[e._v(e._s(e.activeText))]):e._e()]):e._e()])},Dn=[];Bn._withStripped=!0;var Ln={name:"ElSwitch",mixins:[q()("input"),k.a,E.a],inject:{elForm:{default:""}},props:{value:{type:[Boolean,String,Number],default:!1},disabled:{type:Boolean,default:!1},width:{type:Number,default:40},activeIconClass:{type:String,default:""},inactiveIconClass:{type:String,default:""},activeText:String,inactiveText:String,activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},id:String},data:function(){return{coreWidth:this.width}},created:function(){~[this.activeValue,this.inactiveValue].indexOf(this.value)||this.$emit("input",this.inactiveValue)},computed:{checked:function(){return this.value===this.activeValue},switchDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},watch:{checked:function(){this.$refs.input.checked=this.checked,(this.activeColor||this.inactiveColor)&&this.setBackgroundColor(),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[this.value])}},methods:{handleChange:function(e){var t=this,n=this.checked?this.inactiveValue:this.activeValue;this.$emit("input",n),this.$emit("change",n),this.$nextTick((function(){t.$refs.input.checked=t.checked}))},setBackgroundColor:function(){var e=this.checked?this.activeColor:this.inactiveColor;this.$refs.core.style.borderColor=e,this.$refs.core.style.backgroundColor=e},switchValue:function(){!this.switchDisabled&&this.handleChange()},getMigratingConfig:function(){return{props:{"on-color":"on-color is renamed to active-color.","off-color":"off-color is renamed to inactive-color.","on-text":"on-text is renamed to active-text.","off-text":"off-text is renamed to inactive-text.","on-value":"on-value is renamed to active-value.","off-value":"off-value is renamed to inactive-value.","on-icon-class":"on-icon-class is renamed to active-icon-class.","off-icon-class":"off-icon-class is renamed to inactive-icon-class."}}}},mounted:function(){this.coreWidth=this.width||40,(this.activeColor||this.inactiveColor)&&this.setBackgroundColor(),this.$refs.input.checked=this.checked}},On=Ln,In=s(On,Bn,Dn,!1,null,null,null);In.options.__file="packages/switch/src/component.vue";var Fn=In.exports;Fn.install=function(e){e.component(Fn.name,Fn)};var Nn=Fn,Pn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleClose,expression:"handleClose"}],staticClass:"el-select",class:[e.selectSize?"el-select--"+e.selectSize:""],on:{click:function(t){return t.stopPropagation(),e.toggleMenu(t)}}},[e.multiple?n("div",{ref:"tags",staticClass:"el-select__tags",style:{"max-width":e.inputWidth-32+"px",width:"100%"}},[e.collapseTags&&e.selected.length?n("span",[n("el-tag",{attrs:{closable:!e.selectDisabled,size:e.collapseTagSize,hit:e.selected[0].hitState,type:"info","disable-transitions":""},on:{close:function(t){e.deleteTag(t,e.selected[0])}}},[n("span",{staticClass:"el-select__tags-text"},[e._v(e._s(e.selected[0].currentLabel))])]),e.selected.length>1?n("el-tag",{attrs:{closable:!1,size:e.collapseTagSize,type:"info","disable-transitions":""}},[n("span",{staticClass:"el-select__tags-text"},[e._v("+ "+e._s(e.selected.length-1))])]):e._e()],1):e._e(),e.collapseTags?e._e():n("transition-group",{on:{"after-leave":e.resetInputHeight}},e._l(e.selected,(function(t){return n("el-tag",{key:e.getValueKey(t),attrs:{closable:!e.selectDisabled,size:e.collapseTagSize,hit:t.hitState,type:"info","disable-transitions":""},on:{close:function(n){e.deleteTag(n,t)}}},[n("span",{staticClass:"el-select__tags-text"},[e._v(e._s(t.currentLabel))])])})),1),e.filterable?n("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"input",staticClass:"el-select__input",class:[e.selectSize?"is-"+e.selectSize:""],style:{"flex-grow":"1",width:e.inputLength/(e.inputWidth-32)+"%","max-width":e.inputWidth-42+"px"},attrs:{type:"text",disabled:e.selectDisabled,autocomplete:e.autoComplete||e.autocomplete},domProps:{value:e.query},on:{focus:e.handleFocus,blur:function(t){e.softFocus=!1},keyup:e.managePlaceholder,keydown:[e.resetInputState,function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"]))return null;t.preventDefault(),e.navigateOptions("next")},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"]))return null;t.preventDefault(),e.navigateOptions("prev")},function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){return!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.deletePrevTag(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key,"Tab"))return null;e.visible=!1}],compositionstart:e.handleComposition,compositionupdate:e.handleComposition,compositionend:e.handleComposition,input:[function(t){t.target.composing||(e.query=t.target.value)},e.debouncedQueryChange]}}):e._e()],1):e._e(),n("el-input",{ref:"reference",class:{"is-focus":e.visible},attrs:{type:"text",placeholder:e.currentPlaceholder,name:e.name,id:e.id,autocomplete:e.autoComplete||e.autocomplete,size:e.selectSize,disabled:e.selectDisabled,readonly:e.readonly,"validate-event":!1,tabindex:e.multiple&&e.filterable?"-1":null},on:{focus:e.handleFocus,blur:e.handleBlur},nativeOn:{keyup:function(t){return e.debouncedOnInputChange(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"]))return null;t.stopPropagation(),t.preventDefault(),e.navigateOptions("next")},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"]))return null;t.stopPropagation(),t.preventDefault(),e.navigateOptions("prev")},function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key,"Tab"))return null;e.visible=!1}],paste:function(t){return e.debouncedOnInputChange(t)},mouseenter:function(t){e.inputHovering=!0},mouseleave:function(t){e.inputHovering=!1}},model:{value:e.selectedLabel,callback:function(t){e.selectedLabel=t},expression:"selectedLabel"}},[e.$slots.prefix?n("template",{slot:"prefix"},[e._t("prefix")],2):e._e(),n("template",{slot:"suffix"},[n("i",{directives:[{name:"show",rawName:"v-show",value:!e.showClose,expression:"!showClose"}],class:["el-select__caret","el-input__icon","el-icon-"+e.iconClass]}),e.showClose?n("i",{staticClass:"el-select__caret el-input__icon el-icon-circle-close",on:{click:e.handleClearClick}}):e._e()])],2),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":e.handleMenuEnter,"after-leave":e.doDestroy}},[n("el-select-menu",{directives:[{name:"show",rawName:"v-show",value:e.visible&&!1!==e.emptyText,expression:"visible && emptyText !== false"}],ref:"popper",attrs:{"append-to-body":e.popperAppendToBody}},[n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.options.length>0&&!e.loading,expression:"options.length > 0 && !loading"}],ref:"scrollbar",class:{"is-empty":!e.allowCreate&&e.query&&0===e.filteredOptionsCount},attrs:{tag:"ul","wrap-class":"el-select-dropdown__wrap","view-class":"el-select-dropdown__list"}},[e.showNewOption?n("el-option",{attrs:{value:e.query,created:""}}):e._e(),e._t("default")],2),e.emptyText&&(!e.allowCreate||e.loading||e.allowCreate&&0===e.options.length)?[e.$slots.empty?e._t("empty"):n("p",{staticClass:"el-select-dropdown__empty"},[e._v("\n "+e._s(e.emptyText)+"\n ")])]:e._e()],2)],1)],1)},Rn=[];Pn._withStripped=!0;var Hn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-select-dropdown el-popper",class:[{"is-multiple":e.$parent.multiple},e.popperClass],style:{minWidth:e.minWidth}},[e._t("default")],2)},Un=[];Hn._withStripped=!0;var zn={name:"ElSelectDropdown",componentName:"ElSelectDropdown",mixins:[$.a],props:{placement:{default:"bottom-start"},boundariesPadding:{default:0},popperOptions:{default:function(){return{gpuAcceleration:!1}}},visibleArrow:{default:!0},appendToBody:{type:Boolean,default:!0}},data:function(){return{minWidth:""}},computed:{popperClass:function(){return this.$parent.popperClass}},watch:{"$parent.inputWidth":function(){this.minWidth=this.$parent.$el.getBoundingClientRect().width+"px"}},mounted:function(){var e=this;this.referenceElm=this.$parent.$refs.reference.$el,this.$parent.popperElm=this.popperElm=this.$el,this.$on("updatePopper",(function(){e.$parent.visible&&e.updatePopper()})),this.$on("destroyPopper",this.destroyPopper)}},Yn=zn,$n=s(Yn,Hn,Un,!1,null,null,null);$n.options.__file="packages/select/src/select-dropdown.vue";var jn=$n.exports,Qn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-select-dropdown__item",class:{selected:e.itemSelected,"is-disabled":e.disabled||e.groupDisabled||e.limitReached,hover:e.hover},on:{mouseenter:e.hoverItem,click:function(t){return t.stopPropagation(),e.selectOptionClick(t)}}},[e._t("default",[n("span",[e._v(e._s(e.currentLabel))])])],2)},Vn=[];Qn._withStripped=!0;var Wn="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Kn={mixins:[E.a],name:"ElOption",componentName:"ElOption",inject:["select"],props:{value:{required:!0},label:[String,Number],created:Boolean,disabled:{type:Boolean,default:!1}},data:function(){return{index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}},computed:{isObject:function(){return"[object object]"===Object.prototype.toString.call(this.value).toLowerCase()},currentLabel:function(){return this.label||(this.isObject?"":this.value)},currentValue:function(){return this.value||this.label||""},itemSelected:function(){return this.select.multiple?this.contains(this.select.value,this.value):this.isEqual(this.value,this.select.value)},limitReached:function(){return!!this.select.multiple&&(!this.itemSelected&&(this.select.value||[]).length>=this.select.multipleLimit&&this.select.multipleLimit>0)}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(e,t){var n=this.select,r=n.remote,i=n.valueKey;if(!this.created&&!r){if(i&&"object"===("undefined"===typeof e?"undefined":Wn(e))&&"object"===("undefined"===typeof t?"undefined":Wn(t))&&e[i]===t[i])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(e,t){if(this.isObject){var n=this.select.valueKey;return Object(A["getValueByPath"])(e,n)===Object(A["getValueByPath"])(t,n)}return e===t},contains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1];if(this.isObject){var n=this.select.valueKey;return e&&e.some((function(e){return Object(A["getValueByPath"])(e,n)===Object(A["getValueByPath"])(t,n)}))}return e&&e.indexOf(t)>-1},handleGroupDisabled:function(e){this.groupDisabled=e},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(e){this.visible=new RegExp(Object(A["escapeRegexpString"])(e),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var e=this.select,t=e.selected,n=e.multiple,r=n?t:[t],i=this.select.cachedOptions.indexOf(this),a=r.indexOf(this);i>-1&&a<0&&this.select.cachedOptions.splice(i,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},Gn=Kn,Xn=s(Gn,Qn,Vn,!1,null,null,null);Xn.options.__file="packages/select/src/option.vue";var qn=Xn.exports,Jn=n(29),Zn=n.n(Jn),er=n(12),tr=n(27),nr=n.n(tr),rr={data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter((function(e){return e.visible})).every((function(e){return e.disabled}))}},watch:{hoverIndex:function(e){var t=this;"number"===typeof e&&e>-1&&(this.hoverOption=this.options[e]||{}),this.options.forEach((function(e){e.hover=t.hoverOption===e}))}},methods:{navigateOptions:function(e){var t=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){"next"===e?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):"prev"===e&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(e),this.$nextTick((function(){return t.scrollToOption(t.hoverOption)}))}}else this.visible=!0}}},ir={mixins:[E.a,v.a,q()("reference"),rr],name:"ElSelect",componentName:"ElSelect",inject:{elForm:{default:""},elFormItem:{default:""}},provide:function(){return{select:this}},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},readonly:function(){return!this.filterable||this.multiple||!Object(A["isIE"])()&&!Object(A["isEdge"])()&&!this.visible},showClose:function(){var e=this.multiple?Array.isArray(this.value)&&this.value.length>0:void 0!==this.value&&null!==this.value&&""!==this.value,t=this.clearable&&!this.selectDisabled&&this.inputHovering&&e;return t},iconClass:function(){return this.remote&&this.filterable?"":this.visible?"arrow-up is-reverse":"arrow-up"},debounce:function(){return this.remote?300:0},emptyText:function(){return this.loading?this.loadingText||this.t("el.select.loading"):(!this.remote||""!==this.query||0!==this.options.length)&&(this.filterable&&this.query&&this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("el.select.noMatch"):0===this.options.length?this.noDataText||this.t("el.select.noData"):null)},showNewOption:function(){var e=this,t=this.options.filter((function(e){return!e.created})).some((function(t){return t.currentLabel===e.query}));return this.filterable&&this.allowCreate&&""!==this.query&&!t},selectSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},selectDisabled:function(){return this.disabled||(this.elForm||{}).disabled},collapseTagSize:function(){return["small","mini"].indexOf(this.selectSize)>-1?"mini":"small"},propPlaceholder:function(){return"undefined"!==typeof this.placeholder?this.placeholder:this.t("el.select.placeholder")}},components:{ElInput:m.a,ElSelectMenu:jn,ElOption:qn,ElTag:Zn.a,ElScrollbar:Q.a},directives:{Clickoutside:H.a},props:{name:String,id:String,value:{required:!0},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},automaticDropdown:Boolean,size:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:String,remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String,required:!1},defaultFirstOption:Boolean,reserveKeyword:Boolean,valueKey:{type:String,default:"value"},collapseTags:Boolean,popperAppendToBody:{type:Boolean,default:!0}},data:function(){return{options:[],cachedOptions:[],createdLabel:null,createdSelected:!1,selected:this.multiple?[]:{},inputLength:20,inputWidth:0,initialInputHeight:0,cachedPlaceHolder:"",optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,currentPlaceholder:"",menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1}},watch:{selectDisabled:function(){var e=this;this.$nextTick((function(){e.resetInputHeight()}))},propPlaceholder:function(e){this.cachedPlaceHolder=this.currentPlaceholder=e},value:function(e,t){this.multiple&&(this.resetInputHeight(),e&&e.length>0||this.$refs.input&&""!==this.query?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.filterable&&!this.reserveKeyword&&(this.query="",this.handleQueryChange(this.query))),this.setSelected(),this.filterable&&!this.multiple&&(this.inputLength=20),Object(A["valueEquals"])(e,t)||this.dispatch("ElFormItem","el.form.change",e)},visible:function(e){var t=this;e?(this.broadcast("ElSelectDropdown","updatePopper"),this.filterable&&(this.query=this.remote?"":this.selectedLabel,this.handleQueryChange(this.query),this.multiple?this.$refs.input.focus():(this.remote||(this.broadcast("ElOption","queryChange",""),this.broadcast("ElOptionGroup","queryChange")),this.selectedLabel&&(this.currentPlaceholder=this.selectedLabel,this.selectedLabel="")))):(this.broadcast("ElSelectDropdown","destroyPopper"),this.$refs.input&&this.$refs.input.blur(),this.query="",this.previousQuery=null,this.selectedLabel="",this.inputLength=20,this.menuVisibleOnFocus=!1,this.resetHoverIndex(),this.$nextTick((function(){t.$refs.input&&""===t.$refs.input.value&&0===t.selected.length&&(t.currentPlaceholder=t.cachedPlaceHolder)})),this.multiple||(this.selected&&(this.filterable&&this.allowCreate&&this.createdSelected&&this.createdLabel?this.selectedLabel=this.createdLabel:this.selectedLabel=this.selected.currentLabel,this.filterable&&(this.query=this.selectedLabel)),this.filterable&&(this.currentPlaceholder=this.cachedPlaceHolder))),this.$emit("visible-change",e)},options:function(){var e=this;if(!this.$isServer){this.$nextTick((function(){e.broadcast("ElSelectDropdown","updatePopper")})),this.multiple&&this.resetInputHeight();var t=this.$el.querySelectorAll("input");-1===[].indexOf.call(t,document.activeElement)&&this.setSelected(),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()}}},methods:{handleComposition:function(e){var t=this,n=e.target.value;if("compositionend"===e.type)this.isOnComposition=!1,this.$nextTick((function(e){return t.handleQueryChange(n)}));else{var r=n[n.length-1]||"";this.isOnComposition=!Object(kt["isKorean"])(r)}},handleQueryChange:function(e){var t=this;this.previousQuery===e||this.isOnComposition||(null!==this.previousQuery||"function"!==typeof this.filterMethod&&"function"!==typeof this.remoteMethod?(this.previousQuery=e,this.$nextTick((function(){t.visible&&t.broadcast("ElSelectDropdown","updatePopper")})),this.hoverIndex=-1,this.multiple&&this.filterable&&this.$nextTick((function(){var e=15*t.$refs.input.value.length+20;t.inputLength=t.collapseTags?Math.min(50,e):e,t.managePlaceholder(),t.resetInputHeight()})),this.remote&&"function"===typeof this.remoteMethod?(this.hoverIndex=-1,this.remoteMethod(e)):"function"===typeof this.filterMethod?(this.filterMethod(e),this.broadcast("ElOptionGroup","queryChange")):(this.filteredOptionsCount=this.optionsCount,this.broadcast("ElOption","queryChange",e),this.broadcast("ElOptionGroup","queryChange")),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()):this.previousQuery=e)},scrollToOption:function(e){var t=Array.isArray(e)&&e[0]?e[0].$el:e.$el;if(this.$refs.popper&&t){var n=this.$refs.popper.$el.querySelector(".el-select-dropdown__wrap");nr()(n,t)}this.$refs.scrollbar&&this.$refs.scrollbar.handleScroll()},handleMenuEnter:function(){var e=this;this.$nextTick((function(){return e.scrollToOption(e.selected)}))},emitChange:function(e){Object(A["valueEquals"])(this.value,e)||this.$emit("change",e)},getOption:function(e){for(var t=void 0,n="[object object]"===Object.prototype.toString.call(e).toLowerCase(),r="[object null]"===Object.prototype.toString.call(e).toLowerCase(),i="[object undefined]"===Object.prototype.toString.call(e).toLowerCase(),a=this.cachedOptions.length-1;a>=0;a--){var o=this.cachedOptions[a],s=n?Object(A["getValueByPath"])(o.value,this.valueKey)===Object(A["getValueByPath"])(e,this.valueKey):o.value===e;if(s){t=o;break}}if(t)return t;var l=n||r||i?"":e,c={value:e,currentLabel:l};return this.multiple&&(c.hitState=!1),c},setSelected:function(){var e=this;if(!this.multiple){var t=this.getOption(this.value);return t.created?(this.createdLabel=t.currentLabel,this.createdSelected=!0):this.createdSelected=!1,this.selectedLabel=t.currentLabel,this.selected=t,void(this.filterable&&(this.query=this.selectedLabel))}var n=[];Array.isArray(this.value)&&this.value.forEach((function(t){n.push(e.getOption(t))})),this.selected=n,this.$nextTick((function(){e.resetInputHeight()}))},handleFocus:function(e){this.softFocus?this.softFocus=!1:((this.automaticDropdown||this.filterable)&&(this.visible=!0,this.filterable&&(this.menuVisibleOnFocus=!0)),this.$emit("focus",e))},blur:function(){this.visible=!1,this.$refs.reference.blur()},handleBlur:function(e){var t=this;setTimeout((function(){t.isSilentBlur?t.isSilentBlur=!1:t.$emit("blur",e)}),50),this.softFocus=!1},handleClearClick:function(e){this.deleteSelected(e)},doDestroy:function(){this.$refs.popper&&this.$refs.popper.doDestroy()},handleClose:function(){this.visible=!1},toggleLastOptionHitState:function(e){if(Array.isArray(this.selected)){var t=this.selected[this.selected.length-1];if(t)return!0===e||!1===e?(t.hitState=e,e):(t.hitState=!t.hitState,t.hitState)}},deletePrevTag:function(e){if(e.target.value.length<=0&&!this.toggleLastOptionHitState()){var t=this.value.slice();t.pop(),this.$emit("input",t),this.emitChange(t)}},managePlaceholder:function(){""!==this.currentPlaceholder&&(this.currentPlaceholder=this.$refs.input.value?"":this.cachedPlaceHolder)},resetInputState:function(e){8!==e.keyCode&&this.toggleLastOptionHitState(!1),this.inputLength=15*this.$refs.input.value.length+20,this.resetInputHeight()},resetInputHeight:function(){var e=this;this.collapseTags&&!this.filterable||this.$nextTick((function(){if(e.$refs.reference){var t=e.$refs.reference.$el.childNodes,n=[].filter.call(t,(function(e){return"INPUT"===e.tagName}))[0],r=e.$refs.tags,i=e.initialInputHeight||40;n.style.height=0===e.selected.length?i+"px":Math.max(r?r.clientHeight+(r.clientHeight>i?6:0):0,i)+"px",e.visible&&!1!==e.emptyText&&e.broadcast("ElSelectDropdown","updatePopper")}}))},resetHoverIndex:function(){var e=this;setTimeout((function(){e.multiple?e.selected.length>0?e.hoverIndex=Math.min.apply(null,e.selected.map((function(t){return e.options.indexOf(t)}))):e.hoverIndex=-1:e.hoverIndex=e.options.indexOf(e.selected)}),300)},handleOptionSelect:function(e,t){var n=this;if(this.multiple){var r=(this.value||[]).slice(),i=this.getValueIndex(r,e.value);i>-1?r.splice(i,1):(this.multipleLimit<=0||r.length0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n="[object object]"===Object.prototype.toString.call(t).toLowerCase();if(n){var r=this.valueKey,i=-1;return e.some((function(e,n){return Object(A["getValueByPath"])(e,r)===Object(A["getValueByPath"])(t,r)&&(i=n,!0)})),i}return e.indexOf(t)},toggleMenu:function(){this.selectDisabled||(this.menuVisibleOnFocus?this.menuVisibleOnFocus=!1:this.visible=!this.visible,this.visible&&(this.$refs.input||this.$refs.reference).focus())},selectOption:function(){this.visible?this.options[this.hoverIndex]&&this.handleOptionSelect(this.options[this.hoverIndex]):this.toggleMenu()},deleteSelected:function(e){e.stopPropagation();var t=this.multiple?[]:"";this.$emit("input",t),this.emitChange(t),this.visible=!1,this.$emit("clear")},deleteTag:function(e,t){var n=this.selected.indexOf(t);if(n>-1&&!this.selectDisabled){var r=this.value.slice();r.splice(n,1),this.$emit("input",r),this.emitChange(r),this.$emit("remove-tag",t.value)}e.stopPropagation()},onInputChange:function(){this.filterable&&this.query!==this.selectedLabel&&(this.query=this.selectedLabel,this.handleQueryChange(this.query))},onOptionDestroy:function(e){e>-1&&(this.optionsCount--,this.filteredOptionsCount--,this.options.splice(e,1))},resetInputWidth:function(){this.inputWidth=this.$refs.reference.$el.getBoundingClientRect().width},handleResize:function(){this.resetInputWidth(),this.multiple&&this.resetInputHeight()},checkDefaultFirstOption:function(){this.hoverIndex=-1;for(var e=!1,t=this.options.length-1;t>=0;t--)if(this.options[t].created){e=!0,this.hoverIndex=t;break}if(!e)for(var n=0;n!==this.options.length;++n){var r=this.options[n];if(this.query){if(!r.disabled&&!r.groupDisabled&&r.visible){this.hoverIndex=n;break}}else if(r.itemSelected){this.hoverIndex=n;break}}},getValueKey:function(e){return"[object object]"!==Object.prototype.toString.call(e.value).toLowerCase()?e.value:Object(A["getValueByPath"])(e.value,this.valueKey)}},created:function(){var e=this;this.cachedPlaceHolder=this.currentPlaceholder=this.propPlaceholder,this.multiple&&!Array.isArray(this.value)&&this.$emit("input",[]),!this.multiple&&Array.isArray(this.value)&&this.$emit("input",""),this.debouncedOnInputChange=P()(this.debounce,(function(){e.onInputChange()})),this.debouncedQueryChange=P()(this.debounce,(function(t){e.handleQueryChange(t.target.value)})),this.$on("handleOptionClick",this.handleOptionSelect),this.$on("setSelected",this.setSelected)},mounted:function(){var e=this;this.multiple&&Array.isArray(this.value)&&this.value.length>0&&(this.currentPlaceholder=""),Object(er["addResizeListener"])(this.$el,this.handleResize);var t=this.$refs.reference;if(t&&t.$el){var n={medium:36,small:32,mini:28},r=t.$el.querySelector("input");this.initialInputHeight=r.getBoundingClientRect().height||n[this.selectSize]}this.remote&&this.multiple&&this.resetInputHeight(),this.$nextTick((function(){t&&t.$el&&(e.inputWidth=t.$el.getBoundingClientRect().width)})),this.setSelected()},beforeDestroy:function(){this.$el&&this.handleResize&&Object(er["removeResizeListener"])(this.$el,this.handleResize)}},ar=ir,or=s(ar,Pn,Rn,!1,null,null,null);or.options.__file="packages/select/src/select.vue";var sr=or.exports;sr.install=function(e){e.component(sr.name,sr)};var lr=sr;qn.install=function(e){e.component(qn.name,qn)};var cr=qn,ur=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-select-group__wrap"},[n("li",{staticClass:"el-select-group__title"},[e._v(e._s(e.label))]),n("li",[n("ul",{staticClass:"el-select-group"},[e._t("default")],2)])])},hr=[];ur._withStripped=!0;var dr={mixins:[E.a],name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:{type:Boolean,default:!1}},data:function(){return{visible:!0}},watch:{disabled:function(e){this.broadcast("ElOption","handleGroupDisabled",e)}},methods:{queryChange:function(){this.visible=this.$children&&Array.isArray(this.$children)&&this.$children.some((function(e){return!0===e.visible}))}},created:function(){this.$on("queryChange",this.queryChange)},mounted:function(){this.disabled&&this.broadcast("ElOption","handleGroupDisabled",this.disabled)}},fr=dr,pr=s(fr,ur,hr,!1,null,null,null);pr.options.__file="packages/select/src/option-group.vue";var mr=pr.exports;mr.install=function(e){e.component(mr.name,mr)};var gr=mr,vr=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"el-button",class:[e.type?"el-button--"+e.type:"",e.buttonSize?"el-button--"+e.buttonSize:"",{"is-disabled":e.buttonDisabled,"is-loading":e.loading,"is-plain":e.plain,"is-round":e.round,"is-circle":e.circle}],attrs:{disabled:e.buttonDisabled||e.loading,autofocus:e.autofocus,type:e.nativeType},on:{click:e.handleClick}},[e.loading?n("i",{staticClass:"el-icon-loading"}):e._e(),e.icon&&!e.loading?n("i",{class:e.icon}):e._e(),e.$slots.default?n("span",[e._t("default")],2):e._e()])},Ar=[];vr._withStripped=!0;var yr={name:"ElButton",inject:{elForm:{default:""},elFormItem:{default:""}},props:{type:{type:String,default:"default"},size:String,icon:{type:String,default:""},nativeType:{type:String,default:"button"},loading:Boolean,disabled:Boolean,plain:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},buttonSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},buttonDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},methods:{handleClick:function(e){this.$emit("click",e)}}},br=yr,_r=s(br,vr,Ar,!1,null,null,null);_r.options.__file="packages/button/src/button.vue";var wr=_r.exports;wr.install=function(e){e.component(wr.name,wr)};var xr=wr,Cr=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-button-group"},[e._t("default")],2)},Sr=[];Cr._withStripped=!0;var kr={name:"ElButtonGroup"},Mr=kr,Er=s(Mr,Cr,Sr,!1,null,null,null);Er.options.__file="packages/button/src/button-group.vue";var Tr=Er.exports;Tr.install=function(e){e.component(Tr.name,Tr)};var Br=Tr,Dr=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-table",class:[{"el-table--fit":e.fit,"el-table--striped":e.stripe,"el-table--border":e.border||e.isGroup,"el-table--hidden":e.isHidden,"el-table--group":e.isGroup,"el-table--fluid-height":e.maxHeight,"el-table--scrollable-x":e.layout.scrollX,"el-table--scrollable-y":e.layout.scrollY,"el-table--enable-row-hover":!e.store.states.isComplex,"el-table--enable-row-transition":0!==(e.store.states.data||[]).length&&(e.store.states.data||[]).length<100},e.tableSize?"el-table--"+e.tableSize:""],on:{mouseleave:function(t){e.handleMouseLeave(t)}}},[n("div",{ref:"hiddenColumns",staticClass:"hidden-columns"},[e._t("default")],2),e.showHeader?n("div",{directives:[{name:"mousewheel",rawName:"v-mousewheel",value:e.handleHeaderFooterMousewheel,expression:"handleHeaderFooterMousewheel"}],ref:"headerWrapper",staticClass:"el-table__header-wrapper"},[n("table-header",{ref:"tableHeader",style:{width:e.layout.bodyWidth?e.layout.bodyWidth+"px":""},attrs:{store:e.store,border:e.border,"default-sort":e.defaultSort}})],1):e._e(),n("div",{ref:"bodyWrapper",staticClass:"el-table__body-wrapper",class:[e.layout.scrollX?"is-scrolling-"+e.scrollPosition:"is-scrolling-none"],style:[e.bodyHeight]},[n("table-body",{style:{width:e.bodyWidth},attrs:{context:e.context,store:e.store,stripe:e.stripe,"row-class-name":e.rowClassName,"row-style":e.rowStyle,highlight:e.highlightCurrentRow}}),e.data&&0!==e.data.length?e._e():n("div",{ref:"emptyBlock",staticClass:"el-table__empty-block",style:e.emptyBlockStyle},[n("span",{staticClass:"el-table__empty-text"},[e._t("empty",[e._v(e._s(e.emptyText||e.t("el.table.emptyText")))])],2)]),e.$slots.append?n("div",{ref:"appendWrapper",staticClass:"el-table__append-wrapper"},[e._t("append")],2):e._e()],1),e.showSummary?n("div",{directives:[{name:"show",rawName:"v-show",value:e.data&&e.data.length>0,expression:"data && data.length > 0"},{name:"mousewheel",rawName:"v-mousewheel",value:e.handleHeaderFooterMousewheel,expression:"handleHeaderFooterMousewheel"}],ref:"footerWrapper",staticClass:"el-table__footer-wrapper"},[n("table-footer",{style:{width:e.layout.bodyWidth?e.layout.bodyWidth+"px":""},attrs:{store:e.store,border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,"default-sort":e.defaultSort}})],1):e._e(),e.fixedColumns.length>0?n("div",{directives:[{name:"mousewheel",rawName:"v-mousewheel",value:e.handleFixedMousewheel,expression:"handleFixedMousewheel"}],ref:"fixedWrapper",staticClass:"el-table__fixed",style:[{width:e.layout.fixedWidth?e.layout.fixedWidth+"px":""},e.fixedHeight]},[e.showHeader?n("div",{ref:"fixedHeaderWrapper",staticClass:"el-table__fixed-header-wrapper"},[n("table-header",{ref:"fixedTableHeader",style:{width:e.bodyWidth},attrs:{fixed:"left",border:e.border,store:e.store}})],1):e._e(),n("div",{ref:"fixedBodyWrapper",staticClass:"el-table__fixed-body-wrapper",style:[{top:e.layout.headerHeight+"px"},e.fixedBodyHeight]},[n("table-body",{style:{width:e.bodyWidth},attrs:{fixed:"left",store:e.store,stripe:e.stripe,highlight:e.highlightCurrentRow,"row-class-name":e.rowClassName,"row-style":e.rowStyle}}),e.$slots.append?n("div",{staticClass:"el-table__append-gutter",style:{height:e.layout.appendHeight+"px"}}):e._e()],1),e.showSummary?n("div",{directives:[{name:"show",rawName:"v-show",value:e.data&&e.data.length>0,expression:"data && data.length > 0"}],ref:"fixedFooterWrapper",staticClass:"el-table__fixed-footer-wrapper"},[n("table-footer",{style:{width:e.bodyWidth},attrs:{fixed:"left",border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,store:e.store}})],1):e._e()]):e._e(),e.rightFixedColumns.length>0?n("div",{directives:[{name:"mousewheel",rawName:"v-mousewheel",value:e.handleFixedMousewheel,expression:"handleFixedMousewheel"}],ref:"rightFixedWrapper",staticClass:"el-table__fixed-right",style:[{width:e.layout.rightFixedWidth?e.layout.rightFixedWidth+"px":"",right:e.layout.scrollY?(e.border?e.layout.gutterWidth:e.layout.gutterWidth||0)+"px":""},e.fixedHeight]},[e.showHeader?n("div",{ref:"rightFixedHeaderWrapper",staticClass:"el-table__fixed-header-wrapper"},[n("table-header",{ref:"rightFixedTableHeader",style:{width:e.bodyWidth},attrs:{fixed:"right",border:e.border,store:e.store}})],1):e._e(),n("div",{ref:"rightFixedBodyWrapper",staticClass:"el-table__fixed-body-wrapper",style:[{top:e.layout.headerHeight+"px"},e.fixedBodyHeight]},[n("table-body",{style:{width:e.bodyWidth},attrs:{fixed:"right",store:e.store,stripe:e.stripe,"row-class-name":e.rowClassName,"row-style":e.rowStyle,highlight:e.highlightCurrentRow}}),e.$slots.append?n("div",{staticClass:"el-table__append-gutter",style:{height:e.layout.appendHeight+"px"}}):e._e()],1),e.showSummary?n("div",{directives:[{name:"show",rawName:"v-show",value:e.data&&e.data.length>0,expression:"data && data.length > 0"}],ref:"rightFixedFooterWrapper",staticClass:"el-table__fixed-footer-wrapper"},[n("table-footer",{style:{width:e.bodyWidth},attrs:{fixed:"right",border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,store:e.store}})],1):e._e()]):e._e(),e.rightFixedColumns.length>0?n("div",{ref:"rightFixedPatch",staticClass:"el-table__fixed-right-patch",style:{width:e.layout.scrollY?e.layout.gutterWidth+"px":"0",height:e.layout.headerHeight+"px"}}):e._e(),n("div",{directives:[{name:"show",rawName:"v-show",value:e.resizeProxyVisible,expression:"resizeProxyVisible"}],ref:"resizeProxy",staticClass:"el-table__column-resize-proxy"})])},Lr=[];Dr._withStripped=!0;var Or=n(16),Ir=n.n(Or),Fr=n(35),Nr=n(38),Pr=n.n(Nr),Rr="undefined"!==typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,Hr=function(e,t){e&&e.addEventListener&&e.addEventListener(Rr?"DOMMouseScroll":"mousewheel",(function(e){var n=Pr()(e);t&&t.apply(this,[e,n])}))},Ur={bind:function(e,t){Hr(e,t.value)}},zr=n(6),Yr=n.n(zr),$r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},jr=function(e){var t=e.target;while(t&&"HTML"!==t.tagName.toUpperCase()){if("TD"===t.tagName.toUpperCase())return t;t=t.parentNode}return null},Qr=function(e){return null!==e&&"object"===("undefined"===typeof e?"undefined":$r(e))},Vr=function(e,t,n,r,i){if(!t&&!r&&(!i||Array.isArray(i)&&!i.length))return e;n="string"===typeof n?"descending"===n?-1:1:n&&n<0?-1:1;var a=r?null:function(n,r){return i?(Array.isArray(i)||(i=[i]),i.map((function(t){return"string"===typeof t?Object(A["getValueByPath"])(n,t):t(n,r,e)}))):("$key"!==t&&Qr(n)&&"$value"in n&&(n=n.$value),[Qr(n)?Object(A["getValueByPath"])(n,t):n])},o=function(e,t){if(r)return r(e.value,t.value);for(var n=0,i=e.key.length;nt.key[n])return 1}return 0};return e.map((function(e,t){return{value:e,index:t,key:a?a(e,t):null}})).sort((function(e,t){var r=o(e,t);return r||(r=e.index-t.index),r*n})).map((function(e){return e.value}))},Wr=function(e,t){var n=null;return e.columns.forEach((function(e){e.id===t&&(n=e)})),n},Kr=function(e,t){for(var n=null,r=0;r2&&void 0!==arguments[2]?arguments[2]:"children",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"hasChildren",i=function(e){return!(Array.isArray(e)&&e.length)};function a(e,o,s){t(e,o,s),o.forEach((function(e){if(e[r])t(e,null,s+1);else{var o=e[n];i(o)||a(e,o,s+1)}}))}e.forEach((function(e){if(e[r])t(e,null,0);else{var o=e[n];i(o)||a(e,o,0)}}))}var oi={data:function(){return{states:{defaultExpandAll:!1,expandRows:[]}}},methods:{updateExpandRows:function(){var e=this.states,t=e.data,n=void 0===t?[]:t,r=e.rowKey,i=e.defaultExpandAll,a=e.expandRows;if(i)this.states.expandRows=n.slice();else if(r){var o=qr(a,r);this.states.expandRows=n.reduce((function(e,t){var n=Xr(t,r),i=o[n];return i&&e.push(t),e}),[])}else this.states.expandRows=[]},toggleRowExpansion:function(e,t){var n=ii(this.states.expandRows,e,t);n&&(this.table.$emit("expand-change",e,this.states.expandRows.slice()),this.scheduleLayout())},setExpandRowKeys:function(e){this.assertRowKey();var t=this.states,n=t.data,r=t.rowKey,i=qr(n,r);this.states.expandRows=e.reduce((function(e,t){var n=i[t];return n&&e.push(n.row),e}),[])},isRowExpanded:function(e){var t=this.states,n=t.expandRows,r=void 0===n?[]:n,i=t.rowKey;if(i){var a=qr(r,i);return!!a[Xr(e,i)]}return-1!==r.indexOf(e)}}},si={data:function(){return{states:{_currentRowKey:null,currentRow:null}}},methods:{setCurrentRowKey:function(e){this.assertRowKey(),this.states._currentRowKey=e,this.setCurrentRowByKey(e)},restoreCurrentRowKey:function(){this.states._currentRowKey=null},setCurrentRowByKey:function(e){var t=this.states,n=t.data,r=void 0===n?[]:n,i=t.rowKey,a=null;i&&(a=Object(A["arrayFind"])(r,(function(t){return Xr(t,i)===e}))),t.currentRow=a},updateCurrentRow:function(e){var t=this.states,n=this.table,r=t.currentRow;if(e&&e!==r)return t.currentRow=e,void n.$emit("current-change",e,r);!e&&r&&(t.currentRow=null,n.$emit("current-change",null,r))},updateCurrentRowData:function(){var e=this.states,t=this.table,n=e.rowKey,r=e._currentRowKey,i=e.data||[],a=e.currentRow;if(-1===i.indexOf(a)&&a){if(n){var o=Xr(a,n);this.setCurrentRowByKey(o)}else e.currentRow=null;null===e.currentRow&&t.$emit("current-change",null,a)}else r&&(this.setCurrentRowByKey(r),this.restoreCurrentRowKey())}}},li=Object.assign||function(e){for(var t=1;t0&&t[0]&&"selection"===t[0].type&&!t[0].fixed&&(t[0].fixed=!0,e.fixedColumns.unshift(t[0]));var n=t.filter((function(e){return!e.fixed}));e.originColumns=[].concat(e.fixedColumns).concat(n).concat(e.rightFixedColumns);var r=hi(n),i=hi(e.fixedColumns),a=hi(e.rightFixedColumns);e.leafColumnsLength=r.length,e.fixedLeafColumnsLength=i.length,e.rightFixedLeafColumnsLength=a.length,e.columns=[].concat(i).concat(r).concat(a),e.isComplex=e.fixedColumns.length>0||e.rightFixedColumns.length>0},scheduleLayout:function(e){e&&this.updateColumns(),this.table.debouncedUpdateLayout()},isSelected:function(e){var t=this.states.selection,n=void 0===t?[]:t;return n.indexOf(e)>-1},clearSelection:function(){var e=this.states;e.isAllSelected=!1;var t=e.selection;t.length&&(e.selection=[],this.table.$emit("selection-change",[]))},cleanSelection:function(){var e=this.states,t=e.data,n=e.rowKey,r=e.selection,i=void 0;if(n){i=[];var a=qr(r,n),o=qr(t,n);for(var s in a)a.hasOwnProperty(s)&&!o[s]&&i.push(a[s].row)}else i=r.filter((function(e){return-1===t.indexOf(e)}));if(i.length){var l=r.filter((function(e){return-1===i.indexOf(e)}));e.selection=l,this.table.$emit("selection-change",l.slice())}},toggleRowSelection:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=ii(this.states.selection,e,t);if(r){var i=(this.states.selection||[]).slice();n&&this.table.$emit("select",i,e),this.table.$emit("selection-change",i)}},_toggleAllSelection:function(){var e=this.states,t=e.data,n=void 0===t?[]:t,r=e.selection,i=e.selectOnIndeterminate?!e.isAllSelected:!(e.isAllSelected||r.length);e.isAllSelected=i;var a=!1;n.forEach((function(t,n){e.selectable?e.selectable.call(null,t,n)&&ii(r,t,i)&&(a=!0):ii(r,t,i)&&(a=!0)})),a&&this.table.$emit("selection-change",r?r.slice():[]),this.table.$emit("select-all",r)},updateSelectionByRowKey:function(){var e=this.states,t=e.selection,n=e.rowKey,r=e.data,i=qr(t,n);r.forEach((function(e){var r=Xr(e,n),a=i[r];a&&(t[a.index]=e)}))},updateAllSelected:function(){var e=this.states,t=e.selection,n=e.rowKey,r=e.selectable,i=e.data||[];if(0!==i.length){var a=void 0;n&&(a=qr(t,n));for(var o=function(e){return a?!!a[Xr(e,n)]:-1!==t.indexOf(e)},s=!0,l=0,c=0,u=i.length;c1?n-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("Table is required.");var n=new fi;return n.table=e,n.toggleAllSelection=P()(10,n._toggleAllSelection),Object.keys(t).forEach((function(e){n.states[e]=t[e]})),n}function mi(e){var t={};return Object.keys(e).forEach((function(n){var r=e[n],i=void 0;"string"===typeof r?i=function(){return this.store.states[r]}:"function"===typeof r?i=function(){return r.call(this,this.store.states)}:console.error("invalid value type"),i&&(t[n]=i)})),t}var gi=n(30),vi=n.n(gi);function Ai(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var yi=function(){function e(t){for(var n in Ai(this,e),this.observers=[],this.table=null,this.store=null,this.columns=null,this.fit=!0,this.showHeader=!0,this.height=null,this.scrollX=!1,this.scrollY=!1,this.bodyWidth=null,this.fixedWidth=null,this.rightFixedWidth=null,this.tableHeight=null,this.headerHeight=44,this.appendHeight=0,this.footerHeight=44,this.viewportHeight=null,this.bodyHeight=null,this.fixedBodyHeight=null,this.gutterWidth=vi()(),t)t.hasOwnProperty(n)&&(this[n]=t[n]);if(!this.table)throw new Error("table is required for Table Layout");if(!this.store)throw new Error("store is required for Table Layout")}return e.prototype.updateScrollY=function(){var e=this.height;if(null===e)return!1;var t=this.table.bodyWrapper;if(this.table.$el&&t){var n=t.querySelector(".el-table__body"),r=this.scrollY,i=n.offsetHeight>this.bodyHeight;return this.scrollY=i,r!==i}return!1},e.prototype.setHeight=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"height";if(!Yr.a.prototype.$isServer){var r=this.table.$el;if(e=ni(e),this.height=e,!r&&(e||0===e))return Yr.a.nextTick((function(){return t.setHeight(e,n)}));"number"===typeof e?(r.style[n]=e+"px",this.updateElsHeight()):"string"===typeof e&&(r.style[n]=e,this.updateElsHeight())}},e.prototype.setMaxHeight=function(e){this.setHeight(e,"max-height")},e.prototype.getFlattenColumns=function(){var e=[],t=this.table.columns;return t.forEach((function(t){t.isColumnGroup?e.push.apply(e,t.columns):e.push(t)})),e},e.prototype.updateElsHeight=function(){var e=this;if(!this.table.$ready)return Yr.a.nextTick((function(){return e.updateElsHeight()}));var t=this.table.$refs,n=t.headerWrapper,r=t.appendWrapper,i=t.footerWrapper;if(this.appendHeight=r?r.offsetHeight:0,!this.showHeader||n){var a=n?n.querySelector(".el-table__header tr"):null,o=this.headerDisplayNone(a),s=this.headerHeight=this.showHeader?n.offsetHeight:0;if(this.showHeader&&!o&&n.offsetWidth>0&&(this.table.columns||[]).length>0&&s<2)return Yr.a.nextTick((function(){return e.updateElsHeight()}));var l=this.tableHeight=this.table.$el.clientHeight,c=this.footerHeight=i?i.offsetHeight:0;null!==this.height&&(this.bodyHeight=l-s-c+(i?1:0)),this.fixedBodyHeight=this.scrollX?this.bodyHeight-this.gutterWidth:this.bodyHeight;var u=!(this.store.states.data&&this.store.states.data.length);this.viewportHeight=this.scrollX?l-(u?0:this.gutterWidth):l,this.updateScrollY(),this.notifyObservers("scrollable")}},e.prototype.headerDisplayNone=function(e){if(!e)return!0;var t=e;while("DIV"!==t.tagName){if("none"===getComputedStyle(t).display)return!0;t=t.parentElement}return!1},e.prototype.updateColumnsWidth=function(){if(!Yr.a.prototype.$isServer){var e=this.fit,t=this.table.$el.clientWidth,n=0,r=this.getFlattenColumns(),i=r.filter((function(e){return"number"!==typeof e.width}));if(r.forEach((function(e){"number"===typeof e.width&&e.realWidth&&(e.realWidth=null)})),i.length>0&&e){r.forEach((function(e){n+=e.width||e.minWidth||80}));var a=this.scrollY?this.gutterWidth:0;if(n<=t-a){this.scrollX=!1;var o=t-a-n;if(1===i.length)i[0].realWidth=(i[0].minWidth||80)+o;else{var s=i.reduce((function(e,t){return e+(t.minWidth||80)}),0),l=o/s,c=0;i.forEach((function(e,t){if(0!==t){var n=Math.floor((e.minWidth||80)*l);c+=n,e.realWidth=(e.minWidth||80)+n}})),i[0].realWidth=(i[0].minWidth||80)+o-c}}else this.scrollX=!0,i.forEach((function(e){e.realWidth=e.minWidth}));this.bodyWidth=Math.max(n,t),this.table.resizeState.width=this.bodyWidth}else r.forEach((function(e){e.width||e.minWidth?e.realWidth=e.width||e.minWidth:e.realWidth=80,n+=e.realWidth})),this.scrollX=n>t,this.bodyWidth=n;var u=this.store.states.fixedColumns;if(u.length>0){var h=0;u.forEach((function(e){h+=e.realWidth||e.width})),this.fixedWidth=h}var d=this.store.states.rightFixedColumns;if(d.length>0){var f=0;d.forEach((function(e){f+=e.realWidth||e.width})),this.rightFixedWidth=f}this.notifyObservers("columns")}},e.prototype.addObserver=function(e){this.observers.push(e)},e.prototype.removeObserver=function(e){var t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)},e.prototype.notifyObservers=function(e){var t=this,n=this.observers;n.forEach((function(n){switch(e){case"columns":n.onColumnsChange(t);break;case"scrollable":n.onScrollableChange(t);break;default:throw new Error("Table Layout don't have event "+e+".")}}))},e}(),bi=yi,_i={created:function(){this.tableLayout.addObserver(this)},destroyed:function(){this.tableLayout.removeObserver(this)},computed:{tableLayout:function(){var e=this.layout;if(!e&&this.table&&(e=this.table.layout),!e)throw new Error("Can not find table layout.");return e}},mounted:function(){this.onColumnsChange(this.tableLayout),this.onScrollableChange(this.tableLayout)},updated:function(){this.__updated__||(this.onColumnsChange(this.tableLayout),this.onScrollableChange(this.tableLayout),this.__updated__=!0)},methods:{onColumnsChange:function(e){var t=this.$el.querySelectorAll("colgroup > col");if(t.length){var n=e.getFlattenColumns(),r={};n.forEach((function(e){r[e.id]=e}));for(var i=0,a=t.length;i col[name=gutter]"),n=0,r=t.length;n=this.leftFixedLeafCount:"right"===this.fixed?e=this.columnsCount-this.rightFixedLeafCount},getSpan:function(e,t,n,r){var i=1,a=1,o=this.table.spanMethod;if("function"===typeof o){var s=o({row:e,column:t,rowIndex:n,columnIndex:r});Array.isArray(s)?(i=s[0],a=s[1]):"object"===("undefined"===typeof s?"undefined":wi(s))&&(i=s.rowspan,a=s.colspan)}return{rowspan:i,colspan:a}},getRowStyle:function(e,t){var n=this.table.rowStyle;return"function"===typeof n?n.call(null,{row:e,rowIndex:t}):n||null},getRowClass:function(e,t){var n=["el-table__row"];this.table.highlightCurrentRow&&e===this.store.states.currentRow&&n.push("current-row"),this.stripe&&t%2===1&&n.push("el-table__row--striped");var r=this.table.rowClassName;return"string"===typeof r?n.push(r):"function"===typeof r&&n.push(r.call(null,{row:e,rowIndex:t})),this.store.states.expandRows.indexOf(e)>-1&&n.push("expanded"),n},getCellStyle:function(e,t,n,r){var i=this.table.cellStyle;return"function"===typeof i?i.call(null,{rowIndex:e,columnIndex:t,row:n,column:r}):i},getCellClass:function(e,t,n,r){var i=[r.id,r.align,r.className];this.isColumnHidden(t)&&i.push("is-hidden");var a=this.table.cellClassName;return"string"===typeof a?i.push(a):"function"===typeof a&&i.push(a.call(null,{rowIndex:e,columnIndex:t,row:n,column:r})),i.join(" ")},getColspanRealWidth:function(e,t,n){if(t<1)return e[n].realWidth;var r=e.map((function(e){var t=e.realWidth;return t})).slice(n,n+t);return r.reduce((function(e,t){return e+t}),-1)},handleCellMouseEnter:function(e,t){var n=this.table,r=jr(e);if(r){var i=Gr(n,r),a=n.hoverState={cell:r,column:i,row:t};n.$emit("cell-mouse-enter",a.row,a.column,a.cell,e)}var o=e.target.querySelector(".cell");if(Object(Re["hasClass"])(o,"el-tooltip")&&o.childNodes.length){var s=document.createRange();s.setStart(o,0),s.setEnd(o,o.childNodes.length);var l=s.getBoundingClientRect().width,c=(parseInt(Object(Re["getStyle"])(o,"paddingLeft"),10)||0)+(parseInt(Object(Re["getStyle"])(o,"paddingRight"),10)||0);if((l+c>o.offsetWidth||o.scrollWidth>o.offsetWidth)&&this.$refs.tooltip){var u=this.$refs.tooltip;this.tooltipContent=r.innerText||r.textContent,u.referenceElm=r,u.$refs.popper&&(u.$refs.popper.style.display="none"),u.doDestroy(),u.setExpectedState(!0),this.activateTooltip(u)}}},handleCellMouseLeave:function(e){var t=this.$refs.tooltip;t&&(t.setExpectedState(!1),t.handleClosePopper());var n=jr(e);if(n){var r=this.table.hoverState||{};this.table.$emit("cell-mouse-leave",r.row,r.column,r.cell,e)}},handleMouseEnter:P()(30,(function(e){this.store.commit("setHoverRow",e)})),handleMouseLeave:P()(30,(function(){this.store.commit("setHoverRow",null)})),handleContextMenu:function(e,t){this.handleEvent(e,t,"contextmenu")},handleDoubleClick:function(e,t){this.handleEvent(e,t,"dblclick")},handleClick:function(e,t){this.store.commit("setCurrentRow",t),this.handleEvent(e,t,"click")},handleEvent:function(e,t,n){var r=this.table,i=jr(e),a=void 0;i&&(a=Gr(r,i),a&&r.$emit("cell-"+n,t,a,i,e)),r.$emit("row-"+n,t,a,e)},rowRender:function(e,t,n){var r=this,i=this.$createElement,a=this.treeIndent,o=this.columns,s=this.firstDefaultColumnIndex,l=o.map((function(e,t){return r.isColumnHidden(t)})),c=this.getRowClass(e,t),u=!0;n&&(c.push("el-table__row--level-"+n.level),u=n.display);var h=u?null:{display:"none"};return i("tr",{style:[h,this.getRowStyle(e,t)],class:c,key:this.getKeyOfRow(e,t),on:{dblclick:function(t){return r.handleDoubleClick(t,e)},click:function(t){return r.handleClick(t,e)},contextmenu:function(t){return r.handleContextMenu(t,e)},mouseenter:function(e){return r.handleMouseEnter(t)},mouseleave:this.handleMouseLeave}},[o.map((function(c,u){var h=r.getSpan(e,c,t,u),d=h.rowspan,f=h.colspan;if(!d||!f)return null;var p=xi({},c);p.realWidth=r.getColspanRealWidth(o,f,u);var m={store:r.store,_self:r.context||r.table.$vnode.context,column:p,row:e,$index:t};return u===s&&n&&(m.treeNode={indent:n.level*a,level:n.level},"boolean"===typeof n.expanded&&(m.treeNode.expanded=n.expanded,"loading"in n&&(m.treeNode.loading=n.loading),"noLazyChildren"in n&&(m.treeNode.noLazyChildren=n.noLazyChildren))),i("td",{style:r.getCellStyle(t,u,e,c),class:r.getCellClass(t,u,e,c),attrs:{rowspan:d,colspan:f},on:{mouseenter:function(t){return r.handleCellMouseEnter(t,e)},mouseleave:r.handleCellMouseLeave}},[c.renderCell.call(r._renderProxy,r.$createElement,m,l[u])])}))])},wrappedRowRender:function(e,t){var n=this,r=this.$createElement,i=this.store,a=i.isRowExpanded,o=i.assertRowKey,s=i.states,l=s.treeData,c=s.lazyTreeNodeMap,u=s.childrenColumnName,h=s.rowKey;if(this.hasExpandColumn&&a(e)){var d=this.table.renderExpanded,f=this.rowRender(e,t);return d?[[f,r("tr",{key:"expanded-row__"+f.key},[r("td",{attrs:{colspan:this.columnsCount},class:"el-table__expanded-cell"},[d(this.$createElement,{row:e,$index:t,store:this.store})])])]]:(console.error("[Element Error]renderExpanded is required."),f)}if(Object.keys(l).length){o();var p=Xr(e,h),m=l[p],g=null;m&&(g={expanded:m.expanded,level:m.level,display:!0},"boolean"===typeof m.lazy&&("boolean"===typeof m.loaded&&m.loaded&&(g.noLazyChildren=!(m.children&&m.children.length)),g.loading=m.loading));var v=[this.rowRender(e,t,g)];if(m){var A=0,y=function e(r,i){r&&r.length&&i&&r.forEach((function(r){var a={display:i.display&&i.expanded,level:i.level+1},o=Xr(r,h);if(void 0===o||null===o)throw new Error("for nested data item, row-key is required.");if(m=xi({},l[o]),m&&(a.expanded=m.expanded,m.level=m.level||a.level,m.display=!(!m.expanded||!a.display),"boolean"===typeof m.lazy&&("boolean"===typeof m.loaded&&m.loaded&&(a.noLazyChildren=!(m.children&&m.children.length)),a.loading=m.loading)),A++,v.push(n.rowRender(r,t+A,a)),m){var s=c[o]||r[u];e(s,m)}}))};m.display=!0;var b=c[p]||e[u];y(b,m)}return v}return this.rowRender(e,t)}}},Si=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"}},[e.multiple?n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleOutsideClick,expression:"handleOutsideClick"},{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-table-filter"},[n("div",{staticClass:"el-table-filter__content"},[n("el-scrollbar",{attrs:{"wrap-class":"el-table-filter__wrap"}},[n("el-checkbox-group",{staticClass:"el-table-filter__checkbox-group",model:{value:e.filteredValue,callback:function(t){e.filteredValue=t},expression:"filteredValue"}},e._l(e.filters,(function(t){return n("el-checkbox",{key:t.value,attrs:{label:t.value}},[e._v(e._s(t.text))])})),1)],1)],1),n("div",{staticClass:"el-table-filter__bottom"},[n("button",{class:{"is-disabled":0===e.filteredValue.length},attrs:{disabled:0===e.filteredValue.length},on:{click:e.handleConfirm}},[e._v(e._s(e.t("el.table.confirmFilter")))]),n("button",{on:{click:e.handleReset}},[e._v(e._s(e.t("el.table.resetFilter")))])])]):n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleOutsideClick,expression:"handleOutsideClick"},{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-table-filter"},[n("ul",{staticClass:"el-table-filter__list"},[n("li",{staticClass:"el-table-filter__list-item",class:{"is-active":void 0===e.filterValue||null===e.filterValue},on:{click:function(t){e.handleSelect(null)}}},[e._v(e._s(e.t("el.table.clearFilter")))]),e._l(e.filters,(function(t){return n("li",{key:t.value,staticClass:"el-table-filter__list-item",class:{"is-active":e.isActive(t)},attrs:{label:t.value},on:{click:function(n){e.handleSelect(t.value)}}},[e._v(e._s(t.text))])}))],2)])])},ki=[];Si._withStripped=!0;var Mi=[];!Yr.a.prototype.$isServer&&document.addEventListener("click",(function(e){Mi.forEach((function(t){var n=e.target;t&&t.$el&&(n===t.$el||t.$el.contains(n)||t.handleOutsideClick&&t.handleOutsideClick(e))}))}));var Ei={open:function(e){e&&Mi.push(e)},close:function(e){var t=Mi.indexOf(e);-1!==t&&Mi.splice(e,1)}},Ti=n(31),Bi=n.n(Ti),Di={name:"ElTableFilterPanel",mixins:[$.a,v.a],directives:{Clickoutside:H.a},components:{ElCheckbox:Ir.a,ElCheckboxGroup:Bi.a,ElScrollbar:Q.a},props:{placement:{type:String,default:"bottom-end"}},methods:{isActive:function(e){return e.value===this.filterValue},handleOutsideClick:function(){var e=this;setTimeout((function(){e.showPopper=!1}),16)},handleConfirm:function(){this.confirmFilter(this.filteredValue),this.handleOutsideClick()},handleReset:function(){this.filteredValue=[],this.confirmFilter(this.filteredValue),this.handleOutsideClick()},handleSelect:function(e){this.filterValue=e,"undefined"!==typeof e&&null!==e?this.confirmFilter(this.filteredValue):this.confirmFilter([]),this.handleOutsideClick()},confirmFilter:function(e){this.table.store.commit("filterChange",{column:this.column,values:e}),this.table.store.updateAllSelected()}},data:function(){return{table:null,cell:null,column:null}},computed:{filters:function(){return this.column&&this.column.filters},filterValue:{get:function(){return(this.column.filteredValue||[])[0]},set:function(e){this.filteredValue&&("undefined"!==typeof e&&null!==e?this.filteredValue.splice(0,1,e):this.filteredValue.splice(0,1))}},filteredValue:{get:function(){return this.column&&this.column.filteredValue||[]},set:function(e){this.column&&(this.column.filteredValue=e)}},multiple:function(){return!this.column||this.column.filterMultiple}},mounted:function(){var e=this;this.popperElm=this.$el,this.referenceElm=this.cell,this.table.bodyWrapper.addEventListener("scroll",(function(){e.updatePopper()})),this.$watch("showPopper",(function(t){e.column&&(e.column.filterOpened=t),t?Ei.open(e):Ei.close(e)}))},watch:{showPopper:function(e){!0===e&&parseInt(this.popperJS._popper.style.zIndex,10)1;return i&&(this.$parent.isGroup=!0),e("table",{class:"el-table__header",attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("colgroup",[this.columns.map((function(t){return e("col",{attrs:{name:t.id},key:t.id})})),this.hasGutter?e("col",{attrs:{name:"gutter"}}):""]),e("thead",{class:[{"is-group":i,"has-gutter":this.hasGutter}]},[this._l(r,(function(n,r){return e("tr",{style:t.getHeaderRowStyle(r),class:t.getHeaderRowClass(r)},[n.map((function(i,a){return e("th",{attrs:{colspan:i.colSpan,rowspan:i.rowSpan},on:{mousemove:function(e){return t.handleMouseMove(e,i)},mouseout:t.handleMouseOut,mousedown:function(e){return t.handleMouseDown(e,i)},click:function(e){return t.handleHeaderClick(e,i)},contextmenu:function(e){return t.handleHeaderContextMenu(e,i)}},style:t.getHeaderCellStyle(r,a,n,i),class:t.getHeaderCellClass(r,a,n,i),key:i.id},[e("div",{class:["cell",i.filteredValue&&i.filteredValue.length>0?"highlight":"",i.labelClassName]},[i.renderHeader?i.renderHeader.call(t._renderProxy,e,{column:i,$index:a,store:t.store,_self:t.$parent.$vnode.context}):i.label,i.sortable?e("span",{class:"caret-wrapper",on:{click:function(e){return t.handleSortClick(e,i)}}},[e("i",{class:"sort-caret ascending",on:{click:function(e){return t.handleSortClick(e,i,"ascending")}}}),e("i",{class:"sort-caret descending",on:{click:function(e){return t.handleSortClick(e,i,"descending")}}})]):"",i.filterable?e("span",{class:"el-table__column-filter-trigger",on:{click:function(e){return t.handleFilterClick(e,i)}}},[e("i",{class:["el-icon-arrow-down",i.filterOpened?"el-icon-arrow-up":""]})]):""])])})),t.hasGutter?e("th",{class:"gutter"}):""])}))])])},props:{fixed:String,store:{required:!0},border:Boolean,defaultSort:{type:Object,default:function(){return{prop:"",order:""}}}},components:{ElCheckbox:Ir.a},computed:Fi({table:function(){return this.$parent},hasGutter:function(){return!this.fixed&&this.tableLayout.gutterWidth}},mi({columns:"columns",isAllSelected:"isAllSelected",leftFixedLeafCount:"fixedLeafColumnsLength",rightFixedLeafCount:"rightFixedLeafColumnsLength",columnsCount:function(e){return e.columns.length},leftFixedCount:function(e){return e.fixedColumns.length},rightFixedCount:function(e){return e.rightFixedColumns.length}})),created:function(){this.filterPanels={}},mounted:function(){var e=this;this.$nextTick((function(){var t=e.defaultSort,n=t.prop,r=t.order,i=!0;e.store.commit("sort",{prop:n,order:r,init:i})}))},beforeDestroy:function(){var e=this.filterPanels;for(var t in e)e.hasOwnProperty(t)&&e[t]&&e[t].$destroy(!0)},methods:{isCellHidden:function(e,t){for(var n=0,r=0;r=this.leftFixedLeafCount:"right"===this.fixed?n=this.columnsCount-this.rightFixedLeafCount},getHeaderRowStyle:function(e){var t=this.table.headerRowStyle;return"function"===typeof t?t.call(null,{rowIndex:e}):t},getHeaderRowClass:function(e){var t=[],n=this.table.headerRowClassName;return"string"===typeof n?t.push(n):"function"===typeof n&&t.push(n.call(null,{rowIndex:e})),t.join(" ")},getHeaderCellStyle:function(e,t,n,r){var i=this.table.headerCellStyle;return"function"===typeof i?i.call(null,{rowIndex:e,columnIndex:t,row:n,column:r}):i},getHeaderCellClass:function(e,t,n,r){var i=[r.id,r.order,r.headerAlign,r.className,r.labelClassName];0===e&&this.isCellHidden(t,n)&&i.push("is-hidden"),r.children||i.push("is-leaf"),r.sortable&&i.push("is-sortable");var a=this.table.headerCellClassName;return"string"===typeof a?i.push(a):"function"===typeof a&&i.push(a.call(null,{rowIndex:e,columnIndex:t,row:n,column:r})),i.join(" ")},toggleAllSelection:function(e){e.stopPropagation(),this.store.commit("toggleAllSelection")},handleFilterClick:function(e,t){e.stopPropagation();var n=e.target,r="TH"===n.tagName?n:n.parentNode;if(!Object(Re["hasClass"])(r,"noclick")){r=r.querySelector(".el-table__column-filter-trigger")||r;var i=this.$parent,a=this.filterPanels[t.id];a&&t.filterOpened?a.showPopper=!1:(a||(a=new Yr.a(Ii),this.filterPanels[t.id]=a,t.filterPlacement&&(a.placement=t.filterPlacement),a.table=i,a.cell=r,a.column=t,!this.$isServer&&a.$mount(document.createElement("div"))),setTimeout((function(){a.showPopper=!0}),16))}},handleHeaderClick:function(e,t){!t.filters&&t.sortable?this.handleSortClick(e,t):t.filterable&&!t.sortable&&this.handleFilterClick(e,t),this.$parent.$emit("header-click",t,e)},handleHeaderContextMenu:function(e,t){this.$parent.$emit("header-contextmenu",t,e)},handleMouseDown:function(e,t){var n=this;if(!this.$isServer&&!(t.children&&t.children.length>0)&&this.draggingColumn&&this.border){this.dragging=!0,this.$parent.resizeProxyVisible=!0;var r=this.$parent,i=r.$el,a=i.getBoundingClientRect().left,o=this.$el.querySelector("th."+t.id),s=o.getBoundingClientRect(),l=s.left-a+30;Object(Re["addClass"])(o,"noclick"),this.dragState={startMouseLeft:e.clientX,startLeft:s.right-a,startColumnLeft:s.left-a,tableLeft:a};var c=r.$refs.resizeProxy;c.style.left=this.dragState.startLeft+"px",document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};var u=function(e){var t=e.clientX-n.dragState.startMouseLeft,r=n.dragState.startLeft+t;c.style.left=Math.max(l,r)+"px"},h=function i(){if(n.dragging){var a=n.dragState,s=a.startColumnLeft,l=a.startLeft,h=parseInt(c.style.left,10),d=h-s;t.width=t.realWidth=d,r.$emit("header-dragend",t.width,l-s,t,e),n.store.scheduleLayout(),document.body.style.cursor="",n.dragging=!1,n.draggingColumn=null,n.dragState={},r.resizeProxyVisible=!1}document.removeEventListener("mousemove",u),document.removeEventListener("mouseup",i),document.onselectstart=null,document.ondragstart=null,setTimeout((function(){Object(Re["removeClass"])(o,"noclick")}),0)};document.addEventListener("mousemove",u),document.addEventListener("mouseup",h)}},handleMouseMove:function(e,t){if(!(t.children&&t.children.length>0)){var n=e.target;while(n&&"TH"!==n.tagName)n=n.parentNode;if(t&&t.resizable&&!this.dragging&&this.border){var r=n.getBoundingClientRect(),i=document.body.style;r.width>12&&r.right-e.pageX<8?(i.cursor="col-resize",Object(Re["hasClass"])(n,"is-sortable")&&(n.style.cursor="col-resize"),this.draggingColumn=t):this.dragging||(i.cursor="",Object(Re["hasClass"])(n,"is-sortable")&&(n.style.cursor="pointer"),this.draggingColumn=null)}}},handleMouseOut:function(){this.$isServer||(document.body.style.cursor="")},toggleOrder:function(e){var t=e.order,n=e.sortOrders;if(""===t)return n[0];var r=n.indexOf(t||null);return n[r>n.length-2?0:r+1]},handleSortClick:function(e,t,n){e.stopPropagation();var r=t.order===n?null:n||this.toggleOrder(t),i=e.target;while(i&&"TH"!==i.tagName)i=i.parentNode;if(i&&"TH"===i.tagName&&Object(Re["hasClass"])(i,"noclick"))Object(Re["removeClass"])(i,"noclick");else if(t.sortable){var a=this.store.states,o=a.sortProp,s=void 0,l=a.sortingColumn;(l!==t||l===t&&null===l.order)&&(l&&(l.order=null),a.sortingColumn=t,o=t.property),s=t.order=r||null,a.sortProp=o,a.sortOrder=s,this.store.commit("changeSortCondition")}}},data:function(){return{draggingColumn:null,dragging:!1,dragState:{}}}},Hi=Object.assign||function(e){for(var t=1;t=this.leftFixedLeafCount;if("right"===this.fixed){for(var r=0,i=0;i=this.columnsCount-this.rightFixedCount)},getRowClasses:function(e,t){var n=[e.id,e.align,e.labelClassName];return e.className&&n.push(e.className),this.isCellHidden(t,this.columns,e)&&n.push("is-hidden"),e.children||n.push("is-leaf"),n}}},zi=Object.assign||function(e){for(var t=1;t0){var r=n.scrollTop;t.pixelY<0&&0!==r&&e.preventDefault(),t.pixelY>0&&n.scrollHeight-n.clientHeight>r&&e.preventDefault(),n.scrollTop+=Math.ceil(t.pixelY/5)}else n.scrollLeft+=Math.ceil(t.pixelX/5)},handleHeaderFooterMousewheel:function(e,t){var n=t.pixelX,r=t.pixelY;Math.abs(n)>=Math.abs(r)&&(this.bodyWrapper.scrollLeft+=t.pixelX/5)},syncPostion:Object(Fr["throttle"])(20,(function(){var e=this.bodyWrapper,t=e.scrollLeft,n=e.scrollTop,r=e.offsetWidth,i=e.scrollWidth,a=this.$refs,o=a.headerWrapper,s=a.footerWrapper,l=a.fixedBodyWrapper,c=a.rightFixedBodyWrapper;o&&(o.scrollLeft=t),s&&(s.scrollLeft=t),l&&(l.scrollTop=n),c&&(c.scrollTop=n);var u=i-r-1;this.scrollPosition=t>=u?"right":0===t?"left":"middle"})),bindEvents:function(){this.bodyWrapper.addEventListener("scroll",this.syncPostion,{passive:!0}),this.fit&&Object(er["addResizeListener"])(this.$el,this.resizeListener)},unbindEvents:function(){this.bodyWrapper.removeEventListener("scroll",this.syncPostion,{passive:!0}),this.fit&&Object(er["removeResizeListener"])(this.$el,this.resizeListener)},resizeListener:function(){if(this.$ready){var e=!1,t=this.$el,n=this.resizeState,r=n.width,i=n.height,a=t.offsetWidth;r!==a&&(e=!0);var o=t.offsetHeight;(this.height||this.shouldUpdateHeight)&&i!==o&&(e=!0),e&&(this.resizeState.width=a,this.resizeState.height=o,this.doLayout())}},doLayout:function(){this.shouldUpdateHeight&&this.layout.updateElsHeight(),this.layout.updateColumnsWidth()},sort:function(e,t){this.store.commit("sort",{prop:e,order:t})},toggleAllSelection:function(){this.store.commit("toggleAllSelection")}},computed:zi({tableSize:function(){return this.size||(this.$ELEMENT||{}).size},bodyWrapper:function(){return this.$refs.bodyWrapper},shouldUpdateHeight:function(){return this.height||this.maxHeight||this.fixedColumns.length>0||this.rightFixedColumns.length>0},bodyWidth:function(){var e=this.layout,t=e.bodyWidth,n=e.scrollY,r=e.gutterWidth;return t?t-(n?r:0)+"px":""},bodyHeight:function(){var e=this.layout,t=e.headerHeight,n=void 0===t?0:t,r=e.bodyHeight,i=e.footerHeight,a=void 0===i?0:i;if(this.height)return{height:r?r+"px":""};if(this.maxHeight){var o=ni(this.maxHeight);if("number"===typeof o)return{"max-height":o-a-(this.showHeader?n:0)+"px"}}return{}},fixedBodyHeight:function(){if(this.height)return{height:this.layout.fixedBodyHeight?this.layout.fixedBodyHeight+"px":""};if(this.maxHeight){var e=ni(this.maxHeight);if("number"===typeof e)return e=this.layout.scrollX?e-this.layout.gutterWidth:e,this.showHeader&&(e-=this.layout.headerHeight),e-=this.layout.footerHeight,{"max-height":e+"px"}}return{}},fixedHeight:function(){return this.maxHeight?this.showSummary?{bottom:0}:{bottom:this.layout.scrollX&&this.data.length?this.layout.gutterWidth+"px":""}:this.showSummary?{height:this.layout.tableHeight?this.layout.tableHeight+"px":""}:{height:this.layout.viewportHeight?this.layout.viewportHeight+"px":""}},emptyBlockStyle:function(){if(this.data&&this.data.length)return null;var e="100%";return this.layout.appendHeight&&(e="calc(100% - "+this.layout.appendHeight+"px)"),{width:this.bodyWidth,height:e}}},mi({selection:"selection",columns:"columns",tableData:"data",fixedColumns:"fixedColumns",rightFixedColumns:"rightFixedColumns"})),watch:{height:{immediate:!0,handler:function(e){this.layout.setHeight(e)}},maxHeight:{immediate:!0,handler:function(e){this.layout.setMaxHeight(e)}},currentRowKey:{immediate:!0,handler:function(e){this.rowKey&&this.store.setCurrentRowKey(e)}},data:{immediate:!0,handler:function(e){this.store.commit("setData",e)}},expandRowKeys:{immediate:!0,handler:function(e){e&&this.store.setExpandRowKeysAdapter(e)}}},created:function(){var e=this;this.tableId="el-table_"+Yi++,this.debouncedUpdateLayout=Object(Fr["debounce"])(50,(function(){return e.doLayout()}))},mounted:function(){var e=this;this.bindEvents(),this.store.updateColumns(),this.doLayout(),this.resizeState={width:this.$el.offsetWidth,height:this.$el.offsetHeight},this.store.states.columns.forEach((function(t){t.filteredValue&&t.filteredValue.length&&e.store.commit("filterChange",{column:t,values:t.filteredValue,silent:!0})})),this.$ready=!0},destroyed:function(){this.unbindEvents()},data:function(){var e=this.treeProps,t=e.hasChildren,n=void 0===t?"hasChildren":t,r=e.children,i=void 0===r?"children":r;this.store=pi(this,{rowKey:this.rowKey,defaultExpandAll:this.defaultExpandAll,selectOnIndeterminate:this.selectOnIndeterminate,indent:this.indent,lazy:this.lazy,lazyColumnIdentifier:n,childrenColumnName:i});var a=new bi({store:this.store,table:this,fit:this.fit,showHeader:this.showHeader});return{layout:a,isHidden:!1,renderExpanded:null,resizeProxyVisible:!1,resizeState:{width:null,height:null},isGroup:!1,scrollPosition:"left"}}},ji=$i,Qi=s(ji,Dr,Lr,!1,null,null,null);Qi.options.__file="packages/table/src/table.vue";var Vi=Qi.exports;Vi.install=function(e){e.component(Vi.name,Vi)};var Wi=Vi,Ki={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:"",className:"el-table-column--selection"},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},Gi={selection:{renderHeader:function(e,t){var n=t.store;return e("el-checkbox",{attrs:{disabled:n.states.data&&0===n.states.data.length,indeterminate:n.states.selection.length>0&&!this.isAllSelected,value:this.isAllSelected},nativeOn:{click:this.toggleAllSelection}})},renderCell:function(e,t){var n=t.row,r=t.column,i=t.store,a=t.$index;return e("el-checkbox",{nativeOn:{click:function(e){return e.stopPropagation()}},attrs:{value:i.isSelected(n),disabled:!!r.selectable&&!r.selectable.call(null,n,a)},on:{input:function(){i.commit("rowSelectedChanged",n)}}})},sortable:!1,resizable:!1},index:{renderHeader:function(e,t){var n=t.column;return n.label||"#"},renderCell:function(e,t){var n=t.$index,r=t.column,i=n+1,a=r.index;return"number"===typeof a?i=n+a:"function"===typeof a&&(i=a(n)),e("div",[i])},sortable:!1},expand:{renderHeader:function(e,t){var n=t.column;return n.label||""},renderCell:function(e,t){var n=t.row,r=t.store,i=["el-table__expand-icon"];r.states.expandRows.indexOf(n)>-1&&i.push("el-table__expand-icon--expanded");var a=function(e){e.stopPropagation(),r.toggleRowExpansion(n)};return e("div",{class:i,on:{click:a}},[e("i",{class:"el-icon el-icon-arrow-right"})])},sortable:!1,resizable:!1,className:"el-table__expand-column"}};function Xi(e,t){var n=t.row,r=t.column,i=t.$index,a=r.property,o=a&&Object(A["getPropByPath"])(n,a).v;return r&&r.formatter?r.formatter(n,r,o,i):o}function qi(e,t){var n=t.row,r=t.treeNode,i=t.store;if(!r)return null;var a=[],o=function(e){e.stopPropagation(),i.loadOrToggle(n)};if(r.indent&&a.push(e("span",{class:"el-table__indent",style:{"padding-left":r.indent+"px"}})),"boolean"!==typeof r.expanded||r.noLazyChildren)a.push(e("span",{class:"el-table__placeholder"}));else{var s=["el-table__expand-icon",r.expanded?"el-table__expand-icon--expanded":""],l=["el-icon-arrow-right"];r.loading&&(l=["el-icon-loading"]),a.push(e("div",{class:s,on:{click:o}},[e("i",{class:l})]))}return a}var Ji=Object.assign||function(e){for(var t=1;t-1}))}}},data:function(){return{isSubColumn:!1,columns:[]}},computed:{owner:function(){var e=this.$parent;while(e&&!e.tableId)e=e.$parent;return e},columnOrTableParent:function(){var e=this.$parent;while(e&&!e.tableId&&!e.columnId)e=e.$parent;return e},realWidth:function(){return ei(this.width)},realMinWidth:function(){return ti(this.minWidth)},realAlign:function(){return this.align?"is-"+this.align:null},realHeaderAlign:function(){return this.headerAlign?"is-"+this.headerAlign:this.realAlign}},methods:{getPropsData:function(){for(var e=this,t=arguments.length,n=Array(t),r=0;r3&&void 0!==arguments[3]?arguments[3]:"-";if(!e)return null;var i=(da[n]||da["default"]).parser,a=t||oa[n];return i(e,a,r)},ma=function(e,t,n){if(!e)return null;var r=(da[n]||da["default"]).formatter,i=t||oa[n];return r(e,i)},ga=function(e,t){var n=function(e,t){var n=e instanceof Date,r=t instanceof Date;return n&&r?e.getTime()===t.getTime():!n&&!r&&e===t},r=e instanceof Array,i=t instanceof Array;return r&&i?e.length===t.length&&e.every((function(e,r){return n(e,t[r])})):!r&&!i&&n(e,t)},va=function(e){return"string"===typeof e||e instanceof String},Aa=function(e){return null===e||void 0===e||va(e)||Array.isArray(e)&&2===e.length&&e.every(va)},ya={mixins:[E.a,aa],inject:{elForm:{default:""},elFormItem:{default:""}},props:{size:String,format:String,valueFormat:String,readonly:Boolean,placeholder:String,startPlaceholder:String,endPlaceholder:String,prefixIcon:String,clearIcon:{type:String,default:"el-icon-circle-close"},name:{default:"",validator:Aa},disabled:Boolean,clearable:{type:Boolean,default:!0},id:{default:"",validator:Aa},popperClass:String,editable:{type:Boolean,default:!0},align:{type:String,default:"left"},value:{},defaultValue:{},defaultTime:{},rangeSeparator:{default:"-"},pickerOptions:{},unlinkPanels:Boolean,validateEvent:{type:Boolean,default:!0}},components:{ElInput:m.a},directives:{Clickoutside:H.a},data:function(){return{pickerVisible:!1,showClose:!1,userInput:null,valueOnOpen:null,unwatchPickerOptions:null}},watch:{pickerVisible:function(e){this.readonly||this.pickerDisabled||(e?(this.showPicker(),this.valueOnOpen=Array.isArray(this.value)?[].concat(this.value):this.value):(this.hidePicker(),this.emitChange(this.value),this.userInput=null,this.validateEvent&&this.dispatch("ElFormItem","el.form.blur"),this.$emit("blur",this),this.blur()))},parsedValue:{immediate:!0,handler:function(e){this.picker&&(this.picker.value=e)}},defaultValue:function(e){this.picker&&(this.picker.defaultValue=e)},value:function(e,t){ga(e,t)||this.pickerVisible||!this.validateEvent||this.dispatch("ElFormItem","el.form.change",e)}},computed:{ranged:function(){return this.type.indexOf("range")>-1},reference:function(){var e=this.$refs.reference;return e.$el||e},refInput:function(){return this.reference?[].slice.call(this.reference.querySelectorAll("input")):[]},valueIsEmpty:function(){var e=this.value;if(Array.isArray(e)){for(var t=0,n=e.length;t0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.userInput=null,e.pickerVisible=e.picker.visible=n,e.emitInput(t),e.picker.resetView&&e.picker.resetView()})),this.picker.$on("select-range",(function(t,n,r){0!==e.refInput.length&&(r&&"min"!==r?"max"===r&&(e.refInput[1].setSelectionRange(t,n),e.refInput[1].focus()):(e.refInput[0].setSelectionRange(t,n),e.refInput[0].focus()))}))},unmountPicker:function(){this.picker&&(this.picker.$destroy(),this.picker.$off(),"function"===typeof this.unwatchPickerOptions&&this.unwatchPickerOptions(),this.picker.$el.parentNode.removeChild(this.picker.$el))},emitChange:function(e){ga(e,this.valueOnOpen)||(this.$emit("change",e),this.valueOnOpen=e,this.validateEvent&&this.dispatch("ElFormItem","el.form.change",e))},emitInput:function(e){var t=this.formatToValue(e);ga(this.value,t)||this.$emit("input",t)},isValidValue:function(e){return this.picker||this.mountPicker(),!this.picker.isValidValue||e&&this.picker.isValidValue(e)}}},ba=ya,_a=s(ba,na,ra,!1,null,null,null);_a.options.__file="packages/date-picker/src/picker.vue";var wa=_a.exports,xa=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-enter":e.handleEnter,"after-leave":e.handleLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts,"has-time":e.showTime},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,r){return n("button",{key:r,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[e.showTime?n("div",{staticClass:"el-date-picker__time-header"},[n("span",{staticClass:"el-date-picker__editor-wrap"},[n("el-input",{attrs:{placeholder:e.t("el.datepicker.selectDate"),value:e.visibleDate,size:"small"},on:{input:function(t){return e.userInputDate=t},change:e.handleVisibleDateChange}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleTimePickClose,expression:"handleTimePickClose"}],staticClass:"el-date-picker__editor-wrap"},[n("el-input",{ref:"input",attrs:{placeholder:e.t("el.datepicker.selectTime"),value:e.visibleTime,size:"small"},on:{focus:function(t){e.timePickerVisible=!0},input:function(t){return e.userInputTime=t},change:e.handleVisibleTimeChange}}),n("time-picker",{ref:"timepicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.timePickerVisible},on:{pick:e.handleTimePick,mounted:e.proxyTimePickerDataProperties}})],1)]):e._e(),n("div",{directives:[{name:"show",rawName:"v-show",value:"time"!==e.currentView,expression:"currentView !== 'time'"}],staticClass:"el-date-picker__header",class:{"el-date-picker__header--bordered":"year"===e.currentView||"month"===e.currentView}},[n("button",{staticClass:"el-picker-panel__icon-btn el-date-picker__prev-btn el-icon-d-arrow-left",attrs:{type:"button","aria-label":e.t("el.datepicker.prevYear")},on:{click:e.prevYear}}),n("button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-picker-panel__icon-btn el-date-picker__prev-btn el-icon-arrow-left",attrs:{type:"button","aria-label":e.t("el.datepicker.prevMonth")},on:{click:e.prevMonth}}),n("span",{staticClass:"el-date-picker__header-label",attrs:{role:"button"},on:{click:e.showYearPicker}},[e._v(e._s(e.yearLabel))]),n("span",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-date-picker__header-label",class:{active:"month"===e.currentView},attrs:{role:"button"},on:{click:e.showMonthPicker}},[e._v(e._s(e.t("el.datepicker.month"+(e.month+1))))]),n("button",{staticClass:"el-picker-panel__icon-btn el-date-picker__next-btn el-icon-d-arrow-right",attrs:{type:"button","aria-label":e.t("el.datepicker.nextYear")},on:{click:e.nextYear}}),n("button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-picker-panel__icon-btn el-date-picker__next-btn el-icon-arrow-right",attrs:{type:"button","aria-label":e.t("el.datepicker.nextMonth")},on:{click:e.nextMonth}})]),n("div",{staticClass:"el-picker-panel__content"},[n("date-table",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],attrs:{"selection-mode":e.selectionMode,"first-day-of-week":e.firstDayOfWeek,value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"cell-class-name":e.cellClassName,"disabled-date":e.disabledDate},on:{pick:e.handleDatePick}}),n("year-table",{directives:[{name:"show",rawName:"v-show",value:"year"===e.currentView,expression:"currentView === 'year'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate},on:{pick:e.handleYearPick}}),n("month-table",{directives:[{name:"show",rawName:"v-show",value:"month"===e.currentView,expression:"currentView === 'month'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate},on:{pick:e.handleMonthPick}})],1)])],2),n("div",{directives:[{name:"show",rawName:"v-show",value:e.footerVisible&&"date"===e.currentView,expression:"footerVisible && currentView === 'date'"}],staticClass:"el-picker-panel__footer"},[n("el-button",{directives:[{name:"show",rawName:"v-show",value:"dates"!==e.selectionMode,expression:"selectionMode !== 'dates'"}],staticClass:"el-picker-panel__link-btn",attrs:{size:"mini",type:"text"},on:{click:e.changeToNow}},[e._v("\n "+e._s(e.t("el.datepicker.now"))+"\n ")]),n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{plain:"",size:"mini"},on:{click:e.confirm}},[e._v("\n "+e._s(e.t("el.datepicker.confirm"))+"\n ")])],1)])])},Ca=[];xa._withStripped=!0;var Sa=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-time-panel el-popper",class:e.popperClass},[n("div",{staticClass:"el-time-panel__content",class:{"has-seconds":e.showSeconds}},[n("time-spinner",{ref:"spinner",attrs:{"arrow-control":e.useArrow,"show-seconds":e.showSeconds,"am-pm-mode":e.amPmMode,date:e.date},on:{change:e.handleChange,"select-range":e.setSelectionRange}})],1),n("div",{staticClass:"el-time-panel__footer"},[n("button",{staticClass:"el-time-panel__btn cancel",attrs:{type:"button"},on:{click:e.handleCancel}},[e._v(e._s(e.t("el.datepicker.cancel")))]),n("button",{staticClass:"el-time-panel__btn",class:{confirm:!e.disabled},attrs:{type:"button"},on:{click:function(t){e.handleConfirm()}}},[e._v(e._s(e.t("el.datepicker.confirm")))])])])])},ka=[];Sa._withStripped=!0;var Ma=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-time-spinner",class:{"has-seconds":e.showSeconds}},[e.arrowControl?e._e():[n("el-scrollbar",{ref:"hours",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("hours")},mousemove:function(t){e.adjustCurrentSpinner("hours")}}},e._l(e.hoursList,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:r===e.hours,disabled:t},on:{click:function(n){e.handleClick("hours",{value:r,disabled:t})}}},[e._v(e._s(("0"+(e.amPmMode?r%12||12:r)).slice(-2))+e._s(e.amPm(r)))])})),0),n("el-scrollbar",{ref:"minutes",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("minutes")},mousemove:function(t){e.adjustCurrentSpinner("minutes")}}},e._l(e.minutesList,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:r===e.minutes,disabled:!t},on:{click:function(t){e.handleClick("minutes",{value:r,disabled:!1})}}},[e._v(e._s(("0"+r).slice(-2)))])})),0),n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.showSeconds,expression:"showSeconds"}],ref:"seconds",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("seconds")},mousemove:function(t){e.adjustCurrentSpinner("seconds")}}},e._l(60,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:r===e.seconds},on:{click:function(t){e.handleClick("seconds",{value:r,disabled:!1})}}},[e._v(e._s(("0"+r).slice(-2)))])})),0)],e.arrowControl?[n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("hours")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"hours",staticClass:"el-time-spinner__list"},e._l(e.arrowHourList,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:t===e.hours,disabled:e.hoursList[t]}},[e._v(e._s(void 0===t?"":("0"+(e.amPmMode?t%12||12:t)).slice(-2)+e.amPm(t)))])})),0)]),n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("minutes")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"minutes",staticClass:"el-time-spinner__list"},e._l(e.arrowMinuteList,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:t===e.minutes}},[e._v("\n "+e._s(void 0===t?"":("0"+t).slice(-2))+"\n ")])})),0)]),e.showSeconds?n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("seconds")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"seconds",staticClass:"el-time-spinner__list"},e._l(e.arrowSecondList,(function(t,r){return n("li",{key:r,staticClass:"el-time-spinner__item",class:{active:t===e.seconds}},[e._v("\n "+e._s(void 0===t?"":("0"+t).slice(-2))+"\n ")])})),0)]):e._e()]:e._e()],2)},Ea=[];Ma._withStripped=!0;var Ta={components:{ElScrollbar:Q.a},directives:{repeatClick:It},props:{date:{},defaultValue:{},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:String,default:""}},computed:{hours:function(){return this.date.getHours()},minutes:function(){return this.date.getMinutes()},seconds:function(){return this.date.getSeconds()},hoursList:function(){return Object(ia["getRangeHours"])(this.selectableRange)},minutesList:function(){return Object(ia["getRangeMinutes"])(this.selectableRange,this.hours)},arrowHourList:function(){var e=this.hours;return[e>0?e-1:void 0,e,e<23?e+1:void 0]},arrowMinuteList:function(){var e=this.minutes;return[e>0?e-1:void 0,e,e<59?e+1:void 0]},arrowSecondList:function(){var e=this.seconds;return[e>0?e-1:void 0,e,e<59?e+1:void 0]}},data:function(){return{selectableRange:[],currentScrollbar:null}},mounted:function(){var e=this;this.$nextTick((function(){!e.arrowControl&&e.bindScrollEvent()}))},methods:{increase:function(){this.scrollDown(1)},decrease:function(){this.scrollDown(-1)},modifyDateField:function(e,t){switch(e){case"hours":this.$emit("change",Object(ia["modifyTime"])(this.date,t,this.minutes,this.seconds));break;case"minutes":this.$emit("change",Object(ia["modifyTime"])(this.date,this.hours,t,this.seconds));break;case"seconds":this.$emit("change",Object(ia["modifyTime"])(this.date,this.hours,this.minutes,t));break}},handleClick:function(e,t){var n=t.value,r=t.disabled;r||(this.modifyDateField(e,n),this.emitSelectRange(e),this.adjustSpinner(e,n))},emitSelectRange:function(e){"hours"===e?this.$emit("select-range",0,2):"minutes"===e?this.$emit("select-range",3,5):"seconds"===e&&this.$emit("select-range",6,8),this.currentScrollbar=e},bindScrollEvent:function(){var e=this,t=function(t){e.$refs[t].wrap.onscroll=function(n){e.handleScroll(t,n)}};t("hours"),t("minutes"),t("seconds")},handleScroll:function(e){var t=Math.min(Math.round((this.$refs[e].wrap.scrollTop-(.5*this.scrollBarHeight(e)-10)/this.typeItemHeight(e)+3)/this.typeItemHeight(e)),"hours"===e?23:59);this.modifyDateField(e,t)},adjustSpinners:function(){this.adjustSpinner("hours",this.hours),this.adjustSpinner("minutes",this.minutes),this.adjustSpinner("seconds",this.seconds)},adjustCurrentSpinner:function(e){this.adjustSpinner(e,this[e])},adjustSpinner:function(e,t){if(!this.arrowControl){var n=this.$refs[e].wrap;n&&(n.scrollTop=Math.max(0,t*this.typeItemHeight(e)))}},scrollDown:function(e){var t=this;this.currentScrollbar||this.emitSelectRange("hours");var n=this.currentScrollbar,r=this.hoursList,i=this[n];if("hours"===this.currentScrollbar){var a=Math.abs(e);e=e>0?1:-1;var o=r.length;while(o--&&a)i=(i+e+r.length)%r.length,r[i]||a--;if(r[i])return}else i=(i+e+60)%60;this.modifyDateField(n,i),this.adjustSpinner(n,i),this.$nextTick((function(){return t.emitSelectRange(t.currentScrollbar)}))},amPm:function(e){var t="a"===this.amPmMode.toLowerCase();if(!t)return"";var n="A"===this.amPmMode,r=e<12?" am":" pm";return n&&(r=r.toUpperCase()),r},typeItemHeight:function(e){return this.$refs[e].$el.querySelector("li").offsetHeight},scrollBarHeight:function(e){return this.$refs[e].$el.offsetHeight}}},Ba=Ta,Da=s(Ba,Ma,Ea,!1,null,null,null);Da.options.__file="packages/date-picker/src/basic/time-spinner.vue";var La=Da.exports,Oa={mixins:[v.a],components:{TimeSpinner:La},props:{visible:Boolean,timeArrowControl:Boolean},watch:{visible:function(e){var t=this;e?(this.oldValue=this.value,this.$nextTick((function(){return t.$refs.spinner.emitSelectRange("hours")}))):this.needInitAdjust=!0},value:function(e){var t=this,n=void 0;e instanceof Date?n=Object(ia["limitTimeRange"])(e,this.selectableRange,this.format):e||(n=this.defaultValue?new Date(this.defaultValue):new Date),this.date=n,this.visible&&this.needInitAdjust&&(this.$nextTick((function(e){return t.adjustSpinners()})),this.needInitAdjust=!1)},selectableRange:function(e){this.$refs.spinner.selectableRange=e},defaultValue:function(e){Object(ia["isDate"])(this.value)||(this.date=e?new Date(e):new Date)}},data:function(){return{popperClass:"",format:"HH:mm:ss",value:"",defaultValue:null,date:new Date,oldValue:new Date,selectableRange:[],selectionRange:[0,2],disabled:!1,arrowControl:!1,needInitAdjust:!0}},computed:{showSeconds:function(){return-1!==(this.format||"").indexOf("ss")},useArrow:function(){return this.arrowControl||this.timeArrowControl||!1},amPmMode:function(){return-1!==(this.format||"").indexOf("A")?"A":-1!==(this.format||"").indexOf("a")?"a":""}},methods:{handleCancel:function(){this.$emit("pick",this.oldValue,!1)},handleChange:function(e){this.visible&&(this.date=Object(ia["clearMilliseconds"])(e),this.isValidValue(this.date)&&this.$emit("pick",this.date,!0))},setSelectionRange:function(e,t){this.$emit("select-range",e,t),this.selectionRange=[e,t]},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];if(!t){var n=Object(ia["clearMilliseconds"])(Object(ia["limitTimeRange"])(this.date,this.selectableRange,this.format));this.$emit("pick",n,e,t)}},handleKeydown:function(e){var t=e.keyCode,n={38:-1,40:1,37:-1,39:1};if(37===t||39===t){var r=n[t];return this.changeSelectionRange(r),void e.preventDefault()}if(38===t||40===t){var i=n[t];return this.$refs.spinner.scrollDown(i),void e.preventDefault()}},isValidValue:function(e){return Object(ia["timeWithinRange"])(e,this.selectableRange,this.format)},adjustSpinners:function(){return this.$refs.spinner.adjustSpinners()},changeSelectionRange:function(e){var t=[0,3].concat(this.showSeconds?[6]:[]),n=["hours","minutes"].concat(this.showSeconds?["seconds"]:[]),r=t.indexOf(this.selectionRange[0]),i=(r+e+t.length)%t.length;this.$refs.spinner.emitSelectRange(n[i])}},mounted:function(){var e=this;this.$nextTick((function(){return e.handleConfirm(!0,!0)})),this.$emit("mounted")}},Ia=Oa,Fa=s(Ia,Sa,ka,!1,null,null,null);Fa.options.__file="packages/date-picker/src/panel/time.vue";var Na=Fa.exports,Pa=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-year-table",on:{click:e.handleYearTableClick}},[n("tbody",[n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+0)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+1)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+1))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+2)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+2))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+3)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+3))])])]),n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+4)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+4))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+5)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+5))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+6)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+6))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+7)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+7))])])]),n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+8)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+8))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+9)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+9))])]),n("td"),n("td")])])])},Ra=[];Pa._withStripped=!0;var Ha=function(e){var t=Object(ia["getDayCountOfYear"])(e),n=new Date(e,0,1);return Object(ia["range"])(t).map((function(e){return Object(ia["nextDate"])(n,e)}))},Ua={props:{disabledDate:{},value:{},defaultValue:{validator:function(e){return null===e||e instanceof Date&&Object(ia["isDate"])(e)}},date:{}},computed:{startYear:function(){return 10*Math.floor(this.date.getFullYear()/10)}},methods:{getCellStyle:function(e){var t={},n=new Date;return t.disabled="function"===typeof this.disabledDate&&Ha(e).every(this.disabledDate),t.current=Object(A["arrayFindIndex"])(Object(A["coerceTruthyValueToArray"])(this.value),(function(t){return t.getFullYear()===e}))>=0,t.today=n.getFullYear()===e,t.default=this.defaultValue&&this.defaultValue.getFullYear()===e,t},handleYearTableClick:function(e){var t=e.target;if("A"===t.tagName){if(Object(Re["hasClass"])(t.parentNode,"disabled"))return;var n=t.textContent||t.innerText;this.$emit("pick",Number(n))}}}},za=Ua,Ya=s(za,Pa,Ra,!1,null,null,null);Ya.options.__file="packages/date-picker/src/basic/year-table.vue";var $a=Ya.exports,ja=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-month-table",on:{click:e.handleMonthTableClick,mousemove:e.handleMouseMove}},[n("tbody",e._l(e.rows,(function(t,r){return n("tr",{key:r},e._l(t,(function(t,r){return n("td",{key:r,class:e.getCellStyle(t)},[n("div",[n("a",{staticClass:"cell"},[e._v(e._s(e.t("el.datepicker.months."+e.months[t.text])))])])])})),0)})),0)])},Qa=[];ja._withStripped=!0;var Va=function(e,t){var n=Object(ia["getDayCountOfMonth"])(e,t),r=new Date(e,t,1);return Object(ia["range"])(n).map((function(e){return Object(ia["nextDate"])(r,e)}))},Wa=function(e){return new Date(e.getFullYear(),e.getMonth())},Ka=function(e){return"number"===typeof e||"string"===typeof e?Wa(new Date(e)).getTime():e instanceof Date?Wa(e).getTime():NaN},Ga={props:{disabledDate:{},value:{},selectionMode:{default:"month"},minDate:{},maxDate:{},defaultValue:{validator:function(e){return null===e||Object(ia["isDate"])(e)||Array.isArray(e)&&e.every(ia["isDate"])}},date:{},rangeState:{default:function(){return{endDate:null,selecting:!1}}}},mixins:[v.a],watch:{"rangeState.endDate":function(e){this.markRange(this.minDate,e)},minDate:function(e,t){Ka(e)!==Ka(t)&&this.markRange(this.minDate,this.maxDate)},maxDate:function(e,t){Ka(e)!==Ka(t)&&this.markRange(this.minDate,this.maxDate)}},data:function(){return{months:["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],tableRows:[[],[],[]],lastRow:null,lastColumn:null}},methods:{cellMatchesDate:function(e,t){var n=new Date(t);return this.date.getFullYear()===n.getFullYear()&&Number(e.text)===n.getMonth()},getCellStyle:function(e){var t=this,n={},r=this.date.getFullYear(),i=new Date,a=e.text,o=this.defaultValue?Array.isArray(this.defaultValue)?this.defaultValue:[this.defaultValue]:[];return n.disabled="function"===typeof this.disabledDate&&Va(r,a).every(this.disabledDate),n.current=Object(A["arrayFindIndex"])(Object(A["coerceTruthyValueToArray"])(this.value),(function(e){return e.getFullYear()===r&&e.getMonth()===a}))>=0,n.today=i.getFullYear()===r&&i.getMonth()===a,n.default=o.some((function(n){return t.cellMatchesDate(e,n)})),e.inRange&&(n["in-range"]=!0,e.start&&(n["start-date"]=!0),e.end&&(n["end-date"]=!0)),n},getMonthOfCell:function(e){var t=this.date.getFullYear();return new Date(t,e,1)},markRange:function(e,t){e=Ka(e),t=Ka(t)||e;var n=[Math.min(e,t),Math.max(e,t)];e=n[0],t=n[1];for(var r=this.rows,i=0,a=r.length;i=e&&h<=t,c.start=e&&h===e,c.end=t&&h===t}},handleMouseMove:function(e){if(this.rangeState.selecting){var t=e.target;if("A"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex,r=t.cellIndex;this.rows[n][r].disabled||n===this.lastRow&&r===this.lastColumn||(this.lastRow=n,this.lastColumn=r,this.$emit("changerange",{minDate:this.minDate,maxDate:this.maxDate,rangeState:{selecting:!0,endDate:this.getMonthOfCell(4*n+r)}}))}}},handleMonthTableClick:function(e){var t=e.target;if("A"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName&&!Object(Re["hasClass"])(t,"disabled")){var n=t.cellIndex,r=t.parentNode.rowIndex,i=4*r+n,a=this.getMonthOfCell(i);"range"===this.selectionMode?this.rangeState.selecting?(a>=this.minDate?this.$emit("pick",{minDate:this.minDate,maxDate:a}):this.$emit("pick",{minDate:a,maxDate:this.minDate}),this.rangeState.selecting=!1):(this.$emit("pick",{minDate:a,maxDate:null}),this.rangeState.selecting=!0):this.$emit("pick",i)}}},computed:{rows:function(){for(var e=this,t=this.tableRows,n=this.disabledDate,r=[],i=Ka(new Date),a=0;a<3;a++)for(var o=t[a],s=function(t){var s=o[t];s||(s={row:a,column:t,type:"normal",inRange:!1,start:!1,end:!1}),s.type="normal";var l=4*a+t,c=new Date(e.date.getFullYear(),l).getTime();s.inRange=c>=Ka(e.minDate)&&c<=Ka(e.maxDate),s.start=e.minDate&&c===Ka(e.minDate),s.end=e.maxDate&&c===Ka(e.maxDate);var u=c===i;u&&(s.type="today"),s.text=l;var h=new Date(c);s.disabled="function"===typeof n&&n(h),s.selected=Object(A["arrayFind"])(r,(function(e){return e.getTime()===h.getTime()})),e.$set(o,t,s)},l=0;l<4;l++)s(l);return t}}},Xa=Ga,qa=s(Xa,ja,Qa,!1,null,null,null);qa.options.__file="packages/date-picker/src/basic/month-table.vue";var Ja=qa.exports,Za=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-date-table",class:{"is-week-mode":"week"===e.selectionMode},attrs:{cellspacing:"0",cellpadding:"0"},on:{click:e.handleClick,mousemove:e.handleMouseMove}},[n("tbody",[n("tr",[e.showWeekNumber?n("th",[e._v(e._s(e.t("el.datepicker.week")))]):e._e(),e._l(e.WEEKS,(function(t,r){return n("th",{key:r},[e._v(e._s(e.t("el.datepicker.weeks."+t)))])}))],2),e._l(e.rows,(function(t,r){return n("tr",{key:r,staticClass:"el-date-table__row",class:{current:e.isWeekActive(t[1])}},e._l(t,(function(t,r){return n("td",{key:r,class:e.getCellClasses(t)},[n("div",[n("span",[e._v("\n "+e._s(t.text)+"\n ")])])])})),0)}))],2)])},eo=[];Za._withStripped=!0;var to=["sun","mon","tue","wed","thu","fri","sat"],no=function(e){return"number"===typeof e||"string"===typeof e?Object(ia["clearTime"])(new Date(e)).getTime():e instanceof Date?Object(ia["clearTime"])(e).getTime():NaN},ro=function(e,t){var n="function"===typeof t?Object(A["arrayFindIndex"])(e,t):e.indexOf(t);return n>=0?[].concat(e.slice(0,n),e.slice(n+1)):e},io={mixins:[v.a],props:{firstDayOfWeek:{default:7,type:Number,validator:function(e){return e>=1&&e<=7}},value:{},defaultValue:{validator:function(e){return null===e||Object(ia["isDate"])(e)||Array.isArray(e)&&e.every(ia["isDate"])}},date:{},selectionMode:{default:"day"},showWeekNumber:{type:Boolean,default:!1},disabledDate:{},cellClassName:{},minDate:{},maxDate:{},rangeState:{default:function(){return{endDate:null,selecting:!1}}}},computed:{offsetDay:function(){var e=this.firstDayOfWeek;return e>3?7-e:-e},WEEKS:function(){var e=this.firstDayOfWeek;return to.concat(to).slice(e,e+7)},year:function(){return this.date.getFullYear()},month:function(){return this.date.getMonth()},startDate:function(){return Object(ia["getStartDateOfMonth"])(this.year,this.month)},rows:function(){var e=this,t=new Date(this.year,this.month,1),n=Object(ia["getFirstDayOfMonth"])(t),r=Object(ia["getDayCountOfMonth"])(t.getFullYear(),t.getMonth()),i=Object(ia["getDayCountOfMonth"])(t.getFullYear(),0===t.getMonth()?11:t.getMonth()-1);n=0===n?7:n;for(var a=this.offsetDay,o=this.tableRows,s=1,l=this.startDate,c=this.disabledDate,u=this.cellClassName,h="dates"===this.selectionMode?Object(A["coerceTruthyValueToArray"])(this.value):[],d=no(new Date),f=0;f<6;f++){var p=o[f];this.showWeekNumber&&(p[0]||(p[0]={type:"week",text:Object(ia["getWeekNumber"])(Object(ia["nextDate"])(l,7*f+1))}));for(var m=function(t){var o=p[e.showWeekNumber?t+1:t];o||(o={row:f,column:t,type:"normal",inRange:!1,start:!1,end:!1}),o.type="normal";var m=7*f+t,g=Object(ia["nextDate"])(l,m-a).getTime();o.inRange=g>=no(e.minDate)&&g<=no(e.maxDate),o.start=e.minDate&&g===no(e.minDate),o.end=e.maxDate&&g===no(e.maxDate);var v=g===d;if(v&&(o.type="today"),f>=0&&f<=1){var y=n+a<0?7+n+a:n+a;t+7*f>=y?o.text=s++:(o.text=i-(y-t%7)+1+7*f,o.type="prev-month")}else s<=r?o.text=s++:(o.text=s++-r,o.type="next-month");var b=new Date(g);o.disabled="function"===typeof c&&c(b),o.selected=Object(A["arrayFind"])(h,(function(e){return e.getTime()===b.getTime()})),o.customClass="function"===typeof u&&u(b),e.$set(p,e.showWeekNumber?t+1:t,o)},g=0;g<7;g++)m(g);if("week"===this.selectionMode){var v=this.showWeekNumber?1:0,y=this.showWeekNumber?7:6,b=this.isWeekActive(p[v+1]);p[v].inRange=b,p[v].start=b,p[y].inRange=b,p[y].end=b}}return o}},watch:{"rangeState.endDate":function(e){this.markRange(this.minDate,e)},minDate:function(e,t){no(e)!==no(t)&&this.markRange(this.minDate,this.maxDate)},maxDate:function(e,t){no(e)!==no(t)&&this.markRange(this.minDate,this.maxDate)}},data:function(){return{tableRows:[[],[],[],[],[],[]],lastRow:null,lastColumn:null}},methods:{cellMatchesDate:function(e,t){var n=new Date(t);return this.year===n.getFullYear()&&this.month===n.getMonth()&&Number(e.text)===n.getDate()},getCellClasses:function(e){var t=this,n=this.selectionMode,r=this.defaultValue?Array.isArray(this.defaultValue)?this.defaultValue:[this.defaultValue]:[],i=[];return"normal"!==e.type&&"today"!==e.type||e.disabled?i.push(e.type):(i.push("available"),"today"===e.type&&i.push("today")),"normal"===e.type&&r.some((function(n){return t.cellMatchesDate(e,n)}))&&i.push("default"),"day"!==n||"normal"!==e.type&&"today"!==e.type||!this.cellMatchesDate(e,this.value)||i.push("current"),!e.inRange||"normal"!==e.type&&"today"!==e.type&&"week"!==this.selectionMode||(i.push("in-range"),e.start&&i.push("start-date"),e.end&&i.push("end-date")),e.disabled&&i.push("disabled"),e.selected&&i.push("selected"),e.customClass&&i.push(e.customClass),i.join(" ")},getDateOfCell:function(e,t){var n=7*e+(t-(this.showWeekNumber?1:0))-this.offsetDay;return Object(ia["nextDate"])(this.startDate,n)},isWeekActive:function(e){if("week"!==this.selectionMode)return!1;var t=new Date(this.year,this.month,1),n=t.getFullYear(),r=t.getMonth();if("prev-month"===e.type&&(t.setMonth(0===r?11:r-1),t.setFullYear(0===r?n-1:n)),"next-month"===e.type&&(t.setMonth(11===r?0:r+1),t.setFullYear(11===r?n+1:n)),t.setDate(parseInt(e.text,10)),Object(ia["isDate"])(this.value)){var i=(this.value.getDay()-this.firstDayOfWeek+7)%7-1,a=Object(ia["prevDate"])(this.value,i);return a.getTime()===t.getTime()}return!1},markRange:function(e,t){e=no(e),t=no(t)||e;var n=[Math.min(e,t),Math.max(e,t)];e=n[0],t=n[1];for(var r=this.startDate,i=this.rows,a=0,o=i.length;a=e&&d<=t,u.start=e&&d===e,u.end=t&&d===t}},handleMouseMove:function(e){if(this.rangeState.selecting){var t=e.target;if("SPAN"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex-1,r=t.cellIndex;this.rows[n][r].disabled||n===this.lastRow&&r===this.lastColumn||(this.lastRow=n,this.lastColumn=r,this.$emit("changerange",{minDate:this.minDate,maxDate:this.maxDate,rangeState:{selecting:!0,endDate:this.getDateOfCell(n,r)}}))}}},handleClick:function(e){var t=e.target;if("SPAN"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex-1,r="week"===this.selectionMode?1:t.cellIndex,i=this.rows[n][r];if(!i.disabled&&"week"!==i.type){var a=this.getDateOfCell(n,r);if("range"===this.selectionMode)this.rangeState.selecting?(a>=this.minDate?this.$emit("pick",{minDate:this.minDate,maxDate:a}):this.$emit("pick",{minDate:a,maxDate:this.minDate}),this.rangeState.selecting=!1):(this.$emit("pick",{minDate:a,maxDate:null}),this.rangeState.selecting=!0);else if("day"===this.selectionMode)this.$emit("pick",a);else if("week"===this.selectionMode){var o=Object(ia["getWeekNumber"])(a),s=a.getFullYear()+"w"+o;this.$emit("pick",{year:a.getFullYear(),week:o,value:s,date:a})}else if("dates"===this.selectionMode){var l=this.value||[],c=i.selected?ro(l,(function(e){return e.getTime()===a.getTime()})):[].concat(l,[a]);this.$emit("pick",c)}}}}}},ao=io,oo=s(ao,Za,eo,!1,null,null,null);oo.options.__file="packages/date-picker/src/basic/date-table.vue";var so=oo.exports,lo={mixins:[v.a],directives:{Clickoutside:H.a},watch:{showTime:function(e){var t=this;e&&this.$nextTick((function(e){var n=t.$refs.input.$el;n&&(t.pickerWidth=n.getBoundingClientRect().width+10)}))},value:function(e){"dates"===this.selectionMode&&this.value||(Object(ia["isDate"])(e)?this.date=new Date(e):this.date=this.getDefaultValue())},defaultValue:function(e){Object(ia["isDate"])(this.value)||(this.date=e?new Date(e):new Date)},timePickerVisible:function(e){var t=this;e&&this.$nextTick((function(){return t.$refs.timepicker.adjustSpinners()}))},selectionMode:function(e){"month"===e?"year"===this.currentView&&"month"===this.currentView||(this.currentView="month"):"dates"===e&&(this.currentView="date")}},methods:{proxyTimePickerDataProperties:function(){var e=this,t=function(t){e.$refs.timepicker.format=t},n=function(t){e.$refs.timepicker.value=t},r=function(t){e.$refs.timepicker.date=t},i=function(t){e.$refs.timepicker.selectableRange=t};this.$watch("value",n),this.$watch("date",r),this.$watch("selectableRange",i),t(this.timeFormat),n(this.value),r(this.date),i(this.selectableRange)},handleClear:function(){this.date=this.getDefaultValue(),this.$emit("pick",null)},emit:function(e){for(var t=this,n=arguments.length,r=Array(n>1?n-1:0),i=1;i0)||Object(ia["timeWithinRange"])(e,this.selectableRange,this.format||"HH:mm:ss")}},components:{TimePicker:Na,YearTable:$a,MonthTable:Ja,DateTable:so,ElInput:m.a,ElButton:oe.a},data:function(){return{popperClass:"",date:new Date,value:"",defaultValue:null,defaultTime:null,showTime:!1,selectionMode:"day",shortcuts:"",visible:!1,currentView:"date",disabledDate:"",cellClassName:"",selectableRange:[],firstDayOfWeek:7,showWeekNumber:!1,timePickerVisible:!1,format:"",arrowControl:!1,userInputDate:null,userInputTime:null}},computed:{year:function(){return this.date.getFullYear()},month:function(){return this.date.getMonth()},week:function(){return Object(ia["getWeekNumber"])(this.date)},monthDate:function(){return this.date.getDate()},footerVisible:function(){return this.showTime||"dates"===this.selectionMode},visibleTime:function(){return null!==this.userInputTime?this.userInputTime:Object(ia["formatDate"])(this.value||this.defaultValue,this.timeFormat)},visibleDate:function(){return null!==this.userInputDate?this.userInputDate:Object(ia["formatDate"])(this.value||this.defaultValue,this.dateFormat)},yearLabel:function(){var e=this.t("el.datepicker.year");if("year"===this.currentView){var t=10*Math.floor(this.year/10);return e?t+" "+e+" - "+(t+9)+" "+e:t+" - "+(t+9)}return this.year+" "+e},timeFormat:function(){return this.format?Object(ia["extractTimeFormat"])(this.format):"HH:mm:ss"},dateFormat:function(){return this.format?Object(ia["extractDateFormat"])(this.format):"yyyy-MM-dd"}}},co=lo,uo=s(co,xa,Ca,!1,null,null,null);uo.options.__file="packages/date-picker/src/panel/date.vue";var ho=uo.exports,fo=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-range-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts,"has-time":e.showTime},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,r){return n("button",{key:r,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[e.showTime?n("div",{staticClass:"el-date-range-picker__time-header"},[n("span",{staticClass:"el-date-range-picker__editors-wrap"},[n("span",{staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{ref:"minInput",staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.startDate"),value:e.minVisibleDate},on:{input:function(t){return e.handleDateInput(t,"min")},change:function(t){return e.handleDateChange(t,"min")}}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleMinTimeClose,expression:"handleMinTimeClose"}],staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.startTime"),value:e.minVisibleTime},on:{focus:function(t){e.minTimePickerVisible=!0},input:function(t){return e.handleTimeInput(t,"min")},change:function(t){return e.handleTimeChange(t,"min")}}}),n("time-picker",{ref:"minTimePicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.minTimePickerVisible},on:{pick:e.handleMinTimePick,mounted:function(t){e.$refs.minTimePicker.format=e.timeFormat}}})],1)]),n("span",{staticClass:"el-icon-arrow-right"}),n("span",{staticClass:"el-date-range-picker__editors-wrap is-right"},[n("span",{staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.endDate"),value:e.maxVisibleDate,readonly:!e.minDate},on:{input:function(t){return e.handleDateInput(t,"max")},change:function(t){return e.handleDateChange(t,"max")}}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleMaxTimeClose,expression:"handleMaxTimeClose"}],staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.endTime"),value:e.maxVisibleTime,readonly:!e.minDate},on:{focus:function(t){e.minDate&&(e.maxTimePickerVisible=!0)},input:function(t){return e.handleTimeInput(t,"max")},change:function(t){return e.handleTimeChange(t,"max")}}}),n("time-picker",{ref:"maxTimePicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.maxTimePickerVisible},on:{pick:e.handleMaxTimePick,mounted:function(t){e.$refs.maxTimePicker.format=e.timeFormat}}})],1)])]):e._e(),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-left"},[n("div",{staticClass:"el-date-range-picker__header"},[n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevYear}}),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevMonth}}),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.leftNextYear}}):e._e(),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-right",class:{"is-disabled":!e.enableMonthArrow},attrs:{type:"button",disabled:!e.enableMonthArrow},on:{click:e.leftNextMonth}}):e._e(),n("div",[e._v(e._s(e.leftLabel))])]),n("date-table",{attrs:{"selection-mode":"range",date:e.leftDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate,"cell-class-name":e.cellClassName,"first-day-of-week":e.firstDayOfWeek},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-right"},[n("div",{staticClass:"el-date-range-picker__header"},[e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.rightPrevYear}}):e._e(),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-left",class:{"is-disabled":!e.enableMonthArrow},attrs:{type:"button",disabled:!e.enableMonthArrow},on:{click:e.rightPrevMonth}}):e._e(),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",attrs:{type:"button"},on:{click:e.rightNextYear}}),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-right",attrs:{type:"button"},on:{click:e.rightNextMonth}}),n("div",[e._v(e._s(e.rightLabel))])]),n("date-table",{attrs:{"selection-mode":"range",date:e.rightDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate,"cell-class-name":e.cellClassName,"first-day-of-week":e.firstDayOfWeek},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1)])],2),e.showTime?n("div",{staticClass:"el-picker-panel__footer"},[n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{size:"mini",type:"text"},on:{click:e.handleClear}},[e._v("\n "+e._s(e.t("el.datepicker.clear"))+"\n ")]),n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{plain:"",size:"mini",disabled:e.btnDisabled},on:{click:function(t){e.handleConfirm(!1)}}},[e._v("\n "+e._s(e.t("el.datepicker.confirm"))+"\n ")])],1):e._e()])])},po=[];fo._withStripped=!0;var mo=function(e){return Array.isArray(e)?[new Date(e[0]),new Date(e[1])]:e?[new Date(e),Object(ia["nextDate"])(new Date(e),1)]:[new Date,Object(ia["nextDate"])(new Date,1)]},go={mixins:[v.a],directives:{Clickoutside:H.a},computed:{btnDisabled:function(){return!(this.minDate&&this.maxDate&&!this.selecting&&this.isValidValue([this.minDate,this.maxDate]))},leftLabel:function(){return this.leftDate.getFullYear()+" "+this.t("el.datepicker.year")+" "+this.t("el.datepicker.month"+(this.leftDate.getMonth()+1))},rightLabel:function(){return this.rightDate.getFullYear()+" "+this.t("el.datepicker.year")+" "+this.t("el.datepicker.month"+(this.rightDate.getMonth()+1))},leftYear:function(){return this.leftDate.getFullYear()},leftMonth:function(){return this.leftDate.getMonth()},leftMonthDate:function(){return this.leftDate.getDate()},rightYear:function(){return this.rightDate.getFullYear()},rightMonth:function(){return this.rightDate.getMonth()},rightMonthDate:function(){return this.rightDate.getDate()},minVisibleDate:function(){return null!==this.dateUserInput.min?this.dateUserInput.min:this.minDate?Object(ia["formatDate"])(this.minDate,this.dateFormat):""},maxVisibleDate:function(){return null!==this.dateUserInput.max?this.dateUserInput.max:this.maxDate||this.minDate?Object(ia["formatDate"])(this.maxDate||this.minDate,this.dateFormat):""},minVisibleTime:function(){return null!==this.timeUserInput.min?this.timeUserInput.min:this.minDate?Object(ia["formatDate"])(this.minDate,this.timeFormat):""},maxVisibleTime:function(){return null!==this.timeUserInput.max?this.timeUserInput.max:this.maxDate||this.minDate?Object(ia["formatDate"])(this.maxDate||this.minDate,this.timeFormat):""},timeFormat:function(){return this.format?Object(ia["extractTimeFormat"])(this.format):"HH:mm:ss"},dateFormat:function(){return this.format?Object(ia["extractDateFormat"])(this.format):"yyyy-MM-dd"},enableMonthArrow:function(){var e=(this.leftMonth+1)%12,t=this.leftMonth+1>=12?1:0;return this.unlinkPanels&&new Date(this.leftYear+t,e)=12}},data:function(){return{popperClass:"",value:[],defaultValue:null,defaultTime:null,minDate:"",maxDate:"",leftDate:new Date,rightDate:Object(ia["nextMonth"])(new Date),rangeState:{endDate:null,selecting:!1,row:null,column:null},showTime:!1,shortcuts:"",visible:"",disabledDate:"",cellClassName:"",firstDayOfWeek:7,minTimePickerVisible:!1,maxTimePickerVisible:!1,format:"",arrowControl:!1,unlinkPanels:!1,dateUserInput:{min:null,max:null},timeUserInput:{min:null,max:null}}},watch:{minDate:function(e){var t=this;this.dateUserInput.min=null,this.timeUserInput.min=null,this.$nextTick((function(){if(t.$refs.maxTimePicker&&t.maxDate&&t.maxDatethis.maxDate&&(this.maxDate=this.minDate)):(this.maxDate=Object(ia["modifyDate"])(this.maxDate,n.getFullYear(),n.getMonth(),n.getDate()),this.maxDatethis.maxDate&&(this.maxDate=this.minDate),this.$refs.minTimePicker.value=this.minDate,this.minTimePickerVisible=!1):(this.maxDate=Object(ia["modifyTime"])(this.maxDate,n.getHours(),n.getMinutes(),n.getSeconds()),this.maxDate1&&void 0!==arguments[1])||arguments[1],r=this.defaultTime||[],i=Object(ia["modifyWithTimeString"])(e.minDate,r[0]),a=Object(ia["modifyWithTimeString"])(e.maxDate,r[1]);this.maxDate===a&&this.minDate===i||(this.onPick&&this.onPick(e),this.maxDate=a,this.minDate=i,setTimeout((function(){t.maxDate=a,t.minDate=i}),10),n&&!this.showTime&&this.handleConfirm())},handleShortcutClick:function(e){e.onClick&&e.onClick(this)},handleMinTimePick:function(e,t,n){this.minDate=this.minDate||new Date,e&&(this.minDate=Object(ia["modifyTime"])(this.minDate,e.getHours(),e.getMinutes(),e.getSeconds())),n||(this.minTimePickerVisible=t),(!this.maxDate||this.maxDate&&this.maxDate.getTime()this.maxDate.getTime()&&(this.minDate=new Date(this.maxDate))},handleMaxTimeClose:function(){this.maxTimePickerVisible=!1},leftPrevYear:function(){this.leftDate=Object(ia["prevYear"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(ia["nextMonth"])(this.leftDate))},leftPrevMonth:function(){this.leftDate=Object(ia["prevMonth"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(ia["nextMonth"])(this.leftDate))},rightNextYear:function(){this.unlinkPanels?this.rightDate=Object(ia["nextYear"])(this.rightDate):(this.leftDate=Object(ia["nextYear"])(this.leftDate),this.rightDate=Object(ia["nextMonth"])(this.leftDate))},rightNextMonth:function(){this.unlinkPanels?this.rightDate=Object(ia["nextMonth"])(this.rightDate):(this.leftDate=Object(ia["nextMonth"])(this.leftDate),this.rightDate=Object(ia["nextMonth"])(this.leftDate))},leftNextYear:function(){this.leftDate=Object(ia["nextYear"])(this.leftDate)},leftNextMonth:function(){this.leftDate=Object(ia["nextMonth"])(this.leftDate)},rightPrevYear:function(){this.rightDate=Object(ia["prevYear"])(this.rightDate)},rightPrevMonth:function(){this.rightDate=Object(ia["prevMonth"])(this.rightDate)},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isValidValue([this.minDate,this.maxDate])&&this.$emit("pick",[this.minDate,this.maxDate],e)},isValidValue:function(e){return Array.isArray(e)&&e&&e[0]&&e[1]&&Object(ia["isDate"])(e[0])&&Object(ia["isDate"])(e[1])&&e[0].getTime()<=e[1].getTime()&&("function"!==typeof this.disabledDate||!this.disabledDate(e[0])&&!this.disabledDate(e[1]))},resetView:function(){this.minDate&&null==this.maxDate&&(this.rangeState.selecting=!1),this.minDate=this.value&&Object(ia["isDate"])(this.value[0])?new Date(this.value[0]):null,this.maxDate=this.value&&Object(ia["isDate"])(this.value[0])?new Date(this.value[1]):null}},components:{TimePicker:Na,DateTable:so,ElInput:m.a,ElButton:oe.a}},vo=go,Ao=s(vo,fo,po,!1,null,null,null);Ao.options.__file="packages/date-picker/src/panel/date-range.vue";var yo=Ao.exports,bo=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-range-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,r){return n("button",{key:r,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-left"},[n("div",{staticClass:"el-date-range-picker__header"},[n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevYear}}),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.leftNextYear}}):e._e(),n("div",[e._v(e._s(e.leftLabel))])]),n("month-table",{attrs:{"selection-mode":"range",date:e.leftDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-right"},[n("div",{staticClass:"el-date-range-picker__header"},[e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.rightPrevYear}}):e._e(),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",attrs:{type:"button"},on:{click:e.rightNextYear}}),n("div",[e._v(e._s(e.rightLabel))])]),n("month-table",{attrs:{"selection-mode":"range",date:e.rightDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1)])],2)])])},_o=[];bo._withStripped=!0;var wo=function(e){return Array.isArray(e)?[new Date(e[0]),new Date(e[1])]:e?[new Date(e),Object(ia["nextMonth"])(new Date(e))]:[new Date,Object(ia["nextMonth"])(new Date)]},xo={mixins:[v.a],directives:{Clickoutside:H.a},computed:{btnDisabled:function(){return!(this.minDate&&this.maxDate&&!this.selecting&&this.isValidValue([this.minDate,this.maxDate]))},leftLabel:function(){return this.leftDate.getFullYear()+" "+this.t("el.datepicker.year")},rightLabel:function(){return this.rightDate.getFullYear()+" "+this.t("el.datepicker.year")},leftYear:function(){return this.leftDate.getFullYear()},rightYear:function(){return this.rightDate.getFullYear()===this.leftDate.getFullYear()?this.leftDate.getFullYear()+1:this.rightDate.getFullYear()},enableYearArrow:function(){return this.unlinkPanels&&this.rightYear>this.leftYear+1}},data:function(){return{popperClass:"",value:[],defaultValue:null,defaultTime:null,minDate:"",maxDate:"",leftDate:new Date,rightDate:Object(ia["nextYear"])(new Date),rangeState:{endDate:null,selecting:!1,row:null,column:null},shortcuts:"",visible:"",disabledDate:"",format:"",arrowControl:!1,unlinkPanels:!1}},watch:{value:function(e){if(e){if(Array.isArray(e))if(this.minDate=Object(ia["isDate"])(e[0])?new Date(e[0]):null,this.maxDate=Object(ia["isDate"])(e[1])?new Date(e[1]):null,this.minDate)if(this.leftDate=this.minDate,this.unlinkPanels&&this.maxDate){var t=this.minDate.getFullYear(),n=this.maxDate.getFullYear();this.rightDate=t===n?Object(ia["nextYear"])(this.maxDate):this.maxDate}else this.rightDate=Object(ia["nextYear"])(this.leftDate);else this.leftDate=wo(this.defaultValue)[0],this.rightDate=Object(ia["nextYear"])(this.leftDate)}else this.minDate=null,this.maxDate=null},defaultValue:function(e){if(!Array.isArray(this.value)){var t=wo(e),n=t[0],r=t[1];this.leftDate=n,this.rightDate=e&&e[1]&&n.getFullYear()!==r.getFullYear()&&this.unlinkPanels?r:Object(ia["nextYear"])(this.leftDate)}}},methods:{handleClear:function(){this.minDate=null,this.maxDate=null,this.leftDate=wo(this.defaultValue)[0],this.rightDate=Object(ia["nextYear"])(this.leftDate),this.$emit("pick",null)},handleChangeRange:function(e){this.minDate=e.minDate,this.maxDate=e.maxDate,this.rangeState=e.rangeState},handleRangePick:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=this.defaultTime||[],i=Object(ia["modifyWithTimeString"])(e.minDate,r[0]),a=Object(ia["modifyWithTimeString"])(e.maxDate,r[1]);this.maxDate===a&&this.minDate===i||(this.onPick&&this.onPick(e),this.maxDate=a,this.minDate=i,setTimeout((function(){t.maxDate=a,t.minDate=i}),10),n&&this.handleConfirm())},handleShortcutClick:function(e){e.onClick&&e.onClick(this)},leftPrevYear:function(){this.leftDate=Object(ia["prevYear"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(ia["prevYear"])(this.rightDate))},rightNextYear:function(){this.unlinkPanels||(this.leftDate=Object(ia["nextYear"])(this.leftDate)),this.rightDate=Object(ia["nextYear"])(this.rightDate)},leftNextYear:function(){this.leftDate=Object(ia["nextYear"])(this.leftDate)},rightPrevYear:function(){this.rightDate=Object(ia["prevYear"])(this.rightDate)},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isValidValue([this.minDate,this.maxDate])&&this.$emit("pick",[this.minDate,this.maxDate],e)},isValidValue:function(e){return Array.isArray(e)&&e&&e[0]&&e[1]&&Object(ia["isDate"])(e[0])&&Object(ia["isDate"])(e[1])&&e[0].getTime()<=e[1].getTime()&&("function"!==typeof this.disabledDate||!this.disabledDate(e[0])&&!this.disabledDate(e[1]))},resetView:function(){this.minDate=this.value&&Object(ia["isDate"])(this.value[0])?new Date(this.value[0]):null,this.maxDate=this.value&&Object(ia["isDate"])(this.value[0])?new Date(this.value[1]):null}},components:{MonthTable:Ja,ElInput:m.a,ElButton:oe.a}},Co=xo,So=s(Co,bo,_o,!1,null,null,null);So.options.__file="packages/date-picker/src/panel/month-range.vue";var ko=So.exports,Mo=function(e){return"daterange"===e||"datetimerange"===e?yo:"monthrange"===e?ko:ho},Eo={mixins:[wa],name:"ElDatePicker",props:{type:{type:String,default:"date"},timeArrowControl:Boolean},watch:{type:function(e){this.picker?(this.unmountPicker(),this.panel=Mo(e),this.mountPicker()):this.panel=Mo(e)}},created:function(){this.panel=Mo(this.type)},install:function(e){e.component(Eo.name,Eo)}},To=Eo,Bo=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":e.handleMenuEnter,"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],ref:"popper",staticClass:"el-picker-panel time-select el-popper",class:e.popperClass,style:{width:e.width+"px"}},[n("el-scrollbar",{attrs:{noresize:"","wrap-class":"el-picker-panel__content"}},e._l(e.items,(function(t){return n("div",{key:t.value,staticClass:"time-select-item",class:{selected:e.value===t.value,disabled:t.disabled,default:t.value===e.defaultValue},attrs:{disabled:t.disabled},on:{click:function(n){e.handleClick(t)}}},[e._v(e._s(t.value))])})),0)],1)])},Do=[];Bo._withStripped=!0;var Lo=function(e){var t=(e||"").split(":");if(t.length>=2){var n=parseInt(t[0],10),r=parseInt(t[1],10);return{hours:n,minutes:r}}return null},Oo=function(e,t){var n=Lo(e),r=Lo(t),i=n.minutes+60*n.hours,a=r.minutes+60*r.hours;return i===a?0:i>a?1:-1},Io=function(e){return(e.hours<10?"0"+e.hours:e.hours)+":"+(e.minutes<10?"0"+e.minutes:e.minutes)},Fo=function(e,t){var n=Lo(e),r=Lo(t),i={hours:n.hours,minutes:n.minutes};return i.minutes+=r.minutes,i.hours+=r.hours,i.hours+=Math.floor(i.minutes/60),i.minutes=i.minutes%60,Io(i)},No={components:{ElScrollbar:Q.a},watch:{value:function(e){var t=this;e&&this.$nextTick((function(){return t.scrollToOption()}))}},methods:{handleClick:function(e){e.disabled||this.$emit("pick",e.value)},handleClear:function(){this.$emit("pick",null)},scrollToOption:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:".selected",t=this.$refs.popper.querySelector(".el-picker-panel__content");nr()(t,t.querySelector(e))},handleMenuEnter:function(){var e=this,t=-1!==this.items.map((function(e){return e.value})).indexOf(this.value),n=-1!==this.items.map((function(e){return e.value})).indexOf(this.defaultValue),r=(t?".selected":n&&".default")||".time-select-item:not(.disabled)";this.$nextTick((function(){return e.scrollToOption(r)}))},scrollDown:function(e){var t=this.items,n=t.length,r=t.length,i=t.map((function(e){return e.value})).indexOf(this.value);while(r--)if(i=(i+e+n)%n,!t[i].disabled)return void this.$emit("pick",t[i].value,!0)},isValidValue:function(e){return-1!==this.items.filter((function(e){return!e.disabled})).map((function(e){return e.value})).indexOf(e)},handleKeydown:function(e){var t=e.keyCode;if(38===t||40===t){var n={40:1,38:-1},r=n[t.toString()];return this.scrollDown(r),void e.stopPropagation()}}},data:function(){return{popperClass:"",start:"09:00",end:"18:00",step:"00:30",value:"",defaultValue:"",visible:!1,minTime:"",maxTime:"",width:0}},computed:{items:function(){var e=this.start,t=this.end,n=this.step,r=[];if(e&&t&&n){var i=e;while(Oo(i,t)<=0)r.push({value:i,disabled:Oo(i,this.minTime||"-1:-1")<=0||Oo(i,this.maxTime||"100:100")>=0}),i=Fo(i,n)}return r}}},Po=No,Ro=s(Po,Bo,Do,!1,null,null,null);Ro.options.__file="packages/date-picker/src/panel/time-select.vue";var Ho=Ro.exports,Uo={mixins:[wa],name:"ElTimeSelect",componentName:"ElTimeSelect",props:{type:{type:String,default:"time-select"}},beforeCreate:function(){this.panel=Ho},install:function(e){e.component(Uo.name,Uo)}},zo=Uo,Yo=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-time-range-picker el-picker-panel el-popper",class:e.popperClass},[n("div",{staticClass:"el-time-range-picker__content"},[n("div",{staticClass:"el-time-range-picker__cell"},[n("div",{staticClass:"el-time-range-picker__header"},[e._v(e._s(e.t("el.datepicker.startTime")))]),n("div",{staticClass:"el-time-range-picker__body el-time-panel__content",class:{"has-seconds":e.showSeconds,"is-arrow":e.arrowControl}},[n("time-spinner",{ref:"minSpinner",attrs:{"show-seconds":e.showSeconds,"am-pm-mode":e.amPmMode,"arrow-control":e.arrowControl,date:e.minDate},on:{change:e.handleMinChange,"select-range":e.setMinSelectionRange}})],1)]),n("div",{staticClass:"el-time-range-picker__cell"},[n("div",{staticClass:"el-time-range-picker__header"},[e._v(e._s(e.t("el.datepicker.endTime")))]),n("div",{staticClass:"el-time-range-picker__body el-time-panel__content",class:{"has-seconds":e.showSeconds,"is-arrow":e.arrowControl}},[n("time-spinner",{ref:"maxSpinner",attrs:{"show-seconds":e.showSeconds,"am-pm-mode":e.amPmMode,"arrow-control":e.arrowControl,date:e.maxDate},on:{change:e.handleMaxChange,"select-range":e.setMaxSelectionRange}})],1)])]),n("div",{staticClass:"el-time-panel__footer"},[n("button",{staticClass:"el-time-panel__btn cancel",attrs:{type:"button"},on:{click:function(t){e.handleCancel()}}},[e._v(e._s(e.t("el.datepicker.cancel")))]),n("button",{staticClass:"el-time-panel__btn confirm",attrs:{type:"button",disabled:e.btnDisabled},on:{click:function(t){e.handleConfirm()}}},[e._v(e._s(e.t("el.datepicker.confirm")))])])])])},$o=[];Yo._withStripped=!0;var jo=Object(ia["parseDate"])("00:00:00","HH:mm:ss"),Qo=Object(ia["parseDate"])("23:59:59","HH:mm:ss"),Vo=function(e){return Object(ia["modifyDate"])(jo,e.getFullYear(),e.getMonth(),e.getDate())},Wo=function(e){return Object(ia["modifyDate"])(Qo,e.getFullYear(),e.getMonth(),e.getDate())},Ko=function(e,t){return new Date(Math.min(e.getTime()+t,Wo(e).getTime()))},Go={mixins:[v.a],components:{TimeSpinner:La},computed:{showSeconds:function(){return-1!==(this.format||"").indexOf("ss")},offset:function(){return this.showSeconds?11:8},spinner:function(){return this.selectionRange[0]this.maxDate.getTime()},amPmMode:function(){return-1!==(this.format||"").indexOf("A")?"A":-1!==(this.format||"").indexOf("a")?"a":""}},data:function(){return{popperClass:"",minDate:new Date,maxDate:new Date,value:[],oldValue:[new Date,new Date],defaultValue:null,format:"HH:mm:ss",visible:!1,selectionRange:[0,2],arrowControl:!1}},watch:{value:function(e){Array.isArray(e)?(this.minDate=new Date(e[0]),this.maxDate=new Date(e[1])):Array.isArray(this.defaultValue)?(this.minDate=new Date(this.defaultValue[0]),this.maxDate=new Date(this.defaultValue[1])):this.defaultValue?(this.minDate=new Date(this.defaultValue),this.maxDate=Ko(new Date(this.defaultValue),36e5)):(this.minDate=new Date,this.maxDate=Ko(new Date,36e5))},visible:function(e){var t=this;e&&(this.oldValue=this.value,this.$nextTick((function(){return t.$refs.minSpinner.emitSelectRange("hours")})))}},methods:{handleClear:function(){this.$emit("pick",null)},handleCancel:function(){this.$emit("pick",this.oldValue)},handleMinChange:function(e){this.minDate=Object(ia["clearMilliseconds"])(e),this.handleChange()},handleMaxChange:function(e){this.maxDate=Object(ia["clearMilliseconds"])(e),this.handleChange()},handleChange:function(){this.isValidValue([this.minDate,this.maxDate])&&(this.$refs.minSpinner.selectableRange=[[Vo(this.minDate),this.maxDate]],this.$refs.maxSpinner.selectableRange=[[this.minDate,Wo(this.maxDate)]],this.$emit("pick",[this.minDate,this.maxDate],!0))},setMinSelectionRange:function(e,t){this.$emit("select-range",e,t,"min"),this.selectionRange=[e,t]},setMaxSelectionRange:function(e,t){this.$emit("select-range",e,t,"max"),this.selectionRange=[e+this.offset,t+this.offset]},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.$refs.minSpinner.selectableRange,n=this.$refs.maxSpinner.selectableRange;this.minDate=Object(ia["limitTimeRange"])(this.minDate,t,this.format),this.maxDate=Object(ia["limitTimeRange"])(this.maxDate,n,this.format),this.$emit("pick",[this.minDate,this.maxDate],e)},adjustSpinners:function(){this.$refs.minSpinner.adjustSpinners(),this.$refs.maxSpinner.adjustSpinners()},changeSelectionRange:function(e){var t=this.showSeconds?[0,3,6,11,14,17]:[0,3,8,11],n=["hours","minutes"].concat(this.showSeconds?["seconds"]:[]),r=t.indexOf(this.selectionRange[0]),i=(r+e+t.length)%t.length,a=t.length/2;i-1}},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:200},title:String,disabled:Boolean,content:String,reference:{},popperClass:String,width:{},visibleArrow:{default:!0},arrowOffset:{type:Number,default:0},transition:{type:String,default:"fade-in-linear"},tabindex:{type:Number,default:0}},computed:{tooltipId:function(){return"el-popover-"+Object(A["generateId"])()}},watch:{showPopper:function(e){this.disabled||(e?this.$emit("show"):this.$emit("hide"))}},mounted:function(){var e=this,t=this.referenceElm=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!t&&this.$refs.wrapper.children&&(t=this.referenceElm=this.$refs.wrapper.children[0]),t&&(Object(Re["addClass"])(t,"el-popover__reference"),t.setAttribute("aria-describedby",this.tooltipId),t.setAttribute("tabindex",this.tabindex),n.setAttribute("tabindex",0),"click"!==this.trigger&&(Object(Re["on"])(t,"focusin",(function(){e.handleFocus();var n=t.__vue__;n&&"function"===typeof n.focus&&n.focus()})),Object(Re["on"])(n,"focusin",this.handleFocus),Object(Re["on"])(t,"focusout",this.handleBlur),Object(Re["on"])(n,"focusout",this.handleBlur)),Object(Re["on"])(t,"keydown",this.handleKeydown),Object(Re["on"])(t,"click",this.handleClick)),"click"===this.trigger?(Object(Re["on"])(t,"click",this.doToggle),Object(Re["on"])(document,"click",this.handleDocumentClick)):"hover"===this.trigger?(Object(Re["on"])(t,"mouseenter",this.handleMouseEnter),Object(Re["on"])(n,"mouseenter",this.handleMouseEnter),Object(Re["on"])(t,"mouseleave",this.handleMouseLeave),Object(Re["on"])(n,"mouseleave",this.handleMouseLeave)):"focus"===this.trigger&&(this.tabindex<0&&console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"),t.querySelector("input, textarea")?(Object(Re["on"])(t,"focusin",this.doShow),Object(Re["on"])(t,"focusout",this.doClose)):(Object(Re["on"])(t,"mousedown",this.doShow),Object(Re["on"])(t,"mouseup",this.doClose)))},beforeDestroy:function(){this.cleanup()},deactivated:function(){this.cleanup()},methods:{doToggle:function(){this.showPopper=!this.showPopper},doShow:function(){this.showPopper=!0},doClose:function(){this.showPopper=!1},handleFocus:function(){Object(Re["addClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!0)},handleClick:function(){Object(Re["removeClass"])(this.referenceElm,"focusing")},handleBlur:function(){Object(Re["removeClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!1)},handleMouseEnter:function(){var e=this;clearTimeout(this._timer),this.openDelay?this._timer=setTimeout((function(){e.showPopper=!0}),this.openDelay):this.showPopper=!0},handleKeydown:function(e){27===e.keyCode&&"manual"!==this.trigger&&this.doClose()},handleMouseLeave:function(){var e=this;clearTimeout(this._timer),this.closeDelay?this._timer=setTimeout((function(){e.showPopper=!1}),this.closeDelay):this.showPopper=!1},handleDocumentClick:function(e){var t=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!t&&this.$refs.wrapper.children&&(t=this.referenceElm=this.$refs.wrapper.children[0]),this.$el&&t&&!this.$el.contains(e.target)&&!t.contains(e.target)&&n&&!n.contains(e.target)&&(this.showPopper=!1)},handleAfterEnter:function(){this.$emit("after-enter")},handleAfterLeave:function(){this.$emit("after-leave"),this.doDestroy()},cleanup:function(){(this.openDelay||this.closeDelay)&&clearTimeout(this._timer)}},destroyed:function(){var e=this.reference;Object(Re["off"])(e,"click",this.doToggle),Object(Re["off"])(e,"mouseup",this.doClose),Object(Re["off"])(e,"mousedown",this.doShow),Object(Re["off"])(e,"focusin",this.doShow),Object(Re["off"])(e,"focusout",this.doClose),Object(Re["off"])(e,"mousedown",this.doShow),Object(Re["off"])(e,"mouseup",this.doClose),Object(Re["off"])(e,"mouseleave",this.handleMouseLeave),Object(Re["off"])(e,"mouseenter",this.handleMouseEnter),Object(Re["off"])(document,"click",this.handleDocumentClick)}},is=rs,as=s(is,ts,ns,!1,null,null,null);as.options.__file="packages/popover/src/main.vue";var os=as.exports,ss=function(e,t,n){var r=t.expression?t.value:t.arg,i=n.context.$refs[r];i&&(Array.isArray(i)?i[0].$refs.reference=e:i.$refs.reference=e)},ls={bind:function(e,t,n){ss(e,t,n)},inserted:function(e,t,n){ss(e,t,n)}};Yr.a.directive("popover",ls),os.install=function(e){e.directive("popover",ls),e.component(os.name,os)},os.directive=ls;var cs=os,us={name:"ElTooltip",mixins:[$.a],props:{openDelay:{type:Number,default:0},disabled:Boolean,manual:Boolean,effect:{type:String,default:"dark"},arrowOffset:{type:Number,default:0},popperClass:String,content:String,visibleArrow:{default:!0},transition:{type:String,default:"el-fade-in-linear"},popperOptions:{default:function(){return{boundariesPadding:10,gpuAcceleration:!1}}},enterable:{type:Boolean,default:!0},hideAfter:{type:Number,default:0},tabindex:{type:Number,default:0}},data:function(){return{tooltipId:"el-tooltip-"+Object(A["generateId"])(),timeoutPending:null,focusing:!1}},beforeCreate:function(){var e=this;this.$isServer||(this.popperVM=new Yr.a({data:{node:""},render:function(e){return this.node}}).$mount(),this.debounceClose=P()(200,(function(){return e.handleClosePopper()})))},render:function(e){var t=this;this.popperVM&&(this.popperVM.node=e("transition",{attrs:{name:this.transition},on:{afterLeave:this.doDestroy}},[e("div",{on:{mouseleave:function(){t.setExpectedState(!1),t.debounceClose()},mouseenter:function(){t.setExpectedState(!0)}},ref:"popper",attrs:{role:"tooltip",id:this.tooltipId,"aria-hidden":this.disabled||!this.showPopper?"true":"false"},directives:[{name:"show",value:!this.disabled&&this.showPopper}],class:["el-tooltip__popper","is-"+this.effect,this.popperClass]},[this.$slots.content||this.content])]));var n=this.getFirstElement();if(!n)return null;var r=n.data=n.data||{};return r.staticClass=this.addTooltipClass(r.staticClass),n},mounted:function(){var e=this;this.referenceElm=this.$el,1===this.$el.nodeType&&(this.$el.setAttribute("aria-describedby",this.tooltipId),this.$el.setAttribute("tabindex",this.tabindex),Object(Re["on"])(this.referenceElm,"mouseenter",this.show),Object(Re["on"])(this.referenceElm,"mouseleave",this.hide),Object(Re["on"])(this.referenceElm,"focus",(function(){if(e.$slots.default&&e.$slots.default.length){var t=e.$slots.default[0].componentInstance;t&&t.focus?t.focus():e.handleFocus()}else e.handleFocus()})),Object(Re["on"])(this.referenceElm,"blur",this.handleBlur),Object(Re["on"])(this.referenceElm,"click",this.removeFocusing)),this.value&&this.popperVM&&this.popperVM.$nextTick((function(){e.value&&e.updatePopper()}))},watch:{focusing:function(e){e?Object(Re["addClass"])(this.referenceElm,"focusing"):Object(Re["removeClass"])(this.referenceElm,"focusing")}},methods:{show:function(){this.setExpectedState(!0),this.handleShowPopper()},hide:function(){this.setExpectedState(!1),this.debounceClose()},handleFocus:function(){this.focusing=!0,this.show()},handleBlur:function(){this.focusing=!1,this.hide()},removeFocusing:function(){this.focusing=!1},addTooltipClass:function(e){return e?"el-tooltip "+e.replace("el-tooltip",""):"el-tooltip"},handleShowPopper:function(){var e=this;this.expectedState&&!this.manual&&(clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.showPopper=!0}),this.openDelay),this.hideAfter>0&&(this.timeoutPending=setTimeout((function(){e.showPopper=!1}),this.hideAfter)))},handleClosePopper:function(){this.enterable&&this.expectedState||this.manual||(clearTimeout(this.timeout),this.timeoutPending&&clearTimeout(this.timeoutPending),this.showPopper=!1,this.disabled&&this.doDestroy())},setExpectedState:function(e){!1===e&&clearTimeout(this.timeoutPending),this.expectedState=e},getFirstElement:function(){var e=this.$slots.default;if(!Array.isArray(e))return null;for(var t=null,n=0;n0){Es=Bs.shift();var t=Es.options;for(var n in t)t.hasOwnProperty(n)&&(Ts[n]=t[n]);void 0===t.callback&&(Ts.callback=Ds);var r=Ts.callback;Ts.callback=function(t,n){r(t,n),e()},Object(Cs["isVNode"])(Ts.message)?(Ts.$slots.default=[Ts.message],Ts.message=null):delete Ts.$slots.default,["modal","showClose","closeOnClickModal","closeOnPressEscape","closeOnHashChange"].forEach((function(e){void 0===Ts[e]&&(Ts[e]=!0)})),document.body.appendChild(Ts.$el),Yr.a.nextTick((function(){Ts.visible=!0}))}},Is=function e(t,n){if(!Yr.a.prototype.$isServer){if("string"===typeof t||Object(Cs["isVNode"])(t)?(t={message:t},"string"===typeof arguments[1]&&(t.title=arguments[1])):t.callback&&!n&&(n=t.callback),"undefined"!==typeof Promise)return new Promise((function(r,i){Bs.push({options:St()({},ks,e.defaults,t),callback:n,resolve:r,reject:i}),Os()}));Bs.push({options:St()({},ks,e.defaults,t),callback:n}),Os()}};Is.setDefaults=function(e){Is.defaults=e},Is.alert=function(e,t,n){return"object"===("undefined"===typeof t?"undefined":Ss(t))?(n=t,t=""):void 0===t&&(t=""),Is(St()({title:t,message:e,$type:"alert",closeOnPressEscape:!1,closeOnClickModal:!1},n))},Is.confirm=function(e,t,n){return"object"===("undefined"===typeof t?"undefined":Ss(t))?(n=t,t=""):void 0===t&&(t=""),Is(St()({title:t,message:e,$type:"confirm",showCancelButton:!0},n))},Is.prompt=function(e,t,n){return"object"===("undefined"===typeof t?"undefined":Ss(t))?(n=t,t=""):void 0===t&&(t=""),Is(St()({title:t,message:e,showCancelButton:!0,showInput:!0,$type:"prompt"},n))},Is.close=function(){Ts.doClose(),Ts.visible=!1,Bs=[],Es=null};var Fs=Is,Ns=Fs,Ps=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-breadcrumb",attrs:{"aria-label":"Breadcrumb",role:"navigation"}},[e._t("default")],2)},Rs=[];Ps._withStripped=!0;var Hs={name:"ElBreadcrumb",props:{separator:{type:String,default:"/"},separatorClass:{type:String,default:""}},provide:function(){return{elBreadcrumb:this}},mounted:function(){var e=this.$el.querySelectorAll(".el-breadcrumb__item");e.length&&e[e.length-1].setAttribute("aria-current","page")}},Us=Hs,zs=s(Us,Ps,Rs,!1,null,null,null);zs.options.__file="packages/breadcrumb/src/breadcrumb.vue";var Ys=zs.exports;Ys.install=function(e){e.component(Ys.name,Ys)};var $s=Ys,js=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"el-breadcrumb__item"},[n("span",{ref:"link",class:["el-breadcrumb__inner",e.to?"is-link":""],attrs:{role:"link"}},[e._t("default")],2),e.separatorClass?n("i",{staticClass:"el-breadcrumb__separator",class:e.separatorClass}):n("span",{staticClass:"el-breadcrumb__separator",attrs:{role:"presentation"}},[e._v(e._s(e.separator))])])},Qs=[];js._withStripped=!0;var Vs={name:"ElBreadcrumbItem",props:{to:{},replace:Boolean},data:function(){return{separator:"",separatorClass:""}},inject:["elBreadcrumb"],mounted:function(){var e=this;this.separator=this.elBreadcrumb.separator,this.separatorClass=this.elBreadcrumb.separatorClass;var t=this.$refs.link;t.setAttribute("role","link"),t.addEventListener("click",(function(t){var n=e.to,r=e.$router;n&&r&&(e.replace?r.replace(n):r.push(n))}))}},Ws=Vs,Ks=s(Ws,js,Qs,!1,null,null,null);Ks.options.__file="packages/breadcrumb/src/breadcrumb-item.vue";var Gs=Ks.exports;Gs.install=function(e){e.component(Gs.name,Gs)};var Xs=Gs,qs=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{staticClass:"el-form",class:[e.labelPosition?"el-form--label-"+e.labelPosition:"",{"el-form--inline":e.inline}]},[e._t("default")],2)},Js=[];qs._withStripped=!0;var Zs={name:"ElForm",componentName:"ElForm",provide:function(){return{elForm:this}},props:{model:Object,rules:Object,labelPosition:String,labelWidth:String,labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},size:String,disabled:Boolean,validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:{type:Boolean,default:!1}},watch:{rules:function(){this.fields.forEach((function(e){e.removeValidateEvents(),e.addValidateEvents()})),this.validateOnRuleChange&&this.validate((function(){}))}},computed:{autoLabelWidth:function(){if(!this.potentialLabelWidthArr.length)return 0;var e=Math.max.apply(Math,this.potentialLabelWidthArr);return e?e+"px":""}},data:function(){return{fields:[],potentialLabelWidthArr:[]}},created:function(){var e=this;this.$on("el.form.addField",(function(t){t&&e.fields.push(t)})),this.$on("el.form.removeField",(function(t){t.prop&&e.fields.splice(e.fields.indexOf(t),1)}))},methods:{resetFields:function(){this.model?this.fields.forEach((function(e){e.resetField()})):console.warn("[Element Warn][Form]model is required for resetFields to work.")},clearValidate:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=e.length?"string"===typeof e?this.fields.filter((function(t){return e===t.prop})):this.fields.filter((function(t){return e.indexOf(t.prop)>-1})):this.fields;t.forEach((function(e){e.clearValidate()}))},validate:function(e){var t=this;if(this.model){var n=void 0;"function"!==typeof e&&window.Promise&&(n=new window.Promise((function(t,n){e=function(e){e?t(e):n(e)}})));var r=!0,i=0;0===this.fields.length&&e&&e(!0);var a={};return this.fields.forEach((function(n){n.validate("",(function(n,o){n&&(r=!1),a=St()({},a,o),"function"===typeof e&&++i===t.fields.length&&e(r,a)}))})),n||void 0}console.warn("[Element Warn][Form]model is required for validate to work!")},validateField:function(e,t){e=[].concat(e);var n=this.fields.filter((function(t){return-1!==e.indexOf(t.prop)}));n.length?n.forEach((function(e){e.validate("",t)})):console.warn("[Element Warn]please pass correct props!")},getLabelWidthIndex:function(e){var t=this.potentialLabelWidthArr.indexOf(e);if(-1===t)throw new Error("[ElementForm]unpected width ",e);return t},registerLabelWidth:function(e,t){if(e&&t){var n=this.getLabelWidthIndex(t);this.potentialLabelWidthArr.splice(n,1,e)}else e&&this.potentialLabelWidthArr.push(e)},deregisterLabelWidth:function(e){var t=this.getLabelWidthIndex(e);this.potentialLabelWidthArr.splice(t,1)}}},el=Zs,tl=s(el,qs,Js,!1,null,null,null);tl.options.__file="packages/form/src/form.vue";var nl=tl.exports;nl.install=function(e){e.component(nl.name,nl)};var rl=nl,il=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-form-item",class:[{"el-form-item--feedback":e.elForm&&e.elForm.statusIcon,"is-error":"error"===e.validateState,"is-validating":"validating"===e.validateState,"is-success":"success"===e.validateState,"is-required":e.isRequired||e.required,"is-no-asterisk":e.elForm&&e.elForm.hideRequiredAsterisk},e.sizeClass?"el-form-item--"+e.sizeClass:""]},[n("label-wrap",{attrs:{"is-auto-width":e.labelStyle&&"auto"===e.labelStyle.width,"update-all":"auto"===e.form.labelWidth}},[e.label||e.$slots.label?n("label",{staticClass:"el-form-item__label",style:e.labelStyle,attrs:{for:e.labelFor}},[e._t("label",[e._v(e._s(e.label+e.form.labelSuffix))])],2):e._e()]),n("div",{staticClass:"el-form-item__content",style:e.contentStyle},[e._t("default"),n("transition",{attrs:{name:"el-zoom-in-top"}},["error"===e.validateState&&e.showMessage&&e.form.showMessage?e._t("error",[n("div",{staticClass:"el-form-item__error",class:{"el-form-item__error--inline":"boolean"===typeof e.inlineMessage?e.inlineMessage:e.elForm&&e.elForm.inlineMessage||!1}},[e._v("\n "+e._s(e.validateMessage)+"\n ")])],{error:e.validateMessage}):e._e()],2)],2)],1)},al=[];il._withStripped=!0;var ol,sl,ll=n(40),cl=n.n(ll),ul={props:{isAutoWidth:Boolean,updateAll:Boolean},inject:["elForm","elFormItem"],render:function(){var e=arguments[0],t=this.$slots.default;if(!t)return null;if(this.isAutoWidth){var n=this.elForm.autoLabelWidth,r={};if(n&&"auto"!==n){var i=parseInt(n,10)-this.computedWidth;i&&(r.marginLeft=i+"px")}return e("div",{class:"el-form-item__label-wrap",style:r},[t])}return t[0]},methods:{getLabelWidth:function(){if(this.$el&&this.$el.firstElementChild){var e=window.getComputedStyle(this.$el.firstElementChild).width;return Math.ceil(parseFloat(e))}return 0},updateLabelWidth:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"update";this.$slots.default&&this.isAutoWidth&&this.$el.firstElementChild&&("update"===e?this.computedWidth=this.getLabelWidth():"remove"===e&&this.elForm.deregisterLabelWidth(this.computedWidth))}},watch:{computedWidth:function(e,t){this.updateAll&&(this.elForm.registerLabelWidth(e,t),this.elFormItem.updateComputedLabelWidth(e))}},data:function(){return{computedWidth:0}},mounted:function(){this.updateLabelWidth("update")},updated:function(){this.updateLabelWidth("update")},beforeDestroy:function(){this.updateLabelWidth("remove")}},hl=ul,dl=s(hl,ol,sl,!1,null,null,null);dl.options.__file="packages/form/src/label-wrap.vue";var fl=dl.exports,pl={name:"ElFormItem",componentName:"ElFormItem",mixins:[E.a],provide:function(){return{elFormItem:this}},inject:["elForm"],props:{label:String,labelWidth:String,prop:String,required:{type:Boolean,default:void 0},rules:[Object,Array],error:String,validateStatus:String,for:String,inlineMessage:{type:[String,Boolean],default:""},showMessage:{type:Boolean,default:!0},size:String},components:{LabelWrap:fl},watch:{error:{immediate:!0,handler:function(e){this.validateMessage=e,this.validateState=e?"error":""}},validateStatus:function(e){this.validateState=e}},computed:{labelFor:function(){return this.for||this.prop},labelStyle:function(){var e={};if("top"===this.form.labelPosition)return e;var t=this.labelWidth||this.form.labelWidth;return t&&(e.width=t),e},contentStyle:function(){var e={},t=this.label;if("top"===this.form.labelPosition||this.form.inline)return e;if(!t&&!this.labelWidth&&this.isNested)return e;var n=this.labelWidth||this.form.labelWidth;return"auto"===n?"auto"===this.labelWidth?e.marginLeft=this.computedLabelWidth:"auto"===this.form.labelWidth&&(e.marginLeft=this.elForm.autoLabelWidth):e.marginLeft=n,e},form:function(){var e=this.$parent,t=e.$options.componentName;while("ElForm"!==t)"ElFormItem"===t&&(this.isNested=!0),e=e.$parent,t=e.$options.componentName;return e},fieldValue:function(){var e=this.form.model;if(e&&this.prop){var t=this.prop;return-1!==t.indexOf(":")&&(t=t.replace(/:/,".")),Object(A["getPropByPath"])(e,t,!0).v}},isRequired:function(){var e=this.getRules(),t=!1;return e&&e.length&&e.every((function(e){return!e.required||(t=!0,!1)})),t},_formSize:function(){return this.elForm.size},elFormItemSize:function(){return this.size||this._formSize},sizeClass:function(){return this.elFormItemSize||(this.$ELEMENT||{}).size}},data:function(){return{validateState:"",validateMessage:"",validateDisabled:!1,validator:{},isNested:!1,computedLabelWidth:""}},methods:{validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:A["noop"];this.validateDisabled=!1;var r=this.getFilteredRule(e);if((!r||0===r.length)&&void 0===this.required)return n(),!0;this.validateState="validating";var i={};r&&r.length>0&&r.forEach((function(e){delete e.trigger})),i[this.prop]=r;var a=new cl.a(i),o={};o[this.prop]=this.fieldValue,a.validate(o,{firstFields:!0},(function(e,r){t.validateState=e?"error":"success",t.validateMessage=e?e[0].message:"",n(t.validateMessage,r),t.elForm&&t.elForm.$emit("validate",t.prop,!e,t.validateMessage||null)}))},clearValidate:function(){this.validateState="",this.validateMessage="",this.validateDisabled=!1},resetField:function(){var e=this;this.validateState="",this.validateMessage="";var t=this.form.model,n=this.fieldValue,r=this.prop;-1!==r.indexOf(":")&&(r=r.replace(/:/,"."));var i=Object(A["getPropByPath"])(t,r,!0);this.validateDisabled=!0,Array.isArray(n)?i.o[i.k]=[].concat(this.initialValue):i.o[i.k]=this.initialValue,this.$nextTick((function(){e.validateDisabled=!1})),this.broadcast("ElTimeSelect","fieldReset",this.initialValue)},getRules:function(){var e=this.form.rules,t=this.rules,n=void 0!==this.required?{required:!!this.required}:[],r=Object(A["getPropByPath"])(e,this.prop||"");return e=e?r.o[this.prop||""]||r.v:[],[].concat(t||e||[]).concat(n)},getFilteredRule:function(e){var t=this.getRules();return t.filter((function(t){return!t.trigger||""===e||(Array.isArray(t.trigger)?t.trigger.indexOf(e)>-1:t.trigger===e)})).map((function(e){return St()({},e)}))},onFieldBlur:function(){this.validate("blur")},onFieldChange:function(){this.validateDisabled?this.validateDisabled=!1:this.validate("change")},updateComputedLabelWidth:function(e){this.computedLabelWidth=e?e+"px":""},addValidateEvents:function(){var e=this.getRules();(e.length||void 0!==this.required)&&(this.$on("el.form.blur",this.onFieldBlur),this.$on("el.form.change",this.onFieldChange))},removeValidateEvents:function(){this.$off()}},mounted:function(){if(this.prop){this.dispatch("ElForm","el.form.addField",[this]);var e=this.fieldValue;Array.isArray(e)&&(e=[].concat(e)),Object.defineProperty(this,"initialValue",{value:e}),this.addValidateEvents()}},beforeDestroy:function(){this.dispatch("ElForm","el.form.removeField",[this])}},ml=pl,gl=s(ml,il,al,!1,null,null,null);gl.options.__file="packages/form/src/form-item.vue";var vl=gl.exports;vl.install=function(e){e.component(vl.name,vl)};var Al=vl,yl=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-tabs__active-bar",class:"is-"+e.rootTabs.tabPosition,style:e.barStyle})},bl=[];yl._withStripped=!0;var _l={name:"TabBar",props:{tabs:Array},inject:["rootTabs"],computed:{barStyle:{get:function(){var e=this,t={},n=0,r=0,i=-1!==["top","bottom"].indexOf(this.rootTabs.tabPosition)?"width":"height",a="width"===i?"x":"y",o=function(e){return e.toLowerCase().replace(/( |^)[a-z]/g,(function(e){return e.toUpperCase()}))};this.tabs.every((function(t,a){var s=Object(A["arrayFind"])(e.$parent.$refs.tabs||[],(function(e){return e.id.replace("tab-","")===t.paneName}));if(!s)return!1;if(t.active){r=s["client"+o(i)];var l=window.getComputedStyle(s);return"width"===i&&e.tabs.length>1&&(r-=parseFloat(l.paddingLeft)+parseFloat(l.paddingRight)),"width"===i&&(n+=parseFloat(l.paddingLeft)),!1}return n+=s["client"+o(i)],!0}));var s="translate"+o(a)+"("+n+"px)";return t[i]=r+"px",t.transform=s,t.msTransform=s,t.webkitTransform=s,t}}}},wl=_l,xl=s(wl,yl,bl,!1,null,null,null);xl.options.__file="packages/tabs/src/tab-bar.vue";var Cl=xl.exports;function Sl(){}var kl,Ml,El=function(e){return e.toLowerCase().replace(/( |^)[a-z]/g,(function(e){return e.toUpperCase()}))},Tl={name:"TabNav",components:{TabBar:Cl},inject:["rootTabs"],props:{panes:Array,currentName:String,editable:Boolean,onTabClick:{type:Function,default:Sl},onTabRemove:{type:Function,default:Sl},type:String,stretch:Boolean},data:function(){return{scrollable:!1,navOffset:0,isFocus:!1,focusable:!0}},computed:{navStyle:function(){var e=-1!==["top","bottom"].indexOf(this.rootTabs.tabPosition)?"X":"Y";return{transform:"translate"+e+"(-"+this.navOffset+"px)"}},sizeName:function(){return-1!==["top","bottom"].indexOf(this.rootTabs.tabPosition)?"width":"height"}},methods:{scrollPrev:function(){var e=this.$refs.navScroll["offset"+El(this.sizeName)],t=this.navOffset;if(t){var n=t>e?t-e:0;this.navOffset=n}},scrollNext:function(){var e=this.$refs.nav["offset"+El(this.sizeName)],t=this.$refs.navScroll["offset"+El(this.sizeName)],n=this.navOffset;if(!(e-n<=t)){var r=e-n>2*t?n+t:e-t;this.navOffset=r}},scrollToActiveTab:function(){if(this.scrollable){var e=this.$refs.nav,t=this.$el.querySelector(".is-active");if(t){var n=this.$refs.navScroll,r=-1!==["top","bottom"].indexOf(this.rootTabs.tabPosition),i=t.getBoundingClientRect(),a=n.getBoundingClientRect(),o=r?e.offsetWidth-a.width:e.offsetHeight-a.height,s=this.navOffset,l=s;r?(i.lefta.right&&(l=s+i.right-a.right)):(i.topa.bottom&&(l=s+(i.bottom-a.bottom))),l=Math.max(l,0),this.navOffset=Math.min(l,o)}}},update:function(){if(this.$refs.nav){var e=this.sizeName,t=this.$refs.nav["offset"+El(e)],n=this.$refs.navScroll["offset"+El(e)],r=this.navOffset;if(n0&&(this.navOffset=0)}},changeTab:function(e){var t=e.keyCode,n=void 0,r=void 0,i=void 0;-1!==[37,38,39,40].indexOf(t)&&(i=e.currentTarget.querySelectorAll("[role=tab]"),r=Array.prototype.indexOf.call(i,e.target),n=37===t||38===t?0===r?i.length-1:r-1:r0&&void 0!==arguments[0]&&arguments[0];if(this.$slots.default){var n=this.$slots.default.filter((function(e){return e.tag&&e.componentOptions&&"ElTabPane"===e.componentOptions.Ctor.options.name})),r=n.map((function(e){var t=e.componentInstance;return t})),i=!(r.length===this.panes.length&&r.every((function(t,n){return t===e.panes[n]})));(t||i)&&(this.panes=r)}else 0!==this.panes.length&&(this.panes=[])},handleTabClick:function(e,t,n){e.disabled||(this.setCurrentName(t),this.$emit("tab-click",e,n))},handleTabRemove:function(e,t){e.disabled||(t.stopPropagation(),this.$emit("edit",e.name,"remove"),this.$emit("tab-remove",e.name))},handleTabAdd:function(){this.$emit("edit",null,"add"),this.$emit("tab-add")},setCurrentName:function(e){var t=this,n=function(){t.currentName=e,t.$emit("input",e)};if(this.currentName!==e&&this.beforeLeave){var r=this.beforeLeave(e,this.currentName);r&&r.then?r.then((function(){n(),t.$refs.nav&&t.$refs.nav.removeFocus()}),(function(){})):!1!==r&&n()}else n()}},render:function(e){var t,n=this.type,r=this.handleTabClick,i=this.handleTabRemove,a=this.handleTabAdd,o=this.currentName,s=this.panes,l=this.editable,c=this.addable,u=this.tabPosition,h=this.stretch,d=l||c?e("span",{class:"el-tabs__new-tab",on:{click:a,keydown:function(e){13===e.keyCode&&a()}},attrs:{tabindex:"0"}},[e("i",{class:"el-icon-plus"})]):null,f={props:{currentName:o,onTabClick:r,onTabRemove:i,editable:l,type:n,panes:s,stretch:h},ref:"nav"},p=e("div",{class:["el-tabs__header","is-"+u]},[d,e("tab-nav",f)]),m=e("div",{class:"el-tabs__content"},[this.$slots.default]);return e("div",{class:(t={"el-tabs":!0,"el-tabs--card":"card"===n},t["el-tabs--"+u]=!0,t["el-tabs--border-card"]="border-card"===n,t)},["bottom"!==u?[p,m]:[m,p]])},created:function(){this.currentName||this.setCurrentName("0"),this.$on("tab-nav-update",this.calcPaneInstances.bind(null,!0))},mounted:function(){this.calcPaneInstances()},updated:function(){this.calcPaneInstances()}},Nl=Fl,Pl=s(Nl,Ll,Ol,!1,null,null,null);Pl.options.__file="packages/tabs/src/tabs.vue";var Rl=Pl.exports;Rl.install=function(e){e.component(Rl.name,Rl)};var Hl=Rl,Ul=function(){var e=this,t=e.$createElement,n=e._self._c||t;return!e.lazy||e.loaded||e.active?n("div",{directives:[{name:"show",rawName:"v-show",value:e.active,expression:"active"}],staticClass:"el-tab-pane",attrs:{role:"tabpanel","aria-hidden":!e.active,id:"pane-"+e.paneName,"aria-labelledby":"tab-"+e.paneName}},[e._t("default")],2):e._e()},zl=[];Ul._withStripped=!0;var Yl={name:"ElTabPane",componentName:"ElTabPane",props:{label:String,labelContent:Function,name:String,closable:Boolean,disabled:Boolean,lazy:Boolean},data:function(){return{index:null,loaded:!1}},computed:{isClosable:function(){return this.closable||this.$parent.closable},active:function(){var e=this.$parent.currentName===(this.name||this.index);return e&&(this.loaded=!0),e},paneName:function(){return this.name||this.index}},updated:function(){this.$parent.$emit("tab-nav-update")}},$l=Yl,jl=s($l,Ul,zl,!1,null,null,null);jl.options.__file="packages/tabs/src/tab-pane.vue";var Ql=jl.exports;Ql.install=function(e){e.component(Ql.name,Ql)};var Vl,Wl,Kl=Ql,Gl={name:"ElTag",props:{text:String,closable:Boolean,type:String,hit:Boolean,disableTransitions:Boolean,color:String,size:String,effect:{type:String,default:"light",validator:function(e){return-1!==["dark","light","plain"].indexOf(e)}}},methods:{handleClose:function(e){e.stopPropagation(),this.$emit("close",e)},handleClick:function(e){this.$emit("click",e)}},computed:{tagSize:function(){return this.size||(this.$ELEMENT||{}).size}},render:function(e){var t=this.type,n=this.tagSize,r=this.hit,i=this.effect,a=["el-tag",t?"el-tag--"+t:"",n?"el-tag--"+n:"",i?"el-tag--"+i:"",r&&"is-hit"],o=e("span",{class:a,style:{backgroundColor:this.color},on:{click:this.handleClick}},[this.$slots.default,this.closable&&e("i",{class:"el-tag__close el-icon-close",on:{click:this.handleClose}})]);return this.disableTransitions?o:e("transition",{attrs:{name:"el-zoom-in-center"}},[o])}},Xl=Gl,ql=s(Xl,Vl,Wl,!1,null,null,null);ql.options.__file="packages/tag/src/tag.vue";var Jl=ql.exports;Jl.install=function(e){e.component(Jl.name,Jl)};var Zl=Jl,ec=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-tree",class:{"el-tree--highlight-current":e.highlightCurrent,"is-dragging":!!e.dragState.draggingNode,"is-drop-not-allow":!e.dragState.allowDrop,"is-drop-inner":"inner"===e.dragState.dropType},attrs:{role:"tree"}},[e._l(e.root.childNodes,(function(t){return n("el-tree-node",{key:e.getNodeKey(t),attrs:{node:t,props:e.props,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,"render-content":e.renderContent},on:{"node-expand":e.handleNodeExpand}})})),e.isEmpty?n("div",{staticClass:"el-tree__empty-block"},[n("span",{staticClass:"el-tree__empty-text"},[e._v(e._s(e.emptyText))])]):e._e(),n("div",{directives:[{name:"show",rawName:"v-show",value:e.dragState.showDropIndicator,expression:"dragState.showDropIndicator"}],ref:"dropIndicator",staticClass:"el-tree__drop-indicator"})],2)},tc=[];ec._withStripped=!0;var nc="$treeNodeId",rc=function(e,t){t&&!t[nc]&&Object.defineProperty(t,nc,{value:e.id,enumerable:!1,configurable:!1,writable:!1})},ic=function(e,t){return e?t[e]:t[nc]},ac=function(e,t){var n=e;while(n&&"BODY"!==n.tagName){if(n.__vue__&&n.__vue__.$options.name===t)return n.__vue__;n=n.parentNode}return null},oc=function(){function e(e,t){for(var n=0;n0&&r.lazy&&r.defaultExpandAll&&this.expand(),Array.isArray(this.data)||rc(this,this.data),this.data){var o=r.defaultExpandedKeys,s=r.key;s&&o&&-1!==o.indexOf(this.key)&&this.expand(null,r.autoExpandParent),s&&void 0!==r.currentNodeKey&&this.key===r.currentNodeKey&&(r.currentNode=this,r.currentNode.isCurrent=!0),r.lazy&&r._initDefaultCheckedNode(this),this.updateLeafState()}}return e.prototype.setData=function(e){Array.isArray(e)||rc(this,e),this.data=e,this.childNodes=[];var t=void 0;t=0===this.level&&this.data instanceof Array?this.data:uc(this,"children")||[];for(var n=0,r=t.length;n1&&void 0!==arguments[1])||arguments[1],n=function n(r){for(var i=r.childNodes||[],a=!1,o=0,s=i.length;o-1&&t.splice(n,1);var r=this.childNodes.indexOf(e);r>-1&&(this.store&&this.store.deregisterNode(e),e.parent=null,this.childNodes.splice(r,1)),this.updateLeafState()},e.prototype.removeChildByData=function(e){for(var t=null,n=0;n0)r.expanded=!0,r=r.parent}n.expanded=!0,e&&e()};this.shouldLoadData()?this.loadData((function(e){e instanceof Array&&(n.checked?n.setChecked(!0,!0):n.store.checkStrictly||cc(n),r())})):r()},e.prototype.doCreateChildren=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.forEach((function(e){t.insertChild(St()({data:e},n),void 0,!0)}))},e.prototype.collapse=function(){this.expanded=!1},e.prototype.shouldLoadData=function(){return!0===this.store.lazy&&this.store.load&&!this.loaded},e.prototype.updateLeafState=function(){if(!0!==this.store.lazy||!0===this.loaded||"undefined"===typeof this.isLeafByUser){var e=this.childNodes;!this.store.lazy||!0===this.store.lazy&&!0===this.loaded?this.isLeaf=!e||0===e.length:this.isLeaf=!1}else this.isLeaf=this.isLeafByUser},e.prototype.setChecked=function(e,t,n,r){var i=this;if(this.indeterminate="half"===e,this.checked=!0===e,!this.store.checkStrictly){if(!this.shouldLoadData()||this.store.checkDescendants){var a=lc(this.childNodes),o=a.all,s=a.allWithoutDisable;this.isLeaf||o||!s||(this.checked=!1,e=!1);var l=function(){if(t){for(var n=i.childNodes,a=0,o=n.length;a0&&void 0!==arguments[0]&&arguments[0];if(0===this.level)return this.data;var t=this.data;if(!t)return null;var n=this.store.props,r="children";return n&&(r=n.children||"children"),void 0===t[r]&&(t[r]=null),e&&!t[r]&&(t[r]=[]),t[r]},e.prototype.updateChildren=function(){var e=this,t=this.getChildren()||[],n=this.childNodes.map((function(e){return e.data})),r={},i=[];t.forEach((function(e,t){var a=e[nc],o=!!a&&Object(A["arrayFindIndex"])(n,(function(e){return e[nc]===a}))>=0;o?r[a]={index:t,data:e}:i.push({index:t,data:e})})),this.store.lazy||n.forEach((function(t){r[t[nc]]||e.removeChildByData(t)})),i.forEach((function(t){var n=t.index,r=t.data;e.insertChild({data:r},n)})),this.updateLeafState()},e.prototype.loadData=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!0!==this.store.lazy||!this.store.load||this.loaded||this.loading&&!Object.keys(n).length)e&&e.call(this);else{this.loading=!0;var r=function(r){t.loaded=!0,t.loading=!1,t.childNodes=[],t.doCreateChildren(r,n),t.updateLeafState(),e&&e.call(t,r)};this.store.load(this,r)}},oc(e,[{key:"label",get:function(){return uc(this,"label")}},{key:"key",get:function(){var e=this.store.key;return this.data?this.data[e]:null}},{key:"disabled",get:function(){return uc(this,"disabled")}},{key:"nextSibling",get:function(){var e=this.parent;if(e){var t=e.childNodes.indexOf(this);if(t>-1)return e.childNodes[t+1]}return null}},{key:"previousSibling",get:function(){var e=this.parent;if(e){var t=e.childNodes.indexOf(this);if(t>-1)return t>0?e.childNodes[t-1]:null}return null}}]),e}(),fc=dc,pc="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function mc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var gc=function(){function e(t){var n=this;for(var r in mc(this,e),this.currentNode=null,this.currentNodeKey=null,t)t.hasOwnProperty(r)&&(this[r]=t[r]);if(this.nodesMap={},this.root=new fc({data:this.data,store:this}),this.lazy&&this.load){var i=this.load;i(this.root,(function(e){n.root.doCreateChildren(e),n._initDefaultCheckedNodes()}))}else this._initDefaultCheckedNodes()}return e.prototype.filter=function(e){var t=this.filterNodeMethod,n=this.lazy,r=function r(i){var a=i.root?i.root.childNodes:i.childNodes;if(a.forEach((function(n){n.visible=t.call(n,e,n.data,n),r(n)})),!i.visible&&a.length){var o=!0;o=!a.some((function(e){return e.visible})),i.root?i.root.visible=!1===o:i.visible=!1===o}e&&(!i.visible||i.isLeaf||n||i.expand())};r(this)},e.prototype.setData=function(e){var t=e!==this.root.data;t?(this.root.setData(e),this._initDefaultCheckedNodes()):this.root.updateChildren()},e.prototype.getNode=function(e){if(e instanceof fc)return e;var t="object"!==("undefined"===typeof e?"undefined":pc(e))?e:ic(this.key,e);return this.nodesMap[t]||null},e.prototype.insertBefore=function(e,t){var n=this.getNode(t);n.parent.insertBefore({data:e},n)},e.prototype.insertAfter=function(e,t){var n=this.getNode(t);n.parent.insertAfter({data:e},n)},e.prototype.remove=function(e){var t=this.getNode(e);t&&t.parent&&(t===this.currentNode&&(this.currentNode=null),t.parent.removeChild(t))},e.prototype.append=function(e,t){var n=t?this.getNode(t):this.root;n&&n.insertChild({data:e})},e.prototype._initDefaultCheckedNodes=function(){var e=this,t=this.defaultCheckedKeys||[],n=this.nodesMap;t.forEach((function(t){var r=n[t];r&&r.setChecked(!0,!e.checkStrictly)}))},e.prototype._initDefaultCheckedNode=function(e){var t=this.defaultCheckedKeys||[];-1!==t.indexOf(e.key)&&e.setChecked(!0,!this.checkStrictly)},e.prototype.setDefaultCheckedKey=function(e){e!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=e,this._initDefaultCheckedNodes())},e.prototype.registerNode=function(e){var t=this.key;if(t&&e&&e.data){var n=e.key;void 0!==n&&(this.nodesMap[e.key]=e)}},e.prototype.deregisterNode=function(e){var t=this,n=this.key;n&&e&&e.data&&(e.childNodes.forEach((function(e){t.deregisterNode(e)})),delete this.nodesMap[e.key])},e.prototype.getCheckedNodes=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=[],r=function r(i){var a=i.root?i.root.childNodes:i.childNodes;a.forEach((function(i){(i.checked||t&&i.indeterminate)&&(!e||e&&i.isLeaf)&&n.push(i.data),r(i)}))};return r(this),n},e.prototype.getCheckedKeys=function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return this.getCheckedNodes(t).map((function(t){return(t||{})[e.key]}))},e.prototype.getHalfCheckedNodes=function(){var e=[],t=function t(n){var r=n.root?n.root.childNodes:n.childNodes;r.forEach((function(n){n.indeterminate&&e.push(n.data),t(n)}))};return t(this),e},e.prototype.getHalfCheckedKeys=function(){var e=this;return this.getHalfCheckedNodes().map((function(t){return(t||{})[e.key]}))},e.prototype._getAllNodes=function(){var e=[],t=this.nodesMap;for(var n in t)t.hasOwnProperty(n)&&e.push(t[n]);return e},e.prototype.updateChildren=function(e,t){var n=this.nodesMap[e];if(n){for(var r=n.childNodes,i=r.length-1;i>=0;i--){var a=r[i];this.remove(a.data)}for(var o=0,s=t.length;o1&&void 0!==arguments[1]&&arguments[1],n=arguments[2],r=this._getAllNodes().sort((function(e,t){return t.level-e.level})),i=Object.create(null),a=Object.keys(n);r.forEach((function(e){return e.setChecked(!1,!1)}));for(var o=0,s=r.length;o-1;if(u){var h=l.parent;while(h&&h.level>0)i[h.data[e]]=!0,h=h.parent;l.isLeaf||this.checkStrictly?l.setChecked(!0,!1):(l.setChecked(!0,!0),t&&function(){l.setChecked(!1,!1);var e=function e(t){var n=t.childNodes;n.forEach((function(t){t.isLeaf||t.setChecked(!1,!1),e(t)}))};e(l)}())}else l.checked&&!i[c]&&l.setChecked(!1,!1)}},e.prototype.setCheckedNodes=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.key,r={};e.forEach((function(e){r[(e||{})[n]]=!0})),this._setCheckedKeys(n,t,r)},e.prototype.setCheckedKeys=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.defaultCheckedKeys=e;var n=this.key,r={};e.forEach((function(e){r[e]=!0})),this._setCheckedKeys(n,t,r)},e.prototype.setDefaultExpandedKeys=function(e){var t=this;e=e||[],this.defaultExpandedKeys=e,e.forEach((function(e){var n=t.getNode(e);n&&n.expand(null,t.autoExpandParent)}))},e.prototype.setChecked=function(e,t,n){var r=this.getNode(e);r&&r.setChecked(!!t,n)},e.prototype.getCurrentNode=function(){return this.currentNode},e.prototype.setCurrentNode=function(e){var t=this.currentNode;t&&(t.isCurrent=!1),this.currentNode=e,this.currentNode.isCurrent=!0},e.prototype.setUserCurrentNode=function(e){var t=e[this.key],n=this.nodesMap[t];this.setCurrentNode(n)},e.prototype.setCurrentNodeKey=function(e){if(null===e||void 0===e)return this.currentNode&&(this.currentNode.isCurrent=!1),void(this.currentNode=null);var t=this.getNode(e);t&&this.setCurrentNode(t)},e}(),vc=gc,Ac=function(){var e=this,t=this,n=t.$createElement,r=t._self._c||n;return r("div",{directives:[{name:"show",rawName:"v-show",value:t.node.visible,expression:"node.visible"}],ref:"node",staticClass:"el-tree-node",class:{"is-expanded":t.expanded,"is-current":t.node.isCurrent,"is-hidden":!t.node.visible,"is-focusable":!t.node.disabled,"is-checked":!t.node.disabled&&t.node.checked},attrs:{role:"treeitem",tabindex:"-1","aria-expanded":t.expanded,"aria-disabled":t.node.disabled,"aria-checked":t.node.checked,draggable:t.tree.draggable},on:{click:function(e){return e.stopPropagation(),t.handleClick(e)},contextmenu:function(t){return e.handleContextMenu(t)},dragstart:function(e){return e.stopPropagation(),t.handleDragStart(e)},dragover:function(e){return e.stopPropagation(),t.handleDragOver(e)},dragend:function(e){return e.stopPropagation(),t.handleDragEnd(e)},drop:function(e){return e.stopPropagation(),t.handleDrop(e)}}},[r("div",{staticClass:"el-tree-node__content",style:{"padding-left":(t.node.level-1)*t.tree.indent+"px"}},[r("span",{class:[{"is-leaf":t.node.isLeaf,expanded:!t.node.isLeaf&&t.expanded},"el-tree-node__expand-icon",t.tree.iconClass?t.tree.iconClass:"el-icon-caret-right"],on:{click:function(e){return e.stopPropagation(),t.handleExpandIconClick(e)}}}),t.showCheckbox?r("el-checkbox",{attrs:{indeterminate:t.node.indeterminate,disabled:!!t.node.disabled},on:{change:t.handleCheckChange},nativeOn:{click:function(e){e.stopPropagation()}},model:{value:t.node.checked,callback:function(e){t.$set(t.node,"checked",e)},expression:"node.checked"}}):t._e(),t.node.loading?r("span",{staticClass:"el-tree-node__loading-icon el-icon-loading"}):t._e(),r("node-content",{attrs:{node:t.node}})],1),r("el-collapse-transition",[!t.renderAfterExpand||t.childNodeRendered?r("div",{directives:[{name:"show",rawName:"v-show",value:t.expanded,expression:"expanded"}],staticClass:"el-tree-node__children",attrs:{role:"group","aria-expanded":t.expanded}},t._l(t.node.childNodes,(function(e){return r("el-tree-node",{key:t.getNodeKey(e),attrs:{"render-content":t.renderContent,"render-after-expand":t.renderAfterExpand,"show-checkbox":t.showCheckbox,node:e},on:{"node-expand":t.handleChildNodeExpand}})})),1):t._e()])],1)},yc=[];Ac._withStripped=!0;var bc={name:"ElTreeNode",componentName:"ElTreeNode",mixins:[E.a],props:{node:{default:function(){return{}}},props:{},renderContent:Function,renderAfterExpand:{type:Boolean,default:!0},showCheckbox:{type:Boolean,default:!1}},components:{ElCollapseTransition:We.a,ElCheckbox:Ir.a,NodeContent:{props:{node:{required:!0}},render:function(e){var t=this.$parent,n=t.tree,r=this.node,i=r.data,a=r.store;return t.renderContent?t.renderContent.call(t._renderProxy,e,{_self:n.$vnode.context,node:r,data:i,store:a}):n.$scopedSlots.default?n.$scopedSlots.default({node:r,data:i}):e("span",{class:"el-tree-node__label"},[r.label])}}},data:function(){return{tree:null,expanded:!1,childNodeRendered:!1,oldChecked:null,oldIndeterminate:null}},watch:{"node.indeterminate":function(e){this.handleSelectChange(this.node.checked,e)},"node.checked":function(e){this.handleSelectChange(e,this.node.indeterminate)},"node.expanded":function(e){var t=this;this.$nextTick((function(){return t.expanded=e})),e&&(this.childNodeRendered=!0)}},methods:{getNodeKey:function(e){return ic(this.tree.nodeKey,e.data)},handleSelectChange:function(e,t){this.oldChecked!==e&&this.oldIndeterminate!==t&&this.tree.$emit("check-change",this.node.data,e,t),this.oldChecked=e,this.indeterminate=t},handleClick:function(){var e=this.tree.store;e.setCurrentNode(this.node),this.tree.$emit("current-change",e.currentNode?e.currentNode.data:null,e.currentNode),this.tree.currentNode=this,this.tree.expandOnClickNode&&this.handleExpandIconClick(),this.tree.checkOnClickNode&&!this.node.disabled&&this.handleCheckChange(null,{target:{checked:!this.node.checked}}),this.tree.$emit("node-click",this.node.data,this.node,this)},handleContextMenu:function(e){this.tree._events["node-contextmenu"]&&this.tree._events["node-contextmenu"].length>0&&(e.stopPropagation(),e.preventDefault()),this.tree.$emit("node-contextmenu",e,this.node.data,this.node,this)},handleExpandIconClick:function(){this.node.isLeaf||(this.expanded?(this.tree.$emit("node-collapse",this.node.data,this.node,this),this.node.collapse()):(this.node.expand(),this.$emit("node-expand",this.node.data,this.node,this)))},handleCheckChange:function(e,t){var n=this;this.node.setChecked(t.target.checked,!this.tree.checkStrictly),this.$nextTick((function(){var e=n.tree.store;n.tree.$emit("check",n.node.data,{checkedNodes:e.getCheckedNodes(),checkedKeys:e.getCheckedKeys(),halfCheckedNodes:e.getHalfCheckedNodes(),halfCheckedKeys:e.getHalfCheckedKeys()})}))},handleChildNodeExpand:function(e,t,n){this.broadcast("ElTreeNode","tree-node-expand",t),this.tree.$emit("node-expand",e,t,n)},handleDragStart:function(e){this.tree.draggable&&this.tree.$emit("tree-node-drag-start",e,this)},handleDragOver:function(e){this.tree.draggable&&(this.tree.$emit("tree-node-drag-over",e,this),e.preventDefault())},handleDrop:function(e){e.preventDefault()},handleDragEnd:function(e){this.tree.draggable&&this.tree.$emit("tree-node-drag-end",e,this)}},created:function(){var e=this,t=this.$parent;t.isTree?this.tree=t:this.tree=t.tree;var n=this.tree;n||console.warn("Can not find node's tree.");var r=n.props||{},i=r["children"]||"children";this.$watch("node.data."+i,(function(){e.node.updateChildren()})),this.node.expanded&&(this.expanded=!0,this.childNodeRendered=!0),this.tree.accordion&&this.$on("tree-node-expand",(function(t){e.node!==t&&e.node.collapse()}))}},_c=bc,wc=s(_c,Ac,yc,!1,null,null,null);wc.options.__file="packages/tree/src/tree-node.vue";var xc=wc.exports,Cc={name:"ElTree",mixins:[E.a],components:{ElTreeNode:xc},data:function(){return{store:null,root:null,currentNode:null,treeItems:null,checkboxItems:[],dragState:{showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0}}},props:{data:{type:Array},emptyText:{type:String,default:function(){return Object(ps["t"])("el.tree.emptyText")}},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{default:function(){return{children:"children",label:"label",disabled:"disabled"}}},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},iconClass:String},computed:{children:{set:function(e){this.data=e},get:function(){return this.data}},treeItemArray:function(){return Array.prototype.slice.call(this.treeItems)},isEmpty:function(){var e=this.root.childNodes;return!e||0===e.length||e.every((function(e){var t=e.visible;return!t}))}},watch:{defaultCheckedKeys:function(e){this.store.setDefaultCheckedKey(e)},defaultExpandedKeys:function(e){this.store.defaultExpandedKeys=e,this.store.setDefaultExpandedKeys(e)},data:function(e){this.store.setData(e)},checkboxItems:function(e){Array.prototype.forEach.call(e,(function(e){e.setAttribute("tabindex",-1)}))},checkStrictly:function(e){this.store.checkStrictly=e}},methods:{filter:function(e){if(!this.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");this.store.filter(e)},getNodeKey:function(e){return ic(this.nodeKey,e.data)},getNodePath:function(e){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");var t=this.store.getNode(e);if(!t)return[];var n=[t.data],r=t.parent;while(r&&r!==this.root)n.push(r.data),r=r.parent;return n.reverse()},getCheckedNodes:function(e,t){return this.store.getCheckedNodes(e,t)},getCheckedKeys:function(e){return this.store.getCheckedKeys(e)},getCurrentNode:function(){var e=this.store.getCurrentNode();return e?e.data:null},getCurrentKey:function(){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");var e=this.getCurrentNode();return e?e[this.nodeKey]:null},setCheckedNodes:function(e,t){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");this.store.setCheckedNodes(e,t)},setCheckedKeys:function(e,t){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");this.store.setCheckedKeys(e,t)},setChecked:function(e,t,n){this.store.setChecked(e,t,n)},getHalfCheckedNodes:function(){return this.store.getHalfCheckedNodes()},getHalfCheckedKeys:function(){return this.store.getHalfCheckedKeys()},setCurrentNode:function(e){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");this.store.setUserCurrentNode(e)},setCurrentKey:function(e){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");this.store.setCurrentNodeKey(e)},getNode:function(e){return this.store.getNode(e)},remove:function(e){this.store.remove(e)},append:function(e,t){this.store.append(e,t)},insertBefore:function(e,t){this.store.insertBefore(e,t)},insertAfter:function(e,t){this.store.insertAfter(e,t)},handleNodeExpand:function(e,t,n){this.broadcast("ElTreeNode","tree-node-expand",t),this.$emit("node-expand",e,t,n)},updateKeyChildren:function(e,t){if(!this.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");this.store.updateChildren(e,t)},initTabIndex:function(){this.treeItems=this.$el.querySelectorAll(".is-focusable[role=treeitem]"),this.checkboxItems=this.$el.querySelectorAll("input[type=checkbox]");var e=this.$el.querySelectorAll(".is-checked[role=treeitem]");e.length?e[0].setAttribute("tabindex",0):this.treeItems[0]&&this.treeItems[0].setAttribute("tabindex",0)},handleKeydown:function(e){var t=e.target;if(-1!==t.className.indexOf("el-tree-node")){var n=e.keyCode;this.treeItems=this.$el.querySelectorAll(".is-focusable[role=treeitem]");var r=this.treeItemArray.indexOf(t),i=void 0;[38,40].indexOf(n)>-1&&(e.preventDefault(),i=38===n?0!==r?r-1:0:r-1&&(e.preventDefault(),t.click());var a=t.querySelector('[type="checkbox"]');[13,32].indexOf(n)>-1&&a&&(e.preventDefault(),a.click())}}},created:function(){var e=this;this.isTree=!0,this.store=new vc({key:this.nodeKey,data:this.data,lazy:this.lazy,props:this.props,load:this.load,currentNodeKey:this.currentNodeKey,checkStrictly:this.checkStrictly,checkDescendants:this.checkDescendants,defaultCheckedKeys:this.defaultCheckedKeys,defaultExpandedKeys:this.defaultExpandedKeys,autoExpandParent:this.autoExpandParent,defaultExpandAll:this.defaultExpandAll,filterNodeMethod:this.filterNodeMethod}),this.root=this.store.root;var t=this.dragState;this.$on("tree-node-drag-start",(function(n,r){if("function"===typeof e.allowDrag&&!e.allowDrag(r.node))return n.preventDefault(),!1;n.dataTransfer.effectAllowed="move";try{n.dataTransfer.setData("text/plain","")}catch(i){}t.draggingNode=r,e.$emit("node-drag-start",r.node,n)})),this.$on("tree-node-drag-over",(function(n,r){var i=ac(n.target,"ElTreeNode"),a=t.dropNode;a&&a!==i&&Object(Re["removeClass"])(a.$el,"is-drop-inner");var o=t.draggingNode;if(o&&i){var s=!0,l=!0,c=!0,u=!0;"function"===typeof e.allowDrop&&(s=e.allowDrop(o.node,i.node,"prev"),u=l=e.allowDrop(o.node,i.node,"inner"),c=e.allowDrop(o.node,i.node,"next")),n.dataTransfer.dropEffect=l?"move":"none",(s||l||c)&&a!==i&&(a&&e.$emit("node-drag-leave",o.node,a.node,n),e.$emit("node-drag-enter",o.node,i.node,n)),(s||l||c)&&(t.dropNode=i),i.node.nextSibling===o.node&&(c=!1),i.node.previousSibling===o.node&&(s=!1),i.node.contains(o.node,!1)&&(l=!1),(o.node===i.node||o.node.contains(i.node))&&(s=!1,l=!1,c=!1);var h=i.$el.getBoundingClientRect(),d=e.$el.getBoundingClientRect(),f=void 0,p=s?l?.25:c?.45:1:-1,m=c?l?.75:s?.55:0:1,g=-9999,v=n.clientY-h.top;f=vh.height*m?"after":l?"inner":"none";var A=i.$el.querySelector(".el-tree-node__expand-icon").getBoundingClientRect(),y=e.$refs.dropIndicator;"before"===f?g=A.top-d.top:"after"===f&&(g=A.bottom-d.top),y.style.top=g+"px",y.style.left=A.right-d.left+"px","inner"===f?Object(Re["addClass"])(i.$el,"is-drop-inner"):Object(Re["removeClass"])(i.$el,"is-drop-inner"),t.showDropIndicator="before"===f||"after"===f,t.allowDrop=t.showDropIndicator||u,t.dropType=f,e.$emit("node-drag-over",o.node,i.node,n)}})),this.$on("tree-node-drag-end",(function(n){var r=t.draggingNode,i=t.dropType,a=t.dropNode;if(n.preventDefault(),n.dataTransfer.dropEffect="move",r&&a){var o={data:r.node.data};"none"!==i&&r.node.remove(),"before"===i?a.node.parent.insertBefore(o,a.node):"after"===i?a.node.parent.insertAfter(o,a.node):"inner"===i&&a.node.insertChild(o),"none"!==i&&e.store.registerNode(o),Object(Re["removeClass"])(a.$el,"is-drop-inner"),e.$emit("node-drag-end",r.node,a.node,i,n),"none"!==i&&e.$emit("node-drop",r.node,a.node,i,n)}r&&!a&&e.$emit("node-drag-end",r.node,null,i,n),t.showDropIndicator=!1,t.draggingNode=null,t.dropNode=null,t.allowDrop=!0}))},mounted:function(){this.initTabIndex(),this.$el.addEventListener("keydown",this.handleKeydown)},updated:function(){this.treeItems=this.$el.querySelectorAll("[role=treeitem]"),this.checkboxItems=this.$el.querySelectorAll("input[type=checkbox]")}},Sc=Cc,kc=s(Sc,ec,tc,!1,null,null,null);kc.options.__file="packages/tree/src/tree.vue";var Mc=kc.exports;Mc.install=function(e){e.component(Mc.name,Mc)};var Ec=Mc,Tc=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-alert-fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-alert",class:[e.typeClass,e.center?"is-center":"","is-"+e.effect],attrs:{role:"alert"}},[e.showIcon?n("i",{staticClass:"el-alert__icon",class:[e.iconClass,e.isBigIcon]}):e._e(),n("div",{staticClass:"el-alert__content"},[e.title||e.$slots.title?n("span",{staticClass:"el-alert__title",class:[e.isBoldTitle]},[e._t("title",[e._v(e._s(e.title))])],2):e._e(),e.$slots.default&&!e.description?n("p",{staticClass:"el-alert__description"},[e._t("default")],2):e._e(),e.description&&!e.$slots.default?n("p",{staticClass:"el-alert__description"},[e._v(e._s(e.description))]):e._e(),n("i",{directives:[{name:"show",rawName:"v-show",value:e.closable,expression:"closable"}],staticClass:"el-alert__closebtn",class:{"is-customed":""!==e.closeText,"el-icon-close":""===e.closeText},on:{click:function(t){e.close()}}},[e._v(e._s(e.closeText))])])])])},Bc=[];Tc._withStripped=!0;var Dc={success:"el-icon-success",warning:"el-icon-warning",error:"el-icon-error"},Lc={name:"ElAlert",props:{title:{type:String,default:""},description:{type:String,default:""},type:{type:String,default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,default:"light",validator:function(e){return-1!==["light","dark"].indexOf(e)}}},data:function(){return{visible:!0}},methods:{close:function(){this.visible=!1,this.$emit("close")}},computed:{typeClass:function(){return"el-alert--"+this.type},iconClass:function(){return Dc[this.type]||"el-icon-info"},isBigIcon:function(){return this.description||this.$slots.default?"is-big":""},isBoldTitle:function(){return this.description||this.$slots.default?"is-bold":""}}},Oc=Lc,Ic=s(Oc,Tc,Bc,!1,null,null,null);Ic.options.__file="packages/alert/src/main.vue";var Fc=Ic.exports;Fc.install=function(e){e.component(Fc.name,Fc)};var Nc=Fc,Pc=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-notification-fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],class:["el-notification",e.customClass,e.horizontalClass],style:e.positionStyle,attrs:{role:"alert"},on:{mouseenter:function(t){e.clearTimer()},mouseleave:function(t){e.startTimer()},click:e.click}},[e.type||e.iconClass?n("i",{staticClass:"el-notification__icon",class:[e.typeClass,e.iconClass]}):e._e(),n("div",{staticClass:"el-notification__group",class:{"is-with-icon":e.typeClass||e.iconClass}},[n("h2",{staticClass:"el-notification__title",domProps:{textContent:e._s(e.title)}}),n("div",{directives:[{name:"show",rawName:"v-show",value:e.message,expression:"message"}],staticClass:"el-notification__content"},[e._t("default",[e.dangerouslyUseHTMLString?n("p",{domProps:{innerHTML:e._s(e.message)}}):n("p",[e._v(e._s(e.message))])])],2),e.showClose?n("div",{staticClass:"el-notification__closeBtn el-icon-close",on:{click:function(t){return t.stopPropagation(),e.close(t)}}}):e._e()])])])},Rc=[];Pc._withStripped=!0;var Hc={success:"success",info:"info",warning:"warning",error:"error"},Uc={data:function(){return{visible:!1,title:"",message:"",duration:4500,type:"",showClose:!0,customClass:"",iconClass:"",onClose:null,onClick:null,closed:!1,verticalOffset:0,timer:null,dangerouslyUseHTMLString:!1,position:"top-right"}},computed:{typeClass:function(){return this.type&&Hc[this.type]?"el-icon-"+Hc[this.type]:""},horizontalClass:function(){return this.position.indexOf("right")>-1?"right":"left"},verticalProperty:function(){return/^top-/.test(this.position)?"top":"bottom"},positionStyle:function(){var e;return e={},e[this.verticalProperty]=this.verticalOffset+"px",e}},watch:{closed:function(e){e&&(this.visible=!1,this.$el.addEventListener("transitionend",this.destroyElement))}},methods:{destroyElement:function(){this.$el.removeEventListener("transitionend",this.destroyElement),this.$destroy(!0),this.$el.parentNode.removeChild(this.$el)},click:function(){"function"===typeof this.onClick&&this.onClick()},close:function(){this.closed=!0,"function"===typeof this.onClose&&this.onClose()},clearTimer:function(){clearTimeout(this.timer)},startTimer:function(){var e=this;this.duration>0&&(this.timer=setTimeout((function(){e.closed||e.close()}),this.duration))},keydown:function(e){46===e.keyCode||8===e.keyCode?this.clearTimer():27===e.keyCode?this.closed||this.close():this.startTimer()}},mounted:function(){var e=this;this.duration>0&&(this.timer=setTimeout((function(){e.closed||e.close()}),this.duration)),document.addEventListener("keydown",this.keydown)},beforeDestroy:function(){document.removeEventListener("keydown",this.keydown)}},zc=Uc,Yc=s(zc,Pc,Rc,!1,null,null,null);Yc.options.__file="packages/notification/src/main.vue";var $c=Yc.exports,jc=Yr.a.extend($c),Qc=void 0,Vc=[],Wc=1,Kc=function e(t){if(!Yr.a.prototype.$isServer){t=St()({},t);var n=t.onClose,r="notification_"+Wc++,i=t.position||"top-right";t.onClose=function(){e.close(r,n)},Qc=new jc({data:t}),Object(Cs["isVNode"])(t.message)&&(Qc.$slots.default=[t.message],t.message="REPLACED_BY_VNODE"),Qc.id=r,Qc.$mount(),document.body.appendChild(Qc.$el),Qc.visible=!0,Qc.dom=Qc.$el,Qc.dom.style.zIndex=x["PopupManager"].nextZIndex();var a=t.offset||0;return Vc.filter((function(e){return e.position===i})).forEach((function(e){a+=e.$el.offsetHeight+16})),a+=16,Qc.verticalOffset=a,Vc.push(Qc),Qc}};["success","warning","info","error"].forEach((function(e){Kc[e]=function(t){return("string"===typeof t||Object(Cs["isVNode"])(t))&&(t={message:t}),t.type=e,Kc(t)}})),Kc.close=function(e,t){var n=-1,r=Vc.length,i=Vc.filter((function(t,r){return t.id===e&&(n=r,!0)}))[0];if(i&&("function"===typeof t&&t(i),Vc.splice(n,1),!(r<=1)))for(var a=i.position,o=i.dom.offsetHeight,s=n;s=0;e--)Vc[e].close()};var Gc=Kc,Xc=Gc,qc=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-slider",class:{"is-vertical":e.vertical,"el-slider--with-input":e.showInput},attrs:{role:"slider","aria-valuemin":e.min,"aria-valuemax":e.max,"aria-orientation":e.vertical?"vertical":"horizontal","aria-disabled":e.sliderDisabled}},[e.showInput&&!e.range?n("el-input-number",{ref:"input",staticClass:"el-slider__input",attrs:{step:e.step,disabled:e.sliderDisabled,controls:e.showInputControls,min:e.min,max:e.max,debounce:e.debounce,size:e.inputSize},on:{change:e.emitChange},model:{value:e.firstValue,callback:function(t){e.firstValue=t},expression:"firstValue"}}):e._e(),n("div",{ref:"slider",staticClass:"el-slider__runway",class:{"show-input":e.showInput,disabled:e.sliderDisabled},style:e.runwayStyle,on:{click:e.onSliderClick}},[n("div",{staticClass:"el-slider__bar",style:e.barStyle}),n("slider-button",{ref:"button1",attrs:{vertical:e.vertical,"tooltip-class":e.tooltipClass},model:{value:e.firstValue,callback:function(t){e.firstValue=t},expression:"firstValue"}}),e.range?n("slider-button",{ref:"button2",attrs:{vertical:e.vertical,"tooltip-class":e.tooltipClass},model:{value:e.secondValue,callback:function(t){e.secondValue=t},expression:"secondValue"}}):e._e(),e._l(e.stops,(function(t,r){return e.showStops?n("div",{key:r,staticClass:"el-slider__stop",style:e.getStopStyle(t)}):e._e()})),e.markList.length>0?[n("div",e._l(e.markList,(function(t,r){return n("div",{key:r,staticClass:"el-slider__stop el-slider__marks-stop",style:e.getStopStyle(t.position)})})),0),n("div",{staticClass:"el-slider__marks"},e._l(e.markList,(function(t,r){return n("slider-marker",{key:r,style:e.getStopStyle(t.position),attrs:{mark:t.mark}})})),1)]:e._e()],2)],1)},Jc=[];qc._withStripped=!0;var Zc=n(41),eu=n.n(Zc),tu=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"button",staticClass:"el-slider__button-wrapper",class:{hover:e.hovering,dragging:e.dragging},style:e.wrapperStyle,attrs:{tabindex:"0"},on:{mouseenter:e.handleMouseEnter,mouseleave:e.handleMouseLeave,mousedown:e.onButtonDown,touchstart:e.onButtonDown,focus:e.handleMouseEnter,blur:e.handleMouseLeave,keydown:[function(t){return!("button"in t)&&e._k(t.keyCode,"left",37,t.key,["Left","ArrowLeft"])||"button"in t&&0!==t.button?null:e.onLeftKeyDown(t)},function(t){return!("button"in t)&&e._k(t.keyCode,"right",39,t.key,["Right","ArrowRight"])||"button"in t&&2!==t.button?null:e.onRightKeyDown(t)},function(t){return!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.preventDefault(),e.onLeftKeyDown(t))},function(t){return!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.preventDefault(),e.onRightKeyDown(t))}]}},[n("el-tooltip",{ref:"tooltip",attrs:{placement:"top","popper-class":e.tooltipClass,disabled:!e.showTooltip}},[n("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(e.formatValue))]),n("div",{staticClass:"el-slider__button",class:{hover:e.hovering,dragging:e.dragging}})])],1)},nu=[];tu._withStripped=!0;var ru={name:"ElSliderButton",components:{ElTooltip:it.a},props:{value:{type:Number,default:0},vertical:{type:Boolean,default:!1},tooltipClass:String},data:function(){return{hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:null,oldValue:this.value}},computed:{disabled:function(){return this.$parent.sliderDisabled},max:function(){return this.$parent.max},min:function(){return this.$parent.min},step:function(){return this.$parent.step},showTooltip:function(){return this.$parent.showTooltip},precision:function(){return this.$parent.precision},currentPosition:function(){return(this.value-this.min)/(this.max-this.min)*100+"%"},enableFormat:function(){return this.$parent.formatTooltip instanceof Function},formatValue:function(){return this.enableFormat&&this.$parent.formatTooltip(this.value)||this.value},wrapperStyle:function(){return this.vertical?{bottom:this.currentPosition}:{left:this.currentPosition}}},watch:{dragging:function(e){this.$parent.dragging=e}},methods:{displayTooltip:function(){this.$refs.tooltip&&(this.$refs.tooltip.showPopper=!0)},hideTooltip:function(){this.$refs.tooltip&&(this.$refs.tooltip.showPopper=!1)},handleMouseEnter:function(){this.hovering=!0,this.displayTooltip()},handleMouseLeave:function(){this.hovering=!1,this.hideTooltip()},onButtonDown:function(e){this.disabled||(e.preventDefault(),this.onDragStart(e),window.addEventListener("mousemove",this.onDragging),window.addEventListener("touchmove",this.onDragging),window.addEventListener("mouseup",this.onDragEnd),window.addEventListener("touchend",this.onDragEnd),window.addEventListener("contextmenu",this.onDragEnd))},onLeftKeyDown:function(){this.disabled||(this.newPosition=parseFloat(this.currentPosition)-this.step/(this.max-this.min)*100,this.setPosition(this.newPosition),this.$parent.emitChange())},onRightKeyDown:function(){this.disabled||(this.newPosition=parseFloat(this.currentPosition)+this.step/(this.max-this.min)*100,this.setPosition(this.newPosition),this.$parent.emitChange())},onDragStart:function(e){this.dragging=!0,this.isClick=!0,"touchstart"===e.type&&(e.clientY=e.touches[0].clientY,e.clientX=e.touches[0].clientX),this.vertical?this.startY=e.clientY:this.startX=e.clientX,this.startPosition=parseFloat(this.currentPosition),this.newPosition=this.startPosition},onDragging:function(e){if(this.dragging){this.isClick=!1,this.displayTooltip(),this.$parent.resetSize();var t=0;"touchmove"===e.type&&(e.clientY=e.touches[0].clientY,e.clientX=e.touches[0].clientX),this.vertical?(this.currentY=e.clientY,t=(this.startY-this.currentY)/this.$parent.sliderSize*100):(this.currentX=e.clientX,t=(this.currentX-this.startX)/this.$parent.sliderSize*100),this.newPosition=this.startPosition+t,this.setPosition(this.newPosition)}},onDragEnd:function(){var e=this;this.dragging&&(setTimeout((function(){e.dragging=!1,e.hideTooltip(),e.isClick||(e.setPosition(e.newPosition),e.$parent.emitChange())}),0),window.removeEventListener("mousemove",this.onDragging),window.removeEventListener("touchmove",this.onDragging),window.removeEventListener("mouseup",this.onDragEnd),window.removeEventListener("touchend",this.onDragEnd),window.removeEventListener("contextmenu",this.onDragEnd))},setPosition:function(e){var t=this;if(null!==e&&!isNaN(e)){e<0?e=0:e>100&&(e=100);var n=100/((this.max-this.min)/this.step),r=Math.round(e/n),i=r*n*(this.max-this.min)*.01+this.min;i=parseFloat(i.toFixed(this.precision)),this.$emit("input",i),this.$nextTick((function(){t.displayTooltip(),t.$refs.tooltip&&t.$refs.tooltip.updatePopper()})),this.dragging||this.value===this.oldValue||(this.oldValue=this.value)}}}},iu=ru,au=s(iu,tu,nu,!1,null,null,null);au.options.__file="packages/slider/src/button.vue";var ou=au.exports,su={name:"ElMarker",props:{mark:{type:[String,Object]}},render:function(){var e=arguments[0],t="string"===typeof this.mark?this.mark:this.mark.label;return e("div",{class:"el-slider__marks-text",style:this.mark.style||{}},[t])}},lu={name:"ElSlider",mixins:[E.a],inject:{elForm:{default:""}},props:{min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},value:{type:[Number,Array],default:0},showInput:{type:Boolean,default:!1},showInputControls:{type:Boolean,default:!0},inputSize:{type:String,default:"small"},showStops:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:!0},formatTooltip:Function,disabled:{type:Boolean,default:!1},range:{type:Boolean,default:!1},vertical:{type:Boolean,default:!1},height:{type:String},debounce:{type:Number,default:300},label:{type:String},tooltipClass:String,marks:Object},components:{ElInputNumber:eu.a,SliderButton:ou,SliderMarker:su},data:function(){return{firstValue:null,secondValue:null,oldValue:null,dragging:!1,sliderSize:1}},watch:{value:function(e,t){this.dragging||Array.isArray(e)&&Array.isArray(t)&&e.every((function(e,n){return e===t[n]}))||this.setValues()},dragging:function(e){e||this.setValues()},firstValue:function(e){this.range?this.$emit("input",[this.minValue,this.maxValue]):this.$emit("input",e)},secondValue:function(){this.range&&this.$emit("input",[this.minValue,this.maxValue])},min:function(){this.setValues()},max:function(){this.setValues()}},methods:{valueChanged:function(){var e=this;return this.range?![this.minValue,this.maxValue].every((function(t,n){return t===e.oldValue[n]})):this.value!==this.oldValue},setValues:function(){if(this.min>this.max)console.error("[Element Error][Slider]min should not be greater than max.");else{var e=this.value;this.range&&Array.isArray(e)?e[1]this.max?this.$emit("input",[this.max,this.max]):e[0]this.max?this.$emit("input",[e[0],this.max]):(this.firstValue=e[0],this.secondValue=e[1],this.valueChanged()&&(this.dispatch("ElFormItem","el.form.change",[this.minValue,this.maxValue]),this.oldValue=e.slice())):this.range||"number"!==typeof e||isNaN(e)||(ethis.max?this.$emit("input",this.max):(this.firstValue=e,this.valueChanged()&&(this.dispatch("ElFormItem","el.form.change",e),this.oldValue=e)))}},setPosition:function(e){var t=this.min+e*(this.max-this.min)/100;if(this.range){var n=void 0;n=Math.abs(this.minValue-t)this.secondValue?"button1":"button2",this.$refs[n].setPosition(e)}else this.$refs.button1.setPosition(e)},onSliderClick:function(e){if(!this.sliderDisabled&&!this.dragging){if(this.resetSize(),this.vertical){var t=this.$refs.slider.getBoundingClientRect().bottom;this.setPosition((t-e.clientY)/this.sliderSize*100)}else{var n=this.$refs.slider.getBoundingClientRect().left;this.setPosition((e.clientX-n)/this.sliderSize*100)}this.emitChange()}},resetSize:function(){this.$refs.slider&&(this.sliderSize=this.$refs.slider["client"+(this.vertical?"Height":"Width")])},emitChange:function(){var e=this;this.$nextTick((function(){e.$emit("change",e.range?[e.minValue,e.maxValue]:e.value)}))},getStopStyle:function(e){return this.vertical?{bottom:e+"%"}:{left:e+"%"}}},computed:{stops:function(){var e=this;if(!this.showStops||this.min>this.max)return[];if(0===this.step)return[];for(var t=(this.max-this.min)/this.step,n=100*this.step/(this.max-this.min),r=[],i=1;i100*(e.maxValue-e.min)/(e.max-e.min)})):r.filter((function(t){return t>100*(e.firstValue-e.min)/(e.max-e.min)}))},markList:function(){var e=this;if(!this.marks)return[];var t=Object.keys(this.marks);return t.map(parseFloat).sort((function(e,t){return e-t})).filter((function(t){return t<=e.max&&t>=e.min})).map((function(t){return{point:t,position:100*(t-e.min)/(e.max-e.min),mark:e.marks[t]}}))},minValue:function(){return Math.min(this.firstValue,this.secondValue)},maxValue:function(){return Math.max(this.firstValue,this.secondValue)},barSize:function(){return this.range?100*(this.maxValue-this.minValue)/(this.max-this.min)+"%":100*(this.firstValue-this.min)/(this.max-this.min)+"%"},barStart:function(){return this.range?100*(this.minValue-this.min)/(this.max-this.min)+"%":"0%"},precision:function(){var e=[this.min,this.max,this.step].map((function(e){var t=(""+e).split(".")[1];return t?t.length:0}));return Math.max.apply(null,e)},runwayStyle:function(){return this.vertical?{height:this.height}:{}},barStyle:function(){return this.vertical?{height:this.barSize,bottom:this.barStart}:{width:this.barSize,left:this.barStart}},sliderDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},mounted:function(){var e=void 0;this.range?(Array.isArray(this.value)?(this.firstValue=Math.max(this.min,this.value[0]),this.secondValue=Math.min(this.max,this.value[1])):(this.firstValue=this.min,this.secondValue=this.max),this.oldValue=[this.firstValue,this.secondValue],e=this.firstValue+"-"+this.secondValue):("number"!==typeof this.value||isNaN(this.value)?this.firstValue=this.min:this.firstValue=Math.min(this.max,Math.max(this.min,this.value)),this.oldValue=this.firstValue,e=this.firstValue),this.$el.setAttribute("aria-valuetext",e),this.$el.setAttribute("aria-label",this.label?this.label:"slider between "+this.min+" and "+this.max),this.resetSize(),window.addEventListener("resize",this.resetSize)},beforeDestroy:function(){window.removeEventListener("resize",this.resetSize)}},cu=lu,uu=s(cu,qc,Jc,!1,null,null,null);uu.options.__file="packages/slider/src/main.vue";var hu=uu.exports;hu.install=function(e){e.component(hu.name,hu)};var du=hu,fu=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-loading-fade"},on:{"after-leave":e.handleAfterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-loading-mask",class:[e.customClass,{"is-fullscreen":e.fullscreen}],style:{backgroundColor:e.background||""}},[n("div",{staticClass:"el-loading-spinner"},[e.spinner?n("i",{class:e.spinner}):n("svg",{staticClass:"circular",attrs:{viewBox:"25 25 50 50"}},[n("circle",{staticClass:"path",attrs:{cx:"50",cy:"50",r:"20",fill:"none"}})]),e.text?n("p",{staticClass:"el-loading-text"},[e._v(e._s(e.text))]):e._e()])])])},pu=[];fu._withStripped=!0;var mu={data:function(){return{text:null,spinner:null,background:null,fullscreen:!0,visible:!1,customClass:""}},methods:{handleAfterLeave:function(){this.$emit("after-leave")},setText:function(e){this.text=e}}},gu=mu,vu=s(gu,fu,pu,!1,null,null,null);vu.options.__file="packages/loading/src/loading.vue";var Au=vu.exports,yu=n(32),bu=n.n(yu),_u=Yr.a.extend(Au),wu={install:function(e){if(!e.prototype.$isServer){var t=function(t,r){r.value?e.nextTick((function(){r.modifiers.fullscreen?(t.originalPosition=Object(Re["getStyle"])(document.body,"position"),t.originalOverflow=Object(Re["getStyle"])(document.body,"overflow"),t.maskStyle.zIndex=x["PopupManager"].nextZIndex(),Object(Re["addClass"])(t.mask,"is-fullscreen"),n(document.body,t,r)):(Object(Re["removeClass"])(t.mask,"is-fullscreen"),r.modifiers.body?(t.originalPosition=Object(Re["getStyle"])(document.body,"position"),["top","left"].forEach((function(e){var n="top"===e?"scrollTop":"scrollLeft";t.maskStyle[e]=t.getBoundingClientRect()[e]+document.body[n]+document.documentElement[n]-parseInt(Object(Re["getStyle"])(document.body,"margin-"+e),10)+"px"})),["height","width"].forEach((function(e){t.maskStyle[e]=t.getBoundingClientRect()[e]+"px"})),n(document.body,t,r)):(t.originalPosition=Object(Re["getStyle"])(t,"position"),n(t,t,r)))})):(bu()(t.instance,(function(e){if(t.instance.hiding){t.domVisible=!1;var n=r.modifiers.fullscreen||r.modifiers.body?document.body:t;Object(Re["removeClass"])(n,"el-loading-parent--relative"),Object(Re["removeClass"])(n,"el-loading-parent--hidden"),t.instance.hiding=!1}}),300,!0),t.instance.visible=!1,t.instance.hiding=!0)},n=function(t,n,r){n.domVisible||"none"===Object(Re["getStyle"])(n,"display")||"hidden"===Object(Re["getStyle"])(n,"visibility")?n.domVisible&&!0===n.instance.hiding&&(n.instance.visible=!0,n.instance.hiding=!1):(Object.keys(n.maskStyle).forEach((function(e){n.mask.style[e]=n.maskStyle[e]})),"absolute"!==n.originalPosition&&"fixed"!==n.originalPosition&&Object(Re["addClass"])(t,"el-loading-parent--relative"),r.modifiers.fullscreen&&r.modifiers.lock&&Object(Re["addClass"])(t,"el-loading-parent--hidden"),n.domVisible=!0,t.appendChild(n.mask),e.nextTick((function(){n.instance.hiding?n.instance.$emit("after-leave"):n.instance.visible=!0})),n.domInserted=!0)};e.directive("loading",{bind:function(e,n,r){var i=e.getAttribute("element-loading-text"),a=e.getAttribute("element-loading-spinner"),o=e.getAttribute("element-loading-background"),s=e.getAttribute("element-loading-custom-class"),l=r.context,c=new _u({el:document.createElement("div"),data:{text:l&&l[i]||i,spinner:l&&l[a]||a,background:l&&l[o]||o,customClass:l&&l[s]||s,fullscreen:!!n.modifiers.fullscreen}});e.instance=c,e.mask=c.$el,e.maskStyle={},n.value&&t(e,n)},update:function(e,n){e.instance.setText(e.getAttribute("element-loading-text")),n.oldValue!==n.value&&t(e,n)},unbind:function(e,n){e.domInserted&&(e.mask&&e.mask.parentNode&&e.mask.parentNode.removeChild(e.mask),t(e,{value:!1,modifiers:n.modifiers})),e.instance&&e.instance.$destroy()}})}}},xu=wu,Cu=Yr.a.extend(Au),Su={text:null,fullscreen:!0,body:!1,lock:!1,customClass:""},ku=void 0;Cu.prototype.originalPosition="",Cu.prototype.originalOverflow="",Cu.prototype.close=function(){var e=this;this.fullscreen&&(ku=void 0),bu()(this,(function(t){var n=e.fullscreen||e.body?document.body:e.target;Object(Re["removeClass"])(n,"el-loading-parent--relative"),Object(Re["removeClass"])(n,"el-loading-parent--hidden"),e.$el&&e.$el.parentNode&&e.$el.parentNode.removeChild(e.$el),e.$destroy()}),300),this.visible=!1};var Mu=function(e,t,n){var r={};e.fullscreen?(n.originalPosition=Object(Re["getStyle"])(document.body,"position"),n.originalOverflow=Object(Re["getStyle"])(document.body,"overflow"),r.zIndex=x["PopupManager"].nextZIndex()):e.body?(n.originalPosition=Object(Re["getStyle"])(document.body,"position"),["top","left"].forEach((function(t){var n="top"===t?"scrollTop":"scrollLeft";r[t]=e.target.getBoundingClientRect()[t]+document.body[n]+document.documentElement[n]+"px"})),["height","width"].forEach((function(t){r[t]=e.target.getBoundingClientRect()[t]+"px"}))):n.originalPosition=Object(Re["getStyle"])(t,"position"),Object.keys(r).forEach((function(e){n.$el.style[e]=r[e]}))},Eu=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Yr.a.prototype.$isServer){if(e=St()({},Su,e),"string"===typeof e.target&&(e.target=document.querySelector(e.target)),e.target=e.target||document.body,e.target!==document.body?e.fullscreen=!1:e.body=!0,e.fullscreen&&ku)return ku;var t=e.body?document.body:e.target,n=new Cu({el:document.createElement("div"),data:e});return Mu(e,t,n),"absolute"!==n.originalPosition&&"fixed"!==n.originalPosition&&Object(Re["addClass"])(t,"el-loading-parent--relative"),e.fullscreen&&e.lock&&Object(Re["addClass"])(t,"el-loading-parent--hidden"),t.appendChild(n.$el),Yr.a.nextTick((function(){n.visible=!0})),e.fullscreen&&(ku=n),n}},Tu=Eu,Bu={install:function(e){e.use(xu),e.prototype.$loading=Tu},directive:xu,service:Tu},Du=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("i",{class:"el-icon-"+e.name})},Lu=[];Du._withStripped=!0;var Ou={name:"ElIcon",props:{name:String}},Iu=Ou,Fu=s(Iu,Du,Lu,!1,null,null,null);Fu.options.__file="packages/icon/src/icon.vue";var Nu=Fu.exports;Nu.install=function(e){e.component(Nu.name,Nu)};var Pu=Nu,Ru={name:"ElRow",componentName:"ElRow",props:{tag:{type:String,default:"div"},gutter:Number,type:String,justify:{type:String,default:"start"},align:{type:String,default:"top"}},computed:{style:function(){var e={};return this.gutter&&(e.marginLeft="-"+this.gutter/2+"px",e.marginRight=e.marginLeft),e}},render:function(e){return e(this.tag,{class:["el-row","start"!==this.justify?"is-justify-"+this.justify:"","top"!==this.align?"is-align-"+this.align:"",{"el-row--flex":"flex"===this.type}],style:this.style},this.$slots.default)},install:function(e){e.component(Ru.name,Ru)}},Hu=Ru,Uu="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},zu={name:"ElCol",props:{span:{type:Number,default:24},tag:{type:String,default:"div"},offset:Number,pull:Number,push:Number,xs:[Number,Object],sm:[Number,Object],md:[Number,Object],lg:[Number,Object],xl:[Number,Object]},computed:{gutter:function(){var e=this.$parent;while(e&&"ElRow"!==e.$options.componentName)e=e.$parent;return e?e.gutter:0}},render:function(e){var t=this,n=[],r={};return this.gutter&&(r.paddingLeft=this.gutter/2+"px",r.paddingRight=r.paddingLeft),["span","offset","pull","push"].forEach((function(e){(t[e]||0===t[e])&&n.push("span"!==e?"el-col-"+e+"-"+t[e]:"el-col-"+t[e])})),["xs","sm","md","lg","xl"].forEach((function(e){if("number"===typeof t[e])n.push("el-col-"+e+"-"+t[e]);else if("object"===Uu(t[e])){var r=t[e];Object.keys(r).forEach((function(t){n.push("span"!==t?"el-col-"+e+"-"+t+"-"+r[t]:"el-col-"+e+"-"+r[t])}))}})),e(this.tag,{class:["el-col",n],style:r},this.$slots.default)},install:function(e){e.component(zu.name,zu)}},Yu=zu,$u=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition-group",{class:["el-upload-list","el-upload-list--"+e.listType,{"is-disabled":e.disabled}],attrs:{tag:"ul",name:"el-list"}},e._l(e.files,(function(t){return n("li",{key:t.uid,class:["el-upload-list__item","is-"+t.status,e.focusing?"focusing":""],attrs:{tabindex:"0"},on:{keydown:function(n){if(!("button"in n)&&e._k(n.keyCode,"delete",[8,46],n.key,["Backspace","Delete","Del"]))return null;!e.disabled&&e.$emit("remove",t)},focus:function(t){e.focusing=!0},blur:function(t){e.focusing=!1},click:function(t){e.focusing=!1}}},[e._t("default",["uploading"!==t.status&&["picture-card","picture"].indexOf(e.listType)>-1?n("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:t.url,alt:""}}):e._e(),n("a",{staticClass:"el-upload-list__item-name",on:{click:function(n){e.handleClick(t)}}},[n("i",{staticClass:"el-icon-document"}),e._v(e._s(t.name)+"\n ")]),n("label",{staticClass:"el-upload-list__item-status-label"},[n("i",{class:{"el-icon-upload-success":!0,"el-icon-circle-check":"text"===e.listType,"el-icon-check":["picture-card","picture"].indexOf(e.listType)>-1}})]),e.disabled?e._e():n("i",{staticClass:"el-icon-close",on:{click:function(n){e.$emit("remove",t)}}}),e.disabled?e._e():n("i",{staticClass:"el-icon-close-tip"},[e._v(e._s(e.t("el.upload.deleteTip")))]),"uploading"===t.status?n("el-progress",{attrs:{type:"picture-card"===e.listType?"circle":"line","stroke-width":"picture-card"===e.listType?6:2,percentage:e.parsePercentage(t.percentage)}}):e._e(),"picture-card"===e.listType?n("span",{staticClass:"el-upload-list__item-actions"},[e.handlePreview&&"picture-card"===e.listType?n("span",{staticClass:"el-upload-list__item-preview",on:{click:function(n){e.handlePreview(t)}}},[n("i",{staticClass:"el-icon-zoom-in"})]):e._e(),e.disabled?e._e():n("span",{staticClass:"el-upload-list__item-delete",on:{click:function(n){e.$emit("remove",t)}}},[n("i",{staticClass:"el-icon-delete"})])]):e._e()],{file:t})],2)})),0)},ju=[];$u._withStripped=!0;var Qu=n(33),Vu=n.n(Qu),Wu={name:"ElUploadList",mixins:[v.a],data:function(){return{focusing:!1}},components:{ElProgress:Vu.a},props:{files:{type:Array,default:function(){return[]}},disabled:{type:Boolean,default:!1},handlePreview:Function,listType:String},methods:{parsePercentage:function(e){return parseInt(e,10)},handleClick:function(e){this.handlePreview&&this.handlePreview(e)}}},Ku=Wu,Gu=s(Ku,$u,ju,!1,null,null,null);Gu.options.__file="packages/upload/src/upload-list.vue";var Xu=Gu.exports,qu=n(24),Ju=n.n(qu);function Zu(e,t,n){var r=void 0;r=n.response?""+(n.response.error||n.response):n.responseText?""+n.responseText:"fail to post "+e+" "+n.status;var i=new Error(r);return i.status=n.status,i.method="post",i.url=e,i}function eh(e){var t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch(n){return t}}function th(e){if("undefined"!==typeof XMLHttpRequest){var t=new XMLHttpRequest,n=e.action;t.upload&&(t.upload.onprogress=function(t){t.total>0&&(t.percent=t.loaded/t.total*100),e.onProgress(t)});var r=new FormData;e.data&&Object.keys(e.data).forEach((function(t){r.append(t,e.data[t])})),r.append(e.filename,e.file,e.file.name),t.onerror=function(t){e.onError(t)},t.onload=function(){if(t.status<200||t.status>=300)return e.onError(Zu(n,e,t));e.onSuccess(eh(t))},t.open("post",n,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);var i=e.headers||{};for(var a in i)i.hasOwnProperty(a)&&null!==i[a]&&t.setRequestHeader(a,i[a]);return t.send(r),t}}var nh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-upload-dragger",class:{"is-dragover":e.dragover},on:{drop:function(t){return t.preventDefault(),e.onDrop(t)},dragover:function(t){return t.preventDefault(),e.onDragover(t)},dragleave:function(t){t.preventDefault(),e.dragover=!1}}},[e._t("default")],2)},rh=[];nh._withStripped=!0;var ih={name:"ElUploadDrag",props:{disabled:Boolean},inject:{uploader:{default:""}},data:function(){return{dragover:!1}},methods:{onDragover:function(){this.disabled||(this.dragover=!0)},onDrop:function(e){if(!this.disabled&&this.uploader){var t=this.uploader.accept;this.dragover=!1,t?this.$emit("file",[].slice.call(e.dataTransfer.files).filter((function(e){var n=e.type,r=e.name,i=r.indexOf(".")>-1?"."+r.split(".").pop():"",a=n.replace(/\/.*$/,"");return t.split(",").map((function(e){return e.trim()})).filter((function(e){return e})).some((function(e){return/\..+$/.test(e)?i===e:/\/\*$/.test(e)?a===e.replace(/\/\*$/,""):!!/^[^\/]+\/[^\/]+$/.test(e)&&n===e}))}))):this.$emit("file",e.dataTransfer.files)}}}},ah=ih,oh=s(ah,nh,rh,!1,null,null,null);oh.options.__file="packages/upload/src/upload-dragger.vue";var sh,lh,ch=oh.exports,uh={inject:["uploader"],components:{UploadDragger:ch},props:{type:String,action:{type:String,required:!0},name:{type:String,default:"file"},data:Object,headers:Object,withCredentials:Boolean,multiple:Boolean,accept:String,onStart:Function,onProgress:Function,onSuccess:Function,onError:Function,beforeUpload:Function,drag:Boolean,onPreview:{type:Function,default:function(){}},onRemove:{type:Function,default:function(){}},fileList:Array,autoUpload:Boolean,listType:String,httpRequest:{type:Function,default:th},disabled:Boolean,limit:Number,onExceed:Function},data:function(){return{mouseover:!1,reqs:{}}},methods:{isImage:function(e){return-1!==e.indexOf("image")},handleChange:function(e){var t=e.target.files;t&&this.uploadFiles(t)},uploadFiles:function(e){var t=this;if(this.limit&&this.fileList.length+e.length>this.limit)this.onExceed&&this.onExceed(e,this.fileList);else{var n=Array.prototype.slice.call(e);this.multiple||(n=n.slice(0,1)),0!==n.length&&n.forEach((function(e){t.onStart(e),t.autoUpload&&t.upload(e)}))}},upload:function(e){var t=this;if(this.$refs.input.value=null,!this.beforeUpload)return this.post(e);var n=this.beforeUpload(e);n&&n.then?n.then((function(n){var r=Object.prototype.toString.call(n);if("[object File]"===r||"[object Blob]"===r){for(var i in"[object Blob]"===r&&(n=new File([n],e.name,{type:e.type})),e)e.hasOwnProperty(i)&&(n[i]=e[i]);t.post(n)}else t.post(e)}),(function(){t.onRemove(null,e)})):!1!==n?this.post(e):this.onRemove(null,e)},abort:function(e){var t=this.reqs;if(e){var n=e;e.uid&&(n=e.uid),t[n]&&t[n].abort()}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort(),delete t[e]}))},post:function(e){var t=this,n=e.uid,r={headers:this.headers,withCredentials:this.withCredentials,file:e,data:this.data,filename:this.name,action:this.action,onProgress:function(n){t.onProgress(n,e)},onSuccess:function(r){t.onSuccess(r,e),delete t.reqs[n]},onError:function(r){t.onError(r,e),delete t.reqs[n]}},i=this.httpRequest(r);this.reqs[n]=i,i&&i.then&&i.then(r.onSuccess,r.onError)},handleClick:function(){this.disabled||(this.$refs.input.value=null,this.$refs.input.click())},handleKeydown:function(e){e.target===e.currentTarget&&(13!==e.keyCode&&32!==e.keyCode||this.handleClick())}},render:function(e){var t=this.handleClick,n=this.drag,r=this.name,i=this.handleChange,a=this.multiple,o=this.accept,s=this.listType,l=this.uploadFiles,c=this.disabled,u=this.handleKeydown,h={class:{"el-upload":!0},on:{click:t,keydown:u}};return h.class["el-upload--"+s]=!0,e("div",Ju()([h,{attrs:{tabindex:"0"}}]),[n?e("upload-dragger",{attrs:{disabled:c},on:{file:l}},[this.$slots.default]):this.$slots.default,e("input",{class:"el-upload__input",attrs:{type:"file",name:r,multiple:a,accept:o},ref:"input",on:{change:i}})])}},hh=uh,dh=s(hh,sh,lh,!1,null,null,null);dh.options.__file="packages/upload/src/upload.vue";var fh=dh.exports;function ph(){}var mh,gh,vh={name:"ElUpload",mixins:[k.a],components:{ElProgress:Vu.a,UploadList:Xu,Upload:fh},provide:function(){return{uploader:this}},inject:{elForm:{default:""}},props:{action:{type:String,required:!0},headers:{type:Object,default:function(){return{}}},data:Object,multiple:Boolean,name:{type:String,default:"file"},drag:Boolean,dragger:Boolean,withCredentials:Boolean,showFileList:{type:Boolean,default:!0},accept:String,type:{type:String,default:"select"},beforeUpload:Function,beforeRemove:Function,onRemove:{type:Function,default:ph},onChange:{type:Function,default:ph},onPreview:{type:Function},onSuccess:{type:Function,default:ph},onProgress:{type:Function,default:ph},onError:{type:Function,default:ph},fileList:{type:Array,default:function(){return[]}},autoUpload:{type:Boolean,default:!0},listType:{type:String,default:"text"},httpRequest:Function,disabled:Boolean,limit:Number,onExceed:{type:Function,default:ph}},data:function(){return{uploadFiles:[],dragOver:!1,draging:!1,tempIndex:1}},computed:{uploadDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},watch:{listType:function(e){"picture-card"!==e&&"picture"!==e||(this.uploadFiles=this.uploadFiles.map((function(e){if(!e.url&&e.raw)try{e.url=URL.createObjectURL(e.raw)}catch(t){console.error("[Element Error][Upload]",t)}return e})))},fileList:{immediate:!0,handler:function(e){var t=this;this.uploadFiles=e.map((function(e){return e.uid=e.uid||Date.now()+t.tempIndex++,e.status=e.status||"success",e}))}}},methods:{handleStart:function(e){e.uid=Date.now()+this.tempIndex++;var t={status:"ready",name:e.name,size:e.size,percentage:0,uid:e.uid,raw:e};if("picture-card"===this.listType||"picture"===this.listType)try{t.url=URL.createObjectURL(e)}catch(n){return void console.error("[Element Error][Upload]",n)}this.uploadFiles.push(t),this.onChange(t,this.uploadFiles)},handleProgress:function(e,t){var n=this.getFile(t);this.onProgress(e,n,this.uploadFiles),n.status="uploading",n.percentage=e.percent||0},handleSuccess:function(e,t){var n=this.getFile(t);n&&(n.status="success",n.response=e,this.onSuccess(e,n,this.uploadFiles),this.onChange(n,this.uploadFiles))},handleError:function(e,t){var n=this.getFile(t),r=this.uploadFiles;n.status="fail",r.splice(r.indexOf(n),1),this.onError(e,n,this.uploadFiles),this.onChange(n,this.uploadFiles)},handleRemove:function(e,t){var n=this;t&&(e=this.getFile(t));var r=function(){n.abort(e);var t=n.uploadFiles;t.splice(t.indexOf(e),1),n.onRemove(e,t)};if(this.beforeRemove){if("function"===typeof this.beforeRemove){var i=this.beforeRemove(e,this.uploadFiles);i&&i.then?i.then((function(){r()}),ph):!1!==i&&r()}}else r()},getFile:function(e){var t=this.uploadFiles,n=void 0;return t.every((function(t){return n=e.uid===t.uid?t:null,!n})),n},abort:function(e){this.$refs["upload-inner"].abort(e)},clearFiles:function(){this.uploadFiles=[]},submit:function(){var e=this;this.uploadFiles.filter((function(e){return"ready"===e.status})).forEach((function(t){e.$refs["upload-inner"].upload(t.raw)}))},getMigratingConfig:function(){return{props:{"default-file-list":"default-file-list is renamed to file-list.","show-upload-list":"show-upload-list is renamed to show-file-list.","thumbnail-mode":"thumbnail-mode has been deprecated, you can implement the same effect according to this case: http://element.eleme.io/#/zh-CN/component/upload#yong-hu-tou-xiang-shang-chuan"}}}},beforeDestroy:function(){this.uploadFiles.forEach((function(e){e.url&&0===e.url.indexOf("blob:")&&URL.revokeObjectURL(e.url)}))},render:function(e){var t=this,n=void 0;this.showFileList&&(n=e(Xu,{attrs:{disabled:this.uploadDisabled,listType:this.listType,files:this.uploadFiles,handlePreview:this.onPreview},on:{remove:this.handleRemove}},[function(e){if(t.$scopedSlots.file)return t.$scopedSlots.file({file:e.file})}]));var r={props:{type:this.type,drag:this.drag,action:this.action,multiple:this.multiple,"before-upload":this.beforeUpload,"with-credentials":this.withCredentials,headers:this.headers,name:this.name,data:this.data,accept:this.accept,fileList:this.uploadFiles,autoUpload:this.autoUpload,listType:this.listType,disabled:this.uploadDisabled,limit:this.limit,"on-exceed":this.onExceed,"on-start":this.handleStart,"on-progress":this.handleProgress,"on-success":this.handleSuccess,"on-error":this.handleError,"on-preview":this.onPreview,"on-remove":this.handleRemove,"http-request":this.httpRequest},ref:"upload-inner"},i=this.$slots.trigger||this.$slots.default,a=e("upload",r,[i]);return e("div",["picture-card"===this.listType?n:"",this.$slots.trigger?[a,this.$slots.default]:a,this.$slots.tip,"picture-card"!==this.listType?n:""])}},Ah=vh,yh=s(Ah,mh,gh,!1,null,null,null);yh.options.__file="packages/upload/src/index.vue";var bh=yh.exports;bh.install=function(e){e.component(bh.name,bh)};var _h=bh,wh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-progress",class:["el-progress--"+e.type,e.status?"is-"+e.status:"",{"el-progress--without-text":!e.showText,"el-progress--text-inside":e.textInside}],attrs:{role:"progressbar","aria-valuenow":e.percentage,"aria-valuemin":"0","aria-valuemax":"100"}},["line"===e.type?n("div",{staticClass:"el-progress-bar"},[n("div",{staticClass:"el-progress-bar__outer",style:{height:e.strokeWidth+"px"}},[n("div",{staticClass:"el-progress-bar__inner",style:e.barStyle},[e.showText&&e.textInside?n("div",{staticClass:"el-progress-bar__innerText"},[e._v(e._s(e.content))]):e._e()])])]):n("div",{staticClass:"el-progress-circle",style:{height:e.width+"px",width:e.width+"px"}},[n("svg",{attrs:{viewBox:"0 0 100 100"}},[n("path",{staticClass:"el-progress-circle__track",style:e.trailPathStyle,attrs:{d:e.trackPath,stroke:"#e5e9f2","stroke-width":e.relativeStrokeWidth,fill:"none"}}),n("path",{staticClass:"el-progress-circle__path",style:e.circlePathStyle,attrs:{d:e.trackPath,stroke:e.stroke,fill:"none","stroke-linecap":e.strokeLinecap,"stroke-width":e.percentage?e.relativeStrokeWidth:0}})])]),e.showText&&!e.textInside?n("div",{staticClass:"el-progress__text",style:{fontSize:e.progressTextSize+"px"}},[e.status?n("i",{class:e.iconClass}):[e._v(e._s(e.content))]],2):e._e()])},xh=[];wh._withStripped=!0;var Ch={name:"ElProgress",props:{type:{type:String,default:"line",validator:function(e){return["line","circle","dashboard"].indexOf(e)>-1}},percentage:{type:Number,default:0,required:!0,validator:function(e){return e>=0&&e<=100}},status:{type:String,validator:function(e){return["success","exception","warning"].indexOf(e)>-1}},strokeWidth:{type:Number,default:6},strokeLinecap:{type:String,default:"round"},textInside:{type:Boolean,default:!1},width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:[String,Array,Function],default:""},format:Function},computed:{barStyle:function(){var e={};return e.width=this.percentage+"%",e.backgroundColor=this.getCurrentColor(this.percentage),e},relativeStrokeWidth:function(){return(this.strokeWidth/this.width*100).toFixed(1)},radius:function(){return"circle"===this.type||"dashboard"===this.type?parseInt(50-parseFloat(this.relativeStrokeWidth)/2,10):0},trackPath:function(){var e=this.radius,t="dashboard"===this.type;return"\n M 50 50\n m 0 "+(t?"":"-")+e+"\n a "+e+" "+e+" 0 1 1 0 "+(t?"-":"")+2*e+"\n a "+e+" "+e+" 0 1 1 0 "+(t?"":"-")+2*e+"\n "},perimeter:function(){return 2*Math.PI*this.radius},rate:function(){return"dashboard"===this.type?.75:1},strokeDashoffset:function(){var e=-1*this.perimeter*(1-this.rate)/2;return e+"px"},trailPathStyle:function(){return{strokeDasharray:this.perimeter*this.rate+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset}},circlePathStyle:function(){return{strokeDasharray:this.perimeter*this.rate*(this.percentage/100)+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease"}},stroke:function(){var e=void 0;if(this.color)e=this.getCurrentColor(this.percentage);else switch(this.status){case"success":e="#13ce66";break;case"exception":e="#ff4949";break;case"warning":e="#e6a23c";break;default:e="#20a0ff"}return e},iconClass:function(){return"warning"===this.status?"el-icon-warning":"line"===this.type?"success"===this.status?"el-icon-circle-check":"el-icon-circle-close":"success"===this.status?"el-icon-check":"el-icon-close"},progressTextSize:function(){return"line"===this.type?12+.4*this.strokeWidth:.111111*this.width+2},content:function(){return"function"===typeof this.format?this.format(this.percentage)||"":this.percentage+"%"}},methods:{getCurrentColor:function(e){return"function"===typeof this.color?this.color(e):"string"===typeof this.color?this.color:this.getLevelColor(e)},getLevelColor:function(e){for(var t=this.getColorArray().sort((function(e,t){return e.percentage-t.percentage})),n=0;ne)return t[n].color;return t[t.length-1].color},getColorArray:function(){var e=this.color,t=100/e.length;return e.map((function(e,n){return"string"===typeof e?{color:e,percentage:(n+1)*t}:e}))}}},Sh=Ch,kh=s(Sh,wh,xh,!1,null,null,null);kh.options.__file="packages/progress/src/progress.vue";var Mh=kh.exports;Mh.install=function(e){e.component(Mh.name,Mh)};var Eh=Mh,Th=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"el-spinner"},[n("svg",{staticClass:"el-spinner-inner",style:{width:e.radius/2+"px",height:e.radius/2+"px"},attrs:{viewBox:"0 0 50 50"}},[n("circle",{staticClass:"path",attrs:{cx:"25",cy:"25",r:"20",fill:"none",stroke:e.strokeColor,"stroke-width":e.strokeWidth}})])])},Bh=[];Th._withStripped=!0;var Dh={name:"ElSpinner",props:{type:String,radius:{type:Number,default:100},strokeWidth:{type:Number,default:5},strokeColor:{type:String,default:"#efefef"}}},Lh=Dh,Oh=s(Lh,Th,Bh,!1,null,null,null);Oh.options.__file="packages/spinner/src/spinner.vue";var Ih=Oh.exports;Ih.install=function(e){e.component(Ih.name,Ih)};var Fh=Ih,Nh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-message-fade"},on:{"after-leave":e.handleAfterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],class:["el-message",e.type&&!e.iconClass?"el-message--"+e.type:"",e.center?"is-center":"",e.showClose?"is-closable":"",e.customClass],style:e.positionStyle,attrs:{role:"alert"},on:{mouseenter:e.clearTimer,mouseleave:e.startTimer}},[e.iconClass?n("i",{class:e.iconClass}):n("i",{class:e.typeClass}),e._t("default",[e.dangerouslyUseHTMLString?n("p",{staticClass:"el-message__content",domProps:{innerHTML:e._s(e.message)}}):n("p",{staticClass:"el-message__content"},[e._v(e._s(e.message))])]),e.showClose?n("i",{staticClass:"el-message__closeBtn el-icon-close",on:{click:e.close}}):e._e()],2)])},Ph=[];Nh._withStripped=!0;var Rh={success:"success",info:"info",warning:"warning",error:"error"},Hh={data:function(){return{visible:!1,message:"",duration:3e3,type:"info",iconClass:"",customClass:"",onClose:null,showClose:!1,closed:!1,verticalOffset:20,timer:null,dangerouslyUseHTMLString:!1,center:!1}},computed:{typeClass:function(){return this.type&&!this.iconClass?"el-message__icon el-icon-"+Rh[this.type]:""},positionStyle:function(){return{top:this.verticalOffset+"px"}}},watch:{closed:function(e){e&&(this.visible=!1)}},methods:{handleAfterLeave:function(){this.$destroy(!0),this.$el.parentNode.removeChild(this.$el)},close:function(){this.closed=!0,"function"===typeof this.onClose&&this.onClose(this)},clearTimer:function(){clearTimeout(this.timer)},startTimer:function(){var e=this;this.duration>0&&(this.timer=setTimeout((function(){e.closed||e.close()}),this.duration))},keydown:function(e){27===e.keyCode&&(this.closed||this.close())}},mounted:function(){this.startTimer(),document.addEventListener("keydown",this.keydown)},beforeDestroy:function(){document.removeEventListener("keydown",this.keydown)}},Uh=Hh,zh=s(Uh,Nh,Ph,!1,null,null,null);zh.options.__file="packages/message/src/main.vue";var Yh=zh.exports,$h=Yr.a.extend(Yh),jh=void 0,Qh=[],Vh=1,Wh=function e(t){if(!Yr.a.prototype.$isServer){t=t||{},"string"===typeof t&&(t={message:t});var n=t.onClose,r="message_"+Vh++;t.onClose=function(){e.close(r,n)},jh=new $h({data:t}),jh.id=r,Object(Cs["isVNode"])(jh.message)&&(jh.$slots.default=[jh.message],jh.message=null),jh.$mount(),document.body.appendChild(jh.$el);var i=t.offset||20;return Qh.forEach((function(e){i+=e.$el.offsetHeight+16})),jh.verticalOffset=i,jh.visible=!0,jh.$el.style.zIndex=x["PopupManager"].nextZIndex(),Qh.push(jh),jh}};["success","warning","info","error"].forEach((function(e){Wh[e]=function(t){return"string"===typeof t&&(t={message:t}),t.type=e,Wh(t)}})),Wh.close=function(e,t){for(var n=Qh.length,r=-1,i=void 0,a=0;aQh.length-1))for(var o=r;o=0;e--)Qh[e].close()};var Kh=Wh,Gh=Kh,Xh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-badge"},[e._t("default"),n("transition",{attrs:{name:"el-zoom-in-center"}},[n("sup",{directives:[{name:"show",rawName:"v-show",value:!e.hidden&&(e.content||0===e.content||e.isDot),expression:"!hidden && (content || content === 0 || isDot)"}],staticClass:"el-badge__content",class:["el-badge__content--"+e.type,{"is-fixed":e.$slots.default,"is-dot":e.isDot}],domProps:{textContent:e._s(e.content)}})])],2)},qh=[];Xh._withStripped=!0;var Jh={name:"ElBadge",props:{value:[String,Number],max:Number,isDot:Boolean,hidden:Boolean,type:{type:String,validator:function(e){return["primary","success","warning","info","danger"].indexOf(e)>-1}}},computed:{content:function(){if(!this.isDot){var e=this.value,t=this.max;return"number"===typeof e&&"number"===typeof t&&t0&&e-1this.value,n=this.allowHalf&&this.pointerAtLeftHalf&&e-.5<=this.currentValue&&e>this.currentValue;return t||n},getIconStyle:function(e){var t=this.rateDisabled?this.disabledVoidColor:this.voidColor;return{color:e<=this.currentValue?this.activeColor:t}},selectValue:function(e){this.rateDisabled||(this.allowHalf&&this.pointerAtLeftHalf?(this.$emit("input",this.currentValue),this.$emit("change",this.currentValue)):(this.$emit("input",e),this.$emit("change",e)))},handleKey:function(e){if(!this.rateDisabled){var t=this.currentValue,n=e.keyCode;38===n||39===n?(this.allowHalf?t+=.5:t+=1,e.stopPropagation(),e.preventDefault()):37!==n&&40!==n||(this.allowHalf?t-=.5:t-=1,e.stopPropagation(),e.preventDefault()),t=t<0?0:t,t=t>this.max?this.max:t,this.$emit("input",t),this.$emit("change",t)}},setCurrentValue:function(e,t){if(!this.rateDisabled){if(this.allowHalf){var n=t.target;Object(Re["hasClass"])(n,"el-rate__item")&&(n=n.querySelector(".el-rate__icon")),Object(Re["hasClass"])(n,"el-rate__decimal")&&(n=n.parentNode),this.pointerAtLeftHalf=2*t.offsetX<=n.clientWidth,this.currentValue=this.pointerAtLeftHalf?e-.5:e}else this.currentValue=e;this.hoverIndex=e}},resetCurrentValue:function(){this.rateDisabled||(this.allowHalf&&(this.pointerAtLeftHalf=this.value!==Math.floor(this.value)),this.currentValue=this.value,this.hoverIndex=-1)}},created:function(){this.value||this.$emit("input",0)}},pd=fd,md=s(pd,ud,hd,!1,null,null,null);md.options.__file="packages/rate/src/main.vue";var gd=md.exports;gd.install=function(e){e.component(gd.name,gd)};var vd=gd,Ad=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-steps",class:[!e.simple&&"el-steps--"+e.direction,e.simple&&"el-steps--simple"]},[e._t("default")],2)},yd=[];Ad._withStripped=!0;var bd={name:"ElSteps",mixins:[k.a],props:{space:[Number,String],active:Number,direction:{type:String,default:"horizontal"},alignCenter:Boolean,simple:Boolean,finishStatus:{type:String,default:"finish"},processStatus:{type:String,default:"process"}},data:function(){return{steps:[],stepOffset:0}},methods:{getMigratingConfig:function(){return{props:{center:"center is removed."}}}},watch:{active:function(e,t){this.$emit("change",e,t)},steps:function(e){e.forEach((function(e,t){e.index=t}))}}},_d=bd,wd=s(_d,Ad,yd,!1,null,null,null);wd.options.__file="packages/steps/src/steps.vue";var xd=wd.exports;xd.install=function(e){e.component(xd.name,xd)};var Cd=xd,Sd=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-step",class:[!e.isSimple&&"is-"+e.$parent.direction,e.isSimple&&"is-simple",e.isLast&&!e.space&&!e.isCenter&&"is-flex",e.isCenter&&!e.isVertical&&!e.isSimple&&"is-center"],style:e.style},[n("div",{staticClass:"el-step__head",class:"is-"+e.currentStatus},[n("div",{staticClass:"el-step__line",style:e.isLast?"":{marginRight:e.$parent.stepOffset+"px"}},[n("i",{staticClass:"el-step__line-inner",style:e.lineStyle})]),n("div",{staticClass:"el-step__icon",class:"is-"+(e.icon?"icon":"text")},["success"!==e.currentStatus&&"error"!==e.currentStatus?e._t("icon",[e.icon?n("i",{staticClass:"el-step__icon-inner",class:[e.icon]}):e._e(),e.icon||e.isSimple?e._e():n("div",{staticClass:"el-step__icon-inner"},[e._v(e._s(e.index+1))])]):n("i",{staticClass:"el-step__icon-inner is-status",class:["el-icon-"+("success"===e.currentStatus?"check":"close")]})],2)]),n("div",{staticClass:"el-step__main"},[n("div",{ref:"title",staticClass:"el-step__title",class:["is-"+e.currentStatus]},[e._t("title",[e._v(e._s(e.title))])],2),e.isSimple?n("div",{staticClass:"el-step__arrow"}):n("div",{staticClass:"el-step__description",class:["is-"+e.currentStatus]},[e._t("description",[e._v(e._s(e.description))])],2)])])},kd=[];Sd._withStripped=!0;var Md={name:"ElStep",props:{title:String,icon:String,description:String,status:String},data:function(){return{index:-1,lineStyle:{},internalStatus:""}},beforeCreate:function(){this.$parent.steps.push(this)},beforeDestroy:function(){var e=this.$parent.steps,t=e.indexOf(this);t>=0&&e.splice(t,1)},computed:{currentStatus:function(){return this.status||this.internalStatus},prevStatus:function(){var e=this.$parent.steps[this.index-1];return e?e.currentStatus:"wait"},isCenter:function(){return this.$parent.alignCenter},isVertical:function(){return"vertical"===this.$parent.direction},isSimple:function(){return this.$parent.simple},isLast:function(){var e=this.$parent;return e.steps[e.steps.length-1]===this},stepsCount:function(){return this.$parent.steps.length},space:function(){var e=this.isSimple,t=this.$parent.space;return e?"":t},style:function(){var e={},t=this.$parent,n=t.steps.length,r="number"===typeof this.space?this.space+"px":this.space?this.space:100/(n-(this.isCenter?0:1))+"%";return e.flexBasis=r,this.isVertical||(this.isLast?e.maxWidth=100/this.stepsCount+"%":e.marginRight=-this.$parent.stepOffset+"px"),e}},methods:{updateStatus:function(e){var t=this.$parent.$children[this.index-1];e>this.index?this.internalStatus=this.$parent.finishStatus:e===this.index&&"error"!==this.prevStatus?this.internalStatus=this.$parent.processStatus:this.internalStatus="wait",t&&t.calcProgress(this.internalStatus)},calcProgress:function(e){var t=100,n={};n.transitionDelay=150*this.index+"ms",e===this.$parent.processStatus?(this.currentStatus,t=0):"wait"===e&&(t=0,n.transitionDelay=-150*this.index+"ms"),n.borderWidth=t&&!this.isSimple?"1px":0,"vertical"===this.$parent.direction?n.height=t+"%":n.width=t+"%",this.lineStyle=n}},mounted:function(){var e=this,t=this.$watch("index",(function(n){e.$watch("$parent.active",e.updateStatus,{immediate:!0}),e.$watch("$parent.processStatus",(function(){var t=e.$parent.active;e.updateStatus(t)}),{immediate:!0}),t()}))}},Ed=Md,Td=s(Ed,Sd,kd,!1,null,null,null);Td.options.__file="packages/steps/src/step.vue";var Bd=Td.exports;Bd.install=function(e){e.component(Bd.name,Bd)};var Dd=Bd,Ld=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.carouselClasses,on:{mouseenter:function(t){return t.stopPropagation(),e.handleMouseEnter(t)},mouseleave:function(t){return t.stopPropagation(),e.handleMouseLeave(t)}}},[n("div",{staticClass:"el-carousel__container",style:{height:e.height}},[e.arrowDisplay?n("transition",{attrs:{name:"carousel-arrow-left"}},[n("button",{directives:[{name:"show",rawName:"v-show",value:("always"===e.arrow||e.hover)&&(e.loop||e.activeIndex>0),expression:"(arrow === 'always' || hover) && (loop || activeIndex > 0)"}],staticClass:"el-carousel__arrow el-carousel__arrow--left",attrs:{type:"button"},on:{mouseenter:function(t){e.handleButtonEnter("left")},mouseleave:e.handleButtonLeave,click:function(t){t.stopPropagation(),e.throttledArrowClick(e.activeIndex-1)}}},[n("i",{staticClass:"el-icon-arrow-left"})])]):e._e(),e.arrowDisplay?n("transition",{attrs:{name:"carousel-arrow-right"}},[n("button",{directives:[{name:"show",rawName:"v-show",value:("always"===e.arrow||e.hover)&&(e.loop||e.activeIndex0}))},carouselClasses:function(){var e=["el-carousel","el-carousel--"+this.direction];return"card"===this.type&&e.push("el-carousel--card"),e},indicatorsClasses:function(){var e=["el-carousel__indicators","el-carousel__indicators--"+this.direction];return this.hasLabel&&e.push("el-carousel__indicators--labels"),"outside"!==this.indicatorPosition&&"card"!==this.type||e.push("el-carousel__indicators--outside"),e}},watch:{items:function(e){e.length>0&&this.setActiveItem(this.initialIndex)},activeIndex:function(e,t){this.resetItemPosition(t),t>-1&&this.$emit("change",e,t)},autoplay:function(e){e?this.startTimer():this.pauseTimer()},loop:function(){this.setActiveItem(this.activeIndex)}},methods:{handleMouseEnter:function(){this.hover=!0,this.pauseTimer()},handleMouseLeave:function(){this.hover=!1,this.startTimer()},itemInStage:function(e,t){var n=this.items.length;return t===n-1&&e.inStage&&this.items[0].active||e.inStage&&this.items[t+1]&&this.items[t+1].active?"left":!!(0===t&&e.inStage&&this.items[n-1].active||e.inStage&&this.items[t-1]&&this.items[t-1].active)&&"right"},handleButtonEnter:function(e){var t=this;"vertical"!==this.direction&&this.items.forEach((function(n,r){e===t.itemInStage(n,r)&&(n.hover=!0)}))},handleButtonLeave:function(){"vertical"!==this.direction&&this.items.forEach((function(e){e.hover=!1}))},updateItems:function(){this.items=this.$children.filter((function(e){return"ElCarouselItem"===e.$options.name}))},resetItemPosition:function(e){var t=this;this.items.forEach((function(n,r){n.translateItem(r,t.activeIndex,e)}))},playSlides:function(){this.activeIndex0&&(e=this.items.indexOf(t[0]))}if(e=Number(e),isNaN(e)||e!==Math.floor(e))console.warn("[Element Warn][Carousel]index must be an integer.");else{var n=this.items.length,r=this.activeIndex;this.activeIndex=e<0?this.loop?n-1:0:e>=n?this.loop?0:n-1:e,r===this.activeIndex&&this.resetItemPosition(r)}},prev:function(){this.setActiveItem(this.activeIndex-1)},next:function(){this.setActiveItem(this.activeIndex+1)},handleIndicatorClick:function(e){this.activeIndex=e},handleIndicatorHover:function(e){"hover"===this.trigger&&e!==this.activeIndex&&(this.activeIndex=e)}},created:function(){var e=this;this.throttledArrowClick=Fd()(300,!0,(function(t){e.setActiveItem(t)})),this.throttledIndicatorHover=Fd()(300,(function(t){e.handleIndicatorHover(t)}))},mounted:function(){var e=this;this.updateItems(),this.$nextTick((function(){Object(er["addResizeListener"])(e.$el,e.resetItemPosition),e.initialIndex=0&&(e.activeIndex=e.initialIndex),e.startTimer()}))},beforeDestroy:function(){this.$el&&Object(er["removeResizeListener"])(this.$el,this.resetItemPosition),this.pauseTimer()}},Pd=Nd,Rd=s(Pd,Ld,Od,!1,null,null,null);Rd.options.__file="packages/carousel/src/main.vue";var Hd=Rd.exports;Hd.install=function(e){e.component(Hd.name,Hd)};var Ud=Hd,zd={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}};function Yd(e){var t=e.move,n=e.size,r=e.bar,i={},a="translate"+r.axis+"("+t+"%)";return i[r.size]=n,i.transform=a,i.msTransform=a,i.webkitTransform=a,i}var $d={name:"Bar",props:{vertical:Boolean,size:String,move:Number},computed:{bar:function(){return zd[this.vertical?"vertical":"horizontal"]},wrap:function(){return this.$parent.wrap}},render:function(e){var t=this.size,n=this.move,r=this.bar;return e("div",{class:["el-scrollbar__bar","is-"+r.key],on:{mousedown:this.clickTrackHandler}},[e("div",{ref:"thumb",class:"el-scrollbar__thumb",on:{mousedown:this.clickThumbHandler},style:Yd({size:t,move:n,bar:r})})])},methods:{clickThumbHandler:function(e){e.ctrlKey||2===e.button||(this.startDrag(e),this[this.bar.axis]=e.currentTarget[this.bar.offset]-(e[this.bar.client]-e.currentTarget.getBoundingClientRect()[this.bar.direction]))},clickTrackHandler:function(e){var t=Math.abs(e.target.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),n=this.$refs.thumb[this.bar.offset]/2,r=100*(t-n)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=r*this.wrap[this.bar.scrollSize]/100},startDrag:function(e){e.stopImmediatePropagation(),this.cursorDown=!0,Object(Re["on"])(document,"mousemove",this.mouseMoveDocumentHandler),Object(Re["on"])(document,"mouseup",this.mouseUpDocumentHandler),document.onselectstart=function(){return!1}},mouseMoveDocumentHandler:function(e){if(!1!==this.cursorDown){var t=this[this.bar.axis];if(t){var n=-1*(this.$el.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),r=this.$refs.thumb[this.bar.offset]-t,i=100*(n-r)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=i*this.wrap[this.bar.scrollSize]/100}}},mouseUpDocumentHandler:function(e){this.cursorDown=!1,this[this.bar.axis]=0,Object(Re["off"])(document,"mousemove",this.mouseMoveDocumentHandler),document.onselectstart=null}},destroyed:function(){Object(Re["off"])(document,"mouseup",this.mouseUpDocumentHandler)}},jd={name:"ElScrollbar",components:{Bar:$d},props:{native:Boolean,wrapStyle:{},wrapClass:{},viewClass:{},viewStyle:{},noresize:Boolean,tag:{type:String,default:"div"}},data:function(){return{sizeWidth:"0",sizeHeight:"0",moveX:0,moveY:0}},computed:{wrap:function(){return this.$refs.wrap}},render:function(e){var t=vi()(),n=this.wrapStyle;if(t){var r="-"+t+"px",i="margin-bottom: "+r+"; margin-right: "+r+";";Array.isArray(this.wrapStyle)?(n=Object(A["toObject"])(this.wrapStyle),n.marginRight=n.marginBottom=r):"string"===typeof this.wrapStyle?n+=i:n=i}var a=e(this.tag,{class:["el-scrollbar__view",this.viewClass],style:this.viewStyle,ref:"resize"},this.$slots.default),o=e("div",{ref:"wrap",style:n,on:{scroll:this.handleScroll},class:[this.wrapClass,"el-scrollbar__wrap",t?"":"el-scrollbar__wrap--hidden-default"]},[[a]]),s=void 0;return s=this.native?[e("div",{ref:"wrap",class:[this.wrapClass,"el-scrollbar__wrap"],style:n},[[a]])]:[o,e($d,{attrs:{move:this.moveX,size:this.sizeWidth}}),e($d,{attrs:{vertical:!0,move:this.moveY,size:this.sizeHeight}})],e("div",{class:"el-scrollbar"},s)},methods:{handleScroll:function(){var e=this.wrap;this.moveY=100*e.scrollTop/e.clientHeight,this.moveX=100*e.scrollLeft/e.clientWidth},update:function(){var e=void 0,t=void 0,n=this.wrap;n&&(e=100*n.clientHeight/n.scrollHeight,t=100*n.clientWidth/n.scrollWidth,this.sizeHeight=e<100?e+"%":"",this.sizeWidth=t<100?t+"%":"")}},mounted:function(){this.native||(this.$nextTick(this.update),!this.noresize&&Object(er["addResizeListener"])(this.$refs.resize,this.update))},beforeDestroy:function(){this.native||!this.noresize&&Object(er["removeResizeListener"])(this.$refs.resize,this.update)},install:function(e){e.component(jd.name,jd)}},Qd=jd,Vd=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"show",rawName:"v-show",value:e.ready,expression:"ready"}],staticClass:"el-carousel__item",class:{"is-active":e.active,"el-carousel__item--card":"card"===e.$parent.type,"is-in-stage":e.inStage,"is-hover":e.hover,"is-animating":e.animating},style:e.itemStyle,on:{click:e.handleItemClick}},["card"===e.$parent.type?n("div",{directives:[{name:"show",rawName:"v-show",value:!e.active,expression:"!active"}],staticClass:"el-carousel__mask"}):e._e(),e._t("default")],2)},Wd=[];Vd._withStripped=!0;var Kd=.83,Gd={name:"ElCarouselItem",props:{name:String,label:{type:[String,Number],default:""}},data:function(){return{hover:!1,translate:0,scale:1,active:!1,ready:!1,inStage:!1,animating:!1}},methods:{processIndex:function(e,t,n){return 0===t&&e===n-1?-1:t===n-1&&0===e?n:e=n/2?n+1:e>t+1&&e-t>=n/2?-2:e},calcCardTranslate:function(e,t){var n=this.$parent.$el.offsetWidth;return this.inStage?n*((2-Kd)*(e-t)+1)/4:e2&&this.$parent.loop&&(e=this.processIndex(e,t,a)),"card"===r)"vertical"===i&&console.warn("[Element Warn][Carousel]vertical direction is not supported in card mode"),this.inStage=Math.round(Math.abs(e-t))<=1,this.active=e===t,this.translate=this.calcCardTranslate(e,t),this.scale=this.active?1:Kd;else{this.active=e===t;var o="vertical"===i;this.translate=this.calcTranslate(e,t,o)}this.ready=!0},handleItemClick:function(){var e=this.$parent;if(e&&"card"===e.type){var t=e.items.indexOf(this);e.setActiveItem(t)}}},computed:{parentDirection:function(){return this.$parent.direction},itemStyle:function(){var e="vertical"===this.parentDirection?"translateY":"translateX",t=e+"("+this.translate+"px) scale("+this.scale+")",n={transform:t};return Object(A["autoprefixer"])(n)}},created:function(){this.$parent&&this.$parent.updateItems()},destroyed:function(){this.$parent&&this.$parent.updateItems()}},Xd=Gd,qd=s(Xd,Vd,Wd,!1,null,null,null);qd.options.__file="packages/carousel/src/item.vue";var Jd=qd.exports;Jd.install=function(e){e.component(Jd.name,Jd)};var Zd=Jd,ef=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-collapse",attrs:{role:"tablist","aria-multiselectable":"true"}},[e._t("default")],2)},tf=[];ef._withStripped=!0;var nf={name:"ElCollapse",componentName:"ElCollapse",props:{accordion:Boolean,value:{type:[Array,String,Number],default:function(){return[]}}},data:function(){return{activeNames:[].concat(this.value)}},provide:function(){return{collapse:this}},watch:{value:function(e){this.activeNames=[].concat(e)}},methods:{setActiveNames:function(e){e=[].concat(e);var t=this.accordion?e[0]:e;this.activeNames=e,this.$emit("input",t),this.$emit("change",t)},handleItemClick:function(e){if(this.accordion)this.setActiveNames(!this.activeNames[0]&&0!==this.activeNames[0]||this.activeNames[0]!==e.name?e.name:"");else{var t=this.activeNames.slice(0),n=t.indexOf(e.name);n>-1?t.splice(n,1):t.push(e.name),this.setActiveNames(t)}}},created:function(){this.$on("item-click",this.handleItemClick)}},rf=nf,af=s(rf,ef,tf,!1,null,null,null);af.options.__file="packages/collapse/src/collapse.vue";var of=af.exports;of.install=function(e){e.component(of.name,of)};var sf=of,lf=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-collapse-item",class:{"is-active":e.isActive,"is-disabled":e.disabled}},[n("div",{attrs:{role:"tab","aria-expanded":e.isActive,"aria-controls":"el-collapse-content-"+e.id,"aria-describedby":"el-collapse-content-"+e.id}},[n("div",{staticClass:"el-collapse-item__header",class:{focusing:e.focusing,"is-active":e.isActive},attrs:{role:"button",id:"el-collapse-head-"+e.id,tabindex:e.disabled?void 0:0},on:{click:e.handleHeaderClick,keyup:function(t){return!("button"in t)&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.stopPropagation(),e.handleEnterClick(t))},focus:e.handleFocus,blur:function(t){e.focusing=!1}}},[e._t("title",[e._v(e._s(e.title))]),n("i",{staticClass:"el-collapse-item__arrow el-icon-arrow-right",class:{"is-active":e.isActive}})],2)]),n("el-collapse-transition",[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"el-collapse-item__wrap",attrs:{role:"tabpanel","aria-hidden":!e.isActive,"aria-labelledby":"el-collapse-head-"+e.id,id:"el-collapse-content-"+e.id}},[n("div",{staticClass:"el-collapse-item__content"},[e._t("default")],2)])])],1)},cf=[];lf._withStripped=!0;var uf={name:"ElCollapseItem",componentName:"ElCollapseItem",mixins:[E.a],components:{ElCollapseTransition:We.a},data:function(){return{contentWrapStyle:{height:"auto",display:"block"},contentHeight:0,focusing:!1,isClick:!1,id:Object(A["generateId"])()}},inject:["collapse"],props:{title:String,name:{type:[String,Number],default:function(){return this._uid}},disabled:Boolean},computed:{isActive:function(){return this.collapse.activeNames.indexOf(this.name)>-1}},methods:{handleFocus:function(){var e=this;setTimeout((function(){e.isClick?e.isClick=!1:e.focusing=!0}),50)},handleHeaderClick:function(){this.disabled||(this.dispatch("ElCollapse","item-click",this),this.focusing=!1,this.isClick=!0)},handleEnterClick:function(){this.dispatch("ElCollapse","item-click",this)}}},hf=uf,df=s(hf,lf,cf,!1,null,null,null);df.options.__file="packages/collapse/src/collapse-item.vue";var ff=df.exports;ff.install=function(e){e.component(ff.name,ff)};var pf=ff,mf=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:function(){return e.toggleDropDownVisible(!1)},expression:"() => toggleDropDownVisible(false)"}],ref:"reference",class:["el-cascader",e.realSize&&"el-cascader--"+e.realSize,{"is-disabled":e.isDisabled}],on:{mouseenter:function(t){e.inputHover=!0},mouseleave:function(t){e.inputHover=!1},click:function(){return e.toggleDropDownVisible(!e.readonly||void 0)},keydown:e.handleKeyDown}},[n("el-input",{ref:"input",class:{"is-focus":e.dropDownVisible},attrs:{size:e.realSize,placeholder:e.placeholder,readonly:e.readonly,disabled:e.isDisabled,"validate-event":!1},on:{focus:e.handleFocus,blur:e.handleBlur,input:e.handleInput},model:{value:e.multiple?e.presentText:e.inputValue,callback:function(t){e.multiple?e.presentText:e.inputValue=t},expression:"multiple ? presentText : inputValue"}},[n("template",{slot:"suffix"},[e.clearBtnVisible?n("i",{key:"clear",staticClass:"el-input__icon el-icon-circle-close",on:{click:function(t){return t.stopPropagation(),e.handleClear(t)}}}):n("i",{key:"arrow-down",class:["el-input__icon","el-icon-arrow-down",e.dropDownVisible&&"is-reverse"],on:{click:function(t){t.stopPropagation(),e.toggleDropDownVisible()}}})])],2),e.multiple?n("div",{staticClass:"el-cascader__tags"},[e._l(e.presentTags,(function(t,r){return n("el-tag",{key:t.key,attrs:{type:"info",size:e.tagSize,hit:t.hitState,closable:t.closable,"disable-transitions":""},on:{close:function(t){e.deleteTag(r)}}},[n("span",[e._v(e._s(t.text))])])})),e.filterable&&!e.isDisabled?n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0}}],staticClass:"el-cascader__search-input",attrs:{type:"text",placeholder:e.presentTags.length?"":e.placeholder},domProps:{value:e.inputValue},on:{input:[function(t){t.target.composing||(e.inputValue=t.target.value.trim())},function(t){return e.handleInput(e.inputValue,t)}],click:function(t){t.stopPropagation(),e.toggleDropDownVisible(!0)},keydown:function(t){return!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.handleDelete(t)},blur:function(t){e.$forceUpdate()}}}):e._e()],2):e._e(),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":e.handleDropdownLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.dropDownVisible,expression:"dropDownVisible"}],ref:"popper",class:["el-popper","el-cascader__dropdown",e.popperClass]},[n("el-cascader-panel",{directives:[{name:"show",rawName:"v-show",value:!e.filtering,expression:"!filtering"}],ref:"panel",attrs:{options:e.options,props:e.config,border:!1,"render-label":e.$scopedSlots.default},on:{"expand-change":e.handleExpandChange,close:function(t){e.toggleDropDownVisible(!1)}},model:{value:e.checkedValue,callback:function(t){e.checkedValue=t},expression:"checkedValue"}}),e.filterable?n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.filtering,expression:"filtering"}],ref:"suggestionPanel",staticClass:"el-cascader__suggestion-panel",attrs:{tag:"ul","view-class":"el-cascader__suggestion-list"},nativeOn:{keydown:function(t){return e.handleSuggestionKeyDown(t)}}},[e.suggestions.length?e._l(e.suggestions,(function(t,r){return n("li",{key:t.uid,class:["el-cascader__suggestion-item",t.checked&&"is-checked"],attrs:{tabindex:-1},on:{click:function(t){e.handleSuggestionClick(r)}}},[n("span",[e._v(e._s(t.text))]),t.checked?n("i",{staticClass:"el-icon-check"}):e._e()])})):e._t("empty",[n("li",{staticClass:"el-cascader__empty-text"},[e._v(e._s(e.t("el.cascader.noMatch")))])])],2):e._e()],1)])],1)},gf=[];mf._withStripped=!0;var vf=n(42),Af=n.n(vf),yf=n(34),bf=n.n(yf),_f=bf.a.keys,wf={expandTrigger:{newProp:"expandTrigger",type:String},changeOnSelect:{newProp:"checkStrictly",type:Boolean},hoverThreshold:{newProp:"hoverThreshold",type:Number}},xf={props:{placement:{type:String,default:"bottom-start"},appendToBody:$.a.props.appendToBody,visibleArrow:{type:Boolean,default:!0},arrowOffset:$.a.props.arrowOffset,offset:$.a.props.offset,boundariesPadding:$.a.props.boundariesPadding,popperOptions:$.a.props.popperOptions},methods:$.a.methods,data:$.a.data,beforeDestroy:$.a.beforeDestroy},Cf={medium:36,small:32,mini:28},Sf={name:"ElCascader",directives:{Clickoutside:H.a},mixins:[xf,E.a,v.a,k.a],inject:{elForm:{default:""},elFormItem:{default:""}},components:{ElInput:m.a,ElTag:Zn.a,ElScrollbar:Q.a,ElCascaderPanel:Af.a},props:{value:{},options:Array,props:Object,size:String,placeholder:{type:String,default:function(){return Object(ps["t"])("el.cascader.placeholder")}},disabled:Boolean,clearable:Boolean,filterable:Boolean,filterMethod:Function,separator:{type:String,default:" / "},showAllLevels:{type:Boolean,default:!0},collapseTags:Boolean,debounce:{type:Number,default:300},beforeFilter:{type:Function,default:function(){return function(){}}},popperClass:String},data:function(){return{dropDownVisible:!1,checkedValue:this.value||null,inputHover:!1,inputValue:null,presentText:null,presentTags:[],checkedNodes:[],filtering:!1,suggestions:[],inputInitialHeight:0,pressDeleteCount:0}},computed:{realSize:function(){var e=(this.elFormItem||{}).elFormItemSize;return this.size||e||(this.$ELEMENT||{}).size},tagSize:function(){return["small","mini"].indexOf(this.realSize)>-1?"mini":"small"},isDisabled:function(){return this.disabled||(this.elForm||{}).disabled},config:function(){var e=this.props||{},t=this.$attrs;return Object.keys(wf).forEach((function(n){var r=wf[n],i=r.newProp,a=r.type,o=t[n]||t[Object(A["kebabCase"])(n)];Object(kt["isDef"])(n)&&!Object(kt["isDef"])(e[i])&&(a===Boolean&&""===o&&(o=!0),e[i]=o)})),e},multiple:function(){return this.config.multiple},leafOnly:function(){return!this.config.checkStrictly},readonly:function(){return!this.filterable||this.multiple},clearBtnVisible:function(){return!(!this.clearable||this.isDisabled||this.filtering||!this.inputHover)&&(this.multiple?!!this.checkedNodes.filter((function(e){return!e.isDisabled})).length:!!this.presentText)},panel:function(){return this.$refs.panel}},watch:{disabled:function(){this.computePresentContent()},value:function(e){Object(A["isEqual"])(e,this.checkedValue)||(this.checkedValue=e,this.computePresentContent())},checkedValue:function(e){var t=this.value,n=this.dropDownVisible,r=this.config,i=r.checkStrictly,a=r.multiple;Object(A["isEqual"])(e,t)&&!Object(dd["isUndefined"])(t)||(this.computePresentContent(),a||i||!n||this.toggleDropDownVisible(!1),this.$emit("input",e),this.$emit("change",e),this.dispatch("ElFormItem","el.form.change",[e]))},options:{handler:function(){this.$nextTick(this.computePresentContent)},deep:!0},presentText:function(e){this.inputValue=e},presentTags:function(e,t){this.multiple&&(e.length||t.length)&&this.$nextTick(this.updateStyle)},filtering:function(e){this.$nextTick(this.updatePopper)}},mounted:function(){var e=this,t=this.$refs.input;t&&t.$el&&(this.inputInitialHeight=t.$el.offsetHeight||Cf[this.realSize]||40),Object(A["isEmpty"])(this.value)||this.computePresentContent(),this.filterHandler=P()(this.debounce,(function(){var t=e.inputValue;if(t){var n=e.beforeFilter(t);n&&n.then?n.then(e.getSuggestions):!1!==n?e.getSuggestions():e.filtering=!1}else e.filtering=!1})),Object(er["addResizeListener"])(this.$el,this.updateStyle)},beforeDestroy:function(){Object(er["removeResizeListener"])(this.$el,this.updateStyle)},methods:{getMigratingConfig:function(){return{props:{"expand-trigger":"expand-trigger is removed, use `props.expandTrigger` instead.","change-on-select":"change-on-select is removed, use `props.checkStrictly` instead.","hover-threshold":"hover-threshold is removed, use `props.hoverThreshold` instead"},events:{"active-item-change":"active-item-change is renamed to expand-change"}}},toggleDropDownVisible:function(e){var t=this;if(!this.isDisabled){var n=this.dropDownVisible,r=this.$refs.input;e=Object(kt["isDef"])(e)?e:!n,e!==n&&(this.dropDownVisible=e,e&&this.$nextTick((function(){t.updatePopper(),t.panel.scrollIntoView()})),r.$refs.input.setAttribute("aria-expanded",e),this.$emit("visible-change",e))}},handleDropdownLeave:function(){this.filtering=!1,this.inputValue=this.presentText},handleKeyDown:function(e){switch(e.keyCode){case _f.enter:this.toggleDropDownVisible();break;case _f.down:this.toggleDropDownVisible(!0),this.focusFirstNode(),e.preventDefault();break;case _f.esc:case _f.tab:this.toggleDropDownVisible(!1);break}},handleFocus:function(e){this.$emit("focus",e)},handleBlur:function(e){this.$emit("blur",e)},handleInput:function(e,t){!this.dropDownVisible&&this.toggleDropDownVisible(!0),t&&t.isComposing||(e?this.filterHandler():this.filtering=!1)},handleClear:function(){this.presentText="",this.panel.clearCheckedNodes()},handleExpandChange:function(e){this.$nextTick(this.updatePopper.bind(this)),this.$emit("expand-change",e),this.$emit("active-item-change",e)},focusFirstNode:function(){var e=this;this.$nextTick((function(){var t=e.filtering,n=e.$refs,r=n.popper,i=n.suggestionPanel,a=null;if(t&&i)a=i.$el.querySelector(".el-cascader__suggestion-item");else{var o=r.querySelector(".el-cascader-menu");a=o.querySelector('.el-cascader-node[tabindex="-1"]')}a&&(a.focus(),!t&&a.click())}))},computePresentContent:function(){var e=this;this.$nextTick((function(){e.config.multiple?(e.computePresentTags(),e.presentText=e.presentTags.length?" ":null):e.computePresentText()}))},computePresentText:function(){var e=this.checkedValue,t=this.config;if(!Object(A["isEmpty"])(e)){var n=this.panel.getNodeByValue(e);if(n&&(t.checkStrictly||n.isLeaf))return void(this.presentText=n.getText(this.showAllLevels,this.separator))}this.presentText=null},computePresentTags:function(){var e=this.isDisabled,t=this.leafOnly,n=this.showAllLevels,r=this.separator,i=this.collapseTags,a=this.getCheckedNodes(t),o=[],s=function(t){return{node:t,key:t.uid,text:t.getText(n,r),hitState:!1,closable:!e&&!t.isDisabled}};if(a.length){var l=a[0],c=a.slice(1),u=c.length;o.push(s(l)),u&&(i?o.push({key:-1,text:"+ "+u,closable:!1}):c.forEach((function(e){return o.push(s(e))})))}this.checkedNodes=a,this.presentTags=o},getSuggestions:function(){var e=this,t=this.filterMethod;Object(dd["isFunction"])(t)||(t=function(e,t){return e.text.includes(t)});var n=this.panel.getFlattedNodes(this.leafOnly).filter((function(n){return!n.isDisabled&&(n.text=n.getText(e.showAllLevels,e.separator)||"",t(n,e.inputValue))}));this.multiple?this.presentTags.forEach((function(e){e.hitState=!1})):n.forEach((function(t){t.checked=Object(A["isEqual"])(e.checkedValue,t.getValueByOption())})),this.filtering=!0,this.suggestions=n,this.$nextTick(this.updatePopper)},handleSuggestionKeyDown:function(e){var t=e.keyCode,n=e.target;switch(t){case _f.enter:n.click();break;case _f.up:var r=n.previousElementSibling;r&&r.focus();break;case _f.down:var i=n.nextElementSibling;i&&i.focus();break;case _f.esc:case _f.tab:this.toggleDropDownVisible(!1);break}},handleDelete:function(){var e=this.inputValue,t=this.pressDeleteCount,n=this.presentTags,r=n.length-1,i=n[r];this.pressDeleteCount=e?0:t+1,i&&this.pressDeleteCount&&(i.hitState?this.deleteTag(r):i.hitState=!0)},handleSuggestionClick:function(e){var t=this.multiple,n=this.suggestions[e];if(t){var r=n.checked;n.doCheck(!r),this.panel.calculateMultiCheckedValue()}else this.checkedValue=n.getValueByOption(),this.toggleDropDownVisible(!1)},deleteTag:function(e){var t=this.checkedValue,n=t[e];this.checkedValue=t.filter((function(t,n){return n!==e})),this.$emit("remove-tag",n)},updateStyle:function(){var e=this.$el,t=this.inputInitialHeight;if(!this.$isServer&&e){var n=this.$refs.suggestionPanel,r=e.querySelector(".el-input__inner");if(r){var i=e.querySelector(".el-cascader__tags"),a=null;if(n&&(a=n.$el)){var o=a.querySelector(".el-cascader__suggestion-list");o.style.minWidth=r.offsetWidth+"px"}if(i){var s=i.offsetHeight,l=Math.max(s+6,t)+"px";r.style.height=l,this.updatePopper()}}}},getCheckedNodes:function(e){return this.panel.getCheckedNodes(e)}}},kf=Sf,Mf=s(kf,mf,gf,!1,null,null,null);Mf.options.__file="packages/cascader/src/cascader.vue";var Ef=Mf.exports;Ef.install=function(e){e.component(Ef.name,Ef)};var Tf=Ef,Bf=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.hide,expression:"hide"}],class:["el-color-picker",e.colorDisabled?"is-disabled":"",e.colorSize?"el-color-picker--"+e.colorSize:""]},[e.colorDisabled?n("div",{staticClass:"el-color-picker__mask"}):e._e(),n("div",{staticClass:"el-color-picker__trigger",on:{click:e.handleTrigger}},[n("span",{staticClass:"el-color-picker__color",class:{"is-alpha":e.showAlpha}},[n("span",{staticClass:"el-color-picker__color-inner",style:{backgroundColor:e.displayedColor}}),e.value||e.showPanelColor?e._e():n("span",{staticClass:"el-color-picker__empty el-icon-close"})]),n("span",{directives:[{name:"show",rawName:"v-show",value:e.value||e.showPanelColor,expression:"value || showPanelColor"}],staticClass:"el-color-picker__icon el-icon-arrow-down"})]),n("picker-dropdown",{ref:"dropdown",class:["el-color-picker__panel",e.popperClass||""],attrs:{color:e.color,"show-alpha":e.showAlpha,predefine:e.predefine},on:{pick:e.confirmValue,clear:e.clearValue},model:{value:e.showPicker,callback:function(t){e.showPicker=t},expression:"showPicker"}})],1)},Df=[];Bf._withStripped=!0;var Lf="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function Of(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var If=function(e,t,n){return[e,t*n/((e=(2-t)*n)<1?e:2-e)||0,e/2]},Ff=function(e){return"string"===typeof e&&-1!==e.indexOf(".")&&1===parseFloat(e)},Nf=function(e){return"string"===typeof e&&-1!==e.indexOf("%")},Pf=function(e,t){Ff(e)&&(e="100%");var n=Nf(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)},Rf={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},Hf=function(e){var t=e.r,n=e.g,r=e.b,i=function(e){e=Math.min(Math.round(e),255);var t=Math.floor(e/16),n=e%16;return""+(Rf[t]||t)+(Rf[n]||n)};return isNaN(t)||isNaN(n)||isNaN(r)?"":"#"+i(t)+i(n)+i(r)},Uf={A:10,B:11,C:12,D:13,E:14,F:15},zf=function(e){return 2===e.length?16*(Uf[e[0].toUpperCase()]||+e[0])+(Uf[e[1].toUpperCase()]||+e[1]):Uf[e[1].toUpperCase()]||+e[1]},Yf=function(e,t,n){t/=100,n/=100;var r=t,i=Math.max(n,.01),a=void 0,o=void 0;return n*=2,t*=n<=1?n:2-n,r*=i<=1?i:2-i,o=(n+t)/2,a=0===n?2*r/(i+r):2*t/(n+t),{h:e,s:100*a,v:100*o}},$f=function(e,t,n){e=Pf(e,255),t=Pf(t,255),n=Pf(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),a=void 0,o=void 0,s=r,l=r-i;if(o=0===r?0:l/r,r===i)a=0;else{switch(r){case e:a=(t-n)/l+(t2?parseFloat(e):parseInt(e,10)}));if(4===r.length?this._alpha=Math.floor(100*parseFloat(r[3])):3===r.length&&(this._alpha=100),r.length>=3){var i=Yf(r[0],r[1],r[2]),a=i.h,o=i.s,s=i.v;n(a,o,s)}}else if(-1!==e.indexOf("hsv")){var l=e.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter((function(e){return""!==e})).map((function(e,t){return t>2?parseFloat(e):parseInt(e,10)}));4===l.length?this._alpha=Math.floor(100*parseFloat(l[3])):3===l.length&&(this._alpha=100),l.length>=3&&n(l[0],l[1],l[2])}else if(-1!==e.indexOf("rgb")){var c=e.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter((function(e){return""!==e})).map((function(e,t){return t>2?parseFloat(e):parseInt(e,10)}));if(4===c.length?this._alpha=Math.floor(100*parseFloat(c[3])):3===c.length&&(this._alpha=100),c.length>=3){var u=$f(c[0],c[1],c[2]),h=u.h,d=u.s,f=u.v;n(h,d,f)}}else if(-1!==e.indexOf("#")){var p=e.replace("#","").trim();if(!/^(?:[0-9a-fA-F]{3}){1,2}|[0-9a-fA-F]{8}$/.test(p))return;var m=void 0,g=void 0,v=void 0;3===p.length?(m=zf(p[0]+p[0]),g=zf(p[1]+p[1]),v=zf(p[2]+p[2])):6!==p.length&&8!==p.length||(m=zf(p.substring(0,2)),g=zf(p.substring(2,4)),v=zf(p.substring(4,6))),8===p.length?this._alpha=Math.floor(zf(p.substring(6))/255*100):3!==p.length&&6!==p.length||(this._alpha=100);var A=$f(m,g,v),y=A.h,b=A.s,_=A.v;n(y,b,_)}},e.prototype.compare=function(e){return Math.abs(e._hue-this._hue)<2&&Math.abs(e._saturation-this._saturation)<1&&Math.abs(e._value-this._value)<1&&Math.abs(e._alpha-this._alpha)<1},e.prototype.doOnChange=function(){var e=this._hue,t=this._saturation,n=this._value,r=this._alpha,i=this.format;if(this.enableAlpha)switch(i){case"hsl":var a=If(e,t/100,n/100);this.value="hsla("+e+", "+Math.round(100*a[1])+"%, "+Math.round(100*a[2])+"%, "+r/100+")";break;case"hsv":this.value="hsva("+e+", "+Math.round(t)+"%, "+Math.round(n)+"%, "+r/100+")";break;default:var o=jf(e,t,n),s=o.r,l=o.g,c=o.b;this.value="rgba("+s+", "+l+", "+c+", "+r/100+")"}else switch(i){case"hsl":var u=If(e,t/100,n/100);this.value="hsl("+e+", "+Math.round(100*u[1])+"%, "+Math.round(100*u[2])+"%)";break;case"hsv":this.value="hsv("+e+", "+Math.round(t)+"%, "+Math.round(n)+"%)";break;case"rgb":var h=jf(e,t,n),d=h.r,f=h.g,p=h.b;this.value="rgb("+d+", "+f+", "+p+")";break;default:this.value=Hf(jf(e,t,n))}},e}(),Vf=Qf,Wf=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":e.doDestroy}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-color-dropdown"},[n("div",{staticClass:"el-color-dropdown__main-wrapper"},[n("hue-slider",{ref:"hue",staticStyle:{float:"right"},attrs:{color:e.color,vertical:""}}),n("sv-panel",{ref:"sl",attrs:{color:e.color}})],1),e.showAlpha?n("alpha-slider",{ref:"alpha",attrs:{color:e.color}}):e._e(),e.predefine?n("predefine",{attrs:{color:e.color,colors:e.predefine}}):e._e(),n("div",{staticClass:"el-color-dropdown__btns"},[n("span",{staticClass:"el-color-dropdown__value"},[n("el-input",{attrs:{"validate-event":!1,size:"mini"},on:{blur:e.handleConfirm},nativeOn:{keyup:function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleConfirm(t)}},model:{value:e.customInput,callback:function(t){e.customInput=t},expression:"customInput"}})],1),n("el-button",{staticClass:"el-color-dropdown__link-btn",attrs:{size:"mini",type:"text"},on:{click:function(t){e.$emit("clear")}}},[e._v("\n "+e._s(e.t("el.colorpicker.clear"))+"\n ")]),n("el-button",{staticClass:"el-color-dropdown__btn",attrs:{plain:"",size:"mini"},on:{click:e.confirmValue}},[e._v("\n "+e._s(e.t("el.colorpicker.confirm"))+"\n ")])],1)],1)])},Kf=[];Wf._withStripped=!0;var Gf=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-color-svpanel",style:{backgroundColor:e.background}},[n("div",{staticClass:"el-color-svpanel__white"}),n("div",{staticClass:"el-color-svpanel__black"}),n("div",{staticClass:"el-color-svpanel__cursor",style:{top:e.cursorTop+"px",left:e.cursorLeft+"px"}},[n("div")])])},Xf=[];Gf._withStripped=!0;var qf=!1,Jf=function(e,t){if(!Yr.a.prototype.$isServer){var n=function(e){t.drag&&t.drag(e)},r=function e(r){document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",e),document.onselectstart=null,document.ondragstart=null,qf=!1,t.end&&t.end(r)};e.addEventListener("mousedown",(function(e){qf||(document.onselectstart=function(){return!1},document.ondragstart=function(){return!1},document.addEventListener("mousemove",n),document.addEventListener("mouseup",r),qf=!0,t.start&&t.start(e))}))}},Zf={name:"el-sl-panel",props:{color:{required:!0}},computed:{colorValue:function(){var e=this.color.get("hue"),t=this.color.get("value");return{hue:e,value:t}}},watch:{colorValue:function(){this.update()}},methods:{update:function(){var e=this.color.get("saturation"),t=this.color.get("value"),n=this.$el,r=n.clientWidth,i=n.clientHeight;this.cursorLeft=e*r/100,this.cursorTop=(100-t)*i/100,this.background="hsl("+this.color.get("hue")+", 100%, 50%)"},handleDrag:function(e){var t=this.$el,n=t.getBoundingClientRect(),r=e.clientX-n.left,i=e.clientY-n.top;r=Math.max(0,r),r=Math.min(r,n.width),i=Math.max(0,i),i=Math.min(i,n.height),this.cursorLeft=r,this.cursorTop=i,this.color.set({saturation:r/n.width*100,value:100-i/n.height*100})}},mounted:function(){var e=this;Jf(this.$el,{drag:function(t){e.handleDrag(t)},end:function(t){e.handleDrag(t)}}),this.update()},data:function(){return{cursorTop:0,cursorLeft:0,background:"hsl(0, 100%, 50%)"}}},ep=Zf,tp=s(ep,Gf,Xf,!1,null,null,null);tp.options.__file="packages/color-picker/src/components/sv-panel.vue";var np=tp.exports,rp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-color-hue-slider",class:{"is-vertical":e.vertical}},[n("div",{ref:"bar",staticClass:"el-color-hue-slider__bar",on:{click:e.handleClick}}),n("div",{ref:"thumb",staticClass:"el-color-hue-slider__thumb",style:{left:e.thumbLeft+"px",top:e.thumbTop+"px"}})])},ip=[];rp._withStripped=!0;var ap={name:"el-color-hue-slider",props:{color:{required:!0},vertical:Boolean},data:function(){return{thumbLeft:0,thumbTop:0}},computed:{hueValue:function(){var e=this.color.get("hue");return e}},watch:{hueValue:function(){this.update()}},methods:{handleClick:function(e){var t=this.$refs.thumb,n=e.target;n!==t&&this.handleDrag(e)},handleDrag:function(e){var t=this.$el.getBoundingClientRect(),n=this.$refs.thumb,r=void 0;if(this.vertical){var i=e.clientY-t.top;i=Math.min(i,t.height-n.offsetHeight/2),i=Math.max(n.offsetHeight/2,i),r=Math.round((i-n.offsetHeight/2)/(t.height-n.offsetHeight)*360)}else{var a=e.clientX-t.left;a=Math.min(a,t.width-n.offsetWidth/2),a=Math.max(n.offsetWidth/2,a),r=Math.round((a-n.offsetWidth/2)/(t.width-n.offsetWidth)*360)}this.color.set("hue",r)},getThumbLeft:function(){if(this.vertical)return 0;var e=this.$el,t=this.color.get("hue");if(!e)return 0;var n=this.$refs.thumb;return Math.round(t*(e.offsetWidth-n.offsetWidth/2)/360)},getThumbTop:function(){if(!this.vertical)return 0;var e=this.$el,t=this.color.get("hue");if(!e)return 0;var n=this.$refs.thumb;return Math.round(t*(e.offsetHeight-n.offsetHeight/2)/360)},update:function(){this.thumbLeft=this.getThumbLeft(),this.thumbTop=this.getThumbTop()}},mounted:function(){var e=this,t=this.$refs,n=t.bar,r=t.thumb,i={drag:function(t){e.handleDrag(t)},end:function(t){e.handleDrag(t)}};Jf(n,i),Jf(r,i),this.update()}},op=ap,sp=s(op,rp,ip,!1,null,null,null);sp.options.__file="packages/color-picker/src/components/hue-slider.vue";var lp=sp.exports,cp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-color-alpha-slider",class:{"is-vertical":e.vertical}},[n("div",{ref:"bar",staticClass:"el-color-alpha-slider__bar",style:{background:e.background},on:{click:e.handleClick}}),n("div",{ref:"thumb",staticClass:"el-color-alpha-slider__thumb",style:{left:e.thumbLeft+"px",top:e.thumbTop+"px"}})])},up=[];cp._withStripped=!0;var hp={name:"el-color-alpha-slider",props:{color:{required:!0},vertical:Boolean},watch:{"color._alpha":function(){this.update()},"color.value":function(){this.update()}},methods:{handleClick:function(e){var t=this.$refs.thumb,n=e.target;n!==t&&this.handleDrag(e)},handleDrag:function(e){var t=this.$el.getBoundingClientRect(),n=this.$refs.thumb;if(this.vertical){var r=e.clientY-t.top;r=Math.max(n.offsetHeight/2,r),r=Math.min(r,t.height-n.offsetHeight/2),this.color.set("alpha",Math.round((r-n.offsetHeight/2)/(t.height-n.offsetHeight)*100))}else{var i=e.clientX-t.left;i=Math.max(n.offsetWidth/2,i),i=Math.min(i,t.width-n.offsetWidth/2),this.color.set("alpha",Math.round((i-n.offsetWidth/2)/(t.width-n.offsetWidth)*100))}},getThumbLeft:function(){if(this.vertical)return 0;var e=this.$el,t=this.color._alpha;if(!e)return 0;var n=this.$refs.thumb;return Math.round(t*(e.offsetWidth-n.offsetWidth/2)/100)},getThumbTop:function(){if(!this.vertical)return 0;var e=this.$el,t=this.color._alpha;if(!e)return 0;var n=this.$refs.thumb;return Math.round(t*(e.offsetHeight-n.offsetHeight/2)/100)},getBackground:function(){if(this.color&&this.color.value){var e=this.color.toRgb(),t=e.r,n=e.g,r=e.b;return"linear-gradient(to right, rgba("+t+", "+n+", "+r+", 0) 0%, rgba("+t+", "+n+", "+r+", 1) 100%)"}return null},update:function(){this.thumbLeft=this.getThumbLeft(),this.thumbTop=this.getThumbTop(),this.background=this.getBackground()}},data:function(){return{thumbLeft:0,thumbTop:0,background:null}},mounted:function(){var e=this,t=this.$refs,n=t.bar,r=t.thumb,i={drag:function(t){e.handleDrag(t)},end:function(t){e.handleDrag(t)}};Jf(n,i),Jf(r,i),this.update()}},dp=hp,fp=s(dp,cp,up,!1,null,null,null);fp.options.__file="packages/color-picker/src/components/alpha-slider.vue";var pp=fp.exports,mp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-color-predefine"},[n("div",{staticClass:"el-color-predefine__colors"},e._l(e.rgbaColors,(function(t,r){return n("div",{key:e.colors[r],staticClass:"el-color-predefine__color-selector",class:{selected:t.selected,"is-alpha":t._alpha<100},on:{click:function(t){e.handleSelect(r)}}},[n("div",{style:{"background-color":t.value}})])})),0)])},gp=[];mp._withStripped=!0;var vp={props:{colors:{type:Array,required:!0},color:{required:!0}},data:function(){return{rgbaColors:this.parseColors(this.colors,this.color)}},methods:{handleSelect:function(e){this.color.fromString(this.colors[e])},parseColors:function(e,t){return e.map((function(e){var n=new Vf;return n.enableAlpha=!0,n.format="rgba",n.fromString(e),n.selected=n.value===t.value,n}))}},watch:{"$parent.currentColor":function(e){var t=new Vf;t.fromString(e),this.rgbaColors.forEach((function(e){e.selected=t.compare(e)}))},colors:function(e){this.rgbaColors=this.parseColors(e,this.color)},color:function(e){this.rgbaColors=this.parseColors(this.colors,e)}}},Ap=vp,yp=s(Ap,mp,gp,!1,null,null,null);yp.options.__file="packages/color-picker/src/components/predefine.vue";var bp=yp.exports,_p={name:"el-color-picker-dropdown",mixins:[$.a,v.a],components:{SvPanel:np,HueSlider:lp,AlphaSlider:pp,ElInput:m.a,ElButton:oe.a,Predefine:bp},props:{color:{required:!0},showAlpha:Boolean,predefine:Array},data:function(){return{customInput:""}},computed:{currentColor:function(){var e=this.$parent;return e.value||e.showPanelColor?e.color.value:""}},methods:{confirmValue:function(){this.$emit("pick")},handleConfirm:function(){this.color.fromString(this.customInput)}},mounted:function(){this.$parent.popperElm=this.popperElm=this.$el,this.referenceElm=this.$parent.$el},watch:{showPopper:function(e){var t=this;!0===e&&this.$nextTick((function(){var e=t.$refs,n=e.sl,r=e.hue,i=e.alpha;n&&n.update(),r&&r.update(),i&&i.update()}))},currentColor:{immediate:!0,handler:function(e){this.customInput=e}}}},wp=_p,xp=s(wp,Wf,Kf,!1,null,null,null);xp.options.__file="packages/color-picker/src/components/picker-dropdown.vue";var Cp=xp.exports,Sp={name:"ElColorPicker",mixins:[E.a],props:{value:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:String,popperClass:String,predefine:Array},inject:{elForm:{default:""},elFormItem:{default:""}},directives:{Clickoutside:H.a},computed:{displayedColor:function(){return this.value||this.showPanelColor?this.displayedRgb(this.color,this.showAlpha):"transparent"},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},colorSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},colorDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},watch:{value:function(e){e?e&&e!==this.color.value&&this.color.fromString(e):this.showPanelColor=!1},color:{deep:!0,handler:function(){this.showPanelColor=!0}},displayedColor:function(e){if(this.showPicker){var t=new Vf({enableAlpha:this.showAlpha,format:this.colorFormat});t.fromString(this.value);var n=this.displayedRgb(t,this.showAlpha);e!==n&&this.$emit("active-change",e)}}},methods:{handleTrigger:function(){this.colorDisabled||(this.showPicker=!this.showPicker)},confirmValue:function(){var e=this.color.value;this.$emit("input",e),this.$emit("change",e),this.dispatch("ElFormItem","el.form.change",e),this.showPicker=!1},clearValue:function(){this.$emit("input",null),this.$emit("change",null),null!==this.value&&this.dispatch("ElFormItem","el.form.change",null),this.showPanelColor=!1,this.showPicker=!1,this.resetColor()},hide:function(){this.showPicker=!1,this.resetColor()},resetColor:function(){var e=this;this.$nextTick((function(t){e.value?e.color.fromString(e.value):e.showPanelColor=!1}))},displayedRgb:function(e,t){if(!(e instanceof Vf))throw Error("color should be instance of Color Class");var n=e.toRgb(),r=n.r,i=n.g,a=n.b;return t?"rgba("+r+", "+i+", "+a+", "+e.get("alpha")/100+")":"rgb("+r+", "+i+", "+a+")"}},mounted:function(){var e=this.value;e&&this.color.fromString(e),this.popperElm=this.$refs.dropdown.$el},data:function(){var e=new Vf({enableAlpha:this.showAlpha,format:this.colorFormat});return{color:e,showPicker:!1,showPanelColor:!1}},components:{PickerDropdown:Cp}},kp=Sp,Mp=s(kp,Bf,Df,!1,null,null,null);Mp.options.__file="packages/color-picker/src/main.vue";var Ep=Mp.exports;Ep.install=function(e){e.component(Ep.name,Ep)};var Tp=Ep,Bp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-transfer"},[n("transfer-panel",e._b({ref:"leftPanel",attrs:{data:e.sourceData,title:e.titles[0]||e.t("el.transfer.titles.0"),"default-checked":e.leftDefaultChecked,placeholder:e.filterPlaceholder||e.t("el.transfer.filterPlaceholder")},on:{"checked-change":e.onSourceCheckedChange}},"transfer-panel",e.$props,!1),[e._t("left-footer")],2),n("div",{staticClass:"el-transfer__buttons"},[n("el-button",{class:["el-transfer__button",e.hasButtonTexts?"is-with-texts":""],attrs:{type:"primary",disabled:0===e.rightChecked.length},nativeOn:{click:function(t){return e.addToLeft(t)}}},[n("i",{staticClass:"el-icon-arrow-left"}),void 0!==e.buttonTexts[0]?n("span",[e._v(e._s(e.buttonTexts[0]))]):e._e()]),n("el-button",{class:["el-transfer__button",e.hasButtonTexts?"is-with-texts":""],attrs:{type:"primary",disabled:0===e.leftChecked.length},nativeOn:{click:function(t){return e.addToRight(t)}}},[void 0!==e.buttonTexts[1]?n("span",[e._v(e._s(e.buttonTexts[1]))]):e._e(),n("i",{staticClass:"el-icon-arrow-right"})])],1),n("transfer-panel",e._b({ref:"rightPanel",attrs:{data:e.targetData,title:e.titles[1]||e.t("el.transfer.titles.1"),"default-checked":e.rightDefaultChecked,placeholder:e.filterPlaceholder||e.t("el.transfer.filterPlaceholder")},on:{"checked-change":e.onTargetCheckedChange}},"transfer-panel",e.$props,!1),[e._t("right-footer")],2)],1)},Dp=[];Bp._withStripped=!0;var Lp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-transfer-panel"},[n("p",{staticClass:"el-transfer-panel__header"},[n("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.handleAllCheckedChange},model:{value:e.allChecked,callback:function(t){e.allChecked=t},expression:"allChecked"}},[e._v("\n "+e._s(e.title)+"\n "),n("span",[e._v(e._s(e.checkedSummary))])])],1),n("div",{class:["el-transfer-panel__body",e.hasFooter?"is-with-footer":""]},[e.filterable?n("el-input",{staticClass:"el-transfer-panel__filter",attrs:{size:"small",placeholder:e.placeholder},nativeOn:{mouseenter:function(t){e.inputHover=!0},mouseleave:function(t){e.inputHover=!1}},model:{value:e.query,callback:function(t){e.query=t},expression:"query"}},[n("i",{class:["el-input__icon","el-icon-"+e.inputIcon],attrs:{slot:"prefix"},on:{click:e.clearQuery},slot:"prefix"})]):e._e(),n("el-checkbox-group",{directives:[{name:"show",rawName:"v-show",value:!e.hasNoMatch&&e.data.length>0,expression:"!hasNoMatch && data.length > 0"}],staticClass:"el-transfer-panel__list",class:{"is-filterable":e.filterable},model:{value:e.checked,callback:function(t){e.checked=t},expression:"checked"}},e._l(e.filteredData,(function(t){return n("el-checkbox",{key:t[e.keyProp],staticClass:"el-transfer-panel__item",attrs:{label:t[e.keyProp],disabled:t[e.disabledProp]}},[n("option-content",{attrs:{option:t}})],1)})),1),n("p",{directives:[{name:"show",rawName:"v-show",value:e.hasNoMatch,expression:"hasNoMatch"}],staticClass:"el-transfer-panel__empty"},[e._v(e._s(e.t("el.transfer.noMatch")))]),n("p",{directives:[{name:"show",rawName:"v-show",value:0===e.data.length&&!e.hasNoMatch,expression:"data.length === 0 && !hasNoMatch"}],staticClass:"el-transfer-panel__empty"},[e._v(e._s(e.t("el.transfer.noData")))])],1),e.hasFooter?n("p",{staticClass:"el-transfer-panel__footer"},[e._t("default")],2):e._e()])},Op=[];Lp._withStripped=!0;var Ip={mixins:[v.a],name:"ElTransferPanel",componentName:"ElTransferPanel",components:{ElCheckboxGroup:Bi.a,ElCheckbox:Ir.a,ElInput:m.a,OptionContent:{props:{option:Object},render:function(e){var t=function e(t){return"ElTransferPanel"===t.$options.componentName?t:t.$parent?e(t.$parent):t},n=t(this),r=n.$parent||n;return n.renderContent?n.renderContent(e,this.option):r.$scopedSlots.default?r.$scopedSlots.default({option:this.option}):e("span",[this.option[n.labelProp]||this.option[n.keyProp]])}}},props:{data:{type:Array,default:function(){return[]}},renderContent:Function,placeholder:String,title:String,filterable:Boolean,format:Object,filterMethod:Function,defaultChecked:Array,props:Object},data:function(){return{checked:[],allChecked:!1,query:"",inputHover:!1,checkChangeByUser:!0}},watch:{checked:function(e,t){if(this.updateAllChecked(),this.checkChangeByUser){var n=e.concat(t).filter((function(n){return-1===e.indexOf(n)||-1===t.indexOf(n)}));this.$emit("checked-change",e,n)}else this.$emit("checked-change",e),this.checkChangeByUser=!0},data:function(){var e=this,t=[],n=this.filteredData.map((function(t){return t[e.keyProp]}));this.checked.forEach((function(e){n.indexOf(e)>-1&&t.push(e)})),this.checkChangeByUser=!1,this.checked=t},checkableData:function(){this.updateAllChecked()},defaultChecked:{immediate:!0,handler:function(e,t){var n=this;if(!t||e.length!==t.length||!e.every((function(e){return t.indexOf(e)>-1}))){var r=[],i=this.checkableData.map((function(e){return e[n.keyProp]}));e.forEach((function(e){i.indexOf(e)>-1&&r.push(e)})),this.checkChangeByUser=!1,this.checked=r}}}},computed:{filteredData:function(){var e=this;return this.data.filter((function(t){if("function"===typeof e.filterMethod)return e.filterMethod(e.query,t);var n=t[e.labelProp]||t[e.keyProp].toString();return n.toLowerCase().indexOf(e.query.toLowerCase())>-1}))},checkableData:function(){var e=this;return this.filteredData.filter((function(t){return!t[e.disabledProp]}))},checkedSummary:function(){var e=this.checked.length,t=this.data.length,n=this.format,r=n.noChecked,i=n.hasChecked;return r&&i?e>0?i.replace(/\${checked}/g,e).replace(/\${total}/g,t):r.replace(/\${total}/g,t):e+"/"+t},isIndeterminate:function(){var e=this.checked.length;return e>0&&e0&&0===this.filteredData.length},inputIcon:function(){return this.query.length>0&&this.inputHover?"circle-close":"search"},labelProp:function(){return this.props.label||"label"},keyProp:function(){return this.props.key||"key"},disabledProp:function(){return this.props.disabled||"disabled"},hasFooter:function(){return!!this.$slots.default}},methods:{updateAllChecked:function(){var e=this,t=this.checkableData.map((function(t){return t[e.keyProp]}));this.allChecked=t.length>0&&t.every((function(t){return e.checked.indexOf(t)>-1}))},handleAllCheckedChange:function(e){var t=this;this.checked=e?this.checkableData.map((function(e){return e[t.keyProp]})):[]},clearQuery:function(){"circle-close"===this.inputIcon&&(this.query="")}}},Fp=Ip,Np=s(Fp,Lp,Op,!1,null,null,null);Np.options.__file="packages/transfer/src/transfer-panel.vue";var Pp=Np.exports,Rp={name:"ElTransfer",mixins:[E.a,v.a,k.a],components:{TransferPanel:Pp,ElButton:oe.a},props:{data:{type:Array,default:function(){return[]}},titles:{type:Array,default:function(){return[]}},buttonTexts:{type:Array,default:function(){return[]}},filterPlaceholder:{type:String,default:""},filterMethod:Function,leftDefaultChecked:{type:Array,default:function(){return[]}},rightDefaultChecked:{type:Array,default:function(){return[]}},renderContent:Function,value:{type:Array,default:function(){return[]}},format:{type:Object,default:function(){return{}}},filterable:Boolean,props:{type:Object,default:function(){return{label:"label",key:"key",disabled:"disabled"}}},targetOrder:{type:String,default:"original"}},data:function(){return{leftChecked:[],rightChecked:[]}},computed:{dataObj:function(){var e=this.props.key;return this.data.reduce((function(t,n){return(t[n[e]]=n)&&t}),{})},sourceData:function(){var e=this;return this.data.filter((function(t){return-1===e.value.indexOf(t[e.props.key])}))},targetData:function(){var e=this;return"original"===this.targetOrder?this.data.filter((function(t){return e.value.indexOf(t[e.props.key])>-1})):this.value.reduce((function(t,n){var r=e.dataObj[n];return r&&t.push(r),t}),[])},hasButtonTexts:function(){return 2===this.buttonTexts.length}},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",e)}},methods:{getMigratingConfig:function(){return{props:{"footer-format":"footer-format is renamed to format."}}},onSourceCheckedChange:function(e,t){this.leftChecked=e,void 0!==t&&this.$emit("left-check-change",e,t)},onTargetCheckedChange:function(e,t){this.rightChecked=e,void 0!==t&&this.$emit("right-check-change",e,t)},addToLeft:function(){var e=this.value.slice();this.rightChecked.forEach((function(t){var n=e.indexOf(t);n>-1&&e.splice(n,1)})),this.$emit("input",e),this.$emit("change",e,"left",this.rightChecked)},addToRight:function(){var e=this,t=this.value.slice(),n=[],r=this.props.key;this.data.forEach((function(t){var i=t[r];e.leftChecked.indexOf(i)>-1&&-1===e.value.indexOf(i)&&n.push(i)})),t="unshift"===this.targetOrder?n.concat(t):t.concat(n),this.$emit("input",t),this.$emit("change",t,"right",this.leftChecked)},clearQuery:function(e){"left"===e?this.$refs.leftPanel.query="":"right"===e&&(this.$refs.rightPanel.query="")}}},Hp=Rp,Up=s(Hp,Bp,Dp,!1,null,null,null);Up.options.__file="packages/transfer/src/main.vue";var zp=Up.exports;zp.install=function(e){e.component(zp.name,zp)};var Yp=zp,$p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"el-container",class:{"is-vertical":e.isVertical}},[e._t("default")],2)},jp=[];$p._withStripped=!0;var Qp={name:"ElContainer",componentName:"ElContainer",props:{direction:String},computed:{isVertical:function(){return"vertical"===this.direction||"horizontal"!==this.direction&&(!(!this.$slots||!this.$slots.default)&&this.$slots.default.some((function(e){var t=e.componentOptions&&e.componentOptions.tag;return"el-header"===t||"el-footer"===t})))}}},Vp=Qp,Wp=s(Vp,$p,jp,!1,null,null,null);Wp.options.__file="packages/container/src/main.vue";var Kp=Wp.exports;Kp.install=function(e){e.component(Kp.name,Kp)};var Gp=Kp,Xp=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("header",{staticClass:"el-header",style:{height:e.height}},[e._t("default")],2)},qp=[];Xp._withStripped=!0;var Jp={name:"ElHeader",componentName:"ElHeader",props:{height:{type:String,default:"60px"}}},Zp=Jp,em=s(Zp,Xp,qp,!1,null,null,null);em.options.__file="packages/header/src/main.vue";var tm=em.exports;tm.install=function(e){e.component(tm.name,tm)};var nm=tm,rm=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("aside",{staticClass:"el-aside",style:{width:e.width}},[e._t("default")],2)},im=[];rm._withStripped=!0;var am={name:"ElAside",componentName:"ElAside",props:{width:{type:String,default:"300px"}}},om=am,sm=s(om,rm,im,!1,null,null,null);sm.options.__file="packages/aside/src/main.vue";var lm=sm.exports;lm.install=function(e){e.component(lm.name,lm)};var cm=lm,um=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("main",{staticClass:"el-main"},[e._t("default")],2)},hm=[];um._withStripped=!0;var dm={name:"ElMain",componentName:"ElMain"},fm=dm,pm=s(fm,um,hm,!1,null,null,null);pm.options.__file="packages/main/src/main.vue";var mm=pm.exports;mm.install=function(e){e.component(mm.name,mm)};var gm=mm,vm=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("footer",{staticClass:"el-footer",style:{height:e.height}},[e._t("default")],2)},Am=[];vm._withStripped=!0;var ym={name:"ElFooter",componentName:"ElFooter",props:{height:{type:String,default:"60px"}}},bm=ym,_m=s(bm,vm,Am,!1,null,null,null);_m.options.__file="packages/footer/src/main.vue";var wm=_m.exports;wm.install=function(e){e.component(wm.name,wm)};var xm,Cm,Sm=wm,km={name:"ElTimeline",props:{reverse:{type:Boolean,default:!1}},provide:function(){return{timeline:this}},render:function(){var e=arguments[0],t=this.reverse,n={"el-timeline":!0,"is-reverse":t},r=this.$slots.default||[];return t&&(r=r.reverse()),e("ul",{class:n},[r])}},Mm=km,Em=s(Mm,xm,Cm,!1,null,null,null);Em.options.__file="packages/timeline/src/main.vue";var Tm=Em.exports;Tm.install=function(e){e.component(Tm.name,Tm)};var Bm=Tm,Dm=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"el-timeline-item"},[n("div",{staticClass:"el-timeline-item__tail"}),e.$slots.dot?e._e():n("div",{staticClass:"el-timeline-item__node",class:["el-timeline-item__node--"+(e.size||""),"el-timeline-item__node--"+(e.type||"")],style:{backgroundColor:e.color}},[e.icon?n("i",{staticClass:"el-timeline-item__icon",class:e.icon}):e._e()]),e.$slots.dot?n("div",{staticClass:"el-timeline-item__dot"},[e._t("dot")],2):e._e(),n("div",{staticClass:"el-timeline-item__wrapper"},[e.hideTimestamp||"top"!==e.placement?e._e():n("div",{staticClass:"el-timeline-item__timestamp is-top"},[e._v("\n "+e._s(e.timestamp)+"\n ")]),n("div",{staticClass:"el-timeline-item__content"},[e._t("default")],2),e.hideTimestamp||"bottom"!==e.placement?e._e():n("div",{staticClass:"el-timeline-item__timestamp is-bottom"},[e._v("\n "+e._s(e.timestamp)+"\n ")])])])},Lm=[];Dm._withStripped=!0;var Om={name:"ElTimelineItem",inject:["timeline"],props:{timestamp:String,hideTimestamp:{type:Boolean,default:!1},placement:{type:String,default:"bottom"},type:String,color:String,size:{type:String,default:"normal"},icon:String}},Im=Om,Fm=s(Im,Dm,Lm,!1,null,null,null);Fm.options.__file="packages/timeline/src/item.vue";var Nm=Fm.exports;Nm.install=function(e){e.component(Nm.name,Nm)};var Pm=Nm,Rm=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("a",e._b({class:["el-link",e.type?"el-link--"+e.type:"",e.disabled&&"is-disabled",e.underline&&!e.disabled&&"is-underline"],attrs:{href:e.disabled?null:e.href},on:{click:e.handleClick}},"a",e.$attrs,!1),[e.icon?n("i",{class:e.icon}):e._e(),e.$slots.default?n("span",{staticClass:"el-link--inner"},[e._t("default")],2):e._e(),e.$slots.icon?[e.$slots.icon?e._t("icon"):e._e()]:e._e()],2)},Hm=[];Rm._withStripped=!0;var Um={name:"ElLink",props:{type:{type:String,default:"default"},underline:{type:Boolean,default:!0},disabled:Boolean,href:String,icon:String},methods:{handleClick:function(e){this.disabled||this.href||this.$emit("click",e)}}},zm=Um,Ym=s(zm,Rm,Hm,!1,null,null,null);Ym.options.__file="packages/link/src/main.vue";var $m=Ym.exports;$m.install=function(e){e.component($m.name,$m)};var jm=$m,Qm=function(e,t){var n=t._c;return n("div",t._g(t._b({class:[t.data.staticClass,"el-divider","el-divider--"+t.props.direction]},"div",t.data.attrs,!1),t.listeners),[t.slots().default&&"vertical"!==t.props.direction?n("div",{class:["el-divider__text","is-"+t.props.contentPosition]},[t._t("default")],2):t._e()])},Vm=[];Qm._withStripped=!0;var Wm={name:"ElDivider",props:{direction:{type:String,default:"horizontal",validator:function(e){return-1!==["horizontal","vertical"].indexOf(e)}},contentPosition:{type:String,default:"center",validator:function(e){return-1!==["left","center","right"].indexOf(e)}}}},Km=Wm,Gm=s(Km,Qm,Vm,!0,null,null,null);Gm.options.__file="packages/divider/src/main.vue";var Xm=Gm.exports;Xm.install=function(e){e.component(Xm.name,Xm)};var qm=Xm,Jm=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-image"},[e.loading?e._t("placeholder",[n("div",{staticClass:"el-image__placeholder"})]):e.error?e._t("error",[n("div",{staticClass:"el-image__error"},[e._v(e._s(e.t("el.image.error")))])]):n("img",e._g(e._b({staticClass:"el-image__inner",class:{"el-image__inner--center":e.alignCenter,"el-image__preview":e.preview},style:e.imageStyle,attrs:{src:e.src},on:{click:e.clickHandler}},"img",e.$attrs,!1),e.$listeners)),e.preview?[e.showViewer?n("image-viewer",{attrs:{"z-index":e.zIndex,"initial-index":e.imageIndex,"on-close":e.closeViewer,"url-list":e.previewSrcList}}):e._e()]:e._e()],2)},Zm=[];Jm._withStripped=!0;var eg=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"viewer-fade"}},[n("div",{ref:"el-image-viewer__wrapper",staticClass:"el-image-viewer__wrapper",style:{"z-index":e.zIndex},attrs:{tabindex:"-1"}},[n("div",{staticClass:"el-image-viewer__mask",on:{click:function(t){return t.target!==t.currentTarget?null:e.handleMaskClick(t)}}}),n("span",{staticClass:"el-image-viewer__btn el-image-viewer__close",on:{click:e.hide}},[n("i",{staticClass:"el-icon-close"})]),e.isSingle?e._e():[n("span",{staticClass:"el-image-viewer__btn el-image-viewer__prev",class:{"is-disabled":!e.infinite&&e.isFirst},on:{click:e.prev}},[n("i",{staticClass:"el-icon-arrow-left"})]),n("span",{staticClass:"el-image-viewer__btn el-image-viewer__next",class:{"is-disabled":!e.infinite&&e.isLast},on:{click:e.next}},[n("i",{staticClass:"el-icon-arrow-right"})])],n("div",{staticClass:"el-image-viewer__btn el-image-viewer__actions"},[n("div",{staticClass:"el-image-viewer__actions__inner"},[n("i",{staticClass:"el-icon-zoom-out",on:{click:function(t){e.handleActions("zoomOut")}}}),n("i",{staticClass:"el-icon-zoom-in",on:{click:function(t){e.handleActions("zoomIn")}}}),n("i",{staticClass:"el-image-viewer__actions__divider"}),n("i",{class:e.mode.icon,on:{click:e.toggleMode}}),n("i",{staticClass:"el-image-viewer__actions__divider"}),n("i",{staticClass:"el-icon-refresh-left",on:{click:function(t){e.handleActions("anticlocelise")}}}),n("i",{staticClass:"el-icon-refresh-right",on:{click:function(t){e.handleActions("clocelise")}}})])]),n("div",{staticClass:"el-image-viewer__canvas"},e._l(e.urlList,(function(t,r){return r===e.index?n("img",{key:t,ref:"img",refInFor:!0,staticClass:"el-image-viewer__img",style:e.imgStyle,attrs:{src:e.currentImg},on:{load:e.handleImgLoad,error:e.handleImgError,mousedown:e.handleMouseDown}}):e._e()})),0)],2)])},tg=[];eg._withStripped=!0;var ng=Object.assign||function(e){for(var t=1;t0?e.handleActions("zoomIn",{zoomRate:.015,enableTransition:!1}):e.handleActions("zoomOut",{zoomRate:.015,enableTransition:!1})})),Object(Re["on"])(document,"keydown",this._keyDownHandler),Object(Re["on"])(document,ig,this._mouseWheelHandler)},deviceSupportUninstall:function(){Object(Re["off"])(document,"keydown",this._keyDownHandler),Object(Re["off"])(document,ig,this._mouseWheelHandler),this._keyDownHandler=null,this._mouseWheelHandler=null},handleImgLoad:function(e){this.loading=!1},handleImgError:function(e){this.loading=!1,e.target.alt="加载失败"},handleMouseDown:function(e){var t=this;if(!this.loading&&0===e.button){var n=this.transform,r=n.offsetX,i=n.offsetY,a=e.pageX,o=e.pageY;this._dragHandler=Object(A["rafThrottle"])((function(e){t.transform.offsetX=r+e.pageX-a,t.transform.offsetY=i+e.pageY-o})),Object(Re["on"])(document,"mousemove",this._dragHandler),Object(Re["on"])(document,"mouseup",(function(e){Object(Re["off"])(document,"mousemove",t._dragHandler)})),e.preventDefault()}},handleMaskClick:function(){this.maskClosable&&this.hide()},reset:function(){this.transform={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}},toggleMode:function(){if(!this.loading){var e=Object.keys(rg),t=Object.values(rg),n=t.indexOf(this.mode),r=(n+1)%e.length;this.mode=rg[e[r]],this.reset()}},prev:function(){if(!this.isFirst||this.infinite){var e=this.urlList.length;this.index=(this.index-1+e)%e}},next:function(){if(!this.isLast||this.infinite){var e=this.urlList.length;this.index=(this.index+1)%e}},handleActions:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.loading){var n=ng({zoomRate:.2,rotateDeg:90,enableTransition:!0},t),r=n.zoomRate,i=n.rotateDeg,a=n.enableTransition,o=this.transform;switch(e){case"zoomOut":o.scale>.2&&(o.scale=parseFloat((o.scale-r).toFixed(3)));break;case"zoomIn":o.scale=parseFloat((o.scale+r).toFixed(3));break;case"clocelise":o.deg+=i;break;case"anticlocelise":o.deg-=i;break}o.enableTransition=a}}},mounted:function(){this.deviceSupportInstall(),this.appendToBody&&document.body.appendChild(this.$el),this.$refs["el-image-viewer__wrapper"].focus()},destroyed:function(){this.appendToBody&&this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)}},og=ag,sg=s(og,eg,tg,!1,null,null,null);sg.options.__file="packages/image/src/image-viewer.vue";var lg=sg.exports,cg=function(){return void 0!==document.documentElement.style.objectFit},ug={NONE:"none",CONTAIN:"contain",COVER:"cover",FILL:"fill",SCALE_DOWN:"scale-down"},hg="",dg={name:"ElImage",mixins:[v.a],inheritAttrs:!1,components:{ImageViewer:lg},props:{src:String,fit:String,lazy:Boolean,scrollContainer:{},previewSrcList:{type:Array,default:function(){return[]}},zIndex:{type:Number,default:2e3}},data:function(){return{loading:!0,error:!1,show:!this.lazy,imageWidth:0,imageHeight:0,showViewer:!1}},computed:{imageStyle:function(){var e=this.fit;return!this.$isServer&&e?cg()?{"object-fit":e}:this.getImageStyle(e):{}},alignCenter:function(){return!this.$isServer&&!cg()&&this.fit!==ug.FILL},preview:function(){var e=this.previewSrcList;return Array.isArray(e)&&e.length>0},imageIndex:function(){var e=0,t=this.previewSrcList.indexOf(this.src);return t>=0&&(e=t),e}},watch:{src:function(e){this.show&&this.loadImage()},show:function(e){e&&this.loadImage()}},mounted:function(){this.lazy?this.addLazyLoadListener():this.loadImage()},beforeDestroy:function(){this.lazy&&this.removeLazyLoadListener()},methods:{loadImage:function(){var e=this;if(!this.$isServer){this.loading=!0,this.error=!1;var t=new Image;t.onload=function(n){return e.handleLoad(n,t)},t.onerror=this.handleError.bind(this),Object.keys(this.$attrs).forEach((function(n){var r=e.$attrs[n];t.setAttribute(n,r)})),t.src=this.src}},handleLoad:function(e,t){this.imageWidth=t.width,this.imageHeight=t.height,this.loading=!1,this.error=!1},handleError:function(e){this.loading=!1,this.error=!0,this.$emit("error",e)},handleLazyLoad:function(){Object(Re["isInContainer"])(this.$el,this._scrollContainer)&&(this.show=!0,this.removeLazyLoadListener())},addLazyLoadListener:function(){if(!this.$isServer){var e=this.scrollContainer,t=null;t=Object(dd["isHtmlElement"])(e)?e:Object(dd["isString"])(e)?document.querySelector(e):Object(Re["getScrollContainer"])(this.$el),t&&(this._scrollContainer=t,this._lazyLoadHandler=Fd()(200,this.handleLazyLoad),Object(Re["on"])(t,"scroll",this._lazyLoadHandler),this.handleLazyLoad())}},removeLazyLoadListener:function(){var e=this._scrollContainer,t=this._lazyLoadHandler;!this.$isServer&&e&&t&&(Object(Re["off"])(e,"scroll",t),this._scrollContainer=null,this._lazyLoadHandler=null)},getImageStyle:function(e){var t=this.imageWidth,n=this.imageHeight,r=this.$el,i=r.clientWidth,a=r.clientHeight;if(!t||!n||!i||!a)return{};var o=t/n,s=i/a;if(e===ug.SCALE_DOWN){var l=ti)return console.warn("[ElementCalendar]end time should be greater than start time"),[];if(Object(ia["validateRangeInOneMonth"])(r,i))return[[r,i]];var a=[],o=new Date(r.getFullYear(),r.getMonth()+1,1),s=this.toDate(o.getTime()-Tg);if(!Object(ia["validateRangeInOneMonth"])(o,i))return console.warn("[ElementCalendar]start time and end time interval must not exceed two months"),[];a.push([r,s]);var l=this.realFirstDayOfWeek,c=o.getDay(),u=0;return c!==l&&(0===l?u=7-c:(u=l-c,u=u>0?u:7+u)),o=this.toDate(o.getTime()+u*Tg),o.getDate()6?0:Math.floor(this.firstDayOfWeek)}},data:function(){return{selectedDay:"",now:new Date}}},Dg=Bg,Lg=s(Dg,vg,Ag,!1,null,null,null);Lg.options.__file="packages/calendar/src/main.vue";var Og=Lg.exports;Og.install=function(e){e.component(Og.name,Og)};var Ig=Og,Fg=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-fade-in"}},[e.visible?n("div",{staticClass:"el-backtop",style:{right:e.styleRight,bottom:e.styleBottom},on:{click:function(t){return t.stopPropagation(),e.handleClick(t)}}},[e._t("default",[n("el-icon",{attrs:{name:"caret-top"}})])],2):e._e()])},Ng=[];Fg._withStripped=!0;var Pg=function(e){return Math.pow(e,3)},Rg=function(e){return e<.5?Pg(2*e)/2:1-Pg(2*(1-e))/2},Hg={name:"ElBacktop",props:{visibilityHeight:{type:Number,default:200},target:[String],right:{type:Number,default:40},bottom:{type:Number,default:40}},data:function(){return{el:null,container:null,visible:!1}},computed:{styleBottom:function(){return this.bottom+"px"},styleRight:function(){return this.right+"px"}},mounted:function(){this.init(),this.throttledScrollHandler=Fd()(300,this.onScroll),this.container.addEventListener("scroll",this.throttledScrollHandler)},methods:{init:function(){if(this.container=document,this.el=document.documentElement,this.target){if(this.el=document.querySelector(this.target),!this.el)throw new Error("target is not existed: "+this.target);this.container=this.el}},onScroll:function(){var e=this.el.scrollTop;this.visible=e>=this.visibilityHeight},handleClick:function(e){this.scrollToTop(),this.$emit("click",e)},scrollToTop:function(){var e=this.el,t=Date.now(),n=e.scrollTop,r=window.requestAnimationFrame||function(e){return setTimeout(e,16)},i=function i(){var a=(Date.now()-t)/500;a<1?(e.scrollTop=n*(1-Rg(a)),r(i)):e.scrollTop=0};r(i)}},beforeDestroy:function(){this.container.removeEventListener("scroll",this.throttledScrollHandler)}},Ug=Hg,zg=s(Ug,Fg,Ng,!1,null,null,null);zg.options.__file="packages/backtop/src/main.vue";var Yg=zg.exports;Yg.install=function(e){e.component(Yg.name,Yg)};var $g=Yg,jg=function(e,t){if(e===window&&(e=document.documentElement),1!==e.nodeType)return[];var n=window.getComputedStyle(e,null);return t?n[t]:n},Qg=function(e){return Object.keys(e||{}).map((function(t){return[t,e[t]]}))},Vg=function(e,t){return e===window||e===document?document.documentElement[t]:e[t]},Wg=function(e){return Vg(e,"offsetHeight")},Kg=function(e){return Vg(e,"clientHeight")},Gg="ElInfiniteScroll",Xg={delay:{type:Number,default:200},distance:{type:Number,default:0},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},qg=function(e,t){return Object(dd["isHtmlElement"])(e)?Qg(Xg).reduce((function(n,r){var i=r[0],a=r[1],o=a.type,s=a.default,l=e.getAttribute("infinite-scroll-"+i);switch(l=Object(dd["isUndefined"])(t[l])?l:t[l],o){case Number:l=Number(l),l=Number.isNaN(l)?s:l;break;case Boolean:l=Object(dd["isDefined"])(l)?"false"!==l&&Boolean(l):s;break;default:l=o(l)}return n[i]=l,n}),{}):{}},Jg=function(e){return e.getBoundingClientRect().top},Zg=function(e){var t=this[Gg],n=t.el,r=t.vm,i=t.container,a=t.observer,o=qg(n,r),s=o.distance,l=o.disabled;if(!l){var c=i.getBoundingClientRect();if(c.width||c.height){var u=!1;if(i===n){var h=i.scrollTop+Kg(i);u=i.scrollHeight-h<=s}else{var d=Wg(n)+Jg(n)-Jg(i),f=Wg(i),p=Number.parseFloat(jg(i,"borderBottomWidth"));u=d-f+p<=s}u&&Object(dd["isFunction"])(e)?e.call(r):a&&(a.disconnect(),this[Gg].observer=null)}}},ev={name:"InfiniteScroll",inserted:function(e,t,n){var r=t.value,i=n.context,a=Object(Re["getScrollContainer"])(e,!0),o=qg(e,i),s=o.delay,l=o.immediate,c=P()(s,Zg.bind(e,r));if(e[Gg]={el:e,vm:i,container:a,onScroll:c},a&&(a.addEventListener("scroll",c),l)){var u=e[Gg].observer=new MutationObserver(c);u.observe(a,{childList:!0,subtree:!0}),c()}},unbind:function(e){var t=e[Gg],n=t.container,r=t.onScroll;n&&n.removeEventListener("scroll",r)},install:function(e){e.directive(ev.name,ev)}},tv=ev,nv=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-page-header"},[n("div",{staticClass:"el-page-header__left",on:{click:function(t){e.$emit("back")}}},[n("i",{staticClass:"el-icon-back"}),n("div",{staticClass:"el-page-header__title"},[e._t("title",[e._v(e._s(e.title))])],2)]),n("div",{staticClass:"el-page-header__content"},[e._t("content",[e._v(e._s(e.content))])],2)])},rv=[];nv._withStripped=!0;var iv={name:"ElPageHeader",props:{title:{type:String,default:function(){return Object(ps["t"])("el.pageHeader.title")}},content:String}},av=iv,ov=s(av,nv,rv,!1,null,null,null);ov.options.__file="packages/page-header/src/main.vue";var sv=ov.exports;sv.install=function(e){e.component(sv.name,sv)};var lv=sv,cv=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["el-cascader-panel",e.border&&"is-bordered"],on:{keydown:e.handleKeyDown}},e._l(e.menus,(function(e,t){return n("cascader-menu",{key:t,ref:"menu",refInFor:!0,attrs:{index:t,nodes:e}})})),1)},uv=[];cv._withStripped=!0;var hv,dv,fv=n(43),pv=n.n(fv),mv=function(e){return e.stopPropagation()},gv={inject:["panel"],components:{ElCheckbox:Ir.a,ElRadio:pv.a},props:{node:{required:!0},nodeId:String},computed:{config:function(){return this.panel.config},isLeaf:function(){return this.node.isLeaf},isDisabled:function(){return this.node.isDisabled},checkedValue:function(){return this.panel.checkedValue},isChecked:function(){return this.node.isSameNode(this.checkedValue)},inActivePath:function(){return this.isInPath(this.panel.activePath)},inCheckedPath:function(){var e=this;return!!this.config.checkStrictly&&this.panel.checkedNodePaths.some((function(t){return e.isInPath(t)}))},value:function(){return this.node.getValueByOption()}},methods:{handleExpand:function(){var e=this,t=this.panel,n=this.node,r=this.isDisabled,i=this.config,a=i.multiple,o=i.checkStrictly;!o&&r||n.loading||(i.lazy&&!n.loaded?t.lazyLoad(n,(function(){var t=e.isLeaf;if(t||e.handleExpand(),a){var r=!!t&&n.checked;e.handleMultiCheckChange(r)}})):t.handleExpand(n))},handleCheckChange:function(){var e=this.panel,t=this.value,n=this.node;e.handleCheckChange(t),e.handleExpand(n)},handleMultiCheckChange:function(e){this.node.doCheck(e),this.panel.calculateMultiCheckedValue()},isInPath:function(e){var t=this.node,n=e[t.level-1]||{};return n.uid===t.uid},renderPrefix:function(e){var t=this.isLeaf,n=this.isChecked,r=this.config,i=r.checkStrictly,a=r.multiple;return a?this.renderCheckbox(e):i?this.renderRadio(e):t&&n?this.renderCheckIcon(e):null},renderPostfix:function(e){var t=this.node,n=this.isLeaf;return t.loading?this.renderLoadingIcon(e):n?null:this.renderExpandIcon(e)},renderCheckbox:function(e){var t=this.node,n=this.config,r=this.isDisabled,i={on:{change:this.handleMultiCheckChange},nativeOn:{}};return n.checkStrictly&&(i.nativeOn.click=mv),e("el-checkbox",Ju()([{attrs:{value:t.checked,indeterminate:t.indeterminate,disabled:r}},i]))},renderRadio:function(e){var t=this.checkedValue,n=this.value,r=this.isDisabled;return Object(A["isEqual"])(n,t)&&(n=t),e("el-radio",{attrs:{value:t,label:n,disabled:r},on:{change:this.handleCheckChange},nativeOn:{click:mv}},[e("span")])},renderCheckIcon:function(e){return e("i",{class:"el-icon-check el-cascader-node__prefix"})},renderLoadingIcon:function(e){return e("i",{class:"el-icon-loading el-cascader-node__postfix"})},renderExpandIcon:function(e){return e("i",{class:"el-icon-arrow-right el-cascader-node__postfix"})},renderContent:function(e){var t=this.panel,n=this.node,r=t.renderLabelFn,i=r?r({node:n,data:n.data}):null;return e("span",{class:"el-cascader-node__label"},[i||n.label])}},render:function(e){var t=this,n=this.inActivePath,r=this.inCheckedPath,i=this.isChecked,a=this.isLeaf,o=this.isDisabled,s=this.config,l=this.nodeId,c=s.expandTrigger,u=s.checkStrictly,h=s.multiple,d=!u&&o,f={on:{}};return"click"===c?f.on.click=this.handleExpand:(f.on.mouseenter=function(e){t.handleExpand(),t.$emit("expand",e)},f.on.focus=function(e){t.handleExpand(),t.$emit("expand",e)}),!a||o||u||h||(f.on.click=this.handleCheckChange),e("li",Ju()([{attrs:{role:"menuitem",id:l,"aria-expanded":n,tabindex:d?null:-1},class:{"el-cascader-node":!0,"is-selectable":u,"in-active-path":n,"in-checked-path":r,"is-active":i,"is-disabled":d}},f]),[this.renderPrefix(e),this.renderContent(e),this.renderPostfix(e)])}},vv=gv,Av=s(vv,hv,dv,!1,null,null,null);Av.options.__file="packages/cascader-panel/src/cascader-node.vue";var yv,bv,_v=Av.exports,wv={name:"ElCascaderMenu",mixins:[v.a],inject:["panel"],components:{ElScrollbar:Q.a,CascaderNode:_v},props:{nodes:{type:Array,required:!0},index:Number},data:function(){return{activeNode:null,hoverTimer:null,id:Object(A["generateId"])()}},computed:{isEmpty:function(){return!this.nodes.length},menuId:function(){return"cascader-menu-"+this.id+"-"+this.index}},methods:{handleExpand:function(e){this.activeNode=e.target},handleMouseMove:function(e){var t=this.activeNode,n=this.hoverTimer,r=this.$refs.hoverZone;if(t&&r)if(t.contains(e.target)){clearTimeout(n);var i=this.$el.getBoundingClientRect(),a=i.left,o=e.clientX-a,s=this.$el,l=s.offsetWidth,c=s.offsetHeight,u=t.offsetTop,h=u+t.offsetHeight;r.innerHTML='\n \n \n '}else n||(this.hoverTimer=setTimeout(this.clearHoverZone,this.panel.config.hoverThreshold))},clearHoverZone:function(){var e=this.$refs.hoverZone;e&&(e.innerHTML="")},renderEmptyText:function(e){return e("div",{class:"el-cascader-menu__empty-text"},[this.t("el.cascader.noData")])},renderNodeList:function(e){var t=this.menuId,n=this.panel.isHoverMenu,r={on:{}};n&&(r.on.expand=this.handleExpand);var i=this.nodes.map((function(n,i){var a=n.hasChildren;return e("cascader-node",Ju()([{key:n.uid,attrs:{node:n,"node-id":t+"-"+i,"aria-haspopup":a,"aria-owns":a?t:null}},r]))}));return[].concat(i,[n?e("svg",{ref:"hoverZone",class:"el-cascader-menu__hover-zone"}):null])}},render:function(e){var t=this.isEmpty,n=this.menuId,r={nativeOn:{}};return this.panel.isHoverMenu&&(r.nativeOn.mousemove=this.handleMouseMove),e("el-scrollbar",Ju()([{attrs:{tag:"ul",role:"menu",id:n,"wrap-class":"el-cascader-menu__wrap","view-class":{"el-cascader-menu__list":!0,"is-empty":t}},class:"el-cascader-menu"},r]),[t?this.renderEmptyText(e):this.renderNodeList(e)])}},xv=wv,Cv=s(xv,yv,bv,!1,null,null,null);Cv.options.__file="packages/cascader-panel/src/cascader-menu.vue";var Sv=Cv.exports,kv=function(){function e(e,t){for(var n=0;n1?t-1:0),r=1;r1?r-1:0),a=1;a0},e.prototype.syncCheckState=function(e){var t=this.getValueByOption(),n=this.isSameNode(e,t);this.doCheck(n)},e.prototype.doCheck=function(e){this.checked!==e&&(this.config.checkStrictly?this.checked=e:(this.broadcast("check",e),this.setCheckState(e),this.emit("check")))},kv(e,[{key:"isDisabled",get:function(){var e=this.data,t=this.parent,n=this.config,r=n.disabled,i=n.checkStrictly;return e[r]||!i&&t&&t.isDisabled}},{key:"isLeaf",get:function(){var e=this.data,t=this.loaded,n=this.hasChildren,r=this.children,i=this.config,a=i.lazy,o=i.leaf;if(a){var s=Object(kt["isDef"])(e[o])?e[o]:!!t&&!r.length;return this.hasChildren=!s,s}return!n}}]),e}(),Bv=Tv;function Dv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Lv=function e(t,n){return t.reduce((function(t,r){return r.isLeaf?t.push(r):(!n&&t.push(r),t=t.concat(e(r.children,n))),t}),[])},Ov=function(){function e(t,n){Dv(this,e),this.config=n,this.initNodes(t)}return e.prototype.initNodes=function(e){var t=this;e=Object(A["coerceTruthyValueToArray"])(e),this.nodes=e.map((function(e){return new Bv(e,t.config)})),this.flattedNodes=this.getFlattedNodes(!1,!1),this.leafNodes=this.getFlattedNodes(!0,!1)},e.prototype.appendNode=function(e,t){var n=new Bv(e,this.config,t),r=t?t.children:this.nodes;r.push(n)},e.prototype.appendNodes=function(e,t){var n=this;e=Object(A["coerceTruthyValueToArray"])(e),e.forEach((function(e){return n.appendNode(e,t)}))},e.prototype.getNodes=function(){return this.nodes},e.prototype.getFlattedNodes=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=e?this.leafNodes:this.flattedNodes;return t?n:Lv(this.nodes,e)},e.prototype.getNodeByValue=function(e){if(e){var t=this.getFlattedNodes(!1,!this.config.lazy).filter((function(t){return Object(A["valueEquals"])(t.path,e)||t.value===e}));return t&&t.length?t[0]:null}return null},e}(),Iv=Ov,Fv=Object.assign||function(e){for(var t=1;t0){var l=n.store.getNodeByValue(a);l.data[s]||n.lazyLoad(l,(function(){n.handleExpand(l)})),n.loadCount===n.checkedValue.length&&n.$parent.computePresentText()}}t&&t(r)};r.lazyLoad(e,i)},calculateMultiCheckedValue:function(){this.checkedValue=this.getCheckedNodes(this.leafOnly).map((function(e){return e.getValueByOption()}))},scrollIntoView:function(){if(!this.$isServer){var e=this.$refs.menu||[];e.forEach((function(e){var t=e.$el;if(t){var n=t.querySelector(".el-scrollbar__wrap"),r=t.querySelector(".el-cascader-node.is-active")||t.querySelector(".el-cascader-node.in-active-path");nr()(n,r)}}))}},getNodeByValue:function(e){return this.store.getNodeByValue(e)},getFlattedNodes:function(e){var t=!this.config.lazy;return this.store.getFlattedNodes(e,t)},getCheckedNodes:function(e){var t=this.checkedValue,n=this.multiple;if(n){var r=this.getFlattedNodes(e);return r.filter((function(e){return e.checked}))}return Object(A["isEmpty"])(t)?[]:[this.getNodeByValue(t)]},clearCheckedNodes:function(){var e=this.config,t=this.leafOnly,n=e.multiple,r=e.emitPath;n?(this.getCheckedNodes(t).filter((function(e){return!e.isDisabled})).forEach((function(e){return e.doCheck(!1)})),this.calculateMultiCheckedValue()):this.checkedValue=r?[]:null}}},jv=$v,Qv=s(jv,cv,uv,!1,null,null,null);Qv.options.__file="packages/cascader-panel/src/cascader-panel.vue";var Vv=Qv.exports;Vv.install=function(e){e.component(Vv.name,Vv)};var Wv,Kv,Gv=Vv,Xv={name:"ElAvatar",props:{size:{type:[Number,String],validator:function(e){return"string"===typeof e?["large","medium","small"].includes(e):"number"===typeof e}},shape:{type:String,default:"circle",validator:function(e){return["circle","square"].includes(e)}},icon:String,src:String,alt:String,srcSet:String,error:Function,fit:{type:String,default:"cover"}},data:function(){return{isImageExist:!0}},computed:{avatarClass:function(){var e=this.size,t=this.icon,n=this.shape,r=["el-avatar"];return e&&"string"===typeof e&&r.push("el-avatar--"+e),t&&r.push("el-avatar--icon"),n&&r.push("el-avatar--"+n),r.join(" ")}},methods:{handleError:function(){var e=this.error,t=e?e():void 0;!1!==t&&(this.isImageExist=!1)},renderAvatar:function(){var e=this.$createElement,t=this.icon,n=this.src,r=this.alt,i=this.isImageExist,a=this.srcSet,o=this.fit;return i&&n?e("img",{attrs:{src:n,alt:r,srcSet:a},on:{error:this.handleError},style:{"object-fit":o}}):t?e("i",{class:t}):this.$slots.default}},render:function(){var e=arguments[0],t=this.avatarClass,n=this.size,r="number"===typeof n?{height:n+"px",width:n+"px",lineHeight:n+"px"}:{};return e("span",{class:t,style:r},[this.renderAvatar()])}},qv=Xv,Jv=s(qv,Wv,Kv,!1,null,null,null);Jv.options.__file="packages/avatar/src/main.vue";var Zv=Jv.exports;Zv.install=function(e){e.component(Zv.name,Zv)};var eA=Zv,tA=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-drawer-fade"},on:{"after-enter":e.afterEnter,"after-leave":e.afterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-drawer__wrapper",attrs:{tabindex:"-1"}},[n("div",{staticClass:"el-drawer__container",class:e.visible&&"el-drawer__open",attrs:{role:"document",tabindex:"-1"},on:{click:function(t){return t.target!==t.currentTarget?null:e.handleWrapperClick(t)}}},[n("div",{ref:"drawer",staticClass:"el-drawer",class:[e.direction,e.customClass],style:e.isHorizontal?"width: "+e.drawerSize:"height: "+e.drawerSize,attrs:{"aria-modal":"true","aria-labelledby":"el-drawer__title","aria-label":e.title,role:"dialog",tabindex:"-1"}},[e.withHeader?n("header",{staticClass:"el-drawer__header",attrs:{id:"el-drawer__title"}},[e._t("title",[n("span",{attrs:{role:"heading",title:e.title}},[e._v(e._s(e.title))])]),e.showClose?n("button",{staticClass:"el-drawer__close-btn",attrs:{"aria-label":"close "+(e.title||"drawer"),type:"button"},on:{click:e.closeDrawer}},[n("i",{staticClass:"el-dialog__close el-icon el-icon-close"})]):e._e()],2):e._e(),e.rendered?n("section",{staticClass:"el-drawer__body"},[e._t("default")],2):e._e()])])])])},nA=[];tA._withStripped=!0;var rA={name:"ElDrawer",mixins:[C.a,E.a],props:{appendToBody:{type:Boolean,default:!1},beforeClose:{type:Function},customClass:{type:String,default:""},closeOnPressEscape:{type:Boolean,default:!0},destroyOnClose:{type:Boolean,default:!1},modal:{type:Boolean,default:!0},direction:{type:String,default:"rtl",validator:function(e){return-1!==["ltr","rtl","ttb","btt"].indexOf(e)}},modalAppendToBody:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},size:{type:[Number,String],default:"30%"},title:{type:String,default:""},visible:{type:Boolean},wrapperClosable:{type:Boolean,default:!0},withHeader:{type:Boolean,default:!0}},computed:{isHorizontal:function(){return"rtl"===this.direction||"ltr"===this.direction},drawerSize:function(){return"number"===typeof this.size?this.size+"px":this.size}},data:function(){return{closed:!1,prevActiveElement:null}},watch:{visible:function(e){var t=this;e?(this.closed=!1,this.$emit("open"),this.appendToBody&&document.body.appendChild(this.$el),this.prevActiveElement=document.activeElement):(this.closed||this.$emit("close"),this.$nextTick((function(){t.prevActiveElement&&t.prevActiveElement.focus()})))}},methods:{afterEnter:function(){this.$emit("opened")},afterLeave:function(){this.$emit("closed")},hide:function(e){!1!==e&&(this.$emit("update:visible",!1),this.$emit("close"),!0===this.destroyOnClose&&(this.rendered=!1),this.closed=!0)},handleWrapperClick:function(){this.wrapperClosable&&this.closeDrawer()},closeDrawer:function(){"function"===typeof this.beforeClose?this.beforeClose(this.hide):this.hide()},handleClose:function(){this.closeDrawer()}},mounted:function(){this.visible&&(this.rendered=!0,this.open())},destroyed:function(){this.appendToBody&&this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)}},iA=rA,aA=s(iA,tA,nA,!1,null,null,null);aA.options.__file="packages/drawer/src/main.vue";var oA=aA.exports;oA.install=function(e){e.component(oA.name,oA)};var sA=oA,lA=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-popover",e._b({attrs:{trigger:"click"},model:{value:e.visible,callback:function(t){e.visible=t},expression:"visible"}},"el-popover",e.$attrs,!1),[n("div",{staticClass:"el-popconfirm"},[n("p",{staticClass:"el-popconfirm__main"},[e.hideIcon?e._e():n("i",{staticClass:"el-popconfirm__icon",class:e.icon,style:{color:e.iconColor}}),e._v("\n "+e._s(e.title)+"\n ")]),n("div",{staticClass:"el-popconfirm__action"},[n("el-button",{attrs:{size:"mini",type:e.cancelButtonType},on:{click:e.cancel}},[e._v("\n "+e._s(e.displayCancelButtonText)+"\n ")]),n("el-button",{attrs:{size:"mini",type:e.confirmButtonType},on:{click:e.confirm}},[e._v("\n "+e._s(e.displayConfirmButtonText)+"\n ")])],1)]),e._t("reference",null,{slot:"reference"})],2)},cA=[];lA._withStripped=!0;var uA=n(44),hA=n.n(uA),dA={name:"ElPopconfirm",props:{title:{type:String},confirmButtonText:{type:String},cancelButtonText:{type:String},confirmButtonType:{type:String,default:"primary"},cancelButtonType:{type:String,default:"text"},icon:{type:String,default:"el-icon-question"},iconColor:{type:String,default:"#f90"},hideIcon:{type:Boolean,default:!1}},components:{ElPopover:hA.a,ElButton:oe.a},data:function(){return{visible:!1}},computed:{displayConfirmButtonText:function(){return this.confirmButtonText||Object(ps["t"])("el.popconfirm.confirmButtonText")},displayCancelButtonText:function(){return this.cancelButtonText||Object(ps["t"])("el.popconfirm.cancelButtonText")}},methods:{confirm:function(){this.visible=!1,this.$emit("confirm")},cancel:function(){this.visible=!1,this.$emit("cancel")}}},fA=dA,pA=s(fA,lA,cA,!1,null,null,null);pA.options.__file="packages/popconfirm/src/main.vue";var mA=pA.exports;mA.install=function(e){e.component(mA.name,mA)};var gA=mA,vA=[b,O,ie,fe,be,Me,Qe,et,ct,gt,Dt,Ht,Vt,en,ln,mn,wn,Tn,Nn,lr,cr,gr,xr,Br,Wi,ta,To,zo,es,cs,hs,$s,Xs,rl,Al,Hl,Kl,Zl,Ec,Nc,du,Pu,Hu,Yu,_h,Eh,Fh,nd,cd,vd,Cd,Dd,Ud,Qd,Zd,sf,pf,Tf,Tp,Yp,Gp,nm,cm,gm,Sm,Bm,Pm,jm,qm,gg,Ig,$g,lv,Gv,eA,sA,gA,We.a],AA=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ms.a.use(t.locale),ms.a.i18n(t.i18n),vA.forEach((function(t){e.component(t.name,t)})),e.use(tv),e.use(Bu.directive),e.prototype.$ELEMENT={size:t.size||"",zIndex:t.zIndex||2e3},e.prototype.$loading=Bu.service,e.prototype.$msgbox=Ns,e.prototype.$alert=Ns.alert,e.prototype.$confirm=Ns.confirm,e.prototype.$prompt=Ns.prompt,e.prototype.$notify=Xc,e.prototype.$message=Gh};"undefined"!==typeof window&&window.Vue&&AA(window.Vue);t["default"]={version:"2.15.1",locale:ms.a.use,i18n:ms.a.i18n,install:AA,CollapseTransition:We.a,Loading:Bu,Pagination:b,Dialog:O,Autocomplete:ie,Dropdown:fe,DropdownMenu:be,DropdownItem:Me,Menu:Qe,Submenu:et,MenuItem:ct,MenuItemGroup:gt,Input:Dt,InputNumber:Ht,Radio:Vt,RadioGroup:en,RadioButton:ln,Checkbox:mn,CheckboxButton:wn,CheckboxGroup:Tn,Switch:Nn,Select:lr,Option:cr,OptionGroup:gr,Button:xr,ButtonGroup:Br,Table:Wi,TableColumn:ta,DatePicker:To,TimeSelect:zo,TimePicker:es,Popover:cs,Tooltip:hs,MessageBox:Ns,Breadcrumb:$s,BreadcrumbItem:Xs,Form:rl,FormItem:Al,Tabs:Hl,TabPane:Kl,Tag:Zl,Tree:Ec,Alert:Nc,Notification:Xc,Slider:du,Icon:Pu,Row:Hu,Col:Yu,Upload:_h,Progress:Eh,Spinner:Fh,Message:Gh,Badge:nd,Card:cd,Rate:vd,Steps:Cd,Step:Dd,Carousel:Ud,Scrollbar:Qd,CarouselItem:Zd,Collapse:sf,CollapseItem:pf,Cascader:Tf,ColorPicker:Tp,Transfer:Yp,Container:Gp,Header:nm,Aside:cm,Main:gm,Footer:Sm,Timeline:Bm,TimelineItem:Pm,Link:jm,Divider:qm,Image:gg,Calendar:Ig,Backtop:$g,InfiniteScroll:tv,PageHeader:lv,CascaderPanel:Gv,Avatar:eA,Drawer:sA,Popconfirm:gA}}])["default"]},"5cbb":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"5cc6":function(e,t,n){var r=n("74e8");r("Uint8",(function(e){return function(t,n,r){return e(this,t,n,r)}}))},"5d32":function(e,t,n){var r=n("ca22"),i=r("boolean");e.exports=i},"5d3a":function(e,t){function n(e){for(var t in e)return!1;return!0}e.exports=n},"5d7e":function(e,t,n){var r=n("e3c3");function i(e){return r(e,(function(e){return e}))}e.exports=i},"5e3a":function(e,t,n){var r=n("8b91"),i=n("6149"),a=n("9a21"),o={};a(r,(function(e,t){o[r[t]]=t}));var s=i(o);e.exports=s},"5f96":function(e,t,n){"use strict";var r=n("ebb5"),i=r.aTypedArray,a=r.exportTypedArrayMethod,o=[].join;a("join",(function(e){return o.apply(i(this),arguments)}))},"5fb2":function(e,t,n){"use strict";var r=2147483647,i=36,a=1,o=26,s=38,l=700,c=72,u=128,h="-",d=/[^\0-\u007E]/,f=/[.\u3002\uFF0E\uFF61]/g,p="Overflow: input needs wider integers to process",m=i-a,g=Math.floor,v=String.fromCharCode,A=function(e){var t=[],n=0,r=e.length;while(n=55296&&i<=56319&&n>1,e+=g(e/t);e>m*o>>1;r+=i)e=g(e/m);return g(r+(m+1)*e/(e+s))},_=function(e){var t=[];e=A(e);var n,s,l=e.length,d=u,f=0,m=c;for(n=0;n=d&&sg((r-f)/C))throw RangeError(p);for(f+=(x-d)*C,d=x,n=0;nr)throw RangeError(p);if(s==d){for(var S=f,k=i;;k+=i){var M=k<=m?a:k>=m+o?o:k-m;if(Su){var f,p=c(arguments[u++]),m=h?a(p).concat(h(p)):a(p),g=m.length,v=0;while(g>v)f=m[v++],r&&!d.call(p,f)||(n[f]=p[f])}return n}:u},6117:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"612b":function(e,t,n){var r=n("4730"),i=r("find",1,3,!0);e.exports=i},6149:function(e,t,n){var r=n("d219"),i=n("6815");function a(e){var t=new RegExp("(?:"+i(e).join("|")+")","g");return function(n){return r(n).replace(t,(function(t){return e[t]}))}}e.exports=a},6163:function(e,t,n){var r=n("39bc"),i=typeof window===r?0:window;e.exports=i},6167:function(e,t,n){"use strict";var r,i;"function"===typeof Symbol&&Symbol.iterator;(function(a,o){r=o,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i)})(0,(function(){var e=window,t={placement:"bottom",gpuAcceleration:!0,offset:0,boundariesElement:"viewport",boundariesPadding:5,preventOverflowOrder:["left","right","top","bottom"],flipBehavior:"flip",arrowElement:"[x-arrow]",arrowOffset:0,modifiers:["shift","offset","preventOverflow","keepTogether","arrow","flip","applyStyle"],modifiersIgnored:[],forceAbsolute:!1};function n(e,n,r){this._reference=e.jquery?e[0]:e,this.state={};var i="undefined"===typeof n||null===n,a=n&&"[object Object]"===Object.prototype.toString.call(n);return this._popper=i||a?this.parse(a?n:{}):n.jquery?n[0]:n,this._options=Object.assign({},t,r),this._options.modifiers=this._options.modifiers.map(function(e){if(-1===this._options.modifiersIgnored.indexOf(e))return"applyStyle"===e&&this._popper.setAttribute("x-placement",this._options.placement),this.modifiers[e]||e}.bind(this)),this.state.position=this._getPosition(this._popper,this._reference),h(this._popper,{position:this.state.position,top:0}),this.update(),this._setupEventListeners(),this}function r(t){var n=t.style.display,r=t.style.visibility;t.style.display="block",t.style.visibility="hidden";t.offsetWidth;var i=e.getComputedStyle(t),a=parseFloat(i.marginTop)+parseFloat(i.marginBottom),o=parseFloat(i.marginLeft)+parseFloat(i.marginRight),s={width:t.offsetWidth+o,height:t.offsetHeight+a};return t.style.display=n,t.style.visibility=r,s}function i(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function a(e){var t=Object.assign({},e);return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function o(e,t){var n,r=0;for(n in e){if(e[n]===t)return r;r++}return null}function s(t,n){var r=e.getComputedStyle(t,null);return r[n]}function l(t){var n=t.offsetParent;return n!==e.document.body&&n?n:e.document.documentElement}function c(t){var n=t.parentNode;return n?n===e.document?e.document.body.scrollTop||e.document.body.scrollLeft?e.document.body:e.document.documentElement:-1!==["scroll","auto"].indexOf(s(n,"overflow"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-x"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-y"))?n:c(t.parentNode):t}function u(t){return t!==e.document.body&&("fixed"===s(t,"position")||(t.parentNode?u(t.parentNode):t))}function h(e,t){function n(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}Object.keys(t).forEach((function(r){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(r)&&n(t[r])&&(i="px"),e.style[r]=t[r]+i}))}function d(e){var t={};return e&&"[object Function]"===t.toString.call(e)}function f(e){var t={width:e.offsetWidth,height:e.offsetHeight,left:e.offsetLeft,top:e.offsetTop};return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function p(e){var t=e.getBoundingClientRect(),n=-1!=navigator.userAgent.indexOf("MSIE"),r=n&&"HTML"===e.tagName?-e.scrollTop:t.top;return{left:t.left,top:r,right:t.right,bottom:t.bottom,width:t.right-t.left,height:t.bottom-r}}function m(e,t,n){var r=p(e),i=p(t);if(n){var a=c(t);i.top+=a.scrollTop,i.bottom+=a.scrollTop,i.left+=a.scrollLeft,i.right+=a.scrollLeft}var o={top:r.top-i.top,left:r.left-i.left,bottom:r.top-i.top+r.height,right:r.left-i.left+r.width,width:r.width,height:r.height};return o}function g(t){for(var n=["","ms","webkit","moz","o"],r=0;r1&&console.warn("WARNING: the given `parent` query("+t.parent+") matched more than one element, the first one will be used"),0===o.length)throw"ERROR: the given `parent` doesn't exists!";o=o[0]}return o.length>1&&o instanceof Element===!1&&(console.warn("WARNING: you have passed as parent a list of elements, the first one will be used"),o=o[0]),o.appendChild(i),i;function s(e,t){t.forEach((function(t){e.classList.add(t)}))}function l(e,t){t.forEach((function(t){e.setAttribute(t.split(":")[0],t.split(":")[1]||"")}))}},n.prototype._getPosition=function(e,t){var n=l(t);if(this._options.forceAbsolute)return"absolute";var r=u(t,n);return r?"fixed":"absolute"},n.prototype._getOffsets=function(e,t,n){n=n.split("-")[0];var i={};i.position=this.state.position;var a="fixed"===i.position,o=m(t,l(e),a),s=r(e);return-1!==["right","left"].indexOf(n)?(i.top=o.top+o.height/2-s.height/2,i.left="left"===n?o.left-s.width:o.right):(i.left=o.left+o.width/2-s.width/2,i.top="top"===n?o.top-s.height:o.bottom),i.width=s.width,i.height=s.height,{popper:i,reference:o}},n.prototype._setupEventListeners=function(){if(this.state.updateBound=this.update.bind(this),e.addEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement){var t=c(this._reference);t!==e.document.body&&t!==e.document.documentElement||(t=e),t.addEventListener("scroll",this.state.updateBound),this.state.scrollTarget=t}},n.prototype._removeEventListeners=function(){e.removeEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement&&this.state.scrollTarget&&(this.state.scrollTarget.removeEventListener("scroll",this.state.updateBound),this.state.scrollTarget=null),this.state.updateBound=null},n.prototype._getBoundaries=function(t,n,r){var i,a,o={};if("window"===r){var s=e.document.body,u=e.document.documentElement;a=Math.max(s.scrollHeight,s.offsetHeight,u.clientHeight,u.scrollHeight,u.offsetHeight),i=Math.max(s.scrollWidth,s.offsetWidth,u.clientWidth,u.scrollWidth,u.offsetWidth),o={top:0,right:i,bottom:a,left:0}}else if("viewport"===r){var h=l(this._popper),d=c(this._popper),p=f(h),m=function(e){return e==document.body?Math.max(document.documentElement.scrollTop,document.body.scrollTop):e.scrollTop},g=function(e){return e==document.body?Math.max(document.documentElement.scrollLeft,document.body.scrollLeft):e.scrollLeft},v="fixed"===t.offsets.popper.position?0:m(d),A="fixed"===t.offsets.popper.position?0:g(d);o={top:0-(p.top-v),right:e.document.documentElement.clientWidth-(p.left-A),bottom:e.document.documentElement.clientHeight-(p.top-v),left:0-(p.left-A)}}else o=l(this._popper)===r?{top:0,left:0,right:r.clientWidth,bottom:r.clientHeight}:f(r);return o.left+=n,o.right-=n,o.top=o.top+n,o.bottom=o.bottom-n,o},n.prototype.runModifiers=function(e,t,n){var r=t.slice();return void 0!==n&&(r=this._options.modifiers.slice(0,o(this._options.modifiers,n))),r.forEach(function(t){d(t)&&(e=t.call(this,e))}.bind(this)),e},n.prototype.isModifierRequired=function(e,t){var n=o(this._options.modifiers,e);return!!this._options.modifiers.slice(0,n).filter((function(e){return e===t})).length},n.prototype.modifiers={},n.prototype.modifiers.applyStyle=function(e){var t,n={position:e.offsets.popper.position},r=Math.round(e.offsets.popper.left),i=Math.round(e.offsets.popper.top);return this._options.gpuAcceleration&&(t=g("transform"))?(n[t]="translate3d("+r+"px, "+i+"px, 0)",n.top=0,n.left=0):(n.left=r,n.top=i),Object.assign(n,e.styles),h(this._popper,n),this._popper.setAttribute("x-placement",e.placement),this.isModifierRequired(this.modifiers.applyStyle,this.modifiers.arrow)&&e.offsets.arrow&&h(e.arrowElement,e.offsets.arrow),e},n.prototype.modifiers.shift=function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var i=e.offsets.reference,o=a(e.offsets.popper),s={y:{start:{top:i.top},end:{top:i.top+i.height-o.height}},x:{start:{left:i.left},end:{left:i.left+i.width-o.width}}},l=-1!==["bottom","top"].indexOf(n)?"x":"y";e.offsets.popper=Object.assign(o,s[l][r])}return e},n.prototype.modifiers.preventOverflow=function(e){var t=this._options.preventOverflowOrder,n=a(e.offsets.popper),r={left:function(){var t=n.left;return n.lefte.boundaries.right&&(t=Math.min(n.left,e.boundaries.right-n.width)),{left:t}},top:function(){var t=n.top;return n.tope.boundaries.bottom&&(t=Math.min(n.top,e.boundaries.bottom-n.height)),{top:t}}};return t.forEach((function(t){e.offsets.popper=Object.assign(n,r[t]())})),e},n.prototype.modifiers.keepTogether=function(e){var t=a(e.offsets.popper),n=e.offsets.reference,r=Math.floor;return t.rightr(n.right)&&(e.offsets.popper.left=r(n.right)),t.bottomr(n.bottom)&&(e.offsets.popper.top=r(n.bottom)),e},n.prototype.modifiers.flip=function(e){if(!this.isModifierRequired(this.modifiers.flip,this.modifiers.preventOverflow))return console.warn("WARNING: preventOverflow modifier is required by flip modifier in order to work, be sure to include it before flip!"),e;if(e.flipped&&e.placement===e._originalPlacement)return e;var t=e.placement.split("-")[0],n=i(t),r=e.placement.split("-")[1]||"",o=[];return o="flip"===this._options.flipBehavior?[t,n]:this._options.flipBehavior,o.forEach(function(s,l){if(t===s&&o.length!==l+1){t=e.placement.split("-")[0],n=i(t);var c=a(e.offsets.popper),u=-1!==["right","bottom"].indexOf(t);(u&&Math.floor(e.offsets.reference[t])>Math.floor(c[n])||!u&&Math.floor(e.offsets.reference[t])s[f]&&(e.offsets.popper[h]+=l[h]+p-s[f]);var m=l[h]+(n||l[u]/2-p/2),g=m-s[h];return g=Math.max(Math.min(s[u]-p-8,g),8),i[h]=g,i[d]="",e.offsets.arrow=i,e.arrowElement=t,e},Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(void 0===e||null===e)throw new TypeError("Cannot convert first argument to object");for(var t=Object(e),n=1;nt}));e.exports=i},6175:function(e,t,n){var r=n("e11b"),i=n("fedd"),a=n("27ad");function o(e){if(e=i(e),a(e)){e.setHours(0,0,0,0),e.setDate(e.getDate()+3-(e.getDay()+6)%7);var t=new Date(e.getFullYear(),0,4);return Math.round(((e.getTime()-t.getTime())/r+(t.getDay()+6)%7-3)/7)+1}return NaN}e.exports=o},"621a":function(e,t,n){"use strict";var r=n("da84"),i=n("83ab"),a=n("a981"),o=n("9112"),s=n("e2cc"),l=n("d039"),c=n("19aa"),u=n("a691"),h=n("50c4"),d=n("0b25"),f=n("77a7"),p=n("e163"),m=n("d2bb"),g=n("241c").f,v=n("9bf2").f,A=n("81d5"),y=n("d44e"),b=n("69f3"),_=b.get,w=b.set,x="ArrayBuffer",C="DataView",S="prototype",k="Wrong length",M="Wrong index",E=r[x],T=E,B=r[C],D=B&&B[S],L=Object.prototype,O=r.RangeError,I=f.pack,F=f.unpack,N=function(e){return[255&e]},P=function(e){return[255&e,e>>8&255]},R=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},H=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},U=function(e){return I(e,23,4)},z=function(e){return I(e,52,8)},Y=function(e,t){v(e[S],t,{get:function(){return _(this)[t]}})},$=function(e,t,n,r){var i=d(n),a=_(e);if(i+t>a.byteLength)throw O(M);var o=_(a.buffer).bytes,s=i+a.byteOffset,l=o.slice(s,s+t);return r?l:l.reverse()},j=function(e,t,n,r,i,a){var o=d(n),s=_(e);if(o+t>s.byteLength)throw O(M);for(var l=_(s.buffer).bytes,c=o+s.byteOffset,u=r(+i),h=0;hK;)(Q=W[K++])in T||o(T,Q,E[Q]);V.constructor=T}m&&p(D)!==L&&m(D,L);var G=new B(new T(2)),X=D.setInt8;G.setInt8(0,2147483648),G.setInt8(1,2147483649),!G.getInt8(0)&&G.getInt8(1)||s(D,{setInt8:function(e,t){X.call(this,e,t<<24>>24)},setUint8:function(e,t){X.call(this,e,t<<24>>24)}},{unsafe:!0})}else T=function(e){c(this,T,x);var t=d(e);w(this,{bytes:A.call(new Array(t),0),byteLength:t}),i||(this.byteLength=t)},B=function(e,t,n){c(this,B,C),c(e,T,C);var r=_(e).byteLength,a=u(t);if(a<0||a>r)throw O("Wrong offset");if(n=void 0===n?r-a:h(n),a+n>r)throw O(k);w(this,{buffer:e,byteLength:n,byteOffset:a}),i||(this.buffer=e,this.byteLength=n,this.byteOffset=a)},i&&(Y(T,"byteLength"),Y(B,"buffer"),Y(B,"byteLength"),Y(B,"byteOffset")),s(B[S],{getInt8:function(e){return $(this,1,e)[0]<<24>>24},getUint8:function(e){return $(this,1,e)[0]},getInt16:function(e){var t=$(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=$(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return H($(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return H($(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return F($(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return F($(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){j(this,1,e,N,t)},setUint8:function(e,t){j(this,1,e,N,t)},setInt16:function(e,t){j(this,2,e,P,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){j(this,2,e,P,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){j(this,4,e,R,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){j(this,4,e,R,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){j(this,4,e,U,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){j(this,8,e,z,t,arguments.length>2?arguments[2]:void 0)}});y(T,x),y(B,C),e.exports={ArrayBuffer:T,DataView:B}},6223:function(e,t){function n(e){return(e.split(".")[1]||"").length}e.exports=n},"62e1":function(e,t,n){var r=n("b39a3"),i=n("d0e5"),a=n("9735"),o=n("012c"),s=n("fedd"),l=n("27ad");function c(e,t,n){var c;if(e=s(e),l(e)&&(t&&(c=t&&!isNaN(t)?t:0,e.setFullYear(a(e)+c)),n||!isNaN(n))){if(n===r)return new Date(a(e),0,1);if(n===i)return e.setMonth(11),o(e,0,i);e.setMonth(n)}return e}e.exports=c},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6403:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},6438:function(e,t,n){var r=n("03d6"),i=n("9742").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},"649e":function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").some,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("some",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},"64be":function(e,t,n){var r=n("eae2");function i(e,t,n,r,a,o,s,l){var c,u,h,d,f,p;if(t)for(u=0,h=t.length;u=c?e?"":void 0:(a=s.charCodeAt(l),a<55296||a>56319||l+1===c||(o=s.charCodeAt(l+1))<56320||o>57343?e?s.charAt(l):a:e?s.slice(l,l+2):o-56320+(a-55296<<10)+65536)}};e.exports={codeAt:a(!1),charAt:a(!0)}},"656f":function(e,t){function n(e){return!!e&&e.constructor===Object}e.exports=n},"658f":function(e,t,n){n("6858");for(var r=n("ef08"),i=n("051b"),a=n("8a0d"),o=n("cc15")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),l=0;l11?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[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return t}))},"65f0":function(e,t,n){var r=n("861d"),i=n("e8b5"),a=n("b622"),o=a("species");e.exports=function(e,t){var n;return i(e)&&(n=e.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?r(n)&&(n=n[o],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},"660a":function(e,t,n){"use strict";t.__esModule=!0,t.i18n=t.use=t.t=void 0;var r=n("4377"),i=h(r),a=n("2b0e"),o=h(a),s=n("3c4e"),l=h(s),c=n("5bc2"),u=h(c);function h(e){return e&&e.__esModule?e:{default:e}}var d=(0,u.default)(o.default),f=i.default,p=!1,m=function(){var e=Object.getPrototypeOf(this||o.default).$t;if("function"===typeof e&&o.default.locale)return p||(p=!0,o.default.locale(o.default.config.lang,(0,l.default)(f,o.default.locale(o.default.config.lang)||{},{clone:!0}))),e.apply(this,arguments)},g=t.t=function(e,t){var n=m.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var r=e.split("."),i=f,a=0,o=r.length;a=e.length?(this._t=void 0,i(1)):i(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},6887:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],h=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],d=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i],f=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("_"),weekdaysParse:d,fullWeekdaysParse:u,shortWeekdaysParse:h,minWeekdaysParse:d,monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:l,monthsShortStrictRegex:c,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},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},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}});return f}))},"688b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},6909:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"693d":function(e,t,n){"use strict";var r=n("ef08"),i=n("9c0e"),a=n("0bad"),o=n("512c"),s=n("ba01"),l=n("e34a").KEY,c=n("4b8b"),u=n("b367"),h=n("92f0"),d=n("8b1a"),f=n("cc15"),p=n("fcd4"),m=n("e198"),g=n("0ae2"),v=n("4ebc"),A=n("77e9"),y=n("7a41"),b=n("0983"),_=n("6ca1"),w=n("3397"),x=n("10db"),C=n("6f4f"),S=n("1836"),k=n("4d20"),M=n("fed5"),E=n("1a14"),T=n("9876"),B=k.f,D=E.f,L=S.f,O=r.Symbol,I=r.JSON,F=I&&I.stringify,N="prototype",P=f("_hidden"),R=f("toPrimitive"),H={}.propertyIsEnumerable,U=u("symbol-registry"),z=u("symbols"),Y=u("op-symbols"),$=Object[N],j="function"==typeof O&&!!M.f,Q=r.QObject,V=!Q||!Q[N]||!Q[N].findChild,W=a&&c((function(){return 7!=C(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=B($,t);r&&delete $[t],D(e,t,n),r&&e!==$&&D($,t,r)}:D,K=function(e){var t=z[e]=C(O[N]);return t._k=e,t},G=j&&"symbol"==typeof O.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof O},X=function(e,t,n){return e===$&&X(Y,t,n),A(e),t=w(t,!0),A(n),i(z,t)?(n.enumerable?(i(e,P)&&e[P][t]&&(e[P][t]=!1),n=C(n,{enumerable:x(0,!1)})):(i(e,P)||D(e,P,x(1,{})),e[P][t]=!0),W(e,t,n)):D(e,t,n)},q=function(e,t){A(e);var n,r=g(t=_(t)),i=0,a=r.length;while(a>i)X(e,n=r[i++],t[n]);return e},J=function(e,t){return void 0===t?C(e):q(C(e),t)},Z=function(e){var t=H.call(this,e=w(e,!0));return!(this===$&&i(z,e)&&!i(Y,e))&&(!(t||!i(this,e)||!i(z,e)||i(this,P)&&this[P][e])||t)},ee=function(e,t){if(e=_(e),t=w(t,!0),e!==$||!i(z,t)||i(Y,t)){var n=B(e,t);return!n||!i(z,t)||i(e,P)&&e[P][t]||(n.enumerable=!0),n}},te=function(e){var t,n=L(_(e)),r=[],a=0;while(n.length>a)i(z,t=n[a++])||t==P||t==l||r.push(t);return r},ne=function(e){var t,n=e===$,r=L(n?Y:_(e)),a=[],o=0;while(r.length>o)!i(z,t=r[o++])||n&&!i($,t)||a.push(z[t]);return a};j||(O=function(){if(this instanceof O)throw TypeError("Symbol is not a constructor!");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===$&&t.call(Y,n),i(this,P)&&i(this[P],e)&&(this[P][e]=!1),W(this,e,x(1,n))};return a&&V&&W($,e,{configurable:!0,set:t}),K(e)},s(O[N],"toString",(function(){return this._k})),k.f=ee,E.f=X,n("6438").f=S.f=te,n("1917").f=Z,M.f=ne,a&&!n("e444")&&s($,"propertyIsEnumerable",Z,!0),p.f=function(e){return K(f(e))}),o(o.G+o.W+o.F*!j,{Symbol:O});for(var re="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ie=0;re.length>ie;)f(re[ie++]);for(var ae=T(f.store),oe=0;ae.length>oe;)m(ae[oe++]);o(o.S+o.F*!j,"Symbol",{for:function(e){return i(U,e+="")?U[e]:U[e]=O(e)},keyFor:function(e){if(!G(e))throw TypeError(e+" is not a symbol!");for(var t in U)if(U[t]===e)return t},useSetter:function(){V=!0},useSimple:function(){V=!1}}),o(o.S+o.F*!j,"Object",{create:J,defineProperty:X,defineProperties:q,getOwnPropertyDescriptor:ee,getOwnPropertyNames:te,getOwnPropertySymbols:ne});var se=c((function(){M.f(1)}));o(o.S+o.F*se,"Object",{getOwnPropertySymbols:function(e){return M.f(b(e))}}),I&&o(o.S+o.F*(!j||c((function(){var e=O();return"[null]"!=F([e])||"{}"!=F({a:e})||"{}"!=F(Object(e))}))),"JSON",{stringify:function(e){var t,n,r=[e],i=1;while(arguments.length>i)r.push(arguments[i++]);if(n=t=r[1],(y(t)||void 0!==e)&&!G(e))return v(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),r[1]=t,F.apply(I,r)}}),O[N][R]||n("051b")(O[N],R,O[N].valueOf),h(O,"Symbol"),h(Math,"Math",!0),h(r.JSON,"JSON",!0)},"69b8":function(e,t,n){var r=n("a44c"),i=n("656f"),a=n("9a21");function o(e,t){return i(e)&&i(t)||r(e)&&r(t)?(a(t,(function(t,n){e[n]=o(e[n],t)})),e):t}var s=function(e){e||(e={});for(var t,n=arguments,r=n.length,i=1;i-1}},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:200},title:String,disabled:Boolean,content:String,reference:{},popperClass:String,width:{},visibleArrow:{default:!0},arrowOffset:{type:Number,default:0},transition:{type:String,default:"fade-in-linear"},tabindex:{type:Number,default:0}},computed:{tooltipId:function(){return"el-popover-"+Object(l["generateId"])()}},watch:{showPopper:function(e){this.disabled||(e?this.$emit("show"):this.$emit("hide"))}},mounted:function(){var e=this,t=this.referenceElm=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!t&&this.$refs.wrapper.children&&(t=this.referenceElm=this.$refs.wrapper.children[0]),t&&(Object(s["addClass"])(t,"el-popover__reference"),t.setAttribute("aria-describedby",this.tooltipId),t.setAttribute("tabindex",this.tabindex),n.setAttribute("tabindex",0),"click"!==this.trigger&&(Object(s["on"])(t,"focusin",(function(){e.handleFocus();var n=t.__vue__;n&&"function"===typeof n.focus&&n.focus()})),Object(s["on"])(n,"focusin",this.handleFocus),Object(s["on"])(t,"focusout",this.handleBlur),Object(s["on"])(n,"focusout",this.handleBlur)),Object(s["on"])(t,"keydown",this.handleKeydown),Object(s["on"])(t,"click",this.handleClick)),"click"===this.trigger?(Object(s["on"])(t,"click",this.doToggle),Object(s["on"])(document,"click",this.handleDocumentClick)):"hover"===this.trigger?(Object(s["on"])(t,"mouseenter",this.handleMouseEnter),Object(s["on"])(n,"mouseenter",this.handleMouseEnter),Object(s["on"])(t,"mouseleave",this.handleMouseLeave),Object(s["on"])(n,"mouseleave",this.handleMouseLeave)):"focus"===this.trigger&&(this.tabindex<0&&console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"),t.querySelector("input, textarea")?(Object(s["on"])(t,"focusin",this.doShow),Object(s["on"])(t,"focusout",this.doClose)):(Object(s["on"])(t,"mousedown",this.doShow),Object(s["on"])(t,"mouseup",this.doClose)))},beforeDestroy:function(){this.cleanup()},deactivated:function(){this.cleanup()},methods:{doToggle:function(){this.showPopper=!this.showPopper},doShow:function(){this.showPopper=!0},doClose:function(){this.showPopper=!1},handleFocus:function(){Object(s["addClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!0)},handleClick:function(){Object(s["removeClass"])(this.referenceElm,"focusing")},handleBlur:function(){Object(s["removeClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!1)},handleMouseEnter:function(){var e=this;clearTimeout(this._timer),this.openDelay?this._timer=setTimeout((function(){e.showPopper=!0}),this.openDelay):this.showPopper=!0},handleKeydown:function(e){27===e.keyCode&&"manual"!==this.trigger&&this.doClose()},handleMouseLeave:function(){var e=this;clearTimeout(this._timer),this.closeDelay?this._timer=setTimeout((function(){e.showPopper=!1}),this.closeDelay):this.showPopper=!1},handleDocumentClick:function(e){var t=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!t&&this.$refs.wrapper.children&&(t=this.referenceElm=this.$refs.wrapper.children[0]),this.$el&&t&&!this.$el.contains(e.target)&&!t.contains(e.target)&&n&&!n.contains(e.target)&&(this.showPopper=!1)},handleAfterEnter:function(){this.$emit("after-enter")},handleAfterLeave:function(){this.$emit("after-leave"),this.doDestroy()},cleanup:function(){(this.openDelay||this.closeDelay)&&clearTimeout(this._timer)}},destroyed:function(){var e=this.reference;Object(s["off"])(e,"click",this.doToggle),Object(s["off"])(e,"mouseup",this.doClose),Object(s["off"])(e,"mousedown",this.doShow),Object(s["off"])(e,"focusin",this.doShow),Object(s["off"])(e,"focusout",this.doClose),Object(s["off"])(e,"mousedown",this.doShow),Object(s["off"])(e,"mouseup",this.doClose),Object(s["off"])(e,"mouseleave",this.handleMouseLeave),Object(s["off"])(e,"mouseenter",this.handleMouseEnter),Object(s["off"])(document,"click",this.handleDocumentClick)}},u=c,h=n(0),d=Object(h["a"])(u,r,i,!1,null,null,null);d.options.__file="packages/popover/src/main.vue";var f=d.exports,p=function(e,t,n){var r=t.expression?t.value:t.arg,i=n.context.$refs[r];i&&(Array.isArray(i)?i[0].$refs.reference=e:i.$refs.reference=e)},m={bind:function(e,t,n){p(e,t,n)},inserted:function(e,t,n){p(e,t,n)}},g=n(7),v=n.n(g);v.a.directive("popover",m),f.install=function(e){e.directive("popover",m),e.component(f.name,f)},f.directive=m;t["default"]=f}})},"6b35":function(e,t,n){var r=n("25b3"),i=n("5d7e"),a=n("e3c3"),o=n("a44c"),s=n("b484"),l=n("656f"),c=n("7ab1"),u=n("f108"),h=n("9051"),d=n("5b2d"),f=n("f42e"),p="asc",m="desc";function g(e,t){return c(e)?1:u(e)?c(t)?-1:1:e&&e.localeCompare?e.localeCompare(t):e>t?1:-1}function v(e,t,n){return function(r,i){var a=r[e],o=i[e];return a===o?n?n(r,i):0:t.order===m?g(o,a):g(a,o)}}function A(e,t,n,i){var a=[];return n=o(n)?n:[n],r(n,(function(n,c){if(n){var u,h=n;o(n)?(h=n[0],u=n[1]):l(n)&&(h=n.field,u=n.order),a.push({field:h,order:u||p}),r(t,s(h)?function(t,n){t[c]=h.call(i,t.data,n,e)}:function(e){e[c]=h?d(e.data,h):e.data})}})),a}function y(e,t,n){if(e){if(h(t))return i(e).sort(g);var r,o=a(e,(function(e){return{data:e}})),s=A(e,o,t,n),l=s.length-1;while(l>=0)r=v(l,s[l],r),l--;return r&&(o=o.sort(r)),a(o,f("data"))}return[]}e.exports=y},"6b75":function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n{if(e===t)return!0;if(!(e instanceof Array))return!1;if(!(t instanceof Array))return!1;if(e.length!==t.length)return!1;for(let n=0;n!==e.length;++n)if(e[n]!==t[n])return!1;return!0},u=function(e){return Array.isArray(e)?e:e?[e]:[]},h=function(e){return r(e)?e.charAt(0).toUpperCase()+e.slice(1):e},d=function(e,t){const n=i(e),r=i(t);return n&&r?JSON.stringify(e)===JSON.stringify(t):!n&&!r&&String(e)===String(t)},f=function(e,t){if(e=e||[],t=t||[],e.length!==t.length)return!1;for(let n=0;n=0;a--)if(t.call(n,e[a],a,e))return e[a]}}e.exports=a},"6ca1":function(e,t,n){var r=n("9fbb"),i=n("c901");e.exports=function(e){return r(i(e))}},"6ce3":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._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",w:"en uke",ww:"%d uker",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}))},"6d79":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"6d83":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"6dd8":function(e,t,n){"use strict";n.r(t),function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t,r=c.some((function(e){return!!~n.indexOf(e)}));r&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),d=function(e,t){for(var n=0,r=Object.keys(t);n0},e}(),E="undefined"!==typeof WeakMap?new WeakMap:new n,T=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=h.getInstance(),r=new M(t,n,this);E.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach((function(e){T.prototype[e]=function(){var t;return(t=E.get(this))[e].apply(t,arguments)}}));var B=function(){return"undefined"!==typeof i.ResizeObserver?i.ResizeObserver:T}();t["default"]=B}.call(this,n("c8ba"))},"6deb":function(e,t,n){var r=n("349b"),i=r("Date");e.exports=i},"6e98":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",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",w:"una settimana",ww:"%d settimane",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}))},"6eda":function(e,t,n){var r=n("6815"),i=n("0c07"),a=n("d6c5"),o=n("de51"),s=n("4931");function l(e,t){var n=r(e),l=r(t);return!l.length||(s(n,l)?o(l,(function(r){return i(n,(function(n){return n===r&&a(e[n],t[r])}))>-1})):a(e,t))}e.exports=l},"6eeb":function(e,t,n){var r=n("da84"),i=n("9112"),a=n("5135"),o=n("ce4e"),s=n("8925"),l=n("69f3"),c=l.get,u=l.enforce,h=String(String).split("String");(e.exports=function(e,t,n,s){var l,c=!!s&&!!s.unsafe,d=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l=u(n),l.source||(l.source=h.join("string"==typeof t?t:""))),e!==r?(c?!f&&e[t]&&(d=!0):delete e[t],d?e[t]=n:i(e,t,n)):d?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},"6f12":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"6f4f":function(e,t,n){var r=n("77e9"),i=n("85e7"),a=n("9742"),o=n("5a94")("IE_PROTO"),s=function(){},l="prototype",c=function(){var e,t=n("05f5")("iframe"),r=a.length,i="<",o=">";t.style.display="none",n("9141").appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write(i+"script"+o+"document.F=Object"+i+"/script"+o),e.close(),c=e.F;while(r--)delete c[l][a[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(s[l]=r(e),n=new s,s[l]=null,n[o]=e):n=c(),void 0===t?n:i(n,t)}},"6f50":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"6fe2":function(e,t,n){var r=n("656f"),i=n("b7c3");function a(e){if(r(e))return e;if(i(e))try{return JSON.parse(e)}catch(t){}return{}}e.exports=a},7118:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},7156:function(e,t,n){var r=n("861d"),i=n("d2bb");e.exports=function(e,t,n){var a,o;return i&&"function"==typeof(a=t.constructor)&&a!==n&&r(o=a.prototype)&&o!==n.prototype&&i(e,o),e}},"722f":function(e,t,n){"use strict";t.__esModule=!0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=n("e452"),a=o(i);function o(e){return e&&e.__esModule?e:{default:e}}var s,l=l||{};l.Dialog=function(e,t,n){var i=this;if(this.dialogNode=e,null===this.dialogNode||"dialog"!==this.dialogNode.getAttribute("role"))throw new Error("Dialog() requires a DOM element with ARIA role of dialog.");"string"===typeof t?this.focusAfterClosed=document.getElementById(t):"object"===("undefined"===typeof t?"undefined":r(t))?this.focusAfterClosed=t:this.focusAfterClosed=null,"string"===typeof n?this.focusFirst=document.getElementById(n):"object"===("undefined"===typeof n?"undefined":r(n))?this.focusFirst=n:this.focusFirst=null,this.focusFirst?this.focusFirst.focus():a.default.focusFirstDescendant(this.dialogNode),this.lastFocus=document.activeElement,s=function(e){i.trapFocus(e)},this.addListeners()},l.Dialog.prototype.addListeners=function(){document.addEventListener("focus",s,!0)},l.Dialog.prototype.removeListeners=function(){document.removeEventListener("focus",s,!0)},l.Dialog.prototype.closeDialog=function(){var e=this;this.removeListeners(),this.focusAfterClosed&&setTimeout((function(){e.focusAfterClosed.focus()}))},l.Dialog.prototype.trapFocus=function(e){a.default.IgnoreUtilFocusChanges||(this.dialogNode.contains(e.target)?this.lastFocus=e.target:(a.default.focusFirstDescendant(this.dialogNode),this.lastFocus===document.activeElement&&a.default.focusLastDescendant(this.dialogNode),this.lastFocus=document.activeElement))},t.default=l.Dialog},7273:function(e,t,n){var r=n("086f"),i=r("entries",2);e.exports=i},"72f7":function(e,t,n){"use strict";var r=n("ebb5").exportTypedArrayMethod,i=n("d039"),a=n("da84"),o=a.Uint8Array,s=o&&o.prototype||{},l=[].toString,c=[].join;i((function(){l.call({})}))&&(l=function(){return c.call(this)});var u=s.toString!=l;r("toString",l,u)},7333:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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",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}))},"735e":function(e,t,n){"use strict";var r=n("ebb5"),i=n("81d5"),a=r.aTypedArray,o=r.exportTypedArrayMethod;o("fill",(function(e){return i.apply(a(this),arguments)}))},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,n){var r=n("428f"),i=n("5135"),a=n("e538"),o=n("9bf2").f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});i(t,e)||o(t,e,{value:a.f(e)})}},"74dc":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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 A",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:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return t}))},"74e8":function(e,t,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("83ab"),o=n("8aa7"),s=n("ebb5"),l=n("621a"),c=n("19aa"),u=n("5c6c"),h=n("9112"),d=n("50c4"),f=n("0b25"),p=n("182d"),m=n("c04e"),g=n("5135"),v=n("f5df"),A=n("861d"),y=n("7c73"),b=n("d2bb"),_=n("241c").f,w=n("a078"),x=n("b727").forEach,C=n("2626"),S=n("9bf2"),k=n("06cf"),M=n("69f3"),E=n("7156"),T=M.get,B=M.set,D=S.f,L=k.f,O=Math.round,I=i.RangeError,F=l.ArrayBuffer,N=l.DataView,P=s.NATIVE_ARRAY_BUFFER_VIEWS,R=s.TYPED_ARRAY_TAG,H=s.TypedArray,U=s.TypedArrayPrototype,z=s.aTypedArrayConstructor,Y=s.isTypedArray,$="BYTES_PER_ELEMENT",j="Wrong length",Q=function(e,t){var n=0,r=t.length,i=new(z(e))(r);while(r>n)i[n]=t[n++];return i},V=function(e,t){D(e,t,{get:function(){return T(this)[t]}})},W=function(e){var t;return e instanceof F||"ArrayBuffer"==(t=v(e))||"SharedArrayBuffer"==t},K=function(e,t){return Y(e)&&"symbol"!=typeof t&&t in e&&String(+t)==String(t)},G=function(e,t){return K(e,t=m(t,!0))?u(2,e[t]):L(e,t)},X=function(e,t,n){return!(K(e,t=m(t,!0))&&A(n)&&g(n,"value"))||g(n,"get")||g(n,"set")||n.configurable||g(n,"writable")&&!n.writable||g(n,"enumerable")&&!n.enumerable?D(e,t,n):(e[t]=n.value,e)};a?(P||(k.f=G,S.f=X,V(U,"buffer"),V(U,"byteOffset"),V(U,"byteLength"),V(U,"length")),r({target:"Object",stat:!0,forced:!P},{getOwnPropertyDescriptor:G,defineProperty:X}),e.exports=function(e,t,n){var a=e.match(/\d+$/)[0]/8,s=e+(n?"Clamped":"")+"Array",l="get"+e,u="set"+e,m=i[s],g=m,v=g&&g.prototype,S={},k=function(e,t){var n=T(e);return n.view[l](t*a+n.byteOffset,!0)},M=function(e,t,r){var i=T(e);n&&(r=(r=O(r))<0?0:r>255?255:255&r),i.view[u](t*a+i.byteOffset,r,!0)},L=function(e,t){D(e,t,{get:function(){return k(this,t)},set:function(e){return M(this,t,e)},enumerable:!0})};P?o&&(g=t((function(e,t,n,r){return c(e,g,s),E(function(){return A(t)?W(t)?void 0!==r?new m(t,p(n,a),r):void 0!==n?new m(t,p(n,a)):new m(t):Y(t)?Q(g,t):w.call(g,t):new m(f(t))}(),e,g)})),b&&b(g,H),x(_(m),(function(e){e in g||h(g,e,m[e])})),g.prototype=v):(g=t((function(e,t,n,r){c(e,g,s);var i,o,l,u=0,h=0;if(A(t)){if(!W(t))return Y(t)?Q(g,t):w.call(g,t);i=t,h=p(n,a);var m=t.byteLength;if(void 0===r){if(m%a)throw I(j);if(o=m-h,o<0)throw I(j)}else if(o=d(r)*a,o+h>m)throw I(j);l=o/a}else l=f(t),o=l*a,i=new F(o);B(e,{buffer:i,byteOffset:h,byteLength:o,length:l,view:new N(i)});while(u>1,m=23===t?r(2,-24)-r(2,-77):0,g=e<0||0===e&&1/e<0?1:0,v=0;for(e=n(e),e!=e||e===1/0?(c=e!=e?1:0,l=f):(l=i(a(e)/o),e*(u=r(2,-l))<1&&(l--,u*=2),e+=l+p>=1?m/u:m*r(2,1-p),e*u>=2&&(l++,u/=2),l+p>=f?(c=0,l=f):l+p>=1?(c=(e*u-1)*r(2,t),l+=p):(c=e*r(2,p-1)*r(2,t),l=0));t>=8;h[v++]=255&c,c/=256,t-=8);for(l=l<0;h[v++]=255&l,l/=256,d-=8);return h[--v]|=128*g,h},l=function(e,t){var n,i=e.length,a=8*i-t-1,o=(1<>1,l=a-7,c=i-1,u=e[c--],h=127&u;for(u>>=7;l>0;h=256*h+e[c],c--,l-=8);for(n=h&(1<<-l)-1,h>>=-l,l+=t;l>0;n=256*n+e[c],c--,l-=8);if(0===h)h=1-s;else{if(h===o)return n?NaN:u?-1/0:1/0;n+=r(2,t),h-=s}return(u?-1:1)*n*r(2,h-t)};e.exports={pack:s,unpack:l}},"77e9":function(e,t,n){var r=n("7a41");e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},"77f9":function(e,t,n){var r=n("6163");function i(e){return r&&!(!e||e!==e.window)}e.exports=i},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"786b":function(e,t,n){"use strict";t.__esModule=!0,t.i18n=t.use=t.t=void 0;var r=n("b47f"),i=f(r),a=n("660a"),o=f(a),s=n("2b0e"),l=f(s),c=n("3c4e"),u=f(c),h=n("4bf4"),d=f(h);function f(e){return e&&e.__esModule?e:{default:e}}var p=(0,d.default)(l.default),m=i.default,g=!1,v=function(){var e=Object.getPrototypeOf(this||l.default).$t;if("function"===typeof e&&l.default.locale)return g||(g=!0,l.default.locale(l.default.config.lang,(0,u.default)(m,l.default.locale(l.default.config.lang)||{},{clone:!0}))),e.apply(this,arguments)},A=t.t=function(e,t){var n=v.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var r=e.split("."),i=m,a=0,o=r.length;a=0;r--)t.call(n,e[r],r,e)}e.exports=n},"7b3e":function(e,t,n){"use strict";var r,i=n("a3de"); +/** + * Checks if an event is supported in the current execution environment. + * + * NOTE: This will not work correctly for non-generic events such as `change`, + * `reset`, `load`, `error`, and `select`. + * + * Borrows from Modernizr. + * + * @param {string} eventNameSuffix Event name, e.g. "click". + * @param {?boolean} capture Check if the capture phase is supported. + * @return {boolean} True if the event is supported. + * @internal + * @license Modernizr 3.0.0pre (Custom Build) | MIT + */ +function a(e,t){if(!i.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var o=document.createElement("div");o.setAttribute(n,"return;"),a="function"===typeof o[n]}return!a&&r&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}i.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=a},"7be6":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"7bf6":function(e,t,n){var r=n("e3c3"),i=n("f42e");function a(e,t){return r(e,i(t))}e.exports=a},"7c73":function(e,t,n){var r,i=n("825a"),a=n("37e8"),o=n("7839"),s=n("d012"),l=n("1be4"),c=n("cc12"),u=n("f772"),h=">",d="<",f="prototype",p="script",m=u("IE_PROTO"),g=function(){},v=function(e){return d+p+h+e+d+"/"+p+h},A=function(e){e.write(v("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){var e,t=c("iframe"),n="java"+p+":";return t.style.display="none",l.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(v("document.F=Object")),e.close(),e.F},b=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}b=r?A(r):y();var e=o.length;while(e--)delete b[f][o[e]];return b()};s[m]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(g[f]=i(e),n=new g,g[f]=null,n[m]=e):n=b(),void 0===t?n:a(n,t)}},"7ce4":function(e,t,n){var r=n("e681");function i(e){return!(!e||!r||9!==e.nodeType)}e.exports=i},"7d58":function(e,t,n){var r=n("6223"),i=n("416f"),a=n("789e");function o(e,t){var n=i(e),o=i(t),s=r(n),l=r(o),c=l-s,u=c<0,h=Math.pow(10,u?Math.abs(c):c);return a(n.replace(".","")/o.replace(".",""),u?1/h:h)}e.exports=o},"7db0":function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").find,a=n("44d2"),o="find",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{find:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a(o)},"7dd0":function(e,t,n){"use strict";var r=n("23e7"),i=n("9ed3"),a=n("e163"),o=n("d2bb"),s=n("d44e"),l=n("9112"),c=n("6eeb"),u=n("b622"),h=n("c430"),d=n("3f8c"),f=n("ae93"),p=f.IteratorPrototype,m=f.BUGGY_SAFARI_ITERATORS,g=u("iterator"),v="keys",A="values",y="entries",b=function(){return this};e.exports=function(e,t,n,u,f,_,w){i(n,t,u);var x,C,S,k=function(e){if(e===f&&D)return D;if(!m&&e in T)return T[e];switch(e){case v:return function(){return new n(this,e)};case A:return function(){return new n(this,e)};case y:return function(){return new n(this,e)}}return function(){return new n(this)}},M=t+" Iterator",E=!1,T=e.prototype,B=T[g]||T["@@iterator"]||f&&T[f],D=!m&&B||k(f),L="Array"==t&&T.entries||B;if(L&&(x=a(L.call(new e)),p!==Object.prototype&&x.next&&(h||a(x)===p||(o?o(x,p):"function"!=typeof x[g]&&l(x,g,b)),s(x,M,!0,!0),h&&(d[M]=b))),f==A&&B&&B.name!==A&&(E=!0,D=function(){return B.call(this)}),h&&!w||T[g]===D||l(T,g,D),d[t]=D,f)if(C={values:k(A),keys:_?D:k(v),entries:k(y)},w)for(S in C)(m||E||!(S in T))&&c(T,S,C[S]);else r({target:t,proto:!0,forced:m||E},C);return C}},"7e07":function(e,t,n){var r=n("b7c3"),i=n("366b");function a(e){return!!(e&&r(e.nodeName)&&i(e.nodeType))}e.exports=a},"7f33":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"7f34":function(e,t,n){var r=n("d219");function i(e){return e&&e.trimRight?e.trimRight():r(e).replace(/[\s\uFEFF\xA0]+$/g,"")}e.exports=i},"7f4d":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){for(var t=1,n=arguments.length;t0){var r=t[t.length-1];if(r.id===e){if(r.modalClass){var i=r.modalClass.trim().split(/\s+/);i.forEach((function(e){return(0,a.removeClass)(n,e)}))}t.pop(),t.length>0&&(n.style.zIndex=t[t.length-1].zIndex)}else for(var o=t.length-1;o>=0;o--)if(t[o].id===e){t.splice(o,1);break}}0===t.length&&(this.modalFade&&(0,a.addClass)(n,"v-modal-leave"),setTimeout((function(){0===t.length&&(n.parentNode&&n.parentNode.removeChild(n),n.style.display="none",d.modalDom=void 0),(0,a.removeClass)(n,"v-modal-leave")}),200))}};Object.defineProperty(d,"zIndex",{configurable:!0,get:function(){return l||(c=c||(i.default.prototype.$ELEMENT||{}).zIndex||2e3,l=!0),c},set:function(e){c=e}});var f=function(){if(!i.default.prototype.$isServer&&d.modalStack.length>0){var e=d.modalStack[d.modalStack.length-1];if(!e)return;var t=d.getInstance(e.id);return t}};i.default.prototype.$isServer||window.addEventListener("keydown",(function(e){if(27===e.keyCode){var t=f();t&&t.closeOnPressEscape&&(t.handleClose?t.handleClose():t.handleAction?t.handleAction("cancel"):t.close())}})),t.default=d},"80c6":function(e,t,n){var r=n("eae2"),i=n("9a21");function a(e,t,n,r,o,s,l,c){var u,h;i(t,(function(i,d){u=o.concat([""+d]),h=s.concat([i]),n.call(r,i,d,t,u,e,h),i&&l&&(u.push(l),a(i,i[l],n,r,u,h,l,c))}))}var o=r(a);e.exports=o},8119:function(e,t,n){n("693d"),n("dfe5"),n("301c"),n("4e71"),e.exports=n("5524").Symbol},8122:function(e,t,n){"use strict";t.__esModule=!0,t.isEmpty=t.isEqual=t.arrayEquals=t.looseEqual=t.capitalize=t.kebabCase=t.autoprefixer=t.isFirefox=t.isEdge=t.isIE=t.coerceTruthyValueToArray=t.arrayFind=t.arrayFindIndex=t.escapeRegexpString=t.valueEquals=t.generateId=t.getValueByPath=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.noop=c,t.hasOwn=u,t.toObject=d,t.getPropByPath=f,t.rafThrottle=A,t.objToArray=y;var i=n("2b0e"),a=s(i),o=n("a742");function s(e){return e&&e.__esModule?e:{default:e}}var l=Object.prototype.hasOwnProperty;function c(){}function u(e,t){return l.call(e,t)}function h(e,t){for(var n in t)e[n]=t[n];return e}function d(e){for(var t={},n=0;n0&&void 0!==arguments[0]?arguments[0]:"";return String(e).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var p=t.arrayFindIndex=function(e,t){for(var n=0;n!==e.length;++n)if(t(e[n]))return n;return-1},m=(t.arrayFind=function(e,t){var n=p(e,t);return-1!==n?e[n]:void 0},t.coerceTruthyValueToArray=function(e){return Array.isArray(e)?e:e?[e]:[]},t.isIE=function(){return!a.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},t.isEdge=function(){return!a.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},t.isFirefox=function(){return!a.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},t.autoprefixer=function(e){if("object"!==("undefined"===typeof e?"undefined":r(e)))return e;var t=["transform","transition","animation"],n=["ms-","webkit-"];return t.forEach((function(t){var r=e[t];t&&r&&n.forEach((function(n){e[n+t]=r}))})),e},t.kebabCase=function(e){var t=/([^-])([A-Z])/g;return e.replace(t,"$1-$2").replace(t,"$1-$2").toLowerCase()},t.capitalize=function(e){return(0,o.isString)(e)?e.charAt(0).toUpperCase()+e.slice(1):e},t.looseEqual=function(e,t){var n=(0,o.isObject)(e),r=(0,o.isObject)(t);return n&&r?JSON.stringify(e)===JSON.stringify(t):!n&&!r&&String(e)===String(t)}),g=t.arrayEquals=function(e,t){if(e=e||[],t=t||[],e.length!==t.length)return!1;for(var n=0;n1?arguments[1]:void 0,n),l=o>2?arguments[2]:void 0,c=void 0===l?n:i(l,n);while(c>s)t[s++]=e;return t}},"81e9":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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":a=r?"sekunnin":"sekuntia";break;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}))},8230:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"825a":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},"82f8":function(e,t,n){"use strict";var r=n("ebb5"),i=n("4d64").includes,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("includes",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},"83ab":function(e,t,n){var r=n("d039");e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"83b9":function(e,t,n){"use strict";var r=n("d925"),i=n("e683");e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},8418:function(e,t,n){"use strict";var r=n("c04e"),i=n("9bf2"),a=n("5c6c");e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},"841c":function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),a=n("1d80"),o=n("129f"),s=n("14c3");r("search",1,(function(e,t,n){return[function(t){var n=a(this),r=void 0==t?void 0:t[e];return void 0!==r?r.call(t,n):new RegExp(t)[e](String(n))},function(e){var r=n(t,e,this);if(r.done)return r.value;var a=i(e),l=String(this),c=a.lastIndex;o(c,0)||(a.lastIndex=0);var u=s(a,l);return o(a.lastIndex,c)||(a.lastIndex=c),null===u?-1:u.index}]}))},"845f":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=99)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},99:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-button-group"},[e._t("default")],2)},i=[];r._withStripped=!0;var a={name:"ElButtonGroup"},o=a,s=n(0),l=Object(s["a"])(o,r,i,!1,null,null,null);l.options.__file="packages/button/src/button-group.vue";var c=l.exports;c.install=function(e){e.component(c.name,c)};t["default"]=c}})},"84aa":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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 дена",w:"седмица",ww:"%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}))},"857a":function(e,t,n){var r=n("1d80"),i=/"/g;e.exports=function(e,t,n,a){var o=String(r(e)),s="<"+t;return""!==n&&(s+=" "+n+'="'+String(a).replace(i,""")+'"'),s+">"+o+""}},"85e7":function(e,t,n){var r=n("1a14"),i=n("77e9"),a=n("9876");e.exports=n("0bad")?Object.defineProperties:function(e,t){i(e);var n,o=a(t),s=o.length,l=0;while(s>l)r.f(e,n=o[l++],t[n]);return e}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8689:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"87de":function(e,t,n){var r=n("9735"),i=n("674e");function a(e){return new Date(r(e),i(e),e.getDate())}e.exports=a},8840:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"88e3":function(e,t,n){var r=n("35f1");function i(e){var t=r(e);return t[t.length-1]}e.exports=i},8925:function(e,t,n){var r=n("c6cd"),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},8966:function(e,t,n){var r=n("a44c"),i=n("9de7");function a(e,t,n){if(e)if(r(e)){for(var a=0,o=e.length;a":">",'"':""","'":"'","`":"`"};e.exports=n},"8bbc":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=124)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},124:function(e,t,n){"use strict";n.r(t);var r,i,a={name:"ElTag",props:{text:String,closable:Boolean,type:String,hit:Boolean,disableTransitions:Boolean,color:String,size:String,effect:{type:String,default:"light",validator:function(e){return-1!==["dark","light","plain"].indexOf(e)}}},methods:{handleClose:function(e){e.stopPropagation(),this.$emit("close",e)},handleClick:function(e){this.$emit("click",e)}},computed:{tagSize:function(){return this.size||(this.$ELEMENT||{}).size}},render:function(e){var t=this.type,n=this.tagSize,r=this.hit,i=this.effect,a=["el-tag",t?"el-tag--"+t:"",n?"el-tag--"+n:"",i?"el-tag--"+i:"",r&&"is-hit"],o=e("span",{class:a,style:{backgroundColor:this.color},on:{click:this.handleClick}},[this.$slots.default,this.closable&&e("i",{class:"el-tag__close el-icon-close",on:{click:this.handleClose}})]);return this.disableTransitions?o:e("transition",{attrs:{name:"el-zoom-in-center"}},[o])}},o=a,s=n(0),l=Object(s["a"])(o,r,i,!1,null,null,null);l.options.__file="packages/tag/src/tag.vue";var c=l.exports;c.install=function(e){e.component(c.name,c)};t["default"]=c}})},"8c4f":function(e,t,n){"use strict"; +/*! + * vue-router v3.5.1 + * (c) 2021 Evan You + * @license MIT + */function r(e,t){0}function i(e,t){for(var n in t)e[n]=t[n];return e}var a=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},s=/%2C/g,l=function(e){return encodeURIComponent(e).replace(a,o).replace(s,",")};function c(e){try{return decodeURIComponent(e)}catch(t){0}return e}function u(e,t,n){void 0===t&&(t={});var r,i=n||d;try{r=i(e||"")}catch(s){r={}}for(var a in t){var o=t[a];r[a]=Array.isArray(o)?o.map(h):h(o)}return r}var h=function(e){return null==e||"object"===typeof e?e:String(e)};function d(e){var t={};return e=e.trim().replace(/^(\?|#|&)/,""),e?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),r=c(n.shift()),i=n.length>0?c(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t}function f(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return l(t);if(Array.isArray(n)){var r=[];return n.forEach((function(e){void 0!==e&&(null===e?r.push(l(t)):r.push(l(t)+"="+l(e)))})),r.join("&")}return l(t)+"="+l(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var p=/\/?$/;function m(e,t,n,r){var i=r&&r.options.stringifyQuery,a=t.query||{};try{a=g(a)}catch(s){}var o={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:a,params:t.params||{},fullPath:y(t,i),matched:e?A(e):[]};return n&&(o.redirectedFrom=y(n,i)),Object.freeze(o)}function g(e){if(Array.isArray(e))return e.map(g);if(e&&"object"===typeof e){var t={};for(var n in e)t[n]=g(e[n]);return t}return e}var v=m(null,{path:"/"});function A(e){var t=[];while(e)t.unshift(e),e=e.parent;return t}function y(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;void 0===i&&(i="");var a=t||f;return(n||"/")+a(r)+i}function b(e,t,n){return t===v?e===t:!!t&&(e.path&&t.path?e.path.replace(p,"")===t.path.replace(p,"")&&(n||e.hash===t.hash&&_(e.query,t.query)):!(!e.name||!t.name)&&(e.name===t.name&&(n||e.hash===t.hash&&_(e.query,t.query)&&_(e.params,t.params))))}function _(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e).sort(),r=Object.keys(t).sort();return n.length===r.length&&n.every((function(n,i){var a=e[n],o=r[i];if(o!==n)return!1;var s=t[n];return null==a||null==s?a===s:"object"===typeof a&&"object"===typeof s?_(a,s):String(a)===String(s)}))}function w(e,t){return 0===e.path.replace(p,"/").indexOf(t.path.replace(p,"/"))&&(!t.hash||e.hash===t.hash)&&x(e.query,t.query)}function x(e,t){for(var n in t)if(!(n in e))return!1;return!0}function C(e){for(var t=0;t=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}function B(e){return e.replace(/\/\//g,"/")}var D=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},L=q,O=R,I=H,F=Y,N=X,P=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function R(e,t){var n,r=[],i=0,a=0,o="",s=t&&t.delimiter||"/";while(null!=(n=P.exec(e))){var l=n[0],c=n[1],u=n.index;if(o+=e.slice(a,u),a=u+l.length,c)o+=c[1];else{var h=e[a],d=n[2],f=n[3],p=n[4],m=n[5],g=n[6],v=n[7];o&&(r.push(o),o="");var A=null!=d&&null!=h&&h!==d,y="+"===g||"*"===g,b="?"===g||"*"===g,_=n[2]||s,w=p||m;r.push({name:f||i++,prefix:d||"",delimiter:_,optional:b,repeat:y,partial:A,asterisk:!!v,pattern:w?j(w):v?".*":"[^"+$(_)+"]+?"})}}return a1||!C.length)return 0===C.length?e():e("span",{},C)}if("a"===this.tag)x.on=_,x.attrs={href:l,"aria-current":A};else{var S=se(this.$slots.default);if(S){S.isStatic=!1;var k=S.data=i({},S.data);for(var M in k.on=k.on||{},k.on){var E=k.on[M];M in _&&(k.on[M]=Array.isArray(E)?E:[E])}for(var T in _)T in k.on?k.on[T].push(_[T]):k.on[T]=y;var B=S.data.attrs=i({},S.data.attrs);B.href=l,B["aria-current"]=A}else x.on=_}return e(this.tag,x,this.$slots.default)}};function oe(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function se(e){if(e)for(var t,n=0;n-1&&(s.params[h]=n.params[h]);return s.path=Z(c.path,s.params,'named route "'+l+'"'),d(c,s,o)}if(s.path){s.params={};for(var f=0;f=e.length?n():e[i]?t(e[i],(function(){r(i+1)})):r(i+1)};r(0)}var He={redirected:2,aborted:4,cancelled:8,duplicated:16};function Ue(e,t){return je(e,t,He.redirected,'Redirected when going from "'+e.fullPath+'" to "'+Ve(t)+'" via a navigation guard.')}function ze(e,t){var n=je(e,t,He.duplicated,'Avoided redundant navigation to current location: "'+e.fullPath+'".');return n.name="NavigationDuplicated",n}function Ye(e,t){return je(e,t,He.cancelled,'Navigation cancelled from "'+e.fullPath+'" to "'+t.fullPath+'" with a new navigation.')}function $e(e,t){return je(e,t,He.aborted,'Navigation aborted from "'+e.fullPath+'" to "'+t.fullPath+'" via a navigation guard.')}function je(e,t,n,r){var i=new Error(r);return i._isRouter=!0,i.from=e,i.to=t,i.type=n,i}var Qe=["params","query","hash"];function Ve(e){if("string"===typeof e)return e;if("path"in e)return e.path;var t={};return Qe.forEach((function(n){n in e&&(t[n]=e[n])})),JSON.stringify(t,null,2)}function We(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}function Ke(e,t){return We(e)&&e._isRouter&&(null==t||e.type===t)}function Ge(e){return function(t,n,r){var i=!1,a=0,o=null;Xe(e,(function(e,t,n,s){if("function"===typeof e&&void 0===e.cid){i=!0,a++;var l,c=et((function(t){Ze(t)&&(t=t.default),e.resolved="function"===typeof t?t:te.extend(t),n.components[s]=t,a--,a<=0&&r()})),u=et((function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=We(e)?e:new Error(t),r(o))}));try{l=e(c,u)}catch(d){u(d)}if(l)if("function"===typeof l.then)l.then(c,u);else{var h=l.component;h&&"function"===typeof h.then&&h.then(c,u)}}})),i||r()}}function Xe(e,t){return qe(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function qe(e){return Array.prototype.concat.apply([],e)}var Je="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Ze(e){return e.__esModule||Je&&"Module"===e[Symbol.toStringTag]}function et(e){var t=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var tt=function(e,t){this.router=e,this.base=nt(t),this.current=v,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function nt(e){if(!e)if(ce){var t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^https?:\/\/[^\/]+/,"")}else e="/";return"/"!==e.charAt(0)&&(e="/"+e),e.replace(/\/$/,"")}function rt(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n0)){var t=this.router,n=t.options.scrollBehavior,r=Fe&&n;r&&this.listeners.push(xe());var i=function(){var n=e.current,i=dt(e.base);e.current===v&&i===e._startLocation||e.transitionTo(i,(function(e){r&&Ce(t,e,n,!0)}))};window.addEventListener("popstate",i),this.listeners.push((function(){window.removeEventListener("popstate",i)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,(function(e){Ne(B(r.base+e.fullPath)),Ce(r.router,e,a,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,(function(e){Pe(B(r.base+e.fullPath)),Ce(r.router,e,a,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(dt(this.base)!==this.current.fullPath){var t=B(this.base+this.current.fullPath);e?Ne(t):Pe(t)}},t.prototype.getCurrentLocation=function(){return dt(this.base)},t}(tt);function dt(e){var t=window.location.pathname;return e&&0===t.toLowerCase().indexOf(e.toLowerCase())&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var ft=function(e){function t(t,n,r){e.call(this,t,n),r&&pt(this.base)||mt()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router,n=t.options.scrollBehavior,r=Fe&&n;r&&this.listeners.push(xe());var i=function(){var t=e.current;mt()&&e.transitionTo(gt(),(function(n){r&&Ce(e.router,n,t,!0),Fe||yt(n.fullPath)}))},a=Fe?"popstate":"hashchange";window.addEventListener(a,i),this.listeners.push((function(){window.removeEventListener(a,i)}))}},t.prototype.push=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,(function(e){At(e.fullPath),Ce(r.router,e,a,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,(function(e){yt(e.fullPath),Ce(r.router,e,a,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;gt()!==t&&(e?At(t):yt(t))},t.prototype.getCurrentLocation=function(){return gt()},t}(tt);function pt(e){var t=dt(e);if(!/^\/#/.test(t))return window.location.replace(B(e+"/#"+t)),!0}function mt(){var e=gt();return"/"===e.charAt(0)||(yt("/"+e),!1)}function gt(){var e=window.location.href,t=e.indexOf("#");return t<0?"":(e=e.slice(t+1),e)}function vt(e){var t=window.location.href,n=t.indexOf("#"),r=n>=0?t.slice(0,n):t;return r+"#"+e}function At(e){Fe?Ne(vt(e)):window.location.hash=e}function yt(e){Fe?Pe(vt(e)):window.location.replace(vt(e))}var bt=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){var e=t.current;t.index=n,t.updateRoute(r),t.router.afterHooks.forEach((function(t){t&&t(r,e)}))}),(function(e){Ke(e,He.duplicated)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(tt),_t=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=pe(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!Fe&&!1!==e.fallback,this.fallback&&(t="hash"),ce||(t="abstract"),this.mode=t,t){case"history":this.history=new ht(this,e.base);break;case"hash":this.history=new ft(this,e.base,this.fallback);break;case"abstract":this.history=new bt(this,e.base);break;default:0}},wt={currentRoute:{configurable:!0}};function xt(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function Ct(e,t,n){var r="hash"===n?"#"+t:t;return e?B(e+"/"+r):r}_t.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},wt.currentRoute.get=function(){return this.history&&this.history.current},_t.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var n=this.history;if(n instanceof ht||n instanceof ft){var r=function(e){var r=n.current,i=t.options.scrollBehavior,a=Fe&&i;a&&"fullPath"in e&&Ce(t,e,r,!1)},i=function(e){n.setupListeners(),r(e)};n.transitionTo(n.getCurrentLocation(),i,i)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},_t.prototype.beforeEach=function(e){return xt(this.beforeHooks,e)},_t.prototype.beforeResolve=function(e){return xt(this.resolveHooks,e)},_t.prototype.afterEach=function(e){return xt(this.afterHooks,e)},_t.prototype.onReady=function(e,t){this.history.onReady(e,t)},_t.prototype.onError=function(e){this.history.onError(e)},_t.prototype.push=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.push(e,t,n)}));this.history.push(e,t,n)},_t.prototype.replace=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.replace(e,t,n)}));this.history.replace(e,t,n)},_t.prototype.go=function(e){this.history.go(e)},_t.prototype.back=function(){this.go(-1)},_t.prototype.forward=function(){this.go(1)},_t.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},_t.prototype.resolve=function(e,t,n){t=t||this.history.current;var r=ee(e,t,n,this),i=this.match(r,t),a=i.redirectedFrom||i.fullPath,o=this.history.base,s=Ct(o,a,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},_t.prototype.getRoutes=function(){return this.matcher.getRoutes()},_t.prototype.addRoute=function(e,t){this.matcher.addRoute(e,t),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},_t.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(_t.prototype,wt),_t.install=le,_t.version="3.5.1",_t.isNavigationFailure=Ke,_t.NavigationFailureType=He,_t.START_LOCATION=v,ce&&window.Vue&&window.Vue.use(_t),t["a"]=_t},"8d47":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +function t(e){return"undefined"!==typeof Function&&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}))},"8d57":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function i(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function a(e,t,n){var r=e+" ";switch(n){case"ss":return r+(i(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(i(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(i(e)?"godziny":"godzin");case"ww":return r+(i(e)?"tygodnie":"tygodni");case"MM":return r+(i(e)?"miesiące":"miesięcy");case"yy":return r+(i(e)?"lata":"lat")}}var o=e.defineLocale("pl",{months:function(e,r){return e?/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("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,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:a,m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:a,M:"miesiąc",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return o}))},"8df4":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},"8df4b":function(e,t,n){"use strict";var r=n("7a77");function i(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var e,t=new i((function(t){e=t}));return{token:t,cancel:e}},e.exports=i},"8e73":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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),l=i[e][r(t)];return 2===s&&(l=l[n?0:1]),l.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}))},"8eb3":function(e,t){function n(e){return e.toLowerCase()}e.exports=n},"8eb7":function(e,t){var n,r,i,a,o,s,l,c,u,h,d,f,p,m,g,v=!1;function A(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),A=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(f=/\b(iPhone|iP[ao]d)/.exec(e),p=/\b(iP[ao]d)/.exec(e),h=/Android/i.exec(e),m=/FBAN\/\w+;/i.exec(e),g=/Mobile/i.exec(e),d=!!/Win64/.exec(e),t){n=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,n&&document&&document.documentMode&&(n=document.documentMode);var y=/(?:Trident\/(\d+.\d+))/.exec(e);s=y?parseFloat(y[1])+4:n,r=t[2]?parseFloat(t[2]):NaN,i=t[3]?parseFloat(t[3]):NaN,a=t[4]?parseFloat(t[4]):NaN,a?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),o=t&&t[1]?parseFloat(t[1]):NaN):o=NaN}else n=r=i=o=a=NaN;if(A){if(A[1]){var b=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=!b||parseFloat(b[1].replace("_","."))}else l=!1;c=!!A[2],u=!!A[3]}else l=c=u=!1}}var y={ie:function(){return A()||n},ieCompatibilityMode:function(){return A()||s>n},ie64:function(){return y.ie()&&d},firefox:function(){return A()||r},opera:function(){return A()||i},webkit:function(){return A()||a},safari:function(){return y.webkit()},chrome:function(){return A()||o},windows:function(){return A()||c},osx:function(){return A()||l},linux:function(){return A()||u},iphone:function(){return A()||f},mobile:function(){return A()||f||p||h||g},nativeApp:function(){return A()||m},android:function(){return A()||h},ipad:function(){return A()||p}};e.exports=y},9043:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},9051:function(e,t,n){var r=n("f108"),i=n("7ab1");function a(e){return r(e)||i(e)}e.exports=a},"90e3":function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},"90ea":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},9112:function(e,t,n){var r=n("83ab"),i=n("9bf2"),a=n("5c6c");e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},9141:function(e,t,n){var r=n("ef08").document;e.exports=r&&r.documentElement},9152:function(e,t){ +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ +t.read=function(e,t,n,r,i){var a,o,s=8*i-r-1,l=(1<>1,u=-7,h=n?i-1:0,d=n?-1:1,f=e[t+h];for(h+=d,a=f&(1<<-u)-1,f>>=-u,u+=s;u>0;a=256*a+e[t+h],h+=d,u-=8);for(o=a&(1<<-u)-1,a>>=-u,u+=r;u>0;o=256*o+e[t+h],h+=d,u-=8);if(0===a)a=1-c;else{if(a===l)return o?NaN:1/0*(f?-1:1);o+=Math.pow(2,r),a-=c}return(f?-1:1)*o*Math.pow(2,a-r)},t.write=function(e,t,n,r,i,a){var o,s,l,c=8*a-i-1,u=(1<>1,d=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:a-1,p=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=u):(o=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-o))<1&&(o--,l*=2),t+=o+h>=1?d/l:d*Math.pow(2,1-h),t*l>=2&&(o++,l/=2),o+h>=u?(s=0,o=u):o+h>=1?(s=(t*l-1)*Math.pow(2,i),o+=h):(s=t*Math.pow(2,h-1)*Math.pow(2,i),o=0));i>=8;e[n+f]=255&s,f+=p,s/=256,i-=8);for(o=o<0;e[n+f]=255&o,f+=p,o/=256,c-=8);e[n+f-p]|=128*m}},9263:function(e,t,n){"use strict";var r=n("ad6d"),i=n("9f7f"),a=RegExp.prototype.exec,o=String.prototype.replace,s=a,l=function(){var e=/a/,t=/b*/g;return a.call(e,"a"),a.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),c=i.UNSUPPORTED_Y||i.BROKEN_CARET,u=void 0!==/()??/.exec("")[1],h=l||u||c;h&&(s=function(e){var t,n,i,s,h=this,d=c&&h.sticky,f=r.call(h),p=h.source,m=0,g=e;return d&&(f=f.replace("y",""),-1===f.indexOf("g")&&(f+="g"),g=String(e).slice(h.lastIndex),h.lastIndex>0&&(!h.multiline||h.multiline&&"\n"!==e[h.lastIndex-1])&&(p="(?: "+p+")",g=" "+g,m++),n=new RegExp("^(?:"+p+")",f)),u&&(n=new RegExp("^"+p+"$(?!\\s)",f)),l&&(t=h.lastIndex),i=a.call(d?n:h,g),d?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=h.lastIndex,h.lastIndex+=i[0].length):h.lastIndex=0:l&&i&&(h.lastIndex=h.global?i.index+i[0].length:t),u&&i&&i.length>1&&o.call(i[0],n,(function(){for(s=1;s=0;t--){var n=e.childNodes[t];if(r.Utils.attemptFocus(n)||r.Utils.focusLastDescendant(n))return!0}return!1},r.Utils.attemptFocus=function(e){if(!r.Utils.isFocusable(e))return!1;r.Utils.IgnoreUtilFocusChanges=!0;try{e.focus()}catch(t){}return r.Utils.IgnoreUtilFocusChanges=!1,document.activeElement===e},r.Utils.isFocusable=function(e){if(e.tabIndex>0||0===e.tabIndex&&null!==e.getAttribute("tabIndex"))return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&"ignore"!==e.rel;case"INPUT":return"hidden"!==e.type&&"file"!==e.type;case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},r.Utils.triggerEvent=function(e,t,...n){let r;r=/^mouse|click/.test(t)?"MouseEvents":/^key/.test(t)?"KeyboardEvent":"HTMLEvents";const i=document.createEvent(r);return i.initEvent(t,...n),e.dispatchEvent?e.dispatchEvent(i):e.fireEvent("on"+t,i),e},r.Utils.keys={tab:9,enter:13,space:32,left:37,up:38,right:39,down:40,esc:27},t["a"]=r.Utils},"940f":function(e,t,n){"use strict";t.__esModule=!0;var r=n("2b0e"),i=o(r),a=n("168f");function o(e){return e&&e.__esModule?e:{default:e}}var s=i.default.prototype.$isServer?function(){}:n("de20"),l=function(e){return e.stopPropagation()};t.default={props:{transformOrigin:{type:[Boolean,String],default:!0},placement:{type:String,default:"bottom"},boundariesPadding:{type:Number,default:5},reference:{},popper:{},offset:{default:0},value:Boolean,visibleArrow:Boolean,arrowOffset:{type:Number,default:35},appendToBody:{type:Boolean,default:!0},popperOptions:{type:Object,default:function(){return{gpuAcceleration:!1}}}},data:function(){return{showPopper:!1,currentPlacement:""}},watch:{value:{immediate:!0,handler:function(e){this.showPopper=e,this.$emit("input",e)}},showPopper:function(e){this.disabled||(e?this.updatePopper():this.destroyPopper(),this.$emit("input",e))}},methods:{createPopper:function(){var e=this;if(!this.$isServer&&(this.currentPlacement=this.currentPlacement||this.placement,/^(top|bottom|left|right)(-start|-end)?$/g.test(this.currentPlacement))){var t=this.popperOptions,n=this.popperElm=this.popperElm||this.popper||this.$refs.popper,r=this.referenceElm=this.referenceElm||this.reference||this.$refs.reference;!r&&this.$slots.reference&&this.$slots.reference[0]&&(r=this.referenceElm=this.$slots.reference[0].elm),n&&r&&(this.visibleArrow&&this.appendArrow(n),this.appendToBody&&document.body.appendChild(this.popperElm),this.popperJS&&this.popperJS.destroy&&this.popperJS.destroy(),t.placement=this.currentPlacement,t.offset=this.offset,t.arrowOffset=this.arrowOffset,this.popperJS=new s(r,n,t),this.popperJS.onCreate((function(t){e.$emit("created",e),e.resetTransformOrigin(),e.$nextTick(e.updatePopper)})),"function"===typeof t.onUpdate&&this.popperJS.onUpdate(t.onUpdate),this.popperJS._popper.style.zIndex=a.PopupManager.nextZIndex(),this.popperElm.addEventListener("click",l))}},updatePopper:function(){var e=this.popperJS;e?(e.update(),e._popper&&(e._popper.style.zIndex=a.PopupManager.nextZIndex())):this.createPopper()},doDestroy:function(e){!this.popperJS||this.showPopper&&!e||(this.popperJS.destroy(),this.popperJS=null)},destroyPopper:function(){this.popperJS&&this.resetTransformOrigin()},resetTransformOrigin:function(){if(this.transformOrigin){var e={top:"bottom",bottom:"top",left:"right",right:"left"},t=this.popperJS._popper.getAttribute("x-placement").split("-")[0],n=e[t];this.popperJS._popper.style.transformOrigin="string"===typeof this.transformOrigin?this.transformOrigin:["top","bottom"].indexOf(t)>-1?"center "+n:n+" center"}},appendArrow:function(e){var t=void 0;if(!this.appended){for(var n in this.appended=!0,e.attributes)if(/^_v-/.test(e.attributes[n].name)){t=e.attributes[n].name;break}var r=document.createElement("div");t&&r.setAttribute(t,""),r.setAttribute("x-arrow",""),r.className="popper__arrow",e.appendChild(r)}}},beforeDestroy:function(){this.doDestroy(!0),this.popperElm&&this.popperElm.parentNode===document.body&&(this.popperElm.removeEventListener("click",l),document.body.removeChild(this.popperElm))},deactivated:function(){this.$options.beforeDestroy[0].call(this)}}},"94ca":function(e,t,n){var r=n("d039"),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=l&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},l=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},"955b":function(e,t){function n(e,t){if(e.lastIndexOf)return e.lastIndexOf(t);for(var n=e.length-1;n>=0;n--)if(t===e[n])return n;return-1}e.exports=n},"957c":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:"день_дня_дней",ww:"неделя_недели_недель",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,w:"неделя",ww: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}))},"958b":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},9609:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},9619:function(e,t,n){var r=n("597f"),i=n("0e15");e.exports={throttle:r,debounce:i}},9686:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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-bd",{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||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}});return r}))},"96cf":function(e,t){!function(t){"use strict";var n,r=Object.prototype,i=r.hasOwnProperty,a="function"===typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",s=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag",c="object"===typeof e,u=t.regeneratorRuntime;if(u)c&&(e.exports=u);else{u=t.regeneratorRuntime=c?e.exports:{},u.wrap=b;var h="suspendedStart",d="suspendedYield",f="executing",p="completed",m={},g={};g[o]=function(){return this};var v=Object.getPrototypeOf,A=v&&v(v(L([])));A&&A!==r&&i.call(A,o)&&(g=A);var y=C.prototype=w.prototype=Object.create(g);x.prototype=y.constructor=C,C.constructor=x,C[l]=x.displayName="GeneratorFunction",u.isGeneratorFunction=function(e){var t="function"===typeof e&&e.constructor;return!!t&&(t===x||"GeneratorFunction"===(t.displayName||t.name))},u.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,C):(e.__proto__=C,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(y),e},u.awrap=function(e){return{__await:e}},S(k.prototype),k.prototype[s]=function(){return this},u.AsyncIterator=k,u.async=function(e,t,n,r){var i=new k(b(e,t,n,r));return u.isGeneratorFunction(t)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},S(y),y[l]="Generator",y[o]=function(){return this},y.toString=function(){return"[object Generator]"},u.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){while(t.length){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},u.values=L,D.prototype={constructor:D,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(B),!e)for(var t in this)"t"===t.charAt(0)&&i.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=n)},stop:function(){this.done=!0;var e=this.tryEntries[0],t=e.completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,i){return s.type="throw",s.arg=e,t.next=r,i&&(t.method="next",t.arg=n),!!i}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],s=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var l=i.call(o,"catchLoc"),c=i.call(o,"finallyLoc");if(l&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),B(n),m}},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;B(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:L(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=n),m}}}function b(e,t,n,r){var i=t&&t.prototype instanceof w?t:w,a=Object.create(i.prototype),o=new D(r||[]);return a._invoke=M(e,n,o),a}function _(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(r){return{type:"throw",arg:r}}}function w(){}function x(){}function C(){}function S(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function k(e){function t(n,r,a,o){var s=_(e[n],e,r);if("throw"!==s.type){var l=s.arg,c=l.value;return c&&"object"===typeof c&&i.call(c,"__await")?Promise.resolve(c.__await).then((function(e){t("next",e,a,o)}),(function(e){t("throw",e,a,o)})):Promise.resolve(c).then((function(e){l.value=e,a(l)}),o)}o(s.arg)}var n;function r(e,r){function i(){return new Promise((function(n,i){t(e,r,n,i)}))}return n=n?n.then(i,i):i()}this._invoke=r}function M(e,t,n){var r=h;return function(i,a){if(r===f)throw new Error("Generator is already running");if(r===p){if("throw"===i)throw a;return O()}n.method=i,n.arg=a;while(1){var o=n.delegate;if(o){var s=E(o,n);if(s){if(s===m)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===h)throw r=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=f;var l=_(e,t,n);if("normal"===l.type){if(r=n.done?p:d,l.arg===m)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r=p,n.method="throw",n.arg=l.arg)}}}function E(e,t){var r=e.iterator[t.method];if(r===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,E(e,t),"throw"===t.method))return m;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var i=_(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,m;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,m):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,m)}function T(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 B(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function D(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function L(e){if(e){var t=e[o];if(t)return t.call(e);if("function"===typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=function t(){while(++r=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._feb._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,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}});return n}))},9735:function(e,t){function n(e){return e.getFullYear()}e.exports=n},9742:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},9759:function(e,t,n){var r=n("6223"),i=n("416f"),a=n("34e4"),o=n("092a");function s(e,t){var n=a(e),s=a(t),l=i(n),c=i(s),u=r(l),h=r(c),d=Math.pow(10,Math.max(u,h)),f=u>=h?u:h;return parseFloat(o((n*d-s*d)/d,f))}e.exports=s},9797:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},9855:function(e,t,n){var r=n("3fc4"),i=n("2c94"),a=n("b484"),o=n("7ab1");function s(e,t,n){return a(n)?r(e,t,(function(e,t,r,a,s){var l=n(e,t,r,a,s);return o(l)?i(e,t):!!l}),n):r(e,t,i)}e.exports=s},9861:function(e,t,n){"use strict";n("e260");var r=n("23e7"),i=n("d066"),a=n("0d3b"),o=n("6eeb"),s=n("e2cc"),l=n("d44e"),c=n("9ed3"),u=n("69f3"),h=n("19aa"),d=n("5135"),f=n("0366"),p=n("f5df"),m=n("825a"),g=n("861d"),v=n("7c73"),A=n("5c6c"),y=n("9a1f"),b=n("35a1"),_=n("b622"),w=i("fetch"),x=i("Headers"),C=_("iterator"),S="URLSearchParams",k=S+"Iterator",M=u.set,E=u.getterFor(S),T=u.getterFor(k),B=/\+/g,D=Array(4),L=function(e){return D[e-1]||(D[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},O=function(e){try{return decodeURIComponent(e)}catch(t){return e}},I=function(e){var t=e.replace(B," "),n=4;try{return decodeURIComponent(t)}catch(r){while(n)t=t.replace(L(n--),O);return t}},F=/[!'()~]|%20/g,N={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},P=function(e){return N[e]},R=function(e){return encodeURIComponent(e).replace(F,P)},H=function(e,t){if(t){var n,r,i=t.split("&"),a=0;while(a0?arguments[0]:void 0,u=this,f=[];if(M(u,{type:S,entries:f,updateURL:function(){},updateSearchParams:U}),void 0!==c)if(g(c))if(e=b(c),"function"===typeof e){t=e.call(c),n=t.next;while(!(r=n.call(t)).done){if(i=y(m(r.value)),a=i.next,(o=a.call(i)).done||(s=a.call(i)).done||!a.call(i).done)throw TypeError("Expected sequence with length 2");f.push({key:o.value+"",value:s.value+""})}}else for(l in c)d(c,l)&&f.push({key:l,value:c[l]+""});else H(f,"string"===typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},j=$.prototype;s(j,{append:function(e,t){z(arguments.length,2);var n=E(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){z(arguments.length,1);var t=E(this),n=t.entries,r=e+"",i=0;while(ie.key){i.splice(t,0,e);break}t===n&&i.push(e)}r.updateURL()},forEach:function(e){var t,n=E(this).entries,r=f(e,arguments.length>1?arguments[1]:void 0,3),i=0;while(i1&&(t=arguments[1],g(t)&&(n=t.body,p(n)===S&&(r=t.headers?new x(t.headers):new x,r.has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=v(t,{body:A(0,String(n)),headers:A(0,r)}))),i.push(t)),w.apply(this,i)}}),e.exports={URLSearchParams:$,getState:E}},9876:function(e,t,n){var r=n("03d6"),i=n("9742");e.exports=Object.keys||function(e){return r(e,i)}},9911:function(e,t,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("link")},{link:function(e){return i(this,"a","href",e)}})},"99af":function(e,t,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("e8b5"),o=n("861d"),s=n("7b0b"),l=n("50c4"),c=n("8418"),u=n("65f0"),h=n("1dde"),d=n("b622"),f=n("2d00"),p=d("isConcatSpreadable"),m=9007199254740991,g="Maximum allowed index exceeded",v=f>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),A=h("concat"),y=function(e){if(!o(e))return!1;var t=e[p];return void 0!==t?!!t:a(e)},b=!v||!A;r({target:"Array",proto:!0,forced:b},{concat:function(e){var t,n,r,i,a,o=s(this),h=u(o,0),d=0;for(t=-1,r=arguments.length;tm)throw TypeError(g);for(n=0;n=m)throw TypeError(g);c(h,d++,a)}return h.length=d,h}})},"9a0c":function(e,t,n){var r=n("342f");e.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(r)},"9a1f":function(e,t,n){var r=n("825a"),i=n("35a1");e.exports=function(e){var t=i(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return r(t.call(e))}},"9a21":function(e,t,n){var r=n("a44c"),i=n("25b3"),a=n("0b17");function o(e,t,n){return e?(r(e)?i:a)(e,t,n):e}e.exports=o},"9a87":function(e,t,n){var r=n("7d58"),i=n("34e4");function a(e,t){return r(i(e),i(t))}e.exports=a},"9a8c":function(e,t,n){"use strict";var r=n("ebb5"),i=n("145e"),a=r.aTypedArray,o=r.exportTypedArrayMethod;o("copyWithin",(function(e,t){return i.call(a(this),e,t,arguments.length>2?arguments[2]:void 0)}))},"9b19":function(e,t,n){var r=n("3d9d"),i=r((function(e,t,n){for(var r=e.length-1;r>=0;r--)if(t.call(n,e[r],r,e))return r;return-1}));e.exports=i},"9b2c":function(e,t){function n(e){return e?e.splice&&e.join?e:(""+e).split("."):[]}e.exports=n},"9bdd":function(e,t,n){var r=n("825a"),i=n("2a62");e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(o){throw i(e),o}}},"9bf2":function(e,t,n){var r=n("83ab"),i=n("0cfb"),a=n("825a"),o=n("c04e"),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},"9c0c":function(e,t,n){var r=n("1609");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"9c0e":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"9d11":function(e,t,n){var r=n("fc5e"),i=Math.max,a=Math.min;e.exports=function(e,t){return e=r(e),e<0?i(e+t,0):a(e,t)}},"9d7e":function(e,t,n){"use strict";t.__esModule=!0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.default=function(e){function t(e){for(var t=arguments.length,n=Array(t>1?t-1:0),o=1;o>=0,n=i(n)?" ":""+n,o.padStart?o.padStart(t,n):t>o.length?(t-=o.length,t>n.length&&(n+=a(n,t/n.length)),n.slice(0,t)+o):o}e.exports=o},a078:function(e,t,n){var r=n("7b0b"),i=n("50c4"),a=n("35a1"),o=n("e95a"),s=n("0366"),l=n("ebb5").aTypedArrayConstructor;e.exports=function(e){var t,n,c,u,h,d,f=r(e),p=arguments.length,m=p>1?arguments[1]:void 0,g=void 0!==m,v=a(f);if(void 0!=v&&!o(v)){h=v.call(f),d=h.next,f=[];while(!(u=d.call(h)).done)f.push(u.value)}for(g&&p>2&&(m=s(m,arguments[2],2)),n=i(f.length),c=new(l(this))(n),t=0;n>t;t++)c[t]=g?m(f[t],t):f[t];return c}},a0a1:function(e,t,n){var r=n("fd89"),i=n("b39a3"),a=n("6628"),o=n("012c"),s=n("fedd"),l=n("1dd9"),c=n("27ad");function u(e){var t,n,h=s(e);return c(h)?(t=o(h,0,i),n=l(t,0,1),n=n?Math.floor((a(h)-a(n))/r)+1:u(l(h,0,1))):NaN}e.exports=u},a15b:function(e,t,n){"use strict";var r=n("23e7"),i=n("44ad"),a=n("fc6a"),o=n("a640"),s=[].join,l=i!=Object,c=o("join",",");r({target:"Array",proto:!0,forced:l||!c},{join:function(e){return s.call(a(this),void 0===e?",":e)}})},a15e:function(e,t,n){"use strict";n.r(t);var r=n("41b2"),i=n.n(r),a=n("1098"),o=n.n(a),s=/%[sdj%]/g,l=function(){};function c(){for(var e=arguments.length,t=Array(e),n=0;n=a)return e;switch(e){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(n){return"[Circular]"}break;default:return e}})),l=t[r];r()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},x={integer:function(e){return x.number(e)&&parseInt(e,10)===e},float:function(e){return x.number(e)&&!x.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(t){return!1}},date:function(e){return"function"===typeof e.getTime&&"function"===typeof e.getMonth&&"function"===typeof e.getYear},number:function(e){return!isNaN(e)&&"number"===typeof e},object:function(e){return"object"===("undefined"===typeof e?"undefined":o()(e))&&!x.array(e)},method:function(e){return"function"===typeof e},email:function(e){return"string"===typeof e&&!!e.match(w.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(w.url)},hex:function(e){return"string"===typeof e&&!!e.match(w.hex)}};function C(e,t,n,r,i){if(e.required&&void 0===t)y(e,t,n,r,i);else{var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=e.type;a.indexOf(s)>-1?x[s](t)||r.push(c(i.messages.types[s],e.fullField,e.type)):s&&("undefined"===typeof t?"undefined":o()(t))!==e.type&&r.push(c(i.messages.types[s],e.fullField,e.type))}}var S=C;function k(e,t,n,r,i){var a="number"===typeof e.len,o="number"===typeof e.min,s="number"===typeof e.max,l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=t,h=null,d="number"===typeof t,f="string"===typeof t,p=Array.isArray(t);if(d?h="number":f?h="string":p&&(h="array"),!h)return!1;p&&(u=t.length),f&&(u=t.replace(l,"_").length),a?u!==e.len&&r.push(c(i.messages[h].len,e.fullField,e.len)):o&&!s&&ue.max?r.push(c(i.messages[h].max,e.fullField,e.max)):o&&s&&(ue.max)&&r.push(c(i.messages[h].range,e.fullField,e.min,e.max))}var M=k,E="enum";function T(e,t,n,r,i){e[E]=Array.isArray(e[E])?e[E]:[],-1===e[E].indexOf(t)&&r.push(c(i.messages[E],e.fullField,e[E].join(", ")))}var B=T;function D(e,t,n,r,i){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(c(i.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"===typeof e.pattern){var a=new RegExp(e.pattern);a.test(t)||r.push(c(i.messages.pattern.mismatch,e.fullField,t,e.pattern))}}var L=D,O={required:y,whitespace:_,type:S,range:M,enum:B,pattern:L};function I(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t,"string")&&!e.required)return n();O.required(e,t,r,a,i,"string"),h(t,"string")||(O.type(e,t,r,a,i),O.range(e,t,r,a,i),O.pattern(e,t,r,a,i),!0===e.whitespace&&O.whitespace(e,t,r,a,i))}n(a)}var F=I;function N(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&O.type(e,t,r,a,i)}n(a)}var P=N;function R(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&(O.type(e,t,r,a,i),O.range(e,t,r,a,i))}n(a)}var H=R;function U(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&O.type(e,t,r,a,i)}n(a)}var z=U;function Y(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),h(t)||O.type(e,t,r,a,i)}n(a)}var $=Y;function j(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&(O.type(e,t,r,a,i),O.range(e,t,r,a,i))}n(a)}var Q=j;function V(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&(O.type(e,t,r,a,i),O.range(e,t,r,a,i))}n(a)}var W=V;function K(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t,"array")&&!e.required)return n();O.required(e,t,r,a,i,"array"),h(t,"array")||(O.type(e,t,r,a,i),O.range(e,t,r,a,i))}n(a)}var G=K;function X(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),void 0!==t&&O.type(e,t,r,a,i)}n(a)}var q=X,J="enum";function Z(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();O.required(e,t,r,a,i),t&&O[J](e,t,r,a,i)}n(a)}var ee=Z;function te(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t,"string")&&!e.required)return n();O.required(e,t,r,a,i),h(t,"string")||O.pattern(e,t,r,a,i)}n(a)}var ne=te;function re(e,t,n,r,i){var a=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(h(t)&&!e.required)return n();if(O.required(e,t,r,a,i),!h(t)){var s=void 0;s="number"===typeof t?new Date(t):t,O.type(e,s,r,a,i),s&&O.range(e,s.getTime(),r,a,i)}}n(a)}var ie=re;function ae(e,t,n,r,i){var a=[],s=Array.isArray(t)?"array":"undefined"===typeof t?"undefined":o()(t);O.required(e,t,r,a,i,s),n(a)}var oe=ae;function se(e,t,n,r,i){var a=e.type,o=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(h(t,a)&&!e.required)return n();O.required(e,t,r,o,i,a),h(t,a)||O.type(e,t,r,o,i)}n(o)}var le=se,ce={string:F,method:P,number:H,boolean:z,regexp:$,integer:Q,float:W,array:G,object:q,enum:ee,pattern:ne,date:ie,url:le,hex:le,email:le,required:oe};function ue(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var he=ue();function de(e){this.rules=null,this._messages=he,this.define(e)}de.prototype={messages:function(e){return e&&(this._messages=v(ue(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==("undefined"===typeof e?"undefined":o()(e))||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var t=void 0,n=void 0;for(t in e)e.hasOwnProperty(t)&&(n=e[t],this.rules[t]=Array.isArray(n)?n:[n])},validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments[2],a=e,s=n,u=r;if("function"===typeof s&&(u=s,s={}),this.rules&&0!==Object.keys(this.rules).length){if(s.messages){var h=this.messages();h===he&&(h=ue()),v(h,s.messages),s.messages=h}else s.messages=this.messages();var d=void 0,f=void 0,p={},A=s.keys||Object.keys(this.rules);A.forEach((function(n){d=t.rules[n],f=a[n],d.forEach((function(r){var o=r;"function"===typeof o.transform&&(a===e&&(a=i()({},a)),f=a[n]=o.transform(f)),o="function"===typeof o?{validator:o}:i()({},o),o.validator=t.getValidationMethod(o),o.field=n,o.fullField=o.fullField||n,o.type=t.getType(o),o.validator&&(p[n]=p[n]||[],p[n].push({rule:o,value:f,source:a,field:n}))}))}));var y={};m(p,s,(function(e,t){var n=e.rule,r=("object"===n.type||"array"===n.type)&&("object"===o()(n.fields)||"object"===o()(n.defaultField));function a(e,t){return i()({},t,{fullField:n.fullField+"."+e})}function u(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],u=o;if(Array.isArray(u)||(u=[u]),u.length&&l("async-validator:",u),u.length&&n.message&&(u=[].concat(n.message)),u=u.map(g(n)),s.first&&u.length)return y[n.field]=1,t(u);if(r){if(n.required&&!e.value)return u=n.message?[].concat(n.message).map(g(n)):s.error?[s.error(n,c(s.messages.required,n.field))]:[],t(u);var h={};if(n.defaultField)for(var d in e.value)e.value.hasOwnProperty(d)&&(h[d]=n.defaultField);for(var f in h=i()({},h,e.rule.fields),h)if(h.hasOwnProperty(f)){var p=Array.isArray(h[f])?h[f]:[h[f]];h[f]=p.map(a.bind(null,f))}var m=new de(h);m.messages(s.messages),e.rule.options&&(e.rule.options.messages=s.messages,e.rule.options.error=s.error),m.validate(e.value,e.rule.options||s,(function(e){t(e&&e.length?u.concat(e):e)}))}else t(u)}r=r&&(n.required||!n.required&&e.value),n.field=e.field;var h=n.validator(n,e.value,u,e.source,s);h&&h.then&&h.then((function(){return u()}),(function(e){return u(e)}))}),(function(e){b(e)}))}else u&&u();function b(e){var t=void 0,n=void 0,r=[],i={};function a(e){Array.isArray(e)?r=r.concat.apply(r,e):r.push(e)}for(t=0;t=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,i,a,o){var s=t(r),l=n[e][t(r)];return 2===s&&(l=l[i?0:1]),l.replace(/%d/i,r)}},i=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],a=e.defineLocale("ar-dz",{months:i,monthsShort:i,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:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}});return a}))},a3ce:function(e,t,n){"use strict";function r(e){return void 0!==e&&null!==e}n.d(t,"a",(function(){return r}))},a3de:function(e,t,n){"use strict";var r=!("undefined"===typeof window||!window.document||!window.document.createElement),i={canUseDOM:r,canUseWorkers:"undefined"!==typeof Worker,canUseEventListeners:r&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:r&&!!window.screen,isInWorker:!r};e.exports=i},a434:function(e,t,n){"use strict";var r=n("23e7"),i=n("23cb"),a=n("a691"),o=n("50c4"),s=n("7b0b"),l=n("65f0"),c=n("8418"),u=n("1dde"),h=u("splice"),d=Math.max,f=Math.min,p=9007199254740991,m="Maximum allowed length exceeded";r({target:"Array",proto:!0,forced:!h},{splice:function(e,t){var n,r,u,h,g,v,A=s(this),y=o(A.length),b=i(e,y),_=arguments.length;if(0===_?n=r=0:1===_?(n=0,r=y-b):(n=_-2,r=f(d(a(t),0),y-b)),y+n-r>p)throw TypeError(m);for(u=l(A,r),h=0;hy-r+n;h--)delete A[h-1]}else if(n>r)for(h=y-r;h>b;h--)g=h+r-1,v=h+n-1,g in A?A[v]=A[g]:delete A[v];for(h=0;ha)i.push(arguments[a++]);if(r=t,(f(t)||void 0!==e)&&!se(e))return d(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!se(t))return t}),i[1]=t,W.apply(null,i)}})}V[z][Y]||M(V[z],Y,V[z].valueOf),N(V,U),D[H]=!0},a5ed:function(e,t){function n(e,t,n){return e.substring(t,n)}e.exports=n},a630:function(e,t,n){var r=n("23e7"),i=n("4df4"),a=n("1c7e"),o=!a((function(e){Array.from(e)}));r({target:"Array",stat:!0,forced:o},{from:i})},a640:function(e,t,n){"use strict";var r=n("d039");e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},a691:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},a695:function(e,t,n){var r=n("3cd7"),i=r("floor");e.exports=i},a719:function(e,t,n){var r=n("a44c"),i=n("b7c3"),a=n("9de7");function o(e,t){return function(n,o){if(n){if(n[e])return n[e](o);if(i(n)||r(n))return t(n,o);for(var s in n)if(a(n,s)&&o===n[s])return s}return-1}}e.exports=o},a742:function(e,t,n){"use strict";function r(e){return"[object String]"===Object.prototype.toString.call(e)}function i(e){return"[object Object]"===Object.prototype.toString.call(e)}function a(e){return e&&e.nodeType===Node.ELEMENT_NODE}t.__esModule=!0,t.isString=r,t.isObject=i,t.isHtmlElement=a;t.isFunction=function(e){var t={};return e&&"[object Function]"===t.toString.call(e)},t.isUndefined=function(e){return void 0===e},t.isDefined=function(e){return void 0!==e&&null!==e}},a78e:function(e,t,n){var r,i; +/*! + * JavaScript Cookie v2.2.1 + * https://github.com/js-cookie/js-cookie + * + * Copyright 2006, 2015 Klaus Hartl & Fagner Brack + * Released under the MIT license + */(function(a){var o;if(r=a,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i),o=!0,e.exports=a(),o=!0,!o){var s=window.Cookies,l=window.Cookies=a();l.noConflict=function(){return window.Cookies=s,l}}})((function(){function e(){for(var e=0,t={};e0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!(n&&n.context&&r.target&&i.target)||e.contains(r.target)||e.contains(i.target)||e===r.target||n.context.popperElm&&(n.context.popperElm.contains(r.target)||n.context.popperElm.contains(i.target))||(t.expression&&e[l].methodName&&n.context[e[l].methodName]?n.context[e[l].methodName]():e[l].bindingFn&&e[l].bindingFn())}}!i.default.prototype.$isServer&&(0,a.on)(document,"mousedown",(function(e){return c=e})),!i.default.prototype.$isServer&&(0,a.on)(document,"mouseup",(function(e){s.forEach((function(t){return t[l].documentHandler(e,c)}))})),t.default={bind:function(e,t,n){s.push(e);var r=u++;e[l]={id:r,documentHandler:h(e,t,n),methodName:t.expression,bindingFn:t.value}},update:function(e,t,n){e[l].documentHandler=h(e,t,n),e[l].methodName=t.expression,e[l].bindingFn=t.value},unbind:function(e){for(var t=s.length,n=0;n1?i[1]:""},s.path=l.replace(/^([a-z0-9.+-]*:)\/\//,(function(e,t){return s.protocol=t,""})).replace(/^([a-z0-9.+-]*)(:\d+)?\/?/,(function(e,t,r){return n=r||"",s.port=n.replace(":",""),s.hostname=t,s.host=t+n,"/"})).replace(/(#.*)/,(function(e,t){return s.hash=t.length>1?t:"",""})),t=s.hash.match(/#((.*)\?|(.*))/),s.pathname=s.path.replace(/(\?|#.*).*/,""),s.origin=s.protocol+"//"+s.host,s.hashKey=t&&(t[2]||t[1])||"",s.hashQuery=o(s.hash),s.searchQuery=o(s.search),s}e.exports=s},a8c4:function(e,t,n){var r=n("3ae2"),i=n("4955"),a=Date.now||function(){return r(i())};e.exports=a},a975:function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").every,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("every",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},a981:function(e,t){e.exports="undefined"!==typeof ArrayBuffer&&"undefined"!==typeof DataView},a98b:function(e,t){var n=0;function r(e){return[e,++n].join("")}e.exports=r},a9ca:function(e,t,n){var r=n("39bc"),i=typeof Map!==r;function a(e){return i&&e instanceof Map}e.exports=a},a9e3:function(e,t,n){"use strict";var r=n("83ab"),i=n("da84"),a=n("94ca"),o=n("6eeb"),s=n("5135"),l=n("c6b6"),c=n("7156"),u=n("c04e"),h=n("d039"),d=n("7c73"),f=n("241c").f,p=n("06cf").f,m=n("9bf2").f,g=n("58a8").trim,v="Number",A=i[v],y=A.prototype,b=l(d(y))==v,_=function(e){var t,n,r,i,a,o,s,l,c=u(e,!1);if("string"==typeof c&&c.length>2)if(c=g(c),t=c.charCodeAt(0),43===t||45===t){if(n=c.charCodeAt(2),88===n||120===n)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+c}for(a=c.slice(2),o=a.length,s=0;si)return NaN;return parseInt(a,r)}return+c};if(a(v,!A(" 0o1")||!A("0b1")||A("+0x1"))){for(var w,x=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof x&&(b?h((function(){y.valueOf.call(n)})):l(n)!=v)?c(new A(_(t)),n,x):_(t)},C=r?f(A):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),S=0;C.length>S;S++)s(A,w=C[S])&&!s(x,w)&&m(x,w,p(A,w));x.prototype=y,y.constructor=x,o(i,v,x)}},aa47:function(e,t,n){"use strict"; +/**! + * Sortable 1.10.2 + * @author RubaXa + * @author owenm + * @license MIT + */ +function r(e){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(){return a=Object.assign||function(e){for(var t=1;t=0||(i[n]=e[n]);return i}function l(e,t){if(null==e)return{};var n,r,i=s(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function c(e){return u(e)||h(e)||d()}function u(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(n){return!1}return!1}}function S(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function k(e,t,n,r){if(e){n=n||document;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&C(e,t):C(e,t))||r&&e===n)return e;if(e===n)break}while(e=S(e))}return null}var M,E=/\s+/g;function T(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(E," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(E," ")}}function B(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"===typeof n?"":"px")}}function D(e,t){var n="";if("string"===typeof e)n=e;else do{var r=B(e,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!t&&(e=e.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function L(e,t,n){if(e){var r=e.getElementsByTagName(t),i=0,a=r.length;if(n)for(;i=a:i<=a,!o)return r;if(r===O())break;r=z(r,!1)}return!1}function N(e,t,n){var r=0,i=0,a=e.children;while(i2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,i=l(n,["evt"]);ne.pluginEvent.bind(Je)(e,t,o({dragEl:oe,parentEl:se,ghostEl:le,rootEl:ce,nextEl:ue,lastDownEl:he,cloneEl:de,cloneHidden:fe,dragStarted:ke,putSortable:ye,activeSortable:Je.active,originalEvent:r,oldIndex:pe,oldDraggableIndex:ge,newIndex:me,newDraggableIndex:ve,hideGhostForTarget:Ke,unhideGhostForTarget:Ge,cloneNowHidden:function(){fe=!0},cloneNowShown:function(){fe=!1},dispatchSortableEvent:function(e){ae({sortable:t,name:e,originalEvent:r})}},i))};function ae(e){re(o({putSortable:ye,cloneEl:de,targetEl:oe,rootEl:ce,oldIndex:pe,oldDraggableIndex:ge,newIndex:me,newDraggableIndex:ve},e))}var oe,se,le,ce,ue,he,de,fe,pe,me,ge,ve,Ae,ye,be,_e,we,xe,Ce,Se,ke,Me,Ee,Te,Be,De=!1,Le=!1,Oe=[],Ie=!1,Fe=!1,Ne=[],Pe=!1,Re=[],He="undefined"!==typeof document,Ue=y,ze=g||m?"cssFloat":"float",Ye=He&&!b&&!y&&"draggable"in document.createElement("div"),$e=function(){if(He){if(m)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),je=function(e,t){var n=B(e),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=N(e,0,t),a=N(e,1,t),o=i&&B(i),s=a&&B(a),l=o&&parseInt(o.marginLeft)+parseInt(o.marginRight)+I(i).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+I(a).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&o["float"]&&"none"!==o["float"]){var u="left"===o["float"]?"left":"right";return!a||"both"!==s.clear&&s.clear!==u?"horizontal":"vertical"}return i&&("block"===o.display||"flex"===o.display||"table"===o.display||"grid"===o.display||l>=r&&"none"===n[ze]||a&&"none"===n[ze]&&l+c>r)?"vertical":"horizontal"},Qe=function(e,t,n){var r=n?e.left:e.top,i=n?e.right:e.bottom,a=n?e.width:e.height,o=n?t.left:t.top,s=n?t.right:t.bottom,l=n?t.width:t.height;return r===o||i===s||r+a/2===o+l/2},Ve=function(e,t){var n;return Oe.some((function(r){if(!P(r)){var i=I(r),a=r[X].options.emptyInsertThreshold,o=e>=i.left-a&&e<=i.right+a,s=t>=i.top-a&&t<=i.bottom+a;return a&&o&&s?n=r:void 0}})),n},We=function(e){function t(e,n){return function(r,i,a,o){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"===typeof e)return t(e(r,i,a,o),n)(r,i,a,o);var l=(n?r:i).options.group.name;return!0===e||"string"===typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var n={},i=e.group;i&&"object"==r(i)||(i={name:i}),n.name=i.name,n.checkPull=t(i.pull,!0),n.checkPut=t(i.put),n.revertClone=i.revertClone,e.group=n},Ke=function(){!$e&&le&&B(le,"display","none")},Ge=function(){!$e&&le&&B(le,"display","")};He&&document.addEventListener("click",(function(e){if(Le)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),Le=!1,!1}),!0);var Xe=function(e){if(oe){e=e.touches?e.touches[0]:e;var t=Ve(e.clientX,e.clientY);if(t){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[X]._onDragOver(n)}}},qe=function(e){oe&&oe.parentNode[X]._isOutsideThisEl(e.target)};function Je(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=a({},t),e[X]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return je(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Je.supportPointer&&"PointerEvent"in window,emptyInsertThreshold:5};for(var r in ne.initializePlugins(this,e,n),n)!(r in t)&&(t[r]=n[r]);for(var i in We(t),this)"_"===i.charAt(0)&&"function"===typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&Ye,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?w(e,"pointerdown",this._onTapStart):(w(e,"mousedown",this._onTapStart),w(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(w(e,"dragover",this),w(e,"dragenter",this)),Oe.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),a(this,q())}function Ze(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}function et(e,t,n,r,i,a,o,s){var l,c,u=e[X],h=u.options.onMove;return!window.CustomEvent||m||g?(l=document.createEvent("Event"),l.initEvent("move",!0,!0)):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=n,l.draggedRect=r,l.related=i||t,l.relatedRect=a||I(t),l.willInsertAfter=s,l.originalEvent=o,e.dispatchEvent(l),h&&(c=h.call(u,l,o)),c}function tt(e){e.draggable=!1}function nt(){Pe=!1}function rt(e,t,n){var r=I(P(n.el,n.options.draggable)),i=10;return t?e.clientX>r.right+i||e.clientX<=r.right&&e.clientY>r.bottom&&e.clientX>=r.left:e.clientX>r.right&&e.clientY>r.top||e.clientX<=r.right&&e.clientY>r.bottom+i}function it(e,t,n,r,i,a,o,s){var l=r?e.clientY:e.clientX,c=r?n.height:n.width,u=r?n.top:n.left,h=r?n.bottom:n.right,d=!1;if(!o)if(s&&Teu+c*a/2:lh-Te)return-Ee}else if(l>u+c*(1-i)/2&&lh-c*a/2)?l>u+c/2?1:-1:0}function at(e){return R(oe)=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){oe&&tt(oe),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;x(e,"mouseup",this._disableDelayedDrag),x(e,"touchend",this._disableDelayedDrag),x(e,"touchcancel",this._disableDelayedDrag),x(e,"mousemove",this._delayedDragTouchMoveHandler),x(e,"touchmove",this._delayedDragTouchMoveHandler),x(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?w(document,"pointermove",this._onTouchMove):w(document,t?"touchmove":"mousemove",this._onTouchMove):(w(oe,"dragend",this),w(ce,"dragstart",this._onDragStart));try{document.selection?lt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(n){}},_dragStarted:function(e,t){if(De=!1,ce&&oe){ie("dragStarted",this,{evt:t}),this.nativeDraggable&&w(document,"dragover",qe);var n=this.options;!e&&T(oe,n.dragClass,!1),T(oe,n.ghostClass,!0),Je.active=this,e&&this._appendGhost(),ae({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(_e){this._lastX=_e.clientX,this._lastY=_e.clientY,Ke();var e=document.elementFromPoint(_e.clientX,_e.clientY),t=e;while(e&&e.shadowRoot){if(e=e.shadowRoot.elementFromPoint(_e.clientX,_e.clientY),e===t)break;t=e}if(oe.parentNode[X]._isOutsideThisEl(e),t)do{if(t[X]){var n=void 0;if(n=t[X]._onDragOver({clientX:_e.clientX,clientY:_e.clientY,target:e,rootEl:t}),n&&!this.options.dragoverBubble)break}e=t}while(t=t.parentNode);Ge()}},_onTouchMove:function(e){if(be){var t=this.options,n=t.fallbackTolerance,r=t.fallbackOffset,i=e.touches?e.touches[0]:e,a=le&&D(le,!0),o=le&&a&&a.a,s=le&&a&&a.d,l=Ue&&Be&&H(Be),c=(i.clientX-be.clientX+r.x)/(o||1)+(l?l[0]-Ne[0]:0)/(o||1),u=(i.clientY-be.clientY+r.y)/(s||1)+(l?l[1]-Ne[1]:0)/(s||1);if(!Je.active&&!De){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))=0&&(ae({rootEl:se,name:"add",toEl:se,fromEl:ce,originalEvent:e}),ae({sortable:this,name:"remove",toEl:se,originalEvent:e}),ae({rootEl:se,name:"sort",toEl:se,fromEl:ce,originalEvent:e}),ae({sortable:this,name:"sort",toEl:se,originalEvent:e})),ye&&ye.save()):me!==pe&&me>=0&&(ae({sortable:this,name:"update",toEl:se,originalEvent:e}),ae({sortable:this,name:"sort",toEl:se,originalEvent:e})),Je.active&&(null!=me&&-1!==me||(me=pe,ve=ge),ae({sortable:this,name:"end",toEl:se,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){ie("nulling",this),ce=oe=se=le=ue=de=he=fe=be=_e=ke=me=ve=pe=ge=Me=Ee=ye=Ae=Je.dragged=Je.ghost=Je.clone=Je.active=null,Re.forEach((function(e){e.checked=!0})),Re.length=we=xe=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":oe&&(this._onDragOver(e),Ze(e));break;case"selectstart":e.preventDefault();break}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,i=n.length,a=this.options;r1&&(Ot.forEach((function(e){r.addAnimationState({target:e,rect:Nt?I(e):i}),G(e),e.fromRect=i,t.removeAnimationState(e)})),Nt=!1,Ht(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(e){var t=e.sortable,n=e.isOwner,r=e.insertion,i=e.activeSortable,a=e.parentEl,o=e.putSortable,s=this.options;if(r){if(n&&i._hideClone(),Ft=!1,s.animation&&Ot.length>1&&(Nt||!n&&!i.options.sort&&!o)){var l=I(Bt,!1,!0,!0);Ot.forEach((function(e){e!==Bt&&(K(e,l),a.appendChild(e))})),Nt=!0}if(!n)if(Nt||zt(),Ot.length>1){var c=Lt;i._showClone(t),i.options.animation&&!Lt&&c&&It.forEach((function(e){i.addAnimationState({target:e,rect:Dt}),e.fromRect=Dt,e.thisAnimationDuration=null}))}else i._showClone(t)}},dragOverAnimationCapture:function(e){var t=e.dragRect,n=e.isOwner,r=e.activeSortable;if(Ot.forEach((function(e){e.thisAnimationDuration=null})),r.options.animation&&!n&&r.multiDrag.isMultiDrag){Dt=a({},t);var i=D(Bt,!0);Dt.top-=i.f,Dt.left-=i.e}},dragOverAnimationComplete:function(){Nt&&(Nt=!1,zt())},drop:function(e){var t=e.originalEvent,n=e.rootEl,r=e.parentEl,i=e.sortable,a=e.dispatchSortableEvent,o=e.oldIndex,s=e.putSortable,l=s||this.sortable;if(t){var c=this.options,u=r.children;if(!Pt)if(c.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),T(Bt,c.selectedClass,!~Ot.indexOf(Bt)),~Ot.indexOf(Bt))Ot.splice(Ot.indexOf(Bt),1),Et=null,re({sortable:i,rootEl:n,name:"deselect",targetEl:Bt,originalEvt:t});else{if(Ot.push(Bt),re({sortable:i,rootEl:n,name:"select",targetEl:Bt,originalEvt:t}),t.shiftKey&&Et&&i.el.contains(Et)){var h,d,f=R(Et),p=R(Bt);if(~f&&~p&&f!==p)for(p>f?(d=f,h=p):(d=p,h=f+1);d1){var m=I(Bt),g=R(Bt,":not(."+this.options.selectedClass+")");if(!Ft&&c.animation&&(Bt.thisAnimationDuration=null),l.captureAnimationState(),!Ft&&(c.animation&&(Bt.fromRect=m,Ot.forEach((function(e){if(e.thisAnimationDuration=null,e!==Bt){var t=Nt?I(e):m;e.fromRect=t,l.addAnimationState({target:e,rect:t})}}))),zt(),Ot.forEach((function(e){u[g]?r.insertBefore(e,u[g]):r.appendChild(e),g++})),o===R(Bt))){var v=!1;Ot.forEach((function(e){e.sortableIndex===R(e)||(v=!0)})),v&&a("update")}Ot.forEach((function(e){G(e)})),l.animateAll()}Tt=l}(n===r||s&&"clone"!==s.lastPutMode)&&It.forEach((function(e){e.parentNode&&e.parentNode.removeChild(e)}))}},nullingGlobal:function(){this.isMultiDrag=Pt=!1,It.length=0},destroyGlobal:function(){this._deselectMultiDrag(),x(document,"pointerup",this._deselectMultiDrag),x(document,"mouseup",this._deselectMultiDrag),x(document,"touchend",this._deselectMultiDrag),x(document,"keydown",this._checkKeyDown),x(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(e){if(("undefined"===typeof Pt||!Pt)&&Tt===this.sortable&&(!e||!k(e.target,this.options.draggable,this.sortable.el,!1))&&(!e||0===e.button))while(Ot.length){var t=Ot[0];T(t,this.options.selectedClass,!1),Ot.shift(),re({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:t,originalEvt:e})}},_checkKeyDown:function(e){e.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(e){e.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},a(e,{pluginName:"multiDrag",utils:{select:function(e){var t=e.parentNode[X];t&&t.options.multiDrag&&!~Ot.indexOf(e)&&(Tt&&Tt!==t&&(Tt.multiDrag._deselectMultiDrag(),Tt=t),T(e,t.options.selectedClass,!0),Ot.push(e))},deselect:function(e){var t=e.parentNode[X],n=Ot.indexOf(e);t&&t.options.multiDrag&&~n&&(T(e,t.options.selectedClass,!1),Ot.splice(n,1))}},eventProperties:function(){var e=this,t=[],n=[];return Ot.forEach((function(r){var i;t.push({multiDragElement:r,index:r.sortableIndex}),i=Nt&&r!==Bt?-1:Nt?R(r,":not(."+e.options.selectedClass+")"):R(r),n.push({multiDragElement:r,index:i})})),{items:c(Ot),clones:[].concat(It),oldIndicies:t,newIndicies:n}},optionListeners:{multiDragKey:function(e){return e=e.toLowerCase(),"ctrl"===e?e="Control":e.length>1&&(e=e.charAt(0).toUpperCase()+e.substr(1)),e}}})}function Ht(e,t){Ot.forEach((function(n,r){var i=t.children[n.sortableIndex+(e?Number(r):0)];i?t.insertBefore(n,i):t.appendChild(n)}))}function Ut(e,t){It.forEach((function(n,r){var i=t.children[n.sortableIndex+(e?Number(r):0)];i?t.insertBefore(n,i):t.appendChild(n)}))}function zt(){Ot.forEach((function(e){e!==Bt&&e.parentNode&&e.parentNode.removeChild(e)}))}Je.mount(new At),Je.mount(St,Ct),t["default"]=Je},aaf2:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +function t(e,t,n,r){var i={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?i[n][0]:i[n][1]}var n=e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},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, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM 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: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":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}});return n}))},ab13:function(e,t,n){var r=n("b622"),i=r("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[i]=!1,"/./"[e](t)}catch(r){}}return!1}},ac1f:function(e,t,n){"use strict";var r=n("23e7"),i=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},acd0:function(e,t,n){var r=n("6815"),i=n("3703"),a=n("20b3"),o=n("25b3"),s=n("294d");function l(e,t){if(e&&t){var n=s.apply(this,[{}].concat(i(arguments,1))),l=r(n);o(r(e),(function(t){a(l,t)&&(e[t]=n[t])}))}return e}e.exports=l},ad4e:function(e,t,n){(function(t){var r=n("39bc"),i=n("e681"),a=n("6163"),o=n("294d"),s=n("25b3");function l(e){try{var t="__xe_t";return e.setItem(t,1),e.removeItem(t),!0}catch(n){return!1}}function c(e){return navigator.userAgent.indexOf(e)>-1}function u(){var e,n,u,h=!1,d={isNode:!1,isMobile:h,isPC:!1,isDoc:!!i};return a||typeof t===r?(u=c("Edge"),n=c("Chrome"),h=/(Android|webOS|iPhone|iPad|iPod|SymbianOS|BlackBerry|Windows Phone)/.test(navigator.userAgent),d.isDoc&&(e=i.body||i.documentElement,s(["webkit","khtml","moz","ms","o"],(function(t){d["-"+t]=!!e[t+"MatchesSelector"]}))),o(d,{edge:u,firefox:c("Firefox"),msie:!u&&d["-ms"],safari:!n&&!u&&c("Safari"),isMobile:h,isPC:!h,isLocalStorage:l(a.localStorage),isSessionStorage:l(a.sessionStorage)})):d.isNode=!0,d}e.exports=u}).call(this,n("4362"))},ad54:function(e,t,n){var r=n("39bc"),i=typeof Symbol!==r;function a(e){return i&&Symbol.isSymbol?Symbol.isSymbol(e):"symbol"===typeof e}e.exports=a},ad6d:function(e,t,n){"use strict";var r=n("825a");e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},ada2:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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,r={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?r["nominative"].slice(1,7).concat(r["nominative"].slice(0,1)):e?(n=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative",r[n][e.day()]):r["nominative"]}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}))},ade3:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"a",(function(){return r}))},ae93:function(e,t,n){"use strict";var r,i,a,o=n("d039"),s=n("e163"),l=n("9112"),c=n("5135"),u=n("b622"),h=n("c430"),d=u("iterator"),f=!1,p=function(){return this};[].keys&&(a=[].keys(),"next"in a?(i=s(s(a)),i!==Object.prototype&&(r=i)):f=!0);var m=void 0==r||o((function(){var e={};return r[d].call(e)!==e}));m&&(r={}),h&&!m||c(r,d)||l(r,d,p),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:f}},aeaf:function(e,t,n){var r=n("4730"),i=r("",0,2,!0);e.exports=i},aeb9:function(e,t,n){var r=n("a719"),i=n("955b"),a=r("lastIndexOf",i);e.exports=a},af03:function(e,t,n){var r=n("d039");e.exports=function(e){return r((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},b000:function(e,t,n){var r=n("f8cd"),i=n("35f1");function a(e){for(var t,n=[],a=i(e),o=a.length-1;o>=0;o--)t=o>0?r(0,o):0,n.push(a[t]),a.splice(t,1);return n}e.exports=a},b041:function(e,t,n){"use strict";var r=n("00eef"),i=n("f5df");e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b0c0:function(e,t,n){var r=n("83ab"),i=n("9bf2").f,a=Function.prototype,o=a.toString,s=/^\s*function ([^ (]*)/,l="name";r&&!(l in a)&&i(a,l,{configurable:!0,get:function(){try{return o.call(this).match(s)[1]}catch(e){return""}}})},b267:function(e,t,n){var r=n("6deb"),i=n("fedd"),a=n("4955");function o(e){var t,n=e?i(e):a();return!!r(n)&&(t=n.getFullYear(),t%4===0&&(t%100!==0||t%400===0))}e.exports=o},b29d:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},b30a:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=25)}([function(e,t){e.exports=n("d3f7")},function(e,t){e.exports=n("2b0e")},function(e,t){e.exports=n("d803")},function(e,t){e.exports=n("f83e")},function(e,t){e.exports=n("0e15")},function(e,t){e.exports=n("1b72")},function(e,t){e.exports=n("660a")},function(e,t){e.exports=n("de21")},function(e,t){e.exports=n("940f")},function(e,t){e.exports=n("e4b9")},function(e,t){e.exports=n("c63e")},function(e,t){e.exports=n("a81e")},function(e,t){e.exports=n("b76a")},function(e,t){e.exports=n("2fbd")},function(e,t){e.exports=n("9619")},function(e,t){e.exports=n("168f")},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.PlxpluginElement=void 0;var r,i=(r=n(0))&&r.__esModule?r:{default:r};function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e){return null==e||""===e}function s(e,t){return e&&t.valueFormat?i.default.toStringDate(e,t.valueFormat):e}function l(e,t,n){return i.default.toDateString(s(e,t),t.format||n)}function c(e,t,n,r){return i.default.map(e,(function(e){return l(e,t,r)})).join(n)}function u(e,t,n,r){return(e=l(e,n,r))>=l(t[0],n,r)&&e<=l(t[1],n,r)}function h(e,t,n,r){var o=t.$table.vSize;return i.default.assign(o?{size:o}:{},r,e.props,a({},"value",n))}function d(e,t,n,r){var o=t.$form.vSize;return i.default.assign(o?{size:o}:{},r,e.props,a({},"value",n))}function f(e,t){var n=e.nativeEvents,r={};return i.default.objectEach(n,(function(e,n){r[n]=function(){for(var n=arguments.length,r=new Array(n),i=0;it&&i.default.each(n,(function(n){n.value===o&&(a.push(n.label),e(++t,n.children,r,a))}))}(0,r.options,s,l),(!1===r.showAllLevels?l.slice(l.length-1,l.length):l).join(" ".concat(r.separator||"/"," "))}function b(e,t){var n=e.props,r=void 0===n?{}:n,a=t.row,o=t.column,s=r.rangeSeparator,u=void 0===s?"-":s,h=i.default.get(a,o.property);switch(r.type){case"week":h=l(h,r,"yyyywWW");break;case"month":h=l(h,r,"yyyy-MM");break;case"year":h=l(h,r,"yyyy");break;case"dates":h=c(h,r,", ","yyyy-MM-dd");break;case"daterange":h=c(h,r," ".concat(u," "),"yyyy-MM-dd");break;case"datetimerange":h=c(h,r," ".concat(u," "),"yyyy-MM-dd HH:ss:mm");break;case"monthrange":h=c(h,r," ".concat(u," "),"yyyy-MM");break;default:h=l(h,r,"yyyy-MM-dd")}return h}function _(e,t){var n=e.props,r=void 0===n?{}:n,a=t.row,o=t.column,l=r.isRange,c=r.format,u=void 0===c?"hh:mm:ss":c,h=r.rangeSeparator,d=void 0===h?"-":h,f=i.default.get(a,o.property);return f&&l&&(f=i.default.map(f,(function(e){return i.default.toDateString(s(e,r),u)})).join(" ".concat(d," "))),i.default.toDateString(s(f,r),u)}function w(e){return function(t,n,r){var a=r.row,o=r.column,s=n.attrs,l=i.default.get(a,o.property);return[t(n.name,{attrs:s,props:h(n,r,l,e),on:m(n,r),nativeOn:f(n,r)})]}}function x(e,t,n){return[e("el-button",{attrs:t.attrs,props:h(t,n,null),on:p(t,n),nativeOn:f(t,n)},E(e,t.content))]}function C(e){return function(t,n,r){var i=r.column,a=n.name,o=n.attrs,s=f(n,r);return[t("div",{class:"elx-table--filter-element-wrapper"},i.filters.map((function(i,l){var c=i.data;return t(a,{key:l,attrs:o,props:h(n,r,c,e),on:g(n,r,i,(function(){S(r,!!i.data,i)})),nativeOn:s})})))]}}function S(e,t,n){e.$panel.changeOption({},t,n)}function k(e){var t=e.option,n=e.row,r=e.column,a=t.data;return i.default.get(n,r.property)==a}function M(e,t,n){var r=n.label||"label",a=n.value||"value",o=n.disabled||"disabled";return i.default.map(t,(function(t,n){return e("el-option",{key:n,props:{value:t[a],label:t[r],disabled:t[o]}})}))}function E(e,t){return[""+(o(t)?"":t)]}function T(e){return function(t,n,r){var a=r.data,o=r.property;return[t(n.name,{attrs:n.attrs,props:d(n,r,i.default.get(a,o),e),on:v(n,r),nativeOn:f(n,r)})]}}function B(e,t,n){var r=t.attrs,i=d(t,n,null);return[e("el-button",{attrs:r,props:i,on:p(t,n),nativeOn:f(t,n)},E(0,t.content||i.content))]}function D(e,t){var n=t?"editRender":"cellRender";return function(t){return e(t.column[n],t)}}function L(){return function(e,t,n){var r=t.name,a=t.options,o=void 0===a?[]:a,s=t.optionProps,l=void 0===s?{}:s,c=t.attrs,u=n.data,h=n.property,p=l.label||"label",m=l.value||"value",g=l.disabled||"disabled",A=i.default.get(u,h);return[e("".concat(r,"Group"),{attrs:c,props:d(t,n,A),on:v(t,n),nativeOn:f(t,n)},o.map((function(t,n){return e(r,{key:n,props:{label:t[m],disabled:t[g]}},t[p])})))]}}var O={ElAutocomplete:{autofocus:"input.el-input__inner",renderDefault:w(),renderEdit:w(),renderFilter:C(),filterMethod:k,renderItem:T()},ElInput:{autofocus:"input.el-input__inner",renderDefault:w(),renderEdit:w(),renderFilter:C(),filterMethod:k,renderItem:T()},ElInputNumber:{autofocus:"input.el-input__inner",renderDefault:w(),renderEdit:w(),renderFilter:C(),filterMethod:k,renderItem:T()},ElSelect:{renderEdit:function(e,t,n){var r=t.options,a=void 0===r?[]:r,o=t.optionGroups,s=t.optionProps,l=void 0===s?{}:s,c=t.optionGroupProps,u=void 0===c?{}:c,d=n.row,p=n.column,g=t.attrs,v=h(t,n,i.default.get(d,p.property)),A=m(t,n),y=f(t,n);if(o){var b=u.options||"options",_=u.label||"label";return[e("el-select",{attrs:g,props:v,on:A,nativeOn:y},i.default.map(o,(function(t,n){return e("el-option-group",{key:n,props:{label:t[_]}},M(e,t[b],l))})))]}return[e("el-select",{props:v,attrs:g,on:A,nativeOn:y},M(e,a,l))]},renderCell:function(e,t,n){return E(0,A(t,n))},renderFilter:function(e,t,n){var r=t.options,a=void 0===r?[]:r,o=t.optionGroups,s=t.optionProps,l=void 0===s?{}:s,c=t.optionGroupProps,u=void 0===c?{}:c,d=u.options||"options",p=u.label||"label",m=n.column,v=t.attrs,A=f(t,n);return[e("div",{class:"elx-table--filter-element-wrapper"},o?m.filters.map((function(r,a){var s=r.data,c=h(t,n,s);return e("el-select",{key:a,attrs:v,props:c,on:g(t,n,r,(function(){S(n,c.multiple?r.data&&r.data.length>0:!i.default.eqNull(r.data),r)})),nativeOn:A},i.default.map(o,(function(t,n){return e("el-option-group",{key:n,props:{label:t[p]}},M(e,t[d],l))})))})):m.filters.map((function(r,o){var s=r.data,c=h(t,n,s);return e("el-select",{key:o,attrs:v,props:c,on:g(t,n,r,(function(){S(n,c.multiple?r.data&&r.data.length>0:!i.default.eqNull(r.data),r)})),nativeOn:A},M(e,a,l))})))]},filterMethod:function(e){var t=e.option,n=e.row,r=e.column,a=t.data,o=r.property,s=r.filterRender.props,l=void 0===s?{}:s,c=i.default.get(n,o);return l.multiple?i.default.isArray(c)?i.default.includeArrays(c,a):a.indexOf(c)>-1:c==a},renderItem:function(e,t,n){var r=t.options,a=void 0===r?[]:r,o=t.optionGroups,s=t.optionProps,l=void 0===s?{}:s,c=t.optionGroupProps,u=void 0===c?{}:c,h=n.data,p=n.property,m=t.attrs,g=d(t,n,i.default.get(h,p)),A=v(t,n),y=f(t,n);if(o){var b=u.options||"options",_=u.label||"label";return[e("el-select",{attrs:m,props:g,on:A,nativeOn:y},i.default.map(o,(function(t,n){return e("el-option-group",{props:{label:t[_]},key:n},M(e,t[b],l))})))]}return[e("el-select",{attrs:m,props:g,on:A,nativeOn:y},M(e,a,l))]},cellExportMethod:D(A),editCellExportMethod:D(A,!0)},ElCascader:{renderEdit:w(),renderCell:function(e,t,n){return E(0,y(t,n))},renderItem:T(),cellExportMethod:D(y),editCellExportMethod:D(y,!0)},ElDatePicker:{renderEdit:w(),renderCell:function(e,t,n){return E(0,b(t,n))},renderFilter:function(e,t,n){var r=n.column,i=t.attrs,a=f(t,n);return[e("div",{class:"elx-table--filter-element-wrapper"},r.filters.map((function(r,o){var s=r.data;return e(t.name,{key:o,attrs:i,props:h(t,n,s),on:g(t,n,r,(function(){S(n,!!r.data,r)})),nativeOn:a})})))]},filterMethod:function(e){var t=e.option,n=e.row,r=e.column,a=t.data,o=r.filterRender.props,s=void 0===o?{}:o,l=i.default.get(n,r.property);if(a)switch(s.type){case"daterange":return u(l,a,s,"yyyy-MM-dd");case"datetimerange":return u(l,a,s,"yyyy-MM-dd HH:ss:mm");case"monthrange":return u(l,a,s,"yyyy-MM");default:return l===a}return!1},renderItem:T(),cellExportMethod:D(b),editCellExportMethod:D(b,!0)},ElTimePicker:{renderEdit:w(),renderCell:function(e,t,n){return[_(t,n)]},renderItem:T(),cellExportMethod:D(_),editCellExportMethod:D(_,!0)},ElTimeSelect:{renderEdit:w(),renderItem:T()},ElRate:{renderDefault:w(),renderEdit:w(),renderFilter:C(),filterMethod:k,renderItem:T()},ElSwitch:{renderDefault:w(),renderEdit:w(),renderFilter:function(e,t,n){var r=n.column,a=t.name,o=t.attrs,s=f(t,n);return[e("div",{class:"elx-table--filter-element-wrapper"},r.filters.map((function(r,l){var c=r.data;return e(a,{key:l,attrs:o,props:h(t,n,c),on:g(t,n,r,(function(){S(n,i.default.isBoolean(r.data),r)})),nativeOn:s})})))]},filterMethod:k,renderItem:T()},ElSlider:{renderDefault:w(),renderEdit:w(),renderFilter:C(),filterMethod:k,renderItem:T()},ElRadio:{renderItem:L()},ElCheckbox:{renderItem:L()},ElButton:{renderDefault:x,renderItem:B},ElButtons:{renderDefault:function(e,t,n){return t.children.map((function(t){return x(e,t,n)[0]}))},renderItem:function(e,t,n){return t.children.map((function(t){return B(e,t,n)[0]}))}}};function I(e,t,n){for(var r,i=e.target;i&&i.nodeType&&i!==document;){if(n&&i.className&&i.className.split&&i.className.split(" ").indexOf(n)>-1)r=i;else if(i===t)return{flag:!n||!!r,container:t,targetElem:r};i=i.parentNode}return{flag:!1}}function F(e,t){var n=document.body,r=e.$event||t;if(I(r,n,"el-autocomplete-suggestion").flag||I(r,n,"el-select-dropdown").flag||I(r,n,"el-cascader__dropdown").flag||I(r,n,"el-cascader-menus").flag||I(r,n,"el-time-panel").flag||I(r,n,"el-picker-panel").flag||I(r,n,"el-color-dropdown").flag)return!1}var N={install:function(e){var t=e.interceptor;e.renderer.mixin(O),t.add("event.clearFilter",F),t.add("event.clearActived",F)}};t.PlxpluginElement=N;var P=N;t.default=P},function(e,t){e.exports=n("92fa")},function(e,t){e.exports=n("6dd8")},function(e,t){e.exports=n("c098")},function(e,t){e.exports=n("4b52")},function(e,t){e.exports=n("6712")},function(e,t){e.exports=n("29e9")},function(e,t){e.exports=n("4a3d")},function(e,t){e.exports=n("f894")},function(e,t,n){e.exports=n(27)},function(e,t){e.exports=n("c695")},function(e,t,n){"use strict";n.r(t);var r=n(1),i=n.n(r),a=(n(26),n(0)),o=n.n(a),s="elx-icon--",l={size:null,zIndex:100,version:0,emptyCell:" ",table:{fit:!0,showHeader:!0,animat:!0,delayHover:250,sortConfig:{showIcon:!0},filterConfig:{showIcon:!0},treeConfig:{children:"children",hasChild:"hasChild",indent:20,showIcon:!0},expandConfig:{showIcon:!0},editConfig:{showIcon:!0,showAsterisk:!0},importConfig:{modes:["insert","covering"]},exportConfig:{isPrint:!0,modes:["current","selected"]},mouseConfig:{extension:!0},scrollX:{gt:60},scrollY:{gt:100}},icon:{TABLE_SORT_ASC:s+"caret-top",TABLE_SORT_DESC:s+"caret-bottom",TABLE_FILTER_NONE:"el-icon-arrow-down",TABLE_FILTER_MATCH:"el-icon-arrow-down",TABLE_EDIT:"el-icon-edit-outline",TABLE_HELP:s+"question",TABLE_TREE_LOADED:"el-icon-loading",TABLE_TREE_OPEN:s+"caret-right rotate90",TABLE_TREE_CLOSE:s+"caret-right",TABLE_EXPAND_LOADED:s+"refresh roll",TABLE_EXPAND_OPEN:s+"arrow-right rotate90",TABLE_EXPAND_CLOSE:s+"arrow-right",BUTTON_DROPDOWN:s+"arrow-bottom",BUTTON_LOADING:s+"refresh roll",SELECT_OPEN:s+"caret-bottom rotate180",SELECT_CLOSE:s+"caret-bottom",PAGER_JUMP_PREV:s+"d-arrow-left",PAGER_JUMP_NEXT:s+"d-arrow-right",PAGER_PREV_PAGE:s+"arrow-left",PAGER_NEXT_PAGE:s+"arrow-right",PAGER_JUMP_MORE:s+"more",INPUT_CLEAR:s+"close",INPUT_PWD:s+"eye-slash",INPUT_SHOW_PWD:s+"eye",INPUT_PREV_NUM:s+"caret-top",INPUT_NEXT_NUM:s+"caret-bottom",INPUT_DATE:s+"calendar",INPUT_SEARCH:s+"search",MODAL_ZOOM_IN:s+"square",MODAL_ZOOM_OUT:s+"zoomout",MODAL_CLOSE:s+"close",MODAL_INFO:s+"info",MODAL_SUCCESS:s+"success",MODAL_WARNING:s+"warning",MODAL_ERROR:s+"error",MODAL_QUESTION:s+"question",MODAL_LOADING:s+"refresh roll",TOOLBAR_TOOLS_REFRESH:s+"refresh",TOOLBAR_TOOLS_REFRESH_LOADING:s+"refresh roll",TOOLBAR_TOOLS_IMPORT:s+"upload",TOOLBAR_TOOLS_EXPORT:s+"download",TOOLBAR_TOOLS_PRINT:s+"print",TOOLBAR_TOOLS_ZOOM_IN:s+"zoomin",TOOLBAR_TOOLS_ZOOM_OUT:s+"zoomout",TOOLBAR_TOOLS_CUSTOM:s+"menu",FORM_PREFIX:s+"question",FORM_SUFFIX:s+"question",FORM_FOLDING:s+"arrow-top rotate180",FORM_UNFOLDING:s+"arrow-top"},grid:{proxyConfig:{autoLoad:!0,message:!0,props:{list:null,result:"result",total:"page.total",message:"message"}}},tooltip:{trigger:"hover",theme:"dark",leaveDelay:300},pager:{},form:{titleAsterisk:!0},input:{minDate:new Date(1900,0,1),maxDate:new Date(2100,0,1),startWeek:1,digits:2,controls:!0},textarea:{},select:{multiCharOverflow:8},toolbar:{},button:{},radio:{},checkbox:{},switch:{},modal:{minWidth:340,minHeight:140,lockView:!0,mask:!0,duration:3e3,marginSize:0,dblclickZoom:!0,showTitleOverflow:!0,animat:!0,storageKey:"Elx_MODAL_POSITION"},list:{scrollY:{gt:100}},i18n:function(e){return e}};function c(e){return o.a.toString(e).replace("_","").toLowerCase()}var u="created,mounted,activated,beforeDestroy,destroyed,event.clearActived,event.clearFilter,event.showMenu,event.keydown,event.export,event.import".split(",").map(c),h={},d={mixin:function(e){return o.a.each(e,(function(e,t){return d.add(t,e)})),d},get:function(e){return h[c(e)]||[]},add:function(e,t){if(e=c(e),t&&u.indexOf(e)>-1){var n=h[e];n||(n=h[e]=[]),n.push(t)}return d},delete:function(e,t){var n=h[c(e)];return n&&o.a.remove(n,(function(e){return e===t})),d}},f=d,p=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.store={}}return e.prototype.mixin=function(t){return Object.assign(this.store,t),e},e.prototype.get=function(e){return this.store[e]},e.prototype.add=function(t,n){return this.store[t]=n,e},e.prototype.delete=function(t){return delete this.store[t],e},e}(),m=new p;function g(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var v=0,A=1;function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:16;return e?t:0}var b=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.renderHeader,a=r.renderCell,s=r.renderFooter,l=r.renderData;g(this,e);var c=t.$xegrid,u=c?c.proxyOpts:null,h=n.formatter,d=!o.a.isBoolean(n.visible)||n.visible;if(n.cellRender&&n.editRender&&w.warn("Elx.error.errConflicts",["column.cell-render","column.edit-render"]),"expand"===n.type&&t.treeConfig&&t.treeOpts.line&&w.error("Elx.error.errConflicts",["tree-config.line","column.type=expand"]),h)if(o.a.isString(h)){var f=m.get(h)||o.a[h];o.a.isFunction(f)||w.error("Elx.error.notFunc",[h])}else if(o.a.isArray(h)){var p=m.get(h[0])||o.a[h[0]];o.a.isFunction(p)||w.error("Elx.error.notFunc",[h[0]])}Object.assign(this,{type:n.type,property:n.field,title:n.title,width:n.width,minWidth:n.minWidth,resizable:n.resizable,fixed:n.fixed,align:n.align,headerAlign:n.headerAlign,footerAlign:n.footerAlign,showOverflow:n.showOverflow,showHeaderOverflow:n.showHeaderOverflow,showFooterOverflow:n.showFooterOverflow,className:n.className,headerClassName:n.headerClassName,footerClassName:n.footerClassName,formatter:h,sortable:n.sortable,sortBy:n.sortBy,sortMethod:n.sortMethod,remoteSort:n.remoteSort,filters:w.getFilters(n.filters),filterMultiple:!o.a.isBoolean(n.filterMultiple)||n.filterMultiple,filterMethod:n.filterMethod,filterRender:n.filterRender,treeNode:n.treeNode,cellType:n.cellType,cellRender:n.cellRender,editRender:n.editRender,contentRender:n.contentRender,exportMethod:n.exportMethod,footerExportMethod:n.footerExportMethod,titleHelp:n.titleHelp,params:n.params,id:n.colId||o.a.uniqueId("col_"),parentId:null,visible:d,halfVisible:!1,defaultVisible:d,checked:!1,halfChecked:!1,disabled:!1,level:1,rowSpan:1,colSpan:1,order:null,renderWidth:0,renderHeight:0,resizeWidth:0,renderLeft:0,renderArgs:[],model:{},renderHeader:i||n.renderHeader,renderCell:a||n.renderCell,renderFooter:s||n.renderFooter,renderData:l,slots:n.slots}),u&&u.beforeColumn&&u.beforeColumn({$grid:c,column:this})}return e.prototype.getTitle=function(){return w.getFuncText(this.title||("seq"===this.type||"index"===this.type?l.i18n("Elx.table.seqTitle"):""))},e.prototype.getKey=function(){return this.property||(this.type?"type="+this.type:null)},e.prototype.update=function(e,t){"filters"!==e&&("field"===e?this.property=t:this[e]=t)},e}();function _(e){return function(e,t){return w.getLog(e,t)}}var w={warn:_(),error:_(),getLog:function(e,t){return"[elx-table] "+o.a.template(l.i18n(e),t)},getFuncText:function(e){return o.a.isFunction(e)?e():l.translate?l.translate(e):e},nextZIndex:function(){return A=l.zIndex+v++},getLastZIndex:function(){return A},getRowkey:function(e){return e.rowId||"_XID"},getRowid:function(e,t){var n=o.a.get(t,w.getRowkey(e));return n?encodeURIComponent(n):""},getColumnList:function(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.children&&e.children.length?w.getColumnList(e.children):[e])})),t},getClass:function(e,t){return e?o.a.isFunction(e)?e(t):e:""},getFilters:function(e){return e&&o.a.isArray(e)?e.map((function(e){var t=e.label,n=e.value,r=e.data,i=e.resetValue,a=e.checked;return{label:t,value:n,data:r,resetValue:i,checked:!!a,_checked:!!a}})):e},formatText:function(e,t){return""+(""===e||null==e?t?l.emptyCell:"":e)},getCellValue:function(e,t){return o.a.get(e,t.property)},getCellLabel:function(e,t,n){var r=t.formatter,i=w.getCellValue(e,t),a=i;if(n&&r){var s=void 0,l=void 0,c=n.$table,u=t.id,h=c.fullAllDataRowMap,d={cellValue:i,row:e,column:t};if(h.has(e)&&((l=(s=h.get(e)).formatData)||(l=h.get(e).formatData={}),s&&l[u]&&l[u].value===i))return l[u].label;if(o.a.isString(r)){var f=m.get(r);a=f?f(d):""}else if(o.a.isArray(r)){var p=m.get(r[0]);a=p?p.apply(void 0,[d].concat(r.slice(1))):""}else a=r(d);l&&(l[u]={value:i,label:a})}return a},setCellValue:function(e,t,n){return o.a.set(e,t.property,n)},isColumn:function(e){return e instanceof b},getColumnConfig:function(e,t,n){return w.isColumn(t)?t:new b(e,t,n)},assemColumn:function(e){var t=e.$el,n=e.$xetable,r=e.$xecolumn,i=e.columnConfig,a=r?r.columnConfig:null;i.slots=e.$scopedSlots,a?(a.children||(a.children=[]),a.children.splice([].indexOf.call(r.$el.children,t),0,i)):n.staticColumns.splice([].indexOf.call(n.$refs.hideColumn.children,t),0,i)},destroyColumn:function(e){var t=e.$xetable,n=e.columnConfig,r=o.a.findTree(t.staticColumns,(function(e){return e===n}));r&&r.items.splice(r.index,1)},hasChildrenList:function(e){return e&&e.children&&e.children.length>0},getColMinWidth:function(e,t){var n=e.sortOpts,r=e.filterOpts,i=e.editOpts,a=t.type,o=t.filters,s=t.sortable,l=t.remoteSort,c=t.editRender,u=t.titleHelp;return 40+y("checkbox"===a,18)+y(u,18)+y(o&&r.showIcon)+y((s||l)&&n.showIcon)+y(c&&i.showIcon,32)},parseFile:function(e){var t=e.name,n=o.a.lastIndexOf(t,"."),r=t.substring(n+1,t.length);return{filename:t.substring(0,n),type:r}}},x=w,C=x.getRowid,S=o.a.browse(),k=S.isDoc?document.querySelector("html"):0,M=S.isDoc?document.body:0,E={};function T(e){return E[e]||(E[e]=new RegExp("(?:^|\\s)"+e+"(?!\\S)","g")),E[e]}function B(e){return e&&/^\d+%$/.test(e)}function D(e,t){return e&&e.className&&e.className.match&&e.className.match(T(t))}function L(e,t){e&&D(e,t)&&(e.className=e.className.replace(T(t),""))}function O(){var e=document.documentElement,t=document.body;return{scrollTop:e.scrollTop||t.scrollTop,scrollLeft:e.scrollLeft||t.scrollLeft,visibleHeight:e.clientHeight||t.clientHeight,visibleWidth:e.clientWidth||t.clientWidth}}var I={browse:S,isPx:function(e){return e&&/^\d+(px)?$/.test(e)},isScale:B,hasClass:D,removeClass:L,addClass:function(e,t){e&&!D(e,t)&&(L(e,t),e.className=e.className+" "+t)},updateCellTitle:function(e,t){var n="html"===t.type?e.innerText:e.textContent;e.getAttribute("title")!==n&&e.setAttribute("title",n)},rowToVisible:function(e,t){var n=e.$refs.tableBody.$el,r=n.querySelector('[data-rowid="'+C(e,t)+'"]');if(r){var i=n.clientHeight,a=n.scrollTop,o=r.offsetTop+(r.offsetParent?r.offsetParent.offsetTop:0),s=r.clientHeight;if(oa+i)return e.scrollTo(null,o);if(o+s>=i+a)return e.scrollTo(null,a+s)}else if(e.scrollYLoad)return e.scrollTo(null,(e.afterFullData.indexOf(t)-1)*e.scrollYStore.rowHeight);return Promise.resolve()},colToVisible:function(e,t){var n=e.$refs.tableBody.$el,r=n.querySelector("."+t.id);if(r){var i=n.clientWidth,a=n.scrollLeft,o=r.offsetLeft+(r.offsetParent?r.offsetParent.offsetLeft:0),s=r.clientWidth;if(oa+i)return e.scrollTo(o);if(o+s>=i+a)return e.scrollTo(a+s)}else if(e.scrollXLoad){for(var l=e.visibleColumn,c=0,u=0;u-1}))},e.prototype.disconnect=function(){var e=this;o.a.remove(z,(function(t){return t===e}))},e}(),Q=F.browse.isDoc&&window.ResizeObserver||j,V=["input","textarea","$input","$textarea"],W={transfer:!0};function K(e,t,n){var r=t.dateConfig,i=void 0===r?{}:r;return o.a.toDateString(function(e,t){return e&&t.valueFormat?o.a.toStringDate(e,t.valueFormat):e}(e,t),i.labelFormat||n)}function G(e){return"elx-"+e.name.replace("$","")}function X(e,t,n){e.$panel.changeOption({},t,n)}function q(e){var t=e.name,n=e.attrs;return"input"===t&&(n=Object.assign({type:"text"},n)),n}function J(e,t,n,r){var i=t.$table.vSize;return o.a.assign(i?{size:i}:{},W,r,e.props,{value:n})}function Z(e,t,n,r){var i=t.$form.vSize;return o.a.assign(i?{size:i}:{},W,r,e.props,{value:n})}function ee(e,t){var n=e.nativeEvents,r={};return o.a.objectEach(n,(function(e,n){r[n]=function(){for(var n=arguments.length,r=Array(n),i=0;i-1?"input":"change"}(e),s="input"===a,l={};return o.a.objectEach(i,(function(e,n){l[n]=function(){for(var n=arguments.length,r=Array(n),i=0;i1:"inline"===Q.message),ge={"data-colid":f.id},ve=A["cell-mouseenter"],Ae=A["cell-mouseleave"],ye=X&&Y&&"dblclick"===$.trigger,be={$table:n,$seq:r,seq:i,rowid:a,row:c,rowIndex:u,$rowIndex:h,_rowIndex:d,column:f,columnIndex:re,$columnIndex:p,_columnIndex:ie,fixed:s,type:"body",isHidden:ae,level:l,visibleData:y,data:b,items:g};if(!S&&!k||ue||(se=ue=!0),(le||ce||ne||ve)&&(de.mouseenter=function(e){Oe(n)||(le?I.updateCellTitle(e.currentTarget,f):(ce||ne)&&n.triggerBodyTooltipEvent(e,be),ve&&n.emitEvent("cell-mouseenter",Object.assign({cell:e.currentTarget},be),e))}),(ce||ne||Ae)&&(de.mouseleave=function(e){Oe(n)||((ce||ne)&&n.handleTargetLeaveEvent(e),Ae&&n.emitEvent("cell-mouseleave",Object.assign({cell:e.currentTarget},be),e))}),(P.range||z)&&(de.mousedown=function(e){n.triggerCellMousedownEvent(e,be)}),(M||A["cell-click"]||X&&Y||"row"===R.trigger||"cell"===R.trigger||"row"===N.trigger||"radio"===f.type&&"cell"===N.trigger||"row"===P.trigger||"checkbox"===f.type&&"cell"===P.trigger||"row"===H.trigger||f.treeNode&&"cell"===H.trigger)&&(de.click=function(e){n.triggerCellClickEvent(e,be)}),(ye||A["cell-dblclick"])&&(de.dblclick=function(e){n.triggerCellDBLClickEvent(e,be)}),O.length){var _e=function(e,t,n){for(var r=0;r-1&&a>-1&&s&&l){if(a===t&&o===n)return{rowspan:s,colspan:l};if(t>=a&&t=o&&n1&&(ge.rowspan=we),xe>1&&(ge.colspan=xe)}}else if(F){var Ce=F(be)||{},Se=Ce.rowspan,ke=void 0===Se?1:Se,Me=Ce.colspan,Ee=void 0===Me?1:Me;if(!ke||!Ee)return null;ke>1&&(ge.rowspan=ke),Ee>1&&(ge.colspan=Ee)}ae&&O&&(ge.colspan>1||ge.rowspan>1)&&(ae=!1),!ae&&Y&&(X||G)&&$.showStatus&&(he=n.isUpdateByRow(c,f.property));var Te=[];return E&&ae?Te.push(e("div",{class:["elx-cell",{"c--title":le,"c--tooltip":ce,"c--ellipsis":se}]})):(Te.push.apply(Te,function(e,t,n,r,i,a){var o=a.column,s=n.treeOpts,l=n.treeConfig,c=o.slots,u=o.treeNode;return c&&c.line?c.line.call(n,a,e):l&&u&&s.line?[e("div",{class:"elx-tree--line-wrapper"},[e("div",{class:"elx-tree--line",style:{height:Fe(a,i)+"px",left:r*s.indent+(r?2-Ie(n):0)+16+"px"}})])]:[]}(e,0,n,l,g,be).concat([e("div",{class:["elx-cell",{"c--title":le,"c--tooltip":ce,"c--ellipsis":se}],attrs:{title:le?w.getCellLabel(c,f,be):null}},f.renderCell(e,be))])),me&&pe&&Te.push(e("div",{class:"elx-cell--valid",style:W.rule&&W.rule.maxWidth?{width:W.rule.maxWidth+"px"}:null},[e("i",{class:"el-message__icon el-icon-error"}),e("span",{},W.content)]))),e("td",{class:["elx-body--column",f.id,(v={},v["col--"+fe]=fe,v["col--"+K]=K,v["col--last"]=p===m.length-1,v["col--tree-node"]=ee,v["col--edit"]=!!X,v["col--ellipsis"]=ue,v["fixed--hidden"]=ae,v["col--dirty"]=he,v["col--actived"]=Y&&X&&te.row===c&&(te.column===f||"row"===$.mode),v["col--valid-error"]=pe,v["col--current"]=B===f,v),w.getClass(Z,be),w.getClass(D,be)],key:x?f.id:p,attrs:ge,style:L?o.a.isFunction(L)?L(be):L:null,on:de},Te)}function Pe(e,t,n,r,i,a,s,l){var c=n.stripe,u=n.rowKey,h=n.highlightHoverRow,d=n.rowClassName,f=n.rowStyle,p=n.showOverflow,m=n.treeConfig,g=n.treeOpts,v=n.treeExpandeds,A=n.scrollYLoad,y=n.scrollYStore,b=n.editStore,_=n.rowExpandeds,x=n.radioOpts,C=n.checkboxOpts,S=n.expandColumn,k=[];return s.forEach((function(M,E){var T={},B=E,D=B+1;A&&(D+=y.startIndex);var L=n._getRowIndex(M);B=n.getRowIndex(M),h&&(T.mouseenter=function(e){Oe(n)||n.triggerHoverEvent(e,{row:M,rowIndex:B})},T.mouseleave=function(){Oe(n)||n.clearHoverRow()});var O=w.getRowid(n,M),I={$table:n,$seq:r,seq:D,rowid:O,fixed:a,type:"body",level:i,row:M,rowIndex:B,$rowIndex:E};if(k.push(e("tr",{class:["elx-body--row",{"row--stripe":c&&(n._getRowIndex(M)+1)%2==0,"is--new":b.insertList.indexOf(M)>-1,"row--radio":x.highlight&&n.selectRow===M,"row--checked":C.highlight&&n.isCheckedByCheckboxRow(M)},d?o.a.isFunction(d)?d(I):d:""],attrs:{"data-rowid":O},style:f?o.a.isFunction(f)?f(I):f:null,key:u||m?O:E,on:T},l.map((function(t,o){return Ne(e,0,n,r,D,O,a,i,M,B,E,L,t,o,l,s)})))),S&&_.length&&_.indexOf(M)>-1){var F=void 0;m&&(F={paddingLeft:i*g.indent+30+"px"});var N=S.showOverflow,P=o.a.isUndefined(N)||o.a.isNull(N)?p:N,R={$table:n,$seq:r,seq:D,column:S,fixed:a,type:"body",level:i,row:M,rowIndex:B,$rowIndex:E};k.push(e("tr",{class:"elx-body--expanded-row",key:"expand_"+O,style:f?o.a.isFunction(f)?f(R):f:null,on:T},[e("td",{class:["elx-body--expanded-column",{"fixed--hidden":a,"col--ellipsis":P}],attrs:{colspan:l.length}},[e("div",{class:"elx-body--expanded-cell",style:F},[S.renderData(e,R)])])]))}if(m&&v.length){var H=M[g.children];H&&H.length&&v.indexOf(M)>-1&&k.push.apply(k,Pe(e,t,n,r?r+"."+D:""+D,i+1,a,H,l))}})),k}var Re=void 0;function He(e,t,n){(t||n)&&(t&&(t.onscroll=null,t.scrollTop=e),n&&(n.onscroll=null,n.scrollTop=e),clearTimeout(Re),Re=setTimeout((function(){t&&(t.onscroll=t._onscroll),n&&(n.onscroll=n._onscroll)}),100))}var Ue={name:"ElxTableBody",props:{tableData:Array,tableColumn:Array,fixedColumn:Array,size:String,fixedType:String},mounted:function(){var e=this.$parent,t=this.$el,n=this.$refs,r=this.fixedType,i=e.elemStore,a=(r||"main")+"-body-";i[a+"wrapper"]=t,i[a+"table"]=n.table,i[a+"colgroup"]=n.colgroup,i[a+"list"]=n.tbody,i[a+"xSpace"]=n.xSpace,i[a+"ySpace"]=n.ySpace,i[a+"emptyBlock"]=n.emptyBlock,this.$el.onscroll=this.scrollEvent,this.$el._onscroll=this.scrollEvent},beforeDestroy:function(){this.$el._onscroll=null,this.$el.onscroll=null},render:function(e){var t=this._e,n=this.$parent,r=this.fixedColumn,i=this.fixedType,a=n.$scopedSlots,o=n.tId,s=n.tableData,c=n.tableColumn,u=n.showOverflow,h=n.keyboardConfig,d=n.keyboardOpts,f=n.mergeList,p=n.spanMethod,m=n.scrollXLoad,g=n.emptyRender,v=n.emptyOpts,A=n.mouseConfig,y=n.mouseOpts;f.length||p||h&&d.isMerge||(i&&u||m&&i)&&(c=r);var b=void 0;if(a.empty)b=a.empty.call(this,{$table:n},e);else{var _=g?De.renderer.get(v.name):null;b=_&&_.renderEmpty?_.renderEmpty.call(this,e,v,{$table:n},{$table:n}):n.emptyText||l.i18n("Elx.table.emptyText")}return e("div",{class:["elx-table--body-wrapper",i?"fixed-"+i+"--wrapper":"body--wrapper"],attrs:{"data-tid":o}},[i?t():e("div",{class:"elx-body--x-space",ref:"xSpace"}),e("div",{class:"elx-body--y-space",ref:"ySpace"}),e("table",{class:"elx-table--body",attrs:{"data-tid":o,cellspacing:0,cellpadding:0,border:0},ref:"table"},[e("colgroup",{ref:"colgroup"},c.map((function(t,n){return e("col",{attrs:{name:t.id},key:n})}))),e("tbody",{ref:"tbody"},Pe(e,this,n,"",0,i,s,c))]),e("div",{staticClass:"elx-table--checkbox-range"}),A&&y.area?e("div",{staticClass:"elx-table--cell-area"},[e("span",{staticClass:"elx-table--cell-main-area"},y.extension?[e("span",{staticClass:"elx-table--cell-main-area-btn",on:{mousedown:function(e){n.triggerCellExtendMousedownEvent(e,{$table:n,fixed:i,type:"body"})}}})]:null),e("span",{staticClass:"elx-table--cell-copy-area"}),e("span",{staticClass:"elx-table--cell-extend-area"}),e("span",{staticClass:"elx-table--cell-multi-area"}),e("span",{staticClass:"elx-table--cell-active-area"})]):null,i?null:e("div",{class:"elx-table--empty-block",ref:"emptyBlock"},[e("div",{class:"elx-table--empty-content"},b)])])},methods:{scrollEvent:function(e){var t=this.$el,n=this.$parent,r=this.fixedType,i=n.$refs,a=n.highlightHoverRow,o=n.scrollXLoad,s=n.scrollYLoad,l=n.lastScrollTop,c=n.lastScrollLeft,u=i.tableHeader,h=i.tableBody,d=i.leftBody,f=i.rightBody,p=i.tableFooter,m=i.validTip,g=u?u.$el:null,v=p?p.$el:null,A=h.$el,y=d?d.$el:null,b=f?f.$el:null,_=t.scrollTop,w=A.scrollLeft,x=w!==c,C=_!==l;n.lastScrollTop=_,n.lastScrollLeft=w,n.lastScrollTime=Date.now(),a&&n.clearHoverRow(),y&&"left"===r?He(_=y.scrollTop,A,b):b&&"right"===r?He(_=b.scrollTop,A,y):(x&&(g&&(g.scrollLeft=A.scrollLeft),v&&(v.scrollLeft=A.scrollLeft)),(y||b)&&(n.checkScrolling(),C&&He(_,y,b))),o&&x&&(n.triggerScrollXEvent(e),g&&w+A.clientWidth>=A.scrollWidth-80&&this.$nextTick((function(){A.scrollLeft!==g.scrollLeft&&(g.scrollLeft=A.scrollLeft)}))),s&&C&&n.triggerScrollYEvent(e),x&&m&&m.visible&&m.updatePlacement(),n.emitEvent("scroll",{type:"body",fixed:r,scrollTop:_,scrollLeft:w,isX:x,isY:C},e)}},install:function(e){e.component(Ue.name,Ue)}},ze=Ue,Ye={computed:{vSize:function(){var e=this.$parent;return this.size||e&&(e.size||e.vSize)}}};function $e(e,t,n){var r=t.$table,i=t.column,a=i.showHeaderOverflow,s=r.showHeaderOverflow,l=r.tooltipOpts.enabled,c=o.a.isUndefined(a)||o.a.isNull(a)?s:a,u="title"===c,h=!0===c||"tooltip"===c,d={};return(u||h||l)&&(d.mouseenter=function(e){r._isResize||(u?I.updateCellTitle(e.currentTarget,i):(h||l)&&r.triggerHeaderTooltipEvent(e,t))}),(h||l)&&(d.mouseleave=function(e){r._isResize||(h||l)&&r.handleTargetLeaveEvent(e)}),[e("span",{class:"elx-cell--title",on:d},n)]}function je(e,t){var n=t.$table,r=t.column,i=t._columnIndex,a=t.items,o=r.slots,s=r.editRender,l=r.cellRender,c=s||l;if(o&&o.footer)return o.footer.call(n,t,e);if(c){var u=De.renderer.get(c.name);if(u&&u.renderFooter)return u.renderFooter.call(n,e,c,t,{$grid:n.$xegrid,$table:n})}return[w.formatText(a[i],1)]}function Qe(e){var t=e.row,n=e.column;return w.formatText(w.getCellLabel(t,n,e),1)}var Ve={createColumn:function(e,t){var n=t.type,r=t.sortable,i=t.remoteSort,a=t.filters,o=t.editRender,s=t.treeNode,l=e.editConfig,c=e.editOpts,u=e.checkboxOpts,h={renderHeader:this.renderDefaultHeader,renderCell:s?this.renderTreeCell:this.renderDefaultCell,renderFooter:this.renderDefaultFooter};switch(n){case"seq":case"index":h.renderHeader=this.renderIndexHeader,h.renderCell=s?this.renderTreeIndexCell:this.renderIndexCell;break;case"radio":h.renderHeader=this.renderRadioHeader,h.renderCell=s?this.renderTreeRadioCell:this.renderRadioCell;break;case"checkbox":h.renderHeader=this.renderSelectionHeader,h.renderCell=u.checkField?s?this.renderTreeSelectionCellByProp:this.renderSelectionCellByProp:s?this.renderTreeSelectionCell:this.renderSelectionCell;break;case"expand":h.renderCell=this.renderExpandCell,h.renderData=this.renderExpandData;break;case"html":h.renderCell=s?this.renderTreeHTMLCell:this.renderHTMLCell,a&&(r||i)?h.renderHeader=this.renderSortAndFilterHeader:r||i?h.renderHeader=this.renderSortHeader:a&&(h.renderHeader=this.renderFilterHeader);break;default:l&&o?(h.renderHeader=this.renderEditHeader,h.renderCell="cell"===c.mode?s?this.renderTreeCellEdit:this.renderCellEdit:s?this.renderTreeRowEdit:this.renderRowEdit):a&&(r||i)?h.renderHeader=this.renderSortAndFilterHeader:r||i?h.renderHeader=this.renderSortHeader:a&&(h.renderHeader=this.renderFilterHeader)}return w.getColumnConfig(e,t,h)},renderHeaderTitle:function(e,t){var n=t.$table,r=t.column,i=r.slots,a=r.editRender,o=r.cellRender,s=a||o;if(i&&i.header)return $e(e,t,i.header.call(n,t,e));if(s){var l=De.renderer.get(s.name);if(l&&l.renderHeader)return $e(e,t,l.renderHeader.call(n,e,s,t,{$grid:n.$xegrid,$table:n}))}return $e(e,t,w.formatText(r.getTitle(),1))},renderDefaultHeader:function(e,t){return function(e,t){var n=t.$table,r=t.column.titleHelp;return r?[e("i",{class:["elx-cell-help-icon",r.icon||l.icon.TABLE_HELP],on:{mouseenter:function(e){n.triggerHeaderHelpEvent(e,t)},mouseleave:function(e){n.handleTargetLeaveEvent(e)}}})]:[]}(e,t).concat(Ve.renderHeaderTitle(e,t))},renderDefaultCell:function(e,t){var n=t.$table,r=t.column,i=r.slots,a=r.editRender,o=r.cellRender,s=a||o;if(i&&i.default)return i.default.call(n,t,e);if(s){var l=a?"renderCell":"renderDefault",c=De.renderer.get(s.name);if(c&&c[l])return c[l].call(n,e,s,Object.assign({$type:a?"edit":"cell"},t),{$grid:n.$xegrid,$table:n})}return[e("span",{class:"elx-cell--label"},[Qe(t)])]},renderTreeCell:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderDefaultCell.call(this,e,t))},renderDefaultFooter:function(e,t){return[e("span",{class:"elx-cell--item"},je(e,t))]},renderTreeIcon:function(e,t,n){var r=t.$table,i=t.isHidden,a=r.treeOpts,o=r.treeExpandeds,s=r.treeLazyLoadeds,c=t.row,u=t.column,h=t.level,d=u.slots,f=a.children,p=a.hasChild,m=a.indent,g=a.lazy,v=a.trigger,A=a.iconLoaded,y=a.showIcon,b=a.iconOpen,_=a.iconClose,w=c[f],x=!1,C=!1,S=!1,k={};return d&&d.icon?d.icon.call(r,t,e,n):(i||(C=o.indexOf(c)>-1,g&&(S=s.indexOf(c)>-1,x=c[p])),v&&"default"!==v||(k.click=function(e){return r.triggerTreeExpandEvent(e,t)}),[e("div",{class:["elx-cell--tree-node",{"is--active":C}],style:{paddingLeft:h*m+"px"}},[y&&(w&&w.length||x)?[e("div",{class:"elx-tree--btn-wrapper",on:k},[e("i",{class:["elx-tree--node-btn",S?A||l.icon.TABLE_TREE_LOADED:C?b||l.icon.TABLE_TREE_OPEN:_||l.icon.TABLE_TREE_CLOSE]})])]:null,e("div",{class:"elx-tree-cell"},n)])])},renderIndexHeader:function(e,t){var n=t.$table,r=t.column,i=r.slots;return $e(e,t,i&&i.header?i.header.call(n,t,e):w.formatText(r.getTitle(),1))},renderIndexCell:function(e,t){var n=t.$table,r=t.column,i=n.seqOpts,a=r.slots;if(a&&a.default)return a.default.call(n,t,e);var o=t.$seq,s=t.seq,l=t.level,c=i.seqMethod;return[w.formatText(c?c(t):l?o+"."+s:i.startIndex+s,1)]},renderTreeIndexCell:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderIndexCell(e,t))},renderRadioHeader:function(e,t){var n=t.$table,r=t.column,i=r.slots;return $e(e,t,i&&i.header?i.header.call(n,t,e):[e("span",{class:"elx-radio--label"},w.formatText(r.getTitle(),1))])},renderRadioCell:function(e,t){var n=t.$table,r=t.column,i=t.isHidden,a=n.radioOpts,s=n.selectRow,l=r.slots,c=a.labelField,u=a.checkMethod,h=t.row,d=h===s,f=!!u,p=void 0;return i||(p={click:function(e){f||n.triggerRadioRowEvent(e,t)}},u&&(f=!u({row:h}))),[e("span",{class:["elx-cell--radio",{"is--checked":d,"is--disabled":f}],on:p},[e("span",{class:"elx-radio--icon elx-radio--checked-icon"}),e("span",{class:"elx-radio--icon elx-radio--unchecked-icon"})].concat(l&&l.default?l.default.call(n,t,e):c?[e("span",{class:"elx-radio--label"},o.a.get(h,c))]:[]))]},renderTreeRadioCell:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderRadioCell(e,t))},renderSelectionHeader:function(e,t){var n=t.$table,r=t.column,i=t.isHidden,a=n.isIndeterminate,o=n.isAllCheckboxDisabled,s=r.slots,c=n.checkboxOpts,u=r.getTitle(),h=!1,d=void 0;return(c.checkStrictly?c.showHeader:!1!==c.showHeader)?(i||(h=!o&&n.isAllSelected,d={click:function(e){o||n.triggerCheckAllEvent(e,!h)}}),$e(e,t,[e("span",{class:["elx-cell--checkbox",{"is--checked":h,"is--disabled":o,"is--indeterminate":a}],attrs:{title:l.i18n("Elx.table.allTitle")},on:d},[e("span",{class:"elx-checkbox--icon elx-checkbox--checked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--unchecked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--indeterminate-icon"})].concat(s&&s.header?s.header.call(n,t,e):u?[e("span",{class:"elx-checkbox--label"},u)]:[]))])):$e(e,t,s&&s.header?s.header.call(n,t,e):[e("span",{class:"elx-checkbox--label"},u)])},renderSelectionCell:function(e,t){var n=t.$table,r=t.row,i=t.column,a=t.isHidden,s=n.treeConfig,l=n.treeIndeterminates,c=n.checkboxOpts,u=c.labelField,h=c.checkMethod,d=i.slots,f=!1,p=!1,m=!!h,g=void 0;return a||(p=n.selection.indexOf(r)>-1,g={click:function(e){m||n.triggerCheckRowEvent(e,t,!p)}},h&&(m=!h({row:r})),s&&(f=l.indexOf(r)>-1)),[e("span",{class:["elx-cell--checkbox",{"is--checked":p,"is--disabled":m,"is--indeterminate":f}],on:g},[e("span",{class:"elx-checkbox--icon elx-checkbox--checked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--unchecked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--indeterminate-icon"})].concat(d&&d.default?d.default.call(n,t,e):u?[e("span",{class:"elx-checkbox--label"},o.a.get(r,u))]:[]))]},renderTreeSelectionCell:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderSelectionCell(e,t))},renderSelectionCellByProp:function(e,t){var n=t.$table,r=t.row,i=t.column,a=t.isHidden,s=n.treeConfig,l=n.treeIndeterminates,c=n.checkboxOpts,u=c.labelField,h=c.checkField,d=c.halfField,f=c.checkMethod,p=i.slots,m=!1,g=!1,v=!!f,A=void 0;return a||(g=o.a.get(r,h),A={click:function(e){v||n.triggerCheckRowEvent(e,t,!g)}},f&&(v=!f({row:r})),s&&(m=l.indexOf(r)>-1)),[e("span",{class:["elx-cell--checkbox",{"is--checked":g,"is--disabled":v,"is--indeterminate":d&&!g?r[d]:m}],on:A},[e("span",{class:"elx-checkbox--icon elx-checkbox--checked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--unchecked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--indeterminate-icon"})].concat(p&&p.default?p.default.call(n,t,e):u?[e("span",{class:"elx-checkbox--label"},o.a.get(r,u))]:[]))]},renderTreeSelectionCellByProp:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderSelectionCellByProp(e,t))},renderExpandCell:function(e,t){var n=t.$table,r=t.isHidden,i=t.row,a=t.column,s=n.expandOpts,c=n.rowExpandeds,u=n.expandLazyLoadeds,h=s.lazy,d=s.labelField,f=s.iconLoaded,p=s.showIcon,m=s.iconOpen,g=s.iconClose,v=s.visibleMethod,A=a.slots,y=!1,b=!1;return A&&A.icon?A.icon.call(n,t,e):(r||(y=c.indexOf(t.row)>-1,h&&(b=u.indexOf(i)>-1)),[!p||v&&!v(t)?null:e("span",{class:["elx-table--expanded",{"is--active":y}],on:{click:function(e){n.triggerRowExpandEvent(e,t)}}},[e("i",{class:["elx-table--expand-btn",b?f||l.icon.TABLE_EXPAND_LOADED:y?m||l.icon.TABLE_EXPAND_OPEN:g||l.icon.TABLE_EXPAND_CLOSE]})]),A&&A.default||d?e("span",{class:"elx-table--expand-label"},A.default?A.default.call(n,t,e):o.a.get(i,d)):null])},renderExpandData:function(e,t){var n=t.$table,r=t.column,i=r.slots,a=r.contentRender;if(i&&i.content)return i.content.call(n,t,e);if(a){var o=De.renderer.get(a.name);if(o&&o.renderExpand)return o.renderExpand.call(n,e,a,t,{$grid:n.$xegrid,$table:n})}return[]},renderHTMLCell:function(e,t){var n=t.$table,r=t.column.slots;return r&&r.default?r.default.call(n,t,e):[e("span",{class:"elx-cell--html",domProps:{innerHTML:Qe(t)}})]},renderTreeHTMLCell:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderHTMLCell(e,t))},renderSortAndFilterHeader:function(e,t){return Ve.renderDefaultHeader(e,t).concat(Ve.renderSortIcon(e,t)).concat(Ve.renderFilterIcon(e,t))},renderSortHeader:function(e,t){return Ve.renderDefaultHeader(e,t).concat(Ve.renderSortIcon(e,t))},renderSortIcon:function(e,t){var n=t.$table,r=t.column,i=n.sortOpts,a=i.showIcon,o=i.iconAsc,s=i.iconDesc;return a?[e("span",{class:"elx-cell--sort"},[e("i",{class:["elx-sort--asc-btn",o||l.icon.TABLE_SORT_ASC,{"sort--active":"asc"===r.order}],attrs:{title:l.i18n("Elx.table.sortAsc")},on:{click:function(e){n.triggerSortEvent(e,r,"asc")}}}),e("i",{class:["elx-sort--desc-btn",s||l.icon.TABLE_SORT_DESC,{"sort--active":"desc"===r.order}],attrs:{title:l.i18n("Elx.table.sortDesc")},on:{click:function(e){n.triggerSortEvent(e,r,"desc")}}})])]:[]},renderFilterHeader:function(e,t){return Ve.renderDefaultHeader(e,t).concat(Ve.renderFilterIcon(e,t))},renderFilterIcon:function(e,t){var n=t.$table,r=t.column,i=t.hasFilter,a=n.filterStore,o=n.filterOpts,s=o.showIcon,c=o.iconNone,u=o.iconMatch;return s?[e("span",{class:["elx-cell--filter",{"is--active":a.visible&&a.column===r}]},[e("i",{class:["elx-filter--btn",i?u||l.icon.TABLE_FILTER_MATCH:c||l.icon.TABLE_FILTER_NONE],attrs:{title:l.i18n("Elx.table.filter")},on:{click:function(e){n.triggerFilterEvent(e,t.column,t)}}})])]:[]},renderEditHeader:function(e,t){var n=t.$table,r=t.column,i=n.editRules,a=n.editOpts,s=r.sortable,c=r.remoteSort,u=r.filters,h=void 0;if(i){var d=o.a.get(i,t.column.property);d&&(h=d.some((function(e){return e.required})))}return[h&&a.showAsterisk?e("i",{class:"elx-cell--required-icon"}):null,a.showIcon?e("i",{class:["elx-cell--edit-icon",a.icon||l.icon.TABLE_EDIT]}):null].concat(Ve.renderDefaultHeader(e,t)).concat(s||c?Ve.renderSortIcon(e,t):[]).concat(u?Ve.renderFilterIcon(e,t):[])},renderRowEdit:function(e,t){var n=t.$table.editStore.actived;return Ve.runRenderer(e,t,this,n&&n.row===t.row)},renderTreeRowEdit:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderRowEdit(e,t))},renderCellEdit:function(e,t){var n=t.$table.editStore.actived;return Ve.runRenderer(e,t,this,n&&n.row===t.row&&n.column===t.column)},renderTreeCellEdit:function(e,t){return Ve.renderTreeIcon(e,t,Ve.renderCellEdit(e,t))},runRenderer:function(e,t,n,r){var i=t.$table,a=t.column,o=a.slots,s=a.editRender,l=a.formatter,c=De.renderer.get(s.name);return r?o&&o.edit?o.edit.call(i,t,e):c&&c.renderEdit?c.renderEdit.call(i,e,s,Object.assign({$type:"edit"},t),{$grid:i.$xegrid,$table:i}):[]:o&&o.default?o.default.call(i,t,e):l?[e("span",{class:"elx-cell--label"},[Qe(t)])]:Ve.renderDefaultCell.call(n,e,t)}},We=Ve,Ke=w.getRowid,Ge=w.getRowkey,Xe=w.setCellValue,qe=w.getCellLabel,Je=w.hasChildrenList,Ze=w.getColumnList,et=I.browse,tt=I.calcHeight,nt=I.hasClass,rt=I.addClass,it=I.removeClass,at=I.getEventTargetNode,ot=et["-webkit"]&&!et.edge,st=et.msie?40:20;function lt(){return o.a.uniqueId("row_")}function ct(e){return""===e||o.a.eqNull(e)}function ut(e,t,n){var r=o.a.get(e,n),i=o.a.get(t,n);return!(!ct(r)||!ct(i))||(o.a.isString(r)||o.a.isNumber(r)?r==i:o.a.isEqual(r,i))}function ht(e,t){var n=e.sortOpts.orders,r=t.order||null,i=n.indexOf(r)+1;return n[i=0&&(c++,l>o)));u++);return{toVisibleIndex:Math.max(0,s),visibleSize:Math.max(8,c)}}return{toVisibleIndex:0,visibleSize:8}}function gt(e,t,n){for(var r=0,i=e.length;r1||l>1)){var c=o.a.findIndexOf(n,(function(e){return e._row===t&&e._col===i})),u=n[c];if(u)u.rowspan=s,u.colspan=l,u._rowspan=s,u._colspan=l;else{var h=r?r.indexOf(t):t,d=a.indexOf(i);n.push({row:h,col:d,rowspan:s,colspan:l,_row:t,_col:i,_rowspan:s,_colspan:l})}}}))}}function At(e,t,n,r){var i=[];if(t){var a=e.treeConfig,s=e.visibleColumn;if(a)throw new Error(w.getLog("Elx.error.noTree",["merge-cells"]));o.a.isArray(t)||(t=[t]),t.forEach((function(e){var t=e.row,a=e.col;r&&o.a.isNumber(t)&&(t=r[t]),o.a.isNumber(a)&&(a=s[a]);var l=o.a.findIndexOf(n,(function(e){return e._row===t&&e._col===a}));if(l>-1){var c=n.splice(l,1);i.push(c[0])}}))}return i}var yt={getParentElem:function(){return this.$xegrid?this.$xegrid.$el.parentNode:this.$el.parentNode},getParentHeight:function(){return this.$xegrid?this.$xegrid.getParentHeight():this.getParentElem().clientHeight},getExcludeHeight:function(){return this.$xegrid?this.$xegrid.getExcludeHeight():0},clearAll:function(){return this.inited=!1,this.clearSort(),this.clearCurrentRow(),this.clearCurrentColumn(),this.clearRadioRow(),this.clearRadioReserve(),this.clearCheckboxRow(),this.clearCheckboxReserve(),this.clearRowExpand(),this.clearTreeExpand(),this.clearTreeExpandReserve(),De._edit&&this.clearActived(),De._filter&&this.clearFilter(),(this.keyboardConfig||this.mouseConfig)&&this.clearSelected(),this.mouseConfig&&(this.clearCellAreas(),this.clearCopyCellArea()),this.clearScroll()},syncData:function(){var e=this;return this.$nextTick().then((function(){return e.tableData=[],e.$nextTick().then((function(){return e.loadTableData(e.tableFullData)}))}))},updateData:function(){return this.handleTableData(!0).then(this.updateFooter).then(this.recalculate)},handleTableData:function(e){var t=this.scrollYLoad,n=this.scrollYStore,r=e?this.updateAfterFullData():this.afterFullData;return this.tableData=t?r.slice(n.startIndex,n.endIndex):r.slice(0),this.$nextTick()},loadTableData:function(e){var t=this,n=this.keepSource,r=this.treeConfig,i=this.editStore,a=this.sYOpts,s=this.scrollYStore,l=this.scrollXStore,c=e?e.slice(0):[],u=!r&&a.gt>-1&&a.gt-1},isUpdateByRow:function(e,t){var n=this,r=this.visibleColumn,i=this.keepSource,a=this.treeConfig,s=this.treeOpts,l=this.tableSourceData,c=this.fullDataRowIdData;if(i){var u=void 0,h=void 0,d=Ke(this,e);if(!c[d])return!1;if(a){var f,p,m=s.children,g=o.a.findTree(l,(function(e){return d===Ke(n,e)}),s);e=Object.assign({},e,((f={})[m]=null,f)),g&&(u=Object.assign({},g.item,((p={})[m]=null,p)))}else{var v=c[d].index;u=l[v]}if(u){if(arguments.length>1)return!ut(u,e,t);for(var A=0,y=r.length;A-1}),n):e.filter((function(e){return a.indexOf(e)>-1}))}return i},updateAfterFullData:function(){var e=this.visibleColumn,t=this.tableFullData,n=this.filterOpts,r=this.sortOpts,i=t.slice(0),a=o.a.find(e,(function(e){return e.order})),s=[];if(e.forEach((function(e){if(e.filters&&e.filters.length){var t=[],n=[];e.filters.forEach((function(e){e.checked&&(n.push(e),t.push(e.value))})),s.push({column:e,valueList:t,itemList:n})}})),s.length&&(i=i.filter((function(e){return s.every((function(t){var r=t.column,i=t.valueList,a=t.itemList;if(i.length&&!n.remote){var s=r.filterRender,l=r.property,c=r.filterMethod,u=n.filterMethod,h=s?De.renderer.get(s.name):null;return!c&&h&&h.renderFilter&&(c=h.filterMethod),u&&!c?u({options:a,values:i,row:e,column:r}):c?a.some((function(t){return c({value:t.value,option:t,row:e,column:r})})):i.indexOf(o.a.get(e,l))>-1}return!0}))}))),a&&a.order){var l=a.remoteSort,c=a.sortMethod,u=a.property,h=a.order,d=r.sortMethod;if(!(o.a.isBoolean(l)?l:r.remote))if(d&&!c)i=d({data:i,column:a,property:u,order:h,$table:this})||i;else{var f={$table:this},p=c?i.sort(c):o.a.sortBy(i,a.sortBy||(a.formatter?function(e){return qe(e,a,f)}:u));i="desc"===h?p.reverse():p}}return this.afterFullData=i,i},getRowById:function(e){var t=this.fullDataRowIdData;return t[e]?t[e].row:null},getRowid:function(e){var t=this.fullAllDataRowMap;return t.has(e)?t.get(e).rowid:null},getTableData:function(){var e=this.tableFullData,t=this.afterFullData,n=this.tableData,r=this.footerData;return{fullData:e.slice(0),visibleData:t.slice(0),tableData:n.slice(0),footerData:r.slice(0)}},handleDefaults:function(){var e=this;this.checkboxConfig&&this.handleDefaultSelectionChecked(),this.radioConfig&&this.handleDefaultRadioChecked(),this.sortConfig&&this.handleDefaultSort(),this.expandConfig&&this.handleDefaultRowExpand(),this.treeConfig&&this.handleDefaultTreeExpand(),this.mergeCells&&this.handleDefaultMergeCells(),this.mergeFooterItems&&this.handleDefaultMergeFooterItems(),this.$nextTick((function(){return requestAnimationFrame(e.recalculate)}))},hideColumn:function(e){return e.visible=!1,this.handleCustom()},showColumn:function(e){return e.visible=!0,this.handleCustom()},resetColumn:function(e){var t=this.customOpts.checkMethod,n=Object.assign({visible:!0,resizable:!0===e},e);return this.tableFullColumn.forEach((function(e){n.resizable&&(e.resizeWidth=0),t&&!t({column:e})||(e.visible=e.defaultVisible)})),n.resizable&&this.saveCustomResizable(!0),this.handleCustom()},handleCustom:function(){return this.saveCustomVisible(),this.analyColumnWidth(),this.refreshColumn()},restoreCustomStorage:function(){var e=this.id,t=this.collectColumn,n=this.customConfig,r=this.customOpts,i=r.storage,a=!0===r.storage,s=a||i&&i.resizable,l=a||i&&i.visible;if(n&&(s||l)){var c={};if(!e)return void w.error("Elx.error.reqProp",["id"]);if(s){var u=dt("Elx_TABLE_CUSTOM_COLUMN_WIDTH")[e];u&&o.a.each(u,(function(e,t){c[t]={field:t,resizeWidth:e}}))}if(l){var h=dt("Elx_TABLE_CUSTOM_COLUMN_VISIBLE")[e];if(h){var d=h.split("|"),f=d[0]?d[0].split(","):[],p=d[1]?d[1].split(","):[];f.forEach((function(e){c[e]?c[e].visible=!1:c[e]={field:e,visible:!1}})),p.forEach((function(e){c[e]?c[e].visible=!0:c[e]={field:e,visible:!0}}))}}var m={};o.a.eachTree(t,(function(e){var t=e.getKey();t&&(m[t]=e)})),o.a.each(c,(function(e,t){var n=e.visible,r=e.resizeWidth,i=m[t];i&&(o.a.isNumber(r)&&(i.resizeWidth=r),o.a.isBoolean(n)&&(i.visible=n))}))}},saveCustomVisible:function(){var e=this.id,t=this.collectColumn,n=this.customConfig,r=this.customOpts,i=r.checkMethod,a=r.storage,s=!0===r.storage||a&&a.visible;if(n&&s){var l=dt("Elx_TABLE_CUSTOM_COLUMN_VISIBLE"),c=[],u=[];if(!e)return void w.error("Elx.error.reqProp",["id"]);o.a.eachTree(t,(function(e){if(!i||i({column:e}))if(!e.visible&&e.defaultVisible){var t=e.getKey();t&&c.push(t)}else if(e.visible&&!e.defaultVisible){var n=e.getKey();n&&u.push(n)}})),l[e]=[c.join(",")].concat(u.length?[u.join(",")]:[]).join("|")||void 0,localStorage.setItem("Elx_TABLE_CUSTOM_COLUMN_VISIBLE",o.a.toJSONString(l))}},saveCustomResizable:function(e){var t=this.id,n=this.collectColumn,r=this.customConfig,i=this.customOpts,a=i.storage,s=!0===i.storage||a&&a.resizable;if(r&&s){var l=dt("Elx_TABLE_CUSTOM_COLUMN_WIDTH"),c=void 0;if(!t)return void w.error("Elx.error.reqProp",["id"]);e||(c=o.a.isPlainObject(l[t])?l[t]:{},o.a.eachTree(n,(function(e){if(e.resizeWidth){var t=e.getKey();t&&(c[t]=e.renderWidth)}}))),l[t]=o.a.isEmpty(c)?void 0:c,localStorage.setItem("Elx_TABLE_CUSTOM_COLUMN_WIDTH",o.a.toJSONString(l))}},refreshColumn:function(){var e=this,t=[],n=[],r=[],i=this.collectColumn,a=this.tableFullColumn,s=this.isGroup,l=this.columnStore,c=this.sXOpts,u=this.scrollXStore;if(s){var h=[],d=[],f=[];o.a.eachTree(i,(function(e,i,a,s,l){var c=Je(e);l&&l.fixed&&(e.fixed=l.fixed),l&&e.fixed!==l.fixed&&w.error("Elx.error.groupFixed"),c?e.visible=!!o.a.findTree(e.children,(function(e){return Je(e)?null:e.visible})):e.visible&&("left"===e.fixed?t.push(e):"right"===e.fixed?r.push(e):n.push(e))})),i.forEach((function(e){e.visible&&("left"===e.fixed?h.push(e):"right"===e.fixed?f.push(e):d.push(e))})),this.tableGroupColumn=h.concat(d).concat(f)}else a.forEach((function(e){e.visible&&("left"===e.fixed?t.push(e):"right"===e.fixed?r.push(e):n.push(e))}));var p=t.concat(n).concat(r),m=c.gt>-1&&c.gt0?Math.floor(a/(f.length+u.length+p.length)):0,s?a>0&&f.concat(u).forEach((function(e){r+=o,e.renderWidth+=o})):o=40,p.forEach((function(e){var t=Math.max(o,40);e.renderWidth=t,r+=t})),s){var m=d.concat(f).concat(u).concat(p),g=m.length-1;if(g>0){var v=i-r;if(v>0){for(;v>0&&g>=0;)v--,m[g--].renderWidth++;r=i}}}var A=t.offsetHeight,y=t.scrollHeight>t.clientHeight;if(this.scrollbarWidth=y?t.offsetWidth-i:0,this.overflowY=y,this.tableWidth=r,this.tableHeight=A,e?(this.headerHeight=e.clientHeight,e.scrollLeft!==t.scrollLeft&&(e.scrollLeft=t.scrollLeft)):this.headerHeight=0,n){var b=n.offsetHeight;this.scrollbarHeight=Math.max(b-n.clientHeight,0),this.overflowX=r>n.clientWidth,this.footerHeight=b}else this.footerHeight=0,this.scrollbarHeight=Math.max(A-t.clientHeight,0),this.overflowX=r>i;this.customHeight=tt(this,"height"),this.customMaxHeight=tt(this,"maxHeight"),this.parentHeight=Math.max(this.headerHeight+this.footerHeight+20,this.getParentHeight()),this.overflowX&&this.checkScrolling()},updateStyle:function(){var e=this,t=this.$refs,n=this.isGroup,r=this.fullColumnIdData,i=this.tableColumn,a=this.customHeight,s=this.customMaxHeight,l=this.border,c=this.headerHeight,u=this.showFooter,h=this.showOverflow,d=this.showHeaderOverflow,f=this.showFooterOverflow,p=this.footerHeight,m=this.tableHeight,g=this.tableWidth,v=this.scrollbarHeight,A=this.scrollbarWidth,y=this.scrollXLoad,b=this.scrollYLoad,_=this.cellOffsetWidth,w=this.columnStore,x=this.elemStore,C=this.editStore,S=this.currentRow,k=this.mouseConfig,M=t.emptyPlaceholder,E=x["main-body-wrapper"];return M&&(M.style.top=c+"px",M.style.height=E?E.offsetHeight-v+"px":""),a>0&&u&&(a+=v),["main","left","right"].forEach((function(C,S){var k=S>0?C:"",M=w[k+"List"],E=t[k+"Container"];["header","body","footer"].forEach((function(t){var S=x[C+"-"+t+"-wrapper"],T=x[C+"-"+t+"-table"];if("header"===t){var B=g;y&&(k&&(i=M),B=i.reduce((function(e,t){return e+t.renderWidth}),0)),T&&(T.style.width=B?B+A+"px":"",et.msie&&o.a.arrayEach(T.querySelectorAll(".elx-resizable"),(function(e){e.style.height=e.parentNode.offsetHeight+"px"})));var D=x[C+"-"+t+"-repair"];D&&(D.style.width=g+"px");var L=x[C+"-"+t+"-list"];n&&L&&o.a.arrayEach(L.querySelectorAll(".col--group"),(function(t){var n=e.getColumnNode(t);if(n){var r=n.item,i=r.showHeaderOverflow,a=o.a.isBoolean(i)?i:d,s="title"===a||!0===a||"tooltip"===a||"ellipsis"===a,c=0,u=0;s&&o.a.eachTree(r.children,(function(e){e.children&&r.children.length||u++,c+=e.renderWidth})),t.style.width=s?c-u-(l?2:0)+"px":""}}))}else if("body"===t){var O=x[C+"-"+t+"-emptyBlock"];if(S&&(s?S.style.maxHeight=(k?s-c-(u?0:v):s-c)+"px":S.style.height=a>0?(k?(a>0?a-c-p:m)-(u?0:v):a-c-p)+"px":""),E){var I="right"===k,F=w[k+"List"];S&&(S.style.top=c+"px"),E.style.height=(a>0?a-c-p:m)+c+p-v*(u?2:1)+"px",E.style.width=F.reduce((function(e,t){return e+t.renderWidth}),I?A:0)+"px"}var N=g;k&&h?N=(i=M).reduce((function(e,t){return e+t.renderWidth}),0):y&&(k&&(i=M),N=i.reduce((function(e,t){return e+t.renderWidth}),0)),T&&(T.style.width=N?N+"px":"",T.style.paddingRight=A&&k&&(et["-moz"]||et.safari)?A+"px":""),O&&(O.style.width=N?N+"px":"")}else if("footer"===t){var P=g;k&&h?P=(i=M).reduce((function(e,t){return e+t.renderWidth}),0):y&&(k&&(i=M),P=i.reduce((function(e,t){return e+t.renderWidth}),0)),S&&(E&&(S.style.top=(a>0?a-p:m+c)+"px"),S.style.marginTop=-v+"px"),T&&(T.style.width=P?P+A+"px":"")}var R=x[C+"-"+t+"-colgroup"];R&&o.a.arrayEach(R.children,(function(n){var i=n.getAttribute("name");if("col_gutter"===i&&(n.style.width=A+"px"),r[i]){var a=r[i].column,s=a.showHeaderOverflow,l=a.showFooterOverflow,c=a.showOverflow,u=void 0;n.style.width=a.renderWidth+"px";var p="title"===(u="header"===t?o.a.isUndefined(s)||o.a.isNull(s)?d:s:"footer"===t?o.a.isUndefined(l)||o.a.isNull(l)?f:l:o.a.isUndefined(c)||o.a.isNull(c)?h:c)||!0===u||"tooltip"===u||"ellipsis"===u,m=x[C+"-"+t+"-list"];"header"===t||"footer"===t?y&&!p&&(p=!0):!y&&!b||p||(p=!0),m&&o.a.arrayEach(m.querySelectorAll("."+a.id),(function(t){var n=parseInt(t.getAttribute("colspan")||1),r=t.querySelector(".elx-cell"),i=a.renderWidth;if(r){if(n>1)for(var o=e.getColumnIndex(a),s=1;s0?"addClass":"removeClass"](n,"scrolling--middle"),r&&I[i.clientWidth=48&&y<=57||y>=65&&y<=90||y>=96&&y<=111||y>=186&&y<=192||y>=219&&y<=222)&&v.column&&v.row&&v.column.editRender&&(h.editMethod&&!1===h.editMethod(v.args,e)||a.activeMethod&&!a.activeMethod(v.args)||(Xe(v.row,v.column,null),t.handleActived(v.args,e)));t.emitEvent("keydown",{},e)}))},handleGlobalPasteEvent:function(e){var t=this.isActivated,n=this.keyboardConfig,r=this.mouseConfig,i=this.mouseOpts,a=this.editStore.actived;!t||a.row||a.column||n&&n.isClip&&r&&i.area&&this.handlePasteCellAreaEvent&&this.handlePasteCellAreaEvent(e)},handleGlobalCopyEvent:function(e){var t=this.isActivated,n=this.keyboardConfig,r=this.mouseConfig,i=this.mouseOpts,a=this.editStore.actived;!t||a.row||a.column||n&&n.isClip&&r&&i.area&&this.handleCopyCellAreaEvent&&this.handleCopyCellAreaEvent(e)},handleGlobalCutEvent:function(e){var t=this.isActivated,n=this.keyboardConfig,r=this.mouseConfig,i=this.mouseOpts,a=this.editStore.actived;!t||a.row||a.column||n&&n.isClip&&r&&i.area&&this.handleCutCellAreaEvent&&this.handleCutCellAreaEvent(e)},handleGlobalResizeEvent:function(){this.closeMenu(),this.recalculate(!0)},handleTooltipLeaveEvent:function(){var e=this,t=this.tooltipOpts;setTimeout((function(){e.tooltipActive||e.clostTooltip()}),t.leaveDelay)},handleTargetEnterEvent:function(){clearTimeout(this.tooltipTimeout),this.tooltipActive=!0,this.clostTooltip()},handleTargetLeaveEvent:function(){var e=this,t=this.tooltipOpts;this.tooltipActive=!1,t.enterable?this.tooltipTimeout=setTimeout((function(){e.$refs.tooltip.isHover||e.clostTooltip()}),t.leaveDelay):this.clostTooltip()},triggerHeaderHelpEvent:function(e,t){var n=t.column.titleHelp;if(n.message){var r=this.$refs,i=this.tooltipStore,a=r.tooltip,o=w.getFuncText(n.message);this.handleTargetEnterEvent(),i.visible=!0,a&&a.toVisible(e.currentTarget,o)}},triggerHeaderTooltipEvent:function(e,t){var n=this.tooltipStore,r=t.column,i=e.currentTarget;this.handleTargetEnterEvent(),n.column===r&&n.visible||this.handleTooltip(e,i,i,null,t)},triggerBodyTooltipEvent:function(e,t){var n=this.editConfig,r=this.editOpts,i=this.editStore,a=this.tooltipStore,o=i.actived,s=t.row,l=t.column,c=e.currentTarget;if(this.handleTargetEnterEvent(),!(n&&("row"===r.mode&&o.row===s||o.row===s&&o.column===l)||a.column===l&&a.row===s&&a.visible)){var u=void 0,h=void 0;l.treeNode?(u=c.querySelector(".elx-tree-cell"),"html"===l.type&&(h=c.querySelector(".elx-cell--html"))):h=c.querySelector("html"===l.type?".elx-cell--html":".elx-cell--label"),this.handleTooltip(e,c,u||c.children[0],h,t)}},triggerFooterTooltipEvent:function(e,t){var n=t.column,r=this.tooltipStore,i=e.currentTarget;this.handleTargetEnterEvent(),r.column===n&&r.visible||this.handleTooltip(e,i,i.querySelector(".elx-cell--item")||i.children[0],null,t)},handleTooltip:function(e,t,n,r,i){i.cell=t;var a=this.$refs,s=this.tooltipOpts,l=this.tooltipStore,c=i.column,u=i.row,h=s.enabled,d=s.contentMethod,f=a.tooltip,p=d?d(i):null,m=d&&!o.a.eqNull(p),g=m?p:("html"===c.type?n.innerText:n.textContent).trim(),v=n.scrollWidth>n.clientWidth;return g&&(h||m||v)&&(Object.assign(l,{row:u,column:c,visible:!0}),f&&f.toVisible(v?n:r||n,w.formatText(g))),this.$nextTick()},clostTooltip:function(){var e=this.$refs,t=this.tooltipStore,n=e.tooltip;return t.visible&&(Object.assign(t,{row:null,column:null,content:null,visible:!1}),n&&n.close()),this.$nextTick()},isAllCheckboxChecked:function(){return this.isAllSelected},isCheckboxIndeterminate:function(){return this.isIndeterminate},getCheckboxIndeterminateRecords:function(){var e=this.treeConfig,t=this.treeIndeterminates;return e?t.slice(0):[]},handleDefaultSelectionChecked:function(){var e=this.fullDataRowIdData,t=this.checkboxOpts,n=t.checkAll,r=t.checkRowKeys;if(n)this.setAllCheckboxRow(!0);else if(r){var i=[];r.forEach((function(t){e[t]&&i.push(e[t].row)})),this.setCheckboxRow(i,!0)}},setCheckboxRow:function(e,t){var n=this;return e&&!o.a.isArray(e)&&(e=[e]),e.forEach((function(e){return n.handleSelectRow({row:e},!!t)})),this.$nextTick()},isCheckedByCheckboxRow:function(e){var t=this.checkboxOpts.checkField;return t?o.a.get(e,t):this.selection.indexOf(e)>-1},handleSelectRow:function(e,t){var n=this,r=e.row,i=this.selection,a=this.afterFullData,s=this.treeConfig,l=this.treeOpts,c=this.treeIndeterminates,u=this.checkboxOpts,h=u.checkField,d=u.checkStrictly,f=u.checkMethod;if(h)if(s&&!d){-1===t?(-1===c.indexOf(r)&&c.push(r),o.a.set(r,h,!1)):o.a.eachTree([r],(function(e){r!==e&&f&&!f({row:e})||(o.a.set(e,h,t),o.a.remove(c,(function(t){return t===e})),n.handleCheckboxReserveRow(r,t))}),l);var p=o.a.findTree(a,(function(e){return e===r}),l);if(p&&p.parent){var m=void 0,g=f?p.items.filter((function(e){return f({row:e})})):p.items;if(o.a.find(p.items,(function(e){return c.indexOf(e)>-1})))m=-1;else{var v=p.items.filter((function(e){return o.a.get(e,h)}));m=v.filter((function(e){return g.indexOf(e)>-1})).length===g.length||!(!v.length&&-1!==t)&&-1}return this.handleSelectRow({row:p.parent},m)}}else f&&!f({row:r})||(o.a.set(r,h,t),this.handleCheckboxReserveRow(r,t));else if(s&&!d){-1===t?(-1===c.indexOf(r)&&c.push(r),o.a.remove(i,(function(e){return e===r}))):o.a.eachTree([r],(function(e){r!==e&&f&&!f({row:e})||(t?i.push(e):o.a.remove(i,(function(t){return t===e})),o.a.remove(c,(function(t){return t===e})),n.handleCheckboxReserveRow(r,t))}),l);var A=o.a.findTree(a,(function(e){return e===r}),l);if(A&&A.parent){var y=void 0,b=f?A.items.filter((function(e){return f({row:e})})):A.items;if(o.a.find(A.items,(function(e){return c.indexOf(e)>-1})))y=-1;else{var _=A.items.filter((function(e){return i.indexOf(e)>-1}));y=_.filter((function(e){return b.indexOf(e)>-1})).length===b.length||!(!_.length&&-1!==t)&&-1}return this.handleSelectRow({row:A.parent},y)}}else f&&!f({row:r})||(t?-1===i.indexOf(r)&&i.push(r):o.a.remove(i,(function(e){return e===r})),this.handleCheckboxReserveRow(r,t));this.checkSelectionStatus()},handleToggleCheckRowEvent:function(e,t){var n=this.selection,r=this.checkboxOpts.checkField,i=t.row,a=r?!o.a.get(i,r):-1===n.indexOf(i);e?this.triggerCheckRowEvent(e,t,a):this.handleSelectRow(t,a)},triggerCheckRowEvent:function(e,t,n){var r=this.checkboxOpts.checkMethod;r&&!r({row:t.row})||(this.handleSelectRow(t,n),this.emitEvent("checkbox-change",Object.assign({records:this.getCheckboxRecords(),reserves:this.getCheckboxReserveRecords(),indeterminates:this.getCheckboxIndeterminateRecords(),checked:n},t),e))},toggleCheckboxRow:function(e){return this.handleToggleCheckRowEvent(null,{row:e}),this.$nextTick()},setAllCheckboxRow:function(e){var t=this,n=this.afterFullData,r=this.treeConfig,i=this.treeOpts,a=this.selection,s=this.checkboxReserveRowMap,l=this.checkboxOpts,c=l.checkField,u=l.reserve,h=l.checkStrictly,d=l.checkMethod,f=[],p=r?[]:a.filter((function(e){return-1===n.indexOf(e)}));if(h)this.isAllSelected=e;else{if(c){var m=function(t){d&&!d({row:t})||(e&&f.push(t),o.a.set(t,c,e))};r?o.a.eachTree(n,m,i):n.forEach(m)}else r?e?o.a.eachTree(n,(function(e){d&&!d({row:e})||f.push(e)}),i):d&&o.a.eachTree(n,(function(e){!d({row:e})&&a.indexOf(e)>-1&&f.push(e)}),i):e?f=d?n.filter((function(e){return a.indexOf(e)>-1||d({row:e})})):n.slice(0):d&&(f=n.filter((function(e){return d({row:e})?0:a.indexOf(e)>-1})));u&&(e?f.forEach((function(e){s[Ke(t,e)]=e})):n.forEach((function(e){return t.handleCheckboxReserveRow(e,!1)}))),this.selection=c?[]:p.concat(f)}this.treeIndeterminates=[],this.checkSelectionStatus()},checkSelectionStatus:function(){var e=this.afterFullData,t=this.selection,n=this.treeIndeterminates,r=this.checkboxOpts,i=this.treeConfig,a=r.checkField,s=r.halfField,l=r.checkStrictly,c=r.checkMethod;if(!l){var u=!1,h=!1;a?(u=e.length&&e.every(c?function(e){return!c({row:e})||o.a.get(e,a)}:function(e){return o.a.get(e,a)}),h=i?s?!u&&e.some((function(e){return o.a.get(e,a)||o.a.get(e,s)||n.indexOf(e)>-1})):!u&&e.some((function(e){return o.a.get(e,a)||n.indexOf(e)>-1})):s?!u&&e.some((function(e){return o.a.get(e,a)||o.a.get(e,s)})):!u&&e.some((function(e){return o.a.get(e,a)}))):(u=e.length&&e.every(c?function(e){return!c({row:e})||t.indexOf(e)>-1}:function(e){return t.indexOf(e)>-1}),h=i?!u&&e.some((function(e){return n.indexOf(e)>-1||t.indexOf(e)>-1})):!u&&e.some((function(e){return t.indexOf(e)>-1}))),this.isAllSelected=u,this.isIndeterminate=h}},handleReserveStatus:function(){var e=this.expandColumn,t=this.treeOpts,n=this.treeConfig,r=this.fullDataRowIdData,i=this.fullAllDataRowMap,a=this.currentRow,o=this.selectRow,s=this.radioReserveRow,l=this.radioOpts,c=this.checkboxOpts,u=this.selection,h=this.rowExpandeds,d=this.treeExpandeds,f=this.expandOpts;if(o&&!i.has(o)&&(this.selectRow=null),l.reserve&&s){var p=Ke(this,s);r[p]&&this.setRadioRow(r[p].row)}this.selection=ft(this,u),c.reserve&&this.setCheckboxRow(pt(this,this.checkboxReserveRowMap),!0),a&&!i.has(a)&&(this.currentRow=null),this.rowExpandeds=e?ft(this,h):[],e&&f.reserve&&this.setRowExpand(pt(this,this.rowExpandedReserveRowMap),!0),this.treeExpandeds=n?ft(this,d):[],n&&t.reserve&&this.setTreeExpand(pt(this,this.treeExpandedReserveRowMap),!0)},getRadioReserveRecord:function(){var e=this.fullDataRowIdData,t=this.radioReserveRow;return this.radioOpts.reserve&&t&&!e[Ke(this,t)]?t:null},clearRadioReserve:function(){return this.radioReserveRow=null,this.$nextTick()},handleRadioReserveRow:function(e){this.radioOpts.reserve&&(this.radioReserveRow=e)},getCheckboxReserveRecords:function(){var e=this.fullDataRowIdData,t=this.checkboxReserveRowMap,n=this.checkboxOpts,r=[];return n.reserve&&o.a.each(t,(function(t,n){t&&!e[n]&&r.push(t)})),r},clearCheckboxReserve:function(){return this.checkboxReserveRowMap={},this.$nextTick()},handleCheckboxReserveRow:function(e,t){var n=this.checkboxReserveRowMap;if(this.checkboxOpts.reserve){var r=Ke(this,e);t?n[r]=e:n[r]&&delete n[r]}},triggerCheckAllEvent:function(e,t){this.setAllCheckboxRow(t),this.emitEvent("checkbox-all",{records:this.getCheckboxRecords(),reserves:this.getCheckboxReserveRecords(),indeterminates:this.getCheckboxIndeterminateRecords(),checked:t},e)},toggleAllCheckboxRow:function(){return this.triggerCheckAllEvent(null,!this.isAllSelected),this.$nextTick()},clearCheckboxRow:function(){var e=this,t=this.tableFullData,n=this.treeConfig,r=this.treeOpts,i=this.checkboxOpts,a=i.checkField,s=i.reserve;return a&&(n?o.a.eachTree(t,(function(e){return o.a.set(e,a,!1)}),r):t.forEach((function(e){return o.a.set(e,a,!1)}))),s&&t.forEach((function(t){return e.handleCheckboxReserveRow(t,!1)})),this.isAllSelected=!1,this.isIndeterminate=!1,this.selection=[],this.treeIndeterminates=[],this.$nextTick()},handleDefaultRadioChecked:function(){var e=this.radioOpts,t=this.fullDataRowIdData,n=e.checkRowKey,r=e.reserve;if(n&&(t[n]&&this.setRadioRow(t[n].row),r)){var i,a=Ge(this);this.radioReserveRow=((i={})[a]=n,i)}},triggerRadioRowEvent:function(e,t){var n=this.selectRow!==t.row;this.setRadioRow(t.row),n&&this.emitEvent("radio-change",t,e)},triggerCurrentRowEvent:function(e,t){var n=this.currentRow!==t.row;this.setCurrentRow(t.row),n&&this.emitEvent("current-change",t,e)},setCurrentRow:function(e){return this.clearCurrentRow(),this.clearCurrentColumn(),this.currentRow=e,this.highlightCurrentRow&&o.a.arrayEach(this.$el.querySelectorAll('[data-rowid="'+Ke(this,e)+'"]'),(function(e){return rt(e,"row--current")})),this.$nextTick()},isCheckedByRadioRow:function(e){return this.selectRow===e},setRadioRow:function(e){var t=this.radioOpts.checkMethod;return!e||t&&!t({row:e})||(this.selectRow=e,this.handleRadioReserveRow(e)),this.$nextTick()},clearCurrentRow:function(){return this.currentRow=null,this.hoverRow=null,o.a.arrayEach(this.$el.querySelectorAll(".row--current"),(function(e){return it(e,"row--current")})),this.$nextTick()},clearRadioRow:function(){return this.selectRow=null,this.$nextTick()},getCurrentRecord:function(){return this.highlightCurrentRow?this.currentRow:null},getRadioRecord:function(){return this.selectRow},triggerHoverEvent:function(e,t){var n=t.row;this.setHoverRow(n)},setHoverRow:function(e){var t=Ke(this,e);this.clearHoverRow(),o.a.arrayEach(this.$el.querySelectorAll('[data-rowid="'+t+'"]'),(function(e){return rt(e,"row--hover")})),this.hoverRow=e},clearHoverRow:function(){o.a.arrayEach(this.$el.querySelectorAll(".elx-body--row.row--hover"),(function(e){return it(e,"row--hover")})),this.hoverRow=null},triggerHeaderCellClickEvent:function(e,t){var n=this._lastResizeTime,r=this.sortOpts,i=t.column,a=e.currentTarget,o=n&&n>Date.now()-300,s=at(e,a,"elx-cell--sort").flag,l=at(e,a,"elx-cell--filter").flag;return"cell"!==r.trigger||o||s||l||this.triggerSortEvent(e,i,ht(this,i)),this.emitEvent("header-cell-click",Object.assign({triggerResizable:o,triggerSort:s,triggerFilter:l,cell:a},t),e),this.highlightCurrentColumn?this.setCurrentColumn(i):this.$nextTick()},triggerHeaderCellDBLClickEvent:function(e,t){this.emitEvent("header-cell-dblclick",Object.assign({cell:e.currentTarget},t),e)},getCurrentColumn:function(){return this.highlightCurrentColumn?this.currentColumn:null},setCurrentColumn:function(e){return this.clearCurrentRow(),this.clearCurrentColumn(),this.currentColumn=e,this.$nextTick()},clearCurrentColumn:function(){return this.currentColumn=null,this.$nextTick()},checkValidate:function(e){return De._valid?this.triggerValidate(e):this.$nextTick()},handleChangeCell:function(e,t){var n=this;this.checkValidate("blur").catch((function(e){return e})).then((function(){n.handleActived(t,e).then((function(){return n.checkValidate("change")})).catch((function(e){return e}))}))},triggerCellClickEvent:function(e,t){var n=this.highlightCurrentRow,r=this.editStore,i=this.radioOpts,a=this.expandOpts,o=this.treeOpts,s=this.editConfig,l=this.editOpts,c=this.checkboxOpts,u=r.actived,h=t,d=h.row,f=h.column,p=f.type,m=f.treeNode,g="radio"===p,v="checkbox"===p,A="expand"===p,y=e.currentTarget,b=g&&at(e,y,"elx-cell--radio").flag,_=v&&at(e,y,"elx-cell--checkbox").flag,w=m&&at(e,y,"elx-tree--btn-wrapper").flag,x=A&&at(e,y,"elx-table--expanded").flag;t=Object.assign({cell:y,triggerRadio:b,triggerCheckbox:_,triggerTreeNode:w,triggerExpandNode:x},t),!x&&("row"===a.trigger||A&&"cell"===a.trigger)&&this.triggerRowExpandEvent(e,t),("row"===o.trigger||m&&"cell"===o.trigger)&&this.triggerTreeExpandEvent(e,t),w||(x||(n&&(_||b||this.triggerCurrentRowEvent(e,t)),!b&&("row"===i.trigger||g&&"cell"===i.trigger)&&this.triggerRadioRowEvent(e,t),!_&&("row"===c.trigger||v&&"cell"===c.trigger)&&this.handleToggleCheckRowEvent(e,t)),s&&("manual"===l.trigger?u.args&&u.row===d&&f!==u.column&&this.handleChangeCell(e,t):u.args&&d===u.row&&f===u.column||("click"===l.trigger||"dblclick"===l.trigger&&"row"===l.mode&&u.row===d)&&this.handleChangeCell(e,t))),this.emitEvent("cell-click",t,e)},triggerCellDBLClickEvent:function(e,t){var n=this,r=this.editStore,i=this.editConfig,a=this.editOpts,o=r.actived,s=e.currentTarget;t.cell=s,i&&"dblclick"===a.trigger&&(o.args&&e.currentTarget===o.args.cell||("row"===a.mode?this.checkValidate("blur").catch((function(e){return e})).then((function(){n.handleActived(t,e).then((function(){return n.checkValidate("change")})).catch((function(e){return e}))})):"cell"===a.mode&&this.handleActived(t,e).then((function(){return n.checkValidate("change")})).catch((function(e){return e})))),this.emitEvent("cell-dblclick",t,e)},handleDefaultSort:function(){var e=this.sortOpts.defaultSort;if(e){var t=e.field,n=e.order;if(t&&n){var r=o.a.find(this.visibleColumn,(function(e){return e.property===t}));r&&!r.order&&this.sort(t,n)}}},triggerSortEvent:function(e,t,n){var r=t.property;if(t.sortable||t.remoteSort){var i={column:t,property:r,order:n,sortBy:t.sortBy};n&&t.order!==n?this.sort(r,n):(i.order=null,this.clearSort()),this.emitEvent("sort-change",i,e)}},sort:function(e,t){var n=this.tableFullColumn,r=this.sortOpts,i=this.getColumnByField(e);if(i){var a=o.a.isBoolean(i.remoteSort)?i.remoteSort:r.remote;if(i.sortable||i.remoteSort)return arguments.length<=1&&(t=ht(this,i)),i.order!==t&&(n.forEach((function(e){e.order=null})),i.order=t,a||this.handleTableData(!0)),this.$nextTick().then(this.updateStyle)}return this.$nextTick()},clearSort:function(){return this.tableFullColumn.forEach((function(e){e.order=null})),this.handleTableData(!0)},getSortColumn:function(){return o.a.find(this.visibleColumn,(function(e){return e.sortable&&e.order}))},closeFilter:function(){return Object.assign(this.filterStore,{isAllSelected:!1,isIndeterminate:!1,options:[],visible:!1}),this.$nextTick()},isFilter:function(e){if(e){var t=this.getColumnByField(e);return t&&t.filters&&t.filters.some((function(e){return e.checked}))}return this.visibleColumn.some((function(e){return e.filters&&e.filters.some((function(e){return e.checked}))}))},isRowExpandLoaded:function(e){var t=this.fullAllDataRowMap.get(e);return t&&t.expandLoaded},clearRowExpandLoaded:function(e){var t=this.expandOpts,n=this.expandLazyLoadeds,r=this.fullAllDataRowMap,i=t.lazy,a=r.get(e);return i&&a&&(a.expandLoaded=!1,o.a.remove(n,(function(t){return e===t}))),this.$nextTick()},reloadExpandContent:function(e){var t=this,n=this.expandOpts,r=this.expandLazyLoadeds;return n.lazy&&-1===r.indexOf(e)&&this.clearRowExpandLoaded(e).then((function(){return t.handleAsyncRowExpand(e)})),this.$nextTick()},triggerRowExpandEvent:function(e,t){var n=this.expandOpts,r=this.expandLazyLoadeds,i=this.expandColumn,a=t.row;if(!n.lazy||-1===r.indexOf(a)){var o=!this.isExpandByRow(a),s=this.getColumnIndex(i),l=this.$getColumnIndex(i);this.setRowExpand(a,o),this.emitEvent("toggle-row-expand",{expanded:o,column:i,columnIndex:s,$columnIndex:l,row:a,rowIndex:this.getRowIndex(a),$rowIndex:this.$getRowIndex(a)},e)}},toggleRowExpand:function(e){return this.setRowExpand(e,!this.isExpandByRow(e))},handleDefaultRowExpand:function(){var e=this.expandOpts,t=this.fullDataRowIdData,n=e.expandAll,r=e.expandRowKeys;if(n)this.setAllRowExpand(!0);else if(r){var i=[];r.forEach((function(e){t[e]&&i.push(t[e].row)})),this.setRowExpand(i,!0)}},setAllRowExpand:function(e){return this.setRowExpand(this.expandOpts.lazy?this.tableData:this.tableFullData,e)},handleAsyncRowExpand:function(e){var t=this,n=this.fullAllDataRowMap.get(e);return new Promise((function(r){t.expandLazyLoadeds.push(e),t.expandOpts.loadMethod({$table:t,row:e,rowIndex:t.getRowIndex(e),$rowIndex:t.$getRowIndex(e)}).catch((function(e){return e})).then((function(){n.expandLoaded=!0,o.a.remove(t.expandLazyLoadeds,(function(t){return t===e})),t.rowExpandeds.push(e),r(t.$nextTick().then(t.recalculate))}))}))},setRowExpand:function(e,t){var n=this,r=this.fullAllDataRowMap,i=this.expandLazyLoadeds,a=this.expandOpts,s=this.expandColumn,l=this.rowExpandeds,c=a.reserve,u=a.lazy,h=a.accordion,d=a.toggleMethod,f=[],p=this.getColumnIndex(s),m=this.$getColumnIndex(s);if(e){o.a.isArray(e)||(e=[e]),h&&(l=[],e=e.slice(e.length-1,e.length));var g=d?e.filter((function(e){return d({expanded:t,column:s,columnIndex:p,$columnIndex:m,row:e,rowIndex:n.getRowIndex(e),$rowIndex:n.$getRowIndex(e)})})):e;t?g.forEach((function(e){if(-1===l.indexOf(e)){var t=r.get(e);u&&!t.expandLoaded&&-1===i.indexOf(e)?f.push(n.handleAsyncRowExpand(e)):l.push(e)}})):o.a.remove(l,(function(e){return g.indexOf(e)>-1})),c&&g.forEach((function(e){return n.handleRowExpandReserve(e,t)}))}return this.rowExpandeds=l,Promise.all(f).then(this.recalculate)},isExpandByRow:function(e){return this.rowExpandeds.indexOf(e)>-1},clearRowExpand:function(){var e=this,t=this.expandOpts,n=this.rowExpandeds,r=this.tableFullData,i=t.reserve,a=n.length;return this.rowExpandeds=[],i&&r.forEach((function(t){return e.handleRowExpandReserve(t,!1)})),this.$nextTick().then((function(){a&&e.recalculate()}))},clearRowExpandReserve:function(){return this.rowExpandedReserveRowMap={},this.$nextTick()},handleRowExpandReserve:function(e,t){var n=this.rowExpandedReserveRowMap;if(this.expandOpts.reserve){var r=Ke(this,e);t?n[r]=e:n[r]&&delete n[r]}},getRowExpandRecords:function(){return this.rowExpandeds.slice(0)},getTreeExpandRecords:function(){return this.treeExpandeds.slice(0)},getTreeStatus:function(){return this.treeConfig?{config:this.treeOpts,rowExpandeds:this.getTreeExpandRecords()}:null},isTreeExpandLoaded:function(e){var t=this.fullAllDataRowMap.get(e);return t&&t.treeLoaded},clearTreeExpandLoaded:function(e){var t=this.treeOpts,n=this.treeExpandeds,r=this.fullAllDataRowMap,i=t.lazy,a=r.get(e);return i&&a&&(a.treeLoaded=!1,o.a.remove(n,(function(t){return e===t}))),this.$nextTick()},reloadTreeChilds:function(e){var t=this,n=this.treeOpts,r=this.treeLazyLoadeds,i=n.lazy,a=n.hasChild;return i&&e[a]&&-1===r.indexOf(e)&&this.clearTreeExpandLoaded(e).then((function(){return t.handleAsyncTreeExpandChilds(e)})),this.$nextTick()},triggerTreeExpandEvent:function(e,t){var n=this.treeOpts,r=this.treeLazyLoadeds,i=t.row,a=t.column;if(!n.lazy||-1===r.indexOf(i)){var o=!this.isTreeExpandByRow(i),s=this.getColumnIndex(a),l=this.$getColumnIndex(a);this.setTreeExpand(i,o),this.emitEvent("toggle-tree-expand",{expanded:o,column:a,columnIndex:s,$columnIndex:l,row:i},e)}},toggleTreeExpand:function(e){return this.setTreeExpand(e,!this.isTreeExpandByRow(e))},handleDefaultTreeExpand:function(){var e=this.treeConfig,t=this.treeOpts,n=this.tableFullData;if(e){var r=t.expandAll,i=t.expandRowKeys;if(r)this.setAllTreeExpand(!0);else if(i){var a=[],s=Ge(this);i.forEach((function(e){var r=o.a.findTree(n,(function(t){return e===o.a.get(t,s)}),t);r&&a.push(r.item)})),this.setTreeExpand(a,!0)}}},handleAsyncTreeExpandChilds:function(e){var t=this,n=this.fullAllDataRowMap,r=this.treeExpandeds,i=this.treeOpts,a=this.treeLazyLoadeds,s=this.checkboxOpts,l=i.loadMethod,c=i.children,u=s.checkStrictly,h=n.get(e);return new Promise((function(n){a.push(e),l({$table:t,row:e}).catch((function(){return[]})).then((function(i){h.treeLoaded=!0,o.a.remove(a,(function(t){return t===e})),o.a.isArray(i)||(i=[]),i&&(e[c]=i,t.appendTreeCache(e,i),i.length&&-1===r.indexOf(e)&&r.push(e),!u&&t.isCheckedByCheckboxRow(e)&&t.setCheckboxRow(i,!0)),n(t.$nextTick().then(t.recalculate))}))}))},setAllTreeExpand:function(e){var t=this.tableFullData,n=this.treeOpts,r=n.lazy,i=n.children,a=[];return o.a.eachTree(t,(function(e){var t=e[i];(r||t&&t.length)&&a.push(e)}),n),this.setTreeExpand(a,e)},setTreeExpand:function(e,t){var n=this,r=this.fullAllDataRowMap,i=this.tableFullData,a=this.treeExpandeds,s=this.treeOpts,l=this.treeLazyLoadeds,c=this.treeNodeColumn,u=s.reserve,h=s.lazy,d=s.hasChild,f=s.children,p=s.accordion,m=s.toggleMethod,g=[],v=this.getColumnIndex(c),A=this.$getColumnIndex(c);if(e&&(o.a.isArray(e)||(e=[e]),e.length)){var y=m?e.filter((function(e){return m({expanded:t,column:c,columnIndex:v,$columnIndex:A,row:e})})):e;if(p){y=y.length?[y[y.length-1]]:[];var b=o.a.findTree(i,(function(e){return e===y[0]}),s);b&&o.a.remove(a,(function(e){return b.items.indexOf(e)>-1}))}return t?y.forEach((function(e){if(-1===a.indexOf(e)){var t=r.get(e);h&&e[d]&&!t.treeLoaded&&-1===l.indexOf(e)?g.push(n.handleAsyncTreeExpandChilds(e)):e[f]&&e[f].length&&a.push(e)}})):o.a.remove(a,(function(e){return y.indexOf(e)>-1})),u&&y.forEach((function(e){return n.handleTreeExpandReserve(e,t)})),Promise.all(g).then(this.recalculate)}return this.$nextTick()},isTreeExpandByRow:function(e){return this.treeExpandeds.indexOf(e)>-1},clearTreeExpand:function(){var e=this,t=this.treeOpts,n=this.treeExpandeds,r=this.tableFullData,i=t.reserve,a=n.length;return this.treeExpandeds=[],i&&o.a.eachTree(r,(function(t){return e.handleTreeExpandReserve(t,!1)}),t),this.$nextTick().then((function(){a&&e.recalculate()}))},clearTreeExpandReserve:function(){return this.treeExpandedReserveRowMap={},this.$nextTick()},handleTreeExpandReserve:function(e,t){var n=this.treeExpandedReserveRowMap;if(this.treeOpts.reserve){var r=Ke(this,e);t?n[r]=e:n[r]&&delete n[r]}},getScroll:function(){var e=this.$refs,t=this.scrollXLoad,n=this.scrollYLoad,r=e.tableBody.$el;return{virtualX:t,virtualY:n,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}},triggerScrollXEvent:function(){this.loadScrollXData()},loadScrollXData:function(){var e=this.mergeList,t=this.mergeFooterList,n=this.scrollXStore,r=n.startIndex,i=n.endIndex,a=n.offsetSize,o=mt(this),s=o.toVisibleIndex,l=o.visibleSize,c={startIndex:Math.max(0,s-1-a),endIndex:s+l+a};gt(e.concat(t),c,"col");var u=c.startIndex,h=c.endIndex;(s<=r||s>=i-l-1)&&(r===u&&i===h||(n.startIndex=u,n.endIndex=h,this.updateScrollXData())),this.clostTooltip()},triggerScrollYEvent:function(e){ot&&this.scrollYStore.adaptive?this.loadScrollYData(e):this.debounceScrollY(e)},debounceScrollY:o.a.debounce((function(e){this.loadScrollYData(e)}),st,{leading:!1,trailing:!0}),loadScrollYData:function(e){var t=this.mergeList,n=this.scrollYStore,r=n.startIndex,i=n.endIndex,a=n.visibleSize,o=n.offsetSize,s=n.rowHeight,l=e.target.scrollTop,c=Math.floor(l/s),u={startIndex:Math.max(0,c-1-o),endIndex:c+a+o};gt(t,u,"row");var h=u.startIndex,d=u.endIndex;(c<=r||c>=i-a-1)&&(r===h&&i===d||(n.startIndex=h,n.endIndex=d,this.updateScrollYData()))},computeScrollLoad:function(){var e=this;return this.$nextTick().then((function(){var t=e.sYOpts,n=e.sXOpts,r=e.scrollXLoad,i=e.scrollYLoad,a=e.scrollXStore,s=e.scrollYStore;if(r){var l=mt(e).visibleSize,c=n.oSize?o.a.toNumber(n.oSize):et.msie?10:et.edge?5:0;a.offsetSize=c,a.visibleSize=l,a.endIndex=Math.max(a.startIndex+a.visibleSize+c,a.endIndex),e.updateScrollXData()}else e.updateScrollXSpace();var u=function(e){var t=e.$refs,n=e.vSize,r=e.rowHeightMaps,i=t.tableHeader,a=t.tableBody,o=a?a.$el:null;if(o){var s=i?i.$el:null,l=0,c=void 0;return!(c=o.querySelector("tr"))&&s&&(c=s.querySelector("tr")),c&&(l=c.clientHeight),l||(l=r[n||"default"]),{rowHeight:l,visibleSize:Math.max(8,Math.ceil(o.clientHeight/l)+2)}}return{rowHeight:0,visibleSize:8}}(e),h=u.rowHeight,d=u.visibleSize;if(s.rowHeight=h,i){var f=t.oSize?o.a.toNumber(t.oSize):et.msie?20:et.edge?10:0;s.offsetSize=f,s.visibleSize=d,s.endIndex=Math.max(s.startIndex+d+f,s.endIndex),e.updateScrollYData()}else e.updateScrollYSpace();e.rowHeight=h,e.$nextTick(e.updateStyle)}))},handleTableColumn:function(){var e=this.scrollXLoad,t=this.visibleColumn,n=this.scrollXStore;this.tableColumn=e?t.slice(n.startIndex,n.endIndex):t.slice(0)},updateScrollXData:function(){this.handleTableColumn(),this.updateScrollXSpace()},updateScrollXSpace:function(){var e=this.$refs,t=this.elemStore,n=this.visibleColumn,r=this.scrollXStore,i=this.scrollXLoad,a=this.tableWidth,o=this.scrollbarWidth,s=e.tableHeader,l=e.tableBody,c=e.tableFooter,u=l?l.$el:null;if(u){var h=s?s.$el:null,d=c?c.$el:null,f=h?h.querySelector(".elx-table--header"):null,p=u.querySelector(".elx-table--body"),m=d?d.querySelector(".elx-table--footer"):null,g=n.slice(0,r.startIndex).reduce((function(e,t){return e+t.renderWidth}),0),v="";i&&(v=g+"px"),f&&(f.style.marginLeft=v),p.style.marginLeft=v,m&&(m.style.marginLeft=v),["main"].forEach((function(e){["header","body","footer"].forEach((function(n){var r=t[e+"-"+n+"-xSpace"];r&&(r.style.width=i?a+("header"===n?o:0)+"px":"")}))})),this.$nextTick(this.updateStyle)}},updateScrollYData:function(){this.handleTableData(),this.updateScrollYSpace()},updateScrollYSpace:function(){var e=this.elemStore,t=this.scrollYStore,n=this.scrollYLoad,r=this.afterFullData,i=t.startIndex,a=t.rowHeight,o=r.length*a,s=Math.max(0,i*a),l="",c="";n&&(l=s+"px",c=o+"px"),["main","left","right"].forEach((function(t){var n=e[t+"-body-table"];n&&(n.style.marginTop=l),["header","body","footer"].forEach((function(n){var r=e[t+"-"+n+"-ySpace"];r&&(r.style.height=c)}))})),this.$nextTick(this.updateStyle)},scrollTo:function(e,t){var n=this,r=this.$refs,i=r.tableBody,a=r.rightBody,s=r.tableFooter,l=i?i.$el:null,c=(a?a.$el:null)||l,u=(s?s.$el:null)||l;return o.a.isNumber(e)&&(u.scrollLeft=e),o.a.isNumber(t)&&(c.scrollTop=t),this.scrollXLoad||this.scrollYLoad?new Promise((function(e){return setTimeout((function(){return e(n.$nextTick())}),50)})):this.$nextTick()},scrollToRow:function(e,t){var n=[];return e&&(this.treeConfig?n.push(this.scrollToTreeRow(e)):n.push(I.rowToVisible(this,e))),t&&n.push(this.scrollToColumn(t)),Promise.all(n)},scrollToColumn:function(e){return e&&this.fullColumnMap.has(e)?I.colToVisible(this,e):this.$nextTick()},scrollToTreeRow:function(e){var t=this,n=this.tableFullData,r=this.treeConfig,i=this.treeOpts;if(r){var a=o.a.findTree(n,(function(t){return t===e}),i);if(a){var s=a.nodes;s.forEach((function(e,n){n1?s.colSpan:null,rowspan:s.rowSpan>1?s.rowSpan:null},style:g?o.a.isFunction(g)?g($):g:null,on:H,key:d||D?s.id:c},[e("div",{class:["elx-cell",{"c--title":N,"c--tooltip":P,"c--ellipsis":F}]},s.renderHeader(e,$)),L||D||!(o.a.isBoolean(s.resizable)?s.resizable:u)?null:e("div",{class:["elx-resizable",{"is--line":!h||"none"===h}],on:{mousedown:function(e){return t.resizeMousedown(e,$)}}})])})).concat(S?[e("th",{class:"col--gutter"})]:[]))})))]),e("div",{class:"elx-table--header-border-line",ref:"repair"})])},methods:{uploadColumn:function(){var e=this.$parent;this.headerColumn=e.isGroup?Tt(this.tableGroupColumn):[e.scrollXLoad&&this.fixedType?this.fixedColumn:this.tableColumn]},resizeMousedown:function(e,t){var n=t.column,r=this.$parent,i=this.$el,a=this.fixedType,o=r.$refs,s=o.tableBody,l=o.leftContainer,c=o.rightContainer,u=o.resizeBar,h=e.target,d=e.clientX,f=h.parentNode,p=0,m=s.$el,g=I.getOffsetPos(h,i),v=h.clientWidth,A=Math.floor(v/2),y=w.getColMinWidth(r,n)-A,b=g.left-f.clientWidth+v+y,_=g.left+A,x=document.onmousemove,C=document.onmouseup,S="left"===a,k="right"===a,M=0;if(S||k){for(var E=S?"nextElementSibling":"previousElementSibling",T=f[E];T&&!I.hasClass(T,"fixed--hidden");)I.hasClass(T,"col--group")||(M+=T.offsetWidth),T=T[E];k&&c&&(_=c.offsetLeft+M)}var B=function(e){e.stopPropagation(),e.preventDefault();var t=e.clientX-d,n=_+t,r=a?0:m.scrollLeft;S?n=Math.min(n,(c?c.offsetLeft:m.clientWidth)-M-y):k?(b=(l?l.clientWidth:0)+M+y,n=Math.min(n,_+f.clientWidth-y)):b=Math.max(m.scrollLeft,b),p=Math.max(n,b),u.style.left=p-r+"px"};r._isResize=!0,I.addClass(r.$el,"drag--resize"),u.style.display="block",document.onmousemove=B,document.onmouseup=function(e){document.onmousemove=x,document.onmouseup=C,n.resizeWidth=n.renderWidth+(k?_-p:p-_),u.style.display="none",r._isResize=!1,r._lastResizeTime=Date.now(),r.analyColumnWidth(),r.saveCustomResizable(),r.recalculate(!0).then((function(){r.updateCellAreas()})),I.removeClass(r.$el,"drag--resize"),r.emitEvent("resizable-change",t,e)},B(e),r.closeMenu()}},install:function(e){e.component(Bt.name,Bt)}},Dt=Bt,Lt={name:"ElxTableFooter",props:{footerData:Array,tableColumn:Array,fixedColumn:Array,fixedType:String,size:String},mounted:function(){var e=this.$parent,t=this.$el,n=this.$refs,r=this.fixedType,i=e.elemStore,a=(r||"main")+"-footer-";i[a+"wrapper"]=t,i[a+"table"]=n.table,i[a+"colgroup"]=n.colgroup,i[a+"list"]=n.tfoot,i[a+"xSpace"]=n.xSpace},render:function(e){var t=this._e,n=this.$parent,r=this.fixedType,i=this.fixedColumn,a=this.tableColumn,s=this.footerData,l=n.$listeners,c=n.tId,u=n.footerRowClassName,h=n.footerCellClassName,d=n.footerRowStyle,f=n.footerCellStyle,p=n.footerAlign,m=n.mergeFooterList,g=n.footerSpanMethod,v=n.align,A=n.scrollXLoad,y=n.columnKey,b=n.showFooterOverflow,_=n.currentColumn,x=n.overflowX,C=n.scrollbarWidth,S=n.tooltipOpts;return m.length&&g||(r&&b||A&&r)&&(a=i),e("div",{class:["elx-table--footer-wrapper",r?"fixed-"+r+"--wrapper":"body--wrapper"],attrs:{"data-tid":c},on:{scroll:this.scrollEvent}},[r?t():e("div",{class:"elx-body--x-space",ref:"xSpace"}),e("table",{class:"elx-table--footer",attrs:{"data-tid":c,cellspacing:0,cellpadding:0,border:0},ref:"table"},[e("colgroup",{ref:"colgroup"},a.map((function(t,n){return e("col",{attrs:{name:t.id},key:n})})).concat(C?[e("col",{attrs:{name:"col_gutter"}})]:[])),e("tfoot",{ref:"tfoot"},s.map((function(t,i){var c=i;return e("tr",{class:["elx-footer--row",u?o.a.isFunction(u)?u({$table:n,_rowIndex:i,$rowIndex:c,fixed:r,type:"footer"}):u:""],style:d?o.a.isFunction(d)?d({$table:n,_rowIndex:i,$rowIndex:c,fixed:r,type:"footer"}):d:null},a.map((function(u,d){var C,k=u.type,M=u.showFooterOverflow,E=u.footerAlign,T=u.align,B=u.footerClassName,D=S.enabled,L=u.children&&u.children.length,O=r?u.fixed!==r&&!L:u.fixed&&x,F=o.a.isUndefined(M)||o.a.isNull(M)?b:M,N=E||T||p||v,P="ellipsis"===F,R="title"===F,H=!0===F||"tooltip"===F,U=R||H||P,z={"data-colid":u.id},Y={},$=n.getColumnIndex(u),j=n._getColumnIndex(u),Q={$table:n,_rowIndex:i,$rowIndex:c,column:u,columnIndex:$,$columnIndex:d,_columnIndex:j,itemIndex:j,items:t,fixed:r,type:"footer",data:s};if(A&&!U&&(P=U=!0),(R||H||D)&&(Y.mouseenter=function(e){R?I.updateCellTitle(e.currentTarget,u):(H||D)&&n.triggerFooterTooltipEvent(e,Q)}),(H||D)&&(Y.mouseleave=function(e){(H||D)&&n.handleTargetLeaveEvent(e)}),l["footer-cell-click"]&&(Y.click=function(e){n.emitEvent("footer-cell-click",Object.assign({cell:e.currentTarget},Q),e)}),l["footer-cell-dblclick"]&&(Y.dblclick=function(e){n.emitEvent("footer-cell-dblclick",Object.assign({cell:e.currentTarget},Q),e)}),m.length){var V=function(e,t,n){for(var r=0;r-1&&a>-1&&s&&l){if(a===t&&o===n)return{rowspan:s,colspan:l};if(t>=a&&t=o&&n1&&(z.rowspan=W),K>1&&(z.colspan=K)}}else if(g){var G=g(Q)||{},X=G.rowspan,q=void 0===X?1:X,J=G.colspan,Z=void 0===J?1:J;if(!q||!Z)return null;q>1&&(z.rowspan=q),Z>1&&(z.colspan=Z)}return e("td",{class:["elx-footer--column",u.id,(C={},C["col--"+N]=N,C["col--"+k]=k,C["col--last"]=d===a.length-1,C["fixed--hidden"]=O,C["col--ellipsis"]=U,C["col--current"]=_===u,C),w.getClass(B,Q),w.getClass(h,Q)],attrs:z,style:f?o.a.isFunction(f)?f(Q):f:null,on:Y,key:y?u.id:d},[e("div",{class:["elx-cell",{"c--title":R,"c--tooltip":H,"c--ellipsis":P}]},u.renderFooter(e,Q))])})).concat(C?[e("td",{class:"col--gutter"})]:[]))})))])])},methods:{scrollEvent:function(e){var t=this.$parent,n=this.fixedType,r=t.$refs,i=t.scrollXLoad,a=t.triggerScrollXEvent,o=t.lastScrollLeft,s=r.tableHeader,l=r.tableBody,c=r.tableFooter,u=r.validTip,h=s?s.$el:null,d=c?c.$el:null,f=l.$el,p=d.scrollLeft,m=p!==o;t.lastScrollLeft=p,t.lastScrollTime=Date.now(),h&&(h.scrollLeft=p),f&&(f.scrollLeft=p),i&&m&&a(e),m&&u&&u.visible&&u.updatePlacement(),t.emitEvent("scroll",{type:"footer",fixed:n,scrollTop:f.scrollTop,scrollLeft:p,isX:m,isY:!1},e)}},install:function(e){e.component(Lt.name,Lt)}},Ot=Lt,It={name:"ElxTableFilter",props:{filterStore:Object},computed:{hasCheckOption:function(){var e=this.filterStore;return e&&e.options.some((function(e){return e.checked}))}},render:function(e){var t=this.$parent,n=this.filterStore,r=n.column,i=r?r.filterRender:null,a=i?De.renderer.get(i.name):null;return e("div",{class:["elx-table--filter-wrapper","filter--prevent-default",a&&a.className?a.className:"",{"t--animat":t.animat,"is--multiple":n.multiple,"filter--active":n.visible}],style:n.style},n.visible?this.renderOptions(e,i,a).concat(this.renderFooter(e)):[])},methods:{renderOptions:function(e,t,n){var r=this,i=this.$parent,a=this.filterStore,o=a.args,s=a.column,c=a.multiple,u=s.slots;return u&&u.filter?[e("div",{class:"elx-table--filter-template"},u.filter.call(i,Object.assign({$panel:this,context:this},o),e))]:n&&n.renderFilter?[e("div",{class:"elx-table--filter-template"},n.renderFilter.call(i,e,t,Object.assign({$panel:this,context:this},o),this))]:[e("ul",{class:"elx-table--filter-header"},[e("li",{class:["elx-table--filter-option",{"is--checked":c?a.isAllSelected:!a.options.some((function(e){return e._checked})),"is--indeterminate":c&&a.isIndeterminate}],attrs:{title:l.i18n(c?"Elx.table.allTitle":"Elx.table.allFilter")},on:{click:function(e){r.changeAllOption(e,!a.isAllSelected)}}},(c?[e("span",{class:"elx-checkbox--icon elx-checkbox--checked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--unchecked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--indeterminate-icon"})]:[]).concat([e("span",{class:"elx-checkbox--label"},l.i18n("Elx.table.allFilter"))]))]),e("ul",{class:"elx-table--filter-body"},a.options.map((function(t){return e("li",{class:["elx-table--filter-option",{"is--checked":t._checked}],attrs:{title:t.label},on:{click:function(e){r.changeOption(e,!t._checked,t)}}},(c?[e("span",{class:"elx-checkbox--icon elx-checkbox--checked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--unchecked-icon"}),e("span",{class:"elx-checkbox--icon elx-checkbox--indeterminate-icon"})]:[]).concat([e("span",{class:"elx-checkbox--label"},w.formatText(t.label,1))]))})))]},renderFooter:function(e){var t=this.hasCheckOption,n=this.filterStore,r=n.column,i=n.multiple,a=r.filterRender,o=a?De.renderer.get(a.name):null,s=!t&&!n.isAllSelected&&!n.isIndeterminate;return!i||o&&!1===o.isFooter?[]:[e("div",{class:"elx-table--filter-footer"},[e("button",{class:{"is--disabled":s},attrs:{disabled:s},on:{click:this.confirmFilter}},l.i18n("Elx.table.confirmFilter")),e("button",{on:{click:this.resetFilter}},l.i18n("Elx.table.resetFilter"))])]},filterCheckAllEvent:function(e,t){var n=this.filterStore;n.options.forEach((function(e){e._checked=t,e.checked=t})),n.isAllSelected=t,n.isIndeterminate=!1},changeRadioOption:function(e,t,n){var r=this.$parent;this.filterStore.options.forEach((function(e){e._checked=!1})),n._checked=t,r.checkFilterOptions(),this.confirmFilter(e)},changeMultipleOption:function(e,t,n){var r=this.$parent;n._checked=t,r.checkFilterOptions()},changeAllOption:function(e,t){this.filterStore.multiple?this.filterCheckAllEvent(e,t):this.resetFilter(e)},changeOption:function(e,t,n){this.filterStore.multiple?this.changeMultipleOption(e,t,n):this.changeRadioOption(e,t,n)},confirmFilter:function(e){var t=this.$parent;this.filterStore.options.forEach((function(e){e.checked=e._checked})),t.confirmFilterEvent(e)},resetFilter:function(e){this.$parent.resetFilterEvent(e)}}},Ft={methods:{_setFilter:function(e,t){return e.filters&&t&&(e.filters=w.getFilters(t)),this.$nextTick()},checkFilterOptions:function(){var e=this.filterStore;e.isAllSelected=e.options.every((function(e){return e._checked})),e.isIndeterminate=!e.isAllSelected&&e.options.some((function(e){return e._checked}))},triggerFilterEvent:function(e,t,n){var r=this.$refs,i=this.filterStore;if(i.column===t&&i.visible)i.visible=!1;else{var a=r.tableBody.$el,o=e.target,s=e.pageX,l=I.getDomNode().visibleWidth;Object.assign(i,{args:n,multiple:t.filterMultiple,options:t.filters,column:t,style:null,visible:!0}),i.options.forEach((function(e){e._checked=e.checked})),this.checkFilterOptions(),this.initStore.filter=!0,this.$nextTick((function(){var e=r.filterWrapper.$el.offsetWidth,n=e/2,c=void 0,u=void 0,h={top:o.offsetTop+o.offsetParent.offsetTop+o.offsetHeight+8+"px"};if("left"===t.fixed?c=o.offsetLeft+o.offsetParent.offsetLeft-n:"right"===t.fixed?u=o.offsetParent.offsetWidth-o.offsetLeft+(o.offsetParent.offsetParent.offsetWidth-o.offsetParent.offsetLeft)-t.renderWidth-n:c=o.offsetLeft+o.offsetParent.offsetLeft-n-a.scrollLeft,c){var d=s+e-n+32-l;d>0&&(c-=d),h.left=Math.max(32,c)+"px"}else if(u){var f=s+e-n+32-l;f>0&&(u+=f),h.right=u+"px"}i.style=h}))}},confirmFilterEvent:function(e){var t=this,n=this.visibleColumn,r=this.filterStore,i=this.remoteFilter,a=this.filterOpts,o=this.scrollXLoad,s=this.scrollYLoad,l=r.column,c=l.property,u=[],h=[];l.filters.forEach((function(e){e.checked&&(u.push(e.value),h.push(e.data))})),r.visible=!1,a.remote||i||(this.handleTableData(!0),this.checkSelectionStatus());var d=[];n.filter((function(e){var t=e.property,n=e.filters,r=[],i=[];n&&n.length&&(n.forEach((function(e){e.checked&&(r.push(e.value),i.push(e.data))})),d.push({column:e,property:t,values:r,datas:i}))})),this.emitEvent("filter-change",{column:l,property:c,values:u,datas:h,filters:d},e),this.updateFooter(),(o||s)&&(this.clearScroll(),s&&this.updateScrollYSpace()),this.closeFilter(),this.$nextTick((function(){t.recalculate(),t.updateCellAreas()}))},handleClearFilter:function(e){if(e){var t=e.filters,n=e.filterRender;if(t){t.forEach((function(e){e._checked=!1,e.checked=!1,e.data=o.a.clone(e.resetValue,!0)}));var r=n?De.renderer.get(n.name):null;r&&r.filterResetMethod&&r.filterResetMethod({options:t,column:e,$table:this})}}},resetFilterEvent:function(e){this.handleClearFilter(this.filterStore.column),this.confirmFilterEvent(e)},_clearFilter:function(e){arguments.length&&o.a.isString(e)&&(e=this.getColumnByField(e));var t=this.filterStore;return e?this.handleClearFilter(e):this.visibleColumn.forEach(this.handleClearFilter),e&&e===t.column||Object.assign(t,{isAllSelected:!1,isIndeterminate:!1,style:null,options:[],column:null,multiple:!1,visible:!1}),this.updateData()}}};It.install=function(e){De.reg("filter"),Ct.mixins.push(Ft),e.component(It.name,It)};var Nt=It,Pt=Object.assign||function(e){for(var t=1;t1?T-1:0),D=1;D=0;u--)if(!1!==s[u].visible){l=s[u];break}n[r]=l||s[s.length-1]}else if(40===t){for(var h=c+1;h-10&&(i.style.top=Math.max(a+2,h-t-2)+"px"),f>-10&&(i.style.left=Math.max(o+2,d-n-2)+"px")}))},p=n.keyboard,m=n.row,g=n.column;p&&m&&g?r.scrollToRow(m,g).then((function(){var e=r.getCell(m,g),t=I.getAbsolutePos(e),n=t.boundingTop,i=t.boundingLeft;h=n+a+Math.floor(e.offsetHeight/2),d=i+o+Math.floor(e.offsetWidth/2),f()})):f()}else r.closeMenu()})))}this.closeFilter()},ctxMenuMouseoverEvent:function(e,t,n){var r=e.currentTarget,i=this.ctxMenuStore;e.preventDefault(),e.stopPropagation(),i.selected=t,i.selectChild=n,n||(i.showChild=w.hasChildrenList(t),i.showChild&&this.$nextTick((function(){var e=r.nextElementSibling;if(e){var t=I.getAbsolutePos(r),n=t.boundingTop,i=t.boundingLeft,a=t.visibleHeight,o=t.visibleWidth,s=n+r.offsetHeight,l="",c="";i+r.offsetWidth+e.offsetWidth>o-10&&(l="auto",c=r.offsetWidth+"px");var u="",h="";s+e.offsetHeight>a-10&&(u="auto",h="0"),e.style.left=l,e.style.right=c,e.style.top=u,e.style.bottom=h}})))},ctxMenuMouseoutEvent:function(e,t){var n=this.ctxMenuStore;t.children||(n.selected=null),n.selectChild=null},ctxMenuLinkEvent:function(e,t){if(!(t.disabled||t.children&&t.children.length)){var n=De.menus.get(t.code),r=Object.assign({menu:t,$grid:this.$xegrid,$table:this,$event:e},this.ctxMenuStore.args);n&&n.call(this,r,e),this.emitEvent("context-menu-click",r,e),this.closeMenu()}}}};Wt.install=function(e){De.reg("menu"),Ct.mixins.push(Kt),e.component(Wt.name,Wt)};var Gt=Wt,Xt={name:"ElxCheckbox",mixins:[Ye],props:{value:Boolean,label:[String,Number],indeterminate:Boolean,title:[String,Number],content:[String,Number],disabled:Boolean,size:{type:String,default:function(){return l.checkbox.size||l.size}}},inject:{$xegroup:{default:null}},computed:{isGroup:function(){return this.$xegroup},isDisabled:function(){return this.disabled||this.isGroup&&this.$xegroup.disabled}},render:function(e){var t,n=this,r=this.$slots,i=this.$xegroup,a=this.isGroup,o=this.isDisabled,s=this.title,l=this.vSize,c=this.indeterminate,u=this.value,h=this.label,d=this.content,f={};return s&&(f.title=s),e("label",{class:["elx-checkbox",(t={},t["size--"+l]=l,t["is--indeterminate"]=c,t["is--disabled"]=o,t)],attrs:f},[e("input",{class:"elx-checkbox--input",attrs:{type:"checkbox",disabled:o},domProps:{checked:a?i.value&&i.value.some((function(e){return e===h})):u},on:{change:function(e){if(!o){var t=e.target.checked,r={checked:t,label:h,$event:e};a?i.handleChecked(r):(n.$emit("input",t),n.$emit("change",r))}}}}),e("span",{class:"elx-checkbox--icon"}),e("span",{class:"elx-checkbox--label"},r.default||[w.getFuncText(d)])])}},qt={name:"ElxCheckboxGroup",props:{value:Array,disabled:Boolean,size:{type:String,default:function(){return l.checkbox.size||l.size}}},provide:function(){return{$xegroup:this}},computed:{vSize:function(){return this.size||this.$parent.size||this.$parent.vSize}},render:function(e){return e("div",{class:"elx-checkbox-group"},this.$slots.default)},methods:{handleChecked:function(e){var t=e.checked,n=e.label,r=this.value||[],i=r.indexOf(n);t?-1===i&&r.push(n):r.splice(i,1),this.$emit("input",r),this.$emit("change",Object.assign({checklist:r},e))}}};Xt.install=function(e){e.component(Xt.name,Xt),e.component(qt.name,qt)};var Jt=Xt,Zt={name:"ElxRadio",mixins:[Ye],props:{value:[String,Number],label:[String,Number],title:[String,Number],content:[String,Number],disabled:Boolean,name:String,size:{type:String,default:function(){return l.radio.size||l.size}}},inject:{$xegroup:{default:null}},computed:{isGroup:function(){return this.$xegroup},isDisabled:function(){return this.disabled||this.isGroup&&this.$xegroup.disabled}},render:function(e){var t,n=this,r=this.$slots,i=this.$xegroup,a=this.isGroup,o=this.isDisabled,s=this.title,l=this.vSize,c=this.value,u=this.label,h=this.name,d=this.content,f={};return s&&(f.title=s),e("label",{class:["elx-radio",(t={},t["size--"+l]=l,t["is--disabled"]=o,t)],attrs:f},[e("input",{class:"elx-radio--input",attrs:{type:"radio",name:a?i.name:h,disabled:o},domProps:{checked:a?i.value===u:c===u},on:{change:function(e){if(!o){var t={label:u,$event:e};a?i.handleChecked(t):(n.$emit("input",u),n.$emit("change",t))}}}}),e("span",{class:"elx-radio--icon"}),e("span",{class:"elx-radio--label"},r.default||[w.getFuncText(d)])])}},en={name:"ElxRadioButton",props:{label:[String,Number],title:[String,Number],content:[String,Number],disabled:Boolean,size:{type:String,default:function(){return l.radio.size||l.size}}},inject:{$xegroup:{default:null}},computed:{vSize:function(){return this.size||this.$parent.size||this.$parent.vSize},isGroup:function(){return this.$xegroup},isDisabled:function(){return this.disabled||this.isGroup&&this.$xegroup.disabled}},render:function(e){var t,n=this.$slots,r=this.$xegroup,i=this.isGroup,a=this.isDisabled,o=this.title,s=this.vSize,l=this.label,c=this.content,u={};return o&&(u.title=o),e("label",{class:["elx-radio","elx-radio-button",(t={},t["size--"+s]=s,t["is--disabled"]=a,t)],attrs:u},[e("input",{class:"elx-radio--input",attrs:{type:"radio",name:i?r.name:null,disabled:a},domProps:{checked:i&&r.value===l},on:{change:function(e){a||i&&r.handleChecked({label:l,$event:e})}}}),e("span",{class:"elx-radio--label"},n.default||[w.getFuncText(c)])])}},tn={name:"ElxRadioGroup",props:{value:[String,Number],disabled:Boolean,size:{type:String,default:function(){return l.radio.size||l.size}}},provide:function(){return{$xegroup:this}},computed:{vSize:function(){return this.size||this.$parent.size||this.$parent.vSize}},data:function(){return{name:o.a.uniqueId("xegroup_")}},render:function(e){return e("div",{class:"elx-radio-group"},this.$slots.default)},methods:{handleChecked:function(e){this.$emit("input",e.label),this.$emit("change",e)}}};Zt.install=function(e){e.component(Zt.name,Zt),e.component(en.name,en),e.component(tn.name,tn)};var nn=Zt;function rn(e){var t=e.$el,n=e.tipTarget,r=e.tipStore,i=I.getDomNode(),a=i.scrollTop,o=i.scrollLeft,s=i.visibleWidth,l=I.getAbsolutePos(n),c=l.top,u=l.left,h=t.offsetHeight,d=t.offsetWidth,f=u,p=c-h-6;(f=Math.max(6,u+Math.floor((n.offsetWidth-d)/2)))+d+6>o+s&&(f=o+s-d-6),c-h1&&(i.insertBefore(t,e),a||(a=t))})),i.removeChild(e),this.target=a,a&&("hover"===t?(a.onmouseleave=this.targetMouseleaveEvent,a.onmouseenter=this.targetMouseenterEvent):"click"===t&&(a.onclick=this.clickEvent)),r&&this.show()},beforeDestroy:function(){var e=this.$el,t=this.target,n=this.trigger,r=e.parentNode;r&&r.removeChild(e),t&&("hover"===n?(t.onmouseenter=null,t.onmouseleave=null):"click"===n&&(t.onclick=null))},render:function(e){var t,n=this.vSize,r=this.theme,i=this.message,a=this.isHover,o=this.isArrow,s=this.visible,l=this.tipStore,c=this.enterable,u=void 0;return c&&(u={mouseenter:this.wrapperMouseenterEvent,mouseleave:this.wrapperMouseleaveEvent}),e("div",{class:["elx-table--tooltip-wrapper","theme--"+r,"placement--"+l.placement,(t={},t["size--"+n]=n,t["is--enterable"]=c,t["is--visible"]=s,t["is--arrow"]=o,t["is--hover"]=a,t)],style:l.style,ref:"tipWrapper",on:u},[e("div",{class:"elx-table--tooltip-content"},this.$slots.content||i),e("div",{class:"elx-table--tooltip-arrow",style:l.arrowStyle})].concat(this.$slots.default))},methods:{show:function(){return this.toVisible(this.target)},close:function(){return this.tipTarget=null,Object.assign(this.tipStore,{style:{},placement:"",arrowStyle:null}),this.update(!1),this.$nextTick()},update:function(e){e!==this.visible&&(this.visible=e,this.isUpdate=!0,this.$listeners.input&&this.$emit("input",this.visible))},updateZindex:function(){this.tipZindexa.length&&(e.rowspan=n+d.length)}));else{if(h)throw new Error(w.getLog("Elx.error.noTree",["insert"]));var f=a.indexOf(t);if(-1===f)throw new Error(w.error("Elx.error.unableInsert"));a.splice.apply(a,[f,0].concat(d)),u.splice.apply(u,[u.indexOf(t),0].concat(d)),i.forEach((function(e){var t=e.row,n=e.rowspan;t>f?e.row=t+d.length:t+n>f&&(e.rowspan=n+d.length)}))}else a.unshift.apply(a,d),u.unshift.apply(u,d),i.forEach((function(e){var t=e.row;t>0&&(e.row=t+d.length)}));return(n=s.insertList).unshift.apply(n,d),this.scrollYLoad=!h&&l.gt>-1&&l.gt-1&&c.splice(t,1)})),r===e?(e=v=r.slice(0),this.tableFullData=[],this.afterFullData=[],this.clearMergeCells()):e.forEach((function(e){var t=r.indexOf(e);if(t>-1){var i=r.splice(t,1);v.push(i[0])}var o=n.indexOf(e);o>-1&&(a.forEach((function(e){var t=e.row,n=e.rowspan;t>o?e.row=t-1:t+n>o&&(e.rowspan=n-1)})),n.splice(o,1))})),f.row&&e.indexOf(f.row)>-1&&this.clearActived(),e.forEach((function(e){var t=m.indexOf(e);t>-1&&m.splice(t,1)})),this.scrollYLoad=!i&&h.gt>-1&&h.gt-1&&t.push(n)})),t},_getRemoveRecords:function(){return this.editStore.removeList},_getUpdateRecords:function(){var e=this.keepSource,t=this.tableFullData,n=this.isUpdateByRow,r=this.treeConfig,i=this.treeOpts;return e?r?o.a.filterTree(t,(function(e){return n(e)}),i):t.filter((function(e){return n(e)})):[]},handleActived:function(e,t){var n=this,r=this.editStore,i=this.editOpts,a=this.tableColumn,o=i.mode,s=i.activeMethod,l=r.actived,c=e.row,u=e.column,h=e.cell;if(u.editRender&&h){if(l.row!==c||"cell"===o&&l.column!==u){var d="edit-disabled";s&&!s(e)||(this.mouseConfig&&(this.clearSelected(t),this.clearCellAreas(t),this.clearCopyCellArea(t)),this.clostTooltip(),this.clearActived(t),d="edit-actived",u.renderHeight=h.offsetHeight,l.args=e,l.row=c,l.column=u,"row"===o?a.forEach((function(e){return n._getColumnModel(c,e)})):this._getColumnModel(c,u),this.$nextTick((function(){n.handleFocus(e,t)}))),this.emitEvent(d,e,t)}else{var f=l.column;if(f!==u){var p=f.model;p.update&&w.setCellValue(c,f,p.value),this.clearValidate()}u.renderHeight=h.offsetHeight,l.args=e,l.column=u,setTimeout((function(){n.handleFocus(e,t)}))}this.focus()}return this.$nextTick()},_getColumnModel:function(e,t){var n=t.model;t.editRender&&(n.value=w.getCellValue(e,t),n.update=!1)},_setColumnModel:function(e,t){var n=t.model;t.editRender&&n.update&&(w.setCellValue(e,t,n.value),n.update=!1,n.value=null)},_clearActived:function(e){var t=this,n=this.tableColumn,r=this.editStore,i=this.editOpts,a=r.actived,o=a.args,s=a.row,l=a.column;return(s||l)&&("row"===i.mode?n.forEach((function(e){return t._setColumnModel(s,e)})):this._setColumnModel(s,l),this.updateFooter(),this.emitEvent("edit-closed",o,e)),a.args=null,a.row=null,a.column=null,(De._valid?this.clearValidate():this.$nextTick()).then(this.recalculate)},_getActiveRecord:function(){var e=this.$el,t=this.editStore,n=this.afterFullData,r=t.actived,i=r.args,a=r.row;return i&&n.indexOf(a)>-1&&e.querySelectorAll(".elx-body--column.col--actived").length?Object.assign({},i):null},_isActiveByRow:function(e){return this.editStore.actived.row===e},handleFocus:function(e){var t=e.row,n=e.column,r=e.cell,i=n.editRender;if(i){var a=De.renderer.get(i.name),o=i.autofocus,s=i.autoselect,l=void 0;if(o&&(l=r.querySelector(o)),!l&&a&&a.autofocus&&(l=r.querySelector(a.autofocus)),l){if(l.focus(),s)l.select();else if(I.browse.msie){var c=l.createTextRange();c.collapse(!1),c.select()}}else this.scrollToRow(t,n)}},_setActiveRow:function(e){return this.setActiveCell(e,o.a.find(this.visibleColumn,(function(e){return e.editRender})).property)},_setActiveCell:function(e,t){var n=this;return this.scrollToRow(e,!0).then((function(){if(e&&t){var r=o.a.find(n.visibleColumn,(function(e){return e.property===t}));if(r&&r.editRender){var i=n.getCell(e,r);i&&(n.handleActived({row:e,rowIndex:n.getRowIndex(e),column:r,columnIndex:n.getColumnIndex(r),cell:i,$table:n}),n.lastCallTime=Date.now())}}return n.$nextTick()}))},_setSelectCell:function(e,t){var n=this.tableData,r=this.editOpts,i=this.visibleColumn;if(e&&t&&"manual"!==r.trigger){var a=o.a.find(i,(function(e){return e.property===t})),s=n.indexOf(e);if(s>-1&&a){var l=this.getCell(e,a),c={row:e,rowIndex:s,column:a,columnIndex:i.indexOf(a),cell:l};this.handleSelected(c,{})}}return this.$nextTick()},handleSelected:function(e,t){var n=this,r=this.mouseConfig,i=this.mouseOpts,a=this.editOpts,o=this.editStore,s=o.actived,l=o.selected,c=e.row,u=e.column,h=r&&i.selected;return!h||l.row===c&&l.column===u||(s.row!==c||"cell"===a.mode&&s.column!==u)&&(n.clearActived(t),n.clearSelected(t),n.clearCellAreas(t),n.clearCopyCellArea(t),l.args=e,l.row=c,l.column=u,h&&n.addColSdCls(),n.focus()),n.$nextTick()},_getSelectedCell:function(){var e=this.editStore.selected,t=e.args,n=e.column;return t&&n?Object.assign({},t):null},_clearSelected:function(){var e=this.editStore.selected;return e.row=null,e.column=null,this.reColTitleSdCls(),this.reColSdCls(),this.$nextTick()},reColTitleSdCls:function(){var e=this.elemStore["main-header-list"];e&&o.a.arrayEach(e.querySelectorAll(".col--title-selected"),(function(e){return I.removeClass(e,"col--title-selected")}))},reColSdCls:function(){var e=this.$el.querySelector(".col--selected");e&&I.removeClass(e,"col--selected")},addColSdCls:function(){var e=this.editStore.selected,t=e.row,n=e.column;if(this.reColSdCls(),t&&n){var r=this.getCell(t,n);r&&(this.emitEvent("edit-currently-active",{row:t,column:n,cell:r}),I.addClass(r,"col--selected"))}}}},ln={install:function(){De.reg("edit"),Ct.mixins.push(sn)}},cn=I.browse,un={methods:{moveTabSelected:function(e,t,n){var r=this,i=this.afterFullData,a=this.visibleColumn,o=this.editConfig,s=this.editOpts,l=void 0,c=void 0,u=void 0,h=Object.assign({},e),d=this._getRowIndex(h.row),f=this._getColumnIndex(h.column);n.preventDefault(),t?f<=0?d>0&&(l=i[c=d-1],u=a.length-1):u=f-1:f>=a.length-1?d0?c=d[h-1]:t&&h0?c=l[f-1]:t&&f0?(c.rowIndex=u-1,c.row=s[c.rowIndex]):i&&uy&&(v=1,d=y)):d=Math.min(d,u.clientWidth-y-1),h.style.height=s+"px",h.style.width=d+"px",h.style.left=v+"px",h.style.top=f+"px",h.style.display="block";var _=function(e,t,n,r){var i=0,a=[],o=r>0,s=r>0?r:Math.abs(r)+n.offsetHeight,l=e.afterFullData,c=e.scrollYStore;if(e.scrollYLoad){var u=e._getRowIndex(t.row);a=o?l.slice(u,u+Math.ceil(s/c.rowHeight)):l.slice(u-Math.floor(s/c.rowHeight)+1,u+1)}else for(var h=o?"next":"previous";n&&i10&&_.length!==g.length&&(g=_,e.ctrlKey?_.forEach((function(e){n.handleSelectRow({row:e},-1===m.indexOf(e))})):(n.setAllCheckboxRow(!1),n.setCheckboxRow(_,!0)),S("change",e))},M=function(){clearTimeout(w),w=null},E=function e(t){M(),w=setTimeout((function(){if(w){var r=u.scrollLeft,i=u.scrollTop,a=u.clientHeight,o=u.scrollHeight,s=Math.ceil(50*C/_);x?i+an+u.clientHeight?(x=!0,C=t-n-u.clientHeight,w||E(e)):w&&M(),k(e)},document.onmouseup=function(e){M(),I.removeClass(a,"drag--range"),h.removeAttribute("style"),document.onmousemove=d,document.onmouseup=f,S("end",e)},S("start",e)}}}},hn={install:function(){De.reg("keyboard"),Ct.mixins.push(un)}},dn=function(){function e(e,t){for(var n=0;n0?s[h-1]:u;!1===r.validOpts.autoPos?o():l?r.scrollToTreeRow(d).then(c):r.scrollToRow(d).then(c)}))}))}return t&&t(),Promise.resolve()},hasCellRules:function(e,t,n){var r=this.editRules,i=n.property;if(i&&r){var a=o.a.get(r,i);return a&&o.a.find(a,(function(t){return"all"===e||!t.trigger||e===t.trigger}))}return!1},validCellRules:function(e,t,n,r){var i=this,a=this.editRules,s=n.property,l=[],c=[];if(s&&a){var u=o.a.get(a,s);if(u){var h=o.a.isUndefined(r)?o.a.get(t,s):r;u.forEach((function(r){if("all"===e||!r.trigger||e===r.trigger)if(o.a.isFunction(r.validator)){var a=r.validator({cellValue:h,rule:r,rules:u,row:t,rowIndex:i.getRowIndex(t),column:n,columnIndex:i.getColumnIndex(n),$table:i});a&&(o.a.isError(a)?(i.validRuleErr=!0,l.push(new fn({type:"custom",trigger:r.trigger,message:a.message,rule:new fn(r)}))):a.catch&&c.push(a.catch((function(e){i.validRuleErr=!0,l.push(new fn({type:"custom",trigger:r.trigger,message:e?e.message:r.message,rule:new fn(r)}))}))))}else{var s="number"===r.type,d=s?o.a.toNumber(h):o.a.getSize(h);!r.required||null!=h&&""!==h?(s&&isNaN(h)||!isNaN(r.min)&&dparseFloat(r.max)||r.pattern&&!(r.pattern.test?r.pattern:new RegExp(r.pattern)).test(h))&&(i.validRuleErr=!0,l.push(new fn(r))):(i.validRuleErr=!0,l.push(new fn(r)))}}))}}return Promise.all(c).then((function(){if(l.length){var e={rules:l,rule:l[0]};return Promise.reject(e)}}))},_clearValidate:function(){var e=this.$refs.validTip;return Object.assign(this.validStore,{visible:!1,row:null,column:null,content:"",rule:null}),e&&e.visible&&e.close(),this.$nextTick()},triggerValidate:function(e){var t=this,n=this.editConfig,r=this.editStore,i=this.editRules,a=this.validStore,o=r.actived;if(o.row&&i){var s=o.args,l=s.row,c=s.column,u=s.cell;if(this.hasCellRules(e,l,c))return this.validCellRules(e,l,c).then((function(){"row"===n.mode&&a.visible&&a.row===l&&a.column===c&&t.clearValidate()})).catch((function(n){var r=n.rule;if(!r.trigger||e===r.trigger){var i={rule:r,row:l,column:c,cell:u};return t.showValidTooltip(i),Promise.reject(i)}return Promise.resolve()}))}return Promise.resolve()},showValidTooltip:function(e){var t=this,n=this.$refs,r=this.height,i=this.tableData,a=this.validOpts,o=e.rule,s=e.row,l=e.column,c=e.cell,u=n.validTip,h=o.message;this.$nextTick((function(){Object.assign(t.validStore,{row:s,column:l,rule:o,content:h,visible:!0}),u&&("tooltip"===a.message||"default"===a.message&&!r&&i.length<2)&&u.toVisible(c,h),t.emitEvent("valid-error",e)}))}}},mn={install:function(){De.reg("valid"),Ct.mixins.push(pn)}},gn={Elx:{error:{groupFixed:"如果使用分组表头,固定列必须按组设置",groupMouseRange:'分组表头与 "{{0}}" 不能同时使用,这可能會出現错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{{0}}"',scrollXNotGroup:'横向虚拟滚动不支持分组表头,请修改正确 "scroll-x.gt" 的参数,否则可能会导致出现错误',errConflicts:'参数 "{{0}}" 与 "{{1}}" 有冲突',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{{0}}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqModule:'缺少 "{{0}}" 模块',reqProp:'缺少必要的 "{{0}}" 参数,这可能会导致出现错误',emptyProp:'参数 "{{0}}" 不允许为空',errProp:'不支持的参数 "{{0}}",可能为 "{{1}}"',fieldRepet:'column.{{0}}="{{1}}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{{0}}" 不存在',notSlot:'插槽 "{{0}}" 不存在',noTree:'树结构不支持 "{{0}}"',notProp:'不支持的参数 "{{0}}"',delFunc:'方法 "{{0}}" 已废弃,请使用 "{{1}}"',delProp:'参数 "{{0}}" 已废弃,请使用 "{{1}}"',delEvent:'事件 "{{0}}" 已废弃,请使用 "{{1}}"',removeProp:'参数 "{{0}}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "ELXTable.formats" 定义,挂载 "formatter={{0}}" 的方式已不建议使用',notType:'不支持的文件类型 "{{0}}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入"},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符
      用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {{0}} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {{0}} 个单元格"}},table:{emptyText:"暂无数据",allTitle:"全选/取消",seqTitle:"#",confirmFilter:"筛选",resetFilter:"重置",allFilter:"全部",sortAsc:"升序:最低到最高",sortDesc:"降序:最高到最低",filter:"对所选的列启用筛选",impSuccess:"成功导入 {{0}} 条记录",expLoading:"正在导出中",expSuccess:"导出成功",expFilename:"导出_{{0}}",expOriginFilename:"导出_源_{{0}}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"还原"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{emptyText:"暂无数据"},pager:{goto:"前往",pagesize:"{{0}}条/页",total:"共 {{0}} 条记录",pageClassifier:"页",prevPage:"上一页",nextPage:"下一页",prevJump:"向上跳页",nextJump:"向下跳页"},alert:{title:"消息提示"},button:{confirm:"确认",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"导入参数设置",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"导入选项",impConfirm:"导入"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.html)",xml:"XML 数据(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},expTitle:"导出参数设置",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"要导出的数据",expCurrentColumn:"全部字段",expColumn:"要导出的字段",expOpts:"导出选项",expOptHeader:"表头",expHeaderTitle:"是否需要导出表头",expOptFooter:"表尾",expFooterTitle:"是否需要导出表尾",expOptOriginal:"源数据",expOriginalTitle:"是否需要导出源数据,如果勾上则支持导入到表格中",expPrint:"打印",expConfirm:"导出"},modal:{zoomIn:"最大化",zoomOut:"还原",close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"还原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",monthLabel:"{{0}} 年",dayLabel:"{{0}} 年 {{1}}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"}}}}},vn=n(16),An=n.n(vn),yn=[Et,Dt,Ot,Nt,Vt,Gt,Jt,nn,on,ln,hn,mn,Ct];De.setup({i18n:function(e){return o.a.get(gn,e)}}),De.install=function(e,t){o.a.isPlainObject(t)&&De.setup(t),yn.map((function(t){return t.install(e)}))},De.use(An.a),"undefined"!=typeof window&&window.Vue&&window.Vue.use&&window.Vue.use(De);var bn=De,_n=n(17),wn=n.n(_n),xn=n(2),Cn={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:"",className:"el-table-column--selection"},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},Sn={selection:{renderHeader:function(e,t){var n=t.store;return e("el-checkbox",{attrs:{disabled:n.states.data&&0===n.states.data.length,indeterminate:n.states.selection.length>0&&!this.isAllSelected,value:this.isAllSelected},nativeOn:{click:this.toggleAllSelection}})},renderCell:function(e,t){var n=t.row,r=t.column,i=t.store,a=t.$index;return e("el-checkbox",{nativeOn:{click:function(e){return e.stopPropagation()}},attrs:{value:i.isSelected(n),disabled:!!r.selectable&&!r.selectable.call(null,n,a)},on:{input:function(){i.commit("rowSelectedChanged",n)}}})},sortable:!1,resizable:!1},index:{renderHeader:function(e,t){return t.column.label||"#"},renderCell:function(e,t){var n=t.$index,r=n+1,i=t.column.index;return"number"==typeof i?r=n+i:"function"==typeof i&&(r=i(n)),e("div",[r])},sortable:!1},expand:{renderHeader:function(e,t){return t.column.label||""},renderCell:function(e,t){var n=t.row,r=t.store,i=["el-table__expand-icon"];return r.states.expandRows.indexOf(n)>-1&&i.push("el-table__expand-icon--expanded"),e("div",{class:i,on:{click:function(e){e.stopPropagation(),r.toggleRowExpansion(n)}}},[e("i",{class:"el-icon el-icon-arrow-right"})])},sortable:!1,resizable:!1,className:"el-table__expand-column"}};function kn(e,t){var n=t.row,r=t.column,i=t.$index,a=r.property,o=a&&Object(xn.getPropByPath)(n,a).v;return r&&r.formatter?r.formatter(n,r,o,i):o}var Mn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},En=function(e){for(var t=e.target;t&&"HTML"!==t.tagName.toUpperCase();){if("TD"===t.tagName.toUpperCase())return t;t=t.parentNode}return null},Tn=function(e){return null!==e&&"object"===(void 0===e?"undefined":Mn(e))},Bn=function(e,t,n,r,i){if(!t&&!r&&(!i||Array.isArray(i)&&!i.length))return e;n="string"==typeof n?"descending"===n?-1:1:n&&n<0?-1:1;var a=r?null:function(n,r){return i?(Array.isArray(i)||(i=[i]),i.map((function(t){return"string"==typeof t?Object(xn.getValueByPath)(n,t):t(n,r,e)}))):("$key"!==t&&Tn(n)&&"$value"in n&&(n=n.$value),[Tn(n)?Object(xn.getValueByPath)(n,t):n])};return e.map((function(e,t){return{value:e,index:t,key:a?a(e,t):null}})).sort((function(e,t){var i=function(e,t){if(r)return r(e.value,t.value);for(var n=0,i=e.key.length;nt.key[n])return 1}return 0}(e,t);return i||(i=e.index-t.index),i*n})).map((function(e){return e.value}))},Dn=function(e,t){var n=null;return e.columns.forEach((function(e){e.id===t&&(n=e)})),n},Ln=function(e,t){var n=(t.className||"").match(/el-table_[^\s]+/gm);return n?Dn(e,n[0]):null},On=function(e,t){if(!e)throw new Error("row is required when get row identity");if("string"==typeof t){if(t.indexOf(".")<0)return e[t];for(var n=t.split("."),r=e,i=0;i-1:e._q(e.model,e.trueLabel)},on:{change:[function(t){var n=e.model,r=t.target,i=r.checked?e.trueLabel:e.falseLabel;if(Array.isArray(n)){var a=e._i(n,null);r.checked?a<0&&(e.model=n.concat([null])):a>-1&&(e.model=n.slice(0,a).concat(n.slice(a+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox__original",attrs:{type:"checkbox","aria-hidden":e.indeterminate?"true":"false",disabled:e.isDisabled,name:e.name},domProps:{value:e.label,checked:Array.isArray(e.model)?e._i(e.model,e.label)>-1:e.model},on:{change:[function(t){var n=e.model,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e.label,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}})]),e.$slots.default||e.label?n("span",{staticClass:"el-checkbox__label"},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2):e._e()])};Hn._withStripped=!0;var Un=n(5),zn=n.n(Un);function Yn(e,t,n,r,i,a,o,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}var $n=Yn({name:"ElCheckbox",mixins:[zn.a],inject:{elForm:{default:""},elFormItem:{default:""}},componentName:"ElCheckbox",data:function(){return{selfModel:!1,focus:!1,isLimitExceeded:!1}},computed:{model:{get:function(){return this.isGroup?this.store:void 0!==this.value?this.value:this.selfModel},set:function(e){this.isGroup?(this.isLimitExceeded=!1,void 0!==this._checkboxGroup.min&&e.lengththis._checkboxGroup.max&&(this.isLimitExceeded=!0),!1===this.isLimitExceeded&&this.dispatch("ElCheckboxGroup","input",[e])):(this.$emit("input",e),this.selfModel=e)}},isChecked:function(){return"[object Boolean]"==={}.toString.call(this.model)?this.model:Array.isArray(this.model)?this.model.indexOf(this.label)>-1:null!==this.model&&void 0!==this.model?this.model===this.trueLabel:void 0},isGroup:function(){for(var e=this.$parent;e;){if("ElCheckboxGroup"===e.$options.componentName)return this._checkboxGroup=e,!0;e=e.$parent}return!1},store:function(){return this._checkboxGroup?this._checkboxGroup.value:this.value},isLimitDisabled:function(){var e=this._checkboxGroup,t=e.max,n=e.min;return!(!t&&!n)&&this.model.length>=t&&!this.isChecked||this.model.length<=n&&this.isChecked},isDisabled:function(){return this.isGroup?this._checkboxGroup.disabled||this.disabled||(this.elForm||{}).disabled||this.isLimitDisabled:this.disabled||(this.elForm||{}).disabled},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxSize:function(){var e=this.size||this._elFormItemSize||(this.$ELEMENT||{}).size;return this.isGroup&&this._checkboxGroup.checkboxGroupSize||e}},props:{value:{},label:{},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:String,trueLabel:[String,Number],falseLabel:[String,Number],id:String,controls:String,border:Boolean,size:String},methods:{addToStore:function(){Array.isArray(this.model)&&-1===this.model.indexOf(this.label)?this.model.push(this.label):this.model=this.trueLabel||!0},handleChange:function(e){var t=this;if(!this.isLimitExceeded){var n=void 0;n=e.target.checked?void 0===this.trueLabel||this.trueLabel:void 0!==this.falseLabel&&this.falseLabel,this.$emit("change",n,e),this.$nextTick((function(){t.isGroup&&t.dispatch("ElCheckboxGroup","change",[t._checkboxGroup.value])}))}}},created:function(){this.checked&&this.addToStore()},mounted:function(){this.indeterminate&&this.$el.setAttribute("aria-controls",this.controls)},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",e)}}},Hn,[],!1,null,null,null);$n.options.__file="packages/checkbox/src/checkbox.vue";var jn=$n.exports;jn.install=function(e){e.component(jn.name,jn)};var Qn=jn,Vn=Object.assign||function(e){for(var t=1;t-1}))}}},data:function(){return{isSubColumn:!1,columns:[]}},computed:{owner:function(){for(var e=this.$parent;e&&!e.tableId;)e=e.$parent;return e},columnOrTableParent:function(){for(var e=this.$parent;e&&!e.tableId&&!e.columnId;)e=e.$parent;return e},realWidth:function(){return Nn(this.width)},realMinWidth:function(){return void 0!==(e=this.minWidth)&&(e=Nn(e),isNaN(e)&&(e=80)),e;var e},realAlign:function(){return this.align?"is-"+this.align:null},realHeaderAlign:function(){return this.headerAlign?"is-"+this.headerAlign:this.realAlign}},methods:{getPropsData:function(){for(var e=this,t=arguments.length,n=Array(t),r=0;r0||u.treeOpts.lazy&&c[u.treeOpts.hasChildren]?n("div",{class:[{"tree--btn-wrapper-show":c.pl_table_expand&&g},"tree--btn-wrapper"],on:{click:function(e){return t.owner.triggerTreeExpandEvent(c,"default",e)}}},[d&&c.pl_table_expand?n("i",{class:[d]}):n("i",{class:[f]})]):null,n("div",{class:"pl-tree-cell"},[o,a])])]):n("div",wn()([s,{attrs:{title:["title"===l&&a?a:""]}}]),[o,a])}),e},registerNormalWatchers:function(){var e=this,t={prop:"property",realAlign:"align",realHeaderAlign:"headerAlign",realWidth:"width"},n=["label","property","filters","filterMultiple","sortable","index","formatter","className","labelClassName","showOverflowTooltip"].reduce((function(e,t){return e[t]=t,e}),t);Object.keys(n).forEach((function(n){var r=t[n];e.$watch(n,(function(t){e.columnConfig[r]=t}))}))},registerComplexWatchers:function(){var e=this,t={realWidth:"width",realMinWidth:"minWidth"},n=["fixed"].reduce((function(e,t){return e[t]=t,e}),t);Object.keys(n).forEach((function(n){var r=t[n];e.$watch(n,(function(t){e.columnConfig[r]=t;var n="fixed"===r;e.owner.store.scheduleLayout(n)}))}))}},components:{ElCheckbox:Qn},beforeCreate:function(){this.row={},this.column={},this.$index=0,this.columnId=""},created:function(){var e=this.columnOrTableParent;this.isSubColumn=this.owner!==e,this.columnId=(e.tableId||e.columnId)+"_column_"+Wn++;var t=this.type||"default",n=""===this.sortable||this.sortable,r=Vn({},Cn[t],{id:this.columnId,type:t,property:this.prop||this.property,align:this.realAlign,headerAlign:this.realHeaderAlign,showOverflowTooltip:this.showOverflowTooltip||this.showTooltipWhenOverflow,filterable:this.filters||this.filterMethod,filteredValue:[],filterPlacement:"",isColumnGroup:!1,filterOpened:!1,sortable:n,index:this.index,borderLine:this.borderLine,treeNode:this.treeNode}),i=this.getPropsData(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement"]);i=function(e,t){var n={},r=void 0;for(r in e)n[r]=e[r];for(r in t)if(Fn(t,r)){var i=t[r];void 0!==i&&(n[r]=i)}return n}(r,i),i=function(){for(var e=arguments.length,t=Array(e),n=0;n0,expression:"store.states.data && store.states.data.length > 0"},{name:"mousewheel",rawName:"v-mousewheel",value:e.handleHeaderFooterMousewheel,expression:"handleHeaderFooterMousewheel"}],ref:"footerWrapper",staticClass:"el-table__footer-wrapper"},[n("table-footer",{style:{width:e.layout.bodyWidth?e.layout.bodyWidth+"px":""},attrs:{store:e.store,border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,"default-sort":e.defaultSort}})],1):e._e(),e.fixedColumns.length>0?n("div",{directives:[{name:"mousewheel",rawName:"v-mousewheel",value:e.handleFixedMousewheel,expression:"handleFixedMousewheel"}],ref:"fixedWrapper",staticClass:"el-table__fixed",style:[{width:e.layout.fixedWidth?e.layout.fixedWidth+"px":""},e.fixedHeight]},[e.showHeader?n("div",{ref:"fixedHeaderWrapper",staticClass:"el-table__fixed-header-wrapper"},[n("table-header",{ref:"fixedTableHeader",style:{width:e.bodyWidth},attrs:{fixed:"left",border:e.border,store:e.store}})],1):e._e(),n("div",{ref:"fixedBodyWrapper",staticClass:"el-table__fixed-body-wrapper",style:[{top:e.layout.headerHeight+"px"},e.fixedBodyHeight]},[n("table-body",{style:{width:e.bodyWidth},attrs:{fixed:"left",store:e.store,stripe:e.stripe,highlight:e.highlightCurrentRow,"row-class-name":e.rowClassName,"row-style":e.rowStyle}}),e.$slots.append?n("div",{staticClass:"el-table__append-gutter",style:{height:e.layout.appendHeight+"px"}}):e._e()],1),e.showSummary?n("div",{directives:[{name:"show",rawName:"v-show",value:e.store.states.data&&e.store.states.data.length>0,expression:"store.states.data && store.states.data.length > 0"}],ref:"fixedFooterWrapper",staticClass:"el-table__fixed-footer-wrapper"},[n("table-footer",{style:{width:e.bodyWidth},attrs:{fixed:"left",border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,store:e.store}})],1):e._e()]):e._e(),e.rightFixedColumns.length>0?n("div",{directives:[{name:"mousewheel",rawName:"v-mousewheel",value:e.handleFixedMousewheel,expression:"handleFixedMousewheel"}],ref:"rightFixedWrapper",staticClass:"el-table__fixed-right",style:[{width:e.layout.rightFixedWidth?e.layout.rightFixedWidth+"px":"",right:e.layout.scrollY?(e.border?e.layout.gutterWidth:e.layout.gutterWidth||0)+"px":""},e.fixedHeight]},[e.showHeader?n("div",{ref:"rightFixedHeaderWrapper",staticClass:"el-table__fixed-header-wrapper"},[n("table-header",{ref:"rightFixedTableHeader",style:{width:e.bodyWidth},attrs:{fixed:"right",border:e.border,store:e.store}})],1):e._e(),n("div",{ref:"rightFixedBodyWrapper",staticClass:"el-table__fixed-body-wrapper",style:[{top:e.layout.headerHeight+"px"},e.fixedBodyHeight]},[n("table-body",{style:{width:e.bodyWidth},attrs:{fixed:"right",store:e.store,stripe:e.stripe,"row-class-name":e.rowClassName,"row-style":e.rowStyle,highlight:e.highlightCurrentRow}}),e.$slots.append?n("div",{staticClass:"el-table__append-gutter",style:{height:e.layout.appendHeight+"px"}}):e._e()],1),e.showSummary?n("div",{directives:[{name:"show",rawName:"v-show",value:e.store.states.data&&e.store.states.data.length>0,expression:"store.states.data && store.states.data.length > 0"}],ref:"rightFixedFooterWrapper",staticClass:"el-table__fixed-footer-wrapper"},[n("table-footer",{style:{width:e.bodyWidth},attrs:{fixed:"right",border:e.border,"sum-text":e.sumText||e.t("el.table.sumText"),"summary-method":e.summaryMethod,store:e.store}})],1):e._e()]):e._e(),e.rightFixedColumns.length>0?n("div",{ref:"rightFixedPatch",staticClass:"el-table__fixed-right-patch",style:{width:e.layout.scrollY?e.layout.gutterWidth+"px":"0",height:e.layout.headerHeight+"px"}}):e._e(),n("div",{directives:[{name:"show",rawName:"v-show",value:e.resizeProxyVisible,expression:"resizeProxyVisible"}],ref:"resizeProxy",staticClass:"el-table__column-resize-proxy"}),e.fixedColumns.length>0&&e.fixedColumnsRoll?n("div",{ref:"leftFixed",staticClass:"el-table__fixed pltableFixedWrapper",style:[{width:e.layout.fixedWidth?e.layout.fixedWidth+"px":"",top:e.layout.headerHeight+"px"},e.fixedColumnsRollHeight]}):e._e(),e.rightFixedColumns.length>0&&e.fixedColumnsRoll?n("div",{ref:"rightFixed",staticClass:"el-table__fixed-right pltableFixedWrapper",style:[{width:e.layout.rightFixedWidth?e.layout.rightFixedWidth+"px":"",top:e.layout.headerHeight+"px",right:e.layout.scrollY?(e.border?e.layout.gutterWidth:e.layout.gutterWidth||0)+"px":""},e.fixedColumnsRollHeight]}):e._e()])};Xn._withStripped=!0;var qn=n(14),Jn=n(18),Zn=n.n(Jn),er="undefined"==typeof window,tr=function(e){var t=e,n=Array.isArray(t),r=0;for(t=n?t:t[Symbol.iterator]();;){var i;if(n){if(r>=t.length)break;i=t[r++]}else{if((r=t.next()).done)break;i=r.value}var a=i.target.__resizeListeners__||[];a.length&&a.forEach((function(e){e()}))}},nr=n(19),rr=n.n(nr),ir="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,ar={bind:function(e,t){var n,r;n=e,r=t.value,n&&n.addEventListener&&n.addEventListener(ir?"DOMMouseScroll":"mousewheel",(function(e){var t=rr()(e);r&&r.apply(this,[e,t])}))}},or=n(6),sr=n.n(or),lr={methods:{t:function(){for(var e=arguments.length,t=Array(e),n=0;n2&&void 0!==arguments[2]?arguments[2]:"children",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"hasChildren",i=function(e){return!(Array.isArray(e)&&e.length)};function a(e,o,s){t(e,o,s),o.forEach((function(e){if(e[r])t(e,null,s+1);else{var o=e[n];i(o)||a(e,o,s+1)}}))}e.forEach((function(e){if(e[r])t(e,null,0);else{var o=e[n];i(o)||a(e,o,0)}}))}(e,(function(e,t,n){var r=On(e,i);Array.isArray(t)?o[r]={children:t.map((function(e){return On(e,i)})),level:n}:a&&(o[r]={children:[],lazy:!0,level:n})}),n,r),o},updateTreeData:function(){var e=this.normalizedData,t=this.normalizedLazyNode,n=Object.keys(e),r={};if(n.length){var i=this.states,a=i.treeData,o=i.defaultExpandAll,s=i.expandRowKeys,l=i.lazy,c=[],u=function(e,t){var n=o||s&&-1!==s.indexOf(t);return!!(e&&e.expanded||n)};n.forEach((function(t){var n=a[t],i=gr({},e[t]);if(i.expanded=u(n,t),i.lazy){var o=n||{},s=o.loaded,l=void 0!==s&&s,h=o.loading,d=void 0!==h&&h;i.loaded=!!l,i.loading=!!d,c.push(t)}r[t]=i}));var h=Object.keys(t);l&&h.length&&c.length&&h.forEach((function(e){var n=a[e],i=t[e].children;if(-1!==c.indexOf(e)){if(0!==r[e].children.length)throw new Error("[ElTable]children must be an empty array.");r[e].children=i}else{var o=n||{},s=o.loaded,l=void 0!==s&&s,h=o.loading,d=void 0!==h&&h;r[e]={lazy:!0,loaded:!!l,loading:!!d,expanded:u(n,e),children:i,level:""}}}))}this.states.treeData=r,this.updateTableScrollY()},updateTreeExpandKeys:function(e){Object.keys(this.normalizedData).length&&(this.states.expandRowKeys=e,this.updateTreeData())},toggleTreeExpansion:function(e,t){this.assertRowKey();var n=this.states,r=n.rowKey,i=n.treeData,a=On(e,r),o=a&&i[a],s=i[a].expanded;a&&o&&"expanded"in o&&(t=void 0===t?!o.expanded:t,i[a].expanded=t,s!==t&&this.table.$emit("expand-change",e,t),this.updateTableScrollY())},loadOrToggle:function(e){this.assertRowKey();var t=this.states,n=t.lazy,r=t.treeData,i=t.rowKey,a=On(e,i),o=r[a];n&&o&&"loaded"in o&&!o.loaded?this.loadData(e,a,o):this.toggleTreeExpansion(e)},loadData:function(e,t,n){var r=this,i=this.table.load,a=this.states,o=a.lazyTreeNodeMap,s=a.treeData;i&&!s[t].loaded&&(s[t].loading=!0,i(e,n,(function(n){if(!Array.isArray(n))throw new Error("[ElTable] data must be an array");s[t].loading=!1,s[t].loaded=!0,s[t].expanded=!0,n.length&&r.$set(o,t,n),r.table.$emit("expand-change",e,!0)})))}}},Ar=function(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()},yr=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},br=function(e){return"number"==typeof e?e:"string"==typeof e?/^\d+(?:px)?$/.test(e)?parseInt(e,10):e:null},_r=function(e){if(yr(e))return e.filter((function(e,t,n){return n.indexOf(e)===t}));throw new Error("需要的是数组")},wr=function e(t){var n=[];return t.forEach((function(t){t.children?n.push.apply(n,e(t.children)):n.push(t)})),n},xr=i.a.extend({data:function(){return{states:{rowKey:null,data:[],isComplex:!1,_columns:[],originColumns:[],columns:[],fixedColumns:[],rightFixedColumns:[],leafColumns:[],fixedLeafColumns:[],rightFixedLeafColumns:[],leafColumnsLength:0,fixedLeafColumnsLength:0,rightFixedLeafColumnsLength:0,isAllSelected:!1,selection:[],reserveSelection:!1,selectOnIndeterminate:!1,selectable:null,filters:{},filteredData:null,sortingColumn:null,sortProp:null,sortOrder:null,hoverRow:null,useVirtual:!1,bigDataCheckbox:!1}}},mixins:[pr,mr,vr],methods:{assertRowKey:function(){if(!this.states.rowKey)throw new Error("[ElTable] prop row-key is required")},updateColumns:function(){var e=this.states,t=e._columns||[];e.fixedColumns=t.filter((function(e){return!0===e.fixed||"left"===e.fixed})),e.rightFixedColumns=t.filter((function(e){return"right"===e.fixed})),e.fixedColumns.length>0&&t[0]&&"selection"===t[0].type&&!t[0].fixed&&(t[0].fixed=!0,e.fixedColumns.unshift(t[0]));var n=t.filter((function(e){return!e.fixed}));e.originColumns=[].concat(e.fixedColumns).concat(n).concat(e.rightFixedColumns);var r=wr(n),i=wr(e.fixedColumns),a=wr(e.rightFixedColumns);e.leafColumnsLength=r.length,e.fixedLeafColumnsLength=i.length,e.rightFixedLeafColumnsLength=a.length,e.columns=[].concat(i).concat(r).concat(a),e.isComplex=e.fixedColumns.length>0||e.rightFixedColumns.length>0},scheduleLayout:function(e){e&&this.updateColumns(),this.table.debouncedUpdateLayout()},isSelected:function(e){var t=this.states.selection;return(void 0===t?[]:t).indexOf(e)>-1},clearSelection:function(){var e=this.states;e.isAllSelected=!1,e.selection.length&&(e.selection=[],this.table.$emit("selection-change",[]))},cleanSelection:function(){var e=this.states,t=e.data,n=e.rowKey,r=e.selection,i=void 0;if(n){i=[];var a=In(r,n),o=In(t,n);for(var s in a)a.hasOwnProperty(s)&&!o[s]&&i.push(a[s].row)}else i=r.filter((function(e){return-1===t.indexOf(e)}));if(i.length){var l=r.filter((function(e){return-1===i.indexOf(e)}));e.selection=l,this.table.$emit("selection-change",l.slice())}},toggleRowSelection:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=Rn(this.states.selection,e,t);if(r){var i=(this.states.selection||[]).slice();n&&this.table.$emit("select",i,e),this.table.$emit("selection-change",i)}},removalDataObj:function(e,t){if(yr(e)){for(var n=[],r={},i=0;i1?n-1:0),i=1;ithis.bodyHeight;return this.scrollY=r,n!==r}return!1},e.prototype.setHeight=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"height";if(!i.a.prototype.$isServer){var r=this.table.$el;if(e=Pn(e),this.height=e,!r&&(e||0===e))return i.a.nextTick((function(){return t.setHeight(e,n)}));"number"==typeof e?(r.style[n]=e+"px",this.updateElsHeight()):"string"==typeof e&&(r.style[n]=e,this.updateElsHeight())}},e.prototype.setMaxHeight=function(e){this.setHeight(e,"max-height")},e.prototype.getFlattenColumns=function(){var e=[];return this.table.columns.forEach((function(t){t.isColumnGroup?e.push.apply(e,t.columns):e.push(t)})),e},e.prototype.updateElsHeight=function(){var e=this;if(!this.table.$ready)return i.a.nextTick((function(){return e.updateElsHeight()}));var t=this.table.$refs,n=t.headerWrapper,r=t.appendWrapper,a=t.footerWrapper;if(this.appendHeight=r?r.offsetHeight:0,!this.showHeader||n){var o=this.headerHeight=this.showHeader?n.offsetHeight:0;if(this.showHeader&&n.offsetWidth>0&&(this.table.columns||[]).length>0&&o<2)return i.a.nextTick((function(){return e.updateElsHeight()}));var s=this.tableHeight=this.table.$el.clientHeight,l=this.footerHeight=a?a.offsetHeight:0;null!==this.height&&(this.bodyHeight=s-o-l+(a?1:0)),this.fixedBodyHeight=this.scrollX?this.bodyHeight-this.gutterWidth:this.bodyHeight;var c=!this.table.data||0===this.table.data.length;this.viewportHeight=this.scrollX?s-(c?0:this.gutterWidth):s,this.updateScrollY(),this.notifyObservers("scrollable")}},e.prototype.updateColumnsWidth=function(){if(!i.a.prototype.$isServer){var e=this.fit,t=this.table.$el.clientWidth,n=0,r=this.getFlattenColumns(),a=r.filter((function(e){return"number"!=typeof e.width}));if(r.forEach((function(e){"number"==typeof e.width&&e.realWidth&&(e.realWidth=null)})),a.length>0&&e){r.forEach((function(e){n+=e.width||e.minWidth||80}));var o=this.scrollY?this.gutterWidth:0;if(n<=t-o){this.scrollX=!1;var s=t-o-n;if(1===a.length)a[0].realWidth=(a[0].minWidth||80)+s;else{var l=s/a.reduce((function(e,t){return e+(t.minWidth||80)}),0),c=0;a.forEach((function(e,t){if(0!==t){var n=Math.floor((e.minWidth||80)*l);c+=n,e.realWidth=(e.minWidth||80)+n}})),a[0].realWidth=(a[0].minWidth||80)+s-c}}else this.scrollX=!0,a.forEach((function(e){e.realWidth=e.minWidth}));this.bodyWidth=Math.max(n,t),this.table.resizeState.width=this.bodyWidth}else r.forEach((function(e){e.width||e.minWidth?e.realWidth=e.width||e.minWidth:e.realWidth=80,n+=e.realWidth})),this.scrollX=n>t,this.bodyWidth=n;var u=this.store.states.fixedColumns;if(u.length>0){var h=0;u.forEach((function(e){h+=e.realWidth||e.width})),this.fixedWidth=h}var d=this.store.states.rightFixedColumns;if(d.length>0){var f=0;d.forEach((function(e){f+=e.realWidth||e.width})),this.rightFixedWidth=f}this.notifyObservers("columns")}},e.prototype.addObserver=function(e){this.observers.push(e)},e.prototype.removeObserver=function(e){var t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)},e.prototype.notifyObservers=function(e){var t=this;this.observers.forEach((function(n){switch(e){case"columns":n.onColumnsChange(t);break;case"scrollable":n.onScrollableChange(t);break;default:throw new Error("Table Layout don't have event "+e+".")}}))},e}(),Tr=("function"==typeof Symbol&&Symbol.iterator,i.a.prototype.$isServer),Br=/([\:\-\_]+(.))/g,Dr=/^moz([A-Z])/,Lr=Tr?0:Number(document.documentMode),Or=function(e){return e.replace(Br,(function(e,t,n,r){return r?n.toUpperCase():n})).replace(Dr,"Moz$1")};function Ir(e,t){if(!e||!t)return!1;if(-1!==t.indexOf(" "))throw new Error("className should not contain space.");return e.classList?e.classList.contains(t):(" "+e.className+" ").indexOf(" "+t+" ")>-1}!Tr&&document.addEventListener,!Tr&&document.removeEventListener;var Fr=Lr<9?function(e,t){if(!Tr){if(!e||!t)return null;"float"===(t=Or(t))&&(t="styleFloat");try{switch(t){case"opacity":try{return e.filters.item("alpha").opacity/100}catch(e){return 1}default:return e.style[t]||e.currentStyle?e.currentStyle[t]:null}}catch(n){return e.style[t]}}}:function(e,t){if(!Tr){if(!e||!t)return null;"float"===(t=Or(t))&&(t="cssFloat");try{var n=document.defaultView.getComputedStyle(e,"");return e.style[t]||n?n[t]:null}catch(n){return e.style[t]}}},Nr=n(8),Pr=n.n(Nr),Rr=n(3),Hr={name:"ElTooltip",mixins:[Pr.a],props:{openDelay:{type:Number,default:0},disabled:Boolean,manual:Boolean,effect:{type:String,default:"dark"},arrowOffset:{type:Number,default:0},popperClass:String,content:String,visibleArrow:{default:!0},transition:{type:String,default:"el-fade-in-linear"},popperOptions:{default:function(){return{boundariesPadding:10,gpuAcceleration:!1}}},enterable:{type:Boolean,default:!0},hideAfter:{type:Number,default:0},tabindex:{type:Number,default:0}},data:function(){return{tooltipId:"el-tooltip-"+Object(xn.generateId)(),timeoutPending:null,focusing:!1}},beforeCreate:function(){var e=this;this.$isServer||(this.popperVM=new i.a({data:{node:""},render:function(e){return this.node}}).$mount(),this.debounceClose=hr()(200,(function(){return e.handleClosePopper()})))},render:function(e){var t=this;this.popperVM&&(this.popperVM.node=e("transition",{attrs:{name:this.transition},on:{afterLeave:this.doDestroy}},[e("div",{on:{mouseleave:function(){t.setExpectedState(!1),t.debounceClose()},mouseenter:function(){t.setExpectedState(!0)}},ref:"popper",attrs:{role:"tooltip",id:this.tooltipId,"aria-hidden":this.disabled||!this.showPopper?"true":"false"},directives:[{name:"show",value:!this.disabled&&this.showPopper}],class:["el-tooltip__popper","is-"+this.effect,this.popperClass]},[this.$slots.content||this.content])]));var n=this.getFirstElement();if(!n)return null;var r=n.data=n.data||{};return r.staticClass=this.addTooltipClass(r.staticClass),n},mounted:function(){var e=this;this.referenceElm=this.$el,1===this.$el.nodeType&&(this.$el.setAttribute("aria-describedby",this.tooltipId),this.$el.setAttribute("tabindex",this.tabindex),Object(Rr.on)(this.referenceElm,"mouseenter",this.show),Object(Rr.on)(this.referenceElm,"mouseleave",this.hide),Object(Rr.on)(this.referenceElm,"focus",(function(){if(e.$slots.default&&e.$slots.default.length){var t=e.$slots.default[0].componentInstance;t&&t.focus?t.focus():e.handleFocus()}else e.handleFocus()})),Object(Rr.on)(this.referenceElm,"blur",this.handleBlur),Object(Rr.on)(this.referenceElm,"click",this.removeFocusing)),this.value&&this.popperVM&&this.popperVM.$nextTick((function(){e.value&&e.updatePopper()}))},watch:{focusing:function(e){e?Object(Rr.addClass)(this.referenceElm,"focusing"):Object(Rr.removeClass)(this.referenceElm,"focusing")}},methods:{show:function(){this.setExpectedState(!0),this.handleShowPopper()},hide:function(){this.setExpectedState(!1),this.debounceClose()},handleFocus:function(){this.focusing=!0,this.show()},handleBlur:function(){this.focusing=!1,this.hide()},removeFocusing:function(){this.focusing=!1},addTooltipClass:function(e){return e?"el-tooltip "+e.replace("el-tooltip",""):"el-tooltip"},handleShowPopper:function(){var e=this;this.expectedState&&!this.manual&&(clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.showPopper=!0}),this.openDelay),this.hideAfter>0&&(this.timeoutPending=setTimeout((function(){e.showPopper=!1}),this.hideAfter)))},handleClosePopper:function(){this.enterable&&this.expectedState||this.manual||(clearTimeout(this.timeout),this.timeoutPending&&clearTimeout(this.timeoutPending),this.showPopper=!1,this.disabled&&this.doDestroy())},setExpectedState:function(e){!1===e&&clearTimeout(this.timeoutPending),this.expectedState=e},getFirstElement:function(){var e=this.$slots.default;if(!Array.isArray(e))return null;for(var t=null,n=0;n col");if(e.length){var t=this.tableLayout.getFlattenColumns(),n={};t.forEach((function(e){n[e.id]=e}));for(var r=0,i=e.length;r col[name=gutter]"),n=0,r=t.length;n=this.leftFixedLeafCount:"right"===this.fixed?e=this.columnsCount-this.rightFixedLeafCount},getSpan:function(e,t,n,r){var i=1,a=1,o=this.table.spanMethod;if("function"==typeof o){var s=o({row:e,column:t,rowIndex:n,columnIndex:r});Array.isArray(s)?(i=s[0],a=s[1]):"object"===(void 0===s?"undefined":Yr(s))&&(i=s.rowspan,a=s.colspan)}return{rowspan:i,colspan:a}},getRowStyle:function(e,t){var n=this.table.rowStyle;return"function"==typeof n?n.call(null,{row:e,rowIndex:t}):n||null},getRowClass:function(e,t){var n=["el-table__row"],r=this.store.states.selection;(void 0===r?[]:r).indexOf(e)>-1&&this.table.selectTrClass&&n.push(this.table.selectTrClass),this.table.highlightCurrentRow&&e===this.store.states.currentRow&&n.push("current-row"),this.stripe&&t%2==1&&n.push("el-table__row--striped");var i=this.table.rowClassName;return"string"==typeof i?n.push(i):"function"==typeof i&&n.push(i.call(null,{row:e,rowIndex:t})),this.store.states.expandRows.indexOf(e)>-1&&n.push("expanded"),n},getCellStyle:function(e,t,n,r){var i=this.table.cellStyle;return"function"==typeof i?i.call(null,{rowIndex:e,columnIndex:t,row:n,column:r}):i},getCellClass:function(e,t,n,r){var i=[r.id,r.align,r.className];this.isColumnHidden(t)&&i.push("is-hidden");var a=this.table.cellClassName;return"string"==typeof a?i.push(a):"function"==typeof a&&i.push(a.call(null,{rowIndex:e,columnIndex:t,row:n,column:r})),i.join(" ")},getColspanRealWidth:function(e,t,n){return t<1?e[n].realWidth:e.map((function(e){return e.realWidth})).slice(n,n+t).reduce((function(e,t){return e+t}),-1)},handleCellMouseEnter:function(e,t){var n=this.table,r=En(e);if(r){var i=Ln(n,r),a=n.hoverState={cell:r,column:i,row:t};n.$emit("cell-mouse-enter",a.row,a.column,a.cell,e)}var o=e.target.querySelector(".cell");if(Ir(o,"el-tooltip")&&o.childNodes.length){var s=document.createRange();if(s.setStart(o,0),s.setEnd(o,o.childNodes.length),(s.getBoundingClientRect().width+((parseInt(Fr(o,"paddingLeft"),10)||0)+(parseInt(Fr(o,"paddingRight"),10)||0))>o.offsetWidth||o.scrollWidth>o.offsetWidth)&&this.$refs.tooltip){var l=this.$refs.tooltip;this.tooltipContent=r.innerText||r.textContent,l.referenceElm=r,l.$refs.popper&&(l.$refs.popper.style.display="none"),l.doDestroy(),l.setExpectedState(!0),this.activateTooltip(l)}}},handleCellMouseLeave:function(e){var t=this.$refs.tooltip;if(t&&(t.setExpectedState(!1),t.handleClosePopper()),En(e)){var n=this.table.hoverState||{};this.table.$emit("cell-mouse-leave",n.row,n.column,n.cell,e)}},handleMouseEnter:hr()(30,(function(e){this.store.commit("setHoverRow",e)})),handleMouseLeave:hr()(30,(function(){this.store.commit("setHoverRow",null)})),handleContextMenu:function(e,t){this.handleEvent(e,t,"contextmenu")},handleDoubleClick:function(e,t){this.handleEvent(e,t,"dblclick")},handleClick:function(e,t){this.store.commit("setCurrentRow",t),this.handleEvent(e,t,"click")},handleEvent:function(e,t,n){var r=this.table,i=En(e),a=void 0;i&&((a=Ln(r,i))&&r.$emit("cell-"+n,t,a,i,e),"cell"===r.treeOpts.trigger&&a.treeNode&&r.triggerTreeExpandEvent(t,"cell",e)),"row"===r.treeOpts.trigger&&r.triggerTreeExpandEvent(t,"row",e),r.$emit("row-"+n,t,a,e)},rowRender:function(e,t,n){var r=this,i=this.$createElement,a=this.treeIndent,o=this.columns,s=this.firstDefaultColumnIndex,l=o.map((function(e,t){return r.isColumnHidden(t)})),c=this.getRowClass(e,t),u=!0;return n&&(c.push("el-table__row--level-"+n.level),u=n.display),i("tr",{directives:[{name:"show",value:u}],style:this.getRowStyle(e,t),class:c,key:this.getKeyOfRow(e,t),on:{dblclick:function(t){return r.handleDoubleClick(t,e)},click:function(t){return r.handleClick(t,e)},contextmenu:function(t){return r.handleContextMenu(t,e)},mouseenter:function(e){return r.handleMouseEnter(t)},mouseleave:this.handleMouseLeave}},[o.map((function(c,u){var h=r.getSpan(e,c,t,u),d=h.rowspan,f=h.colspan;if(!d||!f)return null;var p=$r({},c);p.realWidth=r.getColspanRealWidth(o,f,u);var m={store:r.store,_self:r.context||r.table.$vnode.context,column:p,row:e,$index:t};return u===s&&n&&(m.treeNode={indent:n.level*a,level:n.level},"boolean"==typeof n.expanded&&(m.treeNode.expanded=n.expanded,"loading"in n&&(m.treeNode.loading=n.loading),"noLazyChildren"in n&&(m.treeNode.noLazyChildren=n.noLazyChildren))),i("td",{style:r.getCellStyle(t,u,e,c),class:r.getCellClass(t,u,e,c),attrs:{rowspan:d,colspan:f},on:{mouseenter:function(t){return r.handleCellMouseEnter(t,e)},mouseleave:r.handleCellMouseLeave}},[c.renderCell.call(r._renderProxy,r.$createElement,m,l[u])])}))])},wrappedRowRender:function(e,t){var n=this,r=this.$createElement,i=this.store,a=i.isRowExpanded,o=i.assertRowKey,s=i.states,l=s.treeData,c=s.lazyTreeNodeMap,u=s.childrenColumnName,h=s.rowKey;if(this.hasExpandColumn&&a(e)){var d=this.table.renderExpanded,f=this.rowRender(e,t);return d?[[f,r("tr",{key:"expanded-row__"+f.key},[r("td",{attrs:{colspan:this.columnsCount},class:"el-table__expanded-cell"},[d(this.$createElement,{row:e,$index:t,store:this.store})])])]]:(console.error("[Element Error]renderExpanded is required."),f)}if(Object.keys(l).length){o();var p=On(e,h),m=l[p],g=null;m&&(g={expanded:m.expanded,level:m.level,display:!0},"boolean"==typeof m.lazy&&("boolean"==typeof m.loaded&&m.loaded&&(g.noLazyChildren=!(m.children&&m.children.length)),g.loading=m.loading));var v=[this.rowRender(e,t,g)];if(m){var A=0;m.display=!0,function e(r,i){r&&r.length&&i&&r.forEach((function(r){var a={display:i.display&&i.expanded,level:i.level+1},o=On(r,h);if(null==o)throw new Error("for nested data item, row-key is required.");if((m=$r({},l[o]))&&(a.expanded=m.expanded,m.level=m.level||a.level,m.display=!(!m.expanded||!a.display),"boolean"==typeof m.lazy&&("boolean"==typeof m.loaded&&m.loaded&&(a.noLazyChildren=!(m.children&&m.children.length)),a.loading=m.loading)),A++,v.push(n.rowRender(r,t+A,a)),m){var s=c[o]||r[u];e(s,m)}}))}(c[p]||e[u],m)}return v}return this.rowRender(e,t)}}},Qr=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"}},[e.multiple?n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleOutsideClick,expression:"handleOutsideClick"},{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-table-filter"},[n("div",{staticClass:"el-table-filter__content"},[n("el-scrollbar",{attrs:{"wrap-class":"el-table-filter__wrap"}},[n("el-checkbox-group",{staticClass:"el-table-filter__checkbox-group",model:{value:e.filteredValue,callback:function(t){e.filteredValue=t},expression:"filteredValue"}},e._l(e.filters,(function(t){return n("el-checkbox",{key:t.value,attrs:{label:t.value}},[e._v(e._s(t.text))])})),1)],1)],1),n("div",{staticClass:"el-table-filter__bottom"},[n("button",{class:{"is-disabled":0===e.filteredValue.length},attrs:{disabled:0===e.filteredValue.length},on:{click:e.handleConfirm}},[e._v(e._s(e.t("el.table.confirmFilter")))]),n("button",{on:{click:e.handleReset}},[e._v(e._s(e.t("el.table.resetFilter")))])])]):n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleOutsideClick,expression:"handleOutsideClick"},{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-table-filter"},[n("ul",{staticClass:"el-table-filter__list"},[n("li",{staticClass:"el-table-filter__list-item",class:{"is-active":void 0===e.filterValue||null===e.filterValue},on:{click:function(t){return e.handleSelect(null)}}},[e._v(e._s(e.t("el.table.clearFilter")))]),e._l(e.filters,(function(t){return n("li",{key:t.value,staticClass:"el-table-filter__list-item",class:{"is-active":e.isActive(t)},attrs:{label:t.value},on:{click:function(n){return e.handleSelect(t.value)}}},[e._v(e._s(t.text))])}))],2)])])};Qr._withStripped=!0;var Vr=n(15),Wr=n(7),Kr=n.n(Wr),Gr=n(11),Xr=n.n(Gr),qr=[];!i.a.prototype.$isServer&&document.addEventListener("click",(function(e){qr.forEach((function(t){var n=e.target;t&&t.$el&&(n===t.$el||t.$el.contains(n)||t.handleOutsideClick&&t.handleOutsideClick(e))}))}));var Jr=function(e){e&&qr.push(e)},Zr=function(e){-1!==qr.indexOf(e)&&qr.splice(e,1)},ei=function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"el-checkbox-group",attrs:{role:"group","aria-label":"checkbox-group"}},[this._t("default")],2)};ei._withStripped=!0;var ti=Yn({name:"ElCheckboxGroup",componentName:"ElCheckboxGroup",mixins:[zn.a],inject:{elFormItem:{default:""}},props:{value:{},disabled:Boolean,min:Number,max:Number,size:String,fill:String,textColor:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxGroupSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size}},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",[e])}}},ei,[],!1,null,null,null);ti.options.__file="packages/checkbox/src/checkbox-group.vue";var ni=ti.exports;ni.install=function(e){e.component(ni.name,ni)};var ri=ni,ii=n(10),ai=n(20),oi=n.n(ai),si={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}};function li(e){var t=e.move,n=e.size,r=e.bar,i={},a="translate"+r.axis+"("+t+"%)";return i[r.size]=n,i.transform=a,i.msTransform=a,i.webkitTransform=a,i}var ci={name:"Bar",props:{vertical:Boolean,size:String,move:Number},computed:{bar:function(){return si[this.vertical?"vertical":"horizontal"]},wrap:function(){return this.$parent.wrap}},render:function(e){var t=this.size,n=this.move,r=this.bar;return e("div",{class:["el-scrollbar__bar","is-"+r.key],on:{mousedown:this.clickTrackHandler}},[e("div",{ref:"thumb",class:"el-scrollbar__thumb",on:{mousedown:this.clickThumbHandler},style:li({size:t,move:n,bar:r})})])},methods:{clickThumbHandler:function(e){e.ctrlKey||2===e.button||(this.startDrag(e),this[this.bar.axis]=e.currentTarget[this.bar.offset]-(e[this.bar.client]-e.currentTarget.getBoundingClientRect()[this.bar.direction]))},clickTrackHandler:function(e){var t=100*(Math.abs(e.target.getBoundingClientRect()[this.bar.direction]-e[this.bar.client])-this.$refs.thumb[this.bar.offset]/2)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=t*this.wrap[this.bar.scrollSize]/100},startDrag:function(e){e.stopImmediatePropagation(),this.cursorDown=!0,Object(Rr.on)(document,"mousemove",this.mouseMoveDocumentHandler),Object(Rr.on)(document,"mouseup",this.mouseUpDocumentHandler),document.onselectstart=function(){return!1}},mouseMoveDocumentHandler:function(e){if(!1!==this.cursorDown){var t=this[this.bar.axis];if(t){var n=100*(-1*(this.$el.getBoundingClientRect()[this.bar.direction]-e[this.bar.client])-(this.$refs.thumb[this.bar.offset]-t))/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=n*this.wrap[this.bar.scrollSize]/100}}},mouseUpDocumentHandler:function(e){this.cursorDown=!1,this[this.bar.axis]=0,Object(Rr.off)(document,"mousemove",this.mouseMoveDocumentHandler),document.onselectstart=null}},destroyed:function(){Object(Rr.off)(document,"mouseup",this.mouseUpDocumentHandler)}},ui={name:"ElScrollbar",components:{Bar:ci},props:{native:Boolean,wrapStyle:{},wrapClass:{},viewClass:{},viewStyle:{},noresize:Boolean,tag:{type:String,default:"div"}},data:function(){return{sizeWidth:"0",sizeHeight:"0",moveX:0,moveY:0}},computed:{wrap:function(){return this.$refs.wrap}},render:function(e){var t=oi()(),n=this.wrapStyle;if(t){var r="-"+t+"px",i="margin-bottom: "+r+"; margin-right: "+r+";";Array.isArray(this.wrapStyle)?(n=Object(xn.toObject)(this.wrapStyle)).marginRight=n.marginBottom=r:"string"==typeof this.wrapStyle?n+=i:n=i}var a=e(this.tag,{class:["el-scrollbar__view",this.viewClass],style:this.viewStyle,ref:"resize"},this.$slots.default),o=e("div",{ref:"wrap",style:n,on:{scroll:this.handleScroll},class:[this.wrapClass,"el-scrollbar__wrap",t?"":"el-scrollbar__wrap--hidden-default"]},[[a]]),s=void 0;return s=this.native?[e("div",{ref:"wrap",class:[this.wrapClass,"el-scrollbar__wrap"],style:n},[[a]])]:[o,e(ci,{attrs:{move:this.moveX,size:this.sizeWidth}}),e(ci,{attrs:{vertical:!0,move:this.moveY,size:this.sizeHeight}})],e("div",{class:"el-scrollbar"},s)},methods:{handleScroll:function(){var e=this.wrap;this.moveY=100*e.scrollTop/e.clientHeight,this.moveX=100*e.scrollLeft/e.clientWidth},update:function(){var e,t,n=this.wrap;n&&(e=100*n.clientHeight/n.scrollHeight,t=100*n.clientWidth/n.scrollWidth,this.sizeHeight=e<100?e+"%":"",this.sizeWidth=t<100?t+"%":"")}},mounted:function(){this.native||(this.$nextTick(this.update),!this.noresize&&Object(ii.addResizeListener)(this.$refs.resize,this.update))},beforeDestroy:function(){this.native||!this.noresize&&Object(ii.removeResizeListener)(this.$refs.resize,this.update)},install:function(e){e.component(ui.name,ui)}},hi=ui,di=Yn({name:"ElTableFilterPanel",mixins:[Pr.a,Kr.a],directives:{Clickoutside:Xr.a},components:{ElCheckbox:Qn,ElCheckboxGroup:ri,ElScrollbar:hi},props:{placement:{type:String,default:"bottom-end"}},methods:{isActive:function(e){return e.value===this.filterValue},handleOutsideClick:function(){var e=this;setTimeout((function(){e.showPopper=!1}),16)},handleConfirm:function(){this.confirmFilter(this.filteredValue),this.handleOutsideClick()},handleReset:function(){this.filteredValue=[],this.confirmFilter(this.filteredValue),this.handleOutsideClick()},handleSelect:function(e){this.filterValue=e,null!=e?this.confirmFilter(this.filteredValue):this.confirmFilter([]),this.handleOutsideClick()},confirmFilter:function(e){this.table.store.commit("filterChange",{column:this.column,values:e}),this.table.store.updateAllSelected()}},data:function(){return{table:null,cell:null,column:null}},computed:{filters:function(){return this.column&&this.column.filters},filterValue:{get:function(){return(this.column.filteredValue||[])[0]},set:function(e){this.filteredValue&&(null!=e?this.filteredValue.splice(0,1,e):this.filteredValue.splice(0,1))}},filteredValue:{get:function(){return this.column&&this.column.filteredValue||[]},set:function(e){this.column&&(this.column.filteredValue=e)}},multiple:function(){return!this.column||this.column.filterMultiple}},mounted:function(){var e=this;this.popperElm=this.$el,this.referenceElm=this.cell,this.table.bodyWrapper.addEventListener("scroll",(function(){e.updatePopper()})),this.$watch("showPopper",(function(t){e.column&&(e.column.filterOpened=t),t?Jr(e):Zr(e)}))},watch:{showPopper:function(e){!0===e&&parseInt(this.popperJS._popper.style.zIndex,10)1;return i&&(this.$parent.isGroup=!0),e("table",{class:"el-table__header",attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("colgroup",[this.columns.map((function(t){return e("col",{attrs:{name:t.id},key:t.id})})),this.hasGutter?e("col",{attrs:{name:"gutter"}}):""]),e("thead",{class:[{"is-group":i,"has-gutter":this.hasGutter}]},[this._l(r,(function(n,r){return e("tr",{style:t.getHeaderRowStyle(r),class:t.getHeaderRowClass(r)},[n.map((function(i,a){return e("th",{attrs:{colspan:i.colSpan,rowspan:i.rowSpan},on:{mousemove:function(e){return t.handleMouseMove(e,i)},mouseout:t.handleMouseOut,mousedown:function(e){return t.handleMouseDown(e,i)},click:function(e){return t.handleHeaderClick(e,i)},contextmenu:function(e){return t.handleHeaderContextMenu(e,i)}},style:t.getHeaderCellStyle(r,a,n,i),class:t.getHeaderCellClass(r,a,n,i),key:i.id},[t.$parent.headerDragStyle&&i.borderLine?e("span",{class:i.resizable?"pltableDragIconHover pltableDragIcon":"pltableDragIcon"},[" ",e("i")," "]):"",e("div",{attrs:{title:[i.label&&"title"===t.$parent.showHeaderOverflow?i.label:""]},class:["cell",t.$parent.showHeaderOverflow?"umy-table-beyond":"",i.filteredValue&&i.filteredValue.length>0?"highlight":"",i.labelClassName]},[i.renderHeader?i.renderHeader.call(t._renderProxy,e,{column:i,$index:a,store:t.store,_self:t.$parent.$vnode.context}):i.label,i.sortable?e("span",{class:"caret-wrapper",on:{click:function(e){return t.handleSortClick(e,i)}}},[e("i",{class:"sort-caret ascending",on:{click:function(e){return t.handleSortClick(e,i,"ascending")}}}),e("i",{class:"sort-caret descending",on:{click:function(e){return t.handleSortClick(e,i,"descending")}}})]):"",i.filterable?e("span",{class:"el-table__column-filter-trigger",on:{click:function(e){return t.handleFilterClick(e,i)}}},[e("i",{class:["el-icon-arrow-down",i.filterOpened?"el-icon-arrow-up":""]})]):""])])})),t.hasGutter?e("th",{class:"gutter"}):""])}))])])},props:{fixed:String,store:{required:!0},border:Boolean,defaultSort:{type:Object,default:function(){return{prop:"",order:""}}}},components:{ElCheckbox:Qn},computed:pi({table:function(){return this.$parent},hasGutter:function(){return!this.fixed&&this.tableLayout.gutterWidth}},kr({columns:"columns",isAllSelected:"isAllSelected",leftFixedLeafCount:"fixedLeafColumnsLength",rightFixedLeafCount:"rightFixedLeafColumnsLength",columnsCount:function(e){return e.columns.length},leftFixedCount:function(e){return e.fixedColumns.length},rightFixedCount:function(e){return e.rightFixedColumns.length}})),created:function(){this.filterPanels={}},mounted:function(){var e=this;this.$nextTick((function(){var t=e.defaultSort,n=t.prop,r=t.order;e.store.commit("sort",{prop:n,order:r,init:!0})}))},beforeDestroy:function(){var e=this.filterPanels;for(var t in e)e.hasOwnProperty(t)&&e[t]&&e[t].$destroy(!0)},methods:{isCellHidden:function(e,t){for(var n=0,r=0;r=this.leftFixedLeafCount:"right"===this.fixed?n=this.columnsCount-this.rightFixedLeafCount},getHeaderRowStyle:function(e){var t=this.table.headerRowStyle;return"function"==typeof t?t.call(null,{rowIndex:e}):t},getHeaderRowClass:function(e){var t=[],n=this.table.headerRowClassName;return"string"==typeof n?t.push(n):"function"==typeof n&&t.push(n.call(null,{rowIndex:e})),t.join(" ")},getHeaderCellStyle:function(e,t,n,r){var i=this.table.headerCellStyle;return"function"==typeof i?i.call(null,{rowIndex:e,columnIndex:t,row:n,column:r}):i},getHeaderCellClass:function(e,t,n,r){var i=[r.id,r.order,r.headerAlign,r.className,r.labelClassName];0===e&&this.isCellHidden(t,n)&&i.push("is-hidden"),this.$parent.headerDragStyle&&i.push("umy-table-header-border-right-none-th"),r.children||i.push("is-leaf"),r.sortable&&i.push("is-sortable");var a=this.table.headerCellClassName;return"string"==typeof a?i.push(a):"function"==typeof a&&i.push(a.call(null,{rowIndex:e,columnIndex:t,row:n,column:r})),i.join(" ")},toggleAllSelection:function(e){e.stopPropagation(),this.store.commit("toggleAllSelection")},handleFilterClick:function(e,t){e.stopPropagation();var n=e.target,r="TH"===n.tagName?n:n.parentNode;r=r.querySelector(".el-table__column-filter-trigger")||r;var a=this.$parent,o=this.filterPanels[t.id];o&&t.filterOpened?o.showPopper=!1:(o||(o=new i.a(fi),this.filterPanels[t.id]=o,t.filterPlacement&&(o.placement=t.filterPlacement),o.table=a,o.cell=r,o.column=t,!this.$isServer&&o.$mount(document.createElement("div"))),setTimeout((function(){o.showPopper=!0}),16))},handleHeaderClick:function(e,t){!t.filters&&t.sortable?this.handleSortClick(e,t):t.filterable&&!t.sortable&&this.handleFilterClick(e,t),this.$parent.$emit("header-click",t,e)},handleHeaderContextMenu:function(e,t){this.$parent.$emit("header-contextmenu",t,e)},handleMouseDown:function(e,t){var n=this;if(!this.$isServer&&!(t.children&&t.children.length>0)&&this.draggingColumn&&this.border&&t.resizable){this.dragging=!0,this.$parent.resizeProxyVisible=!0;var r=this.$parent,i=r.$el.getBoundingClientRect().left,a=this.$el.querySelector("th."+t.id),o=a.getBoundingClientRect(),s=o.left-i+30;Object(Rr.addClass)(a,"noclick"),this.dragState={startMouseLeft:e.clientX,startLeft:o.right-i,startColumnLeft:o.left-i,tableLeft:i};var l=r.$refs.resizeProxy;l.style.left=this.dragState.startLeft+"px",document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};var c=function(e){var t=e.clientX-n.dragState.startMouseLeft,r=n.dragState.startLeft+t;l.style.left=Math.max(s,r)+"px"};document.addEventListener("mousemove",c),document.addEventListener("mouseup",(function i(){if(n.dragging){var o=n.dragState,s=o.startColumnLeft,u=o.startLeft,h=parseInt(l.style.left,10)-s;t.width=t.realWidth=h,r.$emit("header-dragend",t.width,u-s,t,e),n.store.scheduleLayout(),document.body.style.cursor="",n.dragging=!1,n.draggingColumn=null,n.dragState={},r.resizeProxyVisible=!1}document.removeEventListener("mousemove",c),document.removeEventListener("mouseup",i),document.onselectstart=null,document.ondragstart=null,setTimeout((function(){Object(Rr.removeClass)(a,"noclick")}),0)}))}},handleMouseMove:function(e,t){var n=this.table;if(!(t.children&&t.children.length>0)){for(var r=e.target;r&&"TH"!==r.tagName;)r=r.parentNode;if(t&&t.resizable&&!this.dragging&&this.border){var i=r.getBoundingClientRect(),a=document.body.style;i.width>12&&i.right-e.pageX<8?(n.headerDragStyle?(a.cursor="ew-resize",Object(Rr.hasClass)(r,"is-sortable")&&(r.style.cursor="ew-resize")):(a.cursor="col-resize",Object(Rr.hasClass)(r,"is-sortable")&&(r.style.cursor="col-resize")),this.draggingColumn=t):this.dragging||(a.cursor="",Object(Rr.hasClass)(r,"is-sortable")&&(r.style.cursor="pointer"),this.draggingColumn=null)}}},handleMouseOut:function(){this.$isServer||(document.body.style.cursor="")},toggleOrder:function(e){var t=e.order,n=e.sortOrders;if(""===t)return n[0];var r=n.indexOf(t||null);return n[r>n.length-2?0:r+1]},handleSortClick:function(e,t,n){e.stopPropagation();for(var r=t.order===n?null:n||this.toggleOrder(t),i=e.target;i&&"TH"!==i.tagName;)i=i.parentNode;if(i&&"TH"===i.tagName&&Object(Rr.hasClass)(i,"noclick"))Object(Rr.removeClass)(i,"noclick");else if(t.sortable){var a=this.store.states,o=a.sortProp,s=void 0,l=a.sortingColumn;(l!==t||l===t&&null===l.order)&&(l&&(l.order=null),a.sortingColumn=t,o=t.property),s=t.order=r||null,a.sortProp=o,a.sortOrder=s,this.store.commit("changeSortCondition")}}},data:function(){return{draggingColumn:null,dragging:!1,dragState:{}}}},vi=Object.assign||function(e){for(var t=1;t]+>/g.test(a)?e("div",{class:["cell",n.labelClassName],domProps:{innerHTML:r[i]}},[]):e("div",{class:["cell",n.labelClassName]},[r[i]]))]);var a})),t.hasGutter?e("th",{class:"gutter"}):""])}))])])},props:{fixed:String,store:{required:!0},summaryMethod:Function,sumText:String,border:Boolean,defaultSort:{type:Object,default:function(){return{prop:"",order:""}}}},computed:vi({table:function(){return this.$parent},hasGutter:function(){return!this.fixed&&this.tableLayout.gutterWidth}},kr({columns:"columns",isAllSelected:"isAllSelected",leftFixedLeafCount:"fixedLeafColumnsLength",rightFixedLeafCount:"rightFixedLeafColumnsLength",columnsCount:function(e){return e.columns.length},leftFixedCount:function(e){return e.fixedColumns.length},rightFixedCount:function(e){return e.rightFixedColumns.length}})),methods:{isCellHidden:function(e,t,n){if(!0===this.fixed||"left"===this.fixed)return e>=this.leftFixedLeafCount;if("right"===this.fixed){for(var r=0,i=0;i=this.columnsCount-this.rightFixedCount},getRowClasses:function(e,t){var n=[e.id,e.align,e.labelClassName];return e.className&&n.push(e.className),this.isCellHidden(t,this.columns,e)&&n.push("is-hidden"),e.children||n.push("is-leaf"),n}}},yi=Object.assign||function(e){for(var t=1;t0){var r=n.scrollTop;t.pixelY<0&&0!==r&&e.preventDefault(),t.pixelY>0&&n.scrollHeight-n.clientHeight>r&&e.preventDefault(),n.scrollTop+=Math.ceil(t.pixelY/5)}else n.scrollLeft+=Math.ceil(t.pixelX/5)},handleHeaderFooterMousewheel:function(e,t){var n=t.pixelX,r=t.pixelY;Math.abs(n)>=Math.abs(r)&&(this.bodyWrapper.scrollLeft+=t.pixelX/5)},syncPostion:Object(qn.throttle)(20,(function(){var e=this.bodyWrapper,t=e.scrollLeft,n=e.scrollTop,r=e.offsetWidth,i=e.scrollWidth,a=this.$refs,o=a.headerWrapper,s=a.footerWrapper,l=a.fixedBodyWrapper,c=a.rightFixedBodyWrapper;o&&(o.scrollLeft=t),s&&(s.scrollLeft=t),l&&(l.scrollTop=n),c&&(c.scrollTop=n);var u=i-r-1;this.scrollPosition=t>=u?"right":0===t?"left":"middle"})),bindEvents:function(){var e,t;this.bodyWrapper.addEventListener("scroll",this.syncPostion,{passive:!0}),this.fit&&(e=this.$el,t=this.resizeListener,er||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new Zn.a(tr),e.__ro__.observe(e)),e.__resizeListeners__.push(t)))},unbindEvents:function(){var e,t;this.bodyWrapper.removeEventListener("scroll",this.syncPostion,{passive:!0}),this.fit&&(e=this.$el,t=this.resizeListener,e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect()))},resizeListener:function(){if(this.$ready){var e=!1,t=this.$el,n=this.resizeState,r=n.width,i=n.height,a=t.offsetWidth;r!==a&&(e=!0);var o=t.offsetHeight;(this.height||this.shouldUpdateHeight)&&i!==o&&(e=!0),e&&(this.resizeState.width=a,this.resizeState.height=o,this.doLayout())}},doLayout:function(){this.shouldUpdateHeight&&this.layout.updateElsHeight(),this.layout.updateColumnsWidth()},sort:function(e,t){this.store.commit("sort",{prop:e,order:t})},toggleAllSelection:function(){this.store.commit("toggleAllSelection")}},computed:yi({tableSize:function(){return this.size||(this.$ELEMENT||{}).size},bodyWrapper:function(){return this.$refs.bodyWrapper},shouldUpdateHeight:function(){return this.height||this.maxHeight||this.fixedColumns.length>0||this.rightFixedColumns.length>0},bodyWidth:function(){var e=this.layout,t=e.bodyWidth,n=e.scrollY,r=e.gutterWidth;return t?t-(n?r:0)+"px":""},bodyHeight:function(){var e=this.layout,t=e.headerHeight,n=void 0===t?0:t,r=e.bodyHeight,i=e.footerHeight,a=void 0===i?0:i;if(this.height)return{height:r?r+"px":""};if(this.maxHeight){var o=Pn(this.maxHeight);if("number"==typeof o)return{"max-height":o-a-(this.showHeader?n:0)+"px"}}return{}},fixedColumnsRollHeight:function(){var e=this;if(this.height)return{height:this.layout.fixedBodyHeight?this.layout.fixedBodyHeight+"px":""};this.maxHeight&&setTimeout((function(){["rightFixed","leftFixed"].forEach((function(t){if(e.$refs[t]){var n=e.bodyWrapper;e.$refs[t].style.height=n?n.clientHeight+"px":""}}))}))},fixedBodyHeight:function(){if(this.height)return{height:this.layout.fixedBodyHeight?this.layout.fixedBodyHeight+"px":""};if(this.maxHeight){var e=Pn(this.maxHeight);if("number"==typeof e)return e=this.layout.scrollX?e-this.layout.gutterWidth:e,this.showHeader&&(e-=this.layout.headerHeight),{"max-height":(e-=this.layout.footerHeight)+"px"}}return{}},fixedHeight:function(){return this.maxHeight?this.showSummary?{bottom:0}:{bottom:this.layout.scrollX&&this.data.length?this.layout.gutterWidth+"px":""}:this.showSummary?{height:this.layout.tableHeight?this.layout.tableHeight+"px":""}:{height:this.layout.viewportHeight?this.layout.viewportHeight+"px":""}}},kr({selection:"selection",columns:"columns",tableData:"data",fixedColumns:"fixedColumns",rightFixedColumns:"rightFixedColumns"})),watch:{height:{immediate:!0,handler:function(e){this.useVirtual||this.layout.setHeight(e)}},maxHeight:{immediate:!0,handler:function(e){this.useVirtual||this.layout.setMaxHeight(e)}},currentRowKey:{immediate:!0,handler:function(e){this.rowKey&&this.store.setCurrentRowKey(e)}},data:{immediate:!0,handler:function(e){this.useVirtual||this.store.commit("setData",e)}},expandRowKeys:{immediate:!0,handler:function(e){e&&this.store.setExpandRowKeysAdapter(e)}}},created:function(){var e=this;this.tableId="el-table_"+bi++,this.debouncedUpdateLayout=Object(qn.debounce)(50,(function(){return e.doLayout()}))},mounted:function(){var e=this;this.bindEvents(),this.store.updateColumns(),this.doLayout(),this.resizeState={width:this.$el.offsetWidth,height:this.$el.offsetHeight},this.store.states.columns.forEach((function(t){t.filteredValue&&t.filteredValue.length&&e.store.commit("filterChange",{column:t,values:t.filteredValue,silent:!0})})),this.$ready=!0},destroyed:function(){this.unbindEvents()},data:function(){var e=this.treeProps,t=e.hasChildren,n=void 0===t?"hasChildren":t,r=e.children,i=void 0===r?"children":r;return this.store=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("Table is required.");var n=new Sr;return n.table=e,Object.keys(t).forEach((function(e){n.states[e]=t[e]})),n}(this,{rowKey:this.rowKey,defaultExpandAll:this.defaultExpandAll,selectOnIndeterminate:this.selectOnIndeterminate,indent:this.indent,lazy:this.lazy,lazyColumnIdentifier:n,childrenColumnName:i}),{layout:new Er({store:this.store,table:this,fit:this.fit,showHeader:this.showHeader}),isHidden:!1,renderExpanded:null,resizeProxyVisible:!1,resizeState:{width:null,height:null},isGroup:!1,scrollPosition:"left"}}},Xn,[],!1,null,null,null);_i.options.__file="packages/table/src/table.vue";var wi=_i.exports;wi.install=function(e){e.component(wi.name,wi)};var xi=wi;function Ci(e){var t=this,n=this.columns.map((function(e,n){return t.isColumnHidden(n)})),r=this.data;return this.store.states.lazy&&Object.keys(this.store.states.lazyTreeNodeMap).length&&(r=r.reduce((function(e,n){e.push(n);var r=t.store.table.getRowKey(n),i=t.store.states.treeData[r];if(i&&i.children&&i.hasChildren){var a=[];!function e(n){n&&n.forEach((function(n){a.push(t.store.states.lazyTreeNodeMap[n]),t.store.states.treeData[n]&&e(t.store.states.treeData[n].children)}))}(i.children),e=e.concat(a)}return e}),[])),e("div",{style:[{height:this.table.virtualBodyHeight+"px"}],class:["el-table__virtual-wrapper",{"el-table--fixed__virtual-wrapper":this.fixed}]},[e("div",{style:[{transform:"translateY("+this.table.innerTop+"px)"}]},[e("table",{class:"el-table__body",attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("colgroup",[this._l(this.columns,(function(r,i){return n[i]&&t.fixed?"":e("col",{attrs:{name:r.id}})}))]),e("tbody",[this._l(r,(function(r,i){var a=t.getIndex(i),o=t.table.rowKey?t.getKeyOfRow(r,a):a,s=t.treeData&&t.treeData[o],l=t.getRowClass(r,a);s&&l.push("el-table__row--level-"+s.level);var c=e("tr",{directives:[{name:"show",value:!s||s.display}],style:t.rowStyle?t.getRowStyle(r,a):null,key:o,on:{dblclick:function(e){return t.handleDoubleClick(e,r)},click:function(e){return t.handleClick(e,r)},contextmenu:function(e){return t.handleContextMenu(e,r)},mouseenter:function(e){return t.handleMouseEnter(i)},mouseleave:function(e){return t.handleMouseLeave()}},class:l},[t._l(t.columns,(function(i,l){var c=t.getSpan(r,i,a,l),u=c.rowspan,h=c.colspan;if(!u||!h||n[l]&&t.fixed)return"";var d=Object.assign({},i);1!==h&&(d.realWidth=d.realWidth*h);var f={store:t.store,_self:t.context||t.table.$vnode.context,column:d,row:r,$index:a};return l===t.firstDefaultColumnIndex&&s&&(f.treeNode={hasChildren:s.hasChildren||s.children&&s.children.length,expanded:s.expanded,indent:s.level*t.treeIndent,level:s.level,loaded:s.loaded,rowKey:o}),e("td",{style:[{height:t.table.rowHeight+"px"},t.getCellStyle(a,l,r,i)],class:t.getCellClass(a,l,r,i),attrs:{rowspan:u,colspan:h},on:{mouseenter:function(e){return t.handleCellMouseEnter(e,r)},mouseleave:t.handleCellMouseLeave}},[i.renderCell.call(t._renderProxy,e,f,n[l])])}))]);return t.hasExpandColumn&&t.store.isRowExpanded(r)?[c,e("tr",[e("td",{attrs:{colspan:t.columns.length},class:"el-table__expanded-cell"},[t.table.renderExpanded?t.table.renderExpanded(e,{row:r,$index:a,store:t.store}):""])])]:c})).concat(e("el-tooltip",{attrs:{effect:this.table.tooltipEffect,popperClass:"plTableTooltip",placement:this.table.tooltipPlacement,content:this.tooltipContent},ref:"tooltip"}))])])])])}var Si=xi.components.TableBody,ki=Si.computed.data;Si.computed.data=function(){var e=this.table,t=ki.call(this);return e.useVirtual?t.slice(e.start,e.end):t},Si.methods.getIndex=function(e){return this.table.start+e};var Mi=Si.methods.getRowClass;Si.methods.getRowClass=function(e,t){var n=Mi.call(this,e,t);return e.disabled&&n.push("pl-disabled"),n};var Ei=Si.render;Si.render=function(e){return this.table.useVirtual?Ci.call(this,e):Ei.call(this,e)};var Ti={props:{rowHeight:{type:Number,default:60},excessRows:{type:Number,default:3},rowId:String,headerDragStyle:{type:Boolean,default:!1},tooltipPlacement:{default:"top",type:String},useVirtual:{type:Boolean,default:!1},bigDataCheckbox:{type:Boolean,default:!1},fixedColumnsRoll:{type:Boolean,default:!1},showHeaderOverflow:{type:[Boolean,String],default:null},showBodyOverflow:{type:[Boolean,String],default:null},selectTrClass:String,dataChangesScrollTop:Boolean},data:function(){return{scrollTop:0,scrollLeft:0,innerTop:0,start:0,end:0,judgeFlse:!1}},computed:{visibleCount:function(){return Math.ceil(parseFloat(this.height||this.maxHeight)/this.rowHeight)},virtualBodyHeight:function(){var e=this.store.states.data;return e?e.length*this.rowHeight:0}},watch:{scrollTop:{immediate:!0,handler:function(e){parseFloat(e)<=0&&(this.scrollTop=0),this.computeScrollToRow(e)}},useVirtual:{immediate:!0,handler:function(e){this.store.states.useVirtual=e,this.computeScrollToRow(this.scrollTop)}},bigDataCheckbox:{immediate:!0,handler:function(e){this.store.states.bigDataCheckbox=e}},virtualBodyHeight:function(){this.useVirtual&&setTimeout(this.doLayout,10)},height:{immediate:!0,handler:function(e){this.useVirtual&&(this.layout.setHeight(e),this.computeScrollToRow(this.scrollTop))}},maxHeight:{immediate:!0,handler:function(e){this.useVirtual&&(this.layout.setMaxHeight(e),this.computeScrollToRow(this.scrollTop))}},data:{immediate:!0,handler:function(e){this.useVirtual&&(this.rowId?this.plTreeInit(e):this.store.commit("setData",e),this.dataChangesScrollTop&&this.pagingScrollTop(0,this.scrollLeft))}}},mounted:function(){this.$parent.newTableStore=this.store,this.bindEvent("bind")},methods:{bindEvent:function(e){var t=this.$el.querySelector(".el-table__body-wrapper");this.binded||"bind"!==e?this.binded&&"unbind"===e&&(t.removeEventListener("scroll",this.handleScroll),this.binded=!1):(t.addEventListener("scroll",this.handleScroll),this.binded=!0)},scrollBottom:function(){var e=this.store.states.data;this.pagingScrollTop(e.length*this.rowHeight)},pagingScrollTop:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments[2];if(!this.$refs.bodyWrapper)return i.a.nextTick((function(){return t.pagingScrollTop(e,n)}));if(!this.$refs.bodyWrapper)throw new Error("表格还没加载完毕");r&&"不倒计时"===r?this.$nextTick((function(){t.$refs.bodyWrapper.scrollTop=e,t.$refs.bodyWrapper.scrollLeft=n||t.scrollLeft;var r=t.visibleCount*t.rowHeight;t.virtualBodyHeight=0?t:0,end:e+this.visibleCount+this.excessRows}},handleScroll:function(e){var t=e.srcElement||e.target,n=t.scrollTop,r=t.scrollLeft;if(this.useVirtual){var i=this.visibleCount*this.rowHeight;this.store.states.hoverRow=null,this.virtualBodyHeight=0&&(t?(i.splice.apply(i,[r+1,0].concat(a)),n.treeExpandeds.push(e)):(i.splice(r+1,a.length),o.a.remove(n.treeExpandeds,(function(t){return t[n.rowId]===e[n.rowId]}))))}})),this.setTreeTableData()))},isTreeExpandByRow:function(e){var t=this;if(this.rowId){var n=this.plTreeData.filter((function(n){return n[t.rowId]===e[t.rowId]}))[0];return"boolean"===Ar(n.pl_table_expand)&&n.pl_table_expand}return!1},setAllTreeExpansion:function(){var e=this,t=JSON.parse(JSON.stringify(this.copyPlTreeData)),n=[];this.treeExpandeds=[],o.a.eachTree(t,(function(t){t[e.treeOpts.children]&&(t.pl_table_expand=!0,e.treeExpandeds.push(t)),n.push(t)}),this.treeOpts),this.plTreeData=n,this.setTreeTableData()},clearTreeExpand:function(){this.plTreeData=JSON.parse(JSON.stringify(this.copyPlTreeData)),this.treeExpandeds=[],this.setTreeTableData()},getTreeExpandRecords:function(){var e=JSON.parse(JSON.stringify(this.treeExpandeds));return e.forEach((function(e){delete e.pl_table_expand,delete e.pl_table_level})),e.slice(0)},setPlTreeExpansion:function(e,t){var n=this;if(e){var r=this.treeOpts.children,i=this.plTreeData.filter((function(t){return t[n.rowId]===e[n.rowId]}))[0];i&&i[r]&&this.setTreeExpansion(i,t)}},toggleTreeExpansion:function(e){var t=this;if(e){var n=this.treeOpts.children,r=this.plTreeData.filter((function(n){return n[t.rowId]===e[t.rowId]}))[0];r&&r[n]&&this.setTreeExpansion(r,!this.isTreeExpandByRow(r))}}},Di=Object.assign||function(e){for(var t=1;t0||e.maxHeight&&parseInt(e.maxHeight)>0)&&e.useVirtual,"excess-rows":e.excessRows,border:e.border,indent:e.indent,lazy:e.lazy,load:e.load,"data-changes-scroll-top":e.dataChangesScrollTop,stripe:e.stripe,"row-key":e.rowKey,"row-id":e.rowId,"fixed-columns-roll":e.fixedColumnsRoll,fit:e.fit,"show-header":e.showHeader,"row-class-name":e.rowClassName,"cell-class-name":e.cellClassName,"header-row-class-name":e.headerRowClassName,"header-row-style":e.headerRowStyle,"header-cell-class-name":e.headerCellClassName,"header-cell-style":e.headerCellStyle,"row-style":e.rowStyle,"cell-style":e.cellStyle,"big-data-checkbox":e.bigDataCheckbox,"show-header-overflow":e.showHeaderOverflow,"show-body-overflow":e.showBodyOverflow,size:e.size,"default-sort":e.defaultSort,"default-expand-all":e.defaultExpandAll,"expand-row-keys":e.expandRowKeys,"tree-props":e.treeProps,"tree-config":e.treeConfig,"select-on-indeterminate":e.selectOnIndeterminate,"span-method":e.arraySpanMethod,rowHeight:e.rowHeight,tooltipEffect:e.tooltipEffect,"current-row-key":e.currentRowKey,tooltipPlacement:e.tooltipPlacement,"header-drag-style":e.headerDragStyle,"highlight-current-row":e.highlightCurrentRow,"show-summary":e.showSummary,"summary-method":e.getSummaries},on:{"row-click":e.rowClick,"row-dblclick":e.rowDblclick,"expand-change":e.expChang,tableBodyScroll:e.tableBodyScroll,"header-dragend":e.headerDragend,"cell-mouse-enter":e.cellMouseEnter,"cell-mouse-leave":e.cellMouseLeave,"cell-click":e.cellClick,"cell-dblclick":e.cellDblclick,"row-contextmenu":e.rowContextmenu,"header-contextmenu":e.headerContextmenu,"header-click":e.headerClick,select:e.plSelect,"select-all":e.selectAll,"selection-change":e.handleSelectionChange,"filter-change":e.filterChange,"current-change":e.currentChange,"toggle-tree-expand":e.toggleTreeExpands,"sort-change":e.sortChange}},[n("template",{slot:"empty"},[e._t("empty",[e._v(e._s(e.emptyText))])],2),e._t("default")],2),e.paginationShow?n("div",{ref:"myPagination",staticClass:"myPagination"},[n("el-pagination",{attrs:{"current-page":e.newcurrentPage,"pager-count":e.pagerCount,"page-sizes":e.pageSizes,"page-size":e.newPageSize,layout:e.layout,total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e(),n("div",{ref:"plDialog",staticClass:"plDialog"},[e.plDialogFals?n("div",{staticStyle:{width:"100%",height:"100%"}},[n("div",{staticClass:"table-cus-header"},[e._v(e._s(e.fieldTitle))]),n("div",{staticClass:"checkListBox"},[n("draggable",{attrs:{tag:"ul",options:{disabled:!e.fieldSort}},model:{value:e.newDialogData,callback:function(t){e.newDialogData=t},expression:"newDialogData"}},e._l(e.newDialogData,(function(t,r){return n("li",{key:r},[n("el-checkbox",{attrs:{disabled:t.disabled},model:{value:t.state,callback:function(n){e.$set(t,"state",n)},expression:"item.state"}},[e._v(e._s(t.name))]),e.showDialogIcon?[r!==e.newDialogData.length-1?n("i",{staticClass:"iconfont",class:[e.moveDownIcon||"el-icon-bottom"],on:{click:function(t){return e.handleField("下移",r,e.newDialogData)}}}):e._e(),0!==r?n("i",{staticClass:"iconfont",class:[e.moveUpIcon||"el-icon-top"],on:{click:function(t){return e.handleField("上移",r,e.newDialogData)}}}):e._e()]:e._e(),e.showAmend?n("i",{staticClass:"iconfont",class:[e.amendBtnIcon||"el-icon-edit"],on:{click:function(n){return e.amendField(t,r)}}}):e._e()],2)})),0)],1),n("div",{staticClass:"table-cus-footer"},[n("el-button",{on:{click:function(t){return e.closeModal()}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary"},on:{click:e.confirmField}},[e._v("确定")]),n("el-button",{attrs:{type:"warning"},on:{click:e.reset}},[e._v("重置")])],1)]):e._e()])],1)};Oi._withStripped=!0;var Ii=n(12),Fi=n.n(Ii),Ni=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{staticClass:"el-pager",on:{click:e.onPagerClick}},[e.pageCount>0?n("li",{staticClass:"number",class:{active:1===e.currentPage,disabled:e.disabled}},[e._v("1")]):e._e(),e.showPrevMore?n("li",{staticClass:"el-icon more btn-quickprev",class:[e.quickprevIconClass,{disabled:e.disabled}],on:{mouseenter:function(t){return e.onMouseenter("left")},mouseleave:function(t){e.quickprevIconClass="el-icon-more"}}}):e._e(),e._l(e.pagers,(function(t){return n("li",{key:t,staticClass:"number",class:{active:e.currentPage===t,disabled:e.disabled}},[e._v(e._s(t))])})),e.showNextMore?n("li",{staticClass:"el-icon more btn-quicknext",class:[e.quicknextIconClass,{disabled:e.disabled}],on:{mouseenter:function(t){return e.onMouseenter("right")},mouseleave:function(t){e.quicknextIconClass="el-icon-more"}}}):e._e(),e.pageCount>1?n("li",{staticClass:"number",class:{active:e.currentPage===e.pageCount,disabled:e.disabled}},[e._v(e._s(e.pageCount))]):e._e()],2)};Ni._withStripped=!0;var Pi=Yn({name:"ElPager",props:{currentPage:Number,pageCount:Number,pagerCount:Number,disabled:Boolean},watch:{showPrevMore:function(e){e||(this.quickprevIconClass="el-icon-more")},showNextMore:function(e){e||(this.quicknextIconClass="el-icon-more")}},methods:{onPagerClick:function(e){var t=e.target;if("UL"!==t.tagName&&!this.disabled){var n=Number(e.target.textContent),r=this.pageCount,i=this.currentPage,a=this.pagerCount-2;-1!==t.className.indexOf("more")&&(-1!==t.className.indexOf("quickprev")?n=i-a:-1!==t.className.indexOf("quicknext")&&(n=i+a)),isNaN(n)||(n<1&&(n=1),n>r&&(n=r)),n!==i&&this.$emit("change",n)}},onMouseenter:function(e){this.disabled||("left"===e?this.quickprevIconClass="el-icon-d-arrow-left":this.quicknextIconClass="el-icon-d-arrow-right")}},computed:{pagers:function(){var e=this.pagerCount,t=(e-1)/2,n=Number(this.currentPage),r=Number(this.pageCount),i=!1,a=!1;r>e&&(n>e-t&&(i=!0),n1?n("el-tag",{attrs:{closable:!1,size:e.collapseTagSize,type:"info","disable-transitions":""}},[n("span",{staticClass:"el-select__tags-text"},[e._v("+ "+e._s(e.selected.length-1))])]):e._e()],1):e._e(),e.collapseTags?e._e():n("transition-group",{on:{"after-leave":e.resetInputHeight}},e._l(e.selected,(function(t){return n("el-tag",{key:e.getValueKey(t),attrs:{closable:!e.selectDisabled,size:e.collapseTagSize,hit:t.hitState,type:"info","disable-transitions":""},on:{close:function(n){return e.deleteTag(n,t)}}},[n("span",{staticClass:"el-select__tags-text"},[e._v(e._s(t.currentLabel))])])})),1),e.filterable?n("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"input",staticClass:"el-select__input",class:[e.selectSize?"is-"+e.selectSize:""],style:{"flex-grow":"1",width:e.inputLength/(e.inputWidth-32)+"%","max-width":e.inputWidth-42+"px"},attrs:{type:"text",disabled:e.selectDisabled,autocomplete:e.autoComplete||e.autocomplete},domProps:{value:e.query},on:{focus:e.handleFocus,blur:function(t){e.softFocus=!1},click:function(e){e.stopPropagation()},keyup:e.managePlaceholder,keydown:[e.resetInputState,function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.preventDefault(),e.navigateOptions("next"))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.preventDefault(),e.navigateOptions("prev"))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.deletePrevTag(t)}],compositionstart:e.handleComposition,compositionupdate:e.handleComposition,compositionend:e.handleComposition,input:[function(t){t.target.composing||(e.query=t.target.value)},e.debouncedQueryChange]}}):e._e()],1):e._e(),n("el-input",{ref:"reference",class:{"is-focus":e.visible},attrs:{type:"text",placeholder:e.currentPlaceholder,name:e.name,id:e.id,autocomplete:e.autoComplete||e.autocomplete,size:e.selectSize,disabled:e.selectDisabled,readonly:e.readonly,"validate-event":!1},on:{focus:e.handleFocus,blur:e.handleBlur},nativeOn:{keyup:function(t){return e.debouncedOnInputChange(t)},keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.stopPropagation(),t.preventDefault(),e.navigateOptions("next"))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.stopPropagation(),t.preventDefault(),e.navigateOptions("prev"))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.selectOption(t))},function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"]))return null;t.stopPropagation(),t.preventDefault(),e.visible=!1},function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"tab",9,t.key,"Tab"))return null;e.visible=!1}],paste:function(t){return e.debouncedOnInputChange(t)},mouseenter:function(t){e.inputHovering=!0},mouseleave:function(t){e.inputHovering=!1}},model:{value:e.selectedLabel,callback:function(t){e.selectedLabel=t},expression:"selectedLabel"}},[e.$slots.prefix?n("template",{slot:"prefix"},[e._t("prefix")],2):e._e(),n("template",{slot:"suffix"},[n("i",{directives:[{name:"show",rawName:"v-show",value:!e.showClose,expression:"!showClose"}],class:["el-select__caret","el-input__icon","el-icon-"+e.iconClass]}),e.showClose?n("i",{staticClass:"el-select__caret el-input__icon el-icon-circle-close",on:{click:e.handleClearClick}}):e._e()])],2),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":e.handleMenuEnter,"after-leave":e.doDestroy}},[n("el-select-menu",{directives:[{name:"show",rawName:"v-show",value:e.visible&&!1!==e.emptyText,expression:"visible && emptyText !== false"}],ref:"popper",attrs:{"append-to-body":e.popperAppendToBody}},[n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.options.length>0&&!e.loading,expression:"options.length > 0 && !loading"}],ref:"scrollbar",class:{"is-empty":!e.allowCreate&&e.query&&0===e.filteredOptionsCount},attrs:{tag:"ul","wrap-class":"el-select-dropdown__wrap","view-class":"el-select-dropdown__list"}},[e.showNewOption?n("el-option",{attrs:{value:e.query,created:""}}):e._e(),e._t("default")],2),e.emptyText&&(!e.allowCreate||e.loading||e.allowCreate&&0===e.options.length)?[e.$slots.empty?e._t("empty"):n("p",{staticClass:"el-select-dropdown__empty"},[e._v("\n "+e._s(e.emptyText)+"\n ")])]:e._e()],2)],1)],1)};Hi._withStripped=!0;var Ui=n(21),zi=n.n(Ui),Yi=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["textarea"===e.type?"el-textarea":"el-input",e.inputSize?"el-input--"+e.inputSize:"",{"is-disabled":e.inputDisabled,"is-exceed":e.inputExceed,"el-input-group":e.$slots.prepend||e.$slots.append,"el-input-group--append":e.$slots.append,"el-input-group--prepend":e.$slots.prepend,"el-input--prefix":e.$slots.prefix||e.prefixIcon,"el-input--suffix":e.$slots.suffix||e.suffixIcon||e.clearable||e.showPassword}],on:{mouseenter:function(t){e.hovering=!0},mouseleave:function(t){e.hovering=!1}}},["textarea"!==e.type?[e.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[e._t("prepend")],2):e._e(),"textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:e.tabindex,type:e.showPassword?e.passwordVisible?"text":"password":e.type,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"input",e.$attrs,!1)):e._e(),e.$slots.prefix||e.prefixIcon?n("span",{staticClass:"el-input__prefix"},[e._t("prefix"),e.prefixIcon?n("i",{staticClass:"el-input__icon",class:e.prefixIcon}):e._e()],2):e._e(),e.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[e.showClear&&e.showPwdVisible&&e.isWordLimitVisible?e._e():[e._t("suffix"),e.suffixIcon?n("i",{staticClass:"el-input__icon",class:e.suffixIcon}):e._e()],e.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{click:e.clear}}):e._e(),e.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:e.handlePasswordVisible}}):e._e(),e.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[e._v("\n "+e._s(e.textLength)+"/"+e._s(e.upperLimit)+"\n ")])]):e._e()],2),e.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",e.validateIcon]}):e._e()]):e._e(),e.$slots.append?n("div",{staticClass:"el-input-group__append"},[e._t("append")],2):e._e()]:n("textarea",e._b({ref:"textarea",staticClass:"el-textarea__inner",style:e.textareaStyle,attrs:{tabindex:e.tabindex,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"textarea",e.$attrs,!1)),e.isWordLimitVisible&&"textarea"===e.type?n("span",{staticClass:"el-input__count"},[e._v(e._s(e.textLength)+"/"+e._s(e.upperLimit))]):e._e()],2)};Yi._withStripped=!0;var $i=n(22),ji=n.n($i),Qi=void 0,Vi="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",Wi=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function Ki(e){var t=window.getComputedStyle(e),n=t.getPropertyValue("box-sizing"),r=parseFloat(t.getPropertyValue("padding-bottom"))+parseFloat(t.getPropertyValue("padding-top")),i=parseFloat(t.getPropertyValue("border-bottom-width"))+parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:Wi.map((function(e){return e+":"+t.getPropertyValue(e)})).join(";"),paddingSize:r,borderSize:i,boxSizing:n}}function Gi(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;Qi||(Qi=document.createElement("textarea"),document.body.appendChild(Qi));var r=Ki(e),i=r.paddingSize,a=r.borderSize,o=r.boxSizing,s=r.contextStyle;Qi.setAttribute("style",s+";"+Vi),Qi.value=e.value||e.placeholder||"";var l=Qi.scrollHeight,c={};"border-box"===o?l+=a:"content-box"===o&&(l-=i),Qi.value="";var u=Qi.scrollHeight-i;if(null!==t){var h=u*t;"border-box"===o&&(h=h+i+a),l=Math.max(h,l),c.minHeight=h+"px"}if(null!==n){var d=u*n;"border-box"===o&&(d=d+i+a),l=Math.min(d,l)}return c.height=l+"px",Qi.parentNode&&Qi.parentNode.removeChild(Qi),Qi=null,c}var Xi=Yn({name:"ElInput",componentName:"ElInput",mixins:[zn.a,ji.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return fr()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"==typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(e){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[e])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var e=this;this.$nextTick((function(){e.setNativeInputValue(),e.resizeTextarea(),e.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(e){this.focused=!1,this.$emit("blur",e),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var e=this.autosize;if("textarea"===this.type)if(e){var t=e.minRows,n=e.maxRows;this.textareaCalcStyle=Gi(this.$refs.textarea,t,n)}else this.textareaCalcStyle={minHeight:Gi(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var e=this.getInput();e&&e.value!==this.nativeInputValue&&(e.value=this.nativeInputValue)},handleFocus:function(e){this.focused=!0,this.$emit("focus",e)},handleCompositionStart:function(){this.isComposing=!0},handleCompositionEnd:function(e){this.isComposing=!1,this.handleInput(e)},handleInput:function(e){this.isComposing||e.target.value!==this.nativeInputValue&&(this.$emit("input",e.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(e){this.$emit("change",e.target.value)},calcIconOffset:function(e){var t=[].slice.call(this.$el.querySelectorAll(".el-input__"+e)||[]);if(t.length){for(var n=null,r=0;r=this.select.multipleLimit&&this.select.multipleLimit>0}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(e,t){var n=this.select,r=n.remote,i=n.valueKey;if(!this.created&&!r){if(i&&"object"===(void 0===e?"undefined":na(e))&&"object"===(void 0===t?"undefined":na(t))&&e[i]===t[i])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(e,t){if(this.isObject){var n=this.select.valueKey;return Object(xn.getValueByPath)(e,n)===Object(xn.getValueByPath)(t,n)}return e===t},contains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1];if(this.isObject){var n=this.select.valueKey;return e&&e.some((function(e){return Object(xn.getValueByPath)(e,n)===Object(xn.getValueByPath)(t,n)}))}return e&&e.indexOf(t)>-1},handleGroupDisabled:function(e){this.groupDisabled=e},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(e){this.visible=new RegExp(Object(xn.escapeRegexpString)(e),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var e=this.select.cachedOptions.indexOf(this);e>-1&&this.select.cachedOptions.splice(e,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},ta,[],!1,null,null,null);ra.options.__file="packages/select/src/option.vue";var ia=ra.exports,aa=Yn({name:"ElTag",props:{text:String,closable:Boolean,type:String,hit:Boolean,disableTransitions:Boolean,color:String,size:String,effect:{type:String,default:"light",validator:function(e){return-1!==["dark","light","plain"].indexOf(e)}}},methods:{handleClose:function(e){e.stopPropagation(),this.$emit("close",e)},handleClick:function(e){this.$emit("click",e)}},computed:{tagSize:function(){return this.size||(this.$ELEMENT||{}).size}},render:function(e){var t=this.type,n=this.tagSize,r=this.hit,i=this.effect,a=e("span",{class:["el-tag",t?"el-tag--"+t:"",n?"el-tag--"+n:"",i?"el-tag--"+i:"",r&&"is-hit"],style:{backgroundColor:this.color},on:{click:this.handleClick}},[this.$slots.default,this.closable&&e("i",{class:"el-tag__close el-icon-close",on:{click:this.handleClose}})]);return this.disableTransitions?a:e("transition",{attrs:{name:"el-zoom-in-center"}},[a])}},void 0,void 0,!1,null,null,null);aa.options.__file="packages/tag/src/tag.vue";var oa=aa.exports;oa.install=function(e){e.component(oa.name,oa)};var sa=oa,la=n(23),ca=n.n(la),ua=n(24),ha=Yn({mixins:[zn.a,Kr.a,zi()("reference"),{data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter((function(e){return e.visible})).every((function(e){return e.disabled}))}},watch:{hoverIndex:function(e){var t=this;"number"==typeof e&&e>-1&&(this.hoverOption=this.options[e]||{}),this.options.forEach((function(e){e.hover=t.hoverOption===e}))}},methods:{navigateOptions:function(e){var t=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){"next"===e?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):"prev"===e&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(e),this.$nextTick((function(){return t.scrollToOption(t.hoverOption)}))}}else this.visible=!0}}}],name:"ElSelect",componentName:"ElSelect",inject:{elForm:{default:""},elFormItem:{default:""}},provide:function(){return{select:this}},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},readonly:function(){return!this.filterable||this.multiple||!Object(xn.isIE)()&&!Object(xn.isEdge)()&&!this.visible},showClose:function(){var e=this.multiple?Array.isArray(this.value)&&this.value.length>0:void 0!==this.value&&null!==this.value&&""!==this.value;return this.clearable&&!this.selectDisabled&&this.inputHovering&&e},iconClass:function(){return this.remote&&this.filterable?"":this.visible?"arrow-up is-reverse":"arrow-up"},debounce:function(){return this.remote?300:0},emptyText:function(){return this.loading?this.loadingText||this.t("el.select.loading"):(!this.remote||""!==this.query||0!==this.options.length)&&(this.filterable&&this.query&&this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("el.select.noMatch"):0===this.options.length?this.noDataText||this.t("el.select.noData"):null)},showNewOption:function(){var e=this,t=this.options.filter((function(e){return!e.created})).some((function(t){return t.currentLabel===e.query}));return this.filterable&&this.allowCreate&&""!==this.query&&!t},selectSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},selectDisabled:function(){return this.disabled||(this.elForm||{}).disabled},collapseTagSize:function(){return["small","mini"].indexOf(this.selectSize)>-1?"mini":"small"}},components:{ElInput:qi,ElSelectMenu:ea,ElOption:ia,ElTag:sa,ElScrollbar:hi},directives:{Clickoutside:Xr.a},props:{name:String,id:String,value:{required:!0},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},automaticDropdown:Boolean,size:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:String,remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String,default:function(){return Object(or.t)("el.select.placeholder")}},defaultFirstOption:Boolean,reserveKeyword:Boolean,valueKey:{type:String,default:"value"},collapseTags:Boolean,popperAppendToBody:{type:Boolean,default:!0}},data:function(){return{options:[],cachedOptions:[],createdLabel:null,createdSelected:!1,selected:this.multiple?[]:{},inputLength:20,inputWidth:0,initialInputHeight:0,cachedPlaceHolder:"",optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,currentPlaceholder:"",menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1}},watch:{selectDisabled:function(){var e=this;this.$nextTick((function(){e.resetInputHeight()}))},placeholder:function(e){this.cachedPlaceHolder=this.currentPlaceholder=e},value:function(e,t){this.multiple&&(this.resetInputHeight(),e&&e.length>0||this.$refs.input&&""!==this.query?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.filterable&&!this.reserveKeyword&&(this.query="",this.handleQueryChange(this.query))),this.setSelected(),this.filterable&&!this.multiple&&(this.inputLength=20),Object(xn.valueEquals)(e,t)||this.dispatch("ElFormItem","el.form.change",e)},visible:function(e){var t=this;e?(this.broadcast("ElSelectDropdown","updatePopper"),this.filterable&&(this.query=this.remote?"":this.selectedLabel,this.handleQueryChange(this.query),this.multiple?this.$refs.input.focus():(this.remote||(this.broadcast("ElOption","queryChange",""),this.broadcast("ElOptionGroup","queryChange")),this.selectedLabel&&(this.currentPlaceholder=this.selectedLabel,this.selectedLabel="")))):(this.broadcast("ElSelectDropdown","destroyPopper"),this.$refs.input&&this.$refs.input.blur(),this.query="",this.previousQuery=null,this.selectedLabel="",this.inputLength=20,this.menuVisibleOnFocus=!1,this.resetHoverIndex(),this.$nextTick((function(){t.$refs.input&&""===t.$refs.input.value&&0===t.selected.length&&(t.currentPlaceholder=t.cachedPlaceHolder)})),this.multiple||(this.selected&&(this.filterable&&this.allowCreate&&this.createdSelected&&this.createdLabel?this.selectedLabel=this.createdLabel:this.selectedLabel=this.selected.currentLabel,this.filterable&&(this.query=this.selectedLabel)),this.filterable&&(this.currentPlaceholder=this.cachedPlaceHolder))),this.$emit("visible-change",e)},options:function(){var e=this;if(!this.$isServer){this.$nextTick((function(){e.broadcast("ElSelectDropdown","updatePopper")})),this.multiple&&this.resetInputHeight();var t=this.$el.querySelectorAll("input");-1===[].indexOf.call(t,document.activeElement)&&this.setSelected(),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()}}},methods:{handleComposition:function(e){var t=this,n=e.target.value;if("compositionend"===e.type)this.isOnComposition=!1,this.$nextTick((function(e){return t.handleQueryChange(n)}));else{var r=n[n.length-1]||"";this.isOnComposition=!Object(ua.isKorean)(r)}},handleQueryChange:function(e){var t=this;this.previousQuery===e||this.isOnComposition||(null!==this.previousQuery||"function"!=typeof this.filterMethod&&"function"!=typeof this.remoteMethod?(this.previousQuery=e,this.$nextTick((function(){t.visible&&t.broadcast("ElSelectDropdown","updatePopper")})),this.hoverIndex=-1,this.multiple&&this.filterable&&this.$nextTick((function(){var e=15*t.$refs.input.value.length+20;t.inputLength=t.collapseTags?Math.min(50,e):e,t.managePlaceholder(),t.resetInputHeight()})),this.remote&&"function"==typeof this.remoteMethod?(this.hoverIndex=-1,this.remoteMethod(e)):"function"==typeof this.filterMethod?(this.filterMethod(e),this.broadcast("ElOptionGroup","queryChange")):(this.filteredOptionsCount=this.optionsCount,this.broadcast("ElOption","queryChange",e),this.broadcast("ElOptionGroup","queryChange")),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()):this.previousQuery=e)},scrollToOption:function(e){var t=Array.isArray(e)&&e[0]?e[0].$el:e.$el;if(this.$refs.popper&&t){var n=this.$refs.popper.$el.querySelector(".el-select-dropdown__wrap");ca()(n,t)}this.$refs.scrollbar&&this.$refs.scrollbar.handleScroll()},handleMenuEnter:function(){var e=this;this.$nextTick((function(){return e.scrollToOption(e.selected)}))},emitChange:function(e){Object(xn.valueEquals)(this.value,e)||this.$emit("change",e)},getOption:function(e){for(var t=void 0,n="[object object]"===Object.prototype.toString.call(e).toLowerCase(),r="[object null]"===Object.prototype.toString.call(e).toLowerCase(),i="[object undefined]"===Object.prototype.toString.call(e).toLowerCase(),a=this.cachedOptions.length-1;a>=0;a--){var o=this.cachedOptions[a];if(n?Object(xn.getValueByPath)(o.value,this.valueKey)===Object(xn.getValueByPath)(e,this.valueKey):o.value===e){t=o;break}}if(t)return t;var s={value:e,currentLabel:n||r||i?"":e};return this.multiple&&(s.hitState=!1),s},setSelected:function(){var e=this;if(!this.multiple){var t=this.getOption(this.value);return t.created?(this.createdLabel=t.currentLabel,this.createdSelected=!0):this.createdSelected=!1,this.selectedLabel=t.currentLabel,this.selected=t,void(this.filterable&&(this.query=this.selectedLabel))}var n=[];Array.isArray(this.value)&&this.value.forEach((function(t){n.push(e.getOption(t))})),this.selected=n,this.$nextTick((function(){e.resetInputHeight()}))},handleFocus:function(e){this.softFocus?this.softFocus=!1:((this.automaticDropdown||this.filterable)&&(this.visible=!0,this.menuVisibleOnFocus=!0),this.$emit("focus",e))},blur:function(){this.visible=!1,this.$refs.reference.blur()},handleBlur:function(e){var t=this;setTimeout((function(){t.isSilentBlur?t.isSilentBlur=!1:t.$emit("blur",e)}),50),this.softFocus=!1},handleClearClick:function(e){this.deleteSelected(e)},doDestroy:function(){this.$refs.popper&&this.$refs.popper.doDestroy()},handleClose:function(){this.visible=!1},toggleLastOptionHitState:function(e){if(Array.isArray(this.selected)){var t=this.selected[this.selected.length-1];if(t)return!0===e||!1===e?(t.hitState=e,e):(t.hitState=!t.hitState,t.hitState)}},deletePrevTag:function(e){if(e.target.value.length<=0&&!this.toggleLastOptionHitState()){var t=this.value.slice();t.pop(),this.$emit("input",t),this.emitChange(t)}},managePlaceholder:function(){""!==this.currentPlaceholder&&(this.currentPlaceholder=this.$refs.input.value?"":this.cachedPlaceHolder)},resetInputState:function(e){8!==e.keyCode&&this.toggleLastOptionHitState(!1),this.inputLength=15*this.$refs.input.value.length+20,this.resetInputHeight()},resetInputHeight:function(){var e=this;this.collapseTags&&!this.filterable||this.$nextTick((function(){if(e.$refs.reference){var t=e.$refs.reference.$el.childNodes,n=[].filter.call(t,(function(e){return"INPUT"===e.tagName}))[0],r=e.$refs.tags,i=e.initialInputHeight||40;n.style.height=0===e.selected.length?i+"px":Math.max(r?r.clientHeight+(r.clientHeight>i?6:0):0,i)+"px",e.visible&&!1!==e.emptyText&&e.broadcast("ElSelectDropdown","updatePopper")}}))},resetHoverIndex:function(){var e=this;setTimeout((function(){e.multiple?e.selected.length>0?e.hoverIndex=Math.min.apply(null,e.selected.map((function(t){return e.options.indexOf(t)}))):e.hoverIndex=-1:e.hoverIndex=e.options.indexOf(e.selected)}),300)},handleOptionSelect:function(e,t){var n=this;if(this.multiple){var r=(this.value||[]).slice(),i=this.getValueIndex(r,e.value);i>-1?r.splice(i,1):(this.multipleLimit<=0||r.length0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n="[object object]"===Object.prototype.toString.call(t).toLowerCase();if(n){var r=this.valueKey,i=-1;return e.some((function(e,n){return Object(xn.getValueByPath)(e,r)===Object(xn.getValueByPath)(t,r)&&(i=n,!0)})),i}return e.indexOf(t)},toggleMenu:function(){this.selectDisabled||(this.menuVisibleOnFocus?this.menuVisibleOnFocus=!1:this.visible=!this.visible,this.visible&&(this.$refs.input||this.$refs.reference).focus())},selectOption:function(){this.visible?this.options[this.hoverIndex]&&this.handleOptionSelect(this.options[this.hoverIndex]):this.toggleMenu()},deleteSelected:function(e){e.stopPropagation();var t=this.multiple?[]:"";this.$emit("input",t),this.emitChange(t),this.visible=!1,this.$emit("clear")},deleteTag:function(e,t){var n=this.selected.indexOf(t);if(n>-1&&!this.selectDisabled){var r=this.value.slice();r.splice(n,1),this.$emit("input",r),this.emitChange(r),this.$emit("remove-tag",t.value)}e.stopPropagation()},onInputChange:function(){this.filterable&&this.query!==this.selectedLabel&&(this.query=this.selectedLabel,this.handleQueryChange(this.query))},onOptionDestroy:function(e){e>-1&&(this.optionsCount--,this.filteredOptionsCount--,this.options.splice(e,1))},resetInputWidth:function(){this.inputWidth=this.$refs.reference.$el.getBoundingClientRect().width},handleResize:function(){this.resetInputWidth(),this.multiple&&this.resetInputHeight()},checkDefaultFirstOption:function(){this.hoverIndex=-1;for(var e=!1,t=this.options.length-1;t>=0;t--)if(this.options[t].created){e=!0,this.hoverIndex=t;break}if(!e)for(var n=0;n!==this.options.length;++n){var r=this.options[n];if(this.query){if(!r.disabled&&!r.groupDisabled&&r.visible){this.hoverIndex=n;break}}else if(r.itemSelected){this.hoverIndex=n;break}}},getValueKey:function(e){return"[object object]"!==Object.prototype.toString.call(e.value).toLowerCase()?e.value:Object(xn.getValueByPath)(e.value,this.valueKey)}},created:function(){var e=this;this.cachedPlaceHolder=this.currentPlaceholder=this.placeholder,this.multiple&&!Array.isArray(this.value)&&this.$emit("input",[]),!this.multiple&&Array.isArray(this.value)&&this.$emit("input",""),this.debouncedOnInputChange=hr()(this.debounce,(function(){e.onInputChange()})),this.debouncedQueryChange=hr()(this.debounce,(function(t){e.handleQueryChange(t.target.value)})),this.$on("handleOptionClick",this.handleOptionSelect),this.$on("setSelected",this.setSelected)},mounted:function(){var e=this;this.multiple&&Array.isArray(this.value)&&this.value.length>0&&(this.currentPlaceholder=""),Object(ii.addResizeListener)(this.$el,this.handleResize);var t=this.$refs.reference;if(t&&t.$el){var n=t.$el.querySelector("input");this.initialInputHeight=n.getBoundingClientRect().height||{medium:36,small:32,mini:28}[this.selectSize]}this.remote&&this.multiple&&this.resetInputHeight(),this.$nextTick((function(){t&&t.$el&&(e.inputWidth=t.$el.getBoundingClientRect().width)})),this.setSelected()},beforeDestroy:function(){this.$el&&this.handleResize&&Object(ii.removeResizeListener)(this.$el,this.handleResize)}},Hi,[],!1,null,null,null);ha.options.__file="packages/select/src/select.vue";var da=ha.exports,fa=ia,pa={name:"ElPagination",props:{pageSize:{type:Number,default:10},small:Boolean,total:Number,pageCount:Number,pagerCount:{type:Number,validator:function(e){return(0|e)===e&&e>4&&e<22&&e%2==1},default:7},currentPage:{type:Number,default:1},layout:{default:"prev, pager, next, jumper, ->, total"},pageSizes:{type:Array,default:function(){return[10,20,30,40,50,100]}},popperClass:String,prevText:String,nextText:String,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean},data:function(){return{internalCurrentPage:1,internalPageSize:0,lastEmittedPage:-1,userChangePageSize:!1}},render:function(e){var t=this.layout;if(!t)return null;if(this.hideOnSinglePage&&(!this.internalPageCount||1===this.internalPageCount))return null;var n=e("div",{class:["el-pagination",{"is-background":this.background,"el-pagination--small":this.small}]}),r={prev:e("prev"),jumper:e("jumper"),pager:e("pager",{attrs:{currentPage:this.internalCurrentPage,pageCount:this.internalPageCount,pagerCount:this.pagerCount,disabled:this.disabled},on:{change:this.handleCurrentChange}}),next:e("next"),sizes:e("sizes",{attrs:{pageSizes:this.pageSizes}}),slot:e("slot",[this.$slots.default?this.$slots.default:""]),total:e("total")},i=t.split(",").map((function(e){return e.trim()})),a=e("div",{class:"el-pagination__rightwrapper"}),o=!1;return n.children=n.children||[],a.children=a.children||[],i.forEach((function(e){"->"!==e?o?a.children.push(r[e]):n.children.push(r[e]):o=!0})),o&&n.children.unshift(a),n},components:{Prev:{render:function(e){return e("button",{attrs:{type:"button",disabled:this.$parent.disabled||this.$parent.internalCurrentPage<=1},class:"btn-prev",on:{click:this.$parent.prev}},[this.$parent.prevText?e("span",[this.$parent.prevText]):e("i",{class:"el-icon el-icon-arrow-left"})])}},Next:{render:function(e){return e("button",{attrs:{type:"button",disabled:this.$parent.disabled||this.$parent.internalCurrentPage===this.$parent.internalPageCount||0===this.$parent.internalPageCount},class:"btn-next",on:{click:this.$parent.next}},[this.$parent.nextText?e("span",[this.$parent.nextText]):e("i",{class:"el-icon el-icon-arrow-right"})])}},Sizes:{mixins:[Kr.a],props:{pageSizes:Array},watch:{pageSizes:{immediate:!0,handler:function(e,t){Object(xn.valueEquals)(e,t)||Array.isArray(e)&&(this.$parent.internalPageSize=e.indexOf(this.$parent.pageSize)>-1?this.$parent.pageSize:this.pageSizes[0])}}},render:function(e){var t=this;return e("span",{class:"el-pagination__sizes"},[e("el-select",{attrs:{value:this.$parent.internalPageSize,popperClass:this.$parent.popperClass||"",size:"mini",disabled:this.$parent.disabled},on:{input:this.handleChange}},[this.pageSizes.map((function(n){return e("el-option",{attrs:{value:n,label:n+t.t("el.pagination.pagesize")}})}))])])},components:{ElSelect:da,ElOption:fa},methods:{handleChange:function(e){e!==this.$parent.internalPageSize&&(this.$parent.internalPageSize=e=parseInt(e,10),this.$parent.userChangePageSize=!0,this.$parent.$emit("update:pageSize",e),this.$parent.$emit("size-change",e))}}},Jumper:{mixins:[Kr.a],components:{ElInput:qi},data:function(){return{userInput:null}},watch:{"$parent.internalCurrentPage":function(){this.userInput=null}},methods:{handleKeyup:function(e){var t=e.keyCode,n=e.target;13===t&&this.handleChange(n.value)},handleInput:function(e){this.userInput=e},handleChange:function(e){this.$parent.internalCurrentPage=this.$parent.getValidCurrentPage(e),this.$parent.emitChange(),this.userInput=null}},render:function(e){return e("span",{class:"el-pagination__jump"},[this.t("el.pagination.goto"),e("el-input",{class:"el-pagination__editor is-in-pagination",attrs:{min:1,max:this.$parent.internalPageCount,value:null!==this.userInput?this.userInput:this.$parent.internalCurrentPage,type:"number",disabled:this.$parent.disabled},nativeOn:{keyup:this.handleKeyup},on:{input:this.handleInput,change:this.handleChange}}),this.t("el.pagination.pageClassifier")])}},Total:{mixins:[Kr.a],render:function(e){return"number"==typeof this.$parent.total?e("span",{class:"el-pagination__total"},[this.t("el.pagination.total",{total:this.$parent.total})]):""}},Pager:Ri},methods:{handleCurrentChange:function(e){this.internalCurrentPage=this.getValidCurrentPage(e),this.userChangePageSize=!0,this.emitChange()},prev:function(){if(!this.disabled){var e=this.internalCurrentPage-1;this.internalCurrentPage=this.getValidCurrentPage(e),this.$emit("prev-click",this.internalCurrentPage),this.emitChange()}},next:function(){if(!this.disabled){var e=this.internalCurrentPage+1;this.internalCurrentPage=this.getValidCurrentPage(e),this.$emit("next-click",this.internalCurrentPage),this.emitChange()}},getValidCurrentPage:function(e){e=parseInt(e,10);var t=void 0;return"number"==typeof this.internalPageCount?e<1?t=1:e>this.internalPageCount&&(t=this.internalPageCount):(isNaN(e)||e<1)&&(t=1),(void 0===t&&isNaN(e)||0===t)&&(t=1),void 0===t?e:t},emitChange:function(){var e=this;this.$nextTick((function(){(e.internalCurrentPage!==e.lastEmittedPage||e.userChangePageSize)&&(e.$emit("current-change",e.internalCurrentPage),e.lastEmittedPage=e.internalCurrentPage,e.userChangePageSize=!1)}))}},computed:{internalPageCount:function(){return"number"==typeof this.total?Math.max(1,Math.ceil(this.total/this.internalPageSize)):"number"==typeof this.pageCount?Math.max(1,this.pageCount):null}},watch:{currentPage:{immediate:!0,handler:function(e){this.internalCurrentPage=this.getValidCurrentPage(e)}},pageSize:{immediate:!0,handler:function(e){this.internalPageSize=isNaN(e)?10:e}},internalCurrentPage:{immediate:!0,handler:function(e){this.$emit("update:currentPage",e),this.lastEmittedPage=-1}},internalPageCount:function(e){var t=this.internalCurrentPage;e>0&&0===t?this.internalCurrentPage=1:t>e&&(this.internalCurrentPage=0===e?1:e,this.userChangePageSize&&this.emitChange()),this.userChangePageSize=!1}}},ma=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"el-button",class:[e.type?"el-button--"+e.type:"",e.buttonSize?"el-button--"+e.buttonSize:"",{"is-disabled":e.buttonDisabled,"is-loading":e.loading,"is-plain":e.plain,"is-round":e.round,"is-circle":e.circle}],attrs:{disabled:e.buttonDisabled||e.loading,autofocus:e.autofocus,type:e.nativeType},on:{click:e.handleClick}},[e.loading?n("i",{staticClass:"el-icon-loading"}):e._e(),e.icon&&!e.loading?n("i",{class:e.icon}):e._e(),e.$slots.default?n("span",[e._t("default")],2):e._e()])};ma._withStripped=!0;var ga=Yn({name:"ElButton",inject:{elForm:{default:""},elFormItem:{default:""}},props:{type:{type:String,default:"default"},size:String,icon:{type:String,default:""},nativeType:{type:String,default:"button"},loading:Boolean,disabled:Boolean,plain:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},buttonSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},buttonDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},methods:{handleClick:function(e){this.$emit("click",e)}}},ma,[],!1,null,null,null);ga.options.__file="packages/button/src/button.vue";var va=ga.exports;va.install=function(e){e.component(va.name,va)};var Aa=va,ya=Yn({name:"UTable",mixins:[{props:{data:{type:Array,default:function(){return[]}},height:[String,Number],maxHeight:[String,Number],dialogData:{type:Array,default:function(){return[]}},dataChangesScrollTop:{default:!0,type:Boolean},stripe:{default:!1,type:Boolean},size:{default:"",type:String},fit:{default:!0,type:Boolean},defaultSort:Object,showHeader:{default:!0,type:Boolean},currentRowKey:[String,Number],selectOnIndeterminate:{type:Boolean,default:!0},emptyText:{default:"暂无数据",type:String},indent:{type:Number,default:16},lazy:Boolean,load:Function,border:{default:!0,type:Boolean},showSummary:{default:!1,type:Boolean},defaultExpandAll:{default:!1,type:Boolean},expandRowKeys:Array,treeProps:{default:function(){return{hasChildren:"hasChildren",children:"children"}},type:Object},treeConfig:[Boolean,Object],totalOption:{default:function(){return[]},type:Array},sumText:{default:"合计",type:String},fieldSort:{default:!0,type:Boolean},rowId:String,rowKey:[String,Function],highlightCurrentRow:{default:!0,type:Boolean},inverseCurrentRow:{default:!1,type:Boolean},showDialogIcon:{default:!0,type:Boolean},moveDownIcon:{default:"",type:String},moveUpIcon:{default:"",type:String},showAmend:{default:!1,type:Boolean},amendBtnIcon:{default:"",type:String},fieldTitle:{default:"选择显示字段",type:String},recordTableSelect:{default:!1,type:Boolean},headerDragStyle:{default:!1,type:Boolean},useVirtual:{default:!1,type:Boolean},rowHeight:{default:60,type:Number},excessRows:{default:3,type:Number},spanMethod:Function,tooltipEffect:{default:"dark",type:String},beautifyTable:{default:!1,type:Boolean},tooltipPlacement:{default:"top",type:String},summaryMethod:Function,bigDataCheckbox:{default:!1,type:Boolean},rowClassName:[String,Function],rowStyle:[Object,Function],cellClassName:[String,Function],cellStyle:[Object,Function],headerRowClassName:[String,Function],headerRowStyle:[Object,Function],headerCellClassName:[String,Function],headerCellStyle:[Object,Function],showHeaderOverflow:{type:[Boolean,String],default:null},showBodyOverflow:{type:[Boolean,String],default:null},fixedColumnsRoll:{default:!1,type:Boolean},selectTrClass:String,paginationShow:{default:!1,type:Boolean},total:{default:0,type:Number},pagerCount:{default:5,type:Number},pageSize:{default:10,type:Number},currentPage:{default:1,type:Number},pageSizes:{default:function(){return[10,20,30,50]},type:Array},layout:{default:"total, sizes, prev, pager, next, jumper",type:String}},methods:{handleSizeChange:function(e){this.newPageSize=e,this.$emit("handlePageSize",{size:this.newPageSize,page:this.newcurrentPage})},handleCurrentChange:function(e){this.newcurrentPage=e,this.$emit("handlePageSize",{size:this.newPageSize,page:this.newcurrentPage})},toggleRowExpansion:function(e,t){this.$refs.singleTable.toggleRowExpansion(e,t)},arraySpanMethod:function(e){var t={row:e.row,column:e.column,rowIndex:e.rowIndex,columnIndex:e.columnIndex};return"function"==typeof this.spanMethod?this.spanMethod(t):""},selectAll:function(e){var t=this;this.$emit("select-all",e),this.recordTableSelect&&this.data.length<=1e3&&(0===e.length&&this.data.forEach((function(e){t.tableSelectData.forEach((function(n,r){e.id===n&&t.tableSelectData.splice(r,1)}))})),e.length>0&&this.data.forEach((function(e){e.id&&t.tableSelectData.push(e.id)})),this.tableSelectData=JSON.parse(JSON.stringify(_r(this.tableSelectData))),this.$emit("table-select-change",this.tableSelectData))},plSelect:function(e,t){var n=this;if(this.$emit("select",e,t),t.id&&this.recordTableSelect&&this.data.length<=1e3){var r=e.filter((function(e){return e.id===t.id}));0===r.length&&this.tableSelectData.forEach((function(e,r){e===t.id&&n.tableSelectData.splice(r,1)})),r.length>0&&this.tableSelectData.push(t.id),this.tableSelectData=JSON.parse(JSON.stringify(_r(this.tableSelectData))),this.$emit("table-select-change",this.tableSelectData)}},handleSelectionChange:function(e){this.$emit("selection-change",e)},toggleRowSelection:function(e){var t=this;e&&yr(e)?e.length>0&&this.$refs.singleTable&&e.forEach((function(e){e.selected?t.$refs.singleTable.toggleRowSelection(e.row,e.selected,t.recordTableSelect):!1===e.selected?t.$refs.singleTable.toggleRowSelection(e.row,!1,t.recordTableSelect):void 0===e.selected&&t.$refs.singleTable.toggleRowSelection(e.row,"",t.recordTableSelect)})):console.error("数据格式需要一个数组")},partRowSelections:function(e,t){"boolean"===Ar(t)&&this.useVirtual&&this.bigDataCheckbox&&this.rowKey&&this.$refs.singleTable.partRowSelections(e,t)},toggleAllSelection:function(){this.$refs.singleTable?this.$refs.singleTable.toggleAllSelection():console.error("toggleAllSelection方法为找到,可能表格未加载完毕")},clearSelection:function(){this.$refs.singleTable?this.$refs.singleTable.clearSelection():console.error("clearSelection方法为找到,可能表格未加载完毕")},pagingScrollTopLeft:function(){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]:"不倒计时";this.$refs.singleTable.pagingScrollTop(e,t,n)},scrollBottom:function(){this.$refs.singleTable.scrollBottom()},getSummaries:function(e){var t=this;if("function"==typeof this.summaryMethod&&this.summaryMethod)return this.summaryMethod(e);var n=e.columns,r=e.data,i=[];return n.forEach((function(e,n){if(0!==n){var a=r.map((function(t){return Number(t[e.property])})),o=t.totalOption.filter((function(t){return t.label===e.label}));!a.every((function(e){return isNaN(e)}))&&o.length>0?(i[n]=a.reduce((function(e,t){var n=Number(t);return isNaN(n)?e:e+t}),0),i[n]+=o[0].unit||""):i[n]=""}else i[n]=t.sumText})),[i]},plDialogOpens:function(){var e=this;this._times=null,this.$refs.plDialog.style.width="300px",this._times=setTimeout((function(){e.plDialogFals=!0}),200),this.aBox=document.createElement("div"),this.aBox.className="modal-backdrop",this.aBox.style.display="block",this.aBox.onclick=function(){e.closeModal()},document.body.appendChild(this.aBox)},closeModal:function(){this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode(),this.newDialogData=JSON.parse(JSON.stringify(this.dialogData))},confirmField:function(){this.$emit("show-field",this.newDialogData),this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode()},reset:function(){this.$emit("reset",this.newDialogData),this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode()},rowClick:function(e,t,n){var r=this;this.highlightCurrentRow&&this.$refs.singleTable.setCurrentRow(e),this.$emit("row-click",e,t,n),n.path&&this.highlightCurrentRow&&this.inverseCurrentRow&&n.path.forEach((function(e){e&&e.classList&&e.classList.forEach((function(e){"current-row"===e&&r.$refs.singleTable.setCurrentRow()}))}))},rowDblclick:function(e,t,n){this.$emit("row-dblclick",e,t,n)},setCurrentRow:function(e){e?this.$refs.singleTable.setCurrentRow(e):this.$refs.singleTable.setCurrentRow()},expChang:function(e,t){this.$emit("expand-change",e,t)},headerClick:function(e,t){this.$emit("header-click",e,t)},amendField:function(e,t){this.$emit("amend-field",e,t)},tableBodyScroll:function(e,t){this.$emit("table-body-scroll",e,t)},headerDragend:function(e,t,n,r){this.$emit("header-dragend",e,t,n,r),this.doLayout("不执行滚动条")},doLayout:function(e){this.$refs.singleTable.doLayout();var t=this.$refs.singleTable,n=t.scrollTop,r=t.useVirtual,i=t.judgeFlse;n&&r&&"不执行滚动条"!==e&&(i?this.$refs.singleTable.scrollBottom():this.$refs.singleTable.pagingScrollTop(n))},clearNode:function(){var e=this.aBox?this.aBox.parentNode:"";e&&e.removeChild(this.aBox);var t=document.getElementsByClassName("modal-backdrop");t.length>0&&document.body.removeChild(t[0]),this.aBox=null},sortChange:function(e){var t={column:e.column,prop:e.prop,order:e.order};this.$emit("sort-change",t)},currentChange:function(e,t){this.$emit("current-change",e,t)},filterChange:function(e){this.$emit("filter-change",e)},clearSort:function(){this.$refs.singleTable.clearSort()},clearFilter:function(e){this.$refs.singleTable.clearFilter(e)},sort:function(e,t){this.$refs.singleTable.sort(e,t)},cellMouseEnter:function(e,t,n,r){this.$emit("cell-mouse-enter",e,t,n,r)},cellMouseLeave:function(e,t,n,r){this.$emit("cell-mouse-leave",e,t,n,r)},cellClick:function(e,t,n,r){this.$emit("cell-click",e,t,n,r)},cellDblclick:function(e,t,n,r){this.$emit("cell-dblclick",e,t,n,r)},rowContextmenu:function(e,t,n){this.$emit("row-contextmenu",e,t,n)},headerContextmenu:function(e,t){this.$emit("header-contextmenu",e,t)},isTreeExpandByRow:function(e){return this.$refs.singleTable.isTreeExpandByRow(e)},toggleTreeExpands:function(e,t,n){this.$emit("toggle-tree-expand",e,t,n)},setAllTreeExpansion:function(){this.$refs.singleTable.setAllTreeExpansion()},clearTreeExpand:function(){this.$refs.singleTable.clearTreeExpand()},getTreeExpandRecords:function(){return this.$refs.singleTable.getTreeExpandRecords()},setTreeExpansion:function(e,t){this.$refs.singleTable.setPlTreeExpansion(e,t)},toggleTreeExpansion:function(e){this.$refs.singleTable.toggleTreeExpansion(e)}},beforeDestroy:function(){},deactivated:function(){},activated:function(){},watch:{data:{immediate:!0,handler:function(e){if(!yr(e))throw new Error("表格数据需要的是数组格式,请检查你的数据格式")}},dialogData:{deep:!0,immediate:!0,handler:function(e){this.newDialogData=JSON.parse(JSON.stringify(e))}},currentPage:function(e){this.newcurrentPage=e},pageSize:function(e){this.newPageSize=e},height:{immediate:!0,handler:function(e){this.setHeight()}},maxHeight:{immediate:!0,handler:function(e){this.setHeight()}}}}],components:{draggable:Fi.a,ElTable:xi,ElPagination:pa,ElCheckbox:Qn,ElButton:Aa},data:function(){return{_times:"",plDialogFals:!1,newDialogData:[],aBox:"",tableSelectData:[],position:{},newTableStore:"",newPageSize:"",newcurrentPage:"",newHeight:null,newMaxHeight:null}},computed:{plTableHeight:function(){return this.height?{height:this.height+"px"}:this.maxHeight&&"number"==typeof br(this.maxHeight)?{"max-height":this.maxHeight+"px"}:{}}},created:function(){this.newPageSize=this.pageSize,this.newcurrentPage=this.currentPage},mounted:function(){this.$ready=!0},methods:{handleField:function(e,t,n){switch(e){case"上移":n=this.swapItems(n,t,t-1);break;case"下移":n=this.swapItems(n,t,t+1)}this.$emit("handle-field",e,t)},swapItems:function(e,t,n){return e[t]=e.splice(n,1,e[t])[0],e},setHeight:function(){var e=this;if(!this.$ready&&this.paginationShow)return i.a.nextTick((function(){return e.setHeight()}));var t=this.$refs.myPagination;this.height?(this.newHeight=br(this.height)-(t?t.offsetHeight:0),this.newMaxHeight=null):this.maxHeight&&(this.newMaxHeight=br(this.maxHeight)-(t?t.offsetHeight:0),this.newHeight=null)},reloadData:function(e){if(yr(e))return this.$refs.singleTable.reloadData(e);throw new Error("表格数据需要的是数组格式,请检查你的数据格式")},tableExample:function(){if(this.$refs.singleTable)return this.$refs.singleTable},getUTreeData:function(){if(this.$refs.singleTable)return this.$refs.singleTable.plTreeData},getTableColumn:function(){if(this.$refs.singleTable)return this.$refs.singleTable.columns},getCheckboxRecords:function(){if(this.$refs.singleTable)return this.$refs.singleTable.selection}}},Oi,[],!1,null,null,null);ya.options.__file="packages/u-table/src/u-table.vue";var ba=ya.exports;ba.install=function(e){e.component(ba.name,ba)};var _a=ba,wa=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"plTableBox",class:{uxbeautifyTableClass:e.beautifyTable},style:[e.plTableHeight]},[n("elx-grid",{ref:"singleTable",staticClass:"singleTable",staticStyle:{width:"100%"},attrs:{data:e.data,columns:e.columns,"show-footer":!!e.summaryMethod&&e.showSummary,"max-height":e.newMaxHeight,height:e.newHeight,mergeCells:e.mergeCells,validConfig:e.validConfig,"auto-resize":e.widthResize,"edit-rules":e.rules,border:!e.beautifyTable&&e.border,"scroll-y":e.scrollY,"scroll-x":e.scrollX,"context-menu":"",stripe:e.stripe,"row-key":e.rowKey,"column-key":e.columnKey,"row-id":e.rowId,"keep-source":e.keepSource,size:e.size,"edit-config":e.editConfig,"seq-config":e.indexConfig,"expand-config":e.expandConfig,"keyboard-config":e.keyboardConfig,"mouse-config":e.mouseConfig,"checkbox-config":e.checkboxConfig,"tree-config":e.treeConfig,"sort-config":e.sortConfig,"show-header":e.showHeader,"show-overflow":e.showOverflow,"footer-method":e.footerMethod,"show-header-overflow":e.showHeaderOverflow,"show-footer-overflow":e.showFooterOverflow,"highlight-current-row":e.highlightCurrentRow,"highlight-hover-row":e.highlightCurrentRow,"row-class-name":e.rowClassName,"cell-class-name":e.cellClassName,"header-row-class-name":e.headerRowClassName,"header-cell-class-name":e.headerCellClassName,"header-row-style":e.headerRowStyle,"header-cell-style":e.headerCellStyle,"row-style":e.rowStyle,"cell-style":e.cellStyle,"span-method":e.spanMethod?e.arraySpanMethod:null},on:{"current-change":e.currentChange,"checkbox-change":e.plSelect,"resizable-change":e.headerDragend,"cell-mouseenter":e.cellMouseEnter,"cell-mouseleave":e.cellMouseLeave,"cell-click":e.cellClick,"cell-dblclick":e.cellDblclick,"cell-context-menu":e.rowContextmenu,"header-cell-context-menu":e.headerContextmenu,"radio-change":e.radioChange,"header-cell-click":e.headerClick,"checkbox-all":e.selectAll,"filter-change":e.filterChange,"sort-change":e.sortChange,"edit-closed":e.editClosed,"edit-actived":e.editActived,"edit-disabled":e.editDisabled,"toggle-tree-expand":e.toggleTreeExpandEv,"toggle-row-expand":e.expChang,keydown:e.keydown,"edit-currently-active":e.editCurrentlyActive,scroll:e.tableBodyScroll}},[n("template",{slot:"empty"},[e._t("empty",[e._v(e._s(e.emptyText))])],2),e._t("default")],2),e.paginationShow?n("div",{ref:"myPagination",staticClass:"myPagination"},[n("el-pagination",{attrs:{"current-page":e.newcurrentPage,"pager-count":e.pagerCount,"page-sizes":e.pageSizes,"page-size":e.newPageSize,layout:e.layout,total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e(),n("div",{ref:"plDialog",staticClass:"plDialog"},[e.plDialogFals?n("div",{staticStyle:{width:"100%",height:"100%"}},[n("div",{staticClass:"table-cus-header"},[e._v(e._s(e.fieldTitle))]),n("div",{staticClass:"checkListBox"},[n("draggable",{attrs:{tag:"ul",options:{disabled:!e.fieldSort}},model:{value:e.newDialogData,callback:function(t){e.newDialogData=t},expression:"newDialogData"}},e._l(e.newDialogData,(function(t,r){return n("li",{key:r},[n("el-checkbox",{attrs:{disabled:t.disabled},model:{value:t.state,callback:function(n){e.$set(t,"state",n)},expression:"item.state"}},[e._v(e._s(t.name))]),e.showDialogIcon?[r!==e.newDialogData.length-1?n("i",{staticClass:"iconfont",class:[e.moveDownIcon||"el-icon-bottom"],on:{click:function(t){return e.handleField("下移",r,e.newDialogData)}}}):e._e(),0!==r?n("i",{staticClass:"iconfont",class:[e.moveUpIcon||"el-icon-top"],on:{click:function(t){return e.handleField("上移",r,e.newDialogData)}}}):e._e()]:e._e(),e.showAmend?n("i",{staticClass:"iconfont",class:[e.amendBtnIcon||"el-icon-edit"],on:{click:function(n){return e.amendField(t,r)}}}):e._e()],2)})),0)],1),n("div",{staticClass:"table-cus-footer"},[n("el-button",{on:{click:function(t){return e.closeModal()}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary"},on:{click:e.confirmField}},[e._v("确定")]),n("el-button",{attrs:{type:"warning"},on:{click:e.reset}},[e._v("重置")])],1)]):e._e()])],1)};function xa(e){return function(){var t=e.apply(this,arguments);return new Promise((function(e,n){return function r(i,a){try{var o=t[i](a),s=o.value}catch(e){return void n(e)}if(!o.done)return Promise.resolve(s).then((function(e){r("next",e)}),(function(e){r("throw",e)}));e(s)}("next")}))}}wa._withStripped=!0;var Ca=Yn({name:"UxGrid",mixins:[{props:{beautifyTable:{default:!1,type:Boolean},showDialogIcon:{default:!0,type:Boolean},moveDownIcon:{default:"",type:String},moveUpIcon:{default:"",type:String},showOverflow:{type:[Boolean,String],default:null},showHeaderOverflow:{type:[Boolean,String],default:null},showFooterOverflow:{type:[Boolean,String],default:null},data:{type:Array,default:function(){return[]}},columns:Array,height:[String,Number],maxHeight:[String,Number],scrollY:{type:Object,default:function(){return{gt:0,oSize:0}}},scrollX:{type:Object,default:function(){return{gt:0,oSize:0}}},widthResize:Boolean,mergeCells:Array,validConfig:Object,rules:Object,checkboxConfig:Object,expandConfig:Object,editConfig:[Boolean,Object],treeConfig:[Boolean,Object],sortConfig:Object,indexConfig:Object,keyboardConfig:Object,mouseConfig:Object,keepSource:Boolean,dialogData:{type:Array,default:function(){return[]}},stripe:{default:!1,type:Boolean},size:{default:null,type:String},showHeader:{default:!0,type:Boolean},emptyText:{default:"暂无数据",type:String},border:{default:!0,type:[Boolean,String]},showSummary:{default:!1,type:Boolean},summaryMethod:Function,fieldSort:{default:!0,type:Boolean},rowKey:Boolean,columnKey:Boolean,rowId:String,highlightCurrentRow:{default:!0,type:Boolean},showAmend:{default:!1,type:Boolean},amendBtnIcon:{default:"",type:String},fieldTitle:{default:"选择显示字段",type:String},spanMethod:Function,rowClassName:[String,Function],rowStyle:[Object,Function],cellClassName:[String,Function],cellStyle:[Object,Function],headerRowClassName:[String,Function],headerRowStyle:[Object,Function],headerCellClassName:[String,Function],headerCellStyle:[Object,Function],paginationShow:{default:!1,type:Boolean},total:{default:0,type:Number},pagerCount:{default:5,type:Number},pageSize:{default:10,type:Number},currentPage:{default:1,type:Number},pageSizes:{default:function(){return[10,20,30,50]},type:Array},layout:{default:"total, sizes, prev, pager, next, jumper",type:String}},methods:{handleSizeChange:function(e){this.newPageSize=e,this.$emit("handlePageSize",{size:this.newPageSize,page:this.newcurrentPage})},handleCurrentChange:function(e){this.newcurrentPage=e,this.$emit("handlePageSize",{size:this.newPageSize,page:this.newcurrentPage})},plDialogOpens:function(){var e=this;this._times=null,this.$refs.plDialog.style.width="300px",this._times=setTimeout((function(){e.plDialogFals=!0}),200),this.aBox=document.createElement("div"),this.aBox.className="modal-backdrop",this.aBox.style.display="block",this.aBox.onclick=function(){e.closeModal()},document.body.appendChild(this.aBox)},closeModal:function(){this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode(),this.newDialogData=JSON.parse(JSON.stringify(this.dialogData))},confirmField:function(){this.$emit("show-field",this.newDialogData),this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode()},reset:function(){this.$emit("reset",this.newDialogData),this.plDialogFals=!1,clearTimeout(this._times),this.$refs.plDialog.style.width="0px",this.aBox.style.display="none",this.clearNode()},amendField:function(e,t){this.$emit("amend-field",e,t)},clearNode:function(){var e=this.aBox?this.aBox.parentNode:"";e&&e.removeChild(this.aBox);var t=document.getElementsByClassName("modal-backdrop");t.length>0&&document.body.removeChild(t[0]),this.aBox=null},footerMethod:function(e){return"function"==typeof this.summaryMethod&&this.summaryMethod?this.summaryMethod(e):[]},arraySpanMethod:function(e){return"function"==typeof this.spanMethod?this.spanMethod(e):null},setCurrentRow:function(e){e?this.$refs.singleTable.setCurrentRow(e):this.$refs.singleTable.setCurrentRow()},toggleRowSelection:function(e){e&&yr(e)?this.newtoggleRowSelections(e):console.error("数据格式需要一个数组")},newtoggleRowSelections:function(e){var t=this;if(e.length>0&&this.$refs.singleTable){e.forEach((function(e){e.selected?t.$refs.singleTable.setCheckboxRow(e.row,e.selected):!1===e.selected?t.$refs.singleTable.setCheckboxRow(e.row,!1):void 0===e.selected&&t.$refs.singleTable.toggleCheckboxRow(e.row)}));var n=this.$refs.singleTable.getCheckboxRecords();this.$emit("selection-change",n)}},toggleAllSelection:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.$refs.singleTable){this.$refs.singleTable.setAllCheckboxRow(e);var t=this.$refs.singleTable.getCheckboxRecords();this.$emit("selection-change",t)}else console.error("toggleAllSelection方法为找到,可能表格未加载完毕")},clearSelection:function(){if(this.$refs.singleTable){this.$refs.singleTable.clearCheckboxRow();var e=this.$refs.singleTable.getCheckboxRecords();this.$emit("selection-change",e)}else console.error("clearSelection方法为找到,可能表格未加载完毕")},clearSort:function(){this.$refs.singleTable.clearSort()},clearFilter:function(e){this.$refs.singleTable.clearFilter(e)},getColumnByField:function(e){return this.$refs.singleTable.getColumnByField(e)},sort:function(e,t){this.$refs.singleTable.sort(e,t)},doLayout:function(){this.$refs.singleTable.recalculate()},pagingScrollTopLeft:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;this.$refs.singleTable.scrollTo(t,e)},scrollToRow:function(e){this.$refs.singleTable.scrollToRow(e)},reloadData:function(e){return this.$refs.singleTable.reloadData(e)},loadData:function(e){return this.$refs.singleTable.loadData(e)},reloadColumn:function(e){return this.$refs.singleTable.reloadColumn(e)},loadColumn:function(e){return this.$refs.singleTable.loadColumn(e)},refreshColumn:function(){this.$refs.singleTable.refreshColumn()},setActiveRow:function(e){this.$refs.singleTable.setActiveRow(e)},setActiveCell:function(e,t){this.$refs.singleTable.setActiveCell(e,t)},insertRow:function(e,t){return this.$refs.singleTable.insertAt(e,t)},getInsertRecords:function(){return this.$refs.singleTable.getInsertRecords()},getCheckboxRecords:function(){return this.$refs.singleTable.getCheckboxRecords()},getRecordset:function(){return this.$refs.singleTable.getRecordset().insertRecords},tableExample:function(){if(this.$refs.singleTable)return this.$refs.singleTable},getTableColumn:function(){return this.$refs.singleTable.getTableColumn()},getColumnIndex:function(e){return this.$refs.singleTable.getColumnIndex(e)},updateStatus:function(e){this.$refs.singleTable.updateStatus(e)},remove:function(e){this.$refs.singleTable.remove(e)},removeCheckboxRow:function(){this.$refs.singleTable.removeCheckboxRow()},getUpdateRecords:function(){return this.$refs.singleTable.getUpdateRecords()},isUpdateByRow:function(e){return this.$refs.singleTable.isUpdateByRow(e)},isCheckedByCheckboxRow:function(e){return this.$refs.singleTable.isCheckedByCheckboxRow(e)},reloadRow:function(e,t,n){return this.$refs.singleTable.reloadRow(e,t,n)},isActiveByRow:function(e){return this.$refs.singleTable.isActiveByRow(e)},clearActived:function(){return this.$refs.singleTable.clearActived()},revertData:function(e){return this.$refs.singleTable.revertData(e)},updateFooter:function(){return this.$refs.singleTable.updateFooter()},setFilter:function(e,t){return this.$refs.singleTable.setFilter(e,t)},updateData:function(){return this.$refs.singleTable.updateData()},toggleRowExpand:function(e){return this.$refs.singleTable.toggleRowExpand(e)},setRowExpand:function(e,t){return this.$refs.singleTable.setRowExpand(e,t)},setAllRowExpand:function(e){return this.$refs.singleTable.setAllRowExpand(e)},clearRowExpand:function(){return this.$refs.singleTable.clearRowExpand()},setAllTreeExpand:function(e){return this.$refs.singleTable.setAllTreeExpand(e)},clearTreeExpand:function(){return this.$refs.singleTable.clearTreeExpand()},getTreeExpandRecords:function(){return this.$refs.singleTable.getTreeExpandRecords()},toggleTreeExpand:function(e){return this.$refs.singleTable.toggleTreeExpand(e)},setTreeExpand:function(e,t){return this.$refs.singleTable.setTreeExpand(e,t)},isTreeExpandByRow:function(e){return this.$refs.singleTable.isTreeExpandByRow(e)},refreshScroll:function(){this.$refs.singleTable.refreshScroll()},validate:function(e){var t=this;return xa(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(!e){n.next=6;break}return n.next=3,t.$refs.singleTable.validate(e).catch((function(e){return e}));case 3:return n.abrupt("return",n.sent);case 6:return n.next=8,t.$refs.singleTable.validate().catch((function(e){return e}));case 8:return n.abrupt("return",n.sent);case 9:case"end":return n.stop()}}),n,t)})))()},fullValidate:function(e){var t=this;return xa(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(!e){n.next=6;break}return n.next=3,t.$refs.singleTable.fullValidate(e).catch((function(e){return e}));case 3:return n.abrupt("return",n.sent);case 6:return n.next=8,t.$refs.singleTable.fullValidate().catch((function(e){return e}));case 8:return n.abrupt("return",n.sent);case 9:case"end":return n.stop()}}),n,t)})))()},clearValidate:function(){return this.$refs.singleTable.clearValidate()},getTableData:function(){return this.$refs.singleTable.getTableData()},getRowById:function(e){return this.$refs.singleTable.getRowById(e)},tableBodyScroll:function(e){var t=e.type,n=e.fixed,r=e.scrollTop,i=e.scrollLeft,a=e.isX,o=e.isY,s=e.$event,l={type:t,fixed:n,scrollTop:r,scrollLeft:i,isX:a,isY:o};this.$emit("table-body-scroll",l,s)},selectAll:function(){var e=this.$refs.singleTable.getCheckboxRecords();this.$emit("select-all",e),this.$emit("selection-change",e)},plSelect:function(e){var t=e.row,n=this.$refs.singleTable.getCheckboxRecords();this.$emit("select",n,t),this.$emit("selection-change",n)},radioChange:function(e){var t=e.row,n=(e.rowIndex,e.$rowIndex,e.column);e.columnIndex,e.$columnIndex,e.cell,this.$emit("radio-change",t,n)},sortChange:function(e){var t={column:e.column,prop:e.property,order:e.order};this.$emit("sort-change",t)},currentChange:function(e){var t=e.row;this.$emit("current-change",t)},expChang:function(e){var t=e.expanded,n=e.row,r=e.rowIndex,i=e.$rowIndex,a=e.column,o=e.columnIndex,s=e.$columnIndex,l=e.$event;this.$emit("expand-change",{expanded:t,row:n,rowIndex:r,$rowIndex:i,column:a,columnIndex:o,$columnIndex:s,$event:l})},filterChange:function(e){var t=e.column,n=e.property,r=e.values,i=e.datas,a=e.filters,o=e.$event;this.$emit("filter-change",{column:t,property:n,values:r,datas:i,filters:a,$event:o})},cellMouseEnter:function(e){var t=e.row,n=(e.rowIndex,e.$rowIndex,e.column),r=(e.columnIndex,e.$columnIndex,e.cell),i=e.$event;this.$emit("cell-mouse-enter",t,n,r,i)},cellMouseLeave:function(e){var t=e.row,n=(e.rowIndex,e.$rowIndex,e.column),r=(e.columnIndex,e.$columnIndex,e.cell),i=e.$event;this.$emit("cell-mouse-leave",t,n,r,i)},cellClick:function(e){var t=e.row,n=(e.rowIndex,e.$rowIndex,e.column),r=(e.columnIndex,e.$columnIndex,e.cell),i=e.$event;this.$emit("cell-click",t,n,r,i),"checkbox"!==n.type&&this.$emit("row-click",t,n,i)},cellDblclick:function(e){var t=e.row,n=(e.rowIndex,e.$rowIndex,e.column),r=(e.columnIndex,e.$columnIndex,e.cell),i=e.$event;this.$emit("cell-dblclick",t,n,r,i),this.$emit("row-dblclick",t,n,i)},rowContextmenu:function(e){e.type;var t=e.row,n=(e.rowIndex,e.column),r=(e.columnIndex,e.cell,e.$event);this.$emit("row-contextmenu",t,n,r)},headerClick:function(e){e.triggerResizable,e.triggerSort,e.triggerFilter,e.$rowIndex;var t=e.column,n=(e.columnIndex,e.$event);this.$emit("header-click",t,n)},headerContextmenu:function(e){e.type;var t=e.column,n=(e.columnIndex,e.$event);this.$emit("header-contextmenu",t,n)},headerDragend:function(e){var t={$rowIndex:e.$rowIndex,column:e.column,columnIndex:e.columnIndex,$columnIndex:e.$columnIndex,fixed:e.fixed,isHidden:e.isHidden,$event:e.$event};this.$emit("header-dragend",t)},editClosed:function(e){var t=e.row,n=e.rowIndex,r=e.$rowIndex,i=e.column,a=e.columnIndex,o=e.$columnIndex;this.$emit("edit-closed",{row:t,rowIndex:n,$rowIndex:r,column:i,columnIndex:a,$columnIndex:o})},editActived:function(e){var t=e.row,n=e.rowIndex,r=e.$rowIndex,i=e.column,a=e.columnIndex,o=e.$columnIndex;this.$emit("edit-actived",{row:t,rowIndex:n,$rowIndex:r,column:i,columnIndex:a,$columnIndex:o})},editDisabled:function(e){var t=e.row,n=e.rowIndex,r=e.$rowIndex,i=e.column,a=e.columnIndex,o=e.$columnIndex;this.$emit("edit-disabled",{row:t,rowIndex:n,$rowIndex:r,column:i,columnIndex:a,$columnIndex:o})},toggleTreeExpandEv:function(e){this.$emit("toggle-tree-expand",e)},keydown:function(e){var t=e.$event;this.$emit("keydown",{$event:t})},editCurrentlyActive:function(e){var t=e.row,n=e.column,r=e.cell;this.$emit("edit-currently-active",{row:t,column:n,cell:r})}}}],components:{draggable:Fi.a,ElPagination:pa,ElCheckbox:Qn,ElButton:Aa},data:function(){return{_times:"",plDialogFals:!1,newDialogData:[],aBox:"",newPageSize:"",newcurrentPage:"",newHeight:null,newMaxHeight:null}},created:function(){this.newPageSize=this.pageSize,this.newcurrentPage=this.currentPage},mounted:function(){this.$ready=!0},methods:{handleField:function(e,t,n){switch(e){case"上移":n=this.swapItems(n,t,t-1);break;case"下移":n=this.swapItems(n,t,t+1)}this.$emit("handle-field",e,t)},swapItems:function(e,t,n){return e[t]=e.splice(n,1,e[t])[0],e},setHeight:function(){var e=this;if(!this.$ready&&this.paginationShow)return i.a.nextTick((function(){return e.setHeight()}));var t=this.$refs.myPagination;this.height?(this.newHeight=br(this.height)-(t?t.offsetHeight:0),this.newMaxHeight=null):this.maxHeight&&(this.newMaxHeight=br(this.maxHeight)-(t?t.offsetHeight:0),this.newHeight=null)}},computed:{plTableHeight:function(){return this.height?{height:this.height+"px"}:this.maxHeight&&"number"==typeof br(this.maxHeight)?{"max-height":this.maxHeight+"px"}:{}}},watch:{data:{immediate:!0,handler:function(e){if(!yr(e))throw new Error("表格数据需要的是数组格式,请检查你的数据格式")}},dialogData:{deep:!0,immediate:!0,handler:function(e){this.newDialogData=JSON.parse(JSON.stringify(e))}},currentPage:function(e){this.newcurrentPage=e},pageSize:function(e){this.newPageSize=e},height:{immediate:!0,handler:function(e){this.setHeight()}},maxHeight:{immediate:!0,handler:function(e){this.setHeight()}}}},wa,[],!1,null,null,null);Ca.options.__file="packages/ux-grid/src/ux-grid.vue";var Sa=Ca.exports;Sa.install=function(e){e.component(Sa.name,Sa)};var ka=Sa;Mt.install=function(e){e.component(Mt.name,Mt)};var Ma=Mt,Ea=[Gn,_a,ka,Ma],Ta=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sr.a.use(t.locale),sr.a.i18n(t.i18n),Ea.forEach((function(t){e.component(t.name,t)})),e.prototype.$ELEMENT={size:t.size||"",zIndex:t.zIndex||2e3}};"undefined"!=typeof window&&window.Vue&&Ta(window.Vue),i.a.use(bn),t.default={version:"1.1.8",locale:sr.a.use,i18n:sr.a.i18n,install:Ta,UTableColumn:Gn,UTable:_a,UxGrid:ka,UxTableColumn:Ma}}]).default},b367:function(e,t,n){var r=n("5524"),i=n("ef08"),a="__core-js_shared__",o=i[a]||(i[a]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n("e444")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},b39a:function(e,t,n){"use strict";var r=n("da84"),i=n("ebb5"),a=n("d039"),o=r.Int8Array,s=i.aTypedArray,l=i.exportTypedArrayMethod,c=[].toLocaleString,u=[].slice,h=!!o&&a((function(){c.call(new o(1))})),d=a((function(){return[1,2].toLocaleString()!=new o([1,2]).toLocaleString()}))||!a((function(){o.prototype.toLocaleString.call([1,2])}));l("toLocaleString",(function(){return c.apply(h?u.call(s(this)):s(this),arguments)}),d)},b39a3:function(e,t){var n="first";e.exports=n},b3eb:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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"],w:["eine Woche","einer Woche"],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,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},b469:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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"],w:["eine Woche","einer Woche"],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,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},b47f:function(e,t,n){"use strict";t.__esModule=!0,t.default={el:{colorpicker:{confirm:"确定",clear:"清空"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"}}}},b484:function(e,t,n){var r=n("ca22"),i=r("function");e.exports=i},b50d:function(e,t,n){"use strict";var r=n("c532"),i=n("467f"),a=n("30b5"),o=n("83b9"),s=n("c345"),l=n("3934"),c=n("2d83");e.exports=function(e){return new Promise((function(t,u){var h=e.data,d=e.headers;r.isFormData(h)&&delete d["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";d.Authorization="Basic "+btoa(p+":"+m)}var g=o(e.baseURL,e.url);if(f.open(e.method.toUpperCase(),a(g,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f.onreadystatechange=function(){if(f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in f?s(f.getAllResponseHeaders()):null,r=e.responseType&&"text"!==e.responseType?f.response:f.responseText,a={data:r,status:f.status,statusText:f.statusText,headers:n,config:e,request:f};i(t,u,a),f=null}},f.onabort=function(){f&&(u(c("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){u(c("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),u(c(t,e,"ECONNABORTED",f)),f=null},r.isStandardBrowserEnv()){var v=n("7aac"),A=(e.withCredentials||l(g))&&e.xsrfCookieName?v.read(e.xsrfCookieName):void 0;A&&(d[e.xsrfHeaderName]=A)}if("setRequestHeader"in f&&r.forEach(d,(function(e,t){"undefined"===typeof h&&"content-type"===t.toLowerCase()?delete d[t]:f.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),e.responseType)try{f.responseType=e.responseType}catch(y){if("json"!==e.responseType)throw y}"function"===typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),u(e),f=null)})),void 0===h&&(h=null),f.send(h)}))}},b53d:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},b540:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".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:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=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}))},b575:function(e,t,n){var r,i,a,o,s,l,c,u,h=n("da84"),d=n("06cf").f,f=n("2cf4").set,p=n("1cdc"),m=n("a4b4"),g=n("605d"),v=h.MutationObserver||h.WebKitMutationObserver,A=h.document,y=h.process,b=h.Promise,_=d(h,"queueMicrotask"),w=_&&_.value;w||(r=function(){var e,t;g&&(e=y.domain)&&e.exit();while(i){t=i.fn,i=i.next;try{t()}catch(n){throw i?o():a=void 0,n}}a=void 0,e&&e.enter()},p||g||m||!v||!A?b&&b.resolve?(c=b.resolve(void 0),u=c.then,o=function(){u.call(c,r)}):o=g?function(){y.nextTick(r)}:function(){f.call(h,r)}:(s=!0,l=A.createTextNode(""),new v(r).observe(l,{characterData:!0}),o=function(){l.data=s=!s})),e.exports=w||function(e){var t={fn:e,next:void 0};a&&(a.next=t),i||(i=t,o()),a=t}},b580:function(e,t,n){var r=n("39bc"),i=typeof WeakSet!==r;function a(e){return i&&e instanceof WeakSet}e.exports=a},b5b7:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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-mx",{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",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"});return a}))},b622:function(e,t,n){var r=n("da84"),i=n("5692"),a=n("5135"),o=n("90e3"),s=n("4930"),l=n("fdbf"),c=i("wks"),u=r.Symbol,h=l?u:u&&u.withoutSetter||o;e.exports=function(e){return a(c,e)&&(s||"string"==typeof c[e])||(s&&a(u,e)?c[e]=u[e]:c[e]=h("Symbol."+e)),c[e]}},b639:function(e,t,n){"use strict";(function(e){ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +var r=n("1fb5"),i=n("9152"),a=n("e3db");function o(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}function s(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function l(e,t){if(s()=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),c.alloc(+e)}function b(e,t){if(c.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return X(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Z(e).length;default:if(r)return X(e).length;t=(""+t).toLowerCase(),r=!0}}function _(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,t>>>=0,n<=t)return"";e||(e="utf8");while(1)switch(e){case"hex":return P(this,t,n);case"utf8":case"utf-8":return L(this,t,n);case"ascii":return F(this,t,n);case"latin1":case"binary":return N(this,t,n);case"base64":return D(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function w(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function x(e,t,n,r,i){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"===typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:C(e,t,n,r,i);if("number"===typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):C(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function C(e,t,n,r,i){var a,o=1,s=e.length,l=t.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;o=2,s/=2,l/=2,n/=2}function c(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(i){var u=-1;for(a=n;as&&(n=s-l),a=n;a>=0;a--){for(var h=!0,d=0;di&&(r=i)):r=i;var a=t.length;if(a%2!==0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var o=0;o239?4:c>223?3:c>191?2:1;if(i+h<=n)switch(h){case 1:c<128&&(u=c);break;case 2:a=e[i+1],128===(192&a)&&(l=(31&c)<<6|63&a,l>127&&(u=l));break;case 3:a=e[i+1],o=e[i+2],128===(192&a)&&128===(192&o)&&(l=(15&c)<<12|(63&a)<<6|63&o,l>2047&&(l<55296||l>57343)&&(u=l));break;case 4:a=e[i+1],o=e[i+2],s=e[i+3],128===(192&a)&&128===(192&o)&&128===(192&s)&&(l=(15&c)<<18|(63&a)<<12|(63&o)<<6|63&s,l>65535&&l<1114112&&(u=l))}null===u?(u=65533,h=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),i+=h}return I(r)}t.Buffer=c,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:o(),t.kMaxLength=s(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,n){return u(null,e,t,n)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,n){return d(null,e,t,n)},c.allocUnsafe=function(e){return f(null,e)},c.allocUnsafeSlow=function(e){return f(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,a=Math.min(n,r);i0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},c.prototype.compare=function(e,t,n,r,i){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,r>>>=0,i>>>=0,this===e)return 0;for(var a=i-r,o=n-t,s=Math.min(a,o),l=this.slice(r,i),u=e.slice(t,n),h=0;hi)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return S(this,e,t,n);case"utf8":case"utf-8":return k(this,e,t,n);case"ascii":return M(this,e,t,n);case"latin1":case"binary":return E(this,e,t,n);case"base64":return T(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var O=4096;function I(e){var t=e.length;if(t<=O)return String.fromCharCode.apply(String,e);var n="",r=0;while(rr)&&(n=r);for(var i="",a=t;an)throw new RangeError("Trying to access beyond buffer length")}function U(e,t,n,r,i,a){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function z(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,a=Math.min(e.length-n,2);i>>8*(r?i:1-i)}function Y(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,a=Math.min(e.length-n,4);i>>8*(r?i:3-i)&255}function $(e,t,n,r,i,a){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function j(e,t,n,r,a){return a||$(e,t,n,4,34028234663852886e22,-34028234663852886e22),i.write(e,t,n,r,23,4),n+4}function Q(e,t,n,r,a){return a||$(e,t,n,8,17976931348623157e292,-17976931348623157e292),i.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){var n,r=this.length;if(e=~~e,t=void 0===t?r:~~t,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),t0&&(i*=256))r+=this[e+--t]*i;return r},c.prototype.readUInt8=function(e,t){return t||H(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||H(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||H(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||H(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||H(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||H(e,t,this.length);var r=this[e],i=1,a=0;while(++a=i&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||H(e,t,this.length);var r=t,i=1,a=this[e+--r];while(r>0&&(i*=256))a+=this[e+--r]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*t)),a},c.prototype.readInt8=function(e,t){return t||H(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||H(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||H(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||H(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||H(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||H(e,4,this.length),i.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||H(e,4,this.length),i.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||H(e,8,this.length),i.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||H(e,8,this.length),i.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t|=0,n|=0,!r){var i=Math.pow(2,8*n)-1;U(this,e,t,n,i,0)}var a=1,o=0;this[t]=255&e;while(++o=0&&(o*=256))this[t+a]=e/o&255;return t+n},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):z(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):z(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Y(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Y(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);U(this,e,t,n,i-1,-i)}var a=0,o=1,s=0;this[t]=255&e;while(++a>0)-s&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);U(this,e,t,n,i-1,-i)}var a=n-1,o=1,s=0;this[t+a]=255&e;while(--a>=0&&(o*=256))e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/o>>0)-s&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):z(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):z(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Y(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Y(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return j(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return j(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return Q(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return Q(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--i)e[i+t]=this[i+n];else if(a<1e3||!c.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(a=t;a55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(o+1===r){(t-=3)>-1&&a.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function q(e){for(var t=[],n=0;n>8,i=n%256,a.push(i),a.push(r)}return a}function Z(e){return r.toByteArray(W(e))}function ee(e,t,n,r){for(var i=0;i=t.length||i>=e.length)break;t[i+n]=e[i]}return i}function te(e){return e!==e}}).call(this,n("c8ba"))},b64b:function(e,t,n){var r=n("23e7"),i=n("7b0b"),a=n("df75"),o=n("d039"),s=o((function(){a(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(e){return a(i(e))}})},b6c5:function(e,t,n){var r=n("4f91"),i=n("25b3"),a=n("b7c3");function o(e){var t,n={};return e&&a(e)&&i(e.split("&"),(function(e){t=e.split("="),n[r(t[0])]=r(t[1]||"")})),n}e.exports=o},b6e3:function(e,t,n){var r=n("4054");function i(e,t,n){return!(!e||!t)&&(e=r(e,n),"Invalid Date"!==e&&e===r(t,n))}e.exports=i},b727:function(e,t,n){var r=n("0366"),i=n("44ad"),a=n("7b0b"),o=n("50c4"),s=n("65f0"),l=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,u=4==e,h=6==e,d=7==e,f=5==e||h;return function(p,m,g,v){for(var A,y,b=a(p),_=i(b),w=r(m,g,3),x=o(_.length),C=0,S=v||s,k=t?S(p,x):n||d?S(p,0):void 0;x>C;C++)if((f||C in _)&&(A=_[C],y=w(A,C,b),e))if(t)k[C]=y;else if(y)switch(e){case 3:return!0;case 5:return A;case 6:return C;case 2:l.call(k,A)}else switch(e){case 4:return!1;case 7:l.call(k,A)}return h?-1:c||u?u:k}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterOut:c(7)}},b76a:function(e,t,n){(function(t,r){e.exports=r(n("aa47"))})("undefined"!==typeof self&&self,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="fb15")}({"01f9":function(e,t,n){"use strict";var r=n("2d00"),i=n("5ca1"),a=n("2aba"),o=n("32e9"),s=n("84f2"),l=n("41a0"),c=n("7f20"),u=n("38fd"),h=n("2b4c")("iterator"),d=!([].keys&&"next"in[].keys()),f="@@iterator",p="keys",m="values",g=function(){return this};e.exports=function(e,t,n,v,A,y,b){l(n,t,v);var _,w,x,C=function(e){if(!d&&e in E)return E[e];switch(e){case p:return function(){return new n(this,e)};case m:return function(){return new n(this,e)}}return function(){return new n(this,e)}},S=t+" Iterator",k=A==m,M=!1,E=e.prototype,T=E[h]||E[f]||A&&E[A],B=T||C(A),D=A?k?C("entries"):B:void 0,L="Array"==t&&E.entries||T;if(L&&(x=u(L.call(new e)),x!==Object.prototype&&x.next&&(c(x,S,!0),r||"function"==typeof x[h]||o(x,h,g))),k&&T&&T.name!==m&&(M=!0,B=function(){return T.call(this)}),r&&!b||!d&&!M&&E[h]||o(E,h,B),s[t]=B,s[S]=g,A)if(_={values:k?B:C(m),keys:y?B:C(p),entries:D},b)for(w in _)w in E||a(E,w,_[w]);else i(i.P+i.F*(d||M),t,_);return _}},"02f4":function(e,t,n){var r=n("4588"),i=n("be13");e.exports=function(e){return function(t,n){var a,o,s=String(i(t)),l=r(n),c=s.length;return l<0||l>=c?e?"":void 0:(a=s.charCodeAt(l),a<55296||a>56319||l+1===c||(o=s.charCodeAt(l+1))<56320||o>57343?e?s.charAt(l):a:e?s.slice(l,l+2):o-56320+(a-55296<<10)+65536)}}},"0390":function(e,t,n){"use strict";var r=n("02f4")(!0);e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},"0bfb":function(e,t,n){"use strict";var r=n("cb7c");e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},"0d58":function(e,t,n){var r=n("ce10"),i=n("e11e");e.exports=Object.keys||function(e){return r(e,i)}},1495:function(e,t,n){var r=n("86cc"),i=n("cb7c"),a=n("0d58");e.exports=n("9e1e")?Object.defineProperties:function(e,t){i(e);var n,o=a(t),s=o.length,l=0;while(s>l)r.f(e,n=o[l++],t[n]);return e}},"214f":function(e,t,n){"use strict";n("b0c5");var r=n("2aba"),i=n("32e9"),a=n("79e5"),o=n("be13"),s=n("2b4c"),l=n("520a"),c=s("species"),u=!a((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),h=function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();e.exports=function(e,t,n){var d=s(e),f=!a((function(){var t={};return t[d]=function(){return 7},7!=""[e](t)})),p=f?!a((function(){var t=!1,n=/a/;return n.exec=function(){return t=!0,null},"split"===e&&(n.constructor={},n.constructor[c]=function(){return n}),n[d](""),!t})):void 0;if(!f||!p||"replace"===e&&!u||"split"===e&&!h){var m=/./[d],g=n(o,d,""[e],(function(e,t,n,r,i){return t.exec===l?f&&!i?{done:!0,value:m.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}})),v=g[0],A=g[1];r(String.prototype,e,v),i(RegExp.prototype,d,2==t?function(e,t){return A.call(e,this,t)}:function(e){return A.call(e,this)})}}},"230e":function(e,t,n){var r=n("d3f4"),i=n("7726").document,a=r(i)&&r(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},"23c6":function(e,t,n){var r=n("2d95"),i=n("2b4c")("toStringTag"),a="Arguments"==r(function(){return arguments}()),o=function(e,t){try{return e[t]}catch(n){}};e.exports=function(e){var t,n,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=o(t=Object(e),i))?n:a?r(t):"Object"==(s=r(t))&&"function"==typeof t.callee?"Arguments":s}},2621:function(e,t){t.f=Object.getOwnPropertySymbols},"2aba":function(e,t,n){var r=n("7726"),i=n("32e9"),a=n("69a8"),o=n("ca5a")("src"),s=n("fa5b"),l="toString",c=(""+s).split(l);n("8378").inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(a(n,"name")||i(n,"name",t)),e[t]!==n&&(l&&(a(n,o)||i(n,o,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:i(e,t,n):(delete e[t],i(e,t,n)))})(Function.prototype,l,(function(){return"function"==typeof this&&this[o]||s.call(this)}))},"2aeb":function(e,t,n){var r=n("cb7c"),i=n("1495"),a=n("e11e"),o=n("613b")("IE_PROTO"),s=function(){},l="prototype",c=function(){var e,t=n("230e")("iframe"),r=a.length,i="<",o=">";t.style.display="none",n("fab2").appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write(i+"script"+o+"document.F=Object"+i+"/script"+o),e.close(),c=e.F;while(r--)delete c[l][a[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(s[l]=r(e),n=new s,s[l]=null,n[o]=e):n=c(),void 0===t?n:i(n,t)}},"2b4c":function(e,t,n){var r=n("5537")("wks"),i=n("ca5a"),a=n("7726").Symbol,o="function"==typeof a,s=e.exports=function(e){return r[e]||(r[e]=o&&a[e]||(o?a:i)("Symbol."+e))};s.store=r},"2d00":function(e,t){e.exports=!1},"2d95":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"2fdb":function(e,t,n){"use strict";var r=n("5ca1"),i=n("d2c8"),a="includes";r(r.P+r.F*n("5147")(a),"String",{includes:function(e){return!!~i(this,e,a).indexOf(e,arguments.length>1?arguments[1]:void 0)}})},"32e9":function(e,t,n){var r=n("86cc"),i=n("4630");e.exports=n("9e1e")?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},"38fd":function(e,t,n){var r=n("69a8"),i=n("4bf8"),a=n("613b")("IE_PROTO"),o=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=i(e),r(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?o:null}},"41a0":function(e,t,n){"use strict";var r=n("2aeb"),i=n("4630"),a=n("7f20"),o={};n("32e9")(o,n("2b4c")("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=r(o,{next:i(1,n)}),a(e,t+" Iterator")}},"456d":function(e,t,n){var r=n("4bf8"),i=n("0d58");n("5eda")("keys",(function(){return function(e){return i(r(e))}}))},4588:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},4630:function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"4bf8":function(e,t,n){var r=n("be13");e.exports=function(e){return Object(r(e))}},5147:function(e,t,n){var r=n("2b4c")("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,!"/./"[e](t)}catch(i){}}return!0}},"520a":function(e,t,n){"use strict";var r=n("0bfb"),i=RegExp.prototype.exec,a=String.prototype.replace,o=i,s="lastIndex",l=function(){var e=/a/,t=/b*/g;return i.call(e,"a"),i.call(t,"a"),0!==e[s]||0!==t[s]}(),c=void 0!==/()??/.exec("")[1],u=l||c;u&&(o=function(e){var t,n,o,u,h=this;return c&&(n=new RegExp("^"+h.source+"$(?!\\s)",r.call(h))),l&&(t=h[s]),o=i.call(h,e),l&&o&&(h[s]=h.global?o.index+o[0].length:t),c&&o&&o.length>1&&a.call(o[0],n,(function(){for(u=1;u1?arguments[1]:void 0)}}),n("9c6c")("includes")},6821:function(e,t,n){var r=n("626a"),i=n("be13");e.exports=function(e){return r(i(e))}},"69a8":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"6a99":function(e,t,n){var r=n("d3f4");e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},7333:function(e,t,n){"use strict";var r=n("0d58"),i=n("2621"),a=n("52a7"),o=n("4bf8"),s=n("626a"),l=Object.assign;e.exports=!l||n("79e5")((function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=r}))?function(e,t){var n=o(e),l=arguments.length,c=1,u=i.f,h=a.f;while(l>c){var d,f=s(arguments[c++]),p=u?r(f).concat(u(f)):r(f),m=p.length,g=0;while(m>g)h.call(f,d=p[g++])&&(n[d]=f[d])}return n}:l},7726:function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(e,t,n){var r=n("4588"),i=Math.max,a=Math.min;e.exports=function(e,t){return e=r(e),e<0?i(e+t,0):a(e,t)}},"79e5":function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},"7f20":function(e,t,n){var r=n("86cc").f,i=n("69a8"),a=n("2b4c")("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},8378:function(e,t){var n=e.exports={version:"2.6.5"};"number"==typeof __e&&(__e=n)},"84f2":function(e,t){e.exports={}},"86cc":function(e,t,n){var r=n("cb7c"),i=n("c69a"),a=n("6a99"),o=Object.defineProperty;t.f=n("9e1e")?Object.defineProperty:function(e,t,n){if(r(e),t=a(t,!0),r(n),i)try{return o(e,t,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},"9b43":function(e,t,n){var r=n("d8e8");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"9c6c":function(e,t,n){var r=n("2b4c")("unscopables"),i=Array.prototype;void 0==i[r]&&n("32e9")(i,r,{}),e.exports=function(e){i[r][e]=!0}},"9def":function(e,t,n){var r=n("4588"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},"9e1e":function(e,t,n){e.exports=!n("79e5")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},a352:function(t,n){t.exports=e},a481:function(e,t,n){"use strict";var r=n("cb7c"),i=n("4bf8"),a=n("9def"),o=n("4588"),s=n("0390"),l=n("5f1b"),c=Math.max,u=Math.min,h=Math.floor,d=/\$([$&`']|\d\d?|<[^>]*>)/g,f=/\$([$&`']|\d\d?)/g,p=function(e){return void 0===e?e:String(e)};n("214f")("replace",2,(function(e,t,n,m){return[function(r,i){var a=e(this),o=void 0==r?void 0:r[t];return void 0!==o?o.call(r,a,i):n.call(String(a),r,i)},function(e,t){var i=m(n,e,this,t);if(i.done)return i.value;var h=r(e),d=String(this),f="function"===typeof t;f||(t=String(t));var v=h.global;if(v){var A=h.unicode;h.lastIndex=0}var y=[];while(1){var b=l(h,d);if(null===b)break;if(y.push(b),!v)break;var _=String(b[0]);""===_&&(h.lastIndex=s(d,a(h.lastIndex),A))}for(var w="",x=0,C=0;C=x&&(w+=d.slice(x,k)+D,x=k+S.length)}return w+d.slice(x)}];function g(e,t,r,a,o,s){var l=r+e.length,c=a.length,u=f;return void 0!==o&&(o=i(o),u=d),n.call(s,u,(function(n,i){var s;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(l);case"<":s=o[i.slice(1,-1)];break;default:var u=+i;if(0===u)return n;if(u>c){var d=h(u/10);return 0===d?n:d<=c?void 0===a[d-1]?i.charAt(1):a[d-1]+i.charAt(1):n}s=a[u-1]}return void 0===s?"":s}))}}))},aae3:function(e,t,n){var r=n("d3f4"),i=n("2d95"),a=n("2b4c")("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==i(e))}},ac6a:function(e,t,n){for(var r=n("cadf"),i=n("0d58"),a=n("2aba"),o=n("7726"),s=n("32e9"),l=n("84f2"),c=n("2b4c"),u=c("iterator"),h=c("toStringTag"),d=l.Array,f={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=i(f),m=0;mu)if(s=l[u++],s!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}}},c649:function(e,t,n){"use strict";(function(e){n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return i})),n.d(t,"d",(function(){return l}));n("a481");function r(){return"undefined"!==typeof window?window.console:e.console}var i=r();function a(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var o=/-(\w)/g,s=a((function(e){return e.replace(o,(function(e,t){return t?t.toUpperCase():""}))}));function l(e){null!==e.parentElement&&e.parentElement.removeChild(e)}function c(e,t,n){var r=0===n?e.children[0]:e.children[n-1].nextSibling;e.insertBefore(t,r)}}).call(this,n("c8ba"))},c69a:function(e,t,n){e.exports=!n("9e1e")&&!n("79e5")((function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a}))},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},ca5a:function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},cadf:function(e,t,n){"use strict";var r=n("9c6c"),i=n("d53b"),a=n("84f2"),o=n("6821");e.exports=n("01f9")(Array,"Array",(function(e,t){this._t=o(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,i(1)):i(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},cb7c:function(e,t,n){var r=n("d3f4");e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},ce10:function(e,t,n){var r=n("69a8"),i=n("6821"),a=n("c366")(!1),o=n("613b")("IE_PROTO");e.exports=function(e,t){var n,s=i(e),l=0,c=[];for(n in s)n!=o&&r(s,n)&&c.push(n);while(t.length>l)r(s,n=t[l++])&&(~a(c,n)||c.push(n));return c}},d2c8:function(e,t,n){var r=n("aae3"),i=n("be13");e.exports=function(e,t,n){if(r(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(i(e))}},d3f4:function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},d53b:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},d8e8:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},e11e:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f559:function(e,t,n){"use strict";var r=n("5ca1"),i=n("9def"),a=n("d2c8"),o="startsWith",s=""[o];r(r.P+r.F*n("5147")(o),"String",{startsWith:function(e){var t=a(this,e,o),n=i(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return s?s.call(t,r,n):t.slice(n,n+r.length)===r}})},f6fd:function(e,t){(function(e){var t="currentScript",n=e.getElementsByTagName("script");t in e||Object.defineProperty(e,t,{get:function(){try{throw new Error}catch(r){var e,t=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack)||[!1])[1];for(e in n)if(n[e].src==t||"interactive"==n[e].readyState)return n[e];return null}}})})(document)},f751:function(e,t,n){var r=n("5ca1");r(r.S+r.F,"Object",{assign:n("7333")})},fa5b:function(e,t,n){e.exports=n("5537")("native-function-to-string",Function.toString)},fab2:function(e,t,n){var r=n("7726").document;e.exports=r&&r.documentElement},fb15:function(e,t,n){"use strict";var r;(n.r(t),"undefined"!==typeof window)&&(n("f6fd"),(r=window.document.currentScript)&&(r=r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=r[1]));n("f751"),n("f559"),n("ac6a"),n("cadf"),n("456d");function i(e){if(Array.isArray(e))return e}function a(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),t&&n.length===t)break}catch(l){i=!0,a=l}finally{try{r||null==s["return"]||s["return"]()}finally{if(i)throw a}}return n}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=a?i.length:i.indexOf(e)}));return n?o.filter((function(e){return-1!==e})):o}function b(e,t){var n=this;this.$nextTick((function(){return n.$emit(e.toLowerCase(),t)}))}function _(e){var t=this;return function(n){null!==t.realList&&t["onDrag"+e](n),b.call(t,e,n)}}function w(e){return["transition-group","TransitionGroup"].includes(e)}function x(e){if(!e||1!==e.length)return!1;var t=c(e,1),n=t[0].componentOptions;return!!n&&w(n.tag)}function C(e,t,n){return e[n]||(t[n]?t[n]():void 0)}function S(e,t,n){var r=0,i=0,a=C(t,n,"header");a&&(r=a.length,e=e?[].concat(f(a),f(e)):f(a));var o=C(t,n,"footer");return o&&(i=o.length,e=e?[].concat(f(e),f(o)):f(o)),{children:e,headerOffset:r,footerOffset:i}}function k(e,t){var n=null,r=function(e,t){n=v(n,e,t)},i=Object.keys(e).filter((function(e){return"id"===e||e.startsWith("data-")})).reduce((function(t,n){return t[n]=e[n],t}),{});if(r("attrs",i),!t)return n;var a=t.on,o=t.props,s=t.attrs;return r("on",a),r("props",o),Object.assign(n.attrs,s),n}var M=["Start","Add","Remove","Update","End"],E=["Choose","Unchoose","Sort","Filter","Clone"],T=["Move"].concat(M,E).map((function(e){return"on"+e})),B=null,D={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(e){return e}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},L={name:"draggable",inheritAttrs:!1,props:D,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(e){var t=this.$slots.default;this.transitionMode=x(t);var n=S(t,this.$slots,this.$scopedSlots),r=n.children,i=n.headerOffset,a=n.footerOffset;this.headerOffset=i,this.footerOffset=a;var o=k(this.$attrs,this.componentData);return e(this.getTag(),o,r)},created:function(){null!==this.list&&null!==this.value&&g["b"].error("Value and list props are mutually exclusive! Please set one or another."),"div"!==this.element&&g["b"].warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),void 0!==this.options&&g["b"].warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var e=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var t={};M.forEach((function(n){t["on"+n]=_.call(e,n)})),E.forEach((function(n){t["on"+n]=b.bind(e,n)}));var n=Object.keys(this.$attrs).reduce((function(t,n){return t[Object(g["a"])(n)]=e.$attrs[n],t}),{}),r=Object.assign({},this.options,n,t,{onMove:function(t,n){return e.onDragMove(t,n)}});!("draggable"in r)&&(r.draggable=">*"),this._sortable=new m.a(this.rootContainer,r),this.computeIndexes()},beforeDestroy:function(){void 0!==this._sortable&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(e){this.updateOptions(e)},deep:!0},$attrs:{handler:function(e){this.updateOptions(e)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var e=this._vnode.fnOptions;return e&&e.functional},getTag:function(){return this.tag||this.element},updateOptions:function(e){for(var t in e){var n=Object(g["a"])(t);-1===T.indexOf(n)&&this._sortable.option(n,e[t])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var e=this.$slots.default;return this.transitionMode?e[0].child.$slots.default:e},computeIndexes:function(){var e=this;this.$nextTick((function(){e.visibleIndexes=y(e.getChildrenNodes(),e.rootContainer.children,e.transitionMode,e.footerOffset)}))},getUnderlyingVm:function(e){var t=A(this.getChildrenNodes()||[],e);if(-1===t)return null;var n=this.realList[t];return{index:t,element:n}},getUnderlyingPotencialDraggableComponent:function(e){var t=e.__vue__;return t&&t.$options&&w(t.$options._componentTag)?t.$parent:!("realList"in t)&&1===t.$children.length&&"realList"in t.$children[0]?t.$children[0]:t},emitChanges:function(e){var t=this;this.$nextTick((function(){t.$emit("change",e)}))},alterList:function(e){if(this.list)e(this.list);else{var t=f(this.value);e(t),this.$emit("input",t)}},spliceList:function(){var e=arguments,t=function(t){return t.splice.apply(t,f(e))};this.alterList(t)},updatePosition:function(e,t){var n=function(n){return n.splice(t,0,n.splice(e,1)[0])};this.alterList(n)},getRelatedContextFromMoveEvent:function(e){var t=e.to,n=e.related,r=this.getUnderlyingPotencialDraggableComponent(t);if(!r)return{component:r};var i=r.realList,a={list:i,component:r};if(t!==n&&i&&r.getUnderlyingVm){var o=r.getUnderlyingVm(n);if(o)return Object.assign(o,a)}return a},getVmIndex:function(e){var t=this.visibleIndexes,n=t.length;return e>n-1?n:t[e]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(e){if(this.noTransitionOnDrag&&this.transitionMode){var t=this.getChildrenNodes();t[e].data=null;var n=this.getComponent();n.children=[],n.kept=void 0}},onDragStart:function(e){this.context=this.getUnderlyingVm(e.item),e.item._underlying_vm_=this.clone(this.context.element),B=e.item},onDragAdd:function(e){var t=e.item._underlying_vm_;if(void 0!==t){Object(g["d"])(e.item);var n=this.getVmIndex(e.newIndex);this.spliceList(n,0,t),this.computeIndexes();var r={element:t,newIndex:n};this.emitChanges({added:r})}},onDragRemove:function(e){if(Object(g["c"])(this.rootContainer,e.item,e.oldIndex),"clone"!==e.pullMode){var t=this.context.index;this.spliceList(t,1);var n={element:this.context.element,oldIndex:t};this.resetTransitionData(t),this.emitChanges({removed:n})}else Object(g["d"])(e.clone)},onDragUpdate:function(e){Object(g["d"])(e.item),Object(g["c"])(e.from,e.item,e.oldIndex);var t=this.context.index,n=this.getVmIndex(e.newIndex);this.updatePosition(t,n);var r={element:this.context.element,oldIndex:t,newIndex:n};this.emitChanges({moved:r})},updateProperty:function(e,t){e.hasOwnProperty(t)&&(e[t]+=this.headerOffset)},computeFutureIndex:function(e,t){if(!e.element)return 0;var n=f(t.to.children).filter((function(e){return"none"!==e.style["display"]})),r=n.indexOf(t.related),i=e.component.getVmIndex(r),a=-1!==n.indexOf(B);return a||!t.willInsertAfter?i:i+1},onDragMove:function(e,t){var n=this.move;if(!n||!this.realList)return!0;var r=this.getRelatedContextFromMoveEvent(e),i=this.context,a=this.computeFutureIndex(r,e);Object.assign(i,{futureIndex:a});var o=Object.assign({},e,{relatedContext:r,draggedContext:i});return n(o,t)},onDragEnd:function(){this.computeIndexes(),B=null}}};"undefined"!==typeof window&&"Vue"in window&&window.Vue.component("draggable",L);var O=L;t["default"]=O}})["default"]}))},b76e:function(e,t,n){var r=n("5d3a"),i=n("de18"),a=n("b484"),o=n("f42e"),s=n("9a21");function l(e){return function(){return r(e)}}function c(e,t,n){var r,c={};return e&&(t&&i(t)?t=l(t):a(t)||(t=o(t)),s(e,(function(i,a){r=t?t.call(n,i,a,e):i,c[r]?c[r].push(i):c[r]=[i]}))),c}e.exports=c},b79d:function(e,t,n){var r=n("4cfc");function i(e,t){return r(e,t,{tmplRE:/\{([.\w[\]\s]+)\}/g})}e.exports=i},b7c3:function(e,t,n){var r=n("ca22"),i=r("string");e.exports=i},b7e9:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},b84c:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,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",w:"ei veke",ww:"%d veker",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}))},b85c:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");var r=n("06c5");function i(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=Object(r["a"])(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var i=0,a=function(){};return{s:a,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:a}}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 o,s=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,o=e},f:function(){try{s||null==n["return"]||n["return"]()}finally{if(l)throw o}}}}},b97c:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},b9c7:function(e,t,n){n("e507"),e.exports=n("5524").Object.assign},ba01:function(e,t,n){e.exports=n("051b")},ba43:function(e,t){function n(e,t,n){var r,i,a=[],o=arguments;if(o.length<2&&(t=o[0],e=0),r=e>>0,i=t>>0,r>0||1;r + * Copyright (c) 2020 Niklas von Hertzen + * Released under MIT License + */ +(function(t,n){e.exports=n()})(0,(function(){"use strict"; +/*! ***************************************************************************** + Copyright (c) Microsoft Corporation. All rights reserved. + Licensed under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of the + License at http://www.apache.org/licenses/LICENSE-2.0 + + THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED + WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, + MERCHANTABLITY OR NON-INFRINGEMENT. + + See the Apache Version 2.0 License for specific language governing permissions + and limitations under the License. + ***************************************************************************** */var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};function t(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}var n=function(){return n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&i[i.length-1])&&(6===a[0]||2===a[0])){o=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]=55296&&i<=56319&&n>10),o%1024+56320)),(i+1===n||r.length>16384)&&(a+=String.fromCharCode.apply(String,r),r.length=0)}return a},u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",h="undefined"===typeof Uint8Array?[]:new Uint8Array(256),d=0;d>4,u[l++]=(15&r)<<4|i>>2,u[l++]=(3&i)<<6|63&a;return c},m=function(e){for(var t=e.length,n=[],r=0;r>v,w=1<>v,S=_+C,k=S,M=32,E=k+M,T=65536>>A,B=1<=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>v],t=(t<>v)],t=(t<>A),t=this.index[t],t+=e>>v&D,t=this.index[t],t=(t<P?(i.push(!0),o-=P):i.push(!1),-1!==["normal","auto","loose"].indexOf(t)&&-1!==[8208,8211,12316,12448].indexOf(e))return r.push(a),n.push(J);if(o===z||o===W){if(0===a)return r.push(a),n.push(de);var s=n[a-1];return-1===Ie.indexOf(s)?(r.push(r[a-1]),n.push(s)):(r.push(a),n.push(de))}return r.push(a),o===fe?n.push("strict"===t?re:ye):o===Ce||o===he?n.push(de):o===Se?e>=131072&&e<=196605||e>=196608&&e<=262141?n.push(ye):n.push(de):void n.push(o)})),[r,n,i]},Re=function(e,t,n,r){var i=r[n];if(Array.isArray(e)?-1!==e.indexOf(i):e===i){var a=n;while(a<=r.length){a++;var o=r[a];if(o===t)return!0;if(o!==V)break}}if(i===V){a=n;while(a>0){a--;var s=r[a];if(Array.isArray(e)?-1!==e.indexOf(s):e===s){var l=n;while(l<=r.length){l++;o=r[l];if(o===t)return!0;if(o!==V)break}}if(s!==V)break}}return!1},He=function(e,t){var n=e;while(n>=0){var r=t[n];if(r!==V)return r;n--}return 0},Ue=function(e,t,n,r,i){if(0===n[r])return Me;var a=r-1;if(Array.isArray(i)&&!0===i[a])return Me;var o=a-1,s=a+1,l=t[a],c=o>=0?t[o]:0,u=t[s];if(l===H&&u===U)return Me;if(-1!==De.indexOf(l))return ke;if(-1!==De.indexOf(u))return Me;if(-1!==Le.indexOf(u))return Me;if(He(a,t)===j)return Ee;if(Te.get(e[a])===W&&(u===ye||u===pe||u===me))return Me;if(l===$||u===$)return Me;if(l===Q)return Me;if(-1===[V,G,q].indexOf(l)&&u===Q)return Me;if(-1!==[Z,ee,te,oe,ue].indexOf(u))return Me;if(He(a,t)===ie)return Me;if(Re(ae,ie,a,t))return Me;if(Re([Z,ee],re,a,t))return Me;if(Re(K,K,a,t))return Me;if(l===V)return Ee;if(l===ae||u===ae)return Me;if(u===J||l===J)return Ee;if(-1!==[G,q,re].indexOf(u)||l===X)return Me;if(c===Ae&&-1!==Ne.indexOf(l))return Me;if(l===ue&&u===Ae)return Me;if(u===ne&&-1!==Be.concat(ne,te,se,ye,pe,me).indexOf(l))return Me;if(-1!==Be.indexOf(u)&&l===se||-1!==Be.indexOf(l)&&u===se)return Me;if(l===ce&&-1!==[ye,pe,me].indexOf(u)||-1!==[ye,pe,me].indexOf(l)&&u===le)return Me;if(-1!==Be.indexOf(l)&&-1!==Oe.indexOf(u)||-1!==Oe.indexOf(l)&&-1!==Be.indexOf(u))return Me;if(-1!==[ce,le].indexOf(l)&&(u===se||-1!==[ie,q].indexOf(u)&&t[s+1]===se)||-1!==[ie,q].indexOf(l)&&u===se||l===se&&-1!==[se,ue,oe].indexOf(u))return Me;if(-1!==[se,ue,oe,Z,ee].indexOf(u)){var h=a;while(h>=0){var d=t[h];if(d===se)return Me;if(-1===[ue,oe].indexOf(d))break;h--}}if(-1!==[ce,le].indexOf(u)){h=-1!==[Z,ee].indexOf(l)?o:a;while(h>=0){d=t[h];if(d===se)return Me;if(-1===[ue,oe].indexOf(d))break;h--}}if(be===l&&-1!==[be,_e,ge,ve].indexOf(u)||-1!==[_e,ge].indexOf(l)&&-1!==[_e,we].indexOf(u)||-1!==[we,ve].indexOf(l)&&u===we)return Me;if(-1!==Fe.indexOf(l)&&-1!==[ne,le].indexOf(u)||-1!==Fe.indexOf(u)&&l===ce)return Me;if(-1!==Be.indexOf(l)&&-1!==Be.indexOf(u))return Me;if(l===oe&&-1!==Be.indexOf(u))return Me;if(-1!==Be.concat(se).indexOf(l)&&u===ie||-1!==Be.concat(se).indexOf(u)&&l===ee)return Me;if(l===xe&&u===xe){var f=n[a],p=1;while(f>0){if(f--,t[f]!==xe)break;p++}if(p%2!==0)return Me}return l===pe&&u===me?Me:Ee},ze=function(e,t){t||(t={lineBreak:"normal",wordBreak:"normal"});var n=Pe(e,t.lineBreak),r=n[0],i=n[1],a=n[2];"break-all"!==t.wordBreak&&"break-word"!==t.wordBreak||(i=i.map((function(e){return-1!==[se,de,Ce].indexOf(e)?ye:e})));var o="keep-all"===t.wordBreak?a.map((function(t,n){return t&&e[n]>=19968&&e[n]<=40959})):void 0;return[r,i,o]},Ye=function(){function e(e,t,n,r){this.codePoints=e,this.required=t===ke,this.start=n,this.end=r}return e.prototype.slice=function(){return c.apply(void 0,this.codePoints.slice(this.start,this.end))},e}(),$e=function(e,t){var n=l(e),r=ze(n,t),i=r[0],a=r[1],o=r[2],s=n.length,c=0,u=0;return{next:function(){if(u>=s)return{done:!0,value:null};var e=Me;while(u=Nt&&e<=57},Kt=function(e){return e>=55296&&e<=57343},Gt=function(e){return Wt(e)||e>=Yt&&e<=jt||e>=Pt&&e<=Ht},Xt=function(e){return e>=Pt&&e<=zt},qt=function(e){return e>=Yt&&e<=Vt},Jt=function(e){return Xt(e)||qt(e)},Zt=function(e){return e>=_t},en=function(e){return e===Ke||e===qe||e===Je},tn=function(e){return Jt(e)||Zt(e)||e===st},nn=function(e){return tn(e)||Wt(e)||e===lt},rn=function(e){return e>=Tt&&e<=Bt||e===Dt||e>=Lt&&e<=Ot||e===It},an=function(e,t){return e===Xe&&t!==Ke},on=function(e,t,n){return e===lt?tn(t)||an(t,n):!!tn(e)||!(e!==Xe||!an(e,t))},sn=function(e,t,n){return e===Ct||e===lt?!!Wt(t)||t===Et&&Wt(n):Wt(e===Et?t:e)},ln=function(e){var t=0,n=1;e[t]!==Ct&&e[t]!==lt||(e[t]===lt&&(n=-1),t++);var r=[];while(Wt(e[t]))r.push(e[t++]);var i=r.length?parseInt(c.apply(void 0,r),10):0;e[t]===Et&&t++;var a=[];while(Wt(e[t]))a.push(e[t++]);var o=a.length,s=o?parseInt(c.apply(void 0,a),10):0;e[t]!==$t&&e[t]!==Rt||t++;var l=1;e[t]!==Ct&&e[t]!==lt||(e[t]===lt&&(l=-1),t++);var u=[];while(Wt(e[t]))u.push(e[t++]);var h=u.length?parseInt(c.apply(void 0,u),10):0;return n*(i+s*Math.pow(10,-o))*Math.pow(10,l*h)},cn={type:f.LEFT_PARENTHESIS_TOKEN},un={type:f.RIGHT_PARENTHESIS_TOKEN},hn={type:f.COMMA_TOKEN},dn={type:f.SUFFIX_MATCH_TOKEN},fn={type:f.PREFIX_MATCH_TOKEN},pn={type:f.COLUMN_TOKEN},mn={type:f.DASH_MATCH_TOKEN},gn={type:f.INCLUDE_MATCH_TOKEN},vn={type:f.LEFT_CURLY_BRACKET_TOKEN},An={type:f.RIGHT_CURLY_BRACKET_TOKEN},yn={type:f.SUBSTRING_MATCH_TOKEN},bn={type:f.BAD_URL_TOKEN},_n={type:f.BAD_STRING_TOKEN},wn={type:f.CDO_TOKEN},xn={type:f.CDC_TOKEN},Cn={type:f.COLON_TOKEN},Sn={type:f.SEMICOLON_TOKEN},kn={type:f.LEFT_SQUARE_BRACKET_TOKEN},Mn={type:f.RIGHT_SQUARE_BRACKET_TOKEN},En={type:f.WHITESPACE_TOKEN},Tn={type:f.EOF_TOKEN},Bn=function(){function e(){this._value=[]}return e.prototype.write=function(e){this._value=this._value.concat(l(e))},e.prototype.read=function(){var e=[],t=this.consumeToken();while(t!==Tn)e.push(t),t=this.consumeToken();return e},e.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case Ze:return this.consumeStringToken(Ze);case tt:var t=this.peekCodePoint(0),n=this.peekCodePoint(1),r=this.peekCodePoint(2);if(nn(t)||an(n,r)){var i=on(t,n,r)?Qe:je,a=this.consumeName();return{type:f.HASH_TOKEN,value:a,flags:i}}break;case nt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),dn;break;case it:return this.consumeStringToken(it);case at:return cn;case ot:return un;case xt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),yn;break;case Ct:if(sn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case St:return hn;case lt:var o=e,s=this.peekCodePoint(0),l=this.peekCodePoint(1);if(sn(o,s,l))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(on(o,s,l))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(s===lt&&l===ht)return this.consumeCodePoint(),this.consumeCodePoint(),xn;break;case Et:if(sn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case Ge:if(this.peekCodePoint(0)===xt){this.consumeCodePoint();while(1){var u=this.consumeCodePoint();if(u===xt&&(u=this.consumeCodePoint(),u===Ge))return this.consumeToken();if(u===Ft)return this.consumeToken()}}break;case kt:return Cn;case Mt:return Sn;case ut:if(this.peekCodePoint(0)===ct&&this.peekCodePoint(1)===lt&&this.peekCodePoint(2)===lt)return this.consumeCodePoint(),this.consumeCodePoint(),wn;break;case dt:var h=this.peekCodePoint(0),d=this.peekCodePoint(1),p=this.peekCodePoint(2);if(on(h,d,p)){a=this.consumeName();return{type:f.AT_KEYWORD_TOKEN,value:a}}break;case ft:return kn;case Xe:if(an(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case pt:return Mn;case mt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),fn;break;case gt:return vn;case At:return An;case Ut:case Qt:var m=this.peekCodePoint(0),g=this.peekCodePoint(1);return m!==Ct||!Gt(g)&&g!==vt||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case yt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),mn;if(this.peekCodePoint(0)===yt)return this.consumeCodePoint(),pn;break;case bt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),gn;break;case Ft:return Tn}return en(e)?(this.consumeWhiteSpace(),En):Wt(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):tn(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:f.DELIM_TOKEN,value:c(e)}},e.prototype.consumeCodePoint=function(){var e=this._value.shift();return"undefined"===typeof e?-1:e},e.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},e.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},e.prototype.consumeUnicodeRangeToken=function(){var e=[],t=this.consumeCodePoint();while(Gt(t)&&e.length<6)e.push(t),t=this.consumeCodePoint();var n=!1;while(t===vt&&e.length<6)e.push(t),t=this.consumeCodePoint(),n=!0;if(n){var r=parseInt(c.apply(void 0,e.map((function(e){return e===vt?Nt:e}))),16),i=parseInt(c.apply(void 0,e.map((function(e){return e===vt?jt:e}))),16);return{type:f.UNICODE_RANGE_TOKEN,start:r,end:i}}var a=parseInt(c.apply(void 0,e),16);if(this.peekCodePoint(0)===lt&&Gt(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();var o=[];while(Gt(t)&&o.length<6)o.push(t),t=this.consumeCodePoint();i=parseInt(c.apply(void 0,o),16);return{type:f.UNICODE_RANGE_TOKEN,start:a,end:i}}return{type:f.UNICODE_RANGE_TOKEN,start:a,end:a}},e.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return"url"===e.toLowerCase()&&this.peekCodePoint(0)===at?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===at?(this.consumeCodePoint(),{type:f.FUNCTION_TOKEN,value:e}):{type:f.IDENT_TOKEN,value:e}},e.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===Ft)return{type:f.URL_TOKEN,value:""};var t=this.peekCodePoint(0);if(t===it||t===Ze){var n=this.consumeStringToken(this.consumeCodePoint());return n.type===f.STRING_TOKEN&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===Ft||this.peekCodePoint(0)===ot)?(this.consumeCodePoint(),{type:f.URL_TOKEN,value:n.value}):(this.consumeBadUrlRemnants(),bn)}while(1){var r=this.consumeCodePoint();if(r===Ft||r===ot)return{type:f.URL_TOKEN,value:c.apply(void 0,e)};if(en(r))return this.consumeWhiteSpace(),this.peekCodePoint(0)===Ft||this.peekCodePoint(0)===ot?(this.consumeCodePoint(),{type:f.URL_TOKEN,value:c.apply(void 0,e)}):(this.consumeBadUrlRemnants(),bn);if(r===Ze||r===it||r===at||rn(r))return this.consumeBadUrlRemnants(),bn;if(r===Xe){if(!an(r,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),bn;e.push(this.consumeEscapedCodePoint())}else e.push(r)}},e.prototype.consumeWhiteSpace=function(){while(en(this.peekCodePoint(0)))this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){while(1){var e=this.consumeCodePoint();if(e===ot||e===Ft)return;an(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(e){var t=6e4,n="";while(e>0){var r=Math.min(t,e);n+=c.apply(void 0,this._value.splice(0,r)),e-=r}return this._value.shift(),n},e.prototype.consumeStringToken=function(e){var t="",n=0;do{var r=this._value[n];if(r===Ft||void 0===r||r===e)return t+=this.consumeStringSlice(n),{type:f.STRING_TOKEN,value:t};if(r===Ke)return this._value.splice(0,n),_n;if(r===Xe){var i=this._value[n+1];i!==Ft&&void 0!==i&&(i===Ke?(t+=this.consumeStringSlice(n),n=-1,this._value.shift()):an(r,i)&&(t+=this.consumeStringSlice(n),t+=c(this.consumeEscapedCodePoint()),n=-1))}n++}while(1)},e.prototype.consumeNumber=function(){var e=[],t=Ve,n=this.peekCodePoint(0);n!==Ct&&n!==lt||e.push(this.consumeCodePoint());while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint());n=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(n===Et&&Wt(r)){e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=We;while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint())}n=this.peekCodePoint(0),r=this.peekCodePoint(1);var i=this.peekCodePoint(2);if((n===$t||n===Rt)&&((r===Ct||r===lt)&&Wt(i)||Wt(r))){e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=We;while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint())}return[ln(e),t]},e.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],n=e[1],r=this.peekCodePoint(0),i=this.peekCodePoint(1),a=this.peekCodePoint(2);if(on(r,i,a)){var o=this.consumeName();return{type:f.DIMENSION_TOKEN,number:t,flags:n,unit:o}}return r===rt?(this.consumeCodePoint(),{type:f.PERCENTAGE_TOKEN,number:t,flags:n}):{type:f.NUMBER_TOKEN,number:t,flags:n}},e.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Gt(e)){var t=c(e);while(Gt(this.peekCodePoint(0))&&t.length<6)t+=c(this.consumeCodePoint());en(this.peekCodePoint(0))&&this.consumeCodePoint();var n=parseInt(t,16);return 0===n||Kt(n)||n>1114111?wt:n}return e===Ft?wt:e},e.prototype.consumeName=function(){var e="";while(1){var t=this.consumeCodePoint();if(nn(t))e+=c(t);else{if(!an(t,this.peekCodePoint(0)))return this.reconsumeCodePoint(t),e;e+=c(this.consumeEscapedCodePoint())}}},e}(),Dn=function(){function e(e){this._tokens=e}return e.create=function(t){var n=new Bn;return n.write(t),new e(n.read())},e.parseValue=function(t){return e.create(t).parseComponentValue()},e.parseValues=function(t){return e.create(t).parseComponentValues()},e.prototype.parseComponentValue=function(){var e=this.consumeToken();while(e.type===f.WHITESPACE_TOKEN)e=this.consumeToken();if(e.type===f.EOF_TOKEN)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do{e=this.consumeToken()}while(e.type===f.WHITESPACE_TOKEN);if(e.type===f.EOF_TOKEN)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){var e=[];while(1){var t=this.consumeComponentValue();if(t.type===f.EOF_TOKEN)return e;e.push(t),e.push()}},e.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case f.LEFT_CURLY_BRACKET_TOKEN:case f.LEFT_SQUARE_BRACKET_TOKEN:case f.LEFT_PARENTHESIS_TOKEN:return this.consumeSimpleBlock(e.type);case f.FUNCTION_TOKEN:return this.consumeFunction(e)}return e},e.prototype.consumeSimpleBlock=function(e){var t={type:e,values:[]},n=this.consumeToken();while(1){if(n.type===f.EOF_TOKEN||Un(n,e))return t;this.reconsumeToken(n),t.values.push(this.consumeComponentValue()),n=this.consumeToken()}},e.prototype.consumeFunction=function(e){var t={name:e.value,values:[],type:f.FUNCTION};while(1){var n=this.consumeToken();if(n.type===f.EOF_TOKEN||n.type===f.RIGHT_PARENTHESIS_TOKEN)return t;this.reconsumeToken(n),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var e=this._tokens.shift();return"undefined"===typeof e?Tn:e},e.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},e}(),Ln=function(e){return e.type===f.DIMENSION_TOKEN},On=function(e){return e.type===f.NUMBER_TOKEN},In=function(e){return e.type===f.IDENT_TOKEN},Fn=function(e){return e.type===f.STRING_TOKEN},Nn=function(e,t){return In(e)&&e.value===t},Pn=function(e){return e.type!==f.WHITESPACE_TOKEN},Rn=function(e){return e.type!==f.WHITESPACE_TOKEN&&e.type!==f.COMMA_TOKEN},Hn=function(e){var t=[],n=[];return e.forEach((function(e){if(e.type===f.COMMA_TOKEN){if(0===n.length)throw new Error("Error parsing function args, zero tokens for arg");return t.push(n),void(n=[])}e.type!==f.WHITESPACE_TOKEN&&n.push(e)})),n.length&&t.push(n),t},Un=function(e,t){return t===f.LEFT_CURLY_BRACKET_TOKEN&&e.type===f.RIGHT_CURLY_BRACKET_TOKEN||(t===f.LEFT_SQUARE_BRACKET_TOKEN&&e.type===f.RIGHT_SQUARE_BRACKET_TOKEN||t===f.LEFT_PARENTHESIS_TOKEN&&e.type===f.RIGHT_PARENTHESIS_TOKEN)},zn=function(e){return e.type===f.NUMBER_TOKEN||e.type===f.DIMENSION_TOKEN},Yn=function(e){return e.type===f.PERCENTAGE_TOKEN||zn(e)},$n=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},jn={type:f.NUMBER_TOKEN,number:0,flags:Ve},Qn={type:f.PERCENTAGE_TOKEN,number:50,flags:Ve},Vn={type:f.PERCENTAGE_TOKEN,number:100,flags:Ve},Wn=function(e,t,n){var r=e[0],i=e[1];return[Kn(r,t),Kn("undefined"!==typeof i?i:r,n)]},Kn=function(e,t){if(e.type===f.PERCENTAGE_TOKEN)return e.number/100*t;if(Ln(e))switch(e.unit){case"rem":case"em":return 16*e.number;case"px":default:return e.number}return e.number},Gn="deg",Xn="grad",qn="rad",Jn="turn",Zn={name:"angle",parse:function(e){if(e.type===f.DIMENSION_TOKEN)switch(e.unit){case Gn:return Math.PI*e.number/180;case Xn:return Math.PI/200*e.number;case qn:return e.number;case Jn:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")}},er=function(e){return e.type===f.DIMENSION_TOKEN&&(e.unit===Gn||e.unit===Xn||e.unit===qn||e.unit===Jn)},tr=function(e){var t=e.filter(In).map((function(e){return e.value})).join(" ");switch(t){case"to bottom right":case"to right bottom":case"left top":case"top left":return[jn,jn];case"to top":case"bottom":return nr(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[jn,Vn];case"to right":case"left":return nr(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[Vn,Vn];case"to bottom":case"top":return nr(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[Vn,jn];case"to left":case"right":return nr(270)}return 0},nr=function(e){return Math.PI*e/180},rr={name:"color",parse:function(e){if(e.type===f.FUNCTION){var t=fr[e.name];if("undefined"===typeof t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(e.values)}if(e.type===f.HASH_TOKEN){if(3===e.value.length){var n=e.value.substring(0,1),r=e.value.substring(1,2),i=e.value.substring(2,3);return or(parseInt(n+n,16),parseInt(r+r,16),parseInt(i+i,16),1)}if(4===e.value.length){n=e.value.substring(0,1),r=e.value.substring(1,2),i=e.value.substring(2,3);var a=e.value.substring(3,4);return or(parseInt(n+n,16),parseInt(r+r,16),parseInt(i+i,16),parseInt(a+a,16)/255)}if(6===e.value.length){n=e.value.substring(0,2),r=e.value.substring(2,4),i=e.value.substring(4,6);return or(parseInt(n,16),parseInt(r,16),parseInt(i,16),1)}if(8===e.value.length){n=e.value.substring(0,2),r=e.value.substring(2,4),i=e.value.substring(4,6),a=e.value.substring(6,8);return or(parseInt(n,16),parseInt(r,16),parseInt(i,16),parseInt(a,16)/255)}}if(e.type===f.IDENT_TOKEN){var o=pr[e.value.toUpperCase()];if("undefined"!==typeof o)return o}return pr.TRANSPARENT}},ir=function(e){return 0===(255&e)},ar=function(e){var t=255&e,n=255&e>>8,r=255&e>>16,i=255&e>>24;return t<255?"rgba("+i+","+r+","+n+","+t/255+")":"rgb("+i+","+r+","+n+")"},or=function(e,t,n,r){return(e<<24|t<<16|n<<8|Math.round(255*r)<<0)>>>0},sr=function(e,t){if(e.type===f.NUMBER_TOKEN)return e.number;if(e.type===f.PERCENTAGE_TOKEN){var n=3===t?1:255;return 3===t?e.number/100*n:Math.round(e.number/100*n)}return 0},lr=function(e){var t=e.filter(Rn);if(3===t.length){var n=t.map(sr),r=n[0],i=n[1],a=n[2];return or(r,i,a,1)}if(4===t.length){var o=t.map(sr),s=(r=o[0],i=o[1],a=o[2],o[3]);return or(r,i,a,s)}return 0};function cr(e,t,n){return n<0&&(n+=1),n>=1&&(n-=1),n<1/6?(t-e)*n*6+e:n<.5?t:n<2/3?6*(t-e)*(2/3-n)+e:e}var ur,hr,dr=function(e){var t=e.filter(Rn),n=t[0],r=t[1],i=t[2],a=t[3],o=(n.type===f.NUMBER_TOKEN?nr(n.number):Zn.parse(n))/(2*Math.PI),s=Yn(r)?r.number/100:0,l=Yn(i)?i.number/100:0,c="undefined"!==typeof a&&Yn(a)?Kn(a,1):1;if(0===s)return or(255*l,255*l,255*l,1);var u=l<=.5?l*(s+1):l+s-l*s,h=2*l-u,d=cr(h,u,o+1/3),p=cr(h,u,o),m=cr(h,u,o-1/3);return or(255*d,255*p,255*m,c)},fr={hsl:dr,hsla:dr,rgb:lr,rgba:lr},pr={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199};(function(e){e[e["VALUE"]=0]="VALUE",e[e["LIST"]=1]="LIST",e[e["IDENT_VALUE"]=2]="IDENT_VALUE",e[e["TYPE_VALUE"]=3]="TYPE_VALUE",e[e["TOKEN_VALUE"]=4]="TOKEN_VALUE"})(ur||(ur={})),function(e){e[e["BORDER_BOX"]=0]="BORDER_BOX",e[e["PADDING_BOX"]=1]="PADDING_BOX",e[e["CONTENT_BOX"]=2]="CONTENT_BOX"}(hr||(hr={}));var mr,gr={name:"background-clip",initialValue:"border-box",prefix:!1,type:ur.LIST,parse:function(e){return e.map((function(e){if(In(e))switch(e.value){case"padding-box":return hr.PADDING_BOX;case"content-box":return hr.CONTENT_BOX}return hr.BORDER_BOX}))}},vr={name:"background-color",initialValue:"transparent",prefix:!1,type:ur.TYPE_VALUE,format:"color"},Ar=function(e){var t=rr.parse(e[0]),n=e[1];return n&&Yn(n)?{color:t,stop:n}:{color:t,stop:null}},yr=function(e,t){var n=e[0],r=e[e.length-1];null===n.stop&&(n.stop=jn),null===r.stop&&(r.stop=Vn);for(var i=[],a=0,o=0;oa?i.push(l):i.push(a),a=l}else i.push(null)}var c=null;for(o=0;oe.optimumDistance)?{optimumCorner:t,optimumDistance:s}:e}),{optimumDistance:i?1/0:-1/0,optimumCorner:null}).optimumCorner},Cr=function(e,t,n,r,i){var a=0,o=0;switch(e.size){case ai.CLOSEST_SIDE:e.shape===ii.CIRCLE?a=o=Math.min(Math.abs(t),Math.abs(t-r),Math.abs(n),Math.abs(n-i)):e.shape===ii.ELLIPSE&&(a=Math.min(Math.abs(t),Math.abs(t-r)),o=Math.min(Math.abs(n),Math.abs(n-i)));break;case ai.CLOSEST_CORNER:if(e.shape===ii.CIRCLE)a=o=Math.min(wr(t,n),wr(t,n-i),wr(t-r,n),wr(t-r,n-i));else if(e.shape===ii.ELLIPSE){var s=Math.min(Math.abs(n),Math.abs(n-i))/Math.min(Math.abs(t),Math.abs(t-r)),l=xr(r,i,t,n,!0),c=l[0],u=l[1];a=wr(c-t,(u-n)/s),o=s*a}break;case ai.FARTHEST_SIDE:e.shape===ii.CIRCLE?a=o=Math.max(Math.abs(t),Math.abs(t-r),Math.abs(n),Math.abs(n-i)):e.shape===ii.ELLIPSE&&(a=Math.max(Math.abs(t),Math.abs(t-r)),o=Math.max(Math.abs(n),Math.abs(n-i)));break;case ai.FARTHEST_CORNER:if(e.shape===ii.CIRCLE)a=o=Math.max(wr(t,n),wr(t,n-i),wr(t-r,n),wr(t-r,n-i));else if(e.shape===ii.ELLIPSE){s=Math.max(Math.abs(n),Math.abs(n-i))/Math.max(Math.abs(t),Math.abs(t-r));var h=xr(r,i,t,n,!1);c=h[0],u=h[1];a=wr(c-t,(u-n)/s),o=s*a}break}return Array.isArray(e.size)&&(a=Kn(e.size[0],r),o=2===e.size.length?Kn(e.size[1],i):a),[a,o]},Sr=function(e){var t=nr(180),n=[];return Hn(e).forEach((function(e,r){if(0===r){var i=e[0];if(i.type===f.IDENT_TOKEN&&"to"===i.value)return void(t=tr(e));if(er(i))return void(t=Zn.parse(i))}var a=Ar(e);n.push(a)})),{angle:t,stops:n,type:mr.LINEAR_GRADIENT}},kr=function(e){var t=nr(180),n=[];return Hn(e).forEach((function(e,r){if(0===r){var i=e[0];if(i.type===f.IDENT_TOKEN&&-1!==["top","left","right","bottom"].indexOf(i.value))return void(t=tr(e));if(er(i))return void(t=(Zn.parse(i)+nr(270))%nr(360))}var a=Ar(e);n.push(a)})),{angle:t,stops:n,type:mr.LINEAR_GRADIENT}},Mr=function(e){var t=123;if(e.createRange){var n=e.createRange();if(n.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=t+"px",r.style.display="block",e.body.appendChild(r),n.selectNode(r);var i=n.getBoundingClientRect(),a=Math.round(i.height);if(e.body.removeChild(r),a===t)return!0}}return!1},Er=function(){return"undefined"!==typeof(new Image).crossOrigin},Tr=function(){return"string"===typeof(new XMLHttpRequest).responseType},Br=function(e){var t=new Image,n=e.createElement("canvas"),r=n.getContext("2d");if(!r)return!1;t.src="data:image/svg+xml,";try{r.drawImage(t,0,0),n.toDataURL()}catch(Rt){return!1}return!0},Dr=function(e){return 0===e[0]&&255===e[1]&&0===e[2]&&255===e[3]},Lr=function(e){var t=e.createElement("canvas"),n=100;t.width=n,t.height=n;var r=t.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,n,n);var i=new Image,a=t.toDataURL();i.src=a;var o=Or(n,n,0,0,i);return r.fillStyle="red",r.fillRect(0,0,n,n),Ir(o).then((function(t){r.drawImage(t,0,0);var i=r.getImageData(0,0,n,n).data;r.fillStyle="red",r.fillRect(0,0,n,n);var o=e.createElement("div");return o.style.backgroundImage="url("+a+")",o.style.height=n+"px",Dr(i)?Ir(Or(n,n,0,0,o)):Promise.reject(!1)})).then((function(e){return r.drawImage(e,0,0),Dr(r.getImageData(0,0,n,n).data)})).catch((function(){return!1}))},Or=function(e,t,n,r,i){var a="http://www.w3.org/2000/svg",o=document.createElementNS(a,"svg"),s=document.createElementNS(a,"foreignObject");return o.setAttributeNS(null,"width",e.toString()),o.setAttributeNS(null,"height",t.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",n.toString()),s.setAttributeNS(null,"y",r.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),o.appendChild(s),s.appendChild(i),o},Ir=function(e){return new Promise((function(t,n){var r=new Image;r.onload=function(){return t(r)},r.onerror=n,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(e))}))},Fr={get SUPPORT_RANGE_BOUNDS(){var e=Mr(document);return Object.defineProperty(Fr,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=Br(document);return Object.defineProperty(Fr,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e="function"===typeof Array.from&&"function"===typeof window.fetch?Lr(document):Promise.resolve(!1);return Object.defineProperty(Fr,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=Er();return Object.defineProperty(Fr,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=Tr();return Object.defineProperty(Fr,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Fr,"SUPPORT_CORS_XHR",{value:e}),e}},Nr=function(){function e(e){var t=e.id,n=e.enabled;this.id=t,this.enabled=n,this.start=Date.now()}return e.prototype.debug=function(){for(var e=[],t=0;t0&&setTimeout((function(){return t("Timed out ("+o._options.imageTimeout+"ms) loading image")}),o._options.imageTimeout)}))];case 3:return[2,i.sent()]}}))}))},e.prototype.has=function(e){return"undefined"!==typeof this._cache[e]},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(e){var t=this,n=this._options.proxy;if(!n)throw new Error("No proxy defined");var r=e.substring(0,256);return new Promise((function(i,a){var o=Fr.SUPPORT_RESPONSE_TYPE?"blob":"text",s=new XMLHttpRequest;if(s.onload=function(){if(200===s.status)if("text"===o)i(s.response);else{var e=new FileReader;e.addEventListener("load",(function(){return i(e.result)}),!1),e.addEventListener("error",(function(e){return a(e)}),!1),e.readAsDataURL(s.response)}else a("Failed to proxy resource "+r+" with status code "+s.status)},s.onerror=a,s.open("GET",n+"?url="+encodeURIComponent(e)+"&responseType="+o),"text"!==o&&s instanceof XMLHttpRequest&&(s.responseType=o),t._options.imageTimeout){var l=t._options.imageTimeout;s.timeout=l,s.ontimeout=function(){return a("Timed out ("+l+"ms) proxying "+r)}}s.send()}))},e}(),Hr=/^data:image\/svg\+xml/i,Ur=/^data:image\/.*;base64,/i,zr=/^data:image\/.*/i,Yr=function(e){return Fr.SUPPORT_SVG_DRAWING||!Vr(e)},$r=function(e){return zr.test(e)},jr=function(e){return Ur.test(e)},Qr=function(e){return"blob"===e.substr(0,4)},Vr=function(e){return"svg"===e.substr(-3).toLowerCase()||Hr.test(e)},Wr=function(e){var t=nr(180),n=[],r=mr.LINEAR_GRADIENT,i=ii.CIRCLE,a=ai.FARTHEST_CORNER,o=[];return Hn(e).forEach((function(e,t){var i=e[0];if(0===t){if(In(i)&&"linear"===i.value)return void(r=mr.LINEAR_GRADIENT);if(In(i)&&"radial"===i.value)return void(r=mr.RADIAL_GRADIENT)}if(i.type===f.FUNCTION)if("from"===i.name){var a=rr.parse(i.values[0]);n.push({stop:jn,color:a})}else if("to"===i.name){a=rr.parse(i.values[0]);n.push({stop:Vn,color:a})}else if("color-stop"===i.name){var o=i.values.filter(Rn);if(2===o.length){a=rr.parse(o[1]);var s=o[0];On(s)&&n.push({stop:{type:f.PERCENTAGE_TOKEN,number:100*s.number,flags:s.flags},color:a})}}})),r===mr.LINEAR_GRADIENT?{angle:(t+nr(180))%nr(360),stops:n,type:r}:{size:a,shape:i,stops:n,position:o,type:r}},Kr="closest-side",Gr="farthest-side",Xr="closest-corner",qr="farthest-corner",Jr="circle",Zr="ellipse",ei="cover",ti="contain",ni=function(e){var t=ii.CIRCLE,n=ai.FARTHEST_CORNER,r=[],i=[];return Hn(e).forEach((function(e,a){var o=!0;if(0===a){var s=!1;o=e.reduce((function(e,r){if(s)if(In(r))switch(r.value){case"center":return i.push(Qn),e;case"top":case"left":return i.push(jn),e;case"right":case"bottom":return i.push(Vn),e}else(Yn(r)||zn(r))&&i.push(r);else if(In(r))switch(r.value){case Jr:return t=ii.CIRCLE,!1;case Zr:return t=ii.ELLIPSE,!1;case"at":return s=!0,!1;case Kr:return n=ai.CLOSEST_SIDE,!1;case ei:case Gr:return n=ai.FARTHEST_SIDE,!1;case ti:case Xr:return n=ai.CLOSEST_CORNER,!1;case qr:return n=ai.FARTHEST_CORNER,!1}else if(zn(r)||Yn(r))return Array.isArray(n)||(n=[]),n.push(r),!1;return e}),o)}if(o){var l=Ar(e);r.push(l)}})),{size:n,shape:t,stops:r,position:i,type:mr.RADIAL_GRADIENT}},ri=function(e){var t=ii.CIRCLE,n=ai.FARTHEST_CORNER,r=[],i=[];return Hn(e).forEach((function(e,a){var o=!0;if(0===a?o=e.reduce((function(e,t){if(In(t))switch(t.value){case"center":return i.push(Qn),!1;case"top":case"left":return i.push(jn),!1;case"right":case"bottom":return i.push(Vn),!1}else if(Yn(t)||zn(t))return i.push(t),!1;return e}),o):1===a&&(o=e.reduce((function(e,r){if(In(r))switch(r.value){case Jr:return t=ii.CIRCLE,!1;case Zr:return t=ii.ELLIPSE,!1;case ti:case Kr:return n=ai.CLOSEST_SIDE,!1;case Gr:return n=ai.FARTHEST_SIDE,!1;case Xr:return n=ai.CLOSEST_CORNER,!1;case ei:case qr:return n=ai.FARTHEST_CORNER,!1}else if(zn(r)||Yn(r))return Array.isArray(n)||(n=[]),n.push(r),!1;return e}),o)),o){var s=Ar(e);r.push(s)}})),{size:n,shape:t,stops:r,position:i,type:mr.RADIAL_GRADIENT}};(function(e){e[e["URL"]=0]="URL",e[e["LINEAR_GRADIENT"]=1]="LINEAR_GRADIENT",e[e["RADIAL_GRADIENT"]=2]="RADIAL_GRADIENT"})(mr||(mr={}));var ii,ai,oi=function(e){return e.type===mr.LINEAR_GRADIENT},si=function(e){return e.type===mr.RADIAL_GRADIENT};(function(e){e[e["CIRCLE"]=0]="CIRCLE",e[e["ELLIPSE"]=1]="ELLIPSE"})(ii||(ii={})),function(e){e[e["CLOSEST_SIDE"]=0]="CLOSEST_SIDE",e[e["FARTHEST_SIDE"]=1]="FARTHEST_SIDE",e[e["CLOSEST_CORNER"]=2]="CLOSEST_CORNER",e[e["FARTHEST_CORNER"]=3]="FARTHEST_CORNER"}(ai||(ai={}));var li={name:"image",parse:function(e){if(e.type===f.URL_TOKEN){var t={url:e.value,type:mr.URL};return Pr.getInstance().addImage(e.value),t}if(e.type===f.FUNCTION){var n=hi[e.name];if("undefined"===typeof n)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return n(e.values)}throw new Error("Unsupported image type")}};function ci(e){return e.type!==f.FUNCTION||hi[e.name]}var ui,hi={"linear-gradient":Sr,"-moz-linear-gradient":kr,"-ms-linear-gradient":kr,"-o-linear-gradient":kr,"-webkit-linear-gradient":kr,"radial-gradient":ni,"-moz-radial-gradient":ri,"-ms-radial-gradient":ri,"-o-radial-gradient":ri,"-webkit-radial-gradient":ri,"-webkit-gradient":Wr},di={name:"background-image",initialValue:"none",type:ur.LIST,prefix:!1,parse:function(e){if(0===e.length)return[];var t=e[0];return t.type===f.IDENT_TOKEN&&"none"===t.value?[]:e.filter((function(e){return Rn(e)&&ci(e)})).map(li.parse)}},fi={name:"background-origin",initialValue:"border-box",prefix:!1,type:ur.LIST,parse:function(e){return e.map((function(e){if(In(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},pi={name:"background-position",initialValue:"0% 0%",type:ur.LIST,prefix:!1,parse:function(e){return Hn(e).map((function(e){return e.filter(Yn)})).map($n)}};(function(e){e[e["REPEAT"]=0]="REPEAT",e[e["NO_REPEAT"]=1]="NO_REPEAT",e[e["REPEAT_X"]=2]="REPEAT_X",e[e["REPEAT_Y"]=3]="REPEAT_Y"})(ui||(ui={}));var mi,gi={name:"background-repeat",initialValue:"repeat",prefix:!1,type:ur.LIST,parse:function(e){return Hn(e).map((function(e){return e.filter(In).map((function(e){return e.value})).join(" ")})).map(vi)}},vi=function(e){switch(e){case"no-repeat":return ui.NO_REPEAT;case"repeat-x":case"repeat no-repeat":return ui.REPEAT_X;case"repeat-y":case"no-repeat repeat":return ui.REPEAT_Y;case"repeat":default:return ui.REPEAT}};(function(e){e["AUTO"]="auto",e["CONTAIN"]="contain",e["COVER"]="cover"})(mi||(mi={}));var Ai,yi={name:"background-size",initialValue:"0",prefix:!1,type:ur.LIST,parse:function(e){return Hn(e).map((function(e){return e.filter(bi)}))}},bi=function(e){return In(e)||Yn(e)},_i=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:ur.TYPE_VALUE,format:"color"}},wi=_i("top"),xi=_i("right"),Ci=_i("bottom"),Si=_i("left"),ki=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:ur.LIST,parse:function(e){return $n(e.filter(Yn))}}},Mi=ki("top-left"),Ei=ki("top-right"),Ti=ki("bottom-right"),Bi=ki("bottom-left");(function(e){e[e["NONE"]=0]="NONE",e[e["SOLID"]=1]="SOLID"})(Ai||(Ai={}));var Di,Li=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"none":return Ai.NONE}return Ai.SOLID}}},Oi=Li("top"),Ii=Li("right"),Fi=Li("bottom"),Ni=Li("left"),Pi=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:ur.VALUE,prefix:!1,parse:function(e){return Ln(e)?e.number:0}}},Ri=Pi("top"),Hi=Pi("right"),Ui=Pi("bottom"),zi=Pi("left"),Yi={name:"color",initialValue:"transparent",prefix:!1,type:ur.TYPE_VALUE,format:"color"},$i={name:"display",initialValue:"inline-block",prefix:!1,type:ur.LIST,parse:function(e){return e.filter(In).reduce((function(e,t){return e|ji(t.value)}),0)}},ji=function(e){switch(e){case"block":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0};(function(e){e[e["NONE"]=0]="NONE",e[e["LEFT"]=1]="LEFT",e[e["RIGHT"]=2]="RIGHT",e[e["INLINE_START"]=3]="INLINE_START",e[e["INLINE_END"]=4]="INLINE_END"})(Di||(Di={}));var Qi,Vi={name:"float",initialValue:"none",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"left":return Di.LEFT;case"right":return Di.RIGHT;case"inline-start":return Di.INLINE_START;case"inline-end":return Di.INLINE_END}return Di.NONE}},Wi={name:"letter-spacing",initialValue:"0",prefix:!1,type:ur.VALUE,parse:function(e){return e.type===f.IDENT_TOKEN&&"normal"===e.value?0:e.type===f.NUMBER_TOKEN||e.type===f.DIMENSION_TOKEN?e.number:0}};(function(e){e["NORMAL"]="normal",e["STRICT"]="strict"})(Qi||(Qi={}));var Ki,Gi={name:"line-break",initialValue:"normal",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"strict":return Qi.STRICT;case"normal":default:return Qi.NORMAL}}},Xi={name:"line-height",initialValue:"normal",prefix:!1,type:ur.TOKEN_VALUE},qi=function(e,t){return In(e)&&"normal"===e.value?1.2*t:e.type===f.NUMBER_TOKEN?t*e.number:Yn(e)?Kn(e,t):t},Ji={name:"list-style-image",initialValue:"none",type:ur.VALUE,prefix:!1,parse:function(e){return e.type===f.IDENT_TOKEN&&"none"===e.value?null:li.parse(e)}};(function(e){e[e["INSIDE"]=0]="INSIDE",e[e["OUTSIDE"]=1]="OUTSIDE"})(Ki||(Ki={}));var Zi,ea={name:"list-style-position",initialValue:"outside",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"inside":return Ki.INSIDE;case"outside":default:return Ki.OUTSIDE}}};(function(e){e[e["NONE"]=-1]="NONE",e[e["DISC"]=0]="DISC",e[e["CIRCLE"]=1]="CIRCLE",e[e["SQUARE"]=2]="SQUARE",e[e["DECIMAL"]=3]="DECIMAL",e[e["CJK_DECIMAL"]=4]="CJK_DECIMAL",e[e["DECIMAL_LEADING_ZERO"]=5]="DECIMAL_LEADING_ZERO",e[e["LOWER_ROMAN"]=6]="LOWER_ROMAN",e[e["UPPER_ROMAN"]=7]="UPPER_ROMAN",e[e["LOWER_GREEK"]=8]="LOWER_GREEK",e[e["LOWER_ALPHA"]=9]="LOWER_ALPHA",e[e["UPPER_ALPHA"]=10]="UPPER_ALPHA",e[e["ARABIC_INDIC"]=11]="ARABIC_INDIC",e[e["ARMENIAN"]=12]="ARMENIAN",e[e["BENGALI"]=13]="BENGALI",e[e["CAMBODIAN"]=14]="CAMBODIAN",e[e["CJK_EARTHLY_BRANCH"]=15]="CJK_EARTHLY_BRANCH",e[e["CJK_HEAVENLY_STEM"]=16]="CJK_HEAVENLY_STEM",e[e["CJK_IDEOGRAPHIC"]=17]="CJK_IDEOGRAPHIC",e[e["DEVANAGARI"]=18]="DEVANAGARI",e[e["ETHIOPIC_NUMERIC"]=19]="ETHIOPIC_NUMERIC",e[e["GEORGIAN"]=20]="GEORGIAN",e[e["GUJARATI"]=21]="GUJARATI",e[e["GURMUKHI"]=22]="GURMUKHI",e[e["HEBREW"]=22]="HEBREW",e[e["HIRAGANA"]=23]="HIRAGANA",e[e["HIRAGANA_IROHA"]=24]="HIRAGANA_IROHA",e[e["JAPANESE_FORMAL"]=25]="JAPANESE_FORMAL",e[e["JAPANESE_INFORMAL"]=26]="JAPANESE_INFORMAL",e[e["KANNADA"]=27]="KANNADA",e[e["KATAKANA"]=28]="KATAKANA",e[e["KATAKANA_IROHA"]=29]="KATAKANA_IROHA",e[e["KHMER"]=30]="KHMER",e[e["KOREAN_HANGUL_FORMAL"]=31]="KOREAN_HANGUL_FORMAL",e[e["KOREAN_HANJA_FORMAL"]=32]="KOREAN_HANJA_FORMAL",e[e["KOREAN_HANJA_INFORMAL"]=33]="KOREAN_HANJA_INFORMAL",e[e["LAO"]=34]="LAO",e[e["LOWER_ARMENIAN"]=35]="LOWER_ARMENIAN",e[e["MALAYALAM"]=36]="MALAYALAM",e[e["MONGOLIAN"]=37]="MONGOLIAN",e[e["MYANMAR"]=38]="MYANMAR",e[e["ORIYA"]=39]="ORIYA",e[e["PERSIAN"]=40]="PERSIAN",e[e["SIMP_CHINESE_FORMAL"]=41]="SIMP_CHINESE_FORMAL",e[e["SIMP_CHINESE_INFORMAL"]=42]="SIMP_CHINESE_INFORMAL",e[e["TAMIL"]=43]="TAMIL",e[e["TELUGU"]=44]="TELUGU",e[e["THAI"]=45]="THAI",e[e["TIBETAN"]=46]="TIBETAN",e[e["TRAD_CHINESE_FORMAL"]=47]="TRAD_CHINESE_FORMAL",e[e["TRAD_CHINESE_INFORMAL"]=48]="TRAD_CHINESE_INFORMAL",e[e["UPPER_ARMENIAN"]=49]="UPPER_ARMENIAN",e[e["DISCLOSURE_OPEN"]=50]="DISCLOSURE_OPEN",e[e["DISCLOSURE_CLOSED"]=51]="DISCLOSURE_CLOSED"})(Zi||(Zi={}));var ta,na={name:"list-style-type",initialValue:"none",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"disc":return Zi.DISC;case"circle":return Zi.CIRCLE;case"square":return Zi.SQUARE;case"decimal":return Zi.DECIMAL;case"cjk-decimal":return Zi.CJK_DECIMAL;case"decimal-leading-zero":return Zi.DECIMAL_LEADING_ZERO;case"lower-roman":return Zi.LOWER_ROMAN;case"upper-roman":return Zi.UPPER_ROMAN;case"lower-greek":return Zi.LOWER_GREEK;case"lower-alpha":return Zi.LOWER_ALPHA;case"upper-alpha":return Zi.UPPER_ALPHA;case"arabic-indic":return Zi.ARABIC_INDIC;case"armenian":return Zi.ARMENIAN;case"bengali":return Zi.BENGALI;case"cambodian":return Zi.CAMBODIAN;case"cjk-earthly-branch":return Zi.CJK_EARTHLY_BRANCH;case"cjk-heavenly-stem":return Zi.CJK_HEAVENLY_STEM;case"cjk-ideographic":return Zi.CJK_IDEOGRAPHIC;case"devanagari":return Zi.DEVANAGARI;case"ethiopic-numeric":return Zi.ETHIOPIC_NUMERIC;case"georgian":return Zi.GEORGIAN;case"gujarati":return Zi.GUJARATI;case"gurmukhi":return Zi.GURMUKHI;case"hebrew":return Zi.HEBREW;case"hiragana":return Zi.HIRAGANA;case"hiragana-iroha":return Zi.HIRAGANA_IROHA;case"japanese-formal":return Zi.JAPANESE_FORMAL;case"japanese-informal":return Zi.JAPANESE_INFORMAL;case"kannada":return Zi.KANNADA;case"katakana":return Zi.KATAKANA;case"katakana-iroha":return Zi.KATAKANA_IROHA;case"khmer":return Zi.KHMER;case"korean-hangul-formal":return Zi.KOREAN_HANGUL_FORMAL;case"korean-hanja-formal":return Zi.KOREAN_HANJA_FORMAL;case"korean-hanja-informal":return Zi.KOREAN_HANJA_INFORMAL;case"lao":return Zi.LAO;case"lower-armenian":return Zi.LOWER_ARMENIAN;case"malayalam":return Zi.MALAYALAM;case"mongolian":return Zi.MONGOLIAN;case"myanmar":return Zi.MYANMAR;case"oriya":return Zi.ORIYA;case"persian":return Zi.PERSIAN;case"simp-chinese-formal":return Zi.SIMP_CHINESE_FORMAL;case"simp-chinese-informal":return Zi.SIMP_CHINESE_INFORMAL;case"tamil":return Zi.TAMIL;case"telugu":return Zi.TELUGU;case"thai":return Zi.THAI;case"tibetan":return Zi.TIBETAN;case"trad-chinese-formal":return Zi.TRAD_CHINESE_FORMAL;case"trad-chinese-informal":return Zi.TRAD_CHINESE_INFORMAL;case"upper-armenian":return Zi.UPPER_ARMENIAN;case"disclosure-open":return Zi.DISCLOSURE_OPEN;case"disclosure-closed":return Zi.DISCLOSURE_CLOSED;case"none":default:return Zi.NONE}}},ra=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:ur.TOKEN_VALUE}},ia=ra("top"),aa=ra("right"),oa=ra("bottom"),sa=ra("left");(function(e){e[e["VISIBLE"]=0]="VISIBLE",e[e["HIDDEN"]=1]="HIDDEN",e[e["SCROLL"]=2]="SCROLL",e[e["AUTO"]=3]="AUTO"})(ta||(ta={}));var la,ca={name:"overflow",initialValue:"visible",prefix:!1,type:ur.LIST,parse:function(e){return e.filter(In).map((function(e){switch(e.value){case"hidden":return ta.HIDDEN;case"scroll":return ta.SCROLL;case"auto":return ta.AUTO;case"visible":default:return ta.VISIBLE}}))}};(function(e){e["NORMAL"]="normal",e["BREAK_WORD"]="break-word"})(la||(la={}));var ua,ha={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"break-word":return la.BREAK_WORD;case"normal":default:return la.NORMAL}}},da=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:ur.TYPE_VALUE,format:"length-percentage"}},fa=da("top"),pa=da("right"),ma=da("bottom"),ga=da("left");(function(e){e[e["LEFT"]=0]="LEFT",e[e["CENTER"]=1]="CENTER",e[e["RIGHT"]=2]="RIGHT"})(ua||(ua={}));var va,Aa={name:"text-align",initialValue:"left",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"right":return ua.RIGHT;case"center":case"justify":return ua.CENTER;case"left":default:return ua.LEFT}}};(function(e){e[e["STATIC"]=0]="STATIC",e[e["RELATIVE"]=1]="RELATIVE",e[e["ABSOLUTE"]=2]="ABSOLUTE",e[e["FIXED"]=3]="FIXED",e[e["STICKY"]=4]="STICKY"})(va||(va={}));var ya,ba={name:"position",initialValue:"static",prefix:!1,type:ur.IDENT_VALUE,parse:function(e){switch(e){case"relative":return va.RELATIVE;case"absolute":return va.ABSOLUTE;case"fixed":return va.FIXED;case"sticky":return va.STICKY}return va.STATIC}},_a={name:"text-shadow",initialValue:"none",type:ur.LIST,prefix:!1,parse:function(e){return 1===e.length&&Nn(e[0],"none")?[]:Hn(e).map((function(e){for(var t={color:pr.TRANSPARENT,offsetX:jn,offsetY:jn,blur:jn},n=0,r=0;r1?1:0],this.overflowWrap=to(ha,e.overflowWrap),this.paddingTop=to(fa,e.paddingTop),this.paddingRight=to(pa,e.paddingRight),this.paddingBottom=to(ma,e.paddingBottom),this.paddingLeft=to(ga,e.paddingLeft),this.position=to(ba,e.position),this.textAlign=to(Aa,e.textAlign),this.textDecorationColor=to(Pa,e.textDecorationColor||e.color),this.textDecorationLine=to(Ra,e.textDecorationLine),this.textShadow=to(_a,e.textShadow),this.textTransform=to(xa,e.textTransform),this.transform=to(Ca,e.transform),this.transformOrigin=to(Ba,e.transformOrigin),this.visibility=to(La,e.visibility),this.wordBreak=to(Ia,e.wordBreak),this.zIndex=to(Fa,e.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===wa.VISIBLE},e.prototype.isTransparent=function(){return ir(this.backgroundColor)},e.prototype.isTransformed=function(){return null!==this.transform},e.prototype.isPositioned=function(){return this.position!==va.STATIC},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==Di.NONE},e.prototype.isInlineLevel=function(){return Qa(this.display,4)||Qa(this.display,33554432)||Qa(this.display,268435456)||Qa(this.display,536870912)||Qa(this.display,67108864)||Qa(this.display,134217728)},e}(),Za=function(){function e(e){this.content=to(Va,e.content),this.quotes=to(Ga,e.quotes)}return e}(),eo=function(){function e(e){this.counterIncrement=to(Wa,e.counterIncrement),this.counterReset=to(Ka,e.counterReset)}return e}(),to=function(e,t){var n=new Bn,r=null!==t&&"undefined"!==typeof t?t.toString():e.initialValue;n.write(r);var i=new Dn(n.read());switch(e.type){case ur.IDENT_VALUE:var a=i.parseComponentValue();return e.parse(In(a)?a.value:e.initialValue);case ur.VALUE:return e.parse(i.parseComponentValue());case ur.LIST:return e.parse(i.parseComponentValues());case ur.TOKEN_VALUE:return i.parseComponentValue();case ur.TYPE_VALUE:switch(e.format){case"angle":return Zn.parse(i.parseComponentValue());case"color":return rr.parse(i.parseComponentValue());case"image":return li.parse(i.parseComponentValue());case"length":var o=i.parseComponentValue();return zn(o)?o:jn;case"length-percentage":var s=i.parseComponentValue();return Yn(s)?s:jn}}throw new Error("Attempting to parse unsupported css format type "+e.format)},no=function(){function e(e){this.styles=new Ja(window.getComputedStyle(e,null)),this.textNodes=[],this.elements=[],null!==this.styles.transform&&Uo(e)&&(e.style.transform="none"),this.bounds=o(e),this.flags=0}return e}(),ro=function(){function e(e,t){this.text=e,this.bounds=t}return e}(),io=function(e,t,n){var r=so(e,t),i=[],a=0;return r.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Fr.SUPPORT_RANGE_BOUNDS)i.push(new ro(e,oo(n,a,e.length)));else{var r=n.splitText(e.length);i.push(new ro(e,ao(n))),n=r}else Fr.SUPPORT_RANGE_BOUNDS||(n=n.splitText(e.length));a+=e.length})),i},ao=function(e){var t=e.ownerDocument;if(t){var n=t.createElement("html2canvaswrapper");n.appendChild(e.cloneNode(!0));var r=e.parentNode;if(r){r.replaceChild(n,e);var i=o(n);return n.firstChild&&r.replaceChild(n.firstChild,n),i}}return new a(0,0,0,0)},oo=function(e,t,n){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var i=r.createRange();return i.setStart(e,t),i.setEnd(e,t+n),a.fromClientRect(i.getBoundingClientRect())},so=function(e,t){return 0!==t.letterSpacing?l(e).map((function(e){return c(e)})):lo(e,t)},lo=function(e,t){var n,r=$e(e,{lineBreak:t.lineBreak,wordBreak:t.overflowWrap===la.BREAK_WORD?"break-word":t.wordBreak}),i=[];while(!(n=r.next()).done)n.value&&i.push(n.value.slice());return i},co=function(){function e(e,t){this.text=uo(e.data,t.textTransform),this.textBounds=io(this.text,t,e)}return e}(),uo=function(e,t){switch(t){case ya.LOWERCASE:return e.toLowerCase();case ya.CAPITALIZE:return e.replace(ho,fo);case ya.UPPERCASE:return e.toUpperCase();default:return e}},ho=/(^|\s|:|-|\(|\))([a-z])/g,fo=function(e,t,n){return e.length>0?t+n.toUpperCase():e},po=function(e){function n(t){var n=e.call(this,t)||this;return n.src=t.currentSrc||t.src,n.intrinsicWidth=t.naturalWidth,n.intrinsicHeight=t.naturalHeight,Pr.getInstance().addImage(n.src),n}return t(n,e),n}(no),mo=function(e){function n(t){var n=e.call(this,t)||this;return n.canvas=t,n.intrinsicWidth=t.width,n.intrinsicHeight=t.height,n}return t(n,e),n}(no),go=function(e){function n(t){var n=e.call(this,t)||this,r=new XMLSerializer;return n.svg="data:image/svg+xml,"+encodeURIComponent(r.serializeToString(t)),n.intrinsicWidth=t.width.baseVal.value,n.intrinsicHeight=t.height.baseVal.value,Pr.getInstance().addImage(n.svg),n}return t(n,e),n}(no),vo=function(e){function n(t){var n=e.call(this,t)||this;return n.value=t.value,n}return t(n,e),n}(no),Ao=function(e){function n(t){var n=e.call(this,t)||this;return n.start=t.start,n.reversed="boolean"===typeof t.reversed&&!0===t.reversed,n}return t(n,e),n}(no),yo=[{type:f.DIMENSION_TOKEN,flags:0,unit:"px",number:3}],bo=[{type:f.PERCENTAGE_TOKEN,flags:0,number:50}],_o=function(e){return e.width>e.height?new a(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width0)t.textNodes.push(new co(r,t.styles));else if(Ho(r)){var a=Io(r);a.styles.isVisible()&&(No(r,a,n)?a.flags|=4:Po(a.styles)&&(a.flags|=2),-1!==Lo.indexOf(r.tagName)&&(a.flags|=8),t.elements.push(a),Zo(r)||Vo(r)||es(r)||Oo(r,a,n))}},Io=function(e){return Go(e)?new po(e):Ko(e)?new mo(e):Vo(e)?new go(e):Yo(e)?new vo(e):$o(e)?new Ao(e):jo(e)?new Mo(e):es(e)?new Eo(e):Zo(e)?new To(e):Xo(e)?new Do(e):new no(e)},Fo=function(e){var t=Io(e);return t.flags|=4,Oo(e,t,t),t},No=function(e,t,n){return t.styles.isPositionedWithZIndex()||t.styles.opacity<1||t.styles.isTransformed()||Wo(e)&&n.styles.isTransparent()},Po=function(e){return e.isPositioned()||e.isFloating()},Ro=function(e){return e.nodeType===Node.TEXT_NODE},Ho=function(e){return e.nodeType===Node.ELEMENT_NODE},Uo=function(e){return Ho(e)&&"undefined"!==typeof e.style&&!zo(e)},zo=function(e){return"object"===typeof e.className},Yo=function(e){return"LI"===e.tagName},$o=function(e){return"OL"===e.tagName},jo=function(e){return"INPUT"===e.tagName},Qo=function(e){return"HTML"===e.tagName},Vo=function(e){return"svg"===e.tagName},Wo=function(e){return"BODY"===e.tagName},Ko=function(e){return"CANVAS"===e.tagName},Go=function(e){return"IMG"===e.tagName},Xo=function(e){return"IFRAME"===e.tagName},qo=function(e){return"STYLE"===e.tagName},Jo=function(e){return"SCRIPT"===e.tagName},Zo=function(e){return"TEXTAREA"===e.tagName},es=function(e){return"SELECT"===e.tagName},ts=function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},e.prototype.pop=function(e){var t=this;e.forEach((function(e){return t.counters[e].pop()}))},e.prototype.parse=function(e){var t=this,n=e.counterIncrement,r=e.counterReset,i=!0;null!==n&&n.forEach((function(e){var n=t.counters[e.counter];n&&0!==e.increment&&(i=!1,n[Math.max(0,n.length-1)]+=e.increment)}));var a=[];return i&&r.forEach((function(e){var n=t.counters[e.counter];a.push(e.counter),n||(n=t.counters[e.counter]=[]),n.push(e.reset)})),a},e}(),ns={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},rs={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},is={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},as={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},os=function(e,t,n,r,i,a){return en?ys(e,i,a.length>0):r.integers.reduce((function(t,n,i){while(e>=n)e-=n,t+=r.values[i];return t}),"")+a},ss=function(e,t,n,r){var i="";do{n||e--,i=r(e)+i,e/=t}while(e*t>=t);return i},ls=function(e,t,n,r,i){var a=n-t+1;return(e<0?"-":"")+(ss(Math.abs(e),a,r,(function(e){return c(Math.floor(e%a)+t)}))+i)},cs=function(e,t,n){void 0===n&&(n=". ");var r=t.length;return ss(Math.abs(e),r,!1,(function(e){return t[Math.floor(e%r)]}))+n},us=1,hs=2,ds=4,fs=8,ps=function(e,t,n,r,i,a){if(e<-9999||e>9999)return ys(e,Zi.CJK_DECIMAL,i.length>0);var o=Math.abs(e),s=i;if(0===o)return t[0]+s;for(var l=0;o>0&&l<=4;l++){var c=o%10;0===c&&Qa(a,us)&&""!==s?s=t[c]+s:c>1||1===c&&0===l||1===c&&1===l&&Qa(a,hs)||1===c&&1===l&&Qa(a,ds)&&e>100||1===c&&l>1&&Qa(a,fs)?s=t[c]+(l>0?n[l-1]:"")+s:1===c&&l>0&&(s=n[l-1]+s),o=Math.floor(o/10)}return(e<0?r:"")+s},ms="十百千萬",gs="拾佰仟萬",vs="マイナス",As="마이너스",ys=function(e,t,n){var r=n?". ":"",i=n?"、":"",a=n?", ":"",o=n?" ":"";switch(t){case Zi.DISC:return"•"+o;case Zi.CIRCLE:return"◦"+o;case Zi.SQUARE:return"◾"+o;case Zi.DECIMAL_LEADING_ZERO:var s=ls(e,48,57,!0,r);return s.length<4?"0"+s:s;case Zi.CJK_DECIMAL:return cs(e,"〇一二三四五六七八九",i);case Zi.LOWER_ROMAN:return os(e,1,3999,ns,Zi.DECIMAL,r).toLowerCase();case Zi.UPPER_ROMAN:return os(e,1,3999,ns,Zi.DECIMAL,r);case Zi.LOWER_GREEK:return ls(e,945,969,!1,r);case Zi.LOWER_ALPHA:return ls(e,97,122,!1,r);case Zi.UPPER_ALPHA:return ls(e,65,90,!1,r);case Zi.ARABIC_INDIC:return ls(e,1632,1641,!0,r);case Zi.ARMENIAN:case Zi.UPPER_ARMENIAN:return os(e,1,9999,rs,Zi.DECIMAL,r);case Zi.LOWER_ARMENIAN:return os(e,1,9999,rs,Zi.DECIMAL,r).toLowerCase();case Zi.BENGALI:return ls(e,2534,2543,!0,r);case Zi.CAMBODIAN:case Zi.KHMER:return ls(e,6112,6121,!0,r);case Zi.CJK_EARTHLY_BRANCH:return cs(e,"子丑寅卯辰巳午未申酉戌亥",i);case Zi.CJK_HEAVENLY_STEM:return cs(e,"甲乙丙丁戊己庚辛壬癸",i);case Zi.CJK_IDEOGRAPHIC:case Zi.TRAD_CHINESE_INFORMAL:return ps(e,"零一二三四五六七八九",ms,"負",i,hs|ds|fs);case Zi.TRAD_CHINESE_FORMAL:return ps(e,"零壹貳參肆伍陸柒捌玖",gs,"負",i,us|hs|ds|fs);case Zi.SIMP_CHINESE_INFORMAL:return ps(e,"零一二三四五六七八九",ms,"负",i,hs|ds|fs);case Zi.SIMP_CHINESE_FORMAL:return ps(e,"零壹贰叁肆伍陆柒捌玖",gs,"负",i,us|hs|ds|fs);case Zi.JAPANESE_INFORMAL:return ps(e,"〇一二三四五六七八九","十百千万",vs,i,0);case Zi.JAPANESE_FORMAL:return ps(e,"零壱弐参四伍六七八九","拾百千万",vs,i,us|hs|ds);case Zi.KOREAN_HANGUL_FORMAL:return ps(e,"영일이삼사오육칠팔구","십백천만",As,a,us|hs|ds);case Zi.KOREAN_HANJA_INFORMAL:return ps(e,"零一二三四五六七八九","十百千萬",As,a,0);case Zi.KOREAN_HANJA_FORMAL:return ps(e,"零壹貳參四五六七八九","拾百千",As,a,us|hs|ds);case Zi.DEVANAGARI:return ls(e,2406,2415,!0,r);case Zi.GEORGIAN:return os(e,1,19999,as,Zi.DECIMAL,r);case Zi.GUJARATI:return ls(e,2790,2799,!0,r);case Zi.GURMUKHI:return ls(e,2662,2671,!0,r);case Zi.HEBREW:return os(e,1,10999,is,Zi.DECIMAL,r);case Zi.HIRAGANA:return cs(e,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case Zi.HIRAGANA_IROHA:return cs(e,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case Zi.KANNADA:return ls(e,3302,3311,!0,r);case Zi.KATAKANA:return cs(e,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",i);case Zi.KATAKANA_IROHA:return cs(e,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",i);case Zi.LAO:return ls(e,3792,3801,!0,r);case Zi.MONGOLIAN:return ls(e,6160,6169,!0,r);case Zi.MYANMAR:return ls(e,4160,4169,!0,r);case Zi.ORIYA:return ls(e,2918,2927,!0,r);case Zi.PERSIAN:return ls(e,1776,1785,!0,r);case Zi.TAMIL:return ls(e,3046,3055,!0,r);case Zi.TELUGU:return ls(e,3174,3183,!0,r);case Zi.THAI:return ls(e,3664,3673,!0,r);case Zi.TIBETAN:return ls(e,3872,3881,!0,r);case Zi.DECIMAL:default:return ls(e,48,57,!0,r)}},bs="data-html2canvas-ignore",_s=function(){function e(e,t){if(this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new ts,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement)}return e.prototype.toIFrame=function(e,t){var n=this,a=xs(e,t);if(!a.contentWindow)return Promise.reject("Unable to find iframe window");var o=e.defaultView.pageXOffset,s=e.defaultView.pageYOffset,l=a.contentWindow,c=l.document,u=Cs(a).then((function(){return r(n,void 0,void 0,(function(){var e;return i(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(Es),l&&(l.scrollTo(t.left,t.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||l.scrollY===t.top&&l.scrollX===t.left||(c.documentElement.style.top=-t.top+"px",c.documentElement.style.left=-t.left+"px",c.documentElement.style.position="absolute")),e=this.options.onclone,"undefined"===typeof this.clonedReferenceElement?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:c.fonts&&c.fonts.ready?[4,c.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return"function"===typeof e?[2,Promise.resolve().then((function(){return e(c)})).then((function(){return a}))]:[2,a]}}))}))}));return c.open(),c.write(ks(document.doctype)+""),Ms(this.referenceElement.ownerDocument,o,s),c.replaceChild(c.adoptNode(this.documentElement),c.documentElement),c.close(),u},e.prototype.createElementClone=function(e){if(Ko(e))return this.createCanvasClone(e);if(qo(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return Go(t)&&"lazy"===t.loading&&(t.loading="eager"),t},e.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var n=[].slice.call(t.cssRules,0).reduce((function(e,t){return t&&"string"===typeof t.cssText?e+t.cssText:e}),""),r=e.cloneNode(!1);return r.textContent=n,r}}catch(Rt){if(Nr.getInstance(this.options.id).error("Unable to access cssRules property",Rt),"SecurityError"!==Rt.name)throw Rt}return e.cloneNode(!1)},e.prototype.createCanvasClone=function(e){if(this.options.inlineImages&&e.ownerDocument){var t=e.ownerDocument.createElement("img");try{return t.src=e.toDataURL(),t}catch(Rt){Nr.getInstance(this.options.id).info("Unable to clone canvas contents, canvas is tainted")}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var r=e.getContext("2d"),i=n.getContext("2d");return i&&(r?i.putImageData(r.getImageData(0,0,e.width,e.height),0,0):i.drawImage(e,0,0)),n}catch(Rt){}return n},e.prototype.cloneNode=function(e){if(Ro(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var t=e.ownerDocument.defaultView;if(t&&Ho(e)&&(Uo(e)||zo(e))){var n=this.createElementClone(e),r=t.getComputedStyle(e),i=t.getComputedStyle(e,":before"),a=t.getComputedStyle(e,":after");this.referenceElement===e&&Uo(n)&&(this.clonedReferenceElement=n),Wo(n)&&Is(n);for(var o=this.counters.parse(new eo(r)),s=this.resolvePseudoContent(e,n,i,$a.BEFORE),l=e.firstChild;l;l=l.nextSibling)Ho(l)&&(Jo(l)||l.hasAttribute(bs)||"function"===typeof this.options.ignoreElements&&this.options.ignoreElements(l))||this.options.copyStyles&&Ho(l)&&qo(l)||n.appendChild(this.cloneNode(l));s&&n.insertBefore(s,n.firstChild);var c=this.resolvePseudoContent(e,n,a,$a.AFTER);return c&&n.appendChild(c),this.counters.pop(o),r&&(this.options.copyStyles||zo(e))&&!Xo(e)&&Ss(r,n),0===e.scrollTop&&0===e.scrollLeft||this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Zo(e)||es(e))&&(Zo(n)||es(n))&&(n.value=e.value),n}return e.cloneNode(!1)},e.prototype.resolvePseudoContent=function(e,t,n,r){var i=this;if(n){var a=n.content,o=t.ownerDocument;if(o&&a&&"none"!==a&&"-moz-alt-content"!==a&&"none"!==n.display){this.counters.parse(new eo(n));var s=new Za(n),l=o.createElement("html2canvaspseudoelement");Ss(n,l),s.content.forEach((function(t){if(t.type===f.STRING_TOKEN)l.appendChild(o.createTextNode(t.value));else if(t.type===f.URL_TOKEN){var n=o.createElement("img");n.src=t.value,n.style.opacity="1",l.appendChild(n)}else if(t.type===f.FUNCTION){if("attr"===t.name){var r=t.values.filter(In);r.length&&l.appendChild(o.createTextNode(e.getAttribute(r[0].value)||""))}else if("counter"===t.name){var a=t.values.filter(Rn),c=a[0],u=a[1];if(c&&In(c)){var h=i.counters.getCounterValue(c.value),d=u&&In(u)?na.parse(u.value):Zi.DECIMAL;l.appendChild(o.createTextNode(ys(h,d,!1)))}}else if("counters"===t.name){var p=t.values.filter(Rn),m=(c=p[0],p[1]);u=p[2];if(c&&In(c)){var g=i.counters.getCounterValues(c.value),v=u&&In(u)?na.parse(u.value):Zi.DECIMAL,A=m&&m.type===f.STRING_TOKEN?m.value:"",y=g.map((function(e){return ys(e,v,!1)})).join(A);l.appendChild(o.createTextNode(y))}}}else if(t.type===f.IDENT_TOKEN)switch(t.value){case"open-quote":l.appendChild(o.createTextNode(Xa(s.quotes,i.quoteDepth++,!0)));break;case"close-quote":l.appendChild(o.createTextNode(Xa(s.quotes,--i.quoteDepth,!1)));break;default:l.appendChild(o.createTextNode(t.value))}})),l.className=Ds+" "+Ls;var c=r===$a.BEFORE?" "+Ds:" "+Ls;return zo(t)?t.className.baseValue+=c:t.className+=c,l}}},e.destroy=function(e){return!!e.parentNode&&(e.parentNode.removeChild(e),!0)},e}();(function(e){e[e["BEFORE"]=0]="BEFORE",e[e["AFTER"]=1]="AFTER"})($a||($a={}));var ws,xs=function(e,t){var n=e.createElement("iframe");return n.className="html2canvas-container",n.style.visibility="hidden",n.style.position="fixed",n.style.left="-10000px",n.style.top="0px",n.style.border="0",n.width=t.width.toString(),n.height=t.height.toString(),n.scrolling="no",n.setAttribute(bs,"true"),e.body.appendChild(n),n},Cs=function(e){return new Promise((function(t,n){var r=e.contentWindow;if(!r)return n("No window assigned for iframe");var i=r.document;r.onload=e.onload=i.onreadystatechange=function(){r.onload=e.onload=i.onreadystatechange=null;var n=setInterval((function(){i.body.childNodes.length>0&&"complete"===i.readyState&&(clearInterval(n),t(e))}),50)}}))},Ss=function(e,t){for(var n=e.length-1;n>=0;n--){var r=e.item(n);"content"!==r&&t.style.setProperty(r,e.getPropertyValue(r))}return t},ks=function(e){var t="";return e&&(t+=""),t},Ms=function(e,t,n){e&&e.defaultView&&(t!==e.defaultView.pageXOffset||n!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(t,n)},Es=function(e){var t=e[0],n=e[1],r=e[2];t.scrollLeft=n,t.scrollTop=r},Ts=":before",Bs=":after",Ds="___html2canvas___pseudoelement_before",Ls="___html2canvas___pseudoelement_after",Os='{\n content: "" !important;\n display: none !important;\n}',Is=function(e){Fs(e,"."+Ds+Ts+Os+"\n ."+Ls+Bs+Os)},Fs=function(e,t){var n=e.ownerDocument;if(n){var r=n.createElement("style");r.textContent=t,e.appendChild(r)}};(function(e){e[e["VECTOR"]=0]="VECTOR",e[e["BEZIER_CURVE"]=1]="BEZIER_CURVE"})(ws||(ws={}));var Ns,Ps=function(e,t){return e.length===t.length&&e.some((function(e,n){return e===t[n]}))},Rs=function(e,t,n,r,i){return e.map((function(e,a){switch(a){case 0:return e.add(t,n);case 1:return e.add(t+r,n);case 2:return e.add(t+r,n+i);case 3:return e.add(t,n+i)}return e}))},Hs=function(){function e(e,t){this.type=ws.VECTOR,this.x=e,this.y=t}return e.prototype.add=function(t,n){return new e(this.x+t,this.y+n)},e}(),Us=function(e,t,n){return new Hs(e.x+(t.x-e.x)*n,e.y+(t.y-e.y)*n)},zs=function(){function e(e,t,n,r){this.type=ws.BEZIER_CURVE,this.start=e,this.startControl=t,this.endControl=n,this.end=r}return e.prototype.subdivide=function(t,n){var r=Us(this.start,this.startControl,t),i=Us(this.startControl,this.endControl,t),a=Us(this.endControl,this.end,t),o=Us(r,i,t),s=Us(i,a,t),l=Us(o,s,t);return n?new e(this.start,r,o,l):new e(l,s,a,this.end)},e.prototype.add=function(t,n){return new e(this.start.add(t,n),this.startControl.add(t,n),this.endControl.add(t,n),this.end.add(t,n))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e}(),Ys=function(e){return e.type===ws.BEZIER_CURVE},$s=function(){function e(e){var t=e.styles,n=e.bounds,r=Wn(t.borderTopLeftRadius,n.width,n.height),i=r[0],a=r[1],o=Wn(t.borderTopRightRadius,n.width,n.height),s=o[0],l=o[1],c=Wn(t.borderBottomRightRadius,n.width,n.height),u=c[0],h=c[1],d=Wn(t.borderBottomLeftRadius,n.width,n.height),f=d[0],p=d[1],m=[];m.push((i+s)/n.width),m.push((f+u)/n.width),m.push((a+p)/n.height),m.push((l+h)/n.height);var g=Math.max.apply(Math,m);g>1&&(i/=g,a/=g,s/=g,l/=g,u/=g,h/=g,f/=g,p/=g);var v=n.width-s,A=n.height-h,y=n.width-u,b=n.height-p,_=t.borderTopWidth,w=t.borderRightWidth,x=t.borderBottomWidth,C=t.borderLeftWidth,S=Kn(t.paddingTop,e.bounds.width),k=Kn(t.paddingRight,e.bounds.width),M=Kn(t.paddingBottom,e.bounds.width),E=Kn(t.paddingLeft,e.bounds.width);this.topLeftBorderBox=i>0||a>0?js(n.left,n.top,i,a,Ns.TOP_LEFT):new Hs(n.left,n.top),this.topRightBorderBox=s>0||l>0?js(n.left+v,n.top,s,l,Ns.TOP_RIGHT):new Hs(n.left+n.width,n.top),this.bottomRightBorderBox=u>0||h>0?js(n.left+y,n.top+A,u,h,Ns.BOTTOM_RIGHT):new Hs(n.left+n.width,n.top+n.height),this.bottomLeftBorderBox=f>0||p>0?js(n.left,n.top+b,f,p,Ns.BOTTOM_LEFT):new Hs(n.left,n.top+n.height),this.topLeftPaddingBox=i>0||a>0?js(n.left+C,n.top+_,Math.max(0,i-C),Math.max(0,a-_),Ns.TOP_LEFT):new Hs(n.left+C,n.top+_),this.topRightPaddingBox=s>0||l>0?js(n.left+Math.min(v,n.width+C),n.top+_,v>n.width+C?0:s-C,l-_,Ns.TOP_RIGHT):new Hs(n.left+n.width-w,n.top+_),this.bottomRightPaddingBox=u>0||h>0?js(n.left+Math.min(y,n.width-C),n.top+Math.min(A,n.height+_),Math.max(0,u-w),h-x,Ns.BOTTOM_RIGHT):new Hs(n.left+n.width-w,n.top+n.height-x),this.bottomLeftPaddingBox=f>0||p>0?js(n.left+C,n.top+b,Math.max(0,f-C),p-x,Ns.BOTTOM_LEFT):new Hs(n.left+C,n.top+n.height-x),this.topLeftContentBox=i>0||a>0?js(n.left+C+E,n.top+_+S,Math.max(0,i-(C+E)),Math.max(0,a-(_+S)),Ns.TOP_LEFT):new Hs(n.left+C+E,n.top+_+S),this.topRightContentBox=s>0||l>0?js(n.left+Math.min(v,n.width+C+E),n.top+_+S,v>n.width+C+E?0:s-C+E,l-(_+S),Ns.TOP_RIGHT):new Hs(n.left+n.width-(w+k),n.top+_+S),this.bottomRightContentBox=u>0||h>0?js(n.left+Math.min(y,n.width-(C+E)),n.top+Math.min(A,n.height+_+S),Math.max(0,u-(w+k)),h-(x+M),Ns.BOTTOM_RIGHT):new Hs(n.left+n.width-(w+k),n.top+n.height-(x+M)),this.bottomLeftContentBox=f>0||p>0?js(n.left+C+E,n.top+b,Math.max(0,f-(C+E)),p-(x+M),Ns.BOTTOM_LEFT):new Hs(n.left+C+E,n.top+n.height-(x+M))}return e}();(function(e){e[e["TOP_LEFT"]=0]="TOP_LEFT",e[e["TOP_RIGHT"]=1]="TOP_RIGHT",e[e["BOTTOM_RIGHT"]=2]="BOTTOM_RIGHT",e[e["BOTTOM_LEFT"]=3]="BOTTOM_LEFT"})(Ns||(Ns={}));var js=function(e,t,n,r,i){var a=(Math.sqrt(2)-1)/3*4,o=n*a,s=r*a,l=e+n,c=t+r;switch(i){case Ns.TOP_LEFT:return new zs(new Hs(e,c),new Hs(e,c-s),new Hs(l-o,t),new Hs(l,t));case Ns.TOP_RIGHT:return new zs(new Hs(e,t),new Hs(e+o,t),new Hs(l,c-s),new Hs(l,c));case Ns.BOTTOM_RIGHT:return new zs(new Hs(l,t),new Hs(l,t+s),new Hs(e+o,c),new Hs(e,c));case Ns.BOTTOM_LEFT:default:return new zs(new Hs(l,c),new Hs(l-o,c),new Hs(e,t+s),new Hs(e,t))}},Qs=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Vs=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},Ws=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},Ks=function(){function e(e,t,n){this.type=0,this.offsetX=e,this.offsetY=t,this.matrix=n,this.target=6}return e}(),Gs=function(){function e(e,t){this.type=1,this.target=t,this.path=e}return e}(),Xs=function(e){return 0===e.type},qs=function(e){return 1===e.type},Js=function(){function e(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e}(),Zs=function(){function e(e,t){if(this.container=e,this.effects=t.slice(0),this.curves=new $s(e),null!==e.styles.transform){var n=e.bounds.left+e.styles.transformOrigin[0].number,r=e.bounds.top+e.styles.transformOrigin[1].number,i=e.styles.transform;this.effects.push(new Ks(n,r,i))}if(e.styles.overflowX!==ta.VISIBLE){var a=Qs(this.curves),o=Ws(this.curves);Ps(a,o)?this.effects.push(new Gs(a,6)):(this.effects.push(new Gs(a,2)),this.effects.push(new Gs(o,4)))}}return e.prototype.getParentEffects=function(){var e=this.effects.slice(0);if(this.container.styles.overflowX!==ta.VISIBLE){var t=Qs(this.curves),n=Ws(this.curves);Ps(t,n)||e.push(new Gs(n,6))}return e},e}(),el=function(e,t,n,r){e.container.elements.forEach((function(i){var a=Qa(i.flags,4),o=Qa(i.flags,2),s=new Zs(i,e.getParentEffects());Qa(i.styles.display,2048)&&r.push(s);var l=Qa(i.flags,8)?[]:r;if(a||o){var c=a||i.styles.isPositioned()?n:t,u=new Js(s);if(i.styles.isPositioned()||i.styles.opacity<1||i.styles.isTransformed()){var h=i.styles.zIndex.order;if(h<0){var d=0;c.negativeZIndex.some((function(e,t){return h>e.element.container.styles.zIndex.order?(d=t,!1):d>0})),c.negativeZIndex.splice(d,0,u)}else if(h>0){var f=0;c.positiveZIndex.some((function(e,t){return h>=e.element.container.styles.zIndex.order?(f=t+1,!1):f>0})),c.positiveZIndex.splice(f,0,u)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(u)}else i.styles.isFloating()?c.nonPositionedFloats.push(u):c.nonPositionedInlineLevel.push(u);el(s,u,a?u:n,l)}else i.styles.isInlineLevel()?t.inlineLevel.push(s):t.nonInlineLevel.push(s),el(s,t,n,l);Qa(i.flags,8)&&tl(i,l)}))},tl=function(e,t){for(var n=e instanceof Ao?e.start:1,r=e instanceof Ao&&e.reversed,i=0;i0&&e.intrinsicHeight>0){var r=ol(e),i=Ws(t);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,e.intrinsicWidth,e.intrinsicHeight,r.left,r.top,r.width,r.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return r(this,void 0,void 0,(function(){var n,r,o,s,l,c,u,h,d,f,p,m,g,v,A;return i(this,(function(i){switch(i.label){case 0:this.applyEffects(t.effects,4),n=t.container,r=t.curves,o=n.styles,s=0,l=n.textNodes,i.label=1;case 1:return s0&&C>0&&(A=r.ctx.createPattern(m,"repeat"),r.renderRepeat(b,A,k,M))):si(n)&&(y=cl(e,t,[null,null,null]),b=y[0],_=y[1],w=y[2],x=y[3],C=y[4],S=0===n.position.length?[Qn]:n.position,k=Kn(S[0],x),M=Kn(S[S.length-1],C),E=Cr(n,k,M,x,C),T=E[0],B=E[1],T>0&&T>0&&(D=r.ctx.createRadialGradient(_+k,w+M,0,_+k,w+M,T),yr(n.stops,2*T).forEach((function(e){return D.addColorStop(e.stop,ar(e.color))})),r.path(b),r.ctx.fillStyle=D,T!==B?(L=e.bounds.left+.5*e.bounds.width,O=e.bounds.top+.5*e.bounds.height,I=B/T,F=1/I,r.ctx.save(),r.ctx.translate(L,O),r.ctx.transform(1,0,0,I,0,0),r.ctx.translate(-L,-O),r.ctx.fillRect(_,F*(w-O)+O,x,C*F),r.ctx.restore()):r.ctx.fill())),i.label=6;case 6:return t--,[2]}}))},r=this,a=0,o=e.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return a1?arguments[1]:void 0);return a(this,t)}))},c1df:function(e,t,n){(function(e){var t;//! moment.js +//! version : 2.29.1 +//! authors : Tim Wood, Iskren Chernev, Moment.js contributors +//! license : MIT +//! momentjs.com +(function(t,n){e.exports=n()})(0,(function(){"use strict";var r,i;function a(){return r.apply(null,arguments)}function o(e){r=e}function s(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function l(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function c(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(c(e,t))return!1;return!0}function h(e){return void 0===e}function d(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 p(e,t){var n,r=[];for(n=0;n>>0;for(t=0;t0)for(n=0;n<_.length;n++)r=_[n],i=t[r],h(i)||(e[r]=i);return e}function C(e){x(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===w&&(w=!0,a.updateOffset(this),w=!1)}function S(e){return e instanceof C||null!=e&&null!=e._isAMomentObject}function k(e){!1===a.suppressDeprecationWarnings&&"undefined"!==typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function M(e,t){var n=!0;return m((function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,e),n){var r,i,o,s=[];for(i=0;i=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var R=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,H=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,U={},z={};function Y(e,t,n,r){var i=r;"string"===typeof r&&(i=function(){return this[r]()}),e&&(z[e]=i),t&&(z[t[0]]=function(){return P(i.apply(this,arguments),t[1],t[2])}),n&&(z[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function $(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function j(e){var t,n,r=e.match(R);for(t=0,n=r.length;t=0&&H.test(e))e=e.replace(H,r),H.lastIndex=0,n-=1;return e}var W={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function K(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(R).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var G="Invalid date";function X(){return this._invalidDate}var q="%d",J=/\d{1,2}/;function Z(e){return this._ordinal.replace("%d",e)}var ee={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",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function te(e,t,n,r){var i=this._relativeTime[n];return D(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ne(e,t){var n=this._relativeTime[e>0?"future":"past"];return D(n)?n(t):n.replace(/%s/i,t)}var re={};function ie(e,t){var n=e.toLowerCase();re[n]=re[n+"s"]=re[t]=e}function ae(e){return"string"===typeof e?re[e]||re[e.toLowerCase()]:void 0}function oe(e){var t,n,r={};for(n in e)c(e,n)&&(t=ae(n),t&&(r[t]=e[n]));return r}var se={};function le(e,t){se[e]=t}function ce(e){var t,n=[];for(t in e)c(e,t)&&n.push({unit:t,priority:se[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ue(e){return e%4===0&&e%100!==0||e%400===0}function he(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=he(t)),n}function fe(e,t){return function(n){return null!=n?(me(this,e,n),a.updateOffset(this,t),this):pe(this,e)}}function pe(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function me(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ue(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),tt(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function ge(e){return e=ae(e),D(this[e])?this[e]():this}function ve(e,t){if("object"===typeof e){e=oe(e);var n,r=ce(e);for(n=0;n68?1900:2e3)};var At=fe("FullYear",!0);function yt(){return ue(this.year())}function bt(e,t,n,r,i,a,o){var s;return e<100&&e>=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 _t(e){var t,n;return e<100&&e>=0?(n=Array.prototype.slice.call(arguments),n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function wt(e,t,n){var r=7+t-n,i=(7+_t(e,0,r).getUTCDay()-t)%7;return-i+r-1}function xt(e,t,n,r,i){var a,o,s=(7+n-r)%7,l=wt(e,r,i),c=1+7*(t-1)+s+l;return c<=0?(a=e-1,o=vt(a)+c):c>vt(e)?(a=e+1,o=c-vt(e)):(a=e,o=c),{year:a,dayOfYear:o}}function Ct(e,t,n){var r,i,a=wt(e.year(),t,n),o=Math.floor((e.dayOfYear()-a-1)/7)+1;return o<1?(i=e.year()-1,r=o+St(i,t,n)):o>St(e.year(),t,n)?(r=o-St(e.year(),t,n),i=e.year()+1):(i=e.year(),r=o),{week:r,year:i}}function St(e,t,n){var r=wt(e,t,n),i=wt(e+1,t,n);return(vt(e)-r+i)/7}function kt(e){return Ct(e,this._week.dow,this._week.doy).week}Y("w",["ww",2],"wo","week"),Y("W",["WW",2],"Wo","isoWeek"),ie("week","w"),ie("isoWeek","W"),le("week",5),le("isoWeek",5),Ne("w",Ce),Ne("ww",Ce,be),Ne("W",Ce),Ne("WW",Ce,be),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=de(e)}));var Mt={dow:0,doy:6};function Et(){return this._week.dow}function Tt(){return this._week.doy}function Bt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Dt(e){var t=Ct(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Lt(e,t){return"string"!==typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"===typeof e?e:null):parseInt(e,10)}function Ot(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function It(e,t){return e.slice(t,7).concat(e.slice(0,t))}Y("d",0,"do","day"),Y("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),Y("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),Y("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),Y("e",0,0,"weekday"),Y("E",0,0,"isoWeekday"),ie("day","d"),ie("weekday","e"),ie("isoWeekday","E"),le("day",11),le("weekday",11),le("isoWeekday",11),Ne("d",Ce),Ne("e",Ce),Ne("E",Ce),Ne("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Ne("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Ne("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:A(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=de(e)}));var Ft="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Nt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Pt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Rt=Fe,Ht=Fe,Ut=Fe;function zt(e,t){var n=s(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?It(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?It(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function $t(e){return!0===e?It(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function jt(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=je.call(this._weekdaysParse,o),-1!==i?i:null):"ddd"===t?(i=je.call(this._shortWeekdaysParse,o),-1!==i?i:null):(i=je.call(this._minWeekdaysParse,o),-1!==i?i:null):"dddd"===t?(i=je.call(this._weekdaysParse,o),-1!==i?i:(i=je.call(this._shortWeekdaysParse,o),-1!==i?i:(i=je.call(this._minWeekdaysParse,o),-1!==i?i:null))):"ddd"===t?(i=je.call(this._shortWeekdaysParse,o),-1!==i?i:(i=je.call(this._weekdaysParse,o),-1!==i?i:(i=je.call(this._minWeekdaysParse,o),-1!==i?i:null))):(i=je.call(this._minWeekdaysParse,o),-1!==i?i:(i=je.call(this._weekdaysParse,o),-1!==i?i:(i=je.call(this._shortWeekdaysParse,o),-1!==i?i:null)))}function Qt(e,t,n){var r,i,a;if(this._weekdaysParseExact)return jt.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 Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Lt(e,this.localeData()),this.add(e-t,"d")):t}function Wt(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 Kt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Ot(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Gt(e){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(c(this,"_weekdaysRegex")||(this._weekdaysRegex=Rt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Xt(e){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(c(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ht),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function qt(e){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(c(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ut),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],l=[],c=[];for(t=0;t<7;t++)n=g([2e3,1]).day(t),r=He(this.weekdaysMin(n,"")),i=He(this.weekdaysShort(n,"")),a=He(this.weekdays(n,"")),o.push(r),s.push(i),l.push(a),c.push(r),c.push(i),c.push(a);o.sort(e),s.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Zt(){return this.hours()%12||12}function en(){return this.hours()||24}function tn(e,t){Y(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function nn(e,t){return t._meridiemParse}function rn(e){return"p"===(e+"").toLowerCase().charAt(0)}Y("H",["HH",2],0,"hour"),Y("h",["hh",2],0,Zt),Y("k",["kk",2],0,en),Y("hmm",0,0,(function(){return""+Zt.apply(this)+P(this.minutes(),2)})),Y("hmmss",0,0,(function(){return""+Zt.apply(this)+P(this.minutes(),2)+P(this.seconds(),2)})),Y("Hmm",0,0,(function(){return""+this.hours()+P(this.minutes(),2)})),Y("Hmmss",0,0,(function(){return""+this.hours()+P(this.minutes(),2)+P(this.seconds(),2)})),tn("a",!0),tn("A",!1),ie("hour","h"),le("hour",13),Ne("a",nn),Ne("A",nn),Ne("H",Ce),Ne("h",Ce),Ne("k",Ce),Ne("HH",Ce,be),Ne("hh",Ce,be),Ne("kk",Ce,be),Ne("hmm",Se),Ne("hmmss",ke),Ne("Hmm",Se),Ne("Hmmss",ke),ze(["H","HH"],Ke),ze(["k","kk"],(function(e,t,n){var r=de(e);t[Ke]=24===r?0:r})),ze(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),ze(["h","hh"],(function(e,t,n){t[Ke]=de(e),A(n).bigHour=!0})),ze("hmm",(function(e,t,n){var r=e.length-2;t[Ke]=de(e.substr(0,r)),t[Ge]=de(e.substr(r)),A(n).bigHour=!0})),ze("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Ke]=de(e.substr(0,r)),t[Ge]=de(e.substr(r,2)),t[Xe]=de(e.substr(i)),A(n).bigHour=!0})),ze("Hmm",(function(e,t,n){var r=e.length-2;t[Ke]=de(e.substr(0,r)),t[Ge]=de(e.substr(r))})),ze("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Ke]=de(e.substr(0,r)),t[Ge]=de(e.substr(r,2)),t[Xe]=de(e.substr(i))}));var an=/[ap]\.?m?\.?/i,on=fe("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var ln,cn={calendar:F,longDateFormat:W,invalidDate:G,ordinal:q,dayOfMonthOrdinalParse:J,relativeTime:ee,months:nt,monthsShort:rt,week:Mt,weekdays:Ft,weekdaysMin:Pt,weekdaysShort:Nt,meridiemParse:an},un={},hn={};function dn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0){if(r=mn(i.slice(0,t).join("-")),r)return r;if(n&&n.length>=t&&dn(i,n)>=t-1)break;t--}a++}return ln}function mn(r){var i=null;if(void 0===un[r]&&"undefined"!==typeof e&&e&&e.exports)try{i=ln._abbr,t,n("4678")("./"+r),gn(i)}catch(a){un[r]=null}return un[r]}function gn(e,t){var n;return e&&(n=h(t)?yn(e):vn(e,t),n?ln=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),ln._abbr}function vn(e,t){if(null!==t){var n,r=cn;if(t.abbr=e,null!=un[e])B("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=un[e]._config;else if(null!=t.parentLocale)if(null!=un[t.parentLocale])r=un[t.parentLocale]._config;else{if(n=mn(t.parentLocale),null==n)return hn[t.parentLocale]||(hn[t.parentLocale]=[]),hn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return un[e]=new I(O(r,t)),hn[e]&&hn[e].forEach((function(e){vn(e.name,e.config)})),gn(e),un[e]}return delete un[e],null}function An(e,t){if(null!=t){var n,r,i=cn;null!=un[e]&&null!=un[e].parentLocale?un[e].set(O(un[e]._config,t)):(r=mn(e),null!=r&&(i=r._config),t=O(i,t),null==r&&(t.abbr=e),n=new I(t),n.parentLocale=un[e],un[e]=n),gn(e)}else null!=un[e]&&(null!=un[e].parentLocale?(un[e]=un[e].parentLocale,e===gn()&&gn(e)):null!=un[e]&&delete un[e]);return un[e]}function yn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ln;if(!s(e)){if(t=mn(e),t)return t;e=[e]}return pn(e)}function bn(){return E(un)}function _n(e){var t,n=e._a;return n&&-2===A(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[We]<1||n[We]>tt(n[Qe],n[Ve])?We:n[Ke]<0||n[Ke]>24||24===n[Ke]&&(0!==n[Ge]||0!==n[Xe]||0!==n[qe])?Ke:n[Ge]<0||n[Ge]>59?Ge:n[Xe]<0||n[Xe]>59?Xe:n[qe]<0||n[qe]>999?qe:-1,A(e)._overflowDayOfYear&&(tWe)&&(t=We),A(e)._overflowWeeks&&-1===t&&(t=Je),A(e)._overflowWeekday&&-1===t&&(t=Ze),A(e).overflow=t),e}var wn=/^\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)?)?$/,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)?)?$/,Cn=/Z|[+-]\d\d(?::?\d\d)?/,Sn=[["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}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],kn=[["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/]],Mn=/^\/?Date\((-?\d+)/i,En=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Tn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Bn(e){var t,n,r,i,a,o,s=e._i,l=wn.exec(s)||xn.exec(s);if(l){for(A(e).iso=!0,t=0,n=Sn.length;tvt(a)||0===e._dayOfYear)&&(A(e)._overflowDayOfYear=!0),n=_t(a,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[We]=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[Ke]&&0===e._a[Ge]&&0===e._a[Xe]&&0===e._a[qe]&&(e._nextDay=!0,e._a[Ke]=0),e._d=(e._useUTC?_t:bt).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[Ke]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==i&&(A(e).weekdayMismatch=!0)}}function zn(e){var t,n,r,i,a,o,s,l,c;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(a=1,o=4,n=Rn(t.GG,e._a[Qe],Ct(Xn(),1,4).year),r=Rn(t.W,1),i=Rn(t.E,1),(i<1||i>7)&&(l=!0)):(a=e._locale._week.dow,o=e._locale._week.doy,c=Ct(Xn(),a,o),n=Rn(t.gg,e._a[Qe],c.year),r=Rn(t.w,c.week),null!=t.d?(i=t.d,(i<0||i>6)&&(l=!0)):null!=t.e?(i=t.e+a,(t.e<0||t.e>6)&&(l=!0)):i=a),r<1||r>St(n,a,o)?A(e)._overflowWeeks=!0:null!=l?A(e)._overflowWeekday=!0:(s=xt(n,r,i,a,o),e._a[Qe]=s.year,e._dayOfYear=s.dayOfYear)}function Yn(e){if(e._f!==a.ISO_8601)if(e._f!==a.RFC_2822){e._a=[],A(e).empty=!0;var t,n,r,i,o,s,l=""+e._i,c=l.length,u=0;for(r=V(e._f,e._locale).match(R)||[],t=0;t0&&A(e).unusedInput.push(o),l=l.slice(l.indexOf(n)+n.length),u+=n.length),z[i]?(n?A(e).empty=!1:A(e).unusedTokens.push(i),$e(i,n,e)):e._strict&&!n&&A(e).unusedTokens.push(i);A(e).charsLeftOver=c-u,l.length>0&&A(e).unusedInput.push(l),e._a[Ke]<=12&&!0===A(e).bigHour&&e._a[Ke]>0&&(A(e).bigHour=void 0),A(e).parsedDateParts=e._a.slice(0),A(e).meridiem=e._meridiem,e._a[Ke]=$n(e._locale,e._a[Ke],e._meridiem),s=A(e).era,null!==s&&(e._a[Qe]=e._locale.erasConvertYear(s,e._a[Qe])),Un(e),_n(e)}else Nn(e);else Bn(e)}function $n(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 jn(e){var t,n,r,i,a,o,s=!1;if(0===e._f.length)return A(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 Xn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function xr(){if(!h(this._isDSTShifted))return this._isDSTShifted;var e,t={};return x(t,this),t=Wn(t),t._a?(e=t._isUTC?g(t._a):Xn(t._a),this._isDSTShifted=this.isValid()&&ur(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Cr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function kr(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}a.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Er=/^(-|\+)?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,a=e,o=null;return lr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(o=Mr.exec(e))?(n="-"===o[1]?-1:1,a={y:0,d:de(o[We])*n,h:de(o[Ke])*n,m:de(o[Ge])*n,s:de(o[Xe])*n,ms:de(cr(1e3*o[qe]))*n}):(o=Er.exec(e))?(n="-"===o[1]?-1:1,a={y:Br(o[2],n),M:Br(o[3],n),w:Br(o[4],n),d:Br(o[5],n),h:Br(o[6],n),m:Br(o[7],n),s:Br(o[8],n)}):null==a?a={}:"object"===typeof a&&("from"in a||"to"in a)&&(i=Lr(Xn(a.from),Xn(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new sr(a),lr(e)&&c(e,"_locale")&&(r._locale=e._locale),lr(e)&&c(e,"_isValid")&&(r._isValid=e._isValid),r}function Br(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Dr(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 Lr(e,t){var n;return e.isValid()&&t.isValid()?(t=pr(t,e),e.isBefore(t)?n=Dr(e,t):(n=Dr(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)||(B(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),i=Tr(n,r),Ir(this,i,e),this}}function Ir(e,t,n,r){var i=t._milliseconds,o=cr(t._days),s=cr(t._months);e.isValid()&&(r=null==r||r,s&&ht(e,pe(e,"Month")+s*n),o&&me(e,"Date",pe(e,"Date")+o*n),i&&e._d.setTime(e._d.valueOf()+i*n),r&&a.updateOffset(e,o||s))}Tr.fn=sr.prototype,Tr.invalid=or;var Fr=Or(1,"add"),Nr=Or(-1,"subtract");function Pr(e){return"string"===typeof e||e instanceof String}function Rr(e){return S(e)||f(e)||Pr(e)||d(e)||Ur(e)||Hr(e)||null===e||void 0===e}function Hr(e){var t,n,r=l(e)&&!u(e),i=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;tn.valueOf():n.valueOf()9999?Q(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):D(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",Q(n,"Z")):Q(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",a="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var t=Q(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(S(e)&&e.isValid()||Xn(e).isValid())?Tr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Xn(),e)}function ai(e,t){return this.isValid()&&(S(e)&&e.isValid()||Xn(e).isValid())?Tr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function oi(e){return this.to(Xn(),e)}function si(e){var t;return void 0===e?this._locale._abbr:(t=yn(e),null!=t&&(this._locale=t),this)}a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var li=M("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 ci(){return this._locale}var ui=1e3,hi=60*ui,di=60*hi,fi=3506328*di;function pi(e,t){return(e%t+t)%t}function mi(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-fi:new Date(e,t,n).valueOf()}function gi(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-fi:Date.UTC(e,t,n)}function vi(e){var t,n;if(e=ae(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,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-=pi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=pi(t,hi);break;case"second":t=this._d.valueOf(),t-=pi(t,ui);break}return this._d.setTime(t),a.updateOffset(this,!0),this}function Ai(e){var t,n;if(e=ae(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,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+=di-pi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-pi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ui-pi(t,ui)-1;break}return this._d.setTime(t),a.updateOffset(this,!0),this}function yi(){return this._d.valueOf()-6e4*(this._offset||0)}function bi(){return Math.floor(this.valueOf()/1e3)}function _i(){return new Date(this.valueOf())}function wi(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function xi(){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 Ci(){return this.isValid()?this.toISOString():null}function Si(){return y(this)}function ki(){return m({},A(this))}function Mi(){return A(this).overflow}function Ei(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Ti(e,t){var n,r,i,o=this._eras||yn("en")._eras;for(n=0,r=o.length;n=0)return l[r]}function Di(e,t){var n=e.since<=e.until?1:-1;return void 0===t?a(e.since).year():a(e.since).year()+(t-e.offset)*n}function Li(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;ea&&(t=a),Ji.call(this,e,t,n,r,i))}function Ji(e,t,n,r,i){var a=xt(e,t,n,r,i),o=_t(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function Zi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}Y("N",0,0,"eraAbbr"),Y("NN",0,0,"eraAbbr"),Y("NNN",0,0,"eraAbbr"),Y("NNNN",0,0,"eraName"),Y("NNNNN",0,0,"eraNarrow"),Y("y",["y",1],"yo","eraYear"),Y("y",["yy",2],0,"eraYear"),Y("y",["yyy",3],0,"eraYear"),Y("y",["yyyy",4],0,"eraYear"),Ne("N",Hi),Ne("NN",Hi),Ne("NNN",Hi),Ne("NNNN",Ui),Ne("NNNNN",zi),ze(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?A(n).era=i:A(n).invalidEra=e})),Ne("y",Be),Ne("yy",Be),Ne("yyy",Be),Ne("yyyy",Be),Ne("yo",Yi),ze(["y","yy","yyy","yyyy"],Qe),ze(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Qe]=n._locale.eraYearOrdinalParse(e,i):t[Qe]=parseInt(e,10)})),Y(0,["gg",2],0,(function(){return this.weekYear()%100})),Y(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),ie("weekYear","gg"),ie("isoWeekYear","GG"),le("weekYear",1),le("isoWeekYear",1),Ne("G",De),Ne("g",De),Ne("GG",Ce,be),Ne("gg",Ce,be),Ne("GGGG",Ee,we),Ne("gggg",Ee,we),Ne("GGGGG",Te,xe),Ne("ggggg",Te,xe),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=de(e)})),Ye(["gg","GG"],(function(e,t,n,r){t[r]=a.parseTwoDigitYear(e)})),Y("Q",0,"Qo","quarter"),ie("quarter","Q"),le("quarter",7),Ne("Q",ye),ze("Q",(function(e,t){t[Ve]=3*(de(e)-1)})),Y("D",["DD",2],"Do","date"),ie("date","D"),le("date",9),Ne("D",Ce),Ne("DD",Ce,be),Ne("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),ze(["D","DD"],We),ze("Do",(function(e,t){t[We]=de(e.match(Ce)[0])}));var ea=fe("Date",!0);function ta(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}Y("DDD",["DDDD",3],"DDDo","dayOfYear"),ie("dayOfYear","DDD"),le("dayOfYear",4),Ne("DDD",Me),Ne("DDDD",_e),ze(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),Y("m",["mm",2],0,"minute"),ie("minute","m"),le("minute",14),Ne("m",Ce),Ne("mm",Ce,be),ze(["m","mm"],Ge);var na=fe("Minutes",!1);Y("s",["ss",2],0,"second"),ie("second","s"),le("second",15),Ne("s",Ce),Ne("ss",Ce,be),ze(["s","ss"],Xe);var ra,ia,aa=fe("Seconds",!1);for(Y("S",0,0,(function(){return~~(this.millisecond()/100)})),Y(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Y(0,["SSS",3],0,"millisecond"),Y(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Y(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Y(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Y(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Y(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Y(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ie("millisecond","ms"),le("millisecond",16),Ne("S",Me,ye),Ne("SS",Me,be),Ne("SSS",Me,_e),ra="SSSS";ra.length<=9;ra+="S")Ne(ra,Be);function oa(e,t){t[qe]=de(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")ze(ra,oa);function sa(){return this._isUTC?"UTC":""}function la(){return this._isUTC?"Coordinated Universal Time":""}ia=fe("Milliseconds",!1),Y("z",0,0,"zoneAbbr"),Y("zz",0,0,"zoneName");var ca=C.prototype;function ua(e){return Xn(1e3*e)}function ha(){return Xn.apply(null,arguments).parseZone()}function da(e){return e}ca.add=Fr,ca.calendar=$r,ca.clone=jr,ca.diff=qr,ca.endOf=Ai,ca.format=ni,ca.from=ri,ca.fromNow=ii,ca.to=ai,ca.toNow=oi,ca.get=ge,ca.invalidAt=Mi,ca.isAfter=Qr,ca.isBefore=Vr,ca.isBetween=Wr,ca.isSame=Kr,ca.isSameOrAfter=Gr,ca.isSameOrBefore=Xr,ca.isValid=Si,ca.lang=li,ca.locale=si,ca.localeData=ci,ca.max=Jn,ca.min=qn,ca.parsingFlags=ki,ca.set=ve,ca.startOf=vi,ca.subtract=Nr,ca.toArray=wi,ca.toObject=xi,ca.toDate=_i,ca.toISOString=ei,ca.inspect=ti,"undefined"!==typeof Symbol&&null!=Symbol.for&&(ca[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ca.toJSON=Ci,ca.toString=Zr,ca.unix=bi,ca.valueOf=yi,ca.creationData=Ei,ca.eraName=Li,ca.eraNarrow=Oi,ca.eraAbbr=Ii,ca.eraYear=Fi,ca.year=At,ca.isLeapYear=yt,ca.weekYear=Qi,ca.isoWeekYear=Vi,ca.quarter=ca.quarters=Zi,ca.month=dt,ca.daysInMonth=ft,ca.week=ca.weeks=Bt,ca.isoWeek=ca.isoWeeks=Dt,ca.weeksInYear=Gi,ca.weeksInWeekYear=Xi,ca.isoWeeksInYear=Wi,ca.isoWeeksInISOWeekYear=Ki,ca.date=ea,ca.day=ca.days=Vt,ca.weekday=Wt,ca.isoWeekday=Kt,ca.dayOfYear=ta,ca.hour=ca.hours=on,ca.minute=ca.minutes=na,ca.second=ca.seconds=aa,ca.millisecond=ca.milliseconds=ia,ca.utcOffset=gr,ca.utc=Ar,ca.local=yr,ca.parseZone=br,ca.hasAlignedHourOffset=_r,ca.isDST=wr,ca.isLocal=Cr,ca.isUtcOffset=Sr,ca.isUtc=kr,ca.isUTC=kr,ca.zoneAbbr=sa,ca.zoneName=la,ca.dates=M("dates accessor is deprecated. Use date instead.",ea),ca.months=M("months accessor is deprecated. Use month instead",dt),ca.years=M("years accessor is deprecated. Use year instead",At),ca.zone=M("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",vr),ca.isDSTShifted=M("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",xr);var fa=I.prototype;function pa(e,t,n,r){var i=yn(),a=g().set(r,t);return i[n](a,e)}function ma(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return pa(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=pa(e,r,n,"month");return i}function ga(e,t,n,r){"boolean"===typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var i,a=yn(),o=e?a._week.dow:0,s=[];if(null!=n)return pa(t,(n+o)%7,r,"day");for(i=0;i<7;i++)s[i]=pa(t,(i+o)%7,r,"day");return s}function va(e,t){return ma(e,t,"months")}function Aa(e,t){return ma(e,t,"monthsShort")}function ya(e,t,n){return ga(e,t,n,"weekdays")}function ba(e,t,n){return ga(e,t,n,"weekdaysShort")}function _a(e,t,n){return ga(e,t,n,"weekdaysMin")}fa.calendar=N,fa.longDateFormat=K,fa.invalidDate=X,fa.ordinal=Z,fa.preparse=da,fa.postformat=da,fa.relativeTime=te,fa.pastFuture=ne,fa.set=L,fa.eras=Ti,fa.erasParse=Bi,fa.erasConvertYear=Di,fa.erasAbbrRegex=Pi,fa.erasNameRegex=Ni,fa.erasNarrowRegex=Ri,fa.months=st,fa.monthsShort=lt,fa.monthsParse=ut,fa.monthsRegex=mt,fa.monthsShortRegex=pt,fa.week=kt,fa.firstDayOfYear=Tt,fa.firstDayOfWeek=Et,fa.weekdays=zt,fa.weekdaysMin=$t,fa.weekdaysShort=Yt,fa.weekdaysParse=Qt,fa.weekdaysRegex=Gt,fa.weekdaysShortRegex=Xt,fa.weekdaysMinRegex=qt,fa.isPM=rn,fa.meridiem=sn,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),a.lang=M("moment.lang is deprecated. Use moment.locale instead.",gn),a.langData=M("moment.langData is deprecated. Use moment.localeData instead.",yn);var wa=Math.abs;function xa(){var e=this._data;return this._milliseconds=wa(this._milliseconds),this._days=wa(this._days),this._months=wa(this._months),e.milliseconds=wa(e.milliseconds),e.seconds=wa(e.seconds),e.minutes=wa(e.minutes),e.hours=wa(e.hours),e.months=wa(e.months),e.years=wa(e.years),this}function Ca(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 Sa(e,t){return Ca(this,e,t,1)}function ka(e,t){return Ca(this,e,t,-1)}function Ma(e){return e<0?Math.floor(e):Math.ceil(e)}function Ea(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,l=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*Ma(Ba(s)+o),o=0,s=0),l.milliseconds=a%1e3,e=he(a/1e3),l.seconds=e%60,t=he(e/60),l.minutes=t%60,n=he(t/60),l.hours=n%24,o+=he(n/24),i=he(Ta(o)),s+=i,o-=Ma(Ba(i)),r=he(s/12),s%=12,l.days=o,l.months=s,l.years=r,this}function Ta(e){return 4800*e/146097}function Ba(e){return 146097*e/4800}function Da(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if(e=ae(e),"month"===e||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Ta(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ba(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 La(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Oa(e){return function(){return this.as(e)}}var Ia=Oa("ms"),Fa=Oa("s"),Na=Oa("m"),Pa=Oa("h"),Ra=Oa("d"),Ha=Oa("w"),Ua=Oa("M"),za=Oa("Q"),Ya=Oa("y");function $a(){return Tr(this)}function ja(e){return e=ae(e),this.isValid()?this[e+"s"]():NaN}function Qa(e){return function(){return this.isValid()?this._data[e]:NaN}}var Va=Qa("milliseconds"),Wa=Qa("seconds"),Ka=Qa("minutes"),Ga=Qa("hours"),Xa=Qa("days"),qa=Qa("months"),Ja=Qa("years");function Za(){return he(this.days()/7)}var eo=Math.round,to={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function no(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function ro(e,t,n,r){var i=Tr(e).abs(),a=eo(i.as("s")),o=eo(i.as("m")),s=eo(i.as("h")),l=eo(i.as("d")),c=eo(i.as("M")),u=eo(i.as("w")),h=eo(i.as("y")),d=a<=n.ss&&["s",a]||a0,d[4]=r,no.apply(null,d)}function io(e){return void 0===e?eo:"function"===typeof e&&(eo=e,!0)}function ao(e,t){return void 0!==to[e]&&(void 0===t?to[e]:(to[e]=t,"s"===e&&(to.ss=t-1),!0))}function oo(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,i=!1,a=to;return"object"===typeof e&&(t=e,e=!1),"boolean"===typeof e&&(i=e),"object"===typeof t&&(a=Object.assign({},to,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),n=this.localeData(),r=ro(this,!i,a,n),i&&(r=n.pastFuture(+this,r)),n.postformat(r)}var so=Math.abs;function lo(e){return(e>0)-(e<0)||+e}function co(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,i,a,o,s,l=so(this._milliseconds)/1e3,c=so(this._days),u=so(this._months),h=this.asSeconds();return h?(e=he(l/60),t=he(e/60),l%=60,e%=60,n=he(u/12),u%=12,r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",a=lo(this._months)!==lo(h)?"-":"",o=lo(this._days)!==lo(h)?"-":"",s=lo(this._milliseconds)!==lo(h)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?o+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var uo=sr.prototype;return uo.isValid=ar,uo.abs=xa,uo.add=Sa,uo.subtract=ka,uo.as=Da,uo.asMilliseconds=Ia,uo.asSeconds=Fa,uo.asMinutes=Na,uo.asHours=Pa,uo.asDays=Ra,uo.asWeeks=Ha,uo.asMonths=Ua,uo.asQuarters=za,uo.asYears=Ya,uo.valueOf=La,uo._bubble=Ea,uo.clone=$a,uo.get=ja,uo.milliseconds=Va,uo.seconds=Wa,uo.minutes=Ka,uo.hours=Ga,uo.days=Xa,uo.weeks=Za,uo.months=qa,uo.years=Ja,uo.humanize=oo,uo.toISOString=co,uo.toString=co,uo.toJSON=co,uo.locale=si,uo.localeData=ci,uo.toIsoString=M("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",co),uo.lang=li,Y("X",0,0,"unix"),Y("x",0,0,"valueOf"),Ne("x",De),Ne("X",Ie),ze("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),ze("x",(function(e,t,n){n._d=new Date(de(e))})), +//! moment.js +a.version="2.29.1",o(Xn),a.fn=ca,a.min=er,a.max=tr,a.now=nr,a.utc=g,a.unix=ua,a.months=va,a.isDate=f,a.locale=gn,a.invalid=b,a.duration=Tr,a.isMoment=S,a.weekdays=ya,a.parseZone=ha,a.localeData=yn,a.isDuration=lr,a.monthsShort=Aa,a.weekdaysMin=_a,a.defineLocale=vn,a.updateLocale=An,a.locales=bn,a.weekdaysShort=ba,a.normalizeUnits=ae,a.relativeTimeRounding=io,a.relativeTimeThreshold=ao,a.calendarFormat=Yr,a.prototype=ca,a.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"},a}))}).call(this,n("62e4")(e))},c221:function(e,t,n){var r=n("452e"),i=n("656f"),a=n("de18"),o=n("a44c"),s=n("f108"),l=n("294d"),c=n("0b17");function u(e,t,n){if(e){var u,h=arguments.length>1&&(s(t)||!a(t)),d=h?n:t;if(i(e))c(e,h?function(n,r){e[r]=t}:function(t,n){r(e,n)}),d&&l(e,d);else if(o(e)){if(h){u=e.length;while(u>0)u--,e[u]=t}else e.length=0;d&&e.push.apply(e,d)}}return e}e.exports=u},c284:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=119)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},119:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-progress",class:["el-progress--"+e.type,e.status?"is-"+e.status:"",{"el-progress--without-text":!e.showText,"el-progress--text-inside":e.textInside}],attrs:{role:"progressbar","aria-valuenow":e.percentage,"aria-valuemin":"0","aria-valuemax":"100"}},["line"===e.type?n("div",{staticClass:"el-progress-bar"},[n("div",{staticClass:"el-progress-bar__outer",style:{height:e.strokeWidth+"px"}},[n("div",{staticClass:"el-progress-bar__inner",style:e.barStyle},[e.showText&&e.textInside?n("div",{staticClass:"el-progress-bar__innerText"},[e._v(e._s(e.content))]):e._e()])])]):n("div",{staticClass:"el-progress-circle",style:{height:e.width+"px",width:e.width+"px"}},[n("svg",{attrs:{viewBox:"0 0 100 100"}},[n("path",{staticClass:"el-progress-circle__track",style:e.trailPathStyle,attrs:{d:e.trackPath,stroke:"#e5e9f2","stroke-width":e.relativeStrokeWidth,fill:"none"}}),n("path",{staticClass:"el-progress-circle__path",style:e.circlePathStyle,attrs:{d:e.trackPath,stroke:e.stroke,fill:"none","stroke-linecap":e.strokeLinecap,"stroke-width":e.percentage?e.relativeStrokeWidth:0}})])]),e.showText&&!e.textInside?n("div",{staticClass:"el-progress__text",style:{fontSize:e.progressTextSize+"px"}},[e.status?n("i",{class:e.iconClass}):[e._v(e._s(e.content))]],2):e._e()])},i=[];r._withStripped=!0;var a={name:"ElProgress",props:{type:{type:String,default:"line",validator:function(e){return["line","circle","dashboard"].indexOf(e)>-1}},percentage:{type:Number,default:0,required:!0,validator:function(e){return e>=0&&e<=100}},status:{type:String,validator:function(e){return["success","exception","warning"].indexOf(e)>-1}},strokeWidth:{type:Number,default:6},strokeLinecap:{type:String,default:"round"},textInside:{type:Boolean,default:!1},width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:[String,Array,Function],default:""},format:Function},computed:{barStyle:function(){var e={};return e.width=this.percentage+"%",e.backgroundColor=this.getCurrentColor(this.percentage),e},relativeStrokeWidth:function(){return(this.strokeWidth/this.width*100).toFixed(1)},radius:function(){return"circle"===this.type||"dashboard"===this.type?parseInt(50-parseFloat(this.relativeStrokeWidth)/2,10):0},trackPath:function(){var e=this.radius,t="dashboard"===this.type;return"\n M 50 50\n m 0 "+(t?"":"-")+e+"\n a "+e+" "+e+" 0 1 1 0 "+(t?"-":"")+2*e+"\n a "+e+" "+e+" 0 1 1 0 "+(t?"":"-")+2*e+"\n "},perimeter:function(){return 2*Math.PI*this.radius},rate:function(){return"dashboard"===this.type?.75:1},strokeDashoffset:function(){var e=-1*this.perimeter*(1-this.rate)/2;return e+"px"},trailPathStyle:function(){return{strokeDasharray:this.perimeter*this.rate+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset}},circlePathStyle:function(){return{strokeDasharray:this.perimeter*this.rate*(this.percentage/100)+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease"}},stroke:function(){var e=void 0;if(this.color)e=this.getCurrentColor(this.percentage);else switch(this.status){case"success":e="#13ce66";break;case"exception":e="#ff4949";break;case"warning":e="#e6a23c";break;default:e="#20a0ff"}return e},iconClass:function(){return"warning"===this.status?"el-icon-warning":"line"===this.type?"success"===this.status?"el-icon-circle-check":"el-icon-circle-close":"success"===this.status?"el-icon-check":"el-icon-close"},progressTextSize:function(){return"line"===this.type?12+.4*this.strokeWidth:.111111*this.width+2},content:function(){return"function"===typeof this.format?this.format(this.percentage)||"":this.percentage+"%"}},methods:{getCurrentColor:function(e){return"function"===typeof this.color?this.color(e):"string"===typeof this.color?this.color:this.getLevelColor(e)},getLevelColor:function(e){for(var t=this.getColorArray().sort((function(e,t){return e.percentage-t.percentage})),n=0;ne)return t[n].color;return t[t.length-1].color},getColorArray:function(){var e=this.color,t=100/e.length;return e.map((function(e,n){return"string"===typeof e?{color:e,percentage:(n+1)*t}:e}))}}},o=a,s=n(0),l=Object(s["a"])(o,r,i,!1,null,null,null);l.options.__file="packages/progress/src/progress.vue";var c=l.exports;c.install=function(e){e.component(c.name,c)};t["default"]=c}})},c345:function(e,t,n){"use strict";var r=n("c532"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,o={};return e?(r.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},c401:function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},c430:function(e,t){e.exports=!1},c532:function(e,t,n){"use strict";var r=n("1d2b"),i=Object.prototype.toString;function a(e){return"[object Array]"===i.call(e)}function o(e){return"undefined"===typeof e}function s(e){return null!==e&&!o(e)&&null!==e.constructor&&!o(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function l(e){return"[object ArrayBuffer]"===i.call(e)}function c(e){return"undefined"!==typeof FormData&&e instanceof FormData}function u(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer,t}function h(e){return"string"===typeof e}function d(e){return"number"===typeof e}function f(e){return null!==e&&"object"===typeof e}function p(e){return"[object Date]"===i.call(e)}function m(e){return"[object File]"===i.call(e)}function g(e){return"[object Blob]"===i.call(e)}function v(e){return"[object Function]"===i.call(e)}function A(e){return f(e)&&v(e.pipe)}function y(e){return"undefined"!==typeof URLSearchParams&&e instanceof URLSearchParams}function b(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function _(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function w(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n2&&void 0!==arguments[2]?arguments[2]:300,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!e||!t)throw new Error("instance & callback is required");var i=!1,a=function(){i||(i=!0,t&&t.apply(null,arguments))};r?e.$once("after-leave",a):e.$on("after-leave",a),setTimeout((function(){a()}),n+100)}},c63e:function(e,t,n){"use strict";t.__esModule=!0,t.removeResizeListener=t.addResizeListener=void 0;var r=n("6dd8"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}var o="undefined"===typeof window,s=function(e){var t=e,n=Array.isArray(t),r=0;for(t=n?t:t[Symbol.iterator]();;){var i;if(n){if(r>=t.length)break;i=t[r++]}else{if(r=t.next(),r.done)break;i=r.value}var a=i,o=a.target.__resizeListeners__||[];o.length&&o.forEach((function(e){e()}))}};t.addResizeListener=function(e,t){o||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new i.default(s),e.__ro__.observe(e)),e.__resizeListeners__.push(t))},t.removeResizeListener=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())}},c695:function(e,t,n){"use strict";var r=n("d3f7"),i=n("294d"),a=n("0b17"),o=n("5b18"),s=n("1108"),l=n("69b8"),c=n("e3c3"),u=n("de51"),h=n("d46f"),d=n("4931"),f=n("25b3"),p=n("7b36"),m=n("1458"),g=n("bdd6"),v=n("5d7e"),A=n("bacb"),y=n("6b35"),b=n("b000"),_=n("f4fe"),w=n("3703"),x=n("29b2"),C=n("aeaf"),S=n("20b3"),k=n("612b"),M=n("6c69"),E=n("3371"),T=n("24a5"),B=n("13da"),D=n("4ea2"),L=n("be51"),O=n("81c7"),I=n("6757"),F=n("7bf6"),N=n("4035"),P=n("5292"),R=n("1553"),H=n("64be"),U=n("80c6"),z=n("42c3"),Y=n("f4c2"),$=n("7508"),j=n("a16a"),Q=n("955b"),V=n("9de7"),W=n("a44c"),K=n("f108"),G=n("0065"),X=n("7ab1"),q=n("b484"),J=n("de18"),Z=n("b7c3"),ee=n("656f"),te=n("b267"),ne=n("6deb"),re=n("9051"),ie=n("9a21"),ae=n("8966"),oe=n("0e1c"),se=n("0b11"),le=n("aeb9"),ce=n("6815"),ue=n("35f1"),he=n("e643"),de=n("35e1"),fe=n("2742"),pe=n("6528"),me=n("c221"),ge=n("4237"),ve=n("0b43"),Ae=n("4396"),ye=n("5d32"),be=n("366b"),_e=n("ef6a"),we=n("59e7"),xe=n("cb44"),Ce=n("5d3a"),Se=n("ad54"),ke=n("c194"),Me=n("7e07"),Ee=n("7ce4"),Te=n("77f9"),Be=n("596e"),De=n("a9ca"),Le=n("33b5"),Oe=n("4964"),Ie=n("b580"),Fe=n("6eda"),Ne=n("d6c5"),Pe=n("9855"),Re=n("f8eb"),He=n("a98b"),Ue=n("0c07"),ze=n("9b19"),Ye=n("6fe2"),$e=n("05ea"),je=n("7273"),Qe=n("0a5b"),Ve=n("f469"),We=n("f739"),Ke=n("88e3"),Ge=n("08a8"),Xe=n("5b2d"),qe=n("04d4"),Je=n("b76e"),Ze=n("36c6"),et=n("ba43"),tt=n("acd0"),nt=n("f8cd"),rt=n("1124"),it=n("616c"),at=n("349d"),ot=n("c9cd"),st=n("f9f2"),lt=n("a695"),ct=n("092a"),ut=n("068d"),ht=n("34e4"),dt=n("416f"),ft=n("468d"),pt=n("9759"),mt=n("789e"),gt=n("9a87"),vt=n("bfcd"),At=n("1d46"),yt=n("62e1"),bt=n("012c"),_t=n("3a48"),wt=n("fedd"),xt=n("4054"),Ct=n("a8c4"),St=n("51ef"),kt=n("27ad"),Mt=n("b6e3"),Et=n("1dd9"),Tt=n("0946"),Bt=n("6175"),Dt=n("a0a1"),Lt=n("2ae6"),Ot=n("13ea"),It=n("f339"),Ft=n("1b3c"),Nt=n("9fe0"),Pt=n("0119"),Rt=n("f33a"),Ht=n("7f34"),Ut=n("f266"),zt=n("d2b6"),Yt=n("5e3a"),$t=n("1abc"),jt=n("f54d"),Qt=n("24ac"),Vt=n("04bb"),Wt=n("4cfc"),Kt=n("b79d"),Gt=n("d219"),Xt=n("fe37"),qt=n("f42e"),Jt=n("c8de"),Zt=n("6724"),en=n("2242"),tn=n("258e"),nn=n("4f3d"),rn=n("e65b"),an=n("fca9"),on=n("b6c5"),sn=n("e503"),ln=n("a87c"),cn=n("0ba0"),un=n("6c18"),hn=n("e8ca"),dn=n("ad4e");i(r,{assign:i,objectEach:a,lastObjectEach:o,objectMap:s,merge:l,uniq:m,union:g,sortBy:A,orderBy:y,shuffle:b,sample:_,some:u,every:h,slice:w,filter:x,find:k,findLast:M,findKey:C,includes:S,arrayIndexOf:j,arrayLastIndexOf:Q,map:c,reduce:E,copyWithin:T,chunk:B,zip:D,unzip:L,zipObject:O,flatten:I,toArray:v,includeArrays:d,pluck:F,invoke:N,arrayEach:f,lastArrayEach:p,toArrayTree:P,toTreeArray:R,findTree:H,eachTree:U,mapTree:z,filterTree:Y,searchTree:$,hasOwnProp:V,eqNull:re,isNaN:G,isFinite:ge,isUndefined:X,isArray:W,isFloat:ve,isInteger:Ae,isFunction:q,isBoolean:ye,isString:Z,isNumber:be,isRegExp:_e,isObject:J,isPlainObject:ee,isDate:ne,isError:we,isTypeError:xe,isEmpty:Ce,isNull:K,isSymbol:Se,isArguments:ke,isElement:Me,isDocument:Ee,isWindow:Te,isFormData:Be,isMap:De,isWeakMap:Le,isSet:Oe,isWeakSet:Ie,isLeapYear:te,isMatch:Fe,isEqual:Ne,isEqualWith:Pe,getType:Re,uniqueId:He,getSize:de,indexOf:se,lastIndexOf:le,findIndexOf:Ue,findLastIndexOf:ze,toStringJSON:Ye,toJSONString:$e,keys:ce,values:ue,entries:je,pick:Qe,omit:Ve,first:We,last:Ke,each:ie,forOf:ae,lastForOf:oe,lastEach:fe,has:Ge,get:Xe,set:qe,groupBy:Je,countBy:Ze,clone:he,clear:me,remove:pe,range:et,destructuring:tt,random:nt,min:it,max:rt,commafy:at,round:ot,ceil:st,floor:lt,toFixed:ct,toNumber:ht,toNumberString:dt,toInteger:ut,add:ft,subtract:pt,multiply:mt,divide:gt,sum:vt,mean:At,now:Ct,timestamp:St,isValidDate:kt,isDateSame:Mt,toStringDate:wt,toDateString:xt,getWhatYear:yt,getWhatMonth:bt,getWhatWeek:Et,getWhatDay:_t,getYearDay:Tt,getYearWeek:Bt,getMonthWeek:Dt,getDayOfYear:Lt,getDayOfMonth:Ot,getDateDiff:It,trim:Rt,trimLeft:Ut,trimRight:Ht,escape:zt,unescape:Yt,camelCase:$t,kebabCase:jt,repeat:Pt,padStart:Nt,padEnd:Ft,startsWith:Qt,endsWith:Vt,template:Wt,toFormatString:Kt,toString:Gt,toValueString:Gt,noop:Xt,property:qt,bind:Jt,once:Zt,after:en,before:tn,throttle:nn,debounce:rn,delay:an,unserialize:on,serialize:sn,parseUrl:ln,getBaseURL:cn,locat:un,browse:dn,cookie:hn}),e.exports=r},c6b6:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},c6cd:function(e,t,n){var r=n("da84"),i=n("ce4e"),a="__core-js_shared__",o=r[a]||i(a,{});e.exports=o},c718:function(e,t,n){var r=n("cef5");function i(e,t){if(e.repeat)return e.repeat(t);var n=isNaN(t)?[]:new Array(r(t));return n.join(e)+(n.length>0?e:"")}e.exports=i},c740:function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").findIndex,a=n("44d2"),o="findIndex",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{findIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a(o)},c7aa:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},c8af:function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},c8d2:function(e,t,n){var r=n("d039"),i=n("5899"),a="​…᠎";e.exports=function(e){return r((function(){return!!i[e]()||a[e]()!=a||i[e].name!==e}))}},c8de:function(e,t,n){var r=n("3703");function i(e,t){var n=r(arguments,2);return function(){return e.apply(t,r(arguments).concat(n))}}e.exports=i},c8f3:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},c901:function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},c9cd:function(e,t,n){var r=n("3cd7"),i=r("round");e.exports=i},ca22:function(e,t){function n(e){return function(t){return typeof t===e}}e.exports=n},ca84:function(e,t,n){var r=n("5135"),i=n("fc6a"),a=n("4d64").indexOf,o=n("d012");e.exports=function(e,t){var n,s=i(e),l=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);while(t.length>l)r(s,n=t[l++])&&(~a(c,n)||c.push(n));return c}},ca91:function(e,t,n){"use strict";var r=n("ebb5"),i=n("d58f").left,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("reduce",(function(e){return i(a(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}))},caad:function(e,t,n){"use strict";var r=n("23e7"),i=n("4d64").includes,a=n("44d2");r({target:"Array",proto:!0},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a("includes")},cb44:function(e,t){function n(e){return!!e&&e.constructor===TypeError}e.exports=n},cc12:function(e,t,n){var r=n("da84"),i=n("861d"),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},cc15:function(e,t,n){var r=n("b367")("wks"),i=n("8b1a"),a=n("ef08").Symbol,o="function"==typeof a,s=e.exports=function(e){return r[e]||(r[e]=o&&a[e]||(o?a:i)("Symbol."+e))};s.store=r},cca6:function(e,t,n){var r=n("23e7"),i=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},cd26:function(e,t,n){"use strict";var r=n("ebb5"),i=r.aTypedArray,a=r.exportTypedArrayMethod,o=Math.floor;a("reverse",(function(){var e,t=this,n=i(t).length,r=o(n/2),a=0;while(a=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:"D. M. 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}))},cf51:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},cf75:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},d010:function(e,t,n){"use strict";function r(e,t,n){this.$children.forEach((function(i){var a=i.$options.componentName;a===e?i.$emit.apply(i,[t].concat(n)):r.apply(i,[e,t].concat([n]))}))}t.__esModule=!0,t.default={methods:{dispatch:function(e,t,n){var r=this.$parent||this.$root,i=r.$options.componentName;while(r&&(!i||i!==e))r=r.$parent,r&&(i=r.$options.componentName);r&&r.$emit.apply(r,[t].concat(n))},broadcast:function(e,t,n){r.call(this,e,t,n)}}}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,n){var r=n("428f"),i=n("da84"),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},d0e5:function(e,t){var n="last";e.exports=n},d139:function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").find,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("find",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},d16a:function(e,t,n){var r=n("fc5e"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},d1e7:function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},d219:function(e,t,n){var r=n("9051"),i=n("366b"),a=n("416f");function o(e){return i(e)?a(e):""+(r(e)?"":e)}e.exports=o},d26a:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,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:"[བདུན་ཕྲག་རྗེས་མ], 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}))},d28b:function(e,t,n){var r=n("746f");r("iterator")},d2b6:function(e,t,n){var r=n("8b91"),i=n("6149"),a=i(r);e.exports=a},d2bb:function(e,t,n){var r=n("825a"),i=n("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(n,[]),t=n instanceof Array}catch(a){}return function(n,a){return r(n),i(a),t?e.call(n,a):n.__proto__=a,n}}():void 0)},d2d4:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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º",invalidDate:"Data inválida"});return t}))},d397:function(e,t,n){"use strict";function r(e){return void 0!==e&&null!==e}function i(e){var t=/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi;return t.test(e)}t.__esModule=!0,t.isDef=r,t.isKorean=i},d3b7:function(e,t,n){var r=n("00eef"),i=n("6eeb"),a=n("b041");r||i(Object.prototype,"toString",a,{unsafe:!0})},d3f7:function(e,t,n){"use strict";var r=n("27e0"),i=n("25b3"),a=n("9a21"),o=n("b484"),s=n("294d"),l=function(){};function c(){i(arguments,(function(e){a(e,(function(e,t){l[t]=o(e)?function(){var t=e.apply(l.$context,arguments);return l.$context=null,t}:e}))}))}function u(e){return s(r,e)}l.VERSION="3.1.11",l.mixin=c,l.setup=u,e.exports=l},d44e:function(e,t,n){var r=n("9bf2").f,i=n("5135"),a=n("b622"),o=a("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},d46f:function(e,t,n){var r=n("4730"),i=r("every",1,1,!1,!0);e.exports=i},d4af:function(e,t,n){"use strict";var r=n("8eb7"),i=n("7b3e"),a=10,o=40,s=800;function l(e){var t=0,n=0,r=0,i=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=t*a,i=n*a,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||i)&&e.deltaMode&&(1==e.deltaMode?(r*=o,i*=o):(r*=s,i*=s)),r&&!t&&(t=r<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:i}}l.getEventType=function(){return r.firefox()?"DOMMouseScroll":i("wheel")?"wheel":"mousewheel"},e.exports=l},d4b4:function(e,t,n){"use strict";var r={el:{colorpicker:{confirm:"确定",clear:"清空"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}},i=n("2b0e"),a=n("3c4e"),o=n.n(a),s=n("6bd7");const l=/(%|)\{([0-9a-zA-Z_]+)\}/g;var c=function(e){function t(e,...t){return 1===t.length&&"object"===typeof t[0]&&(t=t[0]),t&&t.hasOwnProperty||(t={}),e.replace(l,(n,r,i,a)=>{let o;return"{"===e[a-1]&&"}"===e[a+n.length]?i:(o=Object(s["d"])(t,i)?t[i]:null,null===o||void 0===o?"":o)})}return t};const u=c(i["default"]);let h=r,d=!1,f=function(){const e=Object.getPrototypeOf(this||i["default"]).$t;if("function"===typeof e&&i["default"].locale)return d||(d=!0,i["default"].locale(i["default"].config.lang,o()(h,i["default"].locale(i["default"].config.lang)||{},{clone:!0}))),e.apply(this,arguments)};const p=function(e,t){let n=f.apply(this,arguments);if(null!==n&&void 0!==n)return n;const r=e.split(".");let i=h;for(let a=0,o=r.length;a=0:h>d;d+=f)d in u&&(l=n(l,u[d],d,c));return l}};e.exports={left:s(!1),right:s(!0)}},d5d6:function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").forEach,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("forEach",(function(e){i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},d69a:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("fil",{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}))},d6b6:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},d6c5:function(e,t,n){var r=n("3fc4"),i=n("2c94");function a(e,t){return r(e,t,i)}e.exports=a},d716:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},d784:function(e,t,n){"use strict";n("ac1f");var r=n("6eeb"),i=n("d039"),a=n("b622"),o=n("9263"),s=n("9112"),l=a("species"),c=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),u=function(){return"$0"==="a".replace(/./,"$0")}(),h=a("replace"),d=function(){return!!/./[h]&&""===/./[h]("a","$0")}(),f=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,h){var p=a(e),m=!i((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),g=m&&!i((function(){var t=!1,n=/a/;return"split"===e&&(n={},n.constructor={},n.constructor[l]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!g||"replace"===e&&(!c||!u||d)||"split"===e&&!f){var v=/./[p],A=n(p,""[e],(function(e,t,n,r,i){return t.exec===o?m&&!i?{done:!0,value:v.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),y=A[0],b=A[1];r(String.prototype,e,y),r(RegExp.prototype,p,2==t?function(e,t){return b.call(e,this,t)}:function(e){return b.call(e,this)})}h&&s(RegExp.prototype[p],"sham",!0)}},d7d1:function(e,t,n){"use strict";var r;(function(i){var a={},o=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,s="\\d\\d?",l="\\d{3}",c="\\d{4}",u="[^\\s]+",h=/\[([^]*?)\]/gm,d=function(){};function f(e){return e.replace(/[|\\{()[^$+*?.-]/g,"\\$&")}function p(e,t){for(var n=[],r=0,i=e.length;r3?0:(e-e%10!==10)*e%10]}};var _={D:function(e){return e.getDay()},DD:function(e){return g(e.getDay())},Do:function(e,t){return t.DoFn(e.getDate())},d:function(e){return e.getDate()},dd:function(e){return g(e.getDate())},ddd:function(e,t){return t.dayNamesShort[e.getDay()]},dddd:function(e,t){return t.dayNames[e.getDay()]},M:function(e){return e.getMonth()+1},MM:function(e){return g(e.getMonth()+1)},MMM:function(e,t){return t.monthNamesShort[e.getMonth()]},MMMM:function(e,t){return t.monthNames[e.getMonth()]},yy:function(e){return g(String(e.getFullYear()),4).substr(2)},yyyy:function(e){return g(e.getFullYear(),4)},h:function(e){return e.getHours()%12||12},hh:function(e){return g(e.getHours()%12||12)},H:function(e){return e.getHours()},HH:function(e){return g(e.getHours())},m:function(e){return e.getMinutes()},mm:function(e){return g(e.getMinutes())},s:function(e){return e.getSeconds()},ss:function(e){return g(e.getSeconds())},S:function(e){return Math.round(e.getMilliseconds()/100)},SS:function(e){return g(Math.round(e.getMilliseconds()/10),2)},SSS:function(e){return g(e.getMilliseconds(),3)},a:function(e,t){return e.getHours()<12?t.amPm[0]:t.amPm[1]},A:function(e,t){return e.getHours()<12?t.amPm[0].toUpperCase():t.amPm[1].toUpperCase()},ZZ:function(e){var t=e.getTimezoneOffset();return(t>0?"-":"+")+g(100*Math.floor(Math.abs(t)/60)+Math.abs(t)%60,4)}},w={d:[s,function(e,t){e.day=t}],Do:[s+u,function(e,t){e.day=parseInt(t,10)}],M:[s,function(e,t){e.month=t-1}],yy:[s,function(e,t){var n=new Date,r=+(""+n.getFullYear()).substr(0,2);e.year=""+(t>68?r-1:r)+t}],h:[s,function(e,t){e.hour=t}],m:[s,function(e,t){e.minute=t}],s:[s,function(e,t){e.second=t}],yyyy:[c,function(e,t){e.year=t}],S:["\\d",function(e,t){e.millisecond=100*t}],SS:["\\d{2}",function(e,t){e.millisecond=10*t}],SSS:[l,function(e,t){e.millisecond=t}],D:[s,d],ddd:[u,d],MMM:[u,m("monthNamesShort")],MMMM:[u,m("monthNames")],a:[u,function(e,t,n){var r=t.toLowerCase();r===n.amPm[0]?e.isPm=!1:r===n.amPm[1]&&(e.isPm=!0)}],ZZ:["[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z",function(e,t){var n,r=(t+"").match(/([+-]|\d\d)/gi);r&&(n=60*r[1]+parseInt(r[2],10),e.timezoneOffset="+"===r[0]?n:-n)}]};w.dd=w.d,w.dddd=w.ddd,w.DD=w.D,w.mm=w.m,w.hh=w.H=w.HH=w.h,w.MM=w.M,w.ss=w.s,w.A=w.a,a.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},a.format=function(e,t,n){var r=n||a.i18n;if("number"===typeof e&&(e=new Date(e)),"[object Date]"!==Object.prototype.toString.call(e)||isNaN(e.getTime()))throw new Error("Invalid Date in fecha.format");t=a.masks[t]||t||a.masks["default"];var i=[];return t=t.replace(h,(function(e,t){return i.push(t),"@@@"})),t=t.replace(o,(function(t){return t in _?_[t](e,r):t.slice(1,t.length-1)})),t.replace(/@@@/g,(function(){return i.shift()}))},a.parse=function(e,t,n){var r=n||a.i18n;if("string"!==typeof t)throw new Error("Invalid format in fecha.parse");if(t=a.masks[t]||t,e.length>1e3)return null;var i={},s=[],l=[];t=t.replace(h,(function(e,t){return l.push(t),"@@@"}));var c=f(t).replace(o,(function(e){if(w[e]){var t=w[e];return s.push(t[1]),"("+t[0]+")"}return e}));c=c.replace(/@@@/g,(function(){return l.shift()}));var u=e.match(new RegExp(c,"i"));if(!u)return null;for(var d=1;d0&&void 0!==arguments[0]?arguments[0]:"";return String(e).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var p=t.arrayFindIndex=function(e,t){for(var n=0;n!==e.length;++n)if(t(e[n]))return n;return-1},m=(t.arrayFind=function(e,t){var n=p(e,t);return-1!==n?e[n]:void 0},t.coerceTruthyValueToArray=function(e){return Array.isArray(e)?e:e?[e]:[]},t.isIE=function(){return!a.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},t.isEdge=function(){return!a.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},t.isFirefox=function(){return!a.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},t.autoprefixer=function(e){if("object"!==("undefined"===typeof e?"undefined":r(e)))return e;var t=["transform","transition","animation"],n=["ms-","webkit-"];return t.forEach((function(t){var r=e[t];t&&r&&n.forEach((function(n){e[n+t]=r}))})),e},t.kebabCase=function(e){var t=/([^-])([A-Z])/g;return e.replace(t,"$1-$2").replace(t,"$1-$2").toLowerCase()},t.capitalize=function(e){return(0,o.isString)(e)?e.charAt(0).toUpperCase()+e.slice(1):e},t.looseEqual=function(e,t){var n=(0,o.isObject)(e),r=(0,o.isObject)(t);return n&&r?JSON.stringify(e)===JSON.stringify(t):!n&&!r&&String(e)===String(t)}),g=t.arrayEquals=function(e,t){if(e=e||[],t=t||[],e.length!==t.length)return!1;for(var n=0;n1?arguments[1]:void 0)}})},d925:function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},d940:function(e,t,n){"use strict";t.__esModule=!0,t.validateRangeInOneMonth=t.extractTimeFormat=t.extractDateFormat=t.nextYear=t.prevYear=t.nextMonth=t.prevMonth=t.changeYearMonthAndClampDate=t.timeWithinRange=t.limitTimeRange=t.clearMilliseconds=t.clearTime=t.modifyWithTimeString=t.modifyTime=t.modifyDate=t.range=t.getRangeMinutes=t.getMonthDays=t.getPrevMonthLastDays=t.getRangeHours=t.getWeekNumber=t.getStartDateOfMonth=t.nextDate=t.prevDate=t.getFirstDayOfMonth=t.getDayCountOfYear=t.getDayCountOfMonth=t.parseDate=t.formatDate=t.isDateObject=t.isDate=t.toDate=t.getI18nSettings=void 0;var r=n("d7d1"),i=o(r),a=n("4897");function o(e){return e&&e.__esModule?e:{default:e}}var s=["sun","mon","tue","wed","thu","fri","sat"],l=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],c=function(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n},u=t.getI18nSettings=function(){return{dayNamesShort:s.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),dayNames:s.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),monthNamesShort:l.map((function(e){return(0,a.t)("el.datepicker.months."+e)})),monthNames:l.map((function(e,t){return(0,a.t)("el.datepicker.month"+(t+1))})),amPm:["am","pm"]}},h=t.toDate=function(e){return d(e)?new Date(e):null},d=t.isDate=function(e){return null!==e&&void 0!==e&&(!isNaN(new Date(e).getTime())&&!Array.isArray(e))},f=(t.isDateObject=function(e){return e instanceof Date},t.formatDate=function(e,t){return e=h(e),e?i.default.format(e,t||"yyyy-MM-dd",u()):""},t.parseDate=function(e,t){return i.default.parse(e,t||"yyyy-MM-dd",u())}),p=t.getDayCountOfMonth=function(e,t){return 3===t||5===t||8===t||10===t?30:1===t?e%4===0&&e%100!==0||e%400===0?29:28:31},m=(t.getDayCountOfYear=function(e){var t=e%400===0||e%100!==0&&e%4===0;return t?366:365},t.getFirstDayOfMonth=function(e){var t=new Date(e.getTime());return t.setDate(1),t.getDay()},t.prevDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()-t)});t.nextDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()+t)},t.getStartDateOfMonth=function(e,t){var n=new Date(e,t,1),r=n.getDay();return m(n,0===r?7:r)},t.getWeekNumber=function(e){if(!d(e))return null;var t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},t.getRangeHours=function(e){var t=[],n=[];if((e||[]).forEach((function(e){var t=e.map((function(e){return e.getHours()}));n=n.concat(c(t[0],t[1]))})),n.length)for(var r=0;r<24;r++)t[r]=-1===n.indexOf(r);else for(var i=0;i<24;i++)t[i]=!1;return t},t.getPrevMonthLastDays=function(e,t){if(t<=0)return[];var n=new Date(e.getTime());n.setDate(0);var r=n.getDate();return v(t).map((function(e,n){return r-(t-n-1)}))},t.getMonthDays=function(e){var t=new Date(e.getFullYear(),e.getMonth()+1,0),n=t.getDate();return v(n).map((function(e,t){return t+1}))};function g(e,t,n,r){for(var i=t;i0?e.forEach((function(e){var r=e[0],i=e[1],a=r.getHours(),o=r.getMinutes(),s=i.getHours(),l=i.getMinutes();a===t&&s!==t?g(n,o,60,!0):a===t&&s===t?g(n,o,l+1,!0):a!==t&&s===t?g(n,0,l+1,!0):at&&g(n,0,60,!0)})):g(n,0,60,!0),n};var v=t.range=function(e){return Array.apply(null,{length:e}).map((function(e,t){return t}))},A=t.modifyDate=function(e,t,n,r){return new Date(t,n,r,e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())},y=t.modifyTime=function(e,t,n,r){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),t,n,r,e.getMilliseconds())},b=(t.modifyWithTimeString=function(e,t){return null!=e&&t?(t=f(t,"HH:mm:ss"),y(e,t.getHours(),t.getMinutes(),t.getSeconds())):e},t.clearTime=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.clearMilliseconds=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),0)},t.limitTimeRange=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"HH:mm:ss";if(0===t.length)return e;var r=function(e){return i.default.parse(i.default.format(e,n),n)},a=r(e),o=t.map((function(e){return e.map(r)}));if(o.some((function(e){return a>=e[0]&&a<=e[1]})))return e;var s=o[0][0],l=o[0][0];o.forEach((function(e){s=new Date(Math.min(e[0],s)),l=new Date(Math.max(e[1],s))}));var c=a1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),r=e.getMonth();return _(e,n-t,r)},t.nextYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),r=e.getMonth();return _(e,n+t,r)},t.extractDateFormat=function(e){return e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim()},t.extractTimeFormat=function(e){return e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?y{2,4}/g,"").trim()},t.validateRangeInOneMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}},d9f8:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},da84:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n("c8ba"))},db29:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},dbb4:function(e,t,n){var r=n("23e7"),i=n("83ab"),a=n("56ef"),o=n("fc6a"),s=n("06cf"),l=n("8418");r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(e){var t,n,r=o(e),i=s.f,c=a(r),u={},h=0;while(c.length>h)n=i(r,t=c[h++]),void 0!==n&&l(u,t,n);return u}})},dc4d:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],i=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],a=e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".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 बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:i,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,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 a}))},dcdc:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=83)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},4:function(e,t){e.exports=n("d010")},83:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-checkbox",class:[e.border&&e.checkboxSize?"el-checkbox--"+e.checkboxSize:"",{"is-disabled":e.isDisabled},{"is-bordered":e.border},{"is-checked":e.isChecked}],attrs:{id:e.id}},[n("span",{staticClass:"el-checkbox__input",class:{"is-disabled":e.isDisabled,"is-checked":e.isChecked,"is-indeterminate":e.indeterminate,"is-focus":e.focus},attrs:{tabindex:!!e.indeterminate&&0,role:!!e.indeterminate&&"checkbox","aria-checked":!!e.indeterminate&&"mixed"}},[n("span",{staticClass:"el-checkbox__inner"}),e.trueLabel||e.falseLabel?n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox__original",attrs:{type:"checkbox","aria-hidden":e.indeterminate?"true":"false",name:e.name,disabled:e.isDisabled,"true-value":e.trueLabel,"false-value":e.falseLabel},domProps:{checked:Array.isArray(e.model)?e._i(e.model,null)>-1:e._q(e.model,e.trueLabel)},on:{change:[function(t){var n=e.model,r=t.target,i=r.checked?e.trueLabel:e.falseLabel;if(Array.isArray(n)){var a=null,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"el-checkbox__original",attrs:{type:"checkbox","aria-hidden":e.indeterminate?"true":"false",disabled:e.isDisabled,name:e.name},domProps:{value:e.label,checked:Array.isArray(e.model)?e._i(e.model,e.label)>-1:e.model},on:{change:[function(t){var n=e.model,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e.label,o=e._i(n,a);r.checked?o<0&&(e.model=n.concat([a])):o>-1&&(e.model=n.slice(0,o).concat(n.slice(o+1)))}else e.model=i},e.handleChange],focus:function(t){e.focus=!0},blur:function(t){e.focus=!1}}})]),e.$slots.default||e.label?n("span",{staticClass:"el-checkbox__label"},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2):e._e()])},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s={name:"ElCheckbox",mixins:[o.a],inject:{elForm:{default:""},elFormItem:{default:""}},componentName:"ElCheckbox",data:function(){return{selfModel:!1,focus:!1,isLimitExceeded:!1}},computed:{model:{get:function(){return this.isGroup?this.store:void 0!==this.value?this.value:this.selfModel},set:function(e){this.isGroup?(this.isLimitExceeded=!1,void 0!==this._checkboxGroup.min&&e.lengththis._checkboxGroup.max&&(this.isLimitExceeded=!0),!1===this.isLimitExceeded&&this.dispatch("ElCheckboxGroup","input",[e])):(this.$emit("input",e),this.selfModel=e)}},isChecked:function(){return"[object Boolean]"==={}.toString.call(this.model)?this.model:Array.isArray(this.model)?this.model.indexOf(this.label)>-1:null!==this.model&&void 0!==this.model?this.model===this.trueLabel:void 0},isGroup:function(){var e=this.$parent;while(e){if("ElCheckboxGroup"===e.$options.componentName)return this._checkboxGroup=e,!0;e=e.$parent}return!1},store:function(){return this._checkboxGroup?this._checkboxGroup.value:this.value},isLimitDisabled:function(){var e=this._checkboxGroup,t=e.max,n=e.min;return!(!t&&!n)&&this.model.length>=t&&!this.isChecked||this.model.length<=n&&this.isChecked},isDisabled:function(){return this.isGroup?this._checkboxGroup.disabled||this.disabled||(this.elForm||{}).disabled||this.isLimitDisabled:this.disabled||(this.elForm||{}).disabled},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxSize:function(){var e=this.size||this._elFormItemSize||(this.$ELEMENT||{}).size;return this.isGroup&&this._checkboxGroup.checkboxGroupSize||e}},props:{value:{},label:{},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:String,trueLabel:[String,Number],falseLabel:[String,Number],id:String,controls:String,border:Boolean,size:String},methods:{addToStore:function(){Array.isArray(this.model)&&-1===this.model.indexOf(this.label)?this.model.push(this.label):this.model=this.trueLabel||!0},handleChange:function(e){var t=this;if(!this.isLimitExceeded){var n=void 0;n=e.target.checked?void 0===this.trueLabel||this.trueLabel:void 0!==this.falseLabel&&this.falseLabel,this.$emit("change",n,e),this.$nextTick((function(){t.isGroup&&t.dispatch("ElCheckboxGroup","change",[t._checkboxGroup.value])}))}}},created:function(){this.checked&&this.addToStore()},mounted:function(){this.indeterminate&&this.$el.setAttribute("aria-controls",this.controls)},watch:{value:function(e){this.dispatch("ElFormItem","el.form.change",e)}}},l=s,c=n(0),u=Object(c["a"])(l,r,i,!1,null,null,null);u.options.__file="packages/checkbox/src/checkbox.vue";var h=u.exports;h.install=function(e){e.component(h.name,h)};t["default"]=h}})},dce7:function(e,t,n){var r=n("39bc"),i=typeof location===r?0:location;e.exports=i},ddb0:function(e,t,n){var r=n("da84"),i=n("fdbc"),a=n("e260"),o=n("9112"),s=n("b622"),l=s("iterator"),c=s("toStringTag"),u=a.values;for(var h in i){var d=r[h],f=d&&d.prototype;if(f){if(f[l]!==u)try{o(f,l,u)}catch(m){f[l]=u}if(f[c]||o(f,c,h),i[h])for(var p in a)if(f[p]!==a[p])try{o(f,p,a[p])}catch(m){f[p]=a[p]}}}},de18:function(e,t,n){var r=n("ca22"),i=r("object");e.exports=i},de20:function(e,t,n){"use strict";var r,i;"function"===typeof Symbol&&Symbol.iterator;(function(a,o){r=o,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i)})(0,(function(){var e=window,t={placement:"bottom",gpuAcceleration:!0,offset:0,boundariesElement:"viewport",boundariesPadding:5,preventOverflowOrder:["left","right","top","bottom"],flipBehavior:"flip",arrowElement:"[x-arrow]",arrowOffset:0,modifiers:["shift","offset","preventOverflow","keepTogether","arrow","flip","applyStyle"],modifiersIgnored:[],forceAbsolute:!1};function n(e,n,r){this._reference=e.jquery?e[0]:e,this.state={};var i="undefined"===typeof n||null===n,a=n&&"[object Object]"===Object.prototype.toString.call(n);return this._popper=i||a?this.parse(a?n:{}):n.jquery?n[0]:n,this._options=Object.assign({},t,r),this._options.modifiers=this._options.modifiers.map(function(e){if(-1===this._options.modifiersIgnored.indexOf(e))return"applyStyle"===e&&this._popper.setAttribute("x-placement",this._options.placement),this.modifiers[e]||e}.bind(this)),this.state.position=this._getPosition(this._popper,this._reference),h(this._popper,{position:this.state.position,top:0}),this.update(),this._setupEventListeners(),this}function r(t){var n=t.style.display,r=t.style.visibility;t.style.display="block",t.style.visibility="hidden";t.offsetWidth;var i=e.getComputedStyle(t),a=parseFloat(i.marginTop)+parseFloat(i.marginBottom),o=parseFloat(i.marginLeft)+parseFloat(i.marginRight),s={width:t.offsetWidth+o,height:t.offsetHeight+a};return t.style.display=n,t.style.visibility=r,s}function i(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function a(e){var t=Object.assign({},e);return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function o(e,t){var n,r=0;for(n in e){if(e[n]===t)return r;r++}return null}function s(t,n){var r=e.getComputedStyle(t,null);return r[n]}function l(t){var n=t.offsetParent;return n!==e.document.body&&n?n:e.document.documentElement}function c(t){var n=t.parentNode;return n?n===e.document?e.document.body.scrollTop||e.document.body.scrollLeft?e.document.body:e.document.documentElement:-1!==["scroll","auto"].indexOf(s(n,"overflow"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-x"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-y"))?n:c(t.parentNode):t}function u(t){return t!==e.document.body&&("fixed"===s(t,"position")||(t.parentNode?u(t.parentNode):t))}function h(e,t){function n(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}Object.keys(t).forEach((function(r){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(r)&&n(t[r])&&(i="px"),e.style[r]=t[r]+i}))}function d(e){var t={};return e&&"[object Function]"===t.toString.call(e)}function f(e){var t={width:e.offsetWidth,height:e.offsetHeight,left:e.offsetLeft,top:e.offsetTop};return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function p(e){var t=e.getBoundingClientRect(),n=-1!=navigator.userAgent.indexOf("MSIE"),r=n&&"HTML"===e.tagName?-e.scrollTop:t.top;return{left:t.left,top:r,right:t.right,bottom:t.bottom,width:t.right-t.left,height:t.bottom-r}}function m(e,t,n){var r=p(e),i=p(t);if(n){var a=c(t);i.top+=a.scrollTop,i.bottom+=a.scrollTop,i.left+=a.scrollLeft,i.right+=a.scrollLeft}var o={top:r.top-i.top,left:r.left-i.left,bottom:r.top-i.top+r.height,right:r.left-i.left+r.width,width:r.width,height:r.height};return o}function g(t){for(var n=["","ms","webkit","moz","o"],r=0;r1&&console.warn("WARNING: the given `parent` query("+t.parent+") matched more than one element, the first one will be used"),0===o.length)throw"ERROR: the given `parent` doesn't exists!";o=o[0]}return o.length>1&&o instanceof Element===!1&&(console.warn("WARNING: you have passed as parent a list of elements, the first one will be used"),o=o[0]),o.appendChild(i),i;function s(e,t){t.forEach((function(t){e.classList.add(t)}))}function l(e,t){t.forEach((function(t){e.setAttribute(t.split(":")[0],t.split(":")[1]||"")}))}},n.prototype._getPosition=function(e,t){var n=l(t);if(this._options.forceAbsolute)return"absolute";var r=u(t,n);return r?"fixed":"absolute"},n.prototype._getOffsets=function(e,t,n){n=n.split("-")[0];var i={};i.position=this.state.position;var a="fixed"===i.position,o=m(t,l(e),a),s=r(e);return-1!==["right","left"].indexOf(n)?(i.top=o.top+o.height/2-s.height/2,i.left="left"===n?o.left-s.width:o.right):(i.left=o.left+o.width/2-s.width/2,i.top="top"===n?o.top-s.height:o.bottom),i.width=s.width,i.height=s.height,{popper:i,reference:o}},n.prototype._setupEventListeners=function(){if(this.state.updateBound=this.update.bind(this),e.addEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement){var t=c(this._reference);t!==e.document.body&&t!==e.document.documentElement||(t=e),t.addEventListener("scroll",this.state.updateBound),this.state.scrollTarget=t}},n.prototype._removeEventListeners=function(){e.removeEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement&&this.state.scrollTarget&&(this.state.scrollTarget.removeEventListener("scroll",this.state.updateBound),this.state.scrollTarget=null),this.state.updateBound=null},n.prototype._getBoundaries=function(t,n,r){var i,a,o={};if("window"===r){var s=e.document.body,u=e.document.documentElement;a=Math.max(s.scrollHeight,s.offsetHeight,u.clientHeight,u.scrollHeight,u.offsetHeight),i=Math.max(s.scrollWidth,s.offsetWidth,u.clientWidth,u.scrollWidth,u.offsetWidth),o={top:0,right:i,bottom:a,left:0}}else if("viewport"===r){var h=l(this._popper),d=c(this._popper),p=f(h),m=function(e){return e==document.body?Math.max(document.documentElement.scrollTop,document.body.scrollTop):e.scrollTop},g=function(e){return e==document.body?Math.max(document.documentElement.scrollLeft,document.body.scrollLeft):e.scrollLeft},v="fixed"===t.offsets.popper.position?0:m(d),A="fixed"===t.offsets.popper.position?0:g(d);o={top:0-(p.top-v),right:e.document.documentElement.clientWidth-(p.left-A),bottom:e.document.documentElement.clientHeight-(p.top-v),left:0-(p.left-A)}}else o=l(this._popper)===r?{top:0,left:0,right:r.clientWidth,bottom:r.clientHeight}:f(r);return o.left+=n,o.right-=n,o.top=o.top+n,o.bottom=o.bottom-n,o},n.prototype.runModifiers=function(e,t,n){var r=t.slice();return void 0!==n&&(r=this._options.modifiers.slice(0,o(this._options.modifiers,n))),r.forEach(function(t){d(t)&&(e=t.call(this,e))}.bind(this)),e},n.prototype.isModifierRequired=function(e,t){var n=o(this._options.modifiers,e);return!!this._options.modifiers.slice(0,n).filter((function(e){return e===t})).length},n.prototype.modifiers={},n.prototype.modifiers.applyStyle=function(e){var t,n={position:e.offsets.popper.position},r=Math.round(e.offsets.popper.left),i=Math.round(e.offsets.popper.top);return this._options.gpuAcceleration&&(t=g("transform"))?(n[t]="translate3d("+r+"px, "+i+"px, 0)",n.top=0,n.left=0):(n.left=r,n.top=i),Object.assign(n,e.styles),h(this._popper,n),this._popper.setAttribute("x-placement",e.placement),this.isModifierRequired(this.modifiers.applyStyle,this.modifiers.arrow)&&e.offsets.arrow&&h(e.arrowElement,e.offsets.arrow),e},n.prototype.modifiers.shift=function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var i=e.offsets.reference,o=a(e.offsets.popper),s={y:{start:{top:i.top},end:{top:i.top+i.height-o.height}},x:{start:{left:i.left},end:{left:i.left+i.width-o.width}}},l=-1!==["bottom","top"].indexOf(n)?"x":"y";e.offsets.popper=Object.assign(o,s[l][r])}return e},n.prototype.modifiers.preventOverflow=function(e){var t=this._options.preventOverflowOrder,n=a(e.offsets.popper),r={left:function(){var t=n.left;return n.lefte.boundaries.right&&(t=Math.min(n.left,e.boundaries.right-n.width)),{left:t}},top:function(){var t=n.top;return n.tope.boundaries.bottom&&(t=Math.min(n.top,e.boundaries.bottom-n.height)),{top:t}}};return t.forEach((function(t){e.offsets.popper=Object.assign(n,r[t]())})),e},n.prototype.modifiers.keepTogether=function(e){var t=a(e.offsets.popper),n=e.offsets.reference,r=Math.floor;return t.rightr(n.right)&&(e.offsets.popper.left=r(n.right)),t.bottomr(n.bottom)&&(e.offsets.popper.top=r(n.bottom)),e},n.prototype.modifiers.flip=function(e){if(!this.isModifierRequired(this.modifiers.flip,this.modifiers.preventOverflow))return console.warn("WARNING: preventOverflow modifier is required by flip modifier in order to work, be sure to include it before flip!"),e;if(e.flipped&&e.placement===e._originalPlacement)return e;var t=e.placement.split("-")[0],n=i(t),r=e.placement.split("-")[1]||"",o=[];return o="flip"===this._options.flipBehavior?[t,n]:this._options.flipBehavior,o.forEach(function(s,l){if(t===s&&o.length!==l+1){t=e.placement.split("-")[0],n=i(t);var c=a(e.offsets.popper),u=-1!==["right","bottom"].indexOf(t);(u&&Math.floor(e.offsets.reference[t])>Math.floor(c[n])||!u&&Math.floor(e.offsets.reference[t])s[f]&&(e.offsets.popper[h]+=l[h]+p-s[f]);var m=l[h]+(n||l[u]/2-p/2),g=m-s[h];return g=Math.max(Math.min(s[u]-p-8,g),8),i[h]=g,i[d]="",e.offsets.arrow=i,e.arrowElement=t,e},Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(void 0===e||null===e)throw new TypeError("Cannot convert first argument to object");for(var t=Object(e),n=1;n0&&void 0!==arguments[0]?arguments[0]:"";return String(e).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var p=t.arrayFindIndex=function(e,t){for(var n=0;n!==e.length;++n)if(t(e[n]))return n;return-1},m=(t.arrayFind=function(e,t){var n=p(e,t);return-1!==n?e[n]:void 0},t.coerceTruthyValueToArray=function(e){return Array.isArray(e)?e:e?[e]:[]},t.isIE=function(){return!a.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},t.isEdge=function(){return!a.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},t.isFirefox=function(){return!a.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},t.autoprefixer=function(e){if("object"!==("undefined"===typeof e?"undefined":r(e)))return e;var t=["transform","transition","animation"],n=["ms-","webkit-"];return t.forEach((function(t){var r=e[t];t&&r&&n.forEach((function(n){e[n+t]=r}))})),e},t.kebabCase=function(e){var t=/([^-])([A-Z])/g;return e.replace(t,"$1-$2").replace(t,"$1-$2").toLowerCase()},t.capitalize=function(e){return(0,o.isString)(e)?e.charAt(0).toUpperCase()+e.slice(1):e},t.looseEqual=function(e,t){var n=(0,o.isObject)(e),r=(0,o.isObject)(t);return n&&r?JSON.stringify(e)===JSON.stringify(t):!n&&!r&&String(e)===String(t)}),g=t.arrayEquals=function(e,t){if(e=e||[],t=t||[],e.length!==t.length)return!1;for(var n=0;n=0;r--){var i=e[r];"."===i?e.splice(r,1):".."===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e){"string"!==typeof e&&(e+="");var t,n=0,r=-1,i=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!i){n=t+1;break}}else-1===r&&(i=!1,r=t+1);return-1===r?"":e.slice(n,r)}function i(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r=-1&&!r;a--){var o=a>=0?arguments[a]:e.cwd();if("string"!==typeof o)throw new TypeError("Arguments to path.resolve must be strings");o&&(t=o+"/"+t,r="/"===o.charAt(0))}return t=n(i(t.split("/"),(function(e){return!!e})),!r).join("/"),(r?"/":"")+t||"."},t.normalize=function(e){var r=t.isAbsolute(e),o="/"===a(e,-1);return e=n(i(e.split("/"),(function(e){return!!e})),!r).join("/"),e||r||(e="."),e&&o&&(e+="/"),(r?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(i(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function r(e){for(var t=0;t=0;n--)if(""!==e[n])break;return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var i=r(e.split("/")),a=r(n.split("/")),o=Math.min(i.length,a.length),s=o,l=0;l=1;--a)if(t=e.charCodeAt(a),47===t){if(!i){r=a;break}}else i=!1;return-1===r?n?"/":".":n&&1===r?"/":e.slice(0,r)},t.basename=function(e,t){var n=r(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,n=0,r=-1,i=!0,a=0,o=e.length-1;o>=0;--o){var s=e.charCodeAt(o);if(47!==s)-1===r&&(i=!1,r=o+1),46===s?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1);else if(!i){n=o+1;break}}return-1===t||-1===r||0===a||1===a&&t===r-1&&t===n+1?"":e.slice(t,r)};var a="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n("4362"))},dfe5:function(e,t){},dffc:function(e,t){function n(e){return e.toUpperCase()}e.exports=n},e01a:function(e,t,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("da84"),o=n("5135"),s=n("861d"),l=n("9bf2").f,c=n("e893"),u=a.Symbol;if(i&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var h={},d=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof d?new u(e):void 0===e?u():u(e);return""===e&&(h[t]=!0),t};c(d,u);var f=d.prototype=u.prototype;f.constructor=d;var p=f.toString,m="Symbol(test)"==String(u("test")),g=/^Symbol\((.*)\)[^)]+$/;l(f,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=p.call(e);if(o(h,e))return"";var n=m?t.slice(7,-1):t.replace(g,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:d})}},e0c5:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},e11b:function(e,t){var n=864e5;e.exports=n},e163:function(e,t,n){var r=n("5135"),i=n("7b0b"),a=n("f772"),o=n("e177"),s=a("IE_PROTO"),l=Object.prototype;e.exports=o?Object.getPrototypeOf:function(e){return e=i(e),r(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},e177:function(e,t,n){var r=n("d039");e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e198:function(e,t,n){var r=n("ef08"),i=n("5524"),a=n("e444"),o=n("fcd4"),s=n("1a14").f;e.exports=function(e){var t=i.Symbol||(i.Symbol=a?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:o.f(e)})}},e1d3:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},e260:function(e,t,n){"use strict";var r=n("fc6a"),i=n("44d2"),a=n("3f8c"),o=n("69f3"),s=n("7dd0"),l="Array Iterator",c=o.set,u=o.getterFor(l);e.exports=s(Array,"Array",(function(e,t){c(this,{type:l,target:r(e),index:0,kind:t})}),(function(){var e=u(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),a.Arguments=a.Array,i("keys"),i("values"),i("entries")},e2cc:function(e,t,n){var r=n("6eeb");e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},e34a:function(e,t,n){var r=n("8b1a")("meta"),i=n("7a41"),a=n("9c0e"),o=n("1a14").f,s=0,l=Object.isExtensible||function(){return!0},c=!n("4b8b")((function(){return l(Object.preventExtensions({}))})),u=function(e){o(e,r,{value:{i:"O"+ ++s,w:{}}})},h=function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,r)){if(!l(e))return"F";if(!t)return"E";u(e)}return e[r].i},d=function(e,t){if(!a(e,r)){if(!l(e))return!0;if(!t)return!1;u(e)}return e[r].w},f=function(e){return c&&p.NEED&&l(e)&&!a(e,r)&&u(e),e},p=e.exports={KEY:r,NEED:!1,fastKey:h,getWeak:d,onFreeze:f}},e3c3:function(e,t,n){var r=n("9a21");function i(e,t,n){var i=[];if(e&&arguments.length>1){if(e.map)return e.map(t,n);r(e,(function(){i.push(t.apply(n,arguments))}))}return i}e.exports=i},e3db:function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},e439:function(e,t,n){var r=n("23e7"),i=n("d039"),a=n("fc6a"),o=n("06cf").f,s=n("83ab"),l=i((function(){o(1)})),c=!s||l;r({target:"Object",stat:!0,forced:c,sham:!s},{getOwnPropertyDescriptor:function(e,t){return o(a(e),t)}})},e444:function(e,t){e.exports=!0},e450:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=114)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},10:function(e,t){e.exports=n("f3ad")},114:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["el-input-number",e.inputNumberSize?"el-input-number--"+e.inputNumberSize:"",{"is-disabled":e.inputNumberDisabled},{"is-without-controls":!e.controls},{"is-controls-right":e.controlsAtRight}],on:{dragstart:function(e){e.preventDefault()}}},[e.controls?n("span",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-input-number__decrease",class:{"is-disabled":e.minDisabled},attrs:{role:"button"},on:{keydown:function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.decrease(t)}}},[n("i",{class:"el-icon-"+(e.controlsAtRight?"arrow-down":"minus")})]):e._e(),e.controls?n("span",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-input-number__increase",class:{"is-disabled":e.maxDisabled},attrs:{role:"button"},on:{keydown:function(t){return!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.increase(t)}}},[n("i",{class:"el-icon-"+(e.controlsAtRight?"arrow-up":"plus")})]):e._e(),n("el-input",{ref:"input",attrs:{value:e.displayValue,placeholder:e.placeholder,disabled:e.inputNumberDisabled,size:e.inputNumberSize,max:e.max,min:e.min,name:e.name,label:e.label},on:{blur:e.handleBlur,focus:e.handleFocus,input:e.handleInput,change:e.handleInputChange},nativeOn:{keydown:[function(t){return!("button"in t)&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.preventDefault(),e.increase(t))},function(t){return!("button"in t)&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.preventDefault(),e.decrease(t))}]}})],1)},i=[];r._withStripped=!0;var a=n(10),o=n.n(a),s=n(22),l=n.n(s),c=n(30),u={name:"ElInputNumber",mixins:[l()("input")],inject:{elForm:{default:""},elFormItem:{default:""}},directives:{repeatClick:c["a"]},components:{ElInput:o.a},props:{step:{type:Number,default:1},stepStrictly:{type:Boolean,default:!1},max:{type:Number,default:1/0},min:{type:Number,default:-1/0},value:{},disabled:Boolean,size:String,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:""},name:String,label:String,placeholder:String,precision:{type:Number,validator:function(e){return e>=0&&e===parseInt(e,10)}}},data:function(){return{currentValue:0,userInput:null}},watch:{value:{immediate:!0,handler:function(e){var t=void 0===e?e:Number(e);if(void 0!==t){if(isNaN(t))return;if(this.stepStrictly){var n=this.getPrecision(this.step),r=Math.pow(10,n);t=Math.round(t/this.step)*r*this.step/r}void 0!==this.precision&&(t=this.toPrecision(t,this.precision))}t>=this.max&&(t=this.max),t<=this.min&&(t=this.min),this.currentValue=t,this.userInput=null,this.$emit("input",t)}}},computed:{minDisabled:function(){return this._decrease(this.value,this.step)this.max},numPrecision:function(){var e=this.value,t=this.step,n=this.getPrecision,r=this.precision,i=n(t);return void 0!==r?(i>r&&console.warn("[Element Warn][InputNumber]precision should not be less than the decimal places of step"),r):Math.max(n(e),i)},controlsAtRight:function(){return this.controls&&"right"===this.controlsPosition},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},inputNumberSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputNumberDisabled:function(){return this.disabled||!!(this.elForm||{}).disabled},displayValue:function(){if(null!==this.userInput)return this.userInput;var e=this.currentValue;if("number"===typeof e){if(this.stepStrictly){var t=this.getPrecision(this.step),n=Math.pow(10,t);e=Math.round(e/this.step)*n*this.step/n}void 0!==this.precision&&(e=e.toFixed(this.precision))}return e}},methods:{toPrecision:function(e,t){return void 0===t&&(t=this.numPrecision),parseFloat(Math.round(e*Math.pow(10,t))/Math.pow(10,t))},getPrecision:function(e){if(void 0===e)return 0;var t=e.toString(),n=t.indexOf("."),r=0;return-1!==n&&(r=t.length-n-1),r},_increase:function(e,t){if("number"!==typeof e&&void 0!==e)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*e+n*t)/n)},_decrease:function(e,t){if("number"!==typeof e&&void 0!==e)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*e-n*t)/n)},increase:function(){if(!this.inputNumberDisabled&&!this.maxDisabled){var e=this.value||0,t=this._increase(e,this.step);this.setCurrentValue(t)}},decrease:function(){if(!this.inputNumberDisabled&&!this.minDisabled){var e=this.value||0,t=this._decrease(e,this.step);this.setCurrentValue(t)}},handleBlur:function(e){this.$emit("blur",e)},handleFocus:function(e){this.$emit("focus",e)},setCurrentValue:function(e){var t=this.currentValue;"number"===typeof e&&void 0!==this.precision&&(e=this.toPrecision(e,this.precision)),e>=this.max&&(e=this.max),e<=this.min&&(e=this.min),t!==e&&(this.userInput=null,this.$emit("input",e),this.$emit("change",e,t),this.currentValue=e)},handleInput:function(e){this.userInput=e},handleInputChange:function(e){var t=""===e?void 0:Number(e);isNaN(t)&&""!==e||this.setCurrentValue(t),this.userInput=null},select:function(){this.$refs.input.select()}},mounted:function(){var e=this.$refs.input.$refs.input;e.setAttribute("role","spinbutton"),e.setAttribute("aria-valuemax",this.max),e.setAttribute("aria-valuemin",this.min),e.setAttribute("aria-valuenow",this.currentValue),e.setAttribute("aria-disabled",this.inputNumberDisabled)},updated:function(){if(this.$refs&&this.$refs.input){var e=this.$refs.input.$refs.input;e.setAttribute("aria-valuenow",this.currentValue)}}},h=u,d=n(0),f=Object(d["a"])(h,r,i,!1,null,null,null);f.options.__file="packages/input-number/src/input-number.vue";var p=f.exports;p.install=function(e){e.component(p.name,p)};t["default"]=p},2:function(e,t){e.exports=n("5924")},22:function(e,t){e.exports=n("12f2")},30:function(e,t,n){"use strict";var r=n(2);t["a"]={bind:function(e,t,n){var i=null,a=void 0,o=function(){return n.context[t.expression].apply()},s=function(){Date.now()-a<100&&o(),clearInterval(i),i=null};Object(r["on"])(e,"mousedown",(function(e){0===e.button&&(a=Date.now(),Object(r["once"])(document,"mouseup",s),clearInterval(i),i=setInterval(o,100))}))}}}})},e452:function(e,t,n){"use strict";t.__esModule=!0;var r=r||{};r.Utils=r.Utils||{},r.Utils.focusFirstDescendant=function(e){for(var t=0;t=0;t--){var n=e.childNodes[t];if(r.Utils.attemptFocus(n)||r.Utils.focusLastDescendant(n))return!0}return!1},r.Utils.attemptFocus=function(e){if(!r.Utils.isFocusable(e))return!1;r.Utils.IgnoreUtilFocusChanges=!0;try{e.focus()}catch(t){}return r.Utils.IgnoreUtilFocusChanges=!1,document.activeElement===e},r.Utils.isFocusable=function(e){if(e.tabIndex>0||0===e.tabIndex&&null!==e.getAttribute("tabIndex"))return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&"ignore"!==e.rel;case"INPUT":return"hidden"!==e.type&&"file"!==e.type;case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},r.Utils.triggerEvent=function(e,t){var n=void 0;n=/^mouse|click/.test(t)?"MouseEvents":/^key/.test(t)?"KeyboardEvent":"HTMLEvents";for(var r=document.createEvent(n),i=arguments.length,a=Array(i>2?i-2:0),o=2;o1&&(o=s(o,i(arguments[1]))),o<0&&(o=n+o);o>=0;o--)if(o in t&&t[o]===e)return o||0;return-1}:l},e62d:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(){if(i.default.prototype.$isServer)return 0;if(void 0!==o)return o;var e=document.createElement("div");e.className="el-scrollbar__wrap",e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e);var t=e.offsetWidth;e.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",e.appendChild(n);var r=n.offsetWidth;return e.parentNode.removeChild(e),o=t-r,o};var r=n("2b0e"),i=a(r);function a(e){return e&&e.__esModule?e:{default:e}}var o=void 0},e643:function(e,t,n){var r=n("0d1b"),i=n("a44c"),a=n("656f"),o=n("1108"),s=n("e3c3");function l(e,t,n){return e(t,n?function(e){return u(e,n)}:function(e){return e})}function c(e,t){if(t&&e){var n=e.constructor;switch(r.call(e)){case"[object Date]":case"[object RegExp]":return new n(e.valueOf());case"[object Set]":var i=new n;return e.forEach((function(e){i.add(e)})),i;case"[object Map]":var a=new n;return e.forEach((function(e,t){a.set(t,e)})),a}}return e}function u(e,t){return a(e)?l(o,e,t):i(e)?l(s,e,t):c(e,t)}function h(e,t){return e?u(e,t):e}e.exports=h},e65b:function(e,t){function n(e,t,n){var r,i,a=n||{},o=!1,s=0,l="boolean"===typeof n,c="leading"in a?a.leading:l,u="trailing"in a?a.trailing:!l,h=function(){o=!0,s=0,e.apply(i,r)},d=function(){!0===c&&(s=0),o||!0!==u||h()},f=function(){var e=0!==s;return clearTimeout(s),s=0,e},p=function(){o=!1,r=arguments,i=this,0===s?!0===c&&h():clearTimeout(s),s=setTimeout(d,t)};return p.cancel=f,p}e.exports=n},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e681:function(e,t,n){var r=n("39bc"),i=typeof document===r?0:document;e.exports=i},e683:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},e6cf:function(e,t,n){"use strict";var r,i,a,o,s=n("23e7"),l=n("c430"),c=n("da84"),u=n("d066"),h=n("fea9"),d=n("6eeb"),f=n("e2cc"),p=n("d44e"),m=n("2626"),g=n("861d"),v=n("1c0b"),A=n("19aa"),y=n("8925"),b=n("2266"),_=n("1c7e"),w=n("4840"),x=n("2cf4").set,C=n("b575"),S=n("cdf9"),k=n("44de"),M=n("f069"),E=n("e667"),T=n("69f3"),B=n("94ca"),D=n("b622"),L=n("605d"),O=n("2d00"),I=D("species"),F="Promise",N=T.get,P=T.set,R=T.getterFor(F),H=h,U=c.TypeError,z=c.document,Y=c.process,$=u("fetch"),j=M.f,Q=j,V=!!(z&&z.createEvent&&c.dispatchEvent),W="function"==typeof PromiseRejectionEvent,K="unhandledrejection",G="rejectionhandled",X=0,q=1,J=2,Z=1,ee=2,te=B(F,(function(){var e=y(H)!==String(H);if(!e){if(66===O)return!0;if(!L&&!W)return!0}if(l&&!H.prototype["finally"])return!0;if(O>=51&&/native code/.test(H))return!1;var t=H.resolve(1),n=function(e){e((function(){}),(function(){}))},r=t.constructor={};return r[I]=n,!(t.then((function(){}))instanceof n)})),ne=te||!_((function(e){H.all(e)["catch"]((function(){}))})),re=function(e){var t;return!(!g(e)||"function"!=typeof(t=e.then))&&t},ie=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;C((function(){var r=e.value,i=e.state==q,a=0;while(n.length>a){var o,s,l,c=n[a++],u=i?c.ok:c.fail,h=c.resolve,d=c.reject,f=c.domain;try{u?(i||(e.rejection===ee&&le(e),e.rejection=Z),!0===u?o=r:(f&&f.enter(),o=u(r),f&&(f.exit(),l=!0)),o===c.promise?d(U("Promise-chain cycle")):(s=re(o))?s.call(o,h,d):h(o)):d(r)}catch(p){f&&!l&&f.exit(),d(p)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&oe(e)}))}},ae=function(e,t,n){var r,i;V?(r=z.createEvent("Event"),r.promise=t,r.reason=n,r.initEvent(e,!1,!0),c.dispatchEvent(r)):r={promise:t,reason:n},!W&&(i=c["on"+e])?i(r):e===K&&k("Unhandled promise rejection",n)},oe=function(e){x.call(c,(function(){var t,n=e.facade,r=e.value,i=se(e);if(i&&(t=E((function(){L?Y.emit("unhandledRejection",r,n):ae(K,n,r)})),e.rejection=L||se(e)?ee:Z,t.error))throw t.value}))},se=function(e){return e.rejection!==Z&&!e.parent},le=function(e){x.call(c,(function(){var t=e.facade;L?Y.emit("rejectionHandled",t):ae(G,t,e.value)}))},ce=function(e,t,n){return function(r){e(t,r,n)}},ue=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=J,ie(e,!0))},he=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw U("Promise can't be resolved itself");var r=re(t);r?C((function(){var n={done:!1};try{r.call(t,ce(he,n,e),ce(ue,n,e))}catch(i){ue(n,i,e)}})):(e.value=t,e.state=q,ie(e,!1))}catch(i){ue({done:!1},i,e)}}};te&&(H=function(e){A(this,H,F),v(e),r.call(this);var t=N(this);try{e(ce(he,t),ce(ue,t))}catch(n){ue(t,n)}},r=function(e){P(this,{type:F,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:X,value:void 0})},r.prototype=f(H.prototype,{then:function(e,t){var n=R(this),r=j(w(this,H));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=L?Y.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=X&&ie(n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new r,t=N(e);this.promise=e,this.resolve=ce(he,t),this.reject=ce(ue,t)},M.f=j=function(e){return e===H||e===a?new i(e):Q(e)},l||"function"!=typeof h||(o=h.prototype.then,d(h.prototype,"then",(function(e,t){var n=this;return new H((function(e,t){o.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof $&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return S(H,$.apply(c,arguments))}}))),s({global:!0,wrap:!0,forced:te},{Promise:H}),p(H,F,!1,!0),m(F),a=u(F),s({target:F,stat:!0,forced:te},{reject:function(e){var t=j(this);return t.reject.call(void 0,e),t.promise}}),s({target:F,stat:!0,forced:l||te},{resolve:function(e){return S(l&&this===a?H:this,e)}}),s({target:F,stat:!0,forced:ne},{all:function(e){var t=this,n=j(t),r=n.resolve,i=n.reject,a=E((function(){var n=v(t.resolve),a=[],o=0,s=1;b(e,(function(e){var l=o++,c=!1;a.push(void 0),s++,n.call(t,e).then((function(e){c||(c=!0,a[l]=e,--s||r(a))}),i)})),--s||r(a)}));return a.error&&i(a.value),n.promise},race:function(e){var t=this,n=j(t),r=n.reject,i=E((function(){var i=v(t.resolve);b(e,(function(e){i.call(t,e).then(n.resolve,r)}))}));return i.error&&r(i.value),n.promise}})},e772:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=53)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},3:function(e,t){e.exports=n("8122")},33:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-select-dropdown__item",class:{selected:e.itemSelected,"is-disabled":e.disabled||e.groupDisabled||e.limitReached,hover:e.hover},on:{mouseenter:e.hoverItem,click:function(t){return t.stopPropagation(),e.selectOptionClick(t)}}},[e._t("default",[n("span",[e._v(e._s(e.currentLabel))])])],2)},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s=n(3),l="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c={mixins:[o.a],name:"ElOption",componentName:"ElOption",inject:["select"],props:{value:{required:!0},label:[String,Number],created:Boolean,disabled:{type:Boolean,default:!1}},data:function(){return{index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}},computed:{isObject:function(){return"[object object]"===Object.prototype.toString.call(this.value).toLowerCase()},currentLabel:function(){return this.label||(this.isObject?"":this.value)},currentValue:function(){return this.value||this.label||""},itemSelected:function(){return this.select.multiple?this.contains(this.select.value,this.value):this.isEqual(this.value,this.select.value)},limitReached:function(){return!!this.select.multiple&&(!this.itemSelected&&(this.select.value||[]).length>=this.select.multipleLimit&&this.select.multipleLimit>0)}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(e,t){var n=this.select,r=n.remote,i=n.valueKey;if(!this.created&&!r){if(i&&"object"===("undefined"===typeof e?"undefined":l(e))&&"object"===("undefined"===typeof t?"undefined":l(t))&&e[i]===t[i])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(e,t){if(this.isObject){var n=this.select.valueKey;return Object(s["getValueByPath"])(e,n)===Object(s["getValueByPath"])(t,n)}return e===t},contains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1];if(this.isObject){var n=this.select.valueKey;return e&&e.some((function(e){return Object(s["getValueByPath"])(e,n)===Object(s["getValueByPath"])(t,n)}))}return e&&e.indexOf(t)>-1},handleGroupDisabled:function(e){this.groupDisabled=e},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(e){this.visible=new RegExp(Object(s["escapeRegexpString"])(e),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var e=this.select,t=e.selected,n=e.multiple,r=n?t:[t],i=this.select.cachedOptions.indexOf(this),a=r.indexOf(this);i>-1&&a<0&&this.select.cachedOptions.splice(i,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},u=c,h=n(0),d=Object(h["a"])(u,r,i,!1,null,null,null);d.options.__file="packages/select/src/option.vue";t["a"]=d.exports},4:function(e,t){e.exports=n("d010")},53:function(e,t,n){"use strict";n.r(t);var r=n(33);r["a"].install=function(e){e.component(r["a"].name,r["a"])},t["default"]=r["a"]}})},e81d:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},e893:function(e,t,n){var r=n("5135"),i=n("56ef"),a=n("06cf"),o=n("9bf2");e.exports=function(e,t){for(var n=i(t),s=o.f,l=a.f,c=0;c1?y=[f({name:e,value:t},n)]:l(e)&&(y=[e]),y.length>0?(p(y,(function(e){h=f({},r.cookies,e),m=[],h.name&&(d=h.expires,m.push(o(h.name)+"="+o(l(h.value)?JSON.stringify(h.value):h.value)),d&&(d=isNaN(d)?d.replace(/^([0-9]+)(y|M|d|H|h|m|s)$/,(function(e,t,n){return _(b(n,t))})):/^[0-9]{11,13}$/.test(d)||c(d)?_(d):_(b("d",d)),h.expires=d),p(["expires","path","domain","secure"],(function(e){u(h[e])||m.push(h[e]&&"secure"===e?e:e+"="+h[e])}))),i.cookie=m.join("; ")})),!0):(g={},v=i.cookie,v&&p(v.split("; "),(function(e){A=e.indexOf("="),g[a(e.substring(0,A))]=a(e.substring(A+1)||"")})),1===w.length?g[e]:g)}return!1}function x(e){return h(M(),e)}function C(e,t){return w(e,t)}function S(e,t,n){return w(e,t,n),w}function k(e,t){w(e,0,f({expires:-1},r.cookies,t))}function M(){return d(w())}f(w,{has:x,set:S,setItem:S,get:C,getItem:w,remove:k,removeItem:k,keys:M,getJSON:w}),e.exports=w},e91f:function(e,t,n){"use strict";var r=n("ebb5"),i=n("4d64").indexOf,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("indexOf",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},e95a:function(e,t,n){var r=n("b622"),i=n("3f8c"),a=r("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||o[a]===e)}},e974:function(e,t,n){"use strict";t.__esModule=!0;var r=n("2b0e"),i=o(r),a=n("5128");function o(e){return e&&e.__esModule?e:{default:e}}var s=i.default.prototype.$isServer?function(){}:n("6167"),l=function(e){return e.stopPropagation()};t.default={props:{transformOrigin:{type:[Boolean,String],default:!0},placement:{type:String,default:"bottom"},boundariesPadding:{type:Number,default:5},reference:{},popper:{},offset:{default:0},value:Boolean,visibleArrow:Boolean,arrowOffset:{type:Number,default:35},appendToBody:{type:Boolean,default:!0},popperOptions:{type:Object,default:function(){return{gpuAcceleration:!1}}}},data:function(){return{showPopper:!1,currentPlacement:""}},watch:{value:{immediate:!0,handler:function(e){this.showPopper=e,this.$emit("input",e)}},showPopper:function(e){this.disabled||(e?this.updatePopper():this.destroyPopper(),this.$emit("input",e))}},methods:{createPopper:function(){var e=this;if(!this.$isServer&&(this.currentPlacement=this.currentPlacement||this.placement,/^(top|bottom|left|right)(-start|-end)?$/g.test(this.currentPlacement))){var t=this.popperOptions,n=this.popperElm=this.popperElm||this.popper||this.$refs.popper,r=this.referenceElm=this.referenceElm||this.reference||this.$refs.reference;!r&&this.$slots.reference&&this.$slots.reference[0]&&(r=this.referenceElm=this.$slots.reference[0].elm),n&&r&&(this.visibleArrow&&this.appendArrow(n),this.appendToBody&&document.body.appendChild(this.popperElm),this.popperJS&&this.popperJS.destroy&&this.popperJS.destroy(),t.placement=this.currentPlacement,t.offset=this.offset,t.arrowOffset=this.arrowOffset,this.popperJS=new s(r,n,t),this.popperJS.onCreate((function(t){e.$emit("created",e),e.resetTransformOrigin(),e.$nextTick(e.updatePopper)})),"function"===typeof t.onUpdate&&this.popperJS.onUpdate(t.onUpdate),this.popperJS._popper.style.zIndex=a.PopupManager.nextZIndex(),this.popperElm.addEventListener("click",l))}},updatePopper:function(){var e=this.popperJS;e?(e.update(),e._popper&&(e._popper.style.zIndex=a.PopupManager.nextZIndex())):this.createPopper()},doDestroy:function(e){!this.popperJS||this.showPopper&&!e||(this.popperJS.destroy(),this.popperJS=null)},destroyPopper:function(){this.popperJS&&this.resetTransformOrigin()},resetTransformOrigin:function(){if(this.transformOrigin){var e={top:"bottom",bottom:"top",left:"right",right:"left"},t=this.popperJS._popper.getAttribute("x-placement").split("-")[0],n=e[t];this.popperJS._popper.style.transformOrigin="string"===typeof this.transformOrigin?this.transformOrigin:["top","bottom"].indexOf(t)>-1?"center "+n:n+" center"}},appendArrow:function(e){var t=void 0;if(!this.appended){for(var n in this.appended=!0,e.attributes)if(/^_v-/.test(e.attributes[n].name)){t=e.attributes[n].name;break}var r=document.createElement("div");t&&r.setAttribute(t,""),r.setAttribute("x-arrow",""),r.className="popper__arrow",e.appendChild(r)}}},beforeDestroy:function(){this.doDestroy(!0),this.popperElm&&this.popperElm.parentNode===document.body&&(this.popperElm.removeEventListener("click",l),document.body.removeChild(this.popperElm))},deactivated:function(){this.$options.beforeDestroy[0].call(this)}}},e9ea:function(e,t){var n=/(.+)?\[(\d+)\]$/;e.exports=n},ea20:function(e,t){function n(e){return Date.UTC(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}e.exports=n},ea34:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},eab7:function(e,t,n){"use strict";t["a"]=function(e){for(let t=1,n=arguments.length;t=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}))},ec18:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},ec2e:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("en-in",{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:0,doy:6}});return t}))},eda5:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},eedf:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=97)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},97:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"el-button",class:[e.type?"el-button--"+e.type:"",e.buttonSize?"el-button--"+e.buttonSize:"",{"is-disabled":e.buttonDisabled,"is-loading":e.loading,"is-plain":e.plain,"is-round":e.round,"is-circle":e.circle}],attrs:{disabled:e.buttonDisabled||e.loading,autofocus:e.autofocus,type:e.nativeType},on:{click:e.handleClick}},[e.loading?n("i",{staticClass:"el-icon-loading"}):e._e(),e.icon&&!e.loading?n("i",{class:e.icon}):e._e(),e.$slots.default?n("span",[e._t("default")],2):e._e()])},i=[];r._withStripped=!0;var a={name:"ElButton",inject:{elForm:{default:""},elFormItem:{default:""}},props:{type:{type:String,default:"default"},size:String,icon:{type:String,default:""},nativeType:{type:String,default:"button"},loading:Boolean,disabled:Boolean,plain:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},buttonSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},buttonDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},methods:{handleClick:function(e){this.$emit("click",e)}}},o=a,s=n(0),l=Object(s["a"])(o,r,i,!1,null,null,null);l.options.__file="packages/button/src/button.vue";var c=l.exports;c.install=function(e){e.component(c.name,c)};t["default"]=c}})},ef08:function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},ef6a:function(e,t,n){var r=n("349b"),i=r("RegExp");e.exports=i},f069:function(e,t,n){"use strict";var r=n("1c0b"),i=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=r(t),this.reject=r(n)};e.exports.f=function(e){return new i(e)}},f0d9:function(e,t,n){"use strict";t.__esModule=!0,t.default={el:{colorpicker:{confirm:"确定",clear:"清空"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}}},f108:function(e,t){function n(e){return null===e}e.exports=n},f260:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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",w:"uma semana",ww:"%d semanas",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}))},f266:function(e,t,n){var r=n("d219");function i(e){return e&&e.trimLeft?e.trimLeft():r(e).replace(/^[\s\uFEFF\xA0]+/g,"")}e.exports=i},f2b5:function(e,t){e.exports=function(e){function t(e){"undefined"!==typeof console&&(console.error||console.log)("[Script Loader]",e)}function n(){return"undefined"!==typeof attachEvent&&"undefined"===typeof addEventListener}try{"undefined"!==typeof execScript&&n()?execScript(e):"undefined"!==typeof eval?eval.call(null,e):t("EvalError: No eval function available")}catch(r){t(r)}}},f339:function(e,t,n){var r=n("27e0"),i=n("3ae2"),a=n("4955"),o=n("fedd"),s=n("27ad");function l(e,t,n){var l,c,u,h,d,f,p,m={done:!1,time:0};if(e=o(e),t=t?o(t):a(),s(e)&&s(t)&&(l=i(e),c=i(t),l0?n:r.dateDiffRules,m.done=!0,p=0,f=d.length;p=u[1]?p===f-1?m[u[0]]=h||0:(m[u[0]]=Math.floor(h/u[1]),h-=m[u[0]]*u[1]):m[u[0]]=0;return m}e.exports=l},f33a:function(e,t,n){var r=n("7f34"),i=n("f266");function a(e){return e&&e.trim?e.trim():r(i(e))}e.exports=a},f3ad:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=76)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},11:function(e,t){e.exports=n("2bb5")},21:function(e,t){e.exports=n("d397")},4:function(e,t){e.exports=n("d010")},76:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["textarea"===e.type?"el-textarea":"el-input",e.inputSize?"el-input--"+e.inputSize:"",{"is-disabled":e.inputDisabled,"is-exceed":e.inputExceed,"el-input-group":e.$slots.prepend||e.$slots.append,"el-input-group--append":e.$slots.append,"el-input-group--prepend":e.$slots.prepend,"el-input--prefix":e.$slots.prefix||e.prefixIcon,"el-input--suffix":e.$slots.suffix||e.suffixIcon||e.clearable||e.showPassword}],on:{mouseenter:function(t){e.hovering=!0},mouseleave:function(t){e.hovering=!1}}},["textarea"!==e.type?[e.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[e._t("prepend")],2):e._e(),"textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:e.tabindex,type:e.showPassword?e.passwordVisible?"text":"password":e.type,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"input",e.$attrs,!1)):e._e(),e.$slots.prefix||e.prefixIcon?n("span",{staticClass:"el-input__prefix"},[e._t("prefix"),e.prefixIcon?n("i",{staticClass:"el-input__icon",class:e.prefixIcon}):e._e()],2):e._e(),e.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[e.showClear&&e.showPwdVisible&&e.isWordLimitVisible?e._e():[e._t("suffix"),e.suffixIcon?n("i",{staticClass:"el-input__icon",class:e.suffixIcon}):e._e()],e.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{mousedown:function(e){e.preventDefault()},click:e.clear}}):e._e(),e.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:e.handlePasswordVisible}}):e._e(),e.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[e._v("\n "+e._s(e.textLength)+"/"+e._s(e.upperLimit)+"\n ")])]):e._e()],2),e.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",e.validateIcon]}):e._e()]):e._e(),e.$slots.append?n("div",{staticClass:"el-input-group__append"},[e._t("append")],2):e._e()]:n("textarea",e._b({ref:"textarea",staticClass:"el-textarea__inner",style:e.textareaStyle,attrs:{tabindex:e.tabindex,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"textarea",e.$attrs,!1)),e.isWordLimitVisible&&"textarea"===e.type?n("span",{staticClass:"el-input__count"},[e._v(e._s(e.textLength)+"/"+e._s(e.upperLimit))]):e._e()],2)},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s=n(11),l=n.n(s),c=void 0,u="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",h=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function d(e){var t=window.getComputedStyle(e),n=t.getPropertyValue("box-sizing"),r=parseFloat(t.getPropertyValue("padding-bottom"))+parseFloat(t.getPropertyValue("padding-top")),i=parseFloat(t.getPropertyValue("border-bottom-width"))+parseFloat(t.getPropertyValue("border-top-width")),a=h.map((function(e){return e+":"+t.getPropertyValue(e)})).join(";");return{contextStyle:a,paddingSize:r,borderSize:i,boxSizing:n}}function f(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;c||(c=document.createElement("textarea"),document.body.appendChild(c));var r=d(e),i=r.paddingSize,a=r.borderSize,o=r.boxSizing,s=r.contextStyle;c.setAttribute("style",s+";"+u),c.value=e.value||e.placeholder||"";var l=c.scrollHeight,h={};"border-box"===o?l+=a:"content-box"===o&&(l-=i),c.value="";var f=c.scrollHeight-i;if(null!==t){var p=f*t;"border-box"===o&&(p=p+i+a),l=Math.max(p,l),h.minHeight=p+"px"}if(null!==n){var m=f*n;"border-box"===o&&(m=m+i+a),l=Math.min(m,l)}return h.height=l+"px",c.parentNode&&c.parentNode.removeChild(c),c=null,h}var p=n(9),m=n.n(p),g=n(21),v={name:"ElInput",componentName:"ElInput",mixins:[o.a,l.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return m()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"===typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(e){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[e])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var e=this;this.$nextTick((function(){e.setNativeInputValue(),e.resizeTextarea(),e.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(e){this.focused=!1,this.$emit("blur",e),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var e=this.autosize,t=this.type;if("textarea"===t)if(e){var n=e.minRows,r=e.maxRows;this.textareaCalcStyle=f(this.$refs.textarea,n,r)}else this.textareaCalcStyle={minHeight:f(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var e=this.getInput();e&&e.value!==this.nativeInputValue&&(e.value=this.nativeInputValue)},handleFocus:function(e){this.focused=!0,this.$emit("focus",e)},handleCompositionStart:function(){this.isComposing=!0},handleCompositionUpdate:function(e){var t=e.target.value,n=t[t.length-1]||"";this.isComposing=!Object(g["isKorean"])(n)},handleCompositionEnd:function(e){this.isComposing&&(this.isComposing=!1,this.handleInput(e))},handleInput:function(e){this.isComposing||e.target.value!==this.nativeInputValue&&(this.$emit("input",e.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(e){this.$emit("change",e.target.value)},calcIconOffset:function(e){var t=[].slice.call(this.$el.querySelectorAll(".el-input__"+e)||[]);if(t.length){for(var n=null,r=0;r=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}))},f42e:function(e,t,n){var r=n("f108");function i(e,t){return function(n){return r(n)?t:n[e]}}e.exports=i},f469:function(e,t,n){var r=n("38bd"),i=r(0,1);e.exports=i},f494:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=116)}({0:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(l=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)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},116:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"el-radio",class:[e.border&&e.radioSize?"el-radio--"+e.radioSize:"",{"is-disabled":e.isDisabled},{"is-focus":e.focus},{"is-bordered":e.border},{"is-checked":e.model===e.label}],attrs:{role:"radio","aria-checked":e.model===e.label,"aria-disabled":e.isDisabled,tabindex:e.tabIndex},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"]))return null;t.stopPropagation(),t.preventDefault(),e.model=e.isDisabled?e.model:e.label}}},[n("span",{staticClass:"el-radio__input",class:{"is-disabled":e.isDisabled,"is-checked":e.model===e.label}},[n("span",{staticClass:"el-radio__inner"}),n("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],ref:"radio",staticClass:"el-radio__original",attrs:{type:"radio","aria-hidden":"true",name:e.name,disabled:e.isDisabled,tabindex:"-1"},domProps:{value:e.label,checked:e._q(e.model,e.label)},on:{focus:function(t){e.focus=!0},blur:function(t){e.focus=!1},change:[function(t){e.model=e.label},e.handleChange]}})]),n("span",{staticClass:"el-radio__label",on:{keydown:function(e){e.stopPropagation()}}},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2)])},i=[];r._withStripped=!0;var a=n(4),o=n.n(a),s={name:"ElRadio",mixins:[o.a],inject:{elForm:{default:""},elFormItem:{default:""}},componentName:"ElRadio",props:{value:{},label:{},disabled:Boolean,name:String,border:Boolean,size:String},data:function(){return{focus:!1}},computed:{isGroup:function(){var e=this.$parent;while(e){if("ElRadioGroup"===e.$options.componentName)return this._radioGroup=e,!0;e=e.$parent}return!1},model:{get:function(){return this.isGroup?this._radioGroup.value:this.value},set:function(e){this.isGroup?this.dispatch("ElRadioGroup","input",[e]):this.$emit("input",e),this.$refs.radio&&(this.$refs.radio.checked=this.model===this.label)}},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},radioSize:function(){var e=this.size||this._elFormItemSize||(this.$ELEMENT||{}).size;return this.isGroup&&this._radioGroup.radioGroupSize||e},isDisabled:function(){return this.isGroup?this._radioGroup.disabled||this.disabled||(this.elForm||{}).disabled:this.disabled||(this.elForm||{}).disabled},tabIndex:function(){return this.isDisabled||this.isGroup&&this.model!==this.label?-1:0}},methods:{handleChange:function(){var e=this;this.$nextTick((function(){e.$emit("change",e.model),e.isGroup&&e.dispatch("ElRadioGroup","handleChange",e.model)}))}}},l=s,c=n(0),u=Object(c["a"])(l,r,i,!1,null,null,null);u.options.__file="packages/radio/src/radio.vue";var h=u.exports;h.install=function(e){e.component(h.name,h)};t["default"]=h},4:function(e,t){e.exports=n("d010")}})},f4c2:function(e,t,n){var r=n("80c6");function i(e,t,n,i){var a=[];return e&&t&&r(e,(function(e,n,r,o,s,l){t.call(i,e,n,r,o,s,l)&&a.push(e)}),n),a}e.exports=i},f4fe:function(e,t,n){var r=n("b000");function i(e,t){var n=r(e);return arguments.length<=1?n[0]:(t1?t+"-"+a(i(n,0,o-1))+"-"+a(i(n,o-1,o))+r:a(t+"-"+n+r)})).replace(/^([A-Z]+)([a-z]+)?$/,(function(e,t,n){return a(t+(n||""))})).replace(/([a-z]?)([A-Z]+)([a-z]?)/g,(function(e,t,n,r,o){var s=n.length;return s>1&&(t&&(t+="-"),r)?(t||"")+a(i(n,0,s-1))+"-"+a(i(n,s-1,s))+r:(t||"")+(o?"-":"")+a(n)+(r||"")}));return t=t.replace(/([-]+)/g,(function(e,n,r){return r&&r+n.length-1}function g(e,t){if(e){for(var n=e.className,r=(t||"").split(" "),i=0,a=r.length;ir.top&&n.right>r.left&&n.left=t?e:(e>>=0)+Math.round(Math.random()*((t||9)-e))}e.exports=n},f8cd4:function(e,t,n){var r=n("a691");e.exports=function(e){var t=r(e);if(t<0)throw RangeError("The argument can't be less than 0");return t}},f8eb:function(e,t,n){var r=n("ad54"),i=n("6deb"),a=n("a44c"),o=n("ef6a"),s=n("59e7"),l=n("f108");function c(e){return l(e)?"null":r(e)?"symbol":i(e)?"date":a(e)?"array":o(e)?"regexp":s(e)?"error":typeof e}e.exports=c},f9f2:function(e,t,n){var r=n("3cd7"),i=r("ceil");e.exports=i},facd:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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",w:"één week",ww:"%d weken",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}))},faf5:function(e,t,n){e.exports=!n("0bad")&&!n("4b8b")((function(){return 7!=Object.defineProperty(n("05f5")("div"),"a",{get:function(){return 7}}).a}))},fb6a:function(e,t,n){"use strict";var r=n("23e7"),i=n("861d"),a=n("e8b5"),o=n("23cb"),s=n("50c4"),l=n("fc6a"),c=n("8418"),u=n("b622"),h=n("1dde"),d=h("slice"),f=u("species"),p=[].slice,m=Math.max;r({target:"Array",proto:!0,forced:!d},{slice:function(e,t){var n,r,u,h=l(this),d=s(h.length),g=o(e,d),v=o(void 0===t?d:t,d);if(a(h)&&(n=h.constructor,"function"!=typeof n||n!==Array&&!a(n.prototype)?i(n)&&(n=n[f],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return p.call(h,g,v);for(r=new(void 0===n?Array:n)(m(v-g,0)),u=0;g0?r:n)(e)}},fc6a:function(e,t,n){var r=n("44ad"),i=n("1d80");e.exports=function(e){return r(i(e))}},fca9:function(e,t,n){var r=n("3703");function i(e,t){var n=r(arguments,2),i=this;return setTimeout((function(){e.apply(i,n)}),t)}e.exports=i},fcd4:function(e,t,n){t.f=n("cc15")},fd7e:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))},fd89:function(e,t,n){var r=n("e11b"),i=7*r;e.exports=i},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n("4930");e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fdc7:function(e,t,n){var r=n("6223"),i=n("416f"),a=n("789e");function o(e,t){var n=i(e),o=i(t),s=Math.pow(10,Math.max(r(n),r(o)));return(a(e,s)+a(t,s))/s}e.exports=o},fe37:function(e,t){function n(){}e.exports=n},fea9:function(e,t,n){var r=n("da84");e.exports=r.Promise},fed5:function(e,t){t.f=Object.getOwnPropertySymbols},fedd:function(e,t,n){var r=n("27e0"),i=n("cef5"),a=n("ea20"),o=n("3ae2"),s=n("b7c3"),l=n("6deb"),c=[{rules:[["yyyy",4]]},{rules:[["MM",2],["M",1]],offset:-1},{rules:[["dd",2],["d",1]]},{rules:[["HH",2],["H",1]]},{rules:[["mm",2],["m",1]]},{rules:[["ss",2],["s",1]]},{rules:[["SSS",3],["S",1]]},{rules:[["ZZ",5],["Z",6],["Z",5],["Z",1]]}];function u(e,t){var n,r,a,o,s,l,u,h,d,f=[0,0,1,0,0,0,0];for(a=0,o=c.length;a-1&&(d=e.substring(r,r+n[1]),d&&d.length===n[1])){s.offset&&(d=i(d)+s.offset),f[a]=d;break}if(u===h-1)return f}return f}function h(e,t){var n,c;if(e)if(c=l(e),c||!t&&/^[0-9]{11,15}$/.test(e))n=new Date(c?o(e):i(e));else if(s(e)){var h,d=u(e,t||r.formatDate),f=d[7];d[0]&&(f?"z"===f[0]||"Z"===f[0]?n=new Date(a(d)):(h=f.match(/([-+]{1})(\d{2}):?(\d{2})/),h&&(n=new Date(a(d)-("-"===h[1]?-1:1)*i(h[2])*36e5+6e4*i(h[3])))):n=new Date(d[0],d[1],d[2],d[3],d[4],d[5],d[6]))}return n||new Date("")}e.exports=h},ffff:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +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}))}}]); \ No newline at end of file diff --git a/views/wechat/back.php b/views/wechat/back.php new file mode 100644 index 00000000..9b9d6c8d --- /dev/null +++ b/views/wechat/back.php @@ -0,0 +1,51 @@ +
      \ No newline at end of file diff --git a/views/wechat/index.html b/views/wechat/index.html index b678ba50..2c359dd8 100644 --- a/views/wechat/index.html +++ b/views/wechat/index.html @@ -1,12 +1,12 @@ -
      \ No newline at end of file + document.write('')
      \ No newline at end of file diff --git a/views/wechat/index.php b/views/wechat/index.php index 1da82624..2c359dd8 100644 --- a/views/wechat/index.php +++ b/views/wechat/index.php @@ -1,27 +1,50 @@ -
      + document.write('')
      \ No newline at end of file diff --git a/views/wechat/static/css/icon.css b/views/wechat/static/css/icon.css index 70b50fd0..3da51d25 100644 --- a/views/wechat/static/css/icon.css +++ b/views/wechat/static/css/icon.css @@ -1,200 +1,200 @@ -@font-face {font-family: "iconfont"; - src: url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.eot?t=1615356901563'); /* IE9 */ - src: url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.eot?t=1615356901563#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), - url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.woff?t=1615356901563') format('woff'), - url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.ttf?t=1615356901563') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ - url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.svg?t=1615356901563#iconfont') format('svg'); /* iOS 4.1- */ -} - -.iconfont { - font-family: "iconfont" !important; - font-size: 16px; - font-style: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.iconimago_loadingfail:before { - content: "\e690"; -} - -.iconpersonalcenter_phone:before { - content: "\e67a"; -} - -.iconarrow-down:before { - content: "\e601"; -} - -.icontrash:before { - content: "\e61a"; -} - -.iconarrow-top:before { - content: "\e62b"; -} - -.iconcopy:before { - content: "\e63a"; -} - -.iconproductlist_rank_second:before { - content: "\e69e"; -} - -.iconproductlist_rank_first:before { - content: "\e69f"; -} - -.iconnav_classification_normal:before { - content: "\e671"; -} - -.iconproductdetails_tab_customerservice:before { - content: "\e673"; -} - -.iconnav_personalcenter_normal:before { - content: "\e674"; -} - -.iconsearch_empty:before { - content: "\e675"; -} - -.iconproductdetails_goodsservices:before { - content: "\e676"; -} - -.iconproductdetails_tab_customerservice_online:before { - content: "\e677"; -} - -.iconproductdetails_popup_enlargethepicture:before { - content: "\e678"; -} - -.iconproductdetails_share:before { - content: "\e67c"; -} - -.iconproductdetails_tab_customerservice_telephone:before { - content: "\e67d"; -} - -.iconbtn_addtocart:before { - content: "\e67e"; -} - -.iconimago_defaultproduct:before { - content: "\e67f"; -} - -.iconsearchbar_search:before { - content: "\e680"; -} - -.iconaddress_wechataddress:before { - content: "\e685"; -} - -.iconpersonalcenter_address:before { - content: "\e686"; -} - -.iconpersonalcenter_contactus:before { - content: "\e688"; -} - -.iconorderdetails_logistics:before { - content: "\e689"; -} - -.iconshoppingcart_shopname:before { - content: "\e68a"; -} - -.iconproductrecommendation_line:before { - content: "\e68b"; -} - -.iconevaluate_uploadpictures_deleto:before { - content: "\e68c"; -} - -.iconevaluate_uploadpictures:before { - content: "\e68d"; -} - -.iconclassification_line:before { - content: "\e68e"; -} - -.iconpersonalcenter_clearcache:before { - content: "\e68f"; -} - -.iconaftersalesdetails-refund:before { - content: "\e692"; -} - -.iconaftersalesdetails-exchangegoods:before { - content: "\e694"; -} - -.iconaftersalesdetails-returngoods:before { - content: "\e696"; -} - -.iconbtn_subtract:before { - content: "\e697"; -} - -.iconbtn_add:before { - content: "\e698"; -} - -.iconpopup_close:before { - content: "\e699"; -} - -.iconevaluate_star:before { - content: "\e69a"; -} - -.iconbtn_arrow:before { - content: "\e69b"; -} - -.iconaddress_edit:before { - content: "\e69c"; -} - -.iconbtn_select:before { - content: "\e69d"; -} - -.iconnav_home_selected:before { - content: "\e66a"; -} - -.iconnav_personalcenter_selected:before { - content: "\e66c"; -} - -.iconnav_shoppingcart_normal:before { - content: "\e66d"; -} - -.iconnav_home_normal:before { - content: "\e66e"; -} - -.iconnav_classification_selected:before { - content: "\e66f"; -} - -.iconnav_shoppingcart_selected:before { - content: "\e670"; -} +@font-face {font-family: "iconfont"; + src: url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.eot?t=1615356901563'); /* IE9 */ + src: url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.eot?t=1615356901563#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), + url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.woff?t=1615356901563') format('woff'), + url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.ttf?t=1615356901563') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ + url('https://at.alicdn.com/t/font_2111115_78j5sltarnc.svg?t=1615356901563#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.iconimago_loadingfail:before { + content: "\e690"; +} + +.iconpersonalcenter_phone:before { + content: "\e67a"; +} + +.iconarrow-down:before { + content: "\e601"; +} + +.icontrash:before { + content: "\e61a"; +} + +.iconarrow-top:before { + content: "\e62b"; +} + +.iconcopy:before { + content: "\e63a"; +} + +.iconproductlist_rank_second:before { + content: "\e69e"; +} + +.iconproductlist_rank_first:before { + content: "\e69f"; +} + +.iconnav_classification_normal:before { + content: "\e671"; +} + +.iconproductdetails_tab_customerservice:before { + content: "\e673"; +} + +.iconnav_personalcenter_normal:before { + content: "\e674"; +} + +.iconsearch_empty:before { + content: "\e675"; +} + +.iconproductdetails_goodsservices:before { + content: "\e676"; +} + +.iconproductdetails_tab_customerservice_online:before { + content: "\e677"; +} + +.iconproductdetails_popup_enlargethepicture:before { + content: "\e678"; +} + +.iconproductdetails_share:before { + content: "\e67c"; +} + +.iconproductdetails_tab_customerservice_telephone:before { + content: "\e67d"; +} + +.iconbtn_addtocart:before { + content: "\e67e"; +} + +.iconimago_defaultproduct:before { + content: "\e67f"; +} + +.iconsearchbar_search:before { + content: "\e680"; +} + +.iconaddress_wechataddress:before { + content: "\e685"; +} + +.iconpersonalcenter_address:before { + content: "\e686"; +} + +.iconpersonalcenter_contactus:before { + content: "\e688"; +} + +.iconorderdetails_logistics:before { + content: "\e689"; +} + +.iconshoppingcart_shopname:before { + content: "\e68a"; +} + +.iconproductrecommendation_line:before { + content: "\e68b"; +} + +.iconevaluate_uploadpictures_deleto:before { + content: "\e68c"; +} + +.iconevaluate_uploadpictures:before { + content: "\e68d"; +} + +.iconclassification_line:before { + content: "\e68e"; +} + +.iconpersonalcenter_clearcache:before { + content: "\e68f"; +} + +.iconaftersalesdetails-refund:before { + content: "\e692"; +} + +.iconaftersalesdetails-exchangegoods:before { + content: "\e694"; +} + +.iconaftersalesdetails-returngoods:before { + content: "\e696"; +} + +.iconbtn_subtract:before { + content: "\e697"; +} + +.iconbtn_add:before { + content: "\e698"; +} + +.iconpopup_close:before { + content: "\e699"; +} + +.iconevaluate_star:before { + content: "\e69a"; +} + +.iconbtn_arrow:before { + content: "\e69b"; +} + +.iconaddress_edit:before { + content: "\e69c"; +} + +.iconbtn_select:before { + content: "\e69d"; +} + +.iconnav_home_selected:before { + content: "\e66a"; +} + +.iconnav_personalcenter_selected:before { + content: "\e66c"; +} + +.iconnav_shoppingcart_normal:before { + content: "\e66d"; +} + +.iconnav_home_normal:before { + content: "\e66e"; +} + +.iconnav_classification_selected:before { + content: "\e66f"; +} + +.iconnav_shoppingcart_selected:before { + content: "\e670"; +} diff --git a/views/wechat/static/css/index.css b/views/wechat/static/css/index.css index 10aa5724..40a75a72 100644 --- a/views/wechat/static/css/index.css +++ b/views/wechat/static/css/index.css @@ -1,53 +1,53 @@ - -/* start--页面框--start */ -.he-page-content { - min-height: 100vh; - width: 750px; - background-color: RGBA(245, 245, 245, 1); -} -/* end--页面框--end */ - -/* start--iPhoneX底部安全区定义--start */ -.safe-area-inset-bottom { - padding-bottom: 0; - padding-bottom: constant(safe-area-inset-bottom); - padding-bottom: env(safe-area-inset-bottom); -} - -.he-hover-btn { - transform: translate(1upx, 1upx); -} -/* end--iPhoneX底部安全区定义--end */ - -/* start--文本行数限制--start */ -.he-line-1 { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.he-line-2 { - -webkit-line-clamp: 2; -} - -.he-line-3 { - -webkit-line-clamp: 3; -} - -.he-line-4 { - -webkit-line-clamp: 4; -} - -.he-line-5 { - -webkit-line-clamp: 5; -} - -.he-line-2, .he-line-3, .he-line-4, .he-line-5 { - overflow: hidden; - word-break: break-all; - text-overflow: ellipsis; - display: -webkit-box; // 弹性伸缩盒 - -webkit-box-orient: vertical; // 设置伸缩盒子元素排列方式 -} - -/* end--文本行数限制--end */ + +/* start--页面框--start */ +.he-page-content { + min-height: 100vh; + width: 750px; + background-color: RGBA(245, 245, 245, 1); +} +/* end--页面框--end */ + +/* start--iPhoneX底部安全区定义--start */ +.safe-area-inset-bottom { + padding-bottom: 0; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); +} + +.he-hover-btn { + transform: translate(1upx, 1upx); +} +/* end--iPhoneX底部安全区定义--end */ + +/* start--文本行数限制--start */ +.he-line-1 { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +.he-line-2 { + -webkit-line-clamp: 2; +} + +.he-line-3 { + -webkit-line-clamp: 3; +} + +.he-line-4 { + -webkit-line-clamp: 4; +} + +.he-line-5 { + -webkit-line-clamp: 5; +} + +.he-line-2, .he-line-3, .he-line-4, .he-line-5 { + overflow: hidden; + word-break: break-all; + text-overflow: ellipsis; + display: -webkit-box; // 弹性伸缩盒 + -webkit-box-orient: vertical; // 设置伸缩盒子元素排列方式 +} + +/* end--文本行数限制--end */ diff --git a/views/wechat/static/h5/js/wechat.js b/views/wechat/static/h5/js/wechat.js index 1e58d89f..022a4ac0 100644 --- a/views/wechat/static/h5/js/wechat.js +++ b/views/wechat/static/h5/js/wechat.js @@ -1,155 +1,155 @@ -import Vue from "vue"; - -function isWechat() { - let mic = window.navigator.userAgent.toLowerCase().match(/micromessenger/i); - return mic && mic[0] === 'micromessenger' ? 1 : 0; -} - -function call() { - let whiteList = [ - "/pages/order/submit" - ] - let pathname = window.location.pathname; - pathname = pathname.split("?")[0]; - if (whiteList.indexOf(pathname) > -1) { - init(); - } -} - -function init(callback, jsApiList = [ - "chooseWXPay", - "hideAllNonBaseMenuItem", - "showMenuItems", - "onMenuShareAppMessage", - "updateTimelineShareData", - "onMenuShareTimeline", - "hideMenuItems" -]) { - if (isWechat()) { - let url = window.location.href.split('#')[0]; - Vue.prototype.$heshop.jssdk('get', { - url: url - }).then((e) => { - let config = { - debug: false, - appId: e.appid, - timestamp: e.timestamp, - nonceStr: e.noncestr, - signature: e.signature, - jsApiList: jsApiList, - openTagList: ['wx-open-subscribe'] - }; - jWeixin.config(config); - jWeixin.error(err => { - console.error('config fail:', err); - }); - jWeixin.ready(() => { - if (callback) callback(jWeixin); - }); - }); - } -} - -function chooseWXPay({ - timestamp, - nonceStr, - packAge, - signType, - paySign, - success, - fail, - cancel -}) { - jWeixin.chooseWXPay({ - timestamp: timestamp, - nonceStr: nonceStr, - package: packAge, - signType: signType, - paySign: paySign, - success: function (res) { - success && success(res); - }, - fail: function (err) { - fail && fail(err); - console.error(err); - }, - cancel: function (res) { - cancel && cancel(res); - }, - complete: function () {} - }); -} - -function hideAllNonBaseMenuItem() { - init(function (jssdk) { - jssdk.hideAllNonBaseMenuItem(); - }); -} - -// 批量显示功能按钮接口 -function showMenuItems({ - menuList = [] -}) { - init(function (jssdk) { - jssdk.showMenuItems({ - menuList: menuList // 要显示的菜单项 - }); - }, ["showMenuItems"]); -} - -// 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮 -function hideMenuItems({ - menuList = [] -}) { - init(function (jssdk) { - jssdk.hideMenuItems({ - menuList: menuList - }); - }, ["hideMenuItems"]); -} - -// 分享 -function updateShareData({ - title = '', - desc = ' ', - path = '', - imageUrl = '' -}) { - let { - origin, - pathname, - } = window.location; - init(function (jssdk) { - // 分享给用户 - jssdk.onMenuShareAppMessage({ - title: title, // 分享标题 - desc: desc, // 分享描述 - link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 - imgUrl: imageUrl, // 分享图标 - type: 'link' // 如果type是music或video,则要提供数据链接,默认为空 - }); - // 分享到朋友圈 - jssdk.updateTimelineShareData({ - title: title, // 分享标题 - link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 - imgUrl: imageUrl, // 分享图标 - }); - // 兼容分享到朋友圈(官网已经说废弃) - jssdk.onMenuShareTimeline({ - title: title, // 分享标题 - link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 - imgUrl: imageUrl, // 分享图标 - }); - }, ["onMenuShareAppMessage", "updateTimelineShareData", "onMenuShareTimeline"]) -} - -export default { - isWechat, - showMenuItems, - hideAllNonBaseMenuItem, - chooseWXPay, - updateShareData, - init, - call, - hideMenuItems +import Vue from "vue"; + +function isWechat() { + let mic = window.navigator.userAgent.toLowerCase().match(/micromessenger/i); + return mic && mic[0] === 'micromessenger' ? 1 : 0; +} + +function call() { + let whiteList = [ + "/pages/order/submit" + ] + let pathname = window.location.pathname; + pathname = pathname.split("?")[0]; + if (whiteList.indexOf(pathname) > -1) { + init(); + } +} + +function init(callback, jsApiList = [ + "chooseWXPay", + "hideAllNonBaseMenuItem", + "showMenuItems", + "onMenuShareAppMessage", + "updateTimelineShareData", + "onMenuShareTimeline", + "hideMenuItems" +]) { + if (isWechat()) { + let url = window.location.href.split('#')[0]; + Vue.prototype.$heshop.jssdk('get', { + url: url + }).then((e) => { + let config = { + debug: false, + appId: e.appid, + timestamp: e.timestamp, + nonceStr: e.noncestr, + signature: e.signature, + jsApiList: jsApiList, + openTagList: ['wx-open-subscribe'] + }; + jWeixin.config(config); + jWeixin.error(err => { + console.error('config fail:', err); + }); + jWeixin.ready(() => { + if (callback) callback(jWeixin); + }); + }); + } +} + +function chooseWXPay({ + timestamp, + nonceStr, + packAge, + signType, + paySign, + success, + fail, + cancel +}) { + jWeixin.chooseWXPay({ + timestamp: timestamp, + nonceStr: nonceStr, + package: packAge, + signType: signType, + paySign: paySign, + success: function (res) { + success && success(res); + }, + fail: function (err) { + fail && fail(err); + + }, + cancel: function (res) { + cancel && cancel(res); + }, + complete: function () {} + }); +} + +function hideAllNonBaseMenuItem() { + init(function (jssdk) { + jssdk.hideAllNonBaseMenuItem(); + }); +} + +// 批量显示功能按钮接口 +function showMenuItems({ + menuList = [] +}) { + init(function (jssdk) { + jssdk.showMenuItems({ + menuList: menuList // 要显示的菜单项 + }); + }, ["showMenuItems"]); +} + +// 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮 +function hideMenuItems({ + menuList = [] +}) { + init(function (jssdk) { + jssdk.hideMenuItems({ + menuList: menuList + }); + }, ["hideMenuItems"]); +} + +// 分享 +function updateShareData({ + title = '', + desc = ' ', + path = '', + imageUrl = '' +}) { + let { + origin, + pathname, + } = window.location; + init(function (jssdk) { + // 分享给用户 + jssdk.onMenuShareAppMessage({ + title: title, // 分享标题 + desc: desc, // 分享描述 + link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 + imgUrl: imageUrl, // 分享图标 + type: 'link' // 如果type是music或video,则要提供数据链接,默认为空 + }); + // 分享到朋友圈 + jssdk.updateTimelineShareData({ + title: title, // 分享标题 + link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 + imgUrl: imageUrl, // 分享图标 + }); + // 兼容分享到朋友圈(官网已经说废弃) + jssdk.onMenuShareTimeline({ + title: title, // 分享标题 + link: origin + pathname + "?r=wechat#" + path, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 + imgUrl: imageUrl, // 分享图标 + }); + }, ["onMenuShareAppMessage", "updateTimelineShareData", "onMenuShareTimeline"]) +} + +export default { + isWechat, + showMenuItems, + hideAllNonBaseMenuItem, + chooseWXPay, + updateShareData, + init, + call, + hideMenuItems } \ No newline at end of file diff --git a/views/wechat/static/img/bg.de9c09e3.png b/views/wechat/static/img/bg.de9c09e3.png new file mode 100644 index 0000000000000000000000000000000000000000..3eb009a090950bd9239672ec7001303847d50901 GIT binary patch literal 30425 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
      ^u2vE&D(_c+Jmh$M@$cPeBVvWirFwShW40?yOr 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 M07*qoM6N<$f}S%#SpWb4 literal 0 HcmV?d00001 diff --git a/views/wechat/static/img/box_scores.png b/views/wechat/static/img/box_scores.png new file mode 100644 index 0000000000000000000000000000000000000000..35df65b984ff98a7fefbdaf9ff9f3d25393c561e GIT binary patch literal 63836 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

      ZB!;b*}3UBtqd;R^dPd8Vut z;w<>$JSzRh`Ja9ZE79yd389=b`5Al%%|PaZ4t3p@)?2GQMIj}~&}F$ua(s08Pu{wG zrO9Cy_vUn65E084JEGjB3+0fo`Hg0QtM8+=)e*1P-mXzv+h$WyeC!T9mKv2}hih&9 zOg31>l+KD@{1*BhV<_ov9H&Uvwd4ph-lAI_|3Os~Ms=eik})}Csh?}tDOJv8^RA&+ z39aMcuF~sITy#(TN4o;ks^U);*4)vfCSJ;^`|kOSfD|hC7X$>0exF*q$^HjJ7wFUO z&M|uFQEA3&C1v?!J56ra&G)Ii7#~3}kuW+3hA}R;N4aAMr|`^F5-my#VM(*cPypEj zOr5egOjFjvjS$C#2dk^Fq>j16gQm%77;D{%ZqdI z`1N+{6(CVpq3XuVH8fwD@mM?|m|IS})&T8+J8~$X2YO$-t4(&e*v|KNCHutU(26_1 zg9ks0omo{*dD)_4T9S|;5UcppuKR}bnLA;oqRStxu5isU<0C$LeyxYivTU8I`?R9| z(7u2M@|;!@>qV(uOR22Z)FsWk+OHYJQ$8a0uRm(Nq1mi%y&6{($}=tVPY>suVhoMu zb+h?kmETYgW7FINwTWYcmt^{6ALk7@qFv3NnoFyO_@^#r$$d;8CspG#FcPzq&rFb#Yd#zmxE=3o7Ct&JitvW^-TbKdmxqcoWKLUA^1nA#u z37D&WD2DSIx`X_;eS+oM+9$G78>98HO)33KtDx6zGcIBCX_?};S+OZ}>l|(YVb)LU zIHZAOq(=A#EvgT+UP3w#(hU?e(rzjymdVR{s}6Q~nGu;hT|R0Gd9fM1>26=IF@4Eq z{aiLa=ouS~1j!3-FHjM4XuJ&X$M7L#DaVzesZ<1Ms*^i}Uv;c*-8bFiO}MT_B%Pnj zw+DE{F4W8njGk$`^JA50skprf2Rl%A1bd}Kxh&O_$+T(9w2Sjw+c6i@3Q`z6sFzyz zot@-HS1S9)y>lvnw=#`H4m?79=7tKHgGLQm99iz?F}f7~c}H>z>Nz|WNna=a?Pujt zwH!Yz2|)~J3}(MLj!SP;o18%K+VpLPyVBjB zD*W42_)#$wHG?(@o~AC?>)l&1=JW~^d)?#l{#WJc7-%?voxm1 z_HlrCr{?o`ptgY0#g&vpO0Fk=`4(){HBO7LHA_t}tI6tU<(lF(UZ{NO(IuCQK~{0L z*{MZFR;-enZid%wyO)ed@&!(>tLI+x|4;kn|E@QGQft@FSnJ82{l*MvZBecit{P=9wL<`FPM~`WEsVyK zp*2Nfo!EwdCzH_7eA!%3O#rcFY5Eq)n`xGFw=Oc&E`C7emQOSO{aI7mo;Nq)pE);cFJ{Bf11uD)7(KVl}4qy$$+D$ z$xezT_eni$v~|7m=`-X|?F#F*bCaJIMaLj8u+vM8GeZn#%%>OW-ZZka9`xr%yq3#rm2-_#mUDpz%u8`=>~NPF8ExuR!)V3)iOB&ZN zfpGhG*xp5m;&v|sdW>0Erq;p^0|V|K9`?}d4nAI24VbKO^81~-lQ+CcU3LVdDuDPswsb7?;r2`A|I~K1`qyoi3z_#AcaxW3=fs-I0UKW=?IySM zw6Fe*iJtoV)ETAUh`y!>+D++nFTW)EPrDn`PK~v=(FEH0yRM7`R+`r;)oG8ar{;}V zDEi9yia(_FOznnsT-sO|*U6CU3Q>2?w!XJ{4PN-av@PgriJ~{onG@#QS zZ9j;*80=PlFc`!ZDtB+Y&IHA;vmAe|&u*F1D!aMN33Pg!GHSCca~BX6W~sBQD}8Cm zXjBq*A#O|sY$CVeaT-@Ms+13=UvI8~aAjm<2KN#~$m%G6SmI|7qe1*UpZ=LC3tmY& zKV2VS9bW-A3hXgJ8upD5n=~-SgUas_nc7SMq_{Q0<|;bA*+6dW6)%zSvwHq}?*~HKXl= znr;NggDid&M)qj8Ll)N^1i>@xYwn4D%C7%4EpWh36oBN#doVu&_+&^iJ z>RkH*ZjIi*{E`h3RQ!hCbL&TDUeV})_p0}1+b6ix`aBQqZaBQU#dx%QUBF0CIn_%$ zA8cmVc77yJ-lSZ~fw>yG%)B^!t+Vy-Lg-yfWvRAsQJ#Rt^K(ggwSw+O`ektq!&arKnz4yMw!sk9?fZTb7gn{-A$Ct8f$7sKwJp?XLbnofO z?v#ArA^sjiq;)rk+LuuB*MdLKr&ZL-Uow7Kp|Y;9{!fQRUedPk9^n*y-fan8>c>>F z@EUFal2?P#*7IUp(d)VosOEtGswYlwUs_FY+j%i}OWFTaotgk5)d|3~z{u+-9&Oo= z?@64KA@lxxfqD+*^_ZOh`q}6~cgja=UD+UJ31VPUj(QldTY;>mA9_L6YPf7-eK%QE zwH=jzcEX8wxpBmTmm?rlxXIO-m59J8J|S7~li?Oqdu>X*{ zK)nV+kKzT$?z<5jO2}~~K2FX(`YJ3BsCCG-6QdsR zG$DPu_$xW9tJfbv9>6EediHm(I_$lzF%w~Sx~`h?8Izbk;J77i3LG&NF2e(6Af8y& zv|w`+xBY_}(&tsQ=Une^<&CimUE$-_7HBtj(0bIvINxv?%vqqHhM>0d^}iTA2dA+ly8 z(-x?}*26V^3EB%J7<2a$8aH*VA5{hTbP>cQn#|pJ+kYn3ox4*pAjlB>`yc%3kQohV zNfGK{U*BCw2)HfYh17!iJo%7Cq|=+@#QhwB_7dIj?0MPPy&kcF6wW6BtgLDD_|3)(Qk#w=?8)uZfU;*3SU)BF}5$*ZvdU{dy{|q^B z{^~Wtl5nL9s`-LQ>C1HsP?lYa>6 zri^@7=koAU1qVI|lS}4C(jF+`d8} z^P(7|abaFr^u2b$`+5VYoUtZ2fXxH6LOHZ*1lz@XyRl(@J-Rz~vKXehTsAd|=*D2P zN(e&#r3j#TIclHscYI~u{Fevdt+#^hfF1A>soSzLrWF`)eKisAQi8laN=@8VTh8Yw7l+ztq^e`ki|-qE<8?OjSUyS`>gpFh;PF6lD0BI7%J-vjzX#FroShtS|Itzu7(XYoGNPdt-%lZGX2I`3=cZ z@GqNtEa}I?Uzx$$K(uZwFEJ-G{B8X_=asuzzN^two<*|uCx{3R%iH59*K_EOdauu{ zTIfE>pS7NeVla#95?T@3c!cCt)N&i0LQd5*RqoD5IR%P%#W9$|9OH-gnnPRaJ@LlG z7KSgP{}lStQJ@<%P#c~+6VA&N{ZD)dvLD?=dRK8Z^A_%`k)bvza6gEAQKGTbSM@Nd z1&-;8*AC5TTE+loC5Ub$WXybe4%r~??%1ee_$hG?-U$wTpkt?~8|c>9NQCD`-4E;a zgQy;}6-Nq+$3o9Lekm$_RUR6+OwEgO9~ z7l@(O(LclVEf{YsYD>D|E$>)?+)F>4jAgmOJ^kV@1M7$aB`3d|>tx~0nF*>fyq(N#hv z<=fQ|;!SnNa397k+G&8`1d>lo{LkU#d=9lhuaQdi+ifUK@`{9`{46yH+fOShrY2q6 zzbJ)sjKHjb-e*(A&Cid(9Uzz*yvtATCg-~?v?P|@{zG%o$Tr%zH1O z;UmRyFcM=%+Z%VvRq_6FhZU*KeeGC_*O%VH9$lwvS%8QdrEsYk9L0WSy>2K;=*0I!&xEZAdQtQqE7wdbHCP)E(l* z1JmcJCCgQZZB&0S;fMA!Z(Cq{;J}~gG%iKBp_Ko1;=%v@CSPR6sgQ!>MR7Z4c>mjP zbd+oW`u4mqGFSI8w>B6;R^l*e9W`aP-?oRkq3Wy$zwVZ zf{ygK1P71}PwRwHZnHQU3gLF}O0iWtuUQ1xq5dMIS|ZR)$ss~FuI9EwpHAld4M1CpzpG-{b$r2Y)~>l&IWUP0N*((WsnSm; z`iX{q1fwsmzn{spD_;)?@lM8P+5={fgdf@wGc>ykT4Y)^mSP1>%e`ZdV1K4)9(X?j zSaA@T*-XWg2zzkkGx4QNOKl)YjAC`o$U=pyz81WHSn{c3DP%&IDg?0)G zbrxInU@N+P4NImr)y!{&m8wx;P?Ag?MLyq9z9ckc0Mk&%#mD&8!eyi;{%o=_U))7S zL0+5Qqs04OCK{i9OCNdy_}XDB`773;pI@H1hOu z+B@9ONfWp+5_G}*I9v^<(63L^T`7e?8aTu$g z={~|3;a;pu(+c`15=S%;$;8@ab%*F zGf*5_tviXsYzl(mE>cJ!A)%u89p8p@M`iaS0^wT($iea{w4k7!=UL)F=Zw`2c4=>Q zmc7$R*&(r&gBo#7(}+7&=8?FT$5Fd0X?ebUjVlk89vC3-p_`$MOQ@N<8i zA@Z-US^Iadvl+K9C%9kH7!!88lAJBVy>c!o{C)?}1`GxNe6!Z?ORL1Z@UNYy~Q1=}0m5W=V2**;B97f+!H7H~gNAGKl`zFM;p(JMx`IdctVo}Qos%Y47L*Z`bmqM6h3i1)sx|mR?Ss!EB>&YXS-^CZ@P{N8Z zp@33o3nKnryA=_Gm?>Yjvxt}qKXJu$=*>o^br?*m3q^ky!E!9V6Z#y)i_nKAcs?!z zY!v7p`or7E=c46;kS|tU;!Fk zQZ7CWn$lB4zq=TQRdtbGwL>q}?667yYYA%%@jepAyaZuXd@pQDa zP)xU-*mZ0$q;T!ObSW3=DpnfyDsV4ewSO06hlTr>Wu}9{0xKJC_&4ZR!N_B<3?g-O z{_x5tu0jeh5C1qBRrEM$g){&CwwziSQ{_&7f3I>~SAevuypj6bkcR7G=}%qW#f^JH z>o@K%(lcsCF)l~mvB+}z6Pmk*0R+hb3Dhr3(k2mm;SB&C6M8bVS1WY-q!28bt0I{{ zPB>rk5w_b@jVJUD^Sn@|%i-x`0b5eZZ1$)XW3|8)?`sT#(gDg;$@=b~&tK1NX|?fa zMS>F_`Z)p6&xB;X@^>@^#c;6O?Y4gHc)An|qHB>kx%ypI109V#j26kURkzF``vnm@ zlqSlP+*4KYq?yUgb`I|EFdbr;ZYz!g&nl`W0?q^XS(H^HtoeQJk0fxY-%=8*i98H4{^{Nq0k#c_-AD|h=+P0dgE z-t-Rsl0V}_2V{_&>Y^%k!O?W7u+QY6TJMxIya_F=_MgTPUlfloD=QzAKGU%D%;`o* zNH(NkVj>>aGgbfN=@!+9Z;;-ymt}(HhHW=^Gxiy4LWG~cT8PfPUQx~%UPDea?-L*% z72vAN{8KSn2NNfw*he?EgGg%tR=@=dJ=yNsh^KP)PHykiNCk&Y0hQ20p)h~Con-Wf z9=O)Bgig&rzn9OiSA|JV`SgqriBse(0za%w11ZAx;Gl$opOS*IpcJc`uaO0@TCLf; z4S2CcTAR!nVO2kLUw~i5g|5go0SzxTL6bk0Wle7VJu)ZA=2?7c-)Xbhx?}7t^7w{? zAt1FA10^Fz*wx@d=AP)IDo1n_{?`z9qAW+#mNJc_ zfsDWX?xoI>0e(-uiCGAbbRndM*uZO z^nt3_j~3KNbgUu>rS98UnagkKE6+u0XpS}GQ7V#C{h$mS0J+;W)$5#Bg`Y6XM-?9D^%tpdjm1K211Q)a z_LOj<4Ez2@HMdS-G8Mb3Lu%4kIPmve9r;qh(t0I}$G?&|@k%G13YoBVLbqLuWJ94kDQB4(@aBk3=4DwmQOuX=aX}o) zT7?Fg!U|J)W-r177Cswx@0(l(PD}nifw$=vHF}n(VY<5*&u>-)M69QM*KIxSwD0|NnV*z9BQZ!W1Z5+^@6H{sZO23hB&k9PYo%Y7^s8ld)FWT25)S)_BW?Dq~ zUI!R(W+V)9)?dz^kyYH1L72Ge@~(Sk)iC-Tp~@!_&*+OT2*t9~0-NkGWuaN`Sw#)r z!-ABr{|bwUivEkpM!z~7u6n9JW9VMKW(m!n9;dYbOK}`N)e5=Tp+9m+-^T1vbkpW) zz6R)k(@2!uO#myes0uwt00m136N{ZU73=X1?dRDQI z`Z-agtLD(8v?S$hTLgCv>GEO9vY=L34Ln20QfW7abZ+w1%Xpz3sm3{;i5Lw(SP7}j zA7lDH&aouWj8k9fS?y2Wqb?uUP<79YXqIGgC!r1_!w@!!GBmkr67dvZhIyn=_$93~ zAr{l;2|zlo-|FFrhh>GUU!??WNtk_!IwsUkg%A+%iiJ;+z&bsTV5uU_k zz{I~QX|IOWaV@l;R0;UTc7`N%5BG-bBm`&M_9MCOqC$f-wSo| zK|NcNBV04ql&)T~tG2P`pHS3j`<=AR6iY@@=&{$WSakw2YixCybkd7sf2?;{6dV~XO#?iT?i`wU6mVYMs2tF%@-%Y8SMCx z))&Vh+UqOV&QLVuibx3`j1>C7a#t&H>-t z3+wFhGqOm+6t3`E#>!8ZKNhDqRMY=YXWt#wRJZLLPywkTAE=asq97u@NDT-IDoT+i z9Rvia(t8uB3Q>_JU8I-Ldle+~P67l7JwPBJB>_U<2G2X^jyK+TM1b0M%9ILEvg>WzoU2RWrAS=JDDw$2u9@%ODjZY^) zUBkx&8_i==zgZ30KEsDGZ&^Na`Xb0*nIpK(NoRA7q^|PhEP}tVK}bskFub@u;VVu}VV7A!5z{R2Dr<}%N3Lk1Ci$n<#Ngy|Q_qUB zm^z$ygYfEpg(u??`^}G6W$(~&jeWT0X|DELljt~QQt{{ZWa&#UmGQ^(r`9cgN?bM% zK5<&hFp}RKvJHH2_bS;#-}fR$Hz5d&6slH8fwxzbAETbByjbOpK_y=jJI<@+qR_62HyG}v& z62R6s-@&kA0-cQhQtQ#3(U(kV<)u(1WfpI?arEfj!|r>#Y7fQWx&X6<06Xpja`zK+ zo9GZ{fPBCY&CB2);sp;?^P)J7wQT*bd-N3ynOOu=rG;IUHrZrD`D6|JP`J}$CGT5( zmv`vXXTimNAG6hKqAKx|hgIgsabraLO_NCXvMkk!1Xaqu#cYWyt?~~NLO=6&Esk-L z9kBQ%@9@m`Sgr-i9=!}PrJOIk|IAh(E9^?E6RG!8`n#W;N6%GLhsUL#V59wmRb_p2 zm>GTbKA0MZ`liFO-K3{IN@EA%D`K(EaE~IBHZ@8KllZ{)ASFseH8F}*XkD=|vC?X?e#zqSd*Uo=kSN)a?eMA>llJMcQ#JfV;8Tqs}oapEBjX-_*8aTl6v8 z;NT{Re3kgFVYTYYartLTwj;1O*>STcbk6Myh~JM$=Ti1lXV7|LmCHdlkyT9#ED>jS zkBS|I1f37Cq=! zGJ{-S_Lk021#Qg{v{0+<3BY7jHa2io4WPvcmP>ia^Gl*eNh2KKEw9FDvt54!tS+7? z$^1C~R-eV)rLOsrpB#f95TncTP?g2Bn5&e@o)G@ciT)o{->v_dD-FyYr(}L>{IpLINoa(0$-n%OFHAnpz$=gbiIK~?N!tdBv%!Ubr*+<8CLBwqlcq)^J>wVqY z`*H*4wb8fC>>c@UKDQa|%g9nZx^MH&Cw40co7UfotU%$c-^B7vW@n9|E_)`s!OX^j zScE3deMJm%b5G=vwp@|fF|}nMx-|$Ej20|0rm322#$VVbpS(>=DD7ktchc1xyh@Jw z{;b1uMY1r+;H`UToTWa)t5q4&A1hI2yyuW4`U(D(jsOIp0c3)}v7}rmV8t z{6g>cSOGo_CkJJjbLI{g8 zHZO8%7Al6WFNos8hkQqq$HryObHsGQ6trs7iTPkz8SdE!vWrHnm=_inrY}m2TwY)o zo9;0UnxRDQ-U@;+-qv{+Uc)62JHO_> zAaEMuaxdJPNVZ0PVDizyEm*es|Z`L%~r55EZKqd#X zs=F@Js_loex5$8Pypx@V@AQSVuD^DoF3Z3Bn*!0k;Cc z(%tDw39d;@hq;`xZcX%EMvh@eC>=zSJLcRoEAq-ZtEU~`o0VT{o`dm2_Z&)lg-_v@ z8sxj*?^*M)PgPiLDufJ^?#}{dM8a6Ez%?YMy6Ek6T+K33%uMzXMN1Yx->zw&fnpzL z!ND`zhr2h2u0T7KdanJ+G1A0-bl8*SIJ&*O;BN!{ru|qZH*)*uP59SCcy!ZujqH~c zxrchnWFW~=s;mwdkC3D6F*cvqIn}2w>fj>oy{3{#&)sam*LFjoOtpipW?urZTt{bQ za>^)uBMUFkp4ZBY1GxRheBmi}Uli~PA!rw}A`sTha$|{jchEW;jtwyZ)+&!6XdC|Q z6Zwghto*ESqs^RrTZ(FGEvR=p2Pcl{RoKh<^j_6|FEAnHHQhhId8xW3zoo25hP>Nw zOyFCj;^Zrd_hZ_6n7I2axljMu-S#5PQ#kYOaG!HY#HSr?^r2lr2rgNyY4;^cC0QxO z&;N)O73uKDC;_o+JW324SC5Zp54Jh#p?_N<(m~$zKsT2wjX(8vDpz{$8%yM6=l*-e zSRU}cLGYnL*NL#_Q~vu^Z};OoM5m~~^7ck`yoR5<>}aHI-7N+K@b{lmai(&hdZEqnj^V3BwtJaT+*lg!toqPCZqAQCmXyhFlc2(y8_;ff8?;=Q z*%Wl)_koq6xwZM$xi)a%d>u^VRGab<=><0)hkQXXusz-K+6KJ7-p>aiu^R& zP<2!3Gy9V?5LPzd5y%4Fk48s2dK)gT5i;05%HA>JxE~KXk)?ybdR#_v7TcN)P3Uj@ z0=4BT4f|&wKfQSkQ7le7dG9gN5kak18Zy~ocMM*OGsB6%d3-vV?Z6tfi?jl!<7cSe z2yU-O8JRCEEq_}f5WMHDvR-d;cD7dCK0^&#%Q}^xp9$s16nEr0KiUUlFqu1+a~cyW zYn~KovNVt8l#C<2$Fou~O*28C`Pz!Fe3ccc4qA)IBrINKz}%9KM9&q-G1S<~B^5Td z^lS!mct}fuOEsdtAd~$LYRZB)Q#4_3p2@Oi=J?&V_D-4NLP~AQzVn%oc7I;dDW-*x zS~z9f58Cq_me)fj?Nz<>UfMex@O1n$15E?D<(P_*Xo*zlTos9*)jg48;rZ+-^qU3SD5it2E8+Mj)-?& zeVXb9Z4tWUnWMu%gl`ONT9z$Ve(SKTA#+*_2@bkb?X90&>STsBv7Eg2jqiGI5Pr74 z+o9Fn&2Q7l5E}ZxHng|%$TRG_0AX>Vp=AfX zvRSEP&Lg)r9Jy}--jgf|wYy2b*^3bSw1SrLFRk)3N{VLH-%J6y-|FW$Z_LpuF8f93 z+n#%8VL2B8=U7<8$v}-YhaS{kGDS?*gow#cn~`u#uo5d89%n()G()@YMl`{aG!r~N zhj&$kiaq^ZB_`Xfb`D}i%dF8ch#x|*@eM_F|5xd6i-CGQ2rvp7V2T+cMG=g=ckQ*H zYATqc?2}vRLt>KCw@SimS!XfH1&aj5v`R6=qGyYaw{FD4#y(|BA(y89r$6^x1~QGw z_`GiNVLqE=*lWMrc~x{=>okix>}!<&qGS3l(%-L>iGTHcxg1u0qsW=_H4g~k8F9#`^{(C(WR}QQC|hIVe0wj@4>xVA z|D2f2_CfxGaae%Dm_8Ely0ND|Gl0I6+RWL)p4rh+LAj1Q%2rRQR+CQg|skCW2H=>5WVjGicP?z zth)AG%FQ8=8Dy6h!RNV_viODAI1Vm3fs?Bc(-0W;Ui|GkZQm76#K%K+>Em1d!zNBD zWyt2mo2`vuI*4(}p9p?|{U=5g_>F0uev`AB>t;Ju8sslgNq!R9z~8r!jD?w~#W(|S z-FM1}z@1Ka;KU*RUEZ%ni>cZYO^SC6`H$I<;cbV9< zSCBAIYM5D;rnS1~DWDQiHsR3Uzbi5AnQMrAX@4hIzkZX#vYrWylVNi3;Gb1&xvdcdcOvoXbzzn#^uPDZHKZk&=Ts^jOIX(R1xkES^mFJv zC2(7@Ad}VOiom(^-Ns_m9i=nuXo@nt-OWuR5ykVz8?;XFE`L0c^c}?DG5ENXyHndOsTfSW=93>fKV(DOD{0BNZ9xt$(B zwOdZF+-$*6UJLJ!Txt|q`^_sY{jxv#VF>^rqH@^>0Jye51^|!&0f38%QV8Y02LJi? zV(_1DF9sp8Z%5Suk%+y$${S<=sUxXiXJ_nZg*a+?0AS$S|F+P@rACnR^ z%jX9N2R-}y`^~80zE38$y#kw4Gn42_<{~F8PqhoU*cbqCG2v{#^mov%ZbSX_e^~rK zKmVJe5bcj<(IEcl;;b$flx9C@hpObw8_n7CQIe5%EVHy|8e*Qhh>GhB-7zuB zTU;+|vtUU=UYhe7_+>@C%i;n3g1>UHspgQ)!w!E6fOr?D{>3iu?e1P@j}4N&SeT3b z;^6g>Z?(b|-xarbdG#!ekWz^Ez;ciVX$Q9UFyAuDlOIDfR&GaN6UzM{Kg}yNfT?n_ zGmDeY47YC&j9CHKmtB3lOFno*8IRIBLS;tSYk(keXq8WvrW<^|CyXd(yCGVd#jrzo z-MMi{hEaHhLPpk{BnyzACJGuaeVz7UN}~UfZWH9JBEPn`_f?bdF$k~**^M0YCkL>9 z=lH|2@W5q$i#e2MH}sOU5&PQ91W^%~DDyQ~~rsb5<0VGD*C1)IQc!FxN)x^)1na*W^Cv25&jFFM93y-2* zzqNuUWZt;JGP8sG)+c|#&JK6G(D-n0GYqc~cn92SRuWDT(y7KE4-mdarr@`LMx&7i z#lP^V2QD)brLD!kE|IQ_8SBt3V$ge1wk^`xzkf^@T=&oUj>_rS&z-=Uwin5iB++{V z7a4%Z9KK2h(M(z)hOdE7eYd>z9Q-#_j`Dv0zH#~Z==|la#c{})U2Dx3Z$3a=rHOy| zW4hAq*Hu0bs4S+0r8%;WEn=G$zK?fRl*{zZBW$|_jVtW+@XR%!GmtHdbS~>G1VTUT z6Z%l={B)_&whdP^mpGV;+*y)kJR$Y?!D8XYF59G@Np+sK8NP44PyfK`rtN0-u^`MD z0gE|1ga&&;eFq&H$4PDPh;&7N{?bQrOjV_Mj&GZbeK0>Y=RT|;_}TWiT$|dv`AN#9 z`ZG}&JLz4)ISdhg!)(fwggQGH&6h4w>H#}cadPOj0JRw>e>kT-)I8gE5ey-r6Q$4L zwvkN?f$J)Bxcy-lxhssgoL^_h!@;czbr*du=Wf}ijVj{i0d3W`h2i_br^}$ZwsYdn z2C>_!3!k6iS2Tyez}E9Z>S!u>W-`;>|)Z~0{U-NU=xj<-|Fp9p@+eQt?FMKifF(%Ee^UZ zu6g^=>+v2zAy(_S}QPbQ&W zq~a}u;(C}9>Q9_^b!~FNp4!J3y5l*_yuSjsLb{f1?hY6EWuzZ2MuM=Uw11GNoHuq0 zeAK~En;z-s@i62s@2h@59Y1C8OFO-*yw^{_eKjY+WD8EIHa$B?1)(A_RJ)A7a^7>8 zGs2foNJL|dwc>E!PzMTIjNed4-4AN}0!%VG6k35k3!&KI;4}B80C&(qzM$kW`w6C% z1nl`X;ke*TZI>i1ZL=9_)fsA1(Rwlzq}zIx`7B$)j4^|{G@*9+G+-{6X>-Tln-X1&84zu-40 zzj%n{(Y*_L+>P!urcu3hy&h!j5&(+m#I`Ej2^yNVs4N1y&A^fwc~8c2VDk6=kj#~# zB}9v(Wmh{L(ys|VUeWi2h8gX*R@IGk%n3ILG7=z{?#%4y?p><;qDb2Xck1|io&cNrS6R2*OUk*~%J+M-8+T#4+6XdF> z{Rg6-c2WOh3apy#ic>jQw_O-M3;rv>!f5khkyI3#pw%jJ9K(Mnhwe@p+a#{p?86Gx z2qO;7m#s+dbs1BTtX2@zXu?MxaFC-G0FhVT{V^W<1 z0))5R%c49{E*T%N^?|hIvCo2{I*O-Hn8cSKMM1!Xo2RUD9McBpCZN-0|7u*<)&s+h z2Q+kl?-WUI?;#m~q64x*t>4Rhmh16j*#}=?X4Ki z3tf1Q0$+wXtx>6yjH}`0lbb!Pd{Op9Jkeb&gqh@|ytcec#`4zgLsY=ihYn7T&c&b7RFbY=MGNZFh{E zUrVLlJYr2aI%Rut=PJo7ETOrT$TO>|ccEQ3RE}N8KeL-_50>qDYr8@=Pe5n8kt|C& zro2MuBt-XVBiA1-yvk=wx9!w+2unX<3PotfzB(Kt`YpFh({?S~9mECB`#8Yy@dy~E zWA&`(LEG`*ct7k>7NjWn1O6!HmeVGE-+QtWKxD!fRe+ijU6*?)Ur>-y?ojLTsTuku zgX^1#f*7@2LR}ki+v9t00bH#BGLOH&mL886noN(NI$)d^#^y(V!lm3CVC8C}PmJAR z{H24{>RM&QEeo7yw)H>rA7W~=6^pe_byYj$SSWuPN-3@E7J_~W%F5h8n!9D$1wazN zrRC;P9Bt_YV~kNVb3ugdQq8l%{ESVh!%#VjPSs=xll*Uwcqgr`+fRhQan23lW>9Kr z)%-=rqm4{qhWj$BhNjChUGxt#LTiT3TOGuhC?LVP%BrOIMZ+}F1Vd6b* z-Po7*G064hC~DGN(a5RR1qBWSH|&2-z^!*c;+0pclYFn|H){azM2UbPpkWy=iq{e8 z4V7VISFsl+sH9&B$R$l4FmU>^7{T~$xiVRjcgAq7f7+1eJ_tFi?2c_fdj+42XU-UE zr|kQ`Y&#)v^^OrQ(3x-B+Nlo`L zwH%1b4b?g!^K9KXD2|&^$zyx&nFJGjzxi2ZF{A0Z97(FnovrW2c_m91zWlIGg=Q?{ zxduzo*x9+{wH-QK)!4l~v`&EM%mDfHVxSiWRB!cxX3FX_&p3+9 zL`k;&hyhi>yF9*jE|^^kps$YQ_`DT6jC#y)_8!1+At{tKVjQ*)W82e+YckAMAC}kk zhP{$#iGLJ?Anm|?sM>GvuYdvmHfXs5?XK$^c=B&v;Lg%VVXOw0fUXMUbpeIxV1j&591w5! zB|0YT9djEg&;Z;%yB8(ZKyw)E2gRf52HR?af(o8Q}Ovd+;xV zF3#QFeGn^0us;kYylb|C#j#Z81QSW6ulBYtV~f0Xt9ayL5^;<^R?he%AaNabST+0z z5Zs(8!~4ts1EwG=(-Us!B!amx6l)=n!rN6p6dxpC;Z;7msIrBh125U-(B&VZG>uFv zO?j1xk_eM=tem$*qS~4VBy;(=TQ~Vn0C%-!{+F#bVY^JSiw6Pz>U^pp$l)a&QrlD# zUUJPb(kdc_YFyMpGKijWB4>$%yWBkJcy&$=bvz`MyUb4<5MfMoX*q;rYmv?lddC;l zm4eo=?chHj%{}U7-PBVVz-5Z*A6xu`t~qYqedGfn_>z1&q_eRN+wfJsw2`%FNO~wM zJd&GqE4yhWv@4(q=M8$!lot%1rxKt$#AB_NAUk8q%?WECPi_q%FruJ~-l}-^%Md)y{=WHWS#2R@m8~%rYBeu$vn*4LqDI6+6GE8kQp-j3Wo6 zTv4LP=N~p5i=#Or3g9qex9+!!c&$ta+?blkaAp-mAwP3~NoF-`#x6S=n)Y5y#b1G% zv+LqnN}OrI-LEIvm{{4WMtn~rWcN_vWSS&o<}h}qOG*!FGIM@#R1G}hjKd{d6K@G1 zDcQ|dTn)4ams)(X8?=#|gxeN2M(&`-BL6r*TWSd;^Nt+KVh!9fFmZkCJpeBqM>FEt z5(xFsWPh**fVo4Kq6W?+v>KhZ`AI^sNAs7D{`9ge<800x-^rmdVPGZ5O~jFa6r}je z)F1Hw5O+u!Pm-}CEmOls*Tdwi>H-SVn+w~VKJ34zo(ykMv^g(!r@$Amd2@kcaH5X8L2#BPp#U;T|^=}^r z{PnhPHw!1hMvTH>CPAmnG{G${{{;=U$OxES+ic4-gpH%>{M;<^cLquO$98>Rk7P{x>W zE{q@M@p}HF2o!ia{Z(AbfesMqORkT=#2!niHrnm9E(UBDL;gJzi|)?ONk`{zLKG#q`N@q0{G+}ukaAZ_i1yOL_9 zw?IZ8M%!YTU|z~ScQQy&N)r?-P0wRkaP=Ly9iJrlZG+2!FgSbrvv4Aluv6SE8(#dE z{buiYw2n77%hDrFV<}C_?zOCmjU9s4Jh15;ShY@Tqj*-%K}CvGgiuP;E(RX$pVfY| zo*J_EO8@Gbty>={N7admcoD`VD@ad~wB~7WfQ8U1mEzl==w@ge=)#@g4Ld#S`z-H; zT(lt&&TkY)fu1k0!2bqH+T$(*9FnwE|2x+AHv-sRA`-=HK_|NKPsokGk+^?H14)|Y z{}Lno@5tdrB=6sm!@q<7;ZN]*>)/g,s=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,c,u,l){var f=n+t.length,d=c.length,h=s;return void 0!==u&&(u=r(u),h=a),o.call(l,h,(function(r,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(f);case"<":a=u[o.slice(1,-1)];break;default:var s=+o;if(0===s)return r;if(s>d){var l=i(s/10);return 0===l?r:l<=d?void 0===c[l-1]?o.charAt(1):c[l-1]+o.charAt(1):r}a=c[s-1]}return void 0===a?"":a}))}},"0ccb":function(t,e,n){var r=n("50c4"),i=n("1148"),o=n("1d80"),a=Math.ceil,s=function(t){return function(e,n,s){var c,u,l=String(o(e)),f=l.length,d=void 0===s?" ":String(s),h=r(n);return h<=f||""==d?l:(c=h-f,u=i.call(d,a(c/d.length)),u.length>c&&(u=u.slice(0,c)),t?l+u:u+l)}};t.exports={start:s(!1),end:s(!0)}},"0cfb":function(t,e,n){var r=n("83ab"),i=n("d039"),o=n("cc12");t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"0d3b":function(t,e,n){var r=n("d039"),i=n("b622"),o=n("c430"),a=i("iterator");t.exports=!r((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n="";return t.pathname="c%20d",e.forEach((function(t,r){e["delete"]("b"),n+=r+t})),o&&!t.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},"0df6":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"10d1":function(t,e,n){"use strict";var r,i=n("da84"),o=n("e2cc"),a=n("f183"),s=n("6d61"),c=n("acac"),u=n("861d"),l=n("69f3").enforce,f=n("7f9a"),d=!i.ActiveXObject&&"ActiveXObject"in i,h=Object.isExtensible,p=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},v=t.exports=s("WeakMap",p,c);if(f&&d){r=c.getConstructor(p,"WeakMap",!0),a.REQUIRED=!0;var g=v.prototype,m=g["delete"],b=g.has,y=g.get,_=g.set;o(g,{delete:function(t){if(u(t)&&!h(t)){var e=l(this);return e.frozen||(e.frozen=new r),m.call(this,t)||e.frozen["delete"](t)}return m.call(this,t)},has:function(t){if(u(t)&&!h(t)){var e=l(this);return e.frozen||(e.frozen=new r),b.call(this,t)||e.frozen.has(t)}return b.call(this,t)},get:function(t){if(u(t)&&!h(t)){var e=l(this);return e.frozen||(e.frozen=new r),b.call(this,t)?y.call(this,t):e.frozen.get(t)}return y.call(this,t)},set:function(t,e){if(u(t)&&!h(t)){var n=l(this);n.frozen||(n.frozen=new r),b.call(this,t)?_.call(this,t,e):n.frozen.set(t,e)}else _.call(this,t,e);return this}})}},1148:function(t,e,n){"use strict";var r=n("a691"),i=n("1d80");t.exports=function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},1276:function(t,e,n){"use strict";var r=n("d784"),i=n("44e7"),o=n("825a"),a=n("1d80"),s=n("4840"),c=n("8aa5"),u=n("50c4"),l=n("14c3"),f=n("9263"),d=n("9f7f"),h=d.UNSUPPORTED_Y,p=[].push,v=Math.min,g=4294967295;r("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(a(this)),o=void 0===n?g:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!i(t))return e.call(r,t,o);var s,c,u,l=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),h=0,v=new RegExp(t.source,d+"g");while(s=f.call(v,r)){if(c=v.lastIndex,c>h&&(l.push(r.slice(h,s.index)),s.length>1&&s.index=o))break;v.lastIndex===s.index&&v.lastIndex++}return h===r.length?!u&&v.test("")||l.push(""):l.push(r.slice(h)),l.length>o?l.slice(0,o):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var i=a(this),o=void 0==e?void 0:e[t];return void 0!==o?o.call(e,i,n):r.call(String(i),e,n)},function(t,i){var a=n(r,t,this,i,r!==e);if(a.done)return a.value;var f=o(t),d=String(this),p=s(f,RegExp),m=f.unicode,b=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(h?"g":"y"),y=new p(h?"^(?:"+f.source+")":f,b),_=void 0===i?g:i>>>0;if(0===_)return[];if(0===d.length)return null===l(y,d)?[d]:[];var w=0,x=0,S=[];while(x79&&a<83;r({target:"Array",proto:!0,forced:!c||u},{reduce:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},1448:function(t,e,n){var r=n("ebb5").aTypedArrayConstructor,i=n("4840");t.exports=function(t,e){var n=i(t,t.constructor),o=0,a=e.length,s=new(r(n))(a);while(a>o)s[o]=e[o++];return s}},"145e":function(t,e,n){"use strict";var r=n("7b0b"),i=n("23cb"),o=n("50c4"),a=Math.min;t.exports=[].copyWithin||function(t,e){var n=r(this),s=o(n.length),c=i(t,s),u=i(e,s),l=arguments.length>2?arguments[2]:void 0,f=a((void 0===l?s:i(l,s))-u,s-c),d=1;u0)u in n?n[c]=n[u]:delete n[c],c+=d,u+=d;return n}},"14c3":function(t,e,n){var r=n("c6b6"),i=n("9263");t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var o=n.call(t,e);if("object"!==typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(t,e)}},"159b":function(t,e,n){var r=n("da84"),i=n("fdbc"),o=n("17c2"),a=n("9112");for(var s in i){var c=r[s],u=c&&c.prototype;if(u&&u.forEach!==o)try{a(u,"forEach",o)}catch(l){u.forEach=o}}},"170b":function(t,e,n){"use strict";var r=n("ebb5"),i=n("50c4"),o=n("23cb"),a=n("4840"),s=r.aTypedArray,c=r.exportTypedArrayMethod;c("subarray",(function(t,e){var n=s(this),r=n.length,c=o(t,r);return new(a(n,n.constructor))(n.buffer,n.byteOffset+c*n.BYTES_PER_ELEMENT,i((void 0===e?r:o(e,r))-c))}))},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,i=n("a640"),o=i("forEach");t.exports=o?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},"182d":function(t,e,n){var r=n("f8cd");t.exports=function(t,e){var n=r(t);if(n%e)throw RangeError("Wrong offset");return n}},"19aa":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c31":function(t,e,n){(function(t){var r=n("7037").default;n("a4d3"),n("e01a"),n("d3b7"),n("944a"),n("0c47"),n("23dc"),n("c975"),n("ac1f"),n("1276"),n("7db0"),n("99af"),n("a15b"),n("d81d"),n("a9e3"),n("4de4"),n("caad"),n("a434"),n("d28b"),n("3ca3"),n("ddb0"),n("4160"),n("159b"),n("25f0"),n("466d"),n("e25e"),n("5319"),n("4d63"),n("b64b"),n("07ac"),n("c19f"),n("ace4"),n("2532"),n("fb6a"),n("a630"),n("acd8"),n("2ca0"),n("26e9"),n("498a"),n("8a59"),n("9a8c"),n("a975"),n("735e"),n("c1ac"),n("d139"),n("3a7b"),n("d5d6"),n("82f8"),n("e91f"),n("60bd"),n("5f96"),n("3280"),n("3fcc"),n("ca91"),n("25a1"),n("cd26"),n("3c5d"),n("2954"),n("649e"),n("219c"),n("170b"),n("b39a"),n("72f7"),n("4e82"),n("841c"),n("45fc"),n("b680"),n("5cc6"),n("e439"),n("dbb4"),n("13d5"),n("c740"),n("131a"),n("4ae1"),n("3410"),n("5d41"),n("2b3d"),function(i,o){"object"===r(e)&&"object"===r(t)?t.exports=o(n("a7a7"),n("e143")):n("07d6")([,],o)}("undefined"!==typeof self&&self,(function(t,e){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===r(t)&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(i,o,function(e){return t[e]}.bind(null,o));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fae3")}({"0001":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"loadFontFace",(function(){return o}));var r=n("a118"),i=n("db70");function o(e,n){var r=Object(i["a"])();if(!r)return{errMsg:"loadFontFace:fail not font page"};t.publishHandler("loadFontFace",{options:e,callbackId:n},r)}t.subscribe("onLoadFontFaceCallback",(function(t){var e=t.callbackId,n=t.data;Object(r["a"])(e,n)}))}.call(this,n("0dd1"))},"00b2":function(t,e,n){},"0138":function(t,e,n){"use strict";n.r(e),function(t){var r=n("052f"),i=n("3d1f"),o=n("98be"),a=n("abbf");n.d(e,"getApp",(function(){return a["b"]})),n.d(e,"getCurrentPages",(function(){return a["c"]})),Object(r["a"])(t.on,{getApp:a["b"],getCurrentPages:a["c"]}),Object(i["a"])(t.subscribe,{getApp:a["b"],getCurrentPages:a["c"]}),e["default"]=o["a"]}.call(this,n("0dd1"))},"01d0":function(t,e,n){},"02b5":function(t,e,n){"use strict";var r=n("8e72"),i=n.n(r);i.a},"02c9":function(t,e,n){"use strict";function r(t){if(0===t.indexOf("#")){var e=t.substr(1);return function(t){return!(!t.componentInstance||t.componentInstance.id!==e)||!(!t.data||!t.data.attrs||t.data.attrs.id!==e)}}if(0===t.indexOf(".")){var n=t.substr(1);return function(t){return t.data&&o(n,t.data.staticClass,t.data.class)}}}n.d(e,"a",(function(){return c}));var i=/\s+/;function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return e?-1!==e.split(i).indexOf(t):n&&"string"===typeof n?-1!==n.split(i).indexOf(t):void 0}function a(t,e){if(e(t.$vnode||t._vnode))return t;for(var n=t.$children,r=0;r0&&void 0!==arguments[0]?arguments[0]:{};this.options.rootMargin=["top","right","bottom","left"].map((function(e){return"".concat(Number(t[e])||0,"px")})).join(" ")}},{key:"relativeTo",value:function(t,e){return this.options.relativeToSelector=t,this._makeRootMargin(e),this}},{key:"relativeToViewport",value:function(t){return this.options.relativeToSelector=null,this._makeRootMargin(t),this}},{key:"observe",value:function(e,n){"function"===typeof n&&(this.options.selector=e,this.reqId=u.push(n),t.publishHandler("requestComponentObserver",{reqId:this.reqId,component:this.component,options:this.options},Object(i["a"])(this.component)?this.component:this.pageId))}},{key:"disconnect",value:function(){t.publishHandler("destroyComponentObserver",{reqId:this.reqId},Object(i["a"])(this.component)?this.component:this.pageId)}}]),e}();function d(t,e){return t._isVue||(e=t,t=null),new f(t||Object(o["b"])("createIntersectionObserver"),e)}}.call(this,n("0dd1"))},"0998":function(t,e,n){"use strict";var r=n("927d"),i=n.n(r);i.a},"09e5":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"requestComponentInfo",(function(){return a}));var r=n("62b5"),i=n("1634"),o=Object(r["a"])("requestComponentInfo");function a(e,n,r){t.publishHandler("requestComponentInfo",{reqId:o.push(r),reqs:n},Object(i["a"])(e)?e:e.$page.id)}}.call(this,n("0dd1"))},"0baa":function(t,e,n){"use strict";n.r(e),n.d(e,"chooseFile",(function(){return o}));var r=["all","image","video"],i=["album","camera"],o={count:{type:Number,required:!1,default:100,validator:function(t,e){t<=0&&(e.count=100)}},sourceType:{type:Array,required:!1,default:i,validator:function(t,e){t=t.filter((function(t){return i.includes(t)})),e.sourceType=t.length?t:i}},type:{type:String,required:!1,default:"all",validator:function(t,e){r.includes(t)||(e.type=r[0]),e.type="all"===e.type?e.type="*":e.type}},extension:{type:Array,default:[""],validator:function(t,e){if(0===t.length)return"param extension should not be empty."}}}},"0dd1":function(t,e,n){"use strict";n.r(e),n.d(e,"on",(function(){return c})),n.d(e,"off",(function(){return u})),n.d(e,"once",(function(){return l})),n.d(e,"emit",(function(){return f})),n.d(e,"subscribe",(function(){return d})),n.d(e,"unsubscribe",(function(){return h})),n.d(e,"subscribeHandler",(function(){return p}));var r=n("8bbf"),i=n.n(r),o=n("27a7");n.d(e,"invokeCallbackHandler",(function(){return o["a"]})),n.d(e,"removeCallbackHandler",(function(){return o["b"]}));var a=n("b865");n.d(e,"publishHandler",(function(){return a["b"]}));var s=new i.a,c=s.$on.bind(s),u=s.$off.bind(s),l=s.$once.bind(s),f=s.$emit.bind(s);function d(t,e){return c("view."+t,e)}function h(t,e){return u("view."+t,e)}function p(t,e,n){return f("view."+t,e,n)}},"0e5c":function(t,e,n){"use strict";n.r(e),n.d(e,"showTopWindow",(function(){return o})),n.d(e,"hideTopWindow",(function(){return a})),n.d(e,"showLeftWindow",(function(){return s})),n.d(e,"hideLeftWindow",(function(){return c})),n.d(e,"showRightWindow",(function(){return u})),n.d(e,"hideRightWindow",(function(){return l})),n.d(e,"getTopWindowStyle",(function(){return d})),n.d(e,"getLeftWindowStyle",(function(){return h})),n.d(e,"getRightWindowStyle",(function(){return p})),n.d(e,"setTopWindowStyle",(function(){return g})),n.d(e,"setLeftWindowStyle",(function(){return m})),n.d(e,"setRightWindowStyle",(function(){return b}));var r=n("f2b3");function i(t,e){var n=e?"show":"hide"+Object(r["c"])(t)+"Window",i=getApp();if(i){var o=i.$children[0].$refs.layout.showWindow(t,e);return o?{errMsg:"".concat(n,":fail ").concat(o)}:{}}return{errMsg:"".concat(n,":fail app not ready")}}function o(){return i("top",!0)}function a(){return i("top",!1)}function s(){return i("left",!0)}function c(){return i("left",!1)}function u(){return i("right",!0)}function l(){return i("right",!1)}function f(t){var e="get"+Object(r["c"])(t)+"WindowStyle",n=getApp();if(!n)return{errMsg:"".concat(e,":fail app not ready")};var i=n.$children[0].$refs.layout.getWindowStyle(t);return"string"===typeof i&&-1!==i.indexOf("Window not found")?{errMsg:"".concat(e,":fail ").concat(i)}:i}function d(t){return f("top")}function h(t){return f("left")}function p(t){return f("right")}function v(t,e){var n="set"+Object(r["c"])(t)+"WindowStyle",i=getApp();if(!i)return{errMsg:"".concat(n,":fail app not ready")};var o=i.$children[0].$refs.layout.setWindowStyle(t,e);return o?{errMsg:"".concat(n,":fail ").concat(o)}:{}}function g(t){return v("top",t)}function m(t){return v("left",t)}function b(t){return v("right",t)}},"0f55":function(t,e,n){"use strict";var r=n("2190"),i=n.n(r);i.a},"0f74":function(t,e,n){"use strict";function r(t,e){if(e){if(0===e.indexOf("/"))return e}else{if(e=t,0===e.indexOf("/"))return e;var n=getCurrentPages();t=n.length?n[n.length-1].$page.route:""}if(0===e.indexOf("./"))return r(t,e.substr(2));for(var i=e.split("/"),o=i.length,a=0;a0?t.split("/"):[];return s.splice(s.length-a-1,a+1),"/"+s.concat(i).join("/")}n.d(e,"a",(function(){return r}))},1082:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-image",t._g({},t.$listeners),[n("div",{ref:"content",style:t.style}),t.contentPath?n("img",{attrs:{src:t.contentPath,draggable:t.draggable}}):t._e(),"widthFix"===t.mode||"heightFix"===t.mode?n("v-uni-resize-sensor",{ref:"sensor",on:{resize:function(e){return t._fixSize()}}}):t._e()],1)},o=[];function a(t){return a="function"===typeof Symbol&&"symbol"===r(Symbol.iterator)?function(t){return r(t)}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":r(t)},a(t)}function s(t){return("undefined"===typeof navigator||a(navigator))&&"Google Inc."===navigator.vendor&&t>10&&(t=2*Math.round(t/2)),t}var c={name:"Image",props:{src:{type:String,default:""},mode:{type:String,default:"scaleToFill"},lazyLoad:{type:[Boolean,String],default:!1},draggable:{type:Boolean,default:!0}},data:function(){return{originalWidth:0,originalHeight:0,originalStyle:{width:"",height:""},contentPath:""}},computed:{ratio:function(){return this.originalWidth&&this.originalHeight?this.originalWidth/this.originalHeight:0},style:function(){var t="auto",e="",n="no-repeat";switch(this.mode){case"aspectFit":t="contain",e="center center";break;case"aspectFill":t="cover",e="center center";break;case"widthFix":case"heightFix":t="100% 100%";break;case"top":e="center top";break;case"bottom":e="center bottom";break;case"center":e="center center";break;case"left":e="left center";break;case"right":e="right center";break;case"top left":e="left top";break;case"top right":e="right top";break;case"bottom left":e="left bottom";break;case"bottom right":e="right bottom";break;default:t="100% 100%",e="0% 0%";break}return{"background-image":this.contentPath?'url("'.concat(this.contentPath,'")'):"none","background-position":e,"background-size":t,"background-repeat":n}}},watch:{src:function(t,e){this._loadImage()},mode:function(t,e){"widthFix"!==e&&"heightFix"!==e||this._resetSize(),"widthFix"!==t&&"heightFix"!==t||this._fixSize()}},mounted:function(){this.originalStyle.width=this.$el.style.width||"",this.originalStyle.height=this.$el.style.height||"",this._loadImage()},beforeDestroy:function(){this._clearImage()},methods:{_fixSize:function(){if(this.ratio){var t=this.$el,e=t.getBoundingClientRect();if("widthFix"===this.mode){var n=e.width;n&&(t.style.height=s(n/this.ratio)+"px")}else if("heightFix"===this.mode){var r=e.height;r&&(t.style.width=s(r*this.ratio)+"px")}}window.dispatchEvent(new CustomEvent("updateview"))},_resetSize:function(){this.$el.style.width=this.originalStyle.width,this.$el.style.height=this.originalStyle.height},_resetData:function(){this.originalWidth=0,this.originalHeight=0,this.contentPath=""},_loadImage:function(){var t=this,e=this.$getRealPath(this.src);if(e){var n=this._img=this._img||new Image;n.onload=function(r){t._img=null,t.originalWidth=n.width,t.originalHeight=n.height,t._fixSize(),t.contentPath=e,t.$trigger("load",r,{width:n.width,height:n.height})},n.onerror=function(e){t._img=null,t._resetData(),t.$trigger("error",e,{errMsg:"GET ".concat(t.src," 404 (Not Found)")})},n.src=e}else this._clearImage(),this._resetData()},_clearImage:function(){var t=this._img;t&&(t.onload=null,t.onerror=null,this._img=null)}}},u=c,l=(n("db18"),n("2877")),f=Object(l["a"])(u,i,o,!1,null,null,null);e["default"]=f.exports},"10a3":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-ad",t._g(t._b({},"uni-ad",t.attrs,!1),t.$listeners),[n("div",{ref:"container",staticClass:"uni-ad-container",on:{click:t._onhandle}})])},i=[],o=n("8af1");function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;nthis.CACHE_TIME}}]),t}();u(l,"IC",0),u(l,"IS",0),Object.assign(l.prototype,{URL:"//qy5y9ee9ch8r87pg72w5.dcloud.net.cn/hcs",KEY:"uni_app_ad_config",CACHE_TIME:6e5,ERROR_INVALID_ADPID:{"-5002":"无效adpid"}});var f=function(){function t(){a(this,t),this._instance=null,this._adConfig=null,this._guid=null}return c(t,null,[{key:"instance",get:function(){return null==this._instance&&(this._instance=new t,this._instance._init()),this._instance}}]),c(t,[{key:"_init",value:function(){var t=this._getConfig();null!==t&&t.guid?this._guid=t.guid:(this._guid=this._newGUID(),this._setConfig(this._guid))}},{key:"get",value:function(t){this._process(Object.assign(t,{d:location.hostname,i:this._guid}))}},{key:"_process",value:function(t){uni.request({url:this.URL,method:"GET",data:t,dataType:"json",success:function(){}})}},{key:"_newGUID",value:function(){for(var t="",e="xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx",n=0;nthis._pl.length-1)){var t=this._pl[this._pi],e=this._pd[t];switch(t){case d.hx:this._renderHX(e);break;case d.ky:this._renderKY(e);break}}},_renderNext:function(){this._pi>=this._pl.length-1||(this._pi++,this._renderAd())},_renderHX:function(t){if(document.querySelector("#"+d.hx))this._renderNext();else{var e=document.createElement("script");e.src=t.src||t.url;var n=document.createElement("div");n.setAttribute("id",d.hx),n.appendChild(e),this.$refs.container.innerHTML="",this.$refs.container.append(n),this._startCheckTimer()}},_renderKY:function(t){var e=this._randomId(),n=document.createElement("script");n.src=(t.src||t.url)+"&_ct="+e;var r=document.createElement("div");r.setAttribute("id",e),r.appendChild(n),this.$refs.container.innerHTML="",this.$refs.container.append(r),this._startCheckTimer()},_checkRender:function(){var t=this.$refs.container.children.length>0&&this.$refs.container.clientHeight>40;return t&&this._report(40),t},_startCheckTimer:function(){var t=this;this._clearCheckTimer(),this._checkTimer=setInterval((function(){if(t._checkTimerCount++,t._checkTimerCount>=p)return t._clearCheckTimer(),void t._renderNext();t._checkRender()&&t._clearCheckTimer()}),h)},_clearCheckTimer:function(){this._checkTimerCount=0,null!=this._checkTimer&&(window.clearInterval(this._checkTimer),this._checkTimer=null)},_report:function(t){var e="";if(this._pl.length>0&&this._pi0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=[],i=o();if(!i)return n&&t.error("app is not ready"),[];var a=i.$children[0];if(a&&a.$children.length){var s=a.$children.find((function(t){return"TabBar"===t.$options.name})),c=a.$children.find((function(t){return"Layout"===t.$options.name}));c&&(a=c),a.$children.forEach((function(t){if(s!==t&&t.$children.length&&"Page"===t.$children[0].$options.name&&t.$children[0].$slots.page){var n=t.$children[0].$children.find((function(t){return"PageBody"===t.$options.name})),o=n&&n.$children.find((function(t){return!!t.$page}));if(o){var a=!0;!e&&s&&o.$page&&o.$page.meta.isTabBar&&(i.$route.meta&&i.$route.meta.isTabBar?i.$route.path!==o.$page.path&&(a=!1):s.__path__!==o.$page.path&&(a=!1)),a&&r.push(o)}}}))}var u=r.length;if(u>1){var l=r[u-1];l.$page.path!==i.$route.path&&r.splice(u-1,1)}return r}function s(t,e){i=t,i.$vm=t,i.globalData=i.$options.globalData||{},Object(r["a"])(i,e)}}).call(this,n("3ad9")["default"])},"11fb":function(t,e,n){"use strict";n.r(e),n.d(e,"previewImage",(function(){return i}));var r=n("cb0f"),i={urls:{type:Array,required:!0,validator:function(t,e){var n;if(e.urls=t.map((function(t){if("string"===typeof t)return Object(r["a"])(t);n=!0})),n)return"url is not string"}},current:{type:[String,Number],validator:function(t,e){"number"===typeof t?e.current=t>0&&t should have url attribute when using navigateTo, redirectTo, reLaunch or switchTab")}}}}).call(this,n("3ad9")["default"])},"15bb":function(t,e,n){"use strict";(function(t){var r=n("f2b3");e["a"]={mounted:function(){var e=this;if("transparent"===this.type){for(var n=this.$el.querySelector(".uni-page-head-transparent").style,r=this.$el.querySelector(".uni-page-head__title"),i=this.$el.querySelectorAll(".uni-btn-icon"),o=[],a=this.textColor,s=0;s.5&&e._A<=.5?o.forEach((function(t){t.color=a})):s<=.5&&e._A>.5&&o.forEach((function(t){t.color="#fff"})),e._A=s,r&&(r.style.opacity=s),n.backgroundColor="rgba(".concat(e._R,",").concat(e._G,",").concat(e._B,",").concat(s,")"),l.forEach((function(t,e){var n=u[e],r=n.match(/[\d+\.]+/g);r[3]=(1-s)*(4===r.length?r[3]:1),t.backgroundColor="rgba(".concat(r,")")})))}))}else if("float"===this.type){for(var h=this.$el.querySelectorAll(".uni-btn-icon"),p=[],v=0;v\s]+))?)*)\s*(\/?)>/,i=/^<\/([-A-Za-z0-9_]+)[^>]*>/,o=/([a-zA-Z_:][-a-zA-Z0-9_:.]*)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g,a=h("area,base,basefont,br,col,frame,hr,img,input,link,meta,param,embed,command,keygen,source,track,wbr"),s=h("a,address,article,applet,aside,audio,blockquote,button,canvas,center,dd,del,dir,div,dl,dt,fieldset,figcaption,figure,footer,form,frameset,h1,h2,h3,h4,h5,h6,header,hgroup,hr,iframe,isindex,li,map,menu,noframes,noscript,object,ol,output,p,pre,section,script,table,tbody,td,tfoot,th,thead,tr,ul,video"),c=h("abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,del,dfn,em,font,i,iframe,img,input,ins,kbd,label,map,object,q,s,samp,script,select,small,span,strike,strong,sub,sup,textarea,tt,u,var"),u=h("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr"),l=h("checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected"),f=h("script,style");function d(t,e){var n,d,h,p=[],v=t;p.last=function(){return this[this.length-1]};while(t){if(d=!0,p.last()&&f[p.last()])t=t.replace(new RegExp("([\\s\\S]*?)]*>"),(function(t,n){return n=n.replace(/|/g,"$1$2"),e.chars&&e.chars(n),""})),b("",p.last());else if(0==t.indexOf("\x3c!--")?(n=t.indexOf("--\x3e"),n>=0&&(e.comment&&e.comment(t.substring(4,n)),t=t.substring(n+3),d=!1)):0==t.indexOf("=0;r--)if(p[r]==n)break}else var r=0;if(r>=0){for(var i=p.length-1;i>=r;i--)e.end&&e.end(p[i]);p.length=r}}b()}function h(t){for(var e={},n=t.split(","),r=0;r0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;e.animation={duration:t.duration||0,timingFunc:t.timingFunc||"linear"}}}},o={title:{type:String,required:!0}}},1955:function(t,e,n){"use strict";n.r(e);var r=n("ba15"),i=n("8aec"),o=n("5363"),a=n("72b3"),s=n("d4cd");function c(t){var e=20,n=0,r=0;t.addEventListener("touchstart",(function(t){var e=t.changedTouches[0];n=e.clientX,r=e.clientY})),t.addEventListener("touchend",(function(t){var i=t.changedTouches[0];if(Math.abs(i.clientX-n)*{height: ").concat(t,"px;overflow: hidden;}"),document.head.appendChild(e)},_handleTrack:function(t){if(this._scroller)switch(t.detail.state){case"start":this._handleTouchStart(t),Object(s["a"])({disable:!0});break;case"move":this._handleTouchMove(t);break;case"end":case"cancel":this._handleTouchEnd(t),Object(s["a"])({disable:!1})}},_handleTap:function(t){var e=t.clientY;if(!this._scroller.isScrolling()){var n=this.$el.getBoundingClientRect(),r=e-n.top-this.height/2,i=this.indicatorHeight/2;if(!(Math.abs(r)<=i)){var o=Math.ceil((Math.abs(r)-i)/this.indicatorHeight),a=r<0?-o:o,s=Math.min(this.current+a,this.length-1);this.current=s=Math.max(s,0),this._scroller.scrollTo(s*this.indicatorHeight)}}},_handleWheel:function(t){var e=this.deltaY+t.deltaY;if(Math.abs(e)>10){this.deltaY=0;var n=Math.min(this.current+(e<0?-1:1),this.length-1);this.current=n=Math.max(n,0),this._scroller.scrollTo(n*this.indicatorHeight)}else this.deltaY=e;t.preventDefault()},setCurrent:function(t){t!==this.current&&(this.current=t,this.inited&&this.update())},init:function(){var t=this;this.initScroller(this.$refs.content,{enableY:!0,enableX:!1,enableSnap:!0,itemSize:this.indicatorHeight,friction:new o["a"](1e-4),spring:new a["a"](2,90,20),onSnap:function(e){isNaN(e)||e===t.current||(t.current=e)}}),this.inited=!0},update:function(){var t=this;this.$nextTick((function(){var e=Math.min(t.current,t.length-1);e=Math.max(e,0),t._scroller.update(e*t.indicatorHeight,void 0,t.indicatorHeight)}))},_resize:function(t){var e=t.height;this.indicatorHeight=e}},render:function(t){return this.length=this.$slots.default&&this.$slots.default.length||0,t("uni-picker-view-column",{on:{on:this.$listeners}},[t("div",{ref:"main",staticClass:"uni-picker-view-group",on:{wheel:this._handleWheel,click:this._handleTap}},[t("div",{ref:"mask",staticClass:"uni-picker-view-mask",class:this.maskClass,style:"background-size: 100% ".concat(this.maskSize,"px;").concat(this.maskStyle)}),t("div",{ref:"indicator",staticClass:"uni-picker-view-indicator",class:this.indicatorClass,style:this.indicatorStyle},[t("v-uni-resize-sensor",{attrs:{initial:!0},on:{resize:this._resize}})]),t("div",{ref:"content",staticClass:"uni-picker-view-content",class:this.scope,style:"padding: ".concat(this.maskSize,"px 0;")},[this.$slots.default])])])}},d=f,h=(n("edfa"),n("2877")),p=Object(h["a"])(d,u,l,!1,null,null,null);e["default"]=p.exports},"19c4":function(t,e,n){var r={"./base/base64.js":"6481","./base/can-i-use.js":"957a","./base/event-bus.js":"b0ef","./base/interceptor.js":"a954","./base/upx2px.js":"2289","./context/canvas.js":"82b9","./context/context.js":"3bfb","./device/make-phone-call.js":"f102","./device/scan-code.js":"ea0f","./device/set-clipboard-data.js":"b501","./file/file.js":"2da2","./file/open-document.js":"2604","./location/choose-location.js":"e5bb","./location/get-location.js":"19d9","./location/open-location.js":"70bb","./media/choose-file.js":"0baa","./media/choose-image.js":"f1b2","./media/choose-video.js":"ed9f","./media/compress-image.js":"dc12","./media/compress-video.js":"5243","./media/get-image-info.js":"b866","./media/get-video-info.js":"3f15","./media/preview-image.js":"11fb","./media/save-image-to-photos-album.js":"4f53","./network/download-file.js":"439a","./network/request.js":"a201","./network/socket.js":"abb2","./network/upload-file.js":"9a3e","./plugin/get-provider.js":"4e7c","./plugin/load-sub-package.js":"d013","./plugin/pre-login.js":"f68f","./route/route.js":"332a","./storage/storage.js":"ec33","./ui/load-font-face.js":"5ff9","./ui/navigation-bar.js":"1934","./ui/page-scroll-to.js":"232e","./ui/popup.js":"2246","./ui/tab-bar.js":"5621"};function i(t){var e=o(t);return n(e)}function o(t){if(!n.o(r,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return r[t]}i.keys=function(){return Object.keys(r)},i.resolve=o,t.exports=i,i.id="19c4"},"19d9":function(t,e,n){"use strict";n.r(e),n.d(e,"getLocation",(function(){return i}));var r={WGS84:"WGS84",GCJ02:"GCJ02"},i={type:{type:String,validator:function(t,e){t=(t||"").toUpperCase(),e.type=Object.values(r).indexOf(t)<0?r.WGS84:t},default:r.WGS84},altitude:{type:Boolean,default:!1}}},"1a12":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"request",(function(){return l}));var r=n("f2b3");function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{},n=e.url,o=e.delta,a=e.events,c=e.exists,u=e.animationType,l=e.animationDuration,f=e.from,d=void 0===f?"navigateBack":f,h=e.detail,p=getApp().$router;switch(delete p.$eventChannel,t){case"redirectTo":if("back"===c){var v=Object(r["a"])(n);if(-1!==v){var g=getCurrentPages().length-1-v;if(g>0)return s("navigateBack",{delta:g})}}p.replace({type:t,path:n});break;case"navigateTo":return p.$eventChannel=Object(i["a"])(a),p.push({type:t,path:n,animationType:u,animationDuration:l}),{errMsg:t+":ok",eventChannel:p.$eventChannel};case"navigateBack":var m=!0,b=getCurrentPages();if(b.length){var y=b[b.length-1];Object(r["c"])(y.$options,"onBackPress")&&!0===y.__call_hook("onBackPress",{from:d})&&(m=!1)}m&&(o>1&&(p._$delta=o),p.go(-o,{animationType:u,animationDuration:l}));break;case"reLaunch":p.replace({type:t,path:n});break;case"switchTab":p.replace({type:t,path:n,params:{detail:h}});break}return{errMsg:t+":ok"}}function c(t){return s("redirectTo",t)}function u(t){return s("navigateTo",t)}function l(t){return s("navigateBack",t)}function f(t){return s("reLaunch",t)}function d(t){return s("switchTab",t)}function h(t,e){var n=t.url,r=n.split("?")[0].replace(/\//g,"-");__uniConfig.__webpack_chunk_load__(r.substr(1)).then((function(){a(e,{url:n,errMsg:"preloadPage:ok"})})).catch((function(t){a(e,{url:n,errMsg:"preloadPage:fail "+t})}))}}.call(this,n("0dd1"))},"1b6f":function(t,e,n){"use strict";(function(t){var r=n("f2b3");e["a"]={mounted:function(){var t=this;this._toggleListeners("subscribe",this.id),this.$watch("id",(function(e,n){t._toggleListeners("unsubscribe",n,!0),t._toggleListeners("subscribe",e,!0)}))},beforeDestroy:function(){this._toggleListeners("unsubscribe",this.id),this._contextId&&this._toggleListeners("unsubscribe",this._contextId)},methods:{_toggleListeners:function(e,n,i){i&&!n||Object(r["k"])(this._handleSubscribe)&&t[e](this.$page.id+"-"+this.$options.name.replace(/VUni([A-Z])/,"$1").toLowerCase()+"-"+n,this._handleSubscribe)},_getContextInfo:function(){var t="context-".concat(this._uid);return this._contextId||(this._toggleListeners("subscribe",t),this._contextId=t),{name:this.$options.name.replace(/VUni([A-Z])/,"$1").toLowerCase(),id:t,page:this.$page.id}}}}}).call(this,n("501c"))},"1c64":function(t,e,n){"use strict";var r=n("60ee"),i=n.n(r);i.a},"1c73":function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return c}));var r={},i={};function o(t){for(var e=[],n=["width","minWidth","maxWidth","height","minHeight","maxHeight","orientation"],r=0,i=n;r=0&&e.push("(".concat(a(o),": ").concat(Number(t[o]),"px)")),"orientation"===o&&t[o]&&e.push("(".concat(a(o),": ").concat(t[o],")"))}return e=e.join(" and "),e}function a(t){return t.replace(/([A-Z])/g,"-$1").toLowerCase()}function s(e){var n=e.reqId,a=e.options,s=r[n]=window.matchMedia(o(a)),c=i[n]=function(e){t.publishHandler("onRequestMediaQueryObserver",{reqId:n,res:e.matches})};c(s),s.addListener(c)}function c(e){var n=e.reqId,o=i[n],a=r[n];a&&(a.removeListener(o),delete r[n],t.publishHandler("onRequestMediaQueryObserver",{reqId:n,reqEnd:!0}))}}).call(this,n("501c"))},"1ca3":function(t,e,n){"use strict";n.r(e),n.d(e,"base64ToArrayBuffer",(function(){return i})),n.d(e,"arrayBufferToBase64",(function(){return o}));var r=n("8390");function i(t){return Object(r["decode"])(t)}function o(t){return Object(r["encode"])(t)}},"1e4d":function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n=0&&(a.length=1),l.push("".concat(o,"(").concat(a.join(","),")"));else if(r.concat(i).includes(a[0])){o=a[0];var s=a[1];u[o]=i.includes(o)?p(s):s}})),u.transform=u.webkitTransform=l.join(" "),u.transition=u.webkitTransition=Object.keys(u).map((function(t){return"".concat(v(t)," ").concat(s.duration,"ms ").concat(s.timingFunction," ").concat(s.delay,"ms")})).join(","),u.transformOrigin=u.webkitTransformOrigin=a.transformOrigin,u}function m(t){var e=t.animation;if(e&&e.actions&&e.actions.length){var n=0,r=e.actions,i=e.actions.length;setTimeout((function(){o()}),0)}function o(){var e=r[n],a=e.option.transition,s=g(e);Object.keys(s).forEach((function(e){t.$el.style[e]=s[e]})),n+=1,n=0&&this._callbacks.splice(e,1)}},{key:"offHeadersReceived",value:function(){}}]),t}(),u=Object.create(null);function l(t,e){var n=Object(i["c"])("createUploadTask",t),r=n.uploadTaskId,o=new c(r,e);return u[r]=o,o}Object(i["d"])("onUploadTaskStateChange",(function(t){var e=t.uploadTaskId,n=t.state,i=t.data,o=t.statusCode,a=t.progress,s=t.totalBytesSent,c=t.totalBytesExpectedToSend,l=t.errMsg,f=u[e],d=f._callbackId;switch(n){case"progressUpdate":f._callbacks.forEach((function(t){t({progress:a,totalBytesSent:s,totalBytesExpectedToSend:c})}));break;case"success":Object(r["a"])(d,{data:i,statusCode:o,errMsg:"request:ok"});case"fail":Object(r["a"])(d,{errMsg:"request:fail "+l});default:setTimeout((function(){delete u[e]}),100);break}}))},2190:function(t,e,n){},2209:function(t){t.exports=JSON.parse('{"uni.app.quit":"再按一次退出应用","uni.async.error":"连接服务器超时,点击屏幕重试","uni.showActionSheet.cancel":"取消","uni.showToast.unpaired":"请注意 showToast 与 hideToast 必须配对使用","uni.showLoading.unpaired":"请注意 showLoading 与 hideLoading 必须配对使用","uni.showModal.cancel":"取消","uni.showModal.confirm":"确定","uni.chooseImage.cancel":"取消","uni.chooseImage.sourceType.album":"从相册选择","uni.chooseImage.sourceType.camera":"拍摄","uni.chooseVideo.cancel":"取消","uni.chooseVideo.sourceType.album":"从相册选择","uni.chooseVideo.sourceType.camera":"拍摄","uni.previewImage.cancel":"取消","uni.previewImage.button.save":"保存图像","uni.previewImage.save.success":"保存图像到相册成功","uni.previewImage.save.fail":"保存图像到相册失败","uni.setClipboardData.success":"内容已复制","uni.scanCode.title":"扫码","uni.scanCode.album":"相册","uni.scanCode.fail":"识别失败","uni.scanCode.flash.on":"轻触照亮","uni.scanCode.flash.off":"轻触关闭","uni.startSoterAuthentication.authContent":"指纹识别中...","uni.picker.done":"完成","uni.picker.cancel":"取消","uni.video.danmu":"弹幕","uni.video.volume":"音量","uni.button.feedback.title":"问题反馈","uni.button.feedback.send":"发送"}')},2246:function(t,e,n){"use strict";n.r(e),n.d(e,"showModal",(function(){return o})),n.d(e,"showToast",(function(){return a})),n.d(e,"showLoading",(function(){return s})),n.d(e,"showActionSheet",(function(){return c}));var r=n("a6b0"),i=n("cb0f"),o={title:{type:String,default:""},content:{type:String,default:""},showCancel:{type:Boolean,default:!0},cancelText:{type:String,default:function(){return Object(r["c"])("uni.showModal.cancel")}},cancelColor:{type:String,default:"#000000"},confirmText:{type:String,default:function(){return Object(r["c"])("uni.showModal.confirm")}},confirmColor:{type:String,default:"#007aff"},visible:{type:Boolean,default:!0}},a={title:{type:String,default:""},icon:{default:"success",validator:function(t,e){-1===["success","loading","none"].indexOf(t)&&(e.icon="success")}},image:{type:String,default:"",validator:function(t,e){t&&(e.image=Object(i["a"])(t))}},duration:{type:Number,default:1500},mask:{type:Boolean,default:!1},visible:{type:Boolean,default:!0}},s={title:{type:String,default:""},icon:{type:String,default:"loading"},duration:{type:Number,default:1e8},mask:{type:Boolean,default:!1},visible:{type:Boolean,default:!0}},c={itemList:{type:Array,required:!0,validator:function(t,e){if(!t.length)return"parameter.itemList should have at least 1 item"}},itemColor:{type:String,default:"#000000"},visible:{type:Boolean,default:!0},popover:{type:Object}}},2289:function(t,e,n){"use strict";n.r(e),n.d(e,"upx2px",(function(){return r}));var r=[{name:"upx",type:[Number,String],required:!0}]},"232e":function(t,e,n){"use strict";n.r(e),n.d(e,"pageScrollTo",(function(){return r}));var r={scrollTop:{type:Number,required:!0},duration:{type:Number,default:300,validator:function(t,e){e.duration=Math.max(0,t)}}}},2399:function(t,e,n){},"23e5":function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return v}));var r=n("a741");function i(t){-1===this.keepAliveInclude.indexOf(t)&&this.keepAliveInclude.push(t)}var o=[];function a(t){if("number"===typeof t)o=this.keepAliveInclude.splice(-(t-1)).map((function(t){return parseInt(t.split("-").pop())}));else{var e=this.keepAliveInclude.indexOf(t);-1!==e&&this.keepAliveInclude.splice(e,1)}}var s=Object.create(null);function c(t){return s[t]}function u(t){s[t]={x:window.pageXOffset,y:window.pageYOffset}}function l(t,e,n){e&&n&&e.meta.isTabBar&&n.meta.isTabBar&&u(n.params.__id__);for(var i=getCurrentPages(),o=i.length-1;o>=0;o--){var s=i[o],c=s.$page.meta;c.isTabBar||(a.call(this,c.name+"-"+s.$page.id),Object(r["b"])(s,"onUnload"))}}function f(t){__uniConfig.reLaunch=(__uniConfig.reLaunch||1)+1;for(var e=getCurrentPages(!0),n=e.length-1;n>=0;n--)Object(r["b"])(e[n],"onUnload"),e[n].$destroy();this.keepAliveInclude=[],s=Object.create(null)}var d=[];function h(t,e,n,r){d=getCurrentPages(!0);var o=e.params.__id__,s=t.params.__id__,c=t.meta.name+"-"+s;if(s===o&&"reLaunch"!==t.type)t.fullPath!==e.fullPath?(i.call(this,c),n()):n(!1);else if(t.meta.id&&t.meta.id!==s)n({path:t.path,replace:!0});else{var u=e.meta.name+"-"+o;switch(t.type){case"navigateTo":break;case"redirectTo":a.call(this,u),e.meta&&e.meta.isQuit&&(t.meta.isQuit=!0,t.meta.isEntry=!!e.meta.isEntry);break;case"switchTab":l.call(this,r,t,e);break;case"reLaunch":f.call(this,c),t.meta.isQuit=!0;break;default:o&&o>s&&(a.call(this,u),this.$router._$delta>1&&a.call(this,this.$router._$delta));break}if("reLaunch"!==t.type&&"redirectTo"!==t.type&&e.meta.id&&i.call(this,u),i.call(this,c),t.meta&&t.meta.name){document.body.className="uni-body "+t.meta.name;var h="nvue-dir-"+__uniConfig.nvue["flex-direction"];t.meta.isNVue?(document.body.setAttribute("nvue",""),document.body.setAttribute(h,"")):(document.body.removeAttribute("nvue"),document.body.removeAttribute(h))}n()}}function p(e,n){var i=n.params.__id__,a=e.params.__id__,s=d.find((function(t){return t.$page.id===i}));function c(t){if(t){Object(r["b"])(t,"onUnload");var e=d.indexOf(t);e>=0&&d.splice(e,1)}}switch(e.type){case"navigateTo":s&&Object(r["b"])(s,"onHide");break;case"redirectTo":c(s);break;case"switchTab":n.meta.isTabBar&&s&&Object(r["b"])(s,"onHide");break;case"reLaunch":break;default:i&&i>a&&(c(s),this.$router._$delta>1&&o.reverse().forEach((function(t){var e=d.find((function(e){return e.$page.id===t}));c(e)})));break}if(delete this.$router._$delta,o.length=0,"reLaunch"!==e.type){var u=getCurrentPages(!0).find((function(t){return t.$page.id===a}));u&&(setTimeout((function(){t.emit("onNavigationBarChange",u.$parent.$parent.navigationBar),Object(r["b"])(u,"onShow")}),0),document.title=u.$parent.$parent.navigationBar.titleText)}}function v(t,e){t.$router.beforeEach((function(n,r,i){h.call(t,n,r,i,e)})),t.$router.afterEach((function(e,n){p.call(t,e,n)}))}}).call(this,n("0dd1"))},"24d9":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s}));var i=n("f2b3");function o(t){return o="function"===typeof Symbol&&"symbol"===r(Symbol.iterator)?function(t){return r(t)}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":r(t)},o(t)}function a(t){return t.mp=Object.assign({"@warning":"mp is deprecated"},t),t._processed=!0,t}function s(t,e){return Object(i["l"])(e)&&(Object(i["i"])(e,"backgroundColor")&&(t.backgroundColor=e.backgroundColor),Object(i["i"])(e,"buttons")&&(t.buttons=e.buttons),Object(i["i"])(e,"titleColor")&&(t.textColor=e.titleColor),Object(i["i"])(e,"titleText")&&(t.titleText=e.titleText),Object(i["i"])(e,"titleSize")&&(t.titleSize=e.titleSize),Object(i["i"])(e,"type")&&(t.type=e.type),Object(i["i"])(e,"searchInput")&&"object"===o(e.searchInput)&&(t.searchInput=Object.assign({autoFocus:!1,align:"center",color:"#000000",backgroundColor:"rgba(255,255,255,0.5)",borderRadius:"0px",placeholder:"",placeholderColor:"#CCCCCC",disabled:!1},e.searchInput))),t}},"250d":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-input",t._g({},t.$listeners),[n("div",{ref:"wrapper",staticClass:"uni-input-wrapper"},[n("div",{directives:[{name:"show",rawName:"v-show",value:!(t.composing||t.valueSync.length||!t.valid),expression:"!(composing || valueSync.length || !valid)"}],ref:"placeholder",staticClass:"uni-input-placeholder",class:t.placeholderClass,style:t.placeholderStyle,domProps:{textContent:t._s(t.placeholder)}}),"checkbox"!==t.inputType||t.disabled&&t.fixColor?"radio"!==t.inputType||t.disabled&&t.fixColor?t.disabled&&t.fixColor?t._e():n("input",{directives:[{name:"model",rawName:"v-model",value:t.valueSync,expression:"valueSync"},{name:"keyboard",rawName:"v-keyboard"},{name:"field",rawName:"v-field"}],ref:"input",staticClass:"uni-input-input",attrs:{disabled:t.disabled,maxlength:t.maxlength,step:t.step,enterkeyhint:t.confirmType,autocomplete:"off",type:t.inputType},domProps:{value:t.valueSync},on:{change:function(t){t.stopPropagation()},focus:t._onFocus,blur:t._onBlur,input:[function(e){e.target.composing||(t.valueSync=e.target.value)},function(e){return e.stopPropagation(),t._onInput(e)}],compositionstart:function(e){return e.stopPropagation(),t._onComposition(e)},compositionend:function(e){return e.stopPropagation(),t._onComposition(e)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.stopPropagation(),t._onKeyup(e))}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:t.valueSync,expression:"valueSync"},{name:"keyboard",rawName:"v-keyboard"},{name:"field",rawName:"v-field"}],ref:"input",staticClass:"uni-input-input",attrs:{disabled:t.disabled,maxlength:t.maxlength,step:t.step,enterkeyhint:t.confirmType,autocomplete:"off",type:"radio"},domProps:{checked:t._q(t.valueSync,null)},on:{change:[function(e){t.valueSync=null},function(t){t.stopPropagation()}],focus:t._onFocus,blur:t._onBlur,input:function(e){return e.stopPropagation(),t._onInput(e)},compositionstart:function(e){return e.stopPropagation(),t._onComposition(e)},compositionend:function(e){return e.stopPropagation(),t._onComposition(e)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.stopPropagation(),t._onKeyup(e))}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:t.valueSync,expression:"valueSync"},{name:"keyboard",rawName:"v-keyboard"},{name:"field",rawName:"v-field"}],ref:"input",staticClass:"uni-input-input",attrs:{disabled:t.disabled,maxlength:t.maxlength,step:t.step,enterkeyhint:t.confirmType,autocomplete:"off",type:"checkbox"},domProps:{checked:Array.isArray(t.valueSync)?t._i(t.valueSync,null)>-1:t.valueSync},on:{change:[function(e){var n=t.valueSync,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=null,a=t._i(n,o);r.checked?a<0&&(t.valueSync=n.concat([o])):a>-1&&(t.valueSync=n.slice(0,a).concat(n.slice(a+1)))}else t.valueSync=i},function(t){t.stopPropagation()}],focus:t._onFocus,blur:t._onBlur,input:function(e){return e.stopPropagation(),t._onInput(e)},compositionstart:function(e){return e.stopPropagation(),t._onComposition(e)},compositionend:function(e){return e.stopPropagation(),t._onComposition(e)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.stopPropagation(),t._onKeyup(e))}}}),t.disabled&&t.fixColor?n("input",{ref:"input",staticClass:"uni-input-input",attrs:{tabindex:"-1",readonly:t.disabled,type:t.inputType,maxlength:t.maxlength,step:t.step},domProps:{value:t.valueSync},on:{focus:function(t){return t.target.blur()}}}):t._e()])])},i=[],o=n("8af1"),a=["text","number","idcard","digit","password"],s=["number","digit"],c={name:"Input",mixins:[o["b"]],props:{name:{type:String,default:""},type:{type:String,default:"text"},password:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},placeholderStyle:{type:String,default:""},placeholderClass:{type:String,default:"input-placeholder"},disabled:{type:[Boolean,String],default:!1},maxlength:{type:[Number,String],default:140},confirmType:{type:String,default:"done"}},data:function(){return{valid:!0,wrapperHeight:0,cachedValue:""}},computed:{inputType:function(){var t="";switch(this.type){case"text":"search"===this.confirmType&&(t="search");break;case"idcard":t="text";break;case"digit":t="number";break;default:t=~a.indexOf(this.type)?this.type:"text";break}return this.password?"password":t},step:function(){return~s.indexOf(this.type)?"0.000000000000000001":""}},watch:{maxlength:function(t){var e=this.valueSync.slice(0,parseInt(t,10));e!==this.valueSync&&(this.valueSync=e)}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},mounted:function(){if("search"===this.confirmType){var t=document.createElement("form");t.action="",t.onsubmit=function(){return!1},t.className="uni-input-form",t.appendChild(this.$refs.input),this.$refs.wrapper.appendChild(t)}var e=this;while(e){var n=e.$options._scopeId;n&&this.$refs.placeholder.setAttribute(n,""),e=e.$parent}},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_onKeyup:function(t){this.$trigger("confirm",t,{value:t.target.value})},_onInput:function(t,e){if(!this.composing){if(~s.indexOf(this.type)&&(this.valid=this.$refs.input.validity&&this.$refs.input.validity.valid,this.cachedValue=this.valueSync),"number"===this.inputType){var n=parseInt(this.maxlength,10);if(n>0&&t.target.value.length>n)return t.target.value=t.target.value.slice(0,n),void(this.valueSync=t.target.value)}this.$triggerInput(t,{value:this.valueSync},e)}},_onComposition:function(t){"compositionstart"===t.type?this.composing=!0:this.composing&&(this.composing=!1,this._onInput(t))},_resetFormData:function(){this.valueSync=""},_getFormData:function(){return this.name?{value:this.valueSync,key:this.name}:{}}}},u=c,l=(n("0f55"),n("2877")),f=Object(l["a"])(u,r,i,!1,null,null,null);e["default"]=f.exports},"25ce":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-checkbox-group",t._g({},t.$listeners),[t._t("default")],2)},i=[],o=n("8af1"),a={name:"CheckboxGroup",mixins:[o["a"],o["f"]],props:{name:{type:String,default:""}},data:function(){return{checkboxList:[]}},listeners:{"@checkbox-change":"_changeHandler","@checkbox-group-update":"_checkboxGroupUpdateHandler"},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_changeHandler:function(t){var e=[];this.checkboxList.forEach((function(t){t.checkboxChecked&&e.push(t.value)})),this.$trigger("change",t,{value:e})},_checkboxGroupUpdateHandler:function(t){if("add"===t.type)this.checkboxList.push(t.vm);else{var e=this.checkboxList.indexOf(t.vm);this.checkboxList.splice(e,1)}},_getFormData:function(){var t={};if(""!==this.name){var e=[];this.checkboxList.forEach((function(t){t.checkboxChecked&&e.push(t.value)})),t.value=e,t.key=this.name}return t}}},s=a,c=(n("0998"),n("2877")),u=Object(c["a"])(s,r,i,!1,null,null,null);e["default"]=u.exports},2604:function(t,e,n){"use strict";n.r(e),n.d(e,"openDocument",(function(){return r}));var r={filePath:{type:String,required:!0},fileType:{type:String}}},2608:function(t,e,n){"use strict";(function(t){function r(e){return function(){try{return e.apply(e,arguments)}catch(n){t.error(n)}}}function i(e){return function(){try{return e.apply(e,arguments)}catch(n){t.error(n)}}}n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}))}).call(this,n("3ad9")["default"])},2765:function(t,e,n){"use strict";var r=n("3590"),i=n.n(r);i.a},"27a7":function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return b})),n.d(e,"b",(function(){return y})),n.d(e,"d",(function(){return _})),n.d(e,"c",(function(){return x}));var r=n("f2b3"),i=n("2608"),o=n("ed1a"),a=n("cc76"),s=n("de29");function c(t,e,n){var r="".concat(e,":fail ").concat(t);if(-1===n)throw new Error(r);return"number"===typeof n&&b(n,{errMsg:r}),!1}var u=[{name:"callback",type:Function,required:!0}],l=["beforeValidate","beforeAll","beforeSuccess"];function f(t,e,n){var i=a["a"][t];if(!i&&Object(o["a"])(t)&&(i=u),i){if(Array.isArray(i)&&Array.isArray(e)){var f=Object.create(null),d=Object.create(null),h=e.length;i.forEach((function(t,n){f[t.name]=t,h>n&&(d[t.name]=e[n])})),i=f,e=d}if(Object(r["k"])(i.beforeValidate)){var p=i.beforeValidate(e);if(p)return c(p,t,n)}for(var v=Object.keys(i),g=0;g1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!Object(r["l"])(e))return{params:e};e=Object.assign({},e);var o={};for(var a in e){var s=e[a];Object(r["k"])(s)&&(o[a]=Object(i["a"])(s),delete e[a])}var c=o.success,u=o.fail,l=o.cancel,f=o.complete,p=Object(r["k"])(c),v=Object(r["k"])(u),g=Object(r["k"])(l),m=Object(r["k"])(f);if(!p&&!v&&!g&&!m)return{params:e};var b={};for(var y in n){var _=n[y];Object(r["k"])(_)&&(b[y]=Object(i["b"])(_))}var w=b.beforeSuccess,x=b.afterSuccess,S=b.beforeFail,k=b.afterFail,C=b.beforeCancel,T=b.afterCancel,O=b.beforeAll,E=b.afterAll,A=d++,j="api."+t+"."+A,M=function(e){if(e.errMsg=e.errMsg||t+":ok",-1!==e.errMsg.indexOf(":ok"))e.errMsg=t+":ok";else if(-1!==e.errMsg.indexOf(":cancel"))e.errMsg=t+":cancel";else if(-1!==e.errMsg.indexOf(":fail")){var n="",i=e.errMsg.indexOf(" ");i>-1&&(n=e.errMsg.substr(i)),e.errMsg=t+":fail"+n}Object(r["k"])(O)&&O(e);var o=e.errMsg;0===o.indexOf(t+":ok")?(Object(r["k"])(w)&&w(e),p&&c(e),Object(r["k"])(x)&&x(e)):0===o.indexOf(t+":cancel")?(e.errMsg=e.errMsg.replace(t+":cancel",t+":fail cancel"),v&&u(e),Object(r["k"])(C)&&C(e),g&&l(e),Object(r["k"])(T)&&T(e)):0===o.indexOf(t+":fail")&&(Object(r["k"])(S)&&S(e),v&&u(e),Object(r["k"])(k)&&k(e)),m&&f(e),Object(r["k"])(E)&&E(e)};return h[A]={name:j,callback:M},{params:e,callbackId:A}}function m(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=g(t,e,n),o=i.params,a=i.callbackId;return Object(r["l"])(o)&&!f(t,o,a)?{params:o,callbackId:!1}:{params:o,callbackId:a}}function b(t,e,n){if("number"===typeof t){var r=h[t];if(r)return r.keepAlive||delete h[t],r.callback(e,n)}return e}function y(t){delete h[t]}function _(e){return function(n){t.error("API `"+e+"` is not yet implemented")}}function w(t,e){var n=a["a"][t];n&&(Object(r["k"])(n.beforeAll)&&(e.beforeAll=n.beforeAll),Object(r["k"])(n.beforeSuccess)&&(e.beforeSuccess=n.beforeSuccess))}function x(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Object(r["k"])(e)?(w(t,n),function(){for(var i=arguments.length,a=new Array(i),s=0;st.length)&&(e=t.length);for(var n=0,r=new Array(e);n1?e-1:0),r=1;r0;)this.emit.apply(this,[t].concat(e.shift()))}},{key:"_addListener",value:function(t,e,n){(this.listener[t]||(this.listener[t]=[])).push({fn:n,type:e})}}]),t}()},"28da":function(t,e,n){},"29a2":function(t,e,n){},"2bbe":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.hoverClass&&"none"!==t.hoverClass?n("uni-view",t._g({class:[t.hovering?t.hoverClass:""],on:{touchstart:t._hoverTouchStart,touchend:t._hoverTouchEnd,touchcancel:t._hoverTouchCancel}},t.$listeners),[t._t("default")],2):n("uni-view",t._g({},t.$listeners),[t._t("default")],2)},i=[],o=n("83a6"),a={name:"View",mixins:[o["a"]],listeners:{"label-click":"clickHandler"}},s=a,c=(n("e865"),n("2877")),u=Object(c["a"])(s,r,i,!1,null,null,null);e["default"]=u.exports},"2bdd":function(t,e,n){"use strict";n.r(e),function(t){var r;n.d(e,"startAccelerometer",(function(){return o})),n.d(e,"stopAccelerometer",(function(){return a})),n.d(e,"onAccelerometerChange",(function(){return s})),n.d(e,"offAccelerometerChange",(function(){return c}));var i=[];function o(e,n){var o=t,a=o.invokeCallbackHandler;if(!window.DeviceMotionEvent)return{errMsg:"startAccelerometer:fail"};function s(){r=function(t){var e=t.acceleration||t.accelerationIncludingGravity;i.forEach((function(t){a(t,{x:e.x||0,y:e.y||0,z:e.z||0})}))},window.addEventListener("devicemotion",r,!1)}if(!r){if(DeviceMotionEvent.requestPermission)return void DeviceMotionEvent.requestPermission().then((function(t){"granted"===t?(s(),a(n,{errMsg:"startAccelerometer:ok"})):a(n,{errMsg:"startAccelerometer:fail ".concat(t)})})).catch((function(t){a(n,{errMsg:"startAccelerometer:fail ".concat(t)})}));s()}return{}}function a(){return r&&(window.removeEventListener("devicemotion",r,!1),r=null),{}}function s(t){i.length||o(),i.push(t)}function c(t){if(t){var e=i.indexOf(t);e>=0&&i.splice(e,1)}i.length||a()}}.call(this,n("0dd1"))},"2c45":function(t,e,n){},"2c67":function(t,e,n){"use strict";n.r(e),function(t){function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n=0?p:255,[f,d,h,p]}return i.error("unsupported color:"+t),[0,0,0,255]}function k(t,e){this.image=t,this.repetition=e}var C=function(){function t(e,n){m(this,t),this.type=e,this.data=n,this.colorStop=[]}return y(t,[{key:"addColorStop",value:function(t,e){this.colorStop.push([t,S(e)])}}]),t}(),T=["scale","rotate","translate","setTransform","transform"],O=["drawImage","fillText","fill","stroke","fillRect","strokeRect","clearRect","strokeText"],E=["setFillStyle","setTextAlign","setStrokeStyle","setGlobalAlpha","setShadow","setFontSize","setLineCap","setLineJoin","setLineWidth","setMiterLimit","setTextBaseline","setLineDash"];function A(t,e){var n=document.createElement("canvas"),r=n.getContext("2d");return r.font=e,r.measureText(t).width||0}function j(t){this.width=t}var M=function(){function t(e,n){m(this,t),this.id=e,this.pageId=n,this.actions=[],this.path=[],this.subpath=[],this.currentTransform=[],this.currentStepAnimates=[],this.drawingState=[],this.state={lineDash:[0,0],shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,shadowColor:[0,0,0,0],font:"10px sans-serif",fontSize:10,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif"}}return y(t,[{key:"draw",value:function(){var t,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1?arguments[1]:void 0,r=f(this.actions);this.actions=[],this.path=[],"function"===typeof n&&(t=_.push(n)),w(this.id,this.pageId,"actionsChanged",{actions:r,reserve:e,callbackId:t})}},{key:"createLinearGradient",value:function(t,e,n,r){return new C("linear",[t,e,n,r])}},{key:"createCircularGradient",value:function(t,e,n){return new C("radial",[t,e,n])}},{key:"createPattern",value:function(t,e){if(void 0===e)i.error("Failed to execute 'createPattern' on 'CanvasContext': 2 arguments required, but only 1 present.");else{if(!(["repeat","repeat-x","repeat-y","no-repeat"].indexOf(e)<0))return new k(t,e);i.error("Failed to execute 'createPattern' on 'CanvasContext': The provided type ('"+e+"') is not one of 'repeat', 'no-repeat', 'repeat-x', or 'repeat-y'.")}}},{key:"measureText",value:function(t){var e=this.state.font,n=0;return n=A(t,e),new j(n)}},{key:"save",value:function(){this.actions.push({method:"save",data:[]}),this.drawingState.push(this.state)}},{key:"restore",value:function(){this.actions.push({method:"restore",data:[]}),this.state=this.drawingState.pop()||{lineDash:[0,0],shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,shadowColor:[0,0,0,0],font:"10px sans-serif",fontSize:10,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif"}}},{key:"beginPath",value:function(){this.path=[],this.subpath=[]}},{key:"moveTo",value:function(t,e){this.path.push({method:"moveTo",data:[t,e]}),this.subpath=[[t,e]]}},{key:"lineTo",value:function(t,e){0===this.path.length&&0===this.subpath.length?this.path.push({method:"moveTo",data:[t,e]}):this.path.push({method:"lineTo",data:[t,e]}),this.subpath.push([t,e])}},{key:"quadraticCurveTo",value:function(t,e,n,r){this.path.push({method:"quadraticCurveTo",data:[t,e,n,r]}),this.subpath.push([n,r])}},{key:"bezierCurveTo",value:function(t,e,n,r,i,o){this.path.push({method:"bezierCurveTo",data:[t,e,n,r,i,o]}),this.subpath.push([i,o])}},{key:"arc",value:function(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5];this.path.push({method:"arc",data:[t,e,n,r,i,o]}),this.subpath.push([t,e])}},{key:"rect",value:function(t,e,n,r){this.path.push({method:"rect",data:[t,e,n,r]}),this.subpath=[[t,e]]}},{key:"arcTo",value:function(t,e,n,r,i){this.path.push({method:"arcTo",data:[t,e,n,r,i]}),this.subpath.push([n,r])}},{key:"clip",value:function(){this.actions.push({method:"clip",data:f(this.path)})}},{key:"closePath",value:function(){this.path.push({method:"closePath",data:[]}),this.subpath.length&&(this.subpath=[this.subpath.shift()])}},{key:"clearActions",value:function(){this.actions=[],this.path=[],this.subpath=[]}},{key:"getActions",value:function(){var t=f(this.actions);return this.clearActions(),t}},{key:"lineDashOffset",set:function(t){this.actions.push({method:"setLineDashOffset",data:[t]})}},{key:"globalCompositeOperation",set:function(t){this.actions.push({method:"setGlobalCompositeOperation",data:[t]})}},{key:"shadowBlur",set:function(t){this.actions.push({method:"setShadowBlur",data:[t]})}},{key:"shadowColor",set:function(t){this.actions.push({method:"setShadowColor",data:[t]})}},{key:"shadowOffsetX",set:function(t){this.actions.push({method:"setShadowOffsetX",data:[t]})}},{key:"shadowOffsetY",set:function(t){this.actions.push({method:"setShadowOffsetY",data:[t]})}},{key:"font",set:function(t){var e=this;this.state.font=t;var n=t.match(/^(([\w\-]+\s)*)(\d+r?px)(\/(\d+\.?\d*(r?px)?))?\s+(.*)/);if(n){var r=n[1].trim().split(/\s/),o=parseFloat(n[3]),a=n[7],s=[];r.forEach((function(t,n){["italic","oblique","normal"].indexOf(t)>-1?(s.push({method:"setFontStyle",data:[t]}),e.state.fontStyle=t):["bold","normal"].indexOf(t)>-1?(s.push({method:"setFontWeight",data:[t]}),e.state.fontWeight=t):0===n?(s.push({method:"setFontStyle",data:["normal"]}),e.state.fontStyle="normal"):1===n&&c()})),1===r.length&&c(),r=s.map((function(t){return t.data[0]})).join(" "),this.state.fontSize=o,this.state.fontFamily=a,this.actions.push({method:"setFont",data:["".concat(r," ").concat(o,"px ").concat(a)]})}else i.warn("Failed to set 'font' on 'CanvasContext': invalid format.");function c(){s.push({method:"setFontWeight",data:["normal"]}),e.state.fontWeight="normal"}},get:function(){return this.state.font}},{key:"fillStyle",set:function(t){this.setFillStyle(t)}},{key:"strokeStyle",set:function(t){this.setStrokeStyle(t)}},{key:"globalAlpha",set:function(t){t=Math.floor(255*parseFloat(t)),this.actions.push({method:"setGlobalAlpha",data:[t]})}},{key:"textAlign",set:function(t){this.actions.push({method:"setTextAlign",data:[t]})}},{key:"lineCap",set:function(t){this.actions.push({method:"setLineCap",data:[t]})}},{key:"lineJoin",set:function(t){this.actions.push({method:"setLineJoin",data:[t]})}},{key:"lineWidth",set:function(t){this.actions.push({method:"setLineWidth",data:[t]})}},{key:"miterLimit",set:function(t){this.actions.push({method:"setMiterLimit",data:[t]})}},{key:"textBaseline",set:function(t){this.actions.push({method:"setTextBaseline",data:[t]})}}]),t}();function I(e,n){if(n)return new M(e,n.$page.id);var r=Object(s["a"])();if(r)return new M(e,r);t.emit("onError","createCanvasContext:fail")}function $(t,e){var n=t.canvasId,r=t.x,i=t.y,o=t.width,a=t.height,u=Object(s["a"])();if(u){var l=_.push((function(t){var n=t.data;n&&n.length&&(t.data=new Uint8ClampedArray(n)),Object(c["a"])(e,t)}));w(n,u,"getImageData",{x:r,y:i,width:o,height:a,callbackId:l})}else Object(c["a"])(e,{errMsg:"canvasGetImageData:fail"})}function P(t,e){var n=t.canvasId,r=t.data,i=t.x,o=t.y,a=t.width,u=t.height,l=Object(s["a"])();if(l){var f,d=_.push((function(t){Object(c["a"])(e,t)}));r=Array.prototype.slice.call(r),w(n,l,"putImageData",{data:r,x:i,y:o,width:a,height:u,compressed:f,callbackId:d})}else Object(c["a"])(e,{errMsg:"canvasPutImageData:fail"})}function L(t,e){var n=t.x,r=void 0===n?0:n,i=t.y,o=void 0===i?0:i,a=t.width,l=t.height,f=t.destWidth,d=t.destHeight,h=t.canvasId,p=t.fileType,v=t.quality,g=Object(s["a"])();if(g){var m=_.push((function(t){Object(c["a"])(e,t)})),b="".concat(u["TEMP_PATH"],"/canvas");w(h,g,"toTempFilePath",{x:r,y:o,width:a,height:l,destWidth:f,destHeight:d,fileType:p,quality:v,dirname:b,callbackId:m})}else Object(c["a"])(e,{errMsg:"canvasToTempFilePath:fail"})}[].concat(T,O).forEach((function(t){function e(t){switch(t){case"fill":case"stroke":return function(){this.actions.push({method:t+"Path",data:f(this.path)})};case"fillRect":return function(t,e,n,r){this.actions.push({method:"fillPath",data:[{method:"rect",data:[t,e,n,r]}]})};case"strokeRect":return function(t,e,n,r){this.actions.push({method:"strokePath",data:[{method:"rect",data:[t,e,n,r]}]})};case"fillText":case"strokeText":return function(e,n,r,i){var o=[e.toString(),n,r];"number"===typeof i&&o.push(i),this.actions.push({method:t,data:o})};case"drawImage":return function(e,n,r,i,o,a,s,c,u){var l;function f(t){return"number"===typeof t}void 0===u&&(a=n,s=r,c=i,u=o,n=void 0,r=void 0,i=void 0,o=void 0),l=f(n)&&f(r)&&f(i)&&f(o)?[e,a,s,c,u,n,r,i,o]:f(c)&&f(u)?[e,a,s,c,u]:[e,a,s],this.actions.push({method:t,data:l})};default:return function(){for(var e=arguments.length,n=new Array(e),r=0;r0&&t<1/0?t:0;var e=Math.floor(t/3600),n=Math.floor(t%3600/60),r=Math.floor(t%3600%60);e=(e<10?"0":"")+e,n=(n<10?"0":"")+n,r=(r<10?"0":"")+r;var i=n+":"+r;return"00"!==e&&(i=e+":"+i),i}},mixins:[s["b"],o["g"],o["d"]],props:{id:{type:String,default:""},src:{type:String,default:""},duration:{type:[Number,String],default:""},controls:{type:[Boolean,String],default:!0},danmuList:{type:Array,default:function(){return[]}},danmuBtn:{type:[Boolean,String],default:!1},enableDanmu:{type:[Boolean,String],default:!1},autoplay:{type:[Boolean,String],default:!1},loop:{type:[Boolean,String],default:!1},muted:{type:[Boolean,String],default:!1},objectFit:{type:String,default:"contain"},poster:{type:String,default:""},direction:{type:[String,Number],default:""},showProgress:{type:Boolean,default:!0},initialTime:{type:[String,Number],default:0},showFullscreenBtn:{type:[Boolean,String],default:!0},pageGesture:{type:[Boolean,String],default:!1},enableProgressGesture:{type:[Boolean,String],default:!0},showPlayBtn:{type:[Boolean,String],default:!0},showCenterPlayBtn:{type:[Boolean,String],default:!0}},data:function(){return{start:!1,playing:!1,currentTime:0,durationTime:0,progress:0,touching:!1,enableDanmuSync:Boolean(this.enableDanmu),controlsVisible:!0,fullscreen:!1,controlsTouching:!1,touchStartOrigin:{x:0,y:0},gestureType:u.NONE,currentTimeOld:0,currentTimeNew:0,volumeOld:null,volumeNew:null,buffered:0,isSafari:/^Apple/.test(navigator.vendor)}},computed:{centerPlayBtnShow:function(){return this.showCenterPlayBtn&&!this.start},controlsShow:function(){return!this.centerPlayBtnShow&&this.controls&&this.controlsVisible},autoHideContorls:function(){return this.controlsShow&&this.playing&&!this.controlsTouching},srcSync:function(){return this.$getRealPath(this.src)}},watch:{enableDanmuSync:function(t){this.$emit("update:enableDanmu",t)},autoHideContorls:function(t){t?this.autoHideStart():this.autoHideEnd()},srcSync:function(t){this.playing=!1,this.currentTime=0},currentTime:function(){this.updateProgress()},duration:function(){this.updateProgress()},buffered:function(t){0!==t&&this.$trigger("progress",{},{buffered:t})}},created:function(){this.otherData={danmuList:[],danmuIndex:{time:0,index:-1},hideTiming:null};var t=this.otherData.danmuList=JSON.parse(JSON.stringify(this.danmuList||[]));t.sort((function(t,e){return(t.time||0)-(e.time||0)}))},mounted:function(){var t,e,n,r=this,i=this,o=!0,a=this.$refs.ball;function s(r){var a=r.targetTouches[0],s=a.pageX,c=a.pageY;if(o&&Math.abs(s-t)100&&(f=100),i.progress=f,r.preventDefault(),r.stopPropagation()}}function u(t){i.controlsTouching=!1,i.touching&&(a.removeEventListener("touchmove",s,c),o||(t.preventDefault(),t.stopPropagation(),i.seek(i.$refs.video.duration*i.progress/100)),i.touching=!1)}a.addEventListener("touchstart",(function(i){r.controlsTouching=!0;var u=i.targetTouches[0];t=u.pageX,e=u.pageY,n=r.progress,o=!0,r.touching=!0,a.addEventListener("touchmove",s,c)})),a.addEventListener("touchend",u),a.addEventListener("touchcancel",u)},beforeDestroy:function(){this.triggerFullscreen(!1),clearTimeout(this.otherData.hideTiming)},methods:{_handleSubscribe:function(t){var e,n=t.type,r=t.data,i=void 0===r?{}:r,o=["play","pause","seek","sendDanmu","playbackRate","requestFullScreen","exitFullScreen"];switch(n){case"seek":e=i.position;break;case"sendDanmu":e=i;break;case"playbackRate":e=i.rate;break}o.indexOf(n)>=0&&this[n](e)},trigger:function(){this.playing?this.$refs.video.pause():this.$refs.video.play()},play:function(){this.start=!0,this.$refs.video.play()},pause:function(){this.$refs.video.pause()},seek:function(t){t=Number(t),"number"!==typeof t||isNaN(t)||(this.$refs.video.currentTime=t)},clickProgress:function(t){var e=this.$refs.progress,n=t.target,r=t.offsetX;while(n!==e)r+=n.offsetLeft,n=n.parentNode;var i=e.offsetWidth,o=0;r>=0&&r<=i&&(o=r/i,this.seek(this.$refs.video.duration*o))},triggerDanmu:function(){this.enableDanmuSync=!this.enableDanmuSync},playDanmu:function(t){var e=document.createElement("p");e.className="uni-video-danmu-item",e.innerText=t.text;var n="bottom: ".concat(100*Math.random(),"%;color: ").concat(t.color,";");e.setAttribute("style",n),this.$refs.danmu.appendChild(e),setTimeout((function(){n+="left: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);",e.setAttribute("style",n),setTimeout((function(){e.remove()}),4e3)}),17)},sendDanmu:function(t){var e=this.otherData;e.danmuList.splice(e.danmuIndex.index+1,0,{text:String(t.text),color:t.color,time:this.$refs.video.currentTime||0})},playbackRate:function(t){this.$refs.video.playbackRate=t},triggerFullscreen:function(t){var e,n=this.$refs.container,r=this.$refs.video;t?!document.fullscreenEnabled&&!document.webkitFullscreenEnabled||this.isSafari&&!this.userInteract?r.webkitEnterFullScreen?r.webkitEnterFullScreen():(e=!0,n.remove(),n.classList.add("uni-video-type-fullscreen"),document.body.appendChild(n)):n[document.fullscreenEnabled?"requestFullscreen":"webkitRequestFullscreen"]():document.fullscreenEnabled||document.webkitFullscreenEnabled?document.fullscreenElement?document.exitFullscreen():document.webkitFullscreenElement&&document.webkitExitFullscreen():r.webkitExitFullScreen?r.webkitExitFullScreen():(e=!0,n.remove(),n.classList.remove("uni-video-type-fullscreen"),this.$el.appendChild(n)),e&&this.emitFullscreenChange(t)},onFullscreenChange:function(t,e){e&&document.fullscreenEnabled||this.emitFullscreenChange(!(!document.fullscreenElement&&!document.webkitFullscreenElement))},emitFullscreenChange:function(t){this.fullscreen=t,this.$trigger("fullscreenchange",{},{fullScreen:t,direction:"vertical"})},requestFullScreen:function(){this.triggerFullscreen(!0)},exitFullScreen:function(){this.triggerFullscreen(!1)},onDurationChange:function(t){var e=t.target;this.durationTime=e.duration},onLoadedMetadata:function(t){var e=Number(this.initialTime)||0,n=t.target;e>0&&(n.currentTime=e),this.$trigger("loadedmetadata",t,{width:n.videoWidth,height:n.videoHeight,duration:n.duration}),this.onProgress(t)},onProgress:function(t){var e=t.target,n=e.buffered;n.length&&(this.buffered=n.end(n.length-1)/e.duration*100)},onWaiting:function(t){this.$trigger("waiting",t,{})},onVideoError:function(t){this.playing=!1,this.$trigger("error",t,{})},onPlay:function(t){this.start=!0,this.playing=!0,this.$trigger("play",t,{})},onPause:function(t){this.playing=!1,this.$trigger("pause",t,{})},onEnded:function(t){this.playing=!1,this.$trigger("ended",t,{})},onTimeUpdate:function(t){var e=t.target,n=this.otherData,r=this.currentTime=e.currentTime,i=n.danmuIndex,o={time:r,index:i.index},a=n.danmuList;if(r>i.time)for(var s=i.index+1;s=(c.time||0)))break;o.index=s,this.playing&&this.enableDanmuSync&&this.playDanmu(c)}else if(r-1;u--){var l=a[u];if(!(r<=(l.time||0)))break;o.index=u-1}n.danmuIndex=o,this.$trigger("timeupdate",t,{currentTime:r,duration:e.duration})},triggerControls:function(){this.controlsVisible=!this.controlsVisible},touchstart:function(t){var e=t.targetTouches[0];this.touchStartOrigin={x:e.pageX,y:e.pageY},this.gestureType=u.NONE,this.volumeOld=null,this.currentTimeOld=this.currentTimeNew=0},touchmove:function(t){function e(){t.stopPropagation(),t.preventDefault()}this.fullscreen&&e();var n=this.gestureType;if(n!==u.STOP){var r=t.targetTouches[0],i=r.pageX,o=r.pageY,a=this.touchStartOrigin;if(n===u.PROGRESS?this.changeProgress(i-a.x):n===u.VOLUME&&this.changeVolume(o-a.y),n===u.NONE)if(Math.abs(i-a.x)>Math.abs(o-a.y)){if(!this.enableProgressGesture)return void(this.gestureType=u.STOP);this.gestureType=u.PROGRESS,this.currentTimeOld=this.currentTimeNew=this.$refs.video.currentTime,this.fullscreen||e()}else{if(!this.pageGesture)return void(this.gestureType=u.STOP);this.gestureType=u.VOLUME,this.volumeOld=this.$refs.video.volume,this.fullscreen||e()}}},touchend:function(t){this.gestureType!==u.NONE&&this.gestureType!==u.STOP&&(t.stopPropagation(),t.preventDefault()),this.gestureType===u.PROGRESS&&this.currentTimeOld!==this.currentTimeNew&&(this.$refs.video.currentTime=this.currentTimeNew),this.gestureType=u.NONE},changeProgress:function(t){var e=this.$refs.video.duration,n=t/600*e+this.currentTimeOld;n<0?n=0:n>e&&(n=e),this.currentTimeNew=n},changeVolume:function(t){var e,n=this.volumeOld;"number"===typeof n&&(e=n-t/200,e<0?e=0:e>1&&(e=1),this.$refs.video.volume=e,this.volumeNew=e)},autoHideStart:function(){var t=this;this.otherData.hideTiming=setTimeout((function(){t.controlsVisible=!1}),3e3)},autoHideEnd:function(){var t=this.otherData;t.hideTiming&&(clearTimeout(t.hideTiming),t.hideTiming=null)},updateProgress:function(){this.touching||(this.progress=this.currentTime/this.durationTime*100)}}},f=l,d=(n("856e"),n("2877")),h=Object(d["a"])(f,r,i,!1,null,null,null);e["default"]=h.exports},"324c":function(t,e,n){},"332a":function(t,e,n){"use strict";n.r(e),n.d(e,"redirectTo",(function(){return u})),n.d(e,"reLaunch",(function(){return l})),n.d(e,"navigateTo",(function(){return f})),n.d(e,"switchTab",(function(){return d})),n.d(e,"navigateBack",(function(){return h})),n.d(e,"preloadPage",(function(){return p})),n.d(e,"unPreloadPage",(function(){return v}));var r,i=n("0f74");function o(t){if("string"!==typeof t)return t;var e=t.indexOf("?");if(-1===e)return t;var n=t.substr(e+1).trim().replace(/^(\?|#|&)/,"");if(!n)return t;t=t.substr(0,e);var r=[];return n.split("&").forEach((function(t){var e=t.replace(/\+/g," ").split("="),n=e.shift(),i=e.length>0?e.join("="):"";r.push(n+"="+encodeURIComponent(i))})),r.length?t+"?"+r.join("&"):t}function a(t){return function(e,n){e=Object(i["a"])(e);var a=e.split("?")[0],s=__uniRoutes.find((function(t){var e=t.path,n=t.alias;return e===a||n===a}));if(!s)return"page `"+e+"` is not found";if("navigateTo"===t||"redirectTo"===t){if(s.meta.isTabBar)return"can not ".concat(t," a tabbar page")}else if("switchTab"===t&&!s.meta.isTabBar)return"can not switch to no-tabBar page";if("switchTab"!==t&&"preloadPage"!==t||!s.meta.isTabBar||"appLaunch"===n.openType||(e=a),s.meta.isEntry&&(e=e.replace(s.alias,"/")),n.url=o(e),"unPreloadPage"!==t)if("preloadPage"!==t){if(r===e&&"appLaunch"!==n.openType)return"".concat(r," locked");__uniConfig.ready&&!1!==__uniConfig.enableNavigatorLock&&(r=e)}else if(s.meta.isTabBar){var c=getCurrentPages(!0),u=(s.alias||s.path).substr(1);if(c.find((function(t){return t.route===u})))return"tabBar page `"+u+"` already exists"}}}function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.assign({url:{type:String,required:!0,validator:a(t)},beforeAll:function(){r=""}},e)}function c(t){return{animationType:{type:String,validator:function(e){if(e&&-1===t.indexOf(e))return"`"+e+"` is not supported for `animationType` (supported values are: `"+t.join("`|`")+"`)"}},animationDuration:{type:Number}}}var u=s("redirectTo"),l=s("reLaunch"),f=s("navigateTo",c(["slide-in-right","slide-in-left","slide-in-top","slide-in-bottom","fade-in","zoom-out","zoom-fade-out","pop-in","none"])),d=s("switchTab"),h=Object.assign({delta:{type:Number,validator:function(t,e){t=parseInt(t)||1,e.delta=Math.min(getCurrentPages().length-1,t)}}},c(["slide-out-right","slide-out-left","slide-out-top","slide-out-bottom","fade-out","zoom-in","zoom-fade-in","pop-out","none"])),p={url:{type:String,required:!0,validator:a("preloadPage")}},v={url:{type:String,required:!0,validator:a("unPreloadPage")}}},"33b4":function(t,e,n){},"33ed":function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return c}));var r,i=n("4a59");function o(t){t.preventDefault()}function a(t){var e=t.scrollTop,n=t.duration,r=document.documentElement,i=r.clientHeight,o=r.scrollHeight;function a(t){if(t<=0)window.scrollTo(0,e);else{var n=e-window.scrollY;requestAnimationFrame((function(){window.scrollTo(0,window.scrollY+n/t*10),a(t-10)}))}}e=Math.min(e,o-i),0!==n?window.scrollY!==e&&a(n):r.scrollTop=document.body.scrollTop=e}var s=0;function c(e,n){var o=n.enablePageScroll,a=n.enablePageReachBottom,c=n.onReachBottomDistance,u=n.enableTransparentTitleNView,l=!1,f=!1,d=!0;function h(){var t=document.documentElement.scrollHeight,e=window.innerHeight,n=window.scrollY,r=n>0&&t>e&&n+e+c>=t,i=Math.abs(t-s)>c;return!r||f&&!i?(!r&&f&&(f=!1),!1):(s=t,f=!0,!0)}function p(){var n=getCurrentPages();if(n.length&&n[n.length-1].$page.id===e){var s=window.pageYOffset;o&&Object(i["a"])("onPageScroll",{scrollTop:s},e),u&&t.emit("onPageScroll",{scrollTop:s}),a&&d&&(c()||(r=setTimeout(c,300))),l=!1}function c(){if(h())return Object(i["a"])("onReachBottom",{},e),d=!1,setTimeout((function(){d=!0}),350),!0}}return function(){clearTimeout(r),l||requestAnimationFrame(p),l=!0}}}).call(this,n("501c"))},"34b2":function(t,e,n){"use strict";n.r(e),function(t){function r(){return window.location.protocol+"//"+window.location.host}function i(e,n){var i=e.src,o=t,a=o.invokeCallbackHandler,s=new Image,c=i;s.onload=function(){a(n,{errMsg:"getImageInfo:ok",width:s.naturalWidth,height:s.naturalHeight,path:0===c.indexOf("/")?r()+c:c})},s.onerror=function(t){a(n,{errMsg:"getImageInfo:fail"})},s.src=i}n.d(e,"getImageInfo",(function(){return i}))}.call(this,n("0dd1"))},3563:function(t,e,n){"use strict";n.r(e);var r=n("f2b3"),i=n("bd97"),o="*";function a(){var t=window.navigator.userAgent.toLowerCase();return!(!t.match(/MicroMessenger/i)||"micromessenger"!==t.match(/MicroMessenger/i)[0])}e["default"]=function(t){var e=t.count,n=t.sourceType,s=t.type,c=t.extension,u=document.createElement("input");return u.type="file",Object(r["t"])(u,{position:"absolute",visibility:"hidden","z-index":-999,width:0,height:0,top:0,left:0}),u.accept=c.map((function(t){if(s!==o){var e=t.replace(".","");return"".concat(s,"/").concat(i["default"][s][e]||e)}return a()?".":0===t.indexOf(".")?t:".".concat(t)})).join(","),e>1&&(u.multiple="multiple"),1===n.length&&"camera"===n[0]&&(u.capture="camera"),u}},3590:function(t,e,n){},3648:function(t,e,n){"use strict";n.r(e),n.d(e,"canIUse",(function(){return a}));var r=n("f2b3");function i(t){return window.CSS&&CSS.supports&&(CSS.supports(t)||CSS.supports.apply(CSS,t.split(":")))}var o={"css.var":i("--a:0"),"css.env":i("top:env(a)"),"css.constant":i("top:constant(a)")};function a(t){return!Object(r["i"])(o,t)||o[t]}},3676:function(t,e,n){"use strict";n.r(e),n.d(e,"getRecorderManager",(function(){return l}));var r=n("db70");function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{},e=t.filePath,n=arguments.length>1?arguments[1]:void 0;Object(r["f"])(e).then((function(t){o(n,{errMsg:"getFileInfo:ok",size:t.size})})).catch((function(t){o(n,{errMsg:"getFileInfo:fail "+t.message})}))}}.call(this,n("0dd1"))},"3b67":function(t,e,n){"use strict";var r=Object.create(null),i=n("e3a7");i.keys().forEach((function(t){Object.assign(r,i(t))})),e["a"]=r},"3bfb":function(t,e,n){"use strict";n.r(e),n.d(e,"createAudioContext",(function(){return i})),n.d(e,"createVideoContext",(function(){return o})),n.d(e,"createMapContext",(function(){return a})),n.d(e,"createCanvasContext",(function(){return s}));var r=[{name:"id",type:String,required:!0}],i=r,o=r,a=r,s=[{name:"canvasId",type:String,required:!0},{name:"componentInstance",type:Object}]},"3c79":function(t,e,n){},"3d1f":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("62b5"),i=n("a741");function o(t,e){e.getApp;var n=e.getCurrentPages;function o(t){return function(e,r){r=parseInt(r);var o=n(),a=o.find((function(t){return t.$page.id===r}));a&&Object(i["b"])(a,t,e)}}var a=Object(r["a"])("requestComponentInfo");function s(t){var e=t.reqId,n=t.res,r=a.pop(e);r&&r(n)}var c=Object(r["a"])("requestComponentObserver");function u(t){var e=t.reqId,n=t.reqEnd,r=t.res,i=c.get(e);if(i){if(n)return void c.pop(e);i(r)}}var l=Object(r["a"])("requestMediaQueryObserver");function f(t){var e=t.reqId,n=t.reqEnd,r=t.res,i=l.get(e);if(i){if(n)return void l.pop(e);i(r)}}t("onPageReady",o("onReady")),t("onPageScroll",o("onPageScroll")),t("onReachBottom",o("onReachBottom")),t("onRequestComponentInfo",s),t("onRequestComponentObserver",u),t("onRequestMediaQueryObserver",f)}},"3d64":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"onNetworkStatusChange",(function(){return s})),n.d(e,"offNetworkStatusChange",(function(){return c})),n.d(e,"getNetworkType",(function(){return u}));var r=t,i=r.invokeCallbackHandler,o=[];function a(){var t=u(),e=t.networkType;o.forEach((function(t){i(t,{errMsg:"onNetworkStatusChange:ok",isConnected:"none"!==e,networkType:e})}))}function s(t){var e=navigator.connection||navigator.webkitConnection;o.push(t),e?e.addEventListener("change",a):(window.addEventListener("offline",a),window.addEventListener("online",a))}function c(t){if(t){var e=o.indexOf(t);e>=0&&o.splice(e,1)}if(!o.length){var n=navigator.connection||navigator.webkitConnection;n?n.removeEventListener("change",a):(window.removeEventListener("offline",a),window.removeEventListener("online",a))}}function u(){var t=navigator.connection||navigator.webkitConnection,e="unknown";return t?(e=t.type,"cellular"===e&&t.effectiveType?e=t.effectiveType.replace("slow-",""):["none","wifi"].includes(e)||(e="unknown")):!1===navigator.onLine&&(e="none"),{errMsg:"getNetworkType:ok",networkType:e}}}.call(this,n("0dd1"))},"3da9":function(t,e,n){"use strict";var r=n("bfbd"),i=n.n(r);i.a},"3e8c":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-resize-sensor",{on:{"~animationstart":function(e){return t.update(e)}}},[n("div",{on:{scroll:t.update}},[n("div")]),n("div",{on:{scroll:t.update}},[n("div")])])},i=[],o=1e5,a={name:"ResizeSensor",props:{initial:{type:[Boolean,String],default:!1}},data:function(){return{size:{width:-1,height:-1}}},watch:{size:{deep:!0,handler:function(t){this.$emit("resize",Object.assign({},t))}}},mounted:function(){!0===this.initial&&this.$nextTick(this.update),this.$el.offsetParent!==this.$el.parentNode&&(this.$el.parentNode.style.position="relative"),"AnimationEvent"in window||this.reset()},activated:function(){this.reset()},methods:{reset:function(){var t=this.$el.firstChild;t.scrollLeft=o,t.scrollTop=o;var e=this.$el.lastChild;e.scrollLeft=o,e.scrollTop=o},update:function(){this.size.width=this.$el.offsetWidth,this.size.height=this.$el.offsetHeight,this.reset()}}},s=a,c=(n("64d0"),n("2877")),u=Object(c["a"])(s,r,i,!1,null,null,null);e["default"]=u.exports},"3f15":function(t,e,n){"use strict";n.r(e),n.d(e,"getVideoInfo",(function(){return i}));var r=n("cb0f"),i={src:{type:String,required:!0,validator:function(t,e){e.src=Object(r["a"])(t)}}}},"3f7e":function(t,e,n){"use strict";var r=n("e692"),i=n.n(r);i.a},"439a":function(t,e,n){"use strict";n.r(e),n.d(e,"downloadFile",(function(){return r}));var r={url:{type:String,required:!0},header:{type:Object,validator:function(t,e){e.header=t||{}}}}},"43a1":function(t,e,n){},"442e":function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return s}));var r=n("5129"),i=n.n(r),o=n("85b6"),a=n("f2b3");function s(e){e.config.errorHandler=function(n,r,i){var s=Object(a["r"])(n);e.util.warn("Error in ".concat(i,': "').concat("Error"===s?n.toString():n,'"'),r);var c="function"===typeof getApp&&getApp();c&&Object(o["c"])(c.$options,"onError")?c.__call_hook("onError",n):t.error(n)};var n=e.config.isReservedTag;e.config.isReservedTag=function(t){return-1!==i.a.indexOf(t)||n(t)},e.config.ignoredElements=i.a;var r=e.config.getTagNamespace,s=["switch","image","text","view"];e.config.getTagNamespace=function(t){return!~s.indexOf(t)&&r(t)}}}).call(this,n("3ad9")["default"])},"44de":function(t,e,n){"use strict";n.r(e),n.d(e,"vibrateLong",(function(){return i})),n.d(e,"vibrateShort",(function(){return o}));var r=!!window.navigator.vibrate;function i(){return r&&window.navigator.vibrate(400)?{errMsg:"vibrateLong:ok"}:{errMsg:"vibrateLong:fail"}}function o(){return r&&window.navigator.vibrate(15)?{errMsg:"vibrateShort:ok"}:{errMsg:"vibrateShort:fail"}}},"454d":function(t,e,n){"use strict";n.r(e),n.d(e,"removeTabBarBadge",(function(){return o})),n.d(e,"showTabBarRedDot",(function(){return a})),n.d(e,"hideTabBarRedDot",(function(){return s})),n.d(e,"onTabBarMidButtonTap",(function(){return u}));var r=n("db70"),i=n("a118");function o(t){var e=t.index;return Object(r["c"])("setTabBarBadge",{index:e,type:"none"})}function a(t){var e=t.index;return Object(r["c"])("setTabBarBadge",{index:e,type:"redDot"})}var s=o,c=[];function u(t){c.push(t)}Object(r["d"])("onTabBarMidButtonTap",(function(t){c.forEach((function(e){Object(i["a"])(e,t)}))}))},"45d2":function(t,e,n){"use strict";n.r(e),n.d(e,"upx2px",(function(){return l}));var r=1e-4,i=750,o=!1,a=0,s=0;function c(){var t=uni.getSystemInfoSync(),e=t.platform,n=t.pixelRatio,r=t.windowWidth;a=r,s=n,o="ios"===e}function u(t,e){return t=Number(t),isNaN(t)?e:t}function l(t,e){if(0===a&&c(),t=Number(t),0===t)return 0;var n=__uniConfig.globalStyle||__uniConfig.window||{},l=u(n.rpxCalcMaxDeviceWidth,960),f=u(n.rpxCalcBaseDeviceWidth,375),d=u(n.rpxCalcIncludeWidth,750),h=e||a;h=t===d||h<=l?h:f;var p=t/i*h;return p<0&&(p=-p),p=Math.floor(p+r),0===p&&(p=1!==s&&o?.5:1),t<0?-p:p}},"45db":function(t,e,n){"use strict";n.r(e),function(t){var r;function i(t){r=t}function o(){r&&t.emit(r+".stopPullDownRefresh",{},r);var e=getCurrentPages();return e.length&&(r=e[e.length-1].$page.id,t.emit(r+".startPullDownRefresh",{},r)),{}}function a(){if(r)t.emit(r+".stopPullDownRefresh",{},r),r=null;else{var e=getCurrentPages();e.length&&(r=e[e.length-1].$page.id,t.emit(r+".stopPullDownRefresh",{},r))}return{}}n.d(e,"setPullDownRefreshPageId",(function(){return i})),n.d(e,"startPullDownRefresh",(function(){return o})),n.d(e,"stopPullDownRefresh",(function(){return a}))}.call(this,n("0dd1"))},"4a59":function(t,e,n){"use strict";(function(t){function r(e,n,r){t.UniServiceJSBridge.subscribeHandler(e,n,r)}n.d(e,"a",(function(){return r}))}).call(this,n("c8ba"))},"4ca9":function(t,e,n){"use strict";n.r(e),function(t){var r=n("6389"),i=n.n(r),o=n("85b6"),a=n("abbf"),s=n("0784"),c=n("aa92"),u=n("02c9"),l=n("23e5"),f=n("f2b3");function d(t){var e=0;return t.forEach((function(t){t.meta.id&&e++})),e}function h(){var t=window.location.href,e=t.indexOf("#");return-1===e?"":decodeURI(t.slice(e+1))}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",e=decodeURI(window.location.pathname);return t&&0===e.indexOf(t)&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}e["default"]={install:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.routes;e.config.devtools&&"undefined"!==typeof window&&-1!==window.navigator.userAgent.toLowerCase().indexOf("hbuilderx")&&(e.config.devtools=!1),Object(u["a"])(e),Object(c["a"])(e),Object(f["s"])(e),"undefined"!==typeof __UNI_ROUTER_BASE__&&(__uniConfig.router.base=__UNI_ROUTER_BASE__);var v=d(r),g=new i.a({id:v,mode:__uniConfig.router.mode,base:__uniConfig.router.base,routes:r,scrollBehavior:function(t,e,n){if(n)return n;if(t&&e&&t.meta.isTabBar&&e.meta.isTabBar){var r=Object(l["b"])(t.params.__id__);if(r)return r}return{x:0,y:0}}}),m=[],b=g.match("history"===__uniConfig.router.mode?p(__uniConfig.router.base):h());if(b.meta.name&&(b.meta.id?m.push(b.meta.name+"-"+b.meta.id):m.push(b.meta.name+"-"+(v+1))),b.meta&&b.meta.name&&(document.body.className="uni-body "+b.meta.name,b.meta.isNVue)){var y="nvue-dir-"+__uniConfig.nvue["flex-direction"];document.body.setAttribute("nvue",""),document.body.setAttribute(y,"")}e.mixin({beforeCreate:function(){var e=this.$options;if("app"===e.mpType){e.data=function(){return{keepAliveInclude:m}};var n=Object(a["a"])(r,b);Object.keys(n).forEach((function(t){e[t]=e[t]?[].concat(n[t],e[t]):[n[t]]})),e.router=g,Array.isArray(e.onError)&&0!==e.onError.length||(e.onError=[function(e){t.error(e)}])}else if(Object(o["d"])(this)){var i=Object(s["a"])();Object.keys(i).forEach((function(t){e.mpOptions?e[t]=e[t]?[].concat(e[t],i[t]):[i[t]]:e[t]=e[t]?[].concat(i[t],e[t]):[i[t]]}))}else this.$parent&&this.$parent.__page__&&(this.__page__=this.$parent.__page__)}}),Object.defineProperty(e.prototype,"$page",{get:function(){return this.__page__}}),e.prototype.createSelectorQuery=function(){return uni.createSelectorQuery().in(this)},e.prototype.createIntersectionObserver=function(t){return uni.createIntersectionObserver(this,t)},e.prototype.createMediaQueryObserver=function(t){return uni.createMediaQueryObserver(this,t)},e.use(i.a)}}}.call(this,n("3ad9")["default"])},"4ccd":function(t,e,n){"use strict";n.r(e),e["default"]={data:function(){return{popupWidth:0,popupHeight:0}},computed:{isDesktop:function(){return this.popupWidth>=500&&this.popupHeight>=500},popupStyle:function(){var t={},e=t.content={},n=t.triangle={},r=this.popover;function i(t){return Number(t)||0}if(this.isDesktop&&r){Object.assign(n,{position:"absolute",width:"0",height:"0","margin-left":"-6px","border-style":"solid"});var o=i(r.left),a=i(r.width),s=i(r.top),c=i(r.height),u=o+a/2;e.transform="none !important";var l=Math.max(0,u-150);e.left="".concat(l,"px");var f=Math.max(12,u-l);f=Math.min(288,f),n.left="".concat(f,"px");var d=this.popupHeight/2;s+c-d>d-s?(e.top="auto",e.bottom="".concat(this.popupHeight-s+6,"px"),n.bottom="-6px",n["border-width"]="6px 6px 0 6px",n["border-color"]="#fcfcfd transparent transparent transparent"):(e.top="".concat(s+c+6,"px"),n.top="-6px",n["border-width"]="0 6px 6px 6px",n["border-color"]="transparent transparent #fcfcfd transparent")}return t}},mounted:function(){var t=this,e=function(){var e=uni.getSystemInfoSync(),n=e.windowWidth,r=e.windowHeight,i=e.windowTop;t.popupWidth=n,t.popupHeight=r+i};window.addEventListener("resize",e),e(),this.$once("hook:beforeDestroy",(function(){window.removeEventListener("resize",e)}))}}},"4da7":function(t,e,n){"use strict";n.r(e);var r,i,o=n("5881"),a=o["a"],s=(n("c8ed"),n("2877")),c=Object(s["a"])(a,r,i,!1,null,null,null);e["default"]=c.exports},"4e0b":function(t,e,n){},"4e7c":function(t,e,n){"use strict";n.r(e),n.d(e,"getProvider",(function(){return i}));var r={OAUTH:"OAUTH",SHARE:"SHARE",PAYMENT:"PAYMENT",PUSH:"PUSH"},i={service:{type:String,required:!0,validator:function(t,e){if(t=(t||"").toUpperCase(),t&&Object.values(r).indexOf(t)<0)return"service error"}}}},"4f1c":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-switch",t._g({attrs:{disabled:t.disabled},on:{click:t._onClick}},t.$listeners),[n("div",{staticClass:"uni-switch-wrapper"},[n("div",{directives:[{name:"show",rawName:"v-show",value:"switch"===t.type,expression:"type === 'switch'"}],staticClass:"uni-switch-input",class:[t.switchChecked?"uni-switch-input-checked":""],style:{backgroundColor:t.switchChecked?t.color:"#DFDFDF",borderColor:t.switchChecked?t.color:"#DFDFDF"}}),n("div",{directives:[{name:"show",rawName:"v-show",value:"checkbox"===t.type,expression:"type === 'checkbox'"}],staticClass:"uni-checkbox-input",class:[t.switchChecked?"uni-checkbox-input-checked":""],style:{color:t.color}})])])},i=[],o=n("8af1"),a={name:"Switch",mixins:[o["a"],o["f"]],props:{name:{type:String,default:""},checked:{type:[Boolean,String],default:!1},type:{type:String,default:"switch"},id:{type:String,default:""},disabled:{type:[Boolean,String],default:!1},color:{type:String,default:"#007aff"}},data:function(){return{switchChecked:this.checked}},watch:{checked:function(t){this.switchChecked=t}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},listeners:{"label-click":"_onClick","@label-click":"_onClick"},methods:{_onClick:function(t){this.disabled||(this.switchChecked=!this.switchChecked,this.$trigger("change",t,{value:this.switchChecked}))},_resetFormData:function(){this.switchChecked=!1},_getFormData:function(){var t={};return""!==this.name&&(t.value=this.switchChecked,t.key=this.name),t}}},s=a,c=(n("a5ec"),n("2877")),u=Object(c["a"])(s,r,i,!1,null,null,null);e["default"]=u.exports},"4f43":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"downloadFile",(function(){return u}));var r=n("e2e2");function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n=0&&this._callbacks.splice(e,1)}},{key:"abort",value:function(){this._xhr&&(this._xhr.abort(),delete this._xhr)}}]),t}();function u(e,n){var i,o=e.url,a=e.header,s=e.timeout,u=void 0===s?__uniConfig.networkTimeout&&__uniConfig.networkTimeout.request||6e4:s,l=t,f=l.invokeCallbackHandler,d=new XMLHttpRequest,h=new c(d);return d.open("GET",o,!0),Object.keys(a).forEach((function(t){d.setRequestHeader(t,a[t])})),d.responseType="blob",d.onload=function(){clearTimeout(i);var t,e=d.status,a=this.response,s=d.getResponseHeader("content-disposition");if(s){var c=s.match(/filename="?(\S+)"?\b/);c&&(t=c[1])}a.name=t||Object(r["c"])(o),f(n,{errMsg:"downloadFile:ok",statusCode:e,tempFilePath:Object(r["b"])(a)})},d.onabort=function(){clearTimeout(i),f(n,{errMsg:"downloadFile:fail abort"})},d.onerror=function(){clearTimeout(i),f(n,{errMsg:"downloadFile:fail"})},d.onprogress=function(t){h._callbacks.forEach((function(e){var n=t.loaded,r=t.total,i=Math.round(n/r*100);e({progress:i,totalBytesWritten:n,totalBytesExpectedToWrite:r})}))},d.send(),i=setTimeout((function(){d.onprogress=d.onload=d.onabort=d.onerror=null,h.abort(),f(n,{errMsg:"downloadFile:fail timeout"})}),u),h}}.call(this,n("0dd1"))},"4f53":function(t,e,n){"use strict";n.r(e),n.d(e,"saveImageToPhotosAlbum",(function(){return i}));var r=n("cb0f"),i={filePath:{type:String,required:!0,validator:function(t,e){e.filePath=Object(r["a"])(t)}}}},"4fef":function(t,e,n){"use strict";var r=n("7572"),i=n.n(r);i.a},"501c":function(t,e,n){"use strict";n.r(e),n.d(e,"on",(function(){return g})),n.d(e,"off",(function(){return m})),n.d(e,"once",(function(){return b})),n.d(e,"emit",(function(){return y})),n.d(e,"subscribe",(function(){return _})),n.d(e,"unsubscribe",(function(){return w})),n.d(e,"subscribeHandler",(function(){return x})),n.d(e,"publishHandler",(function(){return p["a"]}));var r=n("8bbf"),i=n.n(r);function o(t){var e=t.pageStyle,n=t.rootFontSize,r=document.querySelector("uni-page-body")||document.body;r.setAttribute("style",e),n&&document.documentElement.style.fontSize!==n&&(document.documentElement.style.fontSize=n)}var a=n("6bdf"),s=n("5dc1"),c=n("1c73"),u={setPageMeta:o,requestComponentInfo:a["a"],requestComponentObserver:s["b"],destroyComponentObserver:s["a"],requestMediaQueryObserver:c["b"],destroyMediaQueryObserver:c["a"]},l=n("33ed"),f=n("7107"),d=n("764a");function h(t){Object.keys(u).forEach((function(e){t(e,u[e])})),t("pageScrollTo",l["c"]),t("loadFontFace",f["a"]),Object(d["a"])(t)}var p=n("4a59"),v=new i.a,g=v.$on.bind(v),m=v.$off.bind(v),b=v.$once.bind(v),y=v.$emit.bind(v);function _(t,e){return g("service."+t,e)}function w(t,e){return m("service."+t,e)}function x(t,e,n){y("service."+t,e,n)}h(_)},"50c5":function(t,e,n){},5129:function(t,e){t.exports=["uni-app","uni-layout","uni-content","uni-main","uni-top-window","uni-left-window","uni-right-window","uni-tabbar","uni-page","uni-page-head","uni-page-wrapper","uni-page-body","uni-page-refresh","uni-actionsheet","uni-modal","uni-toast","uni-resize-sensor","uni-shadow-root","uni-ad","uni-audio","uni-button","uni-camera","uni-canvas","uni-checkbox","uni-checkbox-group","uni-cover-image","uni-cover-view","uni-editor","uni-form","uni-functional-page-navigator","uni-icon","uni-image","uni-input","uni-label","uni-live-player","uni-live-pusher","uni-map","uni-movable-area","uni-movable-view","uni-navigator","uni-official-account","uni-open-data","uni-picker","uni-picker-view","uni-picker-view-column","uni-progress","uni-radio","uni-radio-group","uni-rich-text","uni-scroll-view","uni-slider","uni-swiper","uni-swiper-item","uni-switch","uni-text","uni-textarea","uni-video","uni-view","uni-web-view"]},"515d":function(t,e,n){},5222:function(t,e,n){"use strict";(function(t){var r=n("5a56");e["a"]={name:"Toast",mixins:[r["default"]],props:{title:{type:String,default:""},icon:{default:"success",validator:function(t){return-1!==["success","loading","none"].indexOf(t)}},image:{type:String,default:""},duration:{type:Number,default:1500},mask:{type:Boolean,default:!1},visible:{type:Boolean,default:!1}},computed:{iconClass:function(){return"success"===this.icon?"uni-icon-success-no-circle":"loading"===this.icon?"uni-loading":""}},beforeUpdate:function(){this.visible&&(this.timeoutId&&clearTimeout(this.timeoutId),this.timeoutId=setTimeout((function(){t.emit("onHideToast")}),this.duration))}}}).call(this,n("0dd1"))},5243:function(t,e,n){"use strict";n.r(e),n.d(e,"compressVideo",(function(){return i}));var r=n("cb0f"),i={src:{type:String,required:!0,validator:function(t,e){e.src=Object(r["a"])(t)}},quality:{type:String},bitrate:{type:Number},fps:{type:Number},resolution:{type:Number}}},5363:function(t,e,n){"use strict";function r(t){this._drag=t,this._dragLog=Math.log(t),this._x=0,this._v=0,this._startTime=0}n.d(e,"a",(function(){return r})),r.prototype.set=function(t,e){this._x=t,this._v=e,this._startTime=(new Date).getTime()},r.prototype.setVelocityByEnd=function(t){this._v=(t-this._x)*this._dragLog/(Math.pow(this._drag,100)-1)},r.prototype.x=function(t){var e;return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),e=t===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,t),this._dt=t,this._x+this._v*e/this._dragLog-this._v/this._dragLog},r.prototype.dx=function(t){var e;return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),e=t===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,t),this._dt=t,this._v*e},r.prototype.done=function(){return Math.abs(this.dx())<3},r.prototype.reconfigure=function(t){var e=this.x(),n=this.dx();this._drag=t,this._dragLog=Math.log(t),this.set(e,n)},r.prototype.configuration=function(){var t=this;return[{label:"Friction",read:function(){return t._drag},write:function(e){t.reconfigure(e)},min:.001,max:.1,step:.001}]}},5378:function(t,e,n){"use strict";var r=n("43a1"),i=n.n(r);i.a},5408:function(t,e,n){var r={"./audio/index.vue":"6150","./button/index.vue":"d3bd","./canvas/index.vue":"bacd","./checkbox-group/index.vue":"25ce","./checkbox/index.vue":"7bb3","./editor/index.vue":"27c2","./form/index.vue":"b34d","./icon/index.vue":"9a8b","./image/index.vue":"1082","./input/index.vue":"250d","./label/index.vue":"70f4","./movable-area/index.vue":"c61c","./movable-view/index.vue":"8842","./navigator/index.vue":"17fd","./picker-view-column/index.vue":"1955","./picker-view/index.vue":"27ab","./progress/index.vue":"9b1f","./radio-group/index.vue":"d5ec","./radio/index.vue":"6491","./resize-sensor/index.vue":"3e8c","./rich-text/index.vue":"b705","./scroll-view/index.vue":"f1ef","./slider/index.vue":"9f96","./swiper-item/index.vue":"9213","./swiper/index.vue":"5513","./switch/index.vue":"4f1c","./text/index.vue":"4da7","./textarea/index.vue":"5768","./view/index.vue":"2bbe"};function i(t){var e=o(t);return n(e)}function o(t){if(!n.o(r,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return r[t]}i.keys=function(){return Object.keys(r)},i.resolve=o,t.exports=i,i.id="5408"},"54bc":function(t,e,n){},"54f4":function(t,e,n){"use strict";function r(){var t=document.activeElement;!t||"TEXTAREA"!==t.tagName&&"INPUT"!==t.tagName||t.blur()}n.r(e),n.d(e,"hideKeyboard",(function(){return r}))},5513:function(t,e,n){"use strict";n.r(e);var r,i,o=n("ba15"),a=n("f2b3"),s={name:"Swiper",mixins:[o["a"]],props:{indicatorDots:{type:[Boolean,String],default:!1},vertical:{type:[Boolean,String],default:!1},autoplay:{type:[Boolean,String],default:!1},circular:{type:[Boolean,String],default:!1},interval:{type:[Number,String],default:5e3},duration:{type:[Number,String],default:500},current:{type:[Number,String],default:0},indicatorColor:{type:String,default:""},indicatorActiveColor:{type:String,default:""},previousMargin:{type:String,default:""},nextMargin:{type:String,default:""},currentItemId:{type:String,default:""},skipHiddenItemLayout:{type:[Boolean,String],default:!1},displayMultipleItems:{type:[Number,String],default:1},disableTouch:{type:[Boolean,String],default:!1}},data:function(){return{currentSync:Math.round(this.current)||0,currentItemIdSync:this.currentItemId||"",userTracking:!1,currentChangeSource:"",items:[]}},computed:{intervalNumber:function(){var t=Number(this.interval);return isNaN(t)?5e3:t},durationNumber:function(){var t=Number(this.duration);return isNaN(t)?500:t},displayMultipleItemsNumber:function(){var t=Math.round(this.displayMultipleItems);return isNaN(t)?1:t},slidesStyle:function(){var t={};return(this.nextMargin||this.previousMargin)&&(t=this.vertical?{left:0,right:0,top:this._upx2px(this.previousMargin),bottom:this._upx2px(this.nextMargin)}:{top:0,bottom:0,left:this._upx2px(this.previousMargin),right:this._upx2px(this.nextMargin)}),t},slideFrameStyle:function(){var t=Math.abs(100/this.displayMultipleItemsNumber)+"%";return{width:this.vertical?"100%":t,height:this.vertical?t:"100%"}},circularEnabled:function(){return this.circular&&this.items.length>this.displayMultipleItemsNumber}},watch:{vertical:function(){this._resetLayout()},circular:function(){this._resetLayout()},intervalNumber:function(t){this._timer&&(this._cancelSchedule(),this._scheduleAutoplay())},current:function(t){this._currentCheck()},currentSync:function(t,e){this._currentChanged(t,e),this.$emit("update:current",t)},currentItemId:function(t){this._currentCheck()},currentItemIdSync:function(t){this.$emit("update:currentItemId",t)},displayMultipleItemsNumber:function(){this._resetLayout()}},created:function(){this._invalid=!0,this._viewportPosition=0,this._viewportMoveRatio=1,this._animating=null,this._requestedAnimation=!1,this._userDirectionChecked=!1,this._contentTrackViewport=0,this._contentTrackSpeed=0,this._contentTrackT=0},mounted:function(){var t=this;this._currentCheck(),this.touchtrack(this.$refs.slidesWrapper,"_handleContentTrack",!0),this._resetLayout(),this.$watch((function(){return t.autoplay&&!t.userTracking}),this._inintAutoplay),this._inintAutoplay(this.autoplay&&!this.userTracking),this.$watch("items.length",this._resetLayout)},beforeDestroy:function(){this._cancelSchedule(),cancelAnimationFrame(this._animationFrame)},methods:{_inintAutoplay:function(t){t?this._scheduleAutoplay():this._cancelSchedule()},_currentCheck:function(){var t=-1;if(this.currentItemId)for(var e=0,n=this.items;ei/2?1:0)}var o=this.items[t];o&&this._itemReady(o,(function(){var t=n.currentItemIdSync=o.componentInstance.itemId||"";n.$trigger("change",{},{current:n.currentSync,currentItemId:t,source:r})}))},_scheduleAutoplay:function(){var t=this;function e(){t._timer=null,t.currentChangeSource="autoplay",t.circularEnabled?t.currentSync=t._normalizeCurrentValue(t.currentSync+1):t.currentSync=t.currentSync+t.displayMultipleItemsNumbere-this.displayMultipleItemsNumber)return e-this.displayMultipleItemsNumber;return n},_upx2px:function(t){return/\d+[ur]px$/i.test(t)&&t.replace(/\d+[ur]px$/i,(function(t){return"".concat(uni.upx2px(parseFloat(t)),"px")})),t||""},_resetLayout:function(){if(this._isMounted){this._cancelSchedule(),this._endViewportAnimation();for(var t=this.items,e=0;e0&&this._viewportMoveRatio<1||(this._viewportMoveRatio=1)}var i=this._viewportPosition;this._viewportPosition=-2;var o=this.currentSync;o>=0?(this._invalid=!1,this.userTracking?(this._updateViewport(i+o-this._contentTrackViewport),this._contentTrackViewport=o):(this._updateViewport(o),this.autoplay&&this._scheduleAutoplay())):(this._invalid=!0,this._updateViewport(-this.displayMultipleItemsNumber-1))}},_checkCircularLayout:function(t){if(!this._invalid)for(var e=this.items,n=e.length,r=t+this.displayMultipleItemsNumber,i=0;i=this.items.length&&(t-=this.items.length),t=this._transitionStart%1>.5||this._transitionStart<0?t-1:t,this.$trigger("transition",{},{dx:this.vertical?0:t*i.offsetWidth,dy:this.vertical?t*i.offsetHeight:0})},_animateFrameFuncProto:function(){var t=this;if(this._animating){var e=this._animating,n=e.toPos,r=e.acc,i=e.endTime,o=e.source,a=i-Date.now();if(a<=0){this._updateViewport(n),this._animating=null,this._requestedAnimation=!1,this._transitionStart=null;var s=this.items[this.currentSync];s&&this._itemReady(s,(function(){var e=s.componentInstance.itemId||"";t.$trigger("animationfinish",{},{current:t.currentSync,currentItemId:e,source:o})}))}else{var c=r*a*a/2,u=n+c;this._updateViewport(u),this._animationFrame=requestAnimationFrame(this._animateFrameFuncProto.bind(this))}}else this._requestedAnimation=!1},_animateViewport:function(t,e,n){this._cancelViewportAnimation();var r=this.durationNumber,i=this.items.length,o=this._viewportPosition;if(this.circularEnabled)if(n<0){for(;ot;)o-=i}else if(n>0){for(;o>t;)o-=i;for(;o+it;)o-=i;o+i-ti)&&(r<0?r=-o(-r):r>i&&(r=i+o(r-i)),e._contentTrackSpeed=0),e._updateViewport(r)}var s=this._contentTrackT-n||1;this.vertical?a(-t.dy/this.$refs.slideFrame.offsetHeight,-t.ddy/s):a(-t.dx/this.$refs.slideFrame.offsetWidth,-t.ddx/s)},_handleTrackEnd:function(t){this.userTracking=!1;var e=this._contentTrackSpeed/Math.abs(this._contentTrackSpeed),n=0;!t&&Math.abs(this._contentTrackSpeed)>.2&&(n=.5*e);var r=this._normalizeCurrentValue(this._viewportPosition+n);t?this._updateViewport(this._contentTrackViewport):(this.currentChangeSource="touch",this.currentSync=r,this._animateViewport(r,"touch",0!==n?n:0===r&&this.circularEnabled&&this._viewportPosition>=1?1:0))},_handleContentTrack:function(t){if(!this.disableTouch&&!this._invalid){if("start"===t.detail.state)return this.userTracking=!0,this._userDirectionChecked=!1,this._handleTrackStart();if("end"===t.detail.state)return this._handleTrackEnd(!1);if("cancel"===t.detail.state)return this._handleTrackEnd(!0);if(this.userTracking){if(!this._userDirectionChecked){this._userDirectionChecked=!0;var e=Math.abs(t.detail.dx),n=Math.abs(t.detail.dy);if((e>=n&&this.vertical||e<=n&&!this.vertical)&&(this.userTracking=!1),!this.userTracking)return void(this.autoplay&&this._scheduleAutoplay())}return this._handleTrackMove(t.detail),!1}}}},render:function(t){var e=this,n=[],r=[];this.$slots.default&&Object(a["f"])(this.$slots.default,t).forEach((function(t){t.componentOptions&&"v-uni-swiper-item"===t.componentOptions.tag&&r.push(t)}));for(var i=function(r,i){var o=e.currentSync;n.push(t("div",{on:{click:function(){e._animateViewport(e.currentSync=r,e.currentChangeSource="click",e.circularEnabled?1:0)}},class:{"uni-swiper-dot":!0,"uni-swiper-dot-active":r=o||r=4&&(e.text="...")}}}},5676:function(t,e,n){"use strict";var r=n("c33a"),i=n.n(r);i.a},"56e9":function(t,e,n){"use strict";n.r(e),function(t){function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"showModal",(function(){return s})),n.d(e,"showToast",(function(){return c})),n.d(e,"hideToast",(function(){return u})),n.d(e,"showLoading",(function(){return l})),n.d(e,"hideLoading",(function(){return f})),n.d(e,"showActionSheet",(function(){return d}));var i=t,o=i.emit,a=i.invokeCallbackHandler;function s(t,e){o("onShowModal",t,(function(t){a(e,r({},t,!0))}))}function c(t){return o("onShowToast",t),{}}function u(){return o("onHideToast"),{}}function l(t){return o("onShowLoading",t),{}}function f(){return o("onHideLoading"),{}}function d(t,e){o("onShowActionSheet",t,(function(t){a(e,-1===t?{errMsg:"showActionSheet:fail cancel"}:{tapIndex:t})}))}}.call(this,n("0dd1"))},5727:function(t,e,n){"use strict";var r=n("28da"),i=n.n(r);i.a},5768:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-textarea",t._g({},t.$listeners),[n("div",{ref:"wrapper",staticClass:"uni-textarea-wrapper"},[n("div",{directives:[{name:"show",rawName:"v-show",value:!(t.composing||t.valueSync.length),expression:"!(composing || valueSync.length)"}],ref:"placeholder",staticClass:"uni-textarea-placeholder",class:t.placeholderClass,style:t.placeholderStyle,domProps:{textContent:t._s(t.placeholder)}}),n("div",{ref:"line",staticClass:"uni-textarea-line",domProps:{textContent:t._s(" ")}}),n("div",{staticClass:"uni-textarea-compute"},[t._l(t.valueCompute,(function(e,r){return n("div",{key:r,domProps:{textContent:t._s(e.trim()?e:".")}})})),n("v-uni-resize-sensor",{ref:"sensor",on:{resize:t._resize}})],2),t.disabled&&t.fixColor?t._e():n("textarea",{directives:[{name:"model",rawName:"v-model",value:t.valueSync,expression:"valueSync"},{name:"keyboard",rawName:"v-keyboard"},{name:"field",rawName:"v-field"}],ref:"textarea",staticClass:"uni-textarea-textarea",class:{"uni-textarea-textarea-fix-margin":t.fixMargin},style:{"overflow-y":t.autoHeight?"hidden":"auto"},attrs:{disabled:t.disabled,maxlength:t.maxlengthNumber,enterkeyhint:t.confirmType},domProps:{value:t.valueSync},on:{change:function(t){t.stopPropagation()},compositionstart:function(e){return e.stopPropagation(),t._onCompositionstart(e)},compositionend:function(e){return e.stopPropagation(),t._onCompositionend(e)},input:[function(e){e.target.composing||(t.valueSync=e.target.value)},function(e){return e.stopPropagation(),t._onInput(e)}],focus:t._onFocus,blur:t._onBlur,"&touchstart":function(e){return t._onTouchstart(e)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t._onKeyUpEnter(e)},keydown:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t._onKeyDownEnter(e)}}}),t._v(" "),t.disabled&&t.fixColor?n("textarea",{ref:"textarea",staticClass:"uni-textarea-textarea",class:{"uni-textarea-textarea-fix-margin":t.fixMargin},style:{"overflow-y":t.autoHeight?"hidden":"auto"},attrs:{tabindex:"-1",readonly:t.disabled,maxlength:t.maxlengthNumber},domProps:{value:t.valueSync},on:{focus:function(t){return t.target.blur()}}}):t._e()])])},i=[],o=n("8af1"),a="(prefers-color-scheme: dark)",s={name:"Textarea",mixins:[o["b"]],props:{name:{type:String,default:""},maxlength:{type:[Number,String],default:140},placeholder:{type:String,default:""},disabled:{type:[Boolean,String],default:!1},placeholderClass:{type:String,default:"textarea-placeholder"},placeholderStyle:{type:String,default:""},autoHeight:{type:[Boolean,String],default:!1},confirmType:{type:String,default:""}},data:function(){return{valueComposition:"",height:0,focusChangeSource:"",fixMargin:0===String(navigator.platform).indexOf("iP")&&0===String(navigator.vendor).indexOf("Apple")&&window.matchMedia(a).media!==a}},computed:{maxlengthNumber:function(){var t=Number(this.maxlength);return isNaN(t)?140:t},valueCompute:function(){return(this.composing?this.valueComposition:this.valueSync).split("\n")},isDone:function(){return["done","go","next","search","send"].includes(this.confirmType)}},watch:{focus:function(t){t&&(this.focusChangeSource="focus")},height:function(t){var e=parseFloat(getComputedStyle(this.$el).lineHeight);isNaN(e)&&(e=this.$refs.line.offsetHeight);var n=Math.round(t/e);this.$trigger("linechange",{},{height:t,heightRpx:750/window.innerWidth*t,lineCount:n}),this.autoHeight&&(this.$el.style.height="auto",this.$refs.wrapper.style.height=this.height+"px")}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},mounted:function(){this._resize({height:this.$refs.sensor.$el.offsetHeight});var t=this;while(t){var e=t.$options._scopeId;e&&this.$refs.placeholder.setAttribute(e,""),t=t.$parent}},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_onKeyDownEnter:function(t){this.isDone&&t.preventDefault()},_onKeyUpEnter:function(t){this.isDone&&(this._confirm(t),this.$refs.textarea.blur())},_onCompositionstart:function(t){this.composing=!0},_onCompositionend:function(t){this.composing&&(this.composing=!1,this._onInput(t))},_confirm:function(t){this.$trigger("confirm",t,{value:this.valueSync})},_linechange:function(t){this.$trigger("linechange",t,{value:this.valueSync})},_onTouchstart:function(){this.focusChangeSource="touch"},_resize:function(t){var e=t.height;this.height=e},_onInput:function(t,e){this.composing?this.valueComposition=t.target.value:this.$triggerInput(t,{value:this.valueSync,cursor:this.$refs.textarea.selectionEnd},e)},_getFormData:function(){return{value:this.valueSync,key:this.name}},_resetFormData:function(){this.valueSync=""}}},c=s,u=(n("9400"),n("2877")),l=Object(u["a"])(c,r,i,!1,null,null,null);e["default"]=l.exports},"57a7":function(t,e,n){"use strict";n.r(e),n.d(e,"createInnerAudioContext",(function(){return d}));var r=n("db70");function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n=0&&n.splice(r,1)}})),Object(r["d"])("onAudioStateChange",(function(t){var e=t.state,n=t.audioId,r=t.errMsg,i=t.errCode,o=f[n];if(o)if(l(o,e,r,i),"play"===e){var a=o.currentTime;o.__timing=setInterval((function(){var t=o.currentTime;t!==a&&l(o,"timeupdate")}),200)}else"pause"!==e&&"stop"!==e&&"error"!==e||clearInterval(o.__timing)}));var f=Object.create(null);function d(){var t=Object(r["c"])("createAudioInstance"),e=t.audioId,n=new u(e);return f[e]=n,n}},"581a":function(t,e,n){},5881:function(t,e,n){"use strict";(function(t){var n={ensp:" ",emsp:" ",nbsp:" "};e["a"]={name:"Text",props:{selectable:{type:[Boolean,String],default:!1},space:{type:String,default:""},decode:{type:[Boolean,String],default:!1}},methods:{_decodeHtml:function(t){return this.space&&n[this.space]&&(t=t.replace(/ /g,n[this.space])),this.decode&&(t=t.replace(/ /g,n.nbsp).replace(/ /g,n.ensp).replace(/ /g,n.emsp).replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'")),t}},render:function(e){var n=this,r=[];return this.$slots.default&&this.$slots.default.forEach((function(i){if(i.text){var o=i.text.replace(/\\n/g,"\n"),a=o.split("\n");a.forEach((function(t,i){r.push(n._decodeHtml(t)),i!==a.length-1&&r.push(e("br"))}))}else i.componentOptions&&"v-uni-text"!==i.componentOptions.tag&&t.warn("Do not nest other components in the text component, as there may be display differences on different platforms."),r.push(i)})),e("uni-text",{on:this.$listeners,attrs:{selectable:!!this.selectable}},[e("span",{},r)])}}}).call(this,n("3ad9")["default"])},"594d":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-map",t._g({attrs:{id:t.id}},t.$listeners),[n("div",{ref:"map",staticStyle:{width:"100%",height:"100%",position:"relative",overflow:"hidden"}}),n("div",{staticStyle:{position:"absolute",top:"0",width:"100%",height:"100%",overflow:"hidden","pointer-events":"none"}},[t._t("default")],2)])},i=[],o=n("738e"),a=o["a"],s=(n("3f7e"),n("2877")),c=Object(s["a"])(a,r,i,!1,null,null,null);e["default"]=c.exports},5964:function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"setNavigationBarColor",(function(){return o})),n.d(e,"showNavigationBarLoading",(function(){return a})),n.d(e,"hideNavigationBarLoading",(function(){return s})),n.d(e,"setNavigationBarTitle",(function(){return c}));var r=n("79d5");function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=Object(r["getPageHolder"])(n.__page__);if(i)switch(e){case"setNavigationBarColor":var o=n.frontColor,a=n.backgroundColor,s=n.animation,c=s.duration,u=s.timingFunc;o&&(i.navigationBar.textColor="#000000"===o?"black":"white"),a&&(i.navigationBar.backgroundColor=a),t.emit("onNavigationBarChange",{textColor:"#000000"===o?"#000":"#fff",backgroundColor:i.navigationBar.backgroundColor}),i.navigationBar.duration=c+"ms",i.navigationBar.timingFunc=u;break;case"showNavigationBarLoading":i.navigationBar.loading=!0;break;case"hideNavigationBarLoading":i.navigationBar.loading=!1;break;case"setNavigationBarTitle":var l=n.title;i.navigationBar.titleText=l,Object(r["isCurrentPage"])(i)&&(document.title=l),t.emit("onNavigationBarChange",{titleText:l});break}return{}}function o(t){return i("setNavigationBarColor",t)}function a(t){return i("showNavigationBarLoading",t)}function s(t){return i("hideNavigationBarLoading",t)}function c(t){return i("setNavigationBarTitle",t)}}.call(this,n("0dd1"))},"5a23":function(t,e,n){"use strict";n("f2b3");var r,i=n("5cf8");function o(){}e["a"]={name:"Keyboard",mixins:[i["a"]],props:{cursorSpacing:{type:[Number,String],default:0},showConfirmBar:{type:[Boolean,String],default:"auto"},adjustPosition:{type:[Boolean,String],default:!0},autoBlur:{type:[Boolean,String],default:!1}},directives:{keyboard:{inserted:function(t,e,n){n.context.initKeyboard(t)}}},methods:{initKeyboard:function(t){t.addEventListener("focus",(function(){clearTimeout(r),document.addEventListener("click",o,!1)}));var e=function(){document.removeEventListener("click",o,!1),0===String(navigator.vendor).indexOf("Apple")&&document.documentElement.scrollTo(document.documentElement.scrollLeft,document.documentElement.scrollTop)};t.addEventListener("blur",(function(){e()}))}}}},"5a56":function(t,e,n){"use strict";n.r(e),e["default"]={methods:{beforeTransition:function(){},afterTransition:function(){}}}},"5ab3":function(t,e,n){"use strict";var r=n("b2bb"),i=n.n(r);i.a},"5abe":function(t,e){(function(){"use strict";if("object"===("undefined"===typeof window?"undefined":r(window)))if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var t=window.document,e=[];i.prototype.THROTTLE_TIMEOUT=100,i.prototype.POLL_INTERVAL=null,i.prototype.USE_MUTATION_OBSERVER=!0,i.prototype.observe=function(t){var e=this._observationTargets.some((function(e){return e.element==t}));if(!e){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},i.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter((function(e){return e.element!=t})),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},i.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},i.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},i.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter((function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]}))},i.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map((function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}}));return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},i.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(window,"resize",this._checkForIntersections,!0),s(t,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},i.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,c(window,"resize",this._checkForIntersections,!0),c(t,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},i.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():f();this._observationTargets.forEach((function(r){var i=r.element,a=l(i),s=this._rootContainsTarget(i),c=r.entry,u=t&&s&&this._computeTargetAndRootIntersection(i,e),f=r.entry=new n({time:o(),target:i,boundingClientRect:a,rootBounds:e,intersectionRect:u});c?t&&s?this._hasCrossedThreshold(c,f)&&this._queuedEntries.push(f):c&&c.isIntersecting&&this._queuedEntries.push(f):this._queuedEntries.push(f)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},i.prototype._computeTargetAndRootIntersection=function(e,n){if("none"!=window.getComputedStyle(e).display){var r=l(e),i=r,o=h(e),a=!1;while(!a){var s=null,c=1==o.nodeType?window.getComputedStyle(o):{};if("none"==c.display)return;if(o==this.root||o==t?(a=!0,s=n):o!=t.body&&o!=t.documentElement&&"visible"!=c.overflow&&(s=l(o)),s&&(i=u(s,i),!i))break;o=h(o)}return i}},i.prototype._getRootRect=function(){var e;if(this.root)e=l(this.root);else{var n=t.documentElement,r=t.body;e={top:0,left:0,right:n.clientWidth||r.clientWidth,width:n.clientWidth||r.clientWidth,bottom:n.clientHeight||r.clientHeight,height:n.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(e)},i.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map((function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100})),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},i.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,r=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==r)for(var i=0;i=0&&s>=0&&{top:n,bottom:r,left:i,right:o,width:a,height:s}}function l(t){var e;try{e=t.getBoundingClientRect()}catch(n){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):f()}function f(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function d(t,e){var n=e;while(n){if(n==t)return!0;n=h(n)}return!1}function h(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}})()},"5cf8":function(t,e,n){"use strict";function r(t,e){for(var n=this.$children,i=n.length,o=arguments.length,a=new Array(o>2?o-2:0),s=2;s2?i-2:0),a=2;a2?n-2:0),o=2;ot.length)&&(e=t.length);for(var n=0,r=new Array(e);n0?w.PICKER:w.SELECT},system:function(){if(this.mode===y.DATE&&!Object.values(_).includes(this.fields)&&this.isDesktop&&/win|mac/i.test(navigator.platform)){if("Google Inc."===navigator.vendor)return"chrome";if(/Firefox/.test(navigator.userAgent))return"firefox"}return""}},watch:{visible:function(t){var e=this;t?(clearTimeout(this.__contentVisibleDelay),this.contentVisible=t,this._select()):this.__contentVisibleDelay=setTimeout((function(){e.contentVisible=t}),300)},value:function(){this._setValueSync()},mode:function(){this._setValueSync()},range:function(){this._setValueSync()},valueSync:function(){this._setValueArray()},valueArray:function(t){var e=this;if(this.mode===y.TIME||this.mode===y.DATE){var n=this.mode===y.TIME?this._getTimeValue:this._getDateValue,r=this.valueArray,i=this.startArray,o=this.endArray;if(this.mode===y.DATE){var a=this.dateArray,s=a[2].length,c=Number(a[2][r[2]])||1,u=new Date("".concat(a[0][r[0]],"/").concat(a[1][r[1]],"/").concat(c)).getDate();un(o)&&this._cloneArray(r,o)}t.forEach((function(t,n){t!==e.oldValueArray[n]&&(e.oldValueArray[n]=t,e.mode===y.MULTISELECTOR&&e.$trigger("columnchange",{},{column:n,value:t}))}))}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this}),this._createTime(),this._createDate(),this._setValueSync()},beforeDestroy:function(){this.$refs.picker.remove(),this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_show:function(t){var e=this;if(!this.disabled){this.valueChangeSource="";var n=this.$refs.picker;n.remove(),(document.querySelector("uni-app")||document.body).appendChild(n),n.style.display="block";var r=t.currentTarget.getBoundingClientRect();this.popover={top:r.top,left:r.left,width:r.width,height:r.height},setTimeout((function(){e.visible=!0}),20)}},_getFormData:function(){return{value:this.valueSync,key:this.name}},_resetFormData:function(){switch(this.mode){case y.SELECTOR:this.valueSync=0;break;case y.MULTISELECTOR:this.valueSync=this.value.map((function(t){return 0}));break;case y.DATE:case y.TIME:this.valueSync="";break;default:break}},_createTime:function(){var t=[],e=[];t.splice(0,t.length);for(var n=0;n<24;n++)t.push((n<10?"0":"")+n);e.splice(0,e.length);for(var r=0;r<60;r++)e.push((r<10?"0":"")+r);this.timeArray.push(t,e)},_createDate:function(){for(var t=[],e=(new Date).getFullYear(),n=e-150,r=e+150;n<=r;n++)t.push(String(n));for(var i=[],o=1;o<=12;o++)i.push((o<10?"0":"")+o);for(var a=[],s=1;s<=31;s++)a.push((s<10?"0":"")+s);this.dateArray.push(t,i,a)},_getTimeValue:function(t){return 60*t[0]+t[1]},_getDateValue:function(t){var e=31;return t[0]*e*12+(t[1]||0)*e+(t[2]||0)},_cloneArray:function(t,e){for(var n=0;na?0:o)}break;case y.TIME:case y.DATE:this.valueSync=String(t);break;default:var s=Number(t);this.valueSync=s<0?0:s;break}},_setValueArray:function(){var t,e=this.valueSync;switch(this.mode){case y.MULTISELECTOR:t=f(e);break;case y.TIME:t=this._getDateValueArray(e,Object(s["g"])({mode:y.TIME}));break;case y.DATE:t=this._getDateValueArray(e,Object(s["g"])({mode:y.DATE}));break;default:t=[e];break}this.oldValueArray=f(t),this.valueArray=f(t)},_getValue:function(){var t=this,e=this.valueArray;switch(this.mode){case y.SELECTOR:return e[0];case y.MULTISELECTOR:return e.map((function(t){return t}));case y.TIME:return this.valueArray.map((function(e,n){return t.timeArray[n][e]})).join(":");case y.DATE:return this.valueArray.map((function(e,n){return t.dateArray[n][e]})).join("-")}},_getDateValueArray:function(t,e){var n,r=this.mode===y.DATE?"-":":",i=this.mode===y.DATE?this.dateArray:this.timeArray;if(this.mode===y.TIME)n=2;else switch(this.fields){case _.YEAR:n=1;break;case _.MONTH:n=2;break;default:n=3;break}for(var o=String(t).split(r),a=[],s=0;s=0&&(a=e?this._getDateValueArray(e):a.map((function(){return 0}))),a},_change:function(){this._close(),this.valueChangeSource="click";var t=this._getValue();this.valueSync=Array.isArray(t)?t.map((function(t){return t})):t,this.$trigger("change",{},{value:t})},_cancel:function(t){if("firefox"===this.system){var e=this.popover,n=e.top,r=e.left,i=e.width,o=e.height,a=t.pageX,s=t.pageY;if(a>r&&an&&s=5&&t<=18?t:18},default:18},name:{type:String},address:{type:String}}},"70f4":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-label",t._g({class:{"uni-label-pointer":t.pointer},on:{click:t._onClick}},t.$listeners),[t._t("default")],2)},i=[],o=n("f2ce"),a=o["a"],s=(n("6730"),n("2877")),c=Object(s["a"])(a,r,i,!1,null,null,null);e["default"]=c.exports},7107:function(t,e,n){"use strict";(function(t){function r(e){var n=e.options,r=e.callbackId,i=n.family,o=n.source,a=n.desc,s=void 0===a?{}:a,c=document.fonts;if(c){var u=new FontFace(i,o,s);u.load().then((function(){c.add(u),t.publishHandler("onLoadFontFaceCallback",{callbackId:r,data:{errMsg:"loadFontFace:ok"}})})).catch((function(e){t.publishHandler("onLoadFontFaceCallback",{callbackId:r,data:{errMsg:"loadFontFace:fail ".concat(e)}})}))}else{var l=document.createElement("style");l.innerText='@font-face{font-family:"'.concat(i,'";src:').concat(o,";font-style:").concat(s.style,";font-weight:").concat(s.weight,";font-stretch:").concat(s.stretch,";unicode-range:").concat(s.unicodeRange,";font-variant:").concat(s.variant,";font-feature-settings:").concat(s.featureSettings,";}"),document.head.appendChild(l),t.publishHandler("onLoadFontFaceCallback",{callbackId:r,data:{errMsg:"loadFontFace:ok"}})}}n.d(e,"a",(function(){return r}))}).call(this,n("501c"))},"72ad":function(t,e,n){},"72b3":function(t,e,n){"use strict";function r(t,e,n){return t>e-n&&t0){var u=(-n-Math.sqrt(o))/(2*r),l=(-n+Math.sqrt(o))/(2*r),f=(e-u*t)/(l-u),d=t-f;return{x:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*e+f*n},dx:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*u*e+f*l*n}}}var h=Math.sqrt(4*r*i-n*n)/(2*r),p=-n/2*r,v=t,g=(e-p*t)/h;return{x:function(t){return Math.pow(Math.E,p*t)*(v*Math.cos(h*t)+g*Math.sin(h*t))},dx:function(t){var e=Math.pow(Math.E,p*t),n=Math.cos(h*t),r=Math.sin(h*t);return e*(g*h*n-v*h*r)+p*e*(g*r+v*n)}}},o.prototype.x=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(t):0},o.prototype.dx=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(t):0},o.prototype.setEnd=function(t,e,n){if(n||(n=(new Date).getTime()),t!==this._endPosition||!i(e,.4)){e=e||0;var r=this._endPosition;this._solution&&(i(e,.4)&&(e=this._solution.dx((n-this._startTime)/1e3)),r=this._solution.x((n-this._startTime)/1e3),i(e,.4)&&(e=0),i(r,.4)&&(r=0),r+=this._endPosition),this._solution&&i(r-t,.4)&&i(e,.4)||(this._endPosition=t,this._solution=this._solve(r-this._endPosition,e),this._startTime=n)}},o.prototype.snap=function(t){this._startTime=(new Date).getTime(),this._endPosition=t,this._solution={x:function(){return 0},dx:function(){return 0}}},o.prototype.done=function(t){return t||(t=(new Date).getTime()),r(this.x(),this._endPosition,.4)&&i(this.dx(),.4)},o.prototype.reconfigure=function(t,e,n){this._m=t,this._k=e,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())},o.prototype.springConstant=function(){return this._k},o.prototype.damping=function(){return this._c},o.prototype.configuration=function(){function t(t,e){t.reconfigure(1,e,t.damping())}function e(t,e){t.reconfigure(1,t.springConstant(),e)}return[{label:"Spring Constant",read:this.springConstant.bind(this),write:t.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:e.bind(this,this),min:1,max:500}]}},"738e":function(t,e,n){"use strict";(function(t){var r,i,o=n("8af1"),a=n("f2b3");function s(t){if(r)t();else if(window.qq&&window.qq.maps)r=window.qq.maps,t();else if(i)i.push(t);else{i=[t];var e=__uniConfig.qqMapKey,n="_callback"+Date.now();window[n]=function(){delete window[n],r=window.qq.maps;var t=r.Callout=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.option=t;var e=t.map;this.position=t.position,this.index=1,this.visible=this.alwaysVisible="ALWAYS"===t.display,this.init(),Object.defineProperty(this,"onclick",{setter:function(t){this.div.onclick=t},getter:function(){return this.div.onclick}}),e&&this.setMap(e)};t.prototype=new r.Overlay,t.prototype.init=function(){var t=this.option,e=this.div=document.createElement("div"),n=e.style;n.position="absolute",n.whiteSpace="nowrap",n.transform="translateX(-50%) translateY(-100%)",n.zIndex=1,n.boxShadow=t.boxShadow||"none",n.display=this.visible?"block":"none";var r=this.triangle=document.createElement("div");r.setAttribute("style","position: absolute;white-space: nowrap;border-width: 4px;border-style: solid;border-color: #fff transparent transparent;border-image: initial;font-size: 12px;padding: 0px;background-color: transparent;width: 0px;height: 0px;transform: translate(-50%, 100%);left: 50%;bottom: 0;"),this.setStyle(t),this.changed=function(t){n.display=this.visible?"block":"none"},e.appendChild(r)},t.prototype.construct=function(){var t=this.div,e=this.getPanes();e.floatPane.appendChild(t)},t.prototype.draw=function(){var t=this.getProjection();if(this.position&&this.div&&t){var e=t.fromLatLngToDivPixel(this.position),n=this.div.style;n.left=e.x+"px",n.top=e.y+"px"}},t.prototype.destroy=function(){this.div.parentNode.removeChild(this.div),this.div=null,this.triangle=null},t.prototype.setOption=function(t){this.option=t,this.setPosition(t.position),"ALWAYS"===t.display?this.alwaysVisible=this.visible=!0:this.alwaysVisible=!1,this.setStyle(t)},t.prototype.setStyle=function(t){var e=this.div,n=e.style;e.innerText=t.content,n.lineHeight=(t.fontSize||14)+"px",n.fontSize=(t.fontSize||14)+"px",n.padding=(t.padding||8)+"px",n.color=t.color||"#000",n.borderRadius=(t.borderRadius||0)+"px",n.backgroundColor=t.bgColor||"#fff",n.marginTop="-"+(t.top+5)+"px",this.triangle.style.borderColor="".concat(t.bgColor||"#fff"," transparent transparent")},t.prototype.setPosition=function(t){this.position=t,this.draw()},i.forEach((function(t){return t()})),i=null};var o=document.createElement("script");o.src="https://map.qq.com/api/js?v=2.exp&key=".concat(e,"&callback=").concat(n,"&libraries=geometry"),document.body.appendChild(o)}}e["a"]={name:"Map",mixins:[o["g"]],props:{id:{type:String,default:""},latitude:{type:[String,Number],default:39.92},longitude:{type:[String,Number],default:116.46},scale:{type:[String,Number],default:16},markers:{type:Array,default:function(){return[]}},covers:{type:Array,default:function(){return[]}},includePoints:{type:Array,default:function(){return[]}},polyline:{type:Array,default:function(){return[]}},circles:{type:Array,default:function(){return[]}},controls:{type:Array,default:function(){return[]}},showLocation:{type:[Boolean,String],default:!1}},data:function(){return{center:{latitude:116.46,longitude:116.46},isMapReady:!1,isBoundsReady:!1,markersSync:[],polylineSync:[],circlesSync:[],controlsSync:[]}},watch:{latitude:function(){this.centerChange()},longitude:function(){this.centerChange()},scale:function(t){var e=this;this.mapReady((function(){e._map.setZoom(Number(t)||16)}))},markers:function(t,e){var n=this;this.mapReady((function(){var r=[],i=[],o=[],a=[],s=[];t.forEach((function(t){if("id"in t){for(var n=!1,s=0;s=0?(e=o.indexOf(r))>=0&&n.changeMarker(t,a[e]):s.push(t)})),n.removeMarkers(s),n.createMarkers(r)}))},polyline:function(t){var e=this;this.mapReady((function(){e.createPolyline()}))},circles:function(){var t=this;this.mapReady((function(){t.createCircles()}))},controls:function(){var t=this;this.mapReady((function(){t.createControls()}))},includePoints:function(){var t=this;this.mapReady((function(){t.fitBounds(t.includePoints)}))},showLocation:function(t){var e=this;this.mapReady((function(){e[t?"createLocation":"removeLocation"]()}))}},created:function(){var t=this.latitude,e=this.longitude;t&&e&&(this.center.latitude=t,this.center.longitude=e)},mounted:function(){var t=this;s((function(){t.init()}))},beforeDestroy:function(){this.removeMarkers(this.markersSync),this.removePolyline(),this.removeCircles(),this.removeControls(),this.removeLocation()},methods:{_handleSubscribe:function(t){var e=this,n=t.type,i=t.data,o=void 0===i?{}:i;function a(t,e){t=t||{},t.errMsg="".concat(n,":").concat(e?"fail"+e:"ok");var r=e?o.fail:o.success;"function"===typeof r&&r(t),"function"===typeof o.complete&&o.complete(t)}switch(n){case"getCenterLocation":this.mapReady((function(){var t,n,r=e._map.getCenter();t=r.getLat(),n=r.getLng(),a({latitude:t,longitude:n})}));break;case"moveToLocation":var s=o.latitude,c=o.longitude,u=s&&c?new r.LatLng(s,c):this._locationPosition;u&&(this._map.setCenter(u),a({}));break;case"translateMarker":this.mapReady((function(){try{var t=e.getMarker(o.markerId),n=o.destination,i=o.duration,s=!!o.autoRotate,c=Number(o.rotate)?o.rotate:0,u=t.getRotation(),l=t.getPosition(),f=new r.LatLng(n.latitude,n.longitude),d=r.geometry.spherical.computeDistanceBetween(l,f)/1e3,h=("number"===typeof i?i:1e3)/36e5,p=d/h,v=r.event.addListener(t,"moving",(function(e){var n=e.latLng,r=t.label;r&&r.setPosition(n);var i=t.callout;i&&i.setPosition(n)})),g=r.event.addListener(t,"moveend",(function(e){g.remove(),v.remove(),t.lastPosition=l,t.setPosition(f);var n=t.label;n&&n.setPosition(f);var r=t.callout;r&&r.setPosition(f);var i=o.animationEnd;"function"===typeof i&&i()})),m=0;s&&(t.lastPosition&&(m=r.geometry.spherical.computeHeading(t.lastPosition,l)),c=r.geometry.spherical.computeHeading(l,f)-m),t.setRotation(u+c),t.moveTo(f,p)}catch(b){a(null,b)}}));break;case"includePoints":this.fitBounds(o.points);break;case"getRegion":this.boundsReady((function(){var t=e._map.getBounds(),n=t.getSouthWest(),r=t.getNorthEast();a({southwest:{latitude:n.getLat(),longitude:n.getLng()},northeast:{latitude:r.getLat(),longitude:r.getLng()}})}));break;case"getScale":this.mapReady((function(){a({scale:e._map.getZoom()})}));break}},init:function(){var t=this,e=new r.LatLng(this.center.latitude,this.center.longitude),n=this._map=new r.Map(this.$refs.map,{center:e,zoom:Number(this.scale),disableDoubleClickZoom:!0,mapTypeControl:!1,zoomControl:!1,scaleControl:!1,panControl:!1,minZoom:5,maxZoom:18,draggable:!0}),i=r.event.addListener(n,"bounds_changed",(function(e){i.remove(),t.isBoundsReady=!0,t.$emit("boundsready")}));function o(){var t=n.getCenter();return{scale:n.getZoom(),centerLocation:{latitude:t.getLat(),longitude:t.getLng()}}}r.event.addListener(n,"click",(function(){t.$trigger("click",{},{})})),r.event.addListener(n,"dragstart",(function(){t.$trigger("regionchange",{},{type:"begin",causedBy:"gesture"})})),r.event.addListener(n,"dragend",(function(){t.$trigger("regionchange",{},Object.assign({type:"end",causedBy:"drag"},o()))})),r.event.addListener(n,"zoom_changed",(function(){t.$emit("update:scale",n.getZoom()),t.$trigger("regionchange",{},Object.assign({type:"end",causedBy:"scale"},o()))})),r.event.addListener(n,"center_changed",(function(){var e,r,i=n.getCenter();e=i.getLat(),r=i.getLng(),t.$emit("update:latitude",e),t.$emit("update:longitude",r)})),this.markers&&Array.isArray(this.markers)&&this.markers.length&&this.createMarkers(this.markers),this.polyline&&Array.isArray(this.polyline)&&this.polyline.length&&this.createPolyline(),this.circles&&Array.isArray(this.circles)&&this.circles.length&&this.createCircles(),this.controls&&Array.isArray(this.controls)&&this.controls.length&&this.createControls(),this.showLocation&&this.createLocation(),this.includePoints&&Array.isArray(this.includePoints)&&this.includePoints.length&&this.fitBounds(this.includePoints,(function(){n.setCenter(e)})),this.isMapReady=!0,this.$emit("mapready")},centerChange:function(){var t=this,e=Number(this.latitude),n=Number(this.longitude);e===this.center.latitude&&n===this.center.longitude||(this.center.latitude=e,this.center.longitude=n,this._map&&this.mapReady((function(){t._map.setCenter(new r.LatLng(e,n))})))},createMarkers:function(t){var e=this,n=this._map,i=this.markersSync;t.forEach((function(t){var o=new r.Marker({map:n,flat:!0,autoRotation:!1});o.id=t.id,e.changeMarker(o,t),r.event.addListener(o,"click",(function(n){var r=o.callout;if(r){var i=r.div,s=i.parentNode;r.alwaysVisible||r.set("visible",!r.visible),r.visible&&(s.removeChild(i),s.appendChild(i))}Object(a["i"])(t,"id")&&e.$trigger("markertap",{},{markerId:t.id})})),i.push(o)}))},changeMarker:function(t,e){var n=this,i=this._map,o=e.title||e.name,s=new r.LatLng(e.latitude,e.longitude),c=new Image;c.onload=function(){var u,l,f,d,h=e.anchor||{},p=h.x,v=h.y;e.iconPath&&(e.width||e.height)?(l=e.width||c.width/c.height*e.height,f=e.height||c.height/c.width*e.width):(l=c.width/2,f=c.height/2),p=("number"===typeof p?p:.5)*l,v=("number"===typeof v?v:1)*f,d=f-(f-v),u=new r.MarkerImage(c.src,null,null,new r.Point(p,v),new r.Size(l,f)),t.setPosition(s),t.setIcon(u),t.setRotation(e.rotate||0);var g,m=e.label||{};t.label&&(t.label.setMap(null),delete t.label),m.content&&(g=new r.Label({position:s,map:i,clickable:!1,content:m.content,style:{border:"none",padding:"8px",background:"none",color:m.color,fontSize:(m.fontSize||14)+"px",lineHeight:(m.fontSize||14)+"px",marginLeft:m.x,marginTop:m.y}}),t.label=g);var b,y=e.callout||{},_=t.callout;y.content?b={id:e.id,position:s,map:i,top:d,content:y.content,color:y.color,fontSize:y.fontSize,borderRadius:y.borderRadius,bgColor:y.bgColor,padding:y.padding,boxShadow:y.boxShadow,display:y.display}:o&&(b={id:e.id,position:s,map:i,top:d,content:o,boxShadow:"0px 0px 3px 1px rgba(0,0,0,0.5)"}),b?_?_.setOption(b):(_=t.callout=new r.Callout(b),_.div.onclick=function(t){Object(a["i"])(e,"id")&&n.$trigger("callouttap",t,{markerId:e.id}),t.stopPropagation(),t.preventDefault()}):_&&(_.setMap(null),delete t.callout)},c.src=e.iconPath?this.$getRealPath(e.iconPath):"data:image/png;base64,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"},removeMarkers:function(t){for(var e=0;e1&&void 0!==arguments[1]?arguments[1]:"en",n=arguments.length>2?arguments[2]:void 0,r=new _({locale:n||e,fallbackLocale:e,messages:t}),i=function(t,e){if("function"!==typeof getApp)i=function(t,e){return r.t(t,e)};else{var o=getApp().$vm;o.$t&&o.$i18n?(w(o,r),i=function(t,e){var n=o.$i18n,i=n.silentTranslationWarn;n.silentTranslationWarn=!0;var a=o.$t(t,e);return n.silentTranslationWarn=i,a!==t?a:r.t(t,n.locale,e)}):(n||r.setLocale(x()),i=function(t,e){return r.t(t,e)})}return i(t,e)};return{t:function(t,e){return i(t,e)},getLocale:function(){return r.getLocale()},setLocale:function(t){return r.setLocale(t)},mixin:{beforeCreate:function(){var t=this,e=r.watchLocale((function(){t.$forceUpdate()}));this.$once("hook:beforeDestroy",(function(){e()}))},methods:{$$t:function(t,e){return i(t,e)}}}}}}).call(this,n("3ad9")["default"])},"78c8":function(t,e,n){"use strict";n.r(e),n.d(e,"getSystemInfoSync",(function(){return m})),n.d(e,"getSystemInfo",(function(){return b}));var r,i=n("a470"),o="__DC_STAT_UUID",a=window.localStorage||window.sessionStorage||{},s=function(){if(r=r||a[o],!r){r=Date.now()+""+Math.floor(1e7*Math.random());try{a[o]=r}catch(t){}}return r},c=n("d8c8"),u=n.n(c),l=navigator.userAgent,f=/android/i.test(l),d=/iphone|ipad|ipod/i.test(l),h=l.match(/Windows NT ([\d|\d.\d]*)/i),p=/Macintosh|Mac/i.test(l),v=/Linux|X11/i.test(l),g=p&&navigator.maxTouchPoints>0;function m(){var t,e,n,r=window.screen,o=window.devicePixelRatio,a=/^Apple/.test(navigator.vendor)&&"number"===typeof window.orientation,c=a&&90===Math.abs(window.orientation),m=a?Math[c?"max":"min"](r.width,r.height):r.width,b=a?Math[c?"min":"max"](r.height,r.width):r.height,y=Math.min(window.innerWidth,document.documentElement.clientWidth,m)||m,_=window.innerHeight,w=navigator.language,x=u.a.top;if(d){t="iOS";var S=l.match(/OS\s([\w_]+)\slike/);S&&(e=S[1].replace(/_/g,"."));var k=l.match(/\(([a-zA-Z]+);/);k&&(n=k[1])}else if(f){t="Android";var C=l.match(/Android[\s/]([\w\.]+)[;\s]/);C&&(e=C[1]);for(var T=l.match(/\((.+?)\)/),O=T?T[1].split(";"):l.split(" "),E=[/\bAndroid\b/i,/\bLinux\b/i,/\bU\b/i,/^\s?[a-z][a-z]$/i,/^\s?[a-z][a-z]-[a-z][a-z]$/i,/\bwv\b/i,/\/[\d\.,]+$/,/^\s?[\d\.,]+$/,/\bBrowser\b/i,/\bMobile\b/i],A=0;A0){n=j.split("Build")[0].trim();break}for(var M=void 0,I=0;It}e["a"]={name:"Layout",props:{routerKey:{type:String,default:""},keepAliveInclude:{type:Array,default:function(){return[]}}},data:function(){return{marginWidth:0,leftWindowStyle:"",rightWindowStyle:"",topWindowStyle:"",topWindowMediaQuery:!1,leftWindowMediaQuery:!1,rightWindowMediaQuery:!1,topWindowHeight:"0px",apiShowTopWindow:!1,apiShowLeftWindow:!1,apiShowRightWindow:!1,navigationBarTitleText:"",maxWidthMeidaQuery:!1}},computed:{bindWindow:function(){return{matchTopWindow:this.topWindowMediaQuery,showTopWindow:this.showTopWindow||this.apiShowTopWindow,matchLeftWindow:this.leftWindowMediaQuery,showLeftWindow:this.showLeftWindow||this.apiShowLeftWindow,matchRightWindow:this.rightWindowMediaQuery,showRightWindow:this.showRightWindow||this.apiShowRightWindow}},showLayout:function(){return this.showTopWindow||this.showLeftWindow||this.showRightWindow},showTopWindow:function(){return this.resetApiShowWindow(),!1!==this.$route.meta.topWindow&&this.topWindowMediaQuery},showLeftWindow:function(){return this.resetApiShowWindow(),!1!==this.$route.meta.leftWindow&&this.leftWindowMediaQuery},showRightWindow:function(){return this.resetApiShowWindow(),!1!==this.$route.meta.rightWindow&&this.rightWindowMediaQuery}},watch:{$route:function(){this.checkMaxWidth()},showLayout:function(){this.checkLayout()},showTopWindow:function(t,e){t?this.$nextTick(this.onTopWindowInit):l("--top-window-height","0px")},showLeftWindow:function(t,e){t?this.$nextTick(this.onLeftWindowInit):l("--window-left","0px")},showRightWindow:function(t,e){t?this.$nextTick(this.onRightWindowInit):l("--window-right","0px")},marginWidth:function(t){l("--window-margin",t+"px")}},beforeCreate:function(){l("--top-window-height","0px"),l("--window-left","0px"),l("--window-right","0px"),l("--window-margin","0px")},created:function(){var e=this;this.topWindow=o.a.component("VUniTopWindow"),this.leftWindow=o.a.component("VUniLeftWindow"),this.rightWindow=o.a.component("VUniRightWindow"),(this.topWindow||this.leftWindow||this.rightWindow)&&uni.canIUse("css.var")&&window.matchMedia&&(c.forEach((function(t){return e.initWindowMinWidth(t)})),this.responsive=f(this.minWidth),this.responsive&&(this.topWindow&&this.topWindow.options.style&&(this.topWindowStyle=this.topWindow.options.style),this.leftWindow&&this.leftWindow.options.style&&(this.leftWindowStyle=this.leftWindow.options.style),this.rightWindow&&this.rightWindow.options.style&&(this.rightWindowStyle=this.rightWindow.options.style),c.forEach((function(t){return e.initMediaQuery(t)})),t.on("onNavigationBarChange",(function(t){e.navigationBarTitleText=t.titleText})))),this.initMaxWidth()},mounted:function(){this.checkLayout(),this.checkMaxWidth()},methods:{resetApiShowWindow:function(){this.apiShowLeftWindow=!1,this.apiShowRightWindow=!1},showWindow:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this[t+"Window"])return t+"Window not found";var n=Object(a["c"])(t);if(!this["show"+n+"Window"]){var r="apiShow"+n+"Window";this[r]!==e&&(this[r]=e,"top"===t&&(e?this.$nextTick(this.onTopWindowInit):l("--top-window-height","0px")))}},getWindowStyle:function(t){if(!this[t+"Window"])return t+"Window not found";var e=Object.assign({},this[t+"WindowStyle"]);return e},setWindowStyle:function(t,e){if(!this[t+"Window"])return t+"Window not found";e&&(this[t+"WindowStyle"]=e,this.$nextTick(this["on"+Object(a["c"])(t)+"WindowInit"]))},initMaxWidth:function(){var t=this;window.addEventListener("resize",(function(){t.checkMaxWidth()}))},checkLayout:function(){this.$emit("layout",this.showLayout)},checkMaxWidth:function(){var t=this,e=document.body.clientWidth,n=parseInt(this.$route.meta.maxWidth),r=!1;r=e>n,this.$emit("maxWidth",r),this.$containerElem||(this.$containerElem=document.querySelector("uni-app")),this.$containerElem&&(r&&n?(this.marginWidth=(e-n)/2,this.$nextTick((function(){t.onLeftWindowInit(),t.onRightWindowInit(),t.$containerElem.setAttribute("style","max-width:"+n+"px;margin:0 auto;")}))):(this.marginWidth=0,this.$nextTick((function(){t.onLeftWindowInit(),t.onRightWindowInit(),t.$containerElem.removeAttribute("style")}))))},initWindowMinWidth:function(t){var e=t+"Window";if(this[e]){var n=t+"WindowMinWidth";this[n]=s["b"];var r=__uniConfig[e];r&&r.matchMedia&&Object(a["i"])(r.matchMedia,"minWidth")&&(this[n]=r.matchMedia.minWidth),("undefined"===typeof this.minWidth||this.minWidth>this[n])&&(this.minWidth=this[n])}},initMediaQuery:function(t){var e=this;if(this[t+"Window"]){var n=t+"WindowMediaQuery",r=window.matchMedia("(min-width: "+this[t+"WindowMinWidth"]+"px)");r.addListener((function(r){e[n]=r.matches,e.$nextTick((function(){e["on"+Object(a["c"])(t)+"WindowInit"]()}))})),this[n]=r.matches}},onTopWindowInit:function(){if(this.responsive&&this.topWindow){var t="0px";t=this.topWindowStyle&&this.topWindowStyle.height?this.$refs.topWindow.offsetHeight+"px":this.$refs.top.$el.offsetHeight+"px",this.topWindowHeight=t,l("--top-window-height",t)}},onLeftWindowInit:function(){this.responsive&&this.leftWindow?this.leftWindowStyle&&this.leftWindowStyle.width?l("--window-left",this.$refs.leftWindow.offsetWidth+this.marginWidth+"px"):l("--window-left",this.$refs.left.$el.offsetWidth+this.marginWidth+"px"):l("--window-left",this.marginWidth+"px")},onRightWindowInit:function(){this.responsive&&this.rightWindow?this.rightWindowStyle&&this.rightWindowStyle.width?l("--window-right",this.$refs.rightWindow.offsetWidth+this.marginWidth+"px"):l("--window-right",this.$refs.right.$el.offsetWidth+this.marginWidth+"px"):l("--window-right",this.marginWidth+"px")}}}}).call(this,n("0dd1"))},"7bb3":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-checkbox",t._g({attrs:{disabled:t.disabled},on:{click:t._onClick}},t.$listeners),[n("div",{staticClass:"uni-checkbox-wrapper"},[n("div",{staticClass:"uni-checkbox-input",class:{"uni-checkbox-input-checked":t.checkboxChecked,"uni-checkbox-input-disabled":t.disabled},style:{color:t.color}}),t._t("default")],2)])},i=[],o=n("8af1"),a={name:"Checkbox",mixins:[o["a"],o["f"]],props:{checked:{type:[Boolean,String],default:!1},id:{type:String,default:""},disabled:{type:[Boolean,String],default:!1},color:{type:String,default:"#007aff"},value:{type:String,default:""}},data:function(){return{checkboxChecked:this.checked,checkboxValue:this.value}},watch:{checked:function(t){this.checkboxChecked=t},value:function(t){this.checkboxValue=t}},listeners:{"label-click":"_onClick","@label-click":"_onClick"},created:function(){this.$dispatch("CheckboxGroup","uni-checkbox-group-update",{type:"add",vm:this}),this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("CheckboxGroup","uni-checkbox-group-update",{type:"remove",vm:this}),this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_onClick:function(t){this.disabled||(this.checkboxChecked=!this.checkboxChecked,this.$dispatch("CheckboxGroup","uni-checkbox-change",t))},_resetFormData:function(){this.checkboxChecked=!1}}},s=a,c=(n("f53a"),n("2877")),u=Object(c["a"])(s,r,i,!1,null,null,null);e["default"]=u.exports},"7c2b":function(t,e,n){"use strict";var r=n("2c45"),i=n.n(r);i.a},"7d18":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"uploadFile",(function(){return u}));var r=n("e2e2");function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n=0&&this._callbacks.splice(e,1)}},{key:"abort",value:function(){this._isAbort=!0,this._xhr&&(this._xhr.abort(),delete this._xhr)}}]),t}();function u(e,n){var i=e.url,o=e.file,a=e.filePath,s=e.name,u=e.files,l=e.header,f=e.formData,d=e.timeout,h=void 0===d?__uniConfig.networkTimeout&&__uniConfig.networkTimeout.uploadFile||6e4:d,p=t,v=p.invokeCallbackHandler,g=new c(null,n);function m(t){var e,r=new XMLHttpRequest,o=new FormData;Object.keys(f).forEach((function(t){o.append(t,f[t])})),Object.values(u).forEach((function(e,n){var r=e.name,i=t[n];o.append(r||"file",i,i.name||"file-".concat(Date.now()))})),r.open("POST",i),Object.keys(l).forEach((function(t){r.setRequestHeader(t,l[t])})),r.upload.onprogress=function(t){g._callbacks.forEach((function(e){var n=t.loaded,r=t.total,i=Math.round(n/r*100);e({progress:i,totalBytesSent:n,totalBytesExpectedToSend:r})}))},r.onerror=function(){clearTimeout(e),v(n,{errMsg:"uploadFile:fail"})},r.onabort=function(){clearTimeout(e),v(n,{errMsg:"uploadFile:fail abort"})},r.onload=function(){clearTimeout(e);var t=r.status;v(n,{errMsg:"uploadFile:ok",statusCode:t,data:r.responseText||r.response})},g._isAbort?v(n,{errMsg:"uploadFile:fail abort"}):(e=setTimeout((function(){r.upload.onprogress=r.onload=r.onabort=r.onerror=null,g.abort(),v(n,{errMsg:"uploadFile:fail timeout"})}),h),r.send(o),g._xhr=r)}return Array.isArray(u)&&u.length||(u=[{name:s,file:o,uri:a}]),Promise.all(u.map((function(t){var e=t.file,n=t.uri;return e instanceof Blob?Promise.resolve(Object(r["a"])(e)):Object(r["f"])(n)}))).then(m).catch((function(){setTimeout((function(){v(n,{errMsg:"uploadFile:fail file error"})}),0)})),g}}.call(this,n("0dd1"))},"7df2":function(t,e,n){},"7e6a":function(t,e,n){"use strict";var r=n("515d"),i=n.n(r);i.a},"7f4e":function(t,e,n){"use strict";function r(t){var e=t.phoneNumber;return window.location.href="tel:".concat(e),{errMsg:"makePhoneCall:ok"}}n.r(e),n.d(e,"makePhoneCall",(function(){return r}))},"80e5":function(t){t.exports=JSON.parse('{"uni.app.quit":"Pulse otra vez para salir","uni.async.error":"Se agotó el tiempo de conexión, haga clic en la pantalla para volver a intentarlo.","uni.showActionSheet.cancel":"Cancelar","uni.showToast.unpaired":"Tenga en cuenta que showToast debe estar emparejado con hideToast","uni.showLoading.unpaired":"Tenga en cuenta que showLoading debe estar emparejado con hideLoading","uni.showModal.cancel":"Cancelar","uni.showModal.confirm":"OK","uni.chooseImage.cancel":"Cancelar","uni.chooseImage.sourceType.album":"Álbum","uni.chooseImage.sourceType.camera":"Cámara","uni.chooseVideo.cancel":"Cancelar","uni.chooseVideo.sourceType.album":"Álbum","uni.chooseVideo.sourceType.camera":"Cámara","uni.previewImage.cancel":"Cancelar","uni.previewImage.button.save":"Guardar imagen","uni.previewImage.save.success":"Guardado exitosamente","uni.previewImage.save.fail":"Error al guardar","uni.setClipboardData.success":"Contenido copiado","uni.scanCode.title":"Código de escaneo","uni.scanCode.album":"Álbum","uni.scanCode.fail":"Échec de la reconnaissance","uni.scanCode.flash.on":"Toque para encender la luz","uni.scanCode.flash.off":"Toque para apagar la luz","uni.startSoterAuthentication.authContent":"Reconocimiento de huellas dactilares","uni.picker.done":"OK","uni.picker.cancel":"Cancelar","uni.video.danmu":"Danmu","uni.video.volume":"Volumen","uni.button.feedback.title":"realimentación","uni.button.feedback.send":"enviar"}')},"811a":function(t,e,n){"use strict";n.r(e),n.d(e,"connectSocket",(function(){return d})),n.d(e,"sendSocketMessage",(function(){return h})),n.d(e,"closeSocket",(function(){return p})),n.d(e,"onSocketOpen",(function(){return v})),n.d(e,"onSocketError",(function(){return g})),n.d(e,"onSocketMessage",(function(){return m})),n.d(e,"onSocketClose",(function(){return b}));var r=n("a118"),i=n("db70");function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{},e=t.success,n=t.fail,r=t.complete,i=arguments.length>1?arguments[1]:void 0,o={errMsg:i};/:ok$/.test(i)?"function"===typeof e&&e(o):"function"===typeof n&&n(o),"function"===typeof r&&r(o)}}]),t}(),u=Object.create(null),l=[],f=Object.create(null);function d(t,e){var n=Object(i["c"])("createSocketTask",t),o=n.socketTaskId,a=new c(o);return u[o]=a,l.push(a),setTimeout((function(){Object(r["a"])(e,{errMsg:"connectSocket:ok"})}),0),a}function h(t,e){var n=l[0];if(n&&n.readyState===n.OPEN)return Object(i["c"])("operateSocketTask",Object.assign({},t,{operationType:"send",socketTaskId:n.id}));Object(r["a"])(e,{errMsg:"sendSocketMessage:fail WebSocket is not connected"})}function p(t,e){var n=l[0];if(n)return n.readyState=n.CLOSING,Object(i["c"])("operateSocketTask",Object.assign({},t,{operationType:"close",socketTaskId:n.id}));Object(r["a"])(e,{errMsg:"closeSocket:fail WebSocket is not connected"})}function v(t){f.open=t}function g(t){f.error=t}function m(t){f.message=t}function b(t){f.close=t}Object(i["d"])("onSocketTaskStateChange",(function(t){var e=t.socketTaskId,n=t.state,i=t.data,o=(t.errMsg,u[e]);if(o){if("open"===n&&(o.readyState=o.OPEN),o===l[0]&&f[n]&&Object(r["a"])(f[n],"message"===n?{data:i}:{}),"error"===n||"close"===n){o.readyState=o.CLOSED,delete u[e];var a=l.indexOf(o);a>=0&&l.splice(a,1)}o._callbacks[n].forEach((function(t){"function"===typeof t&&t("message"===n?{data:i}:{})}))}}))},8188:function(t,e,n){"use strict";(function(t){var i=n("8af1"),o=n("18fd"),a=n("b253"),s=n("93ab");function c(t){return c="function"===typeof Symbol&&"symbol"===r(Symbol.iterator)?function(t){return r(t)}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":r(t)},c(t)}e["a"]={name:"Editor",mixins:[i["g"],i["a"],i["e"]],props:{id:{type:String,default:""},readOnly:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},showImgSize:{type:[Boolean,String],default:!1},showImgToolbar:{type:[Boolean,String],default:!1},showImgResize:{type:[Boolean,String],default:!1}},data:function(){return{quillReady:!1}},computed:{},watch:{readOnly:function(t){if(this.quillReady){var e=this.quill;e.enable(!t),t||e.blur()}},placeholder:function(t){this.quillReady&&this.quill.root.setAttribute("data-placeholder",t)}},mounted:function(){var t=this,e=[];this.showImgSize&&e.push("DisplaySize"),this.showImgToolbar&&e.push("Toolbar"),this.showImgResize&&e.push("Resize");var n="https://unpkg.com/quill@1.3.7/dist/quill.min.js";Object(s["a"])(window.Quill,n,(function(){if(e.length){var n="https://unpkg.com/quill-image-resize-mp@3.0.1/image-resize.min.js";Object(s["a"])(window.ImageResize,n,(function(){t.initQuill(e)}))}else t.initQuill(e)}))},methods:{_handleSubscribe:function(e){var n,r,i,o=e.type,a=e.data,s=a.options,u=a.callbackId,l=this.quill,f=window.Quill;if(this.quillReady){switch(o){case"format":var d=s.name,h=void 0===d?"":d,p=s.value,v=void 0!==p&&p;r=l.getSelection(!0);var g=l.getFormat(r)[h]||!1;if(["bold","italic","underline","strike","ins"].includes(h))v=!g;else if("direction"===h){v=("rtl"!==v||!g)&&v;var m=l.getFormat(r).align;"rtl"!==v||m?v||"right"!==m||l.format("align",!1,f.sources.USER):l.format("align","right",f.sources.USER)}else if("indent"===h){var b="rtl"===l.getFormat(r).direction;v="+1"===v,b&&(v=!v),v=v?"+1":"-1"}else"list"===h&&(v="check"===v?"unchecked":v,g="checked"===g?"unchecked":g),v=g&&g!==(v||!1)||!g&&v?v:!g;l.format(h,v,f.sources.USER);break;case"insertDivider":r=l.getSelection(!0),l.insertText(r.index,"\n",f.sources.USER),l.insertEmbed(r.index+1,"divider",!0,f.sources.USER),l.setSelection(r.index+2,f.sources.SILENT);break;case"insertImage":r=l.getSelection(!0);var y=s.src,_=void 0===y?"":y,w=s.alt,x=void 0===w?"":w,S=s.width,k=void 0===S?"":S,C=s.height,T=void 0===C?"":C,O=s.extClass,E=void 0===O?"":O,A=s.data,j=void 0===A?{}:A,M=this.$getRealPath(_);l.insertEmbed(r.index,"image",M,f.sources.USER);var I=!!/^(file|blob):/.test(M)&&M;l.formatText(r.index,1,"data-local",I),l.formatText(r.index,1,"alt",x),l.formatText(r.index,1,"width",k),l.formatText(r.index,1,"height",T),l.formatText(r.index,1,"class",E),l.formatText(r.index,1,"data-custom",Object.keys(j).map((function(t){return"".concat(t,"=").concat(j[t])})).join("&")),l.setSelection(r.index+1,f.sources.SILENT);break;case"insertText":r=l.getSelection(!0);var $=s.text,P=void 0===$?"":$;l.insertText(r.index,P,f.sources.USER),l.setSelection(r.index+P.length,0,f.sources.SILENT);break;case"setContents":var L=s.delta,R=s.html;"object"===c(L)?l.setContents(L,f.sources.SILENT):"string"===typeof R?l.setContents(this.html2delta(R),f.sources.SILENT):i="contents is missing";break;case"getContents":n=this.getContents();break;case"clear":l.setContents([]);break;case"removeFormat":r=l.getSelection(!0);var B=f.import("parchment");r.length?l.removeFormat(r,f.sources.USER):Object.keys(l.getFormat(r)).forEach((function(t){B.query(t,B.Scope.INLINE)&&l.format(t,!1)}));break;case"undo":l.history.undo();break;case"redo":l.history.redo();break;case"blur":l.blur();break;case"getSelectionText":r=l.selection.savedRange,n={text:""},r&&0!==r.length&&(n.text=l.getText(r.index,r.length));break;case"scrollIntoView":l.scrollIntoView();break;default:break}this.updateStatus(r)}else i="not ready";u&&t.publishHandler("onEditorMethodCallback",{callbackId:u,data:Object.assign({},n,{errMsg:"".concat(o,":").concat(i?"fail "+i:"ok")})},this.$page.id)},initQuill:function(t){var e=this,n=window.Quill;a["a"](n);var r={toolbar:!1,readOnly:this.readOnly,placeholder:this.placeholder,modules:{}};t.length&&(n.register("modules/ImageResize",window.ImageResize.default),r.modules.ImageResize={modules:t});var i=this.quill=new n(this.$el,r),o=i.root,s=["focus","blur","input"];s.forEach((function(t){o.addEventListener(t,(function(n){"input"===t?n.stopPropagation():e.$trigger(t,n,e.getContents())}))})),i.on(n.events.TEXT_CHANGE,(function(){e.$trigger("input",{},e.getContents())})),i.on(n.events.SELECTION_CHANGE,this.updateStatus.bind(this)),i.on(n.events.SCROLL_OPTIMIZE,(function(){var t=i.selection.getRange()[0];e.updateStatus(t)})),i.clipboard.addMatcher(Node.ELEMENT_NODE,(function(t,n){return e.skipMatcher||(n.ops=n.ops.filter((function(t){var e=t.insert;return"string"===typeof e})).map((function(t){var e=t.insert;return{insert:e}}))),n})),this.initKeyboard(o),this.quillReady=!0,this.$trigger("ready",event,{})},getContents:function(){var t=this.quill,e=t.root.innerHTML,n=t.getText(),r=t.getContents();return{html:e,text:n,delta:r}},html2delta:function(t){var e,n=["span","strong","b","ins","em","i","u","a","del","s","sub","sup","img","div","p","h1","h2","h3","h4","h5","h6","hr","ol","ul","li","br"],r="";Object(o["a"])(t,{start:function(t,i,o){if(n.includes(t)){e=!1;var a=i.map((function(t){var e=t.name,n=t.value;return"".concat(e,'="').concat(n,'"')})).join(" "),s="<".concat(t," ").concat(a," ").concat(o?"/":"",">");r+=s}else e=!o},end:function(t){e||(r+=""))},chars:function(t){e||(r+=t)}}),this.skipMatcher=!0;var i=this.quill.clipboard.convert(r);return this.skipMatcher=!1,i},updateStatus:function(t){var e=this,n=t?this.quill.getFormat(t):{},r=Object.keys(n);(r.length!==Object.keys(this.__status||{}).length||r.find((function(t){return n[t]!==e.__status[t]})))&&(this.__status=n,this.$trigger("statuschange",{},n))}}}}).call(this,n("501c"))},"81ea":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-tabbar",{class:["uni-tabbar-"+t.position]},[n("div",{staticClass:"uni-tabbar",style:{backgroundColor:t.tabbarBackgroundColor,"backdrop-filter":"none"!==t.blurEffect?"blur(10px)":t.blurEffect}},[n("div",{staticClass:"uni-tabbar-border",style:{backgroundColor:t.borderColor}}),t._l(t.list,(function(e,r){return n("div",{key:e.isMidButton?r:e.pagePath,staticClass:"uni-tabbar__item",style:e.isMidButton?{flex:"0 0 "+e.width,position:"relative"}:{},on:{click:function(n){return t._switchTab(e,r)}}},[e.isMidButton?n("div",{staticClass:"uni-tabbar__mid",style:t._uniTabbarBdStyle(e)},[e.iconPath?n("img",{style:{width:e.iconWidth,height:e.iconWidth},attrs:{src:t._getRealPath(e.iconPath)}}):t._e()]):t._e(),n("div",{staticClass:"uni-tabbar__bd",style:{height:t.height}},[e.iconPath||e.isMidButton?n("div",{staticClass:"uni-tabbar__icon",class:{"uni-tabbar__icon__diff":!e.text},style:{width:t.iconWidth,height:t.iconWidth}},[e.isMidButton?t._e():n("img",{attrs:{src:t._getRealPath(t.selectedIndex===r?e.selectedIconPath:e.iconPath)}}),e.redDot?n("div",{staticClass:"uni-tabbar__reddot",class:{"uni-tabbar__badge":!!e.badge}},[t._v(" "+t._s(e.badge)+" ")]):t._e()]):t._e(),e.text?n("div",{staticClass:"uni-tabbar__label",style:{color:t.selectedIndex===r?t.selectedColor:t.color,fontSize:t.fontSize,lineHeight:e.iconPath?"normal":1.8,marginTop:e.iconPath?t.spacing:"inherit"}},[t._v(" "+t._s(e.text)+" "),e.redDot&&!e.iconPath?n("div",{staticClass:"uni-tabbar__reddot",class:{"uni-tabbar__badge":!!e.badge}},[t._v(" "+t._s(e.badge)+" ")]):t._e()]):t._e()])])}))],2),n("div",{staticClass:"uni-placeholder",style:{height:t.height}})])},i=[],o=n("a919"),a=o["a"],s=(n("f4e0"),n("2877")),c=Object(s["a"])(a,r,i,!1,null,null,null),u=c.exports,l=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.responsive?n("uni-layout",{class:{"uni-app--showlayout":t.showLayout,"uni-app--showtopwindow":t.showTopWindow,"uni-app--showleftwindow":t.showLeftWindow,"uni-app--showrightwindow":t.showRightWindow}},[t.topWindow?n("uni-top-window",{directives:[{name:"show",rawName:"v-show",value:t.showTopWindow||t.apiShowTopWindow,expression:"showTopWindow || apiShowTopWindow"}]},[n("div",{ref:"topWindow",staticClass:"uni-top-window",style:t.topWindowStyle},[n("v-uni-top-window",t._b({ref:"top",attrs:{"navigation-bar-title-text":t.navigationBarTitleText},on:{"hook:mounted":t.onTopWindowInit}},"v-uni-top-window",t.bindWindow,!1))],1),n("div",{staticClass:"uni-top-window--placeholder",style:{height:t.topWindowHeight}})]):t._e(),n("uni-content",[n("uni-main",[n("keep-alive",{attrs:{include:t.keepAliveInclude}},[n("router-view",{key:t.routerKey})],1)],1),t.leftWindow?n("uni-left-window",{directives:[{name:"show",rawName:"v-show",value:t.showLeftWindow||t.apiShowLeftWindow,expression:"showLeftWindow || apiShowLeftWindow"}],ref:"leftWindow",style:t.leftWindowStyle,attrs:{"data-show":t.apiShowLeftWindow}},[t.apiShowLeftWindow?n("div",{staticClass:"uni-mask",on:{click:function(e){t.apiShowLeftWindow=!1}}}):t._e(),n("div",{staticClass:"uni-left-window"},[n("v-uni-left-window",t._b({ref:"left",on:{"hook:mounted":t.onLeftWindowInit}},"v-uni-left-window",t.bindWindow,!1))],1)]):t._e(),t.rightWindow?n("uni-right-window",{directives:[{name:"show",rawName:"v-show",value:t.showRightWindow||t.apiShowRightWindow,expression:"showRightWindow || apiShowRightWindow"}],ref:"rightWindow",style:t.rightWindowStyle,attrs:{"data-show":t.apiShowRightWindow}},[t.apiShowRightWindow?n("div",{staticClass:"uni-mask",on:{click:function(e){t.apiShowRightWindow=!1}}}):t._e(),n("div",{staticClass:"uni-right-window"},[n("v-uni-right-window",t._b({ref:"right",on:{"hook:mounted":t.onRightWindowInit}},"v-uni-right-window",t.bindWindow,!1))],1)]):t._e()],1)],1):n("keep-alive",{attrs:{include:t.keepAliveInclude}},[n("router-view",{key:t.routerKey})],1)},f=[],d=n("7ac7"),h=d["a"],p=(n("639e"),Object(s["a"])(h,l,f,!1,null,null,null)),v=p.exports,g=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"uni-fade"}},[t.visible?n("uni-toast",{attrs:{"data-duration":t.duration}},[t.mask?n("div",{staticClass:"uni-mask",staticStyle:{background:"transparent"},on:{touchmove:function(t){t.preventDefault()}}}):t._e(),t.image||t.iconClass?n("div",{staticClass:"uni-toast"},[t.image?n("img",{staticClass:"uni-toast__icon",attrs:{src:t.image}}):n("i",{staticClass:"uni-icon_toast",class:t.iconClass}),n("p",{staticClass:"uni-toast__content"},[t._v(" "+t._s(t.title)+" ")])]):n("div",{staticClass:"uni-sample-toast"},[n("p",{staticClass:"uni-simple-toast__text"},[t._v(" "+t._s(t.title)+" ")])])]):t._e()],1)},m=[],b=n("5222"),y=b["a"],_=(n("ff28"),Object(s["a"])(y,g,m,!1,null,null,null)),w=_.exports,x=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"uni-fade"}},[n("uni-modal",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"visible"}],on:{touchmove:function(t){t.preventDefault()}}},[n("div",{staticClass:"uni-mask"}),n("div",{staticClass:"uni-modal"},[t.title?n("div",{staticClass:"uni-modal__hd"},[n("strong",{staticClass:"uni-modal__title",domProps:{textContent:t._s(t.title)}})]):t._e(),n("div",{staticClass:"uni-modal__bd",domProps:{textContent:t._s(t.content)},on:{touchmove:function(t){t.stopPropagation()}}}),n("div",{staticClass:"uni-modal__ft"},[t.showCancel?n("div",{staticClass:"uni-modal__btn uni-modal__btn_default",style:{color:t.cancelColor},on:{click:function(e){return t._close("cancel")}}},[t._v(" "+t._s(t.cancelText)+" ")]):t._e(),n("div",{staticClass:"uni-modal__btn uni-modal__btn_primary",style:{color:t.confirmColor},on:{click:function(e){return t._close("confirm")}}},[t._v(" "+t._s(t.confirmText)+" ")])])]),n("keypress",{attrs:{disable:!t.visible},on:{esc:function(e){return t._close("cancel")},enter:function(e){return t._close("confirm")}}})],1)],1)},S=[],k=n("5a56"),C=n("da71"),T={name:"Modal",components:{keypress:C["a"]},mixins:[k["default"]],props:{title:{type:String,default:""},content:{type:String,default:""},showCancel:{type:Boolean,default:!0},cancelText:{type:String,default:"Cancel"},cancelColor:{type:String,default:"#000000"},confirmText:{type:String,default:"OK"},confirmColor:{type:String,default:"#007aff"},visible:{type:Boolean,default:!1}},methods:{_close:function(t){this.$emit("close",t)}}},O=T,E=(n("2765"),Object(s["a"])(O,x,S,!1,null,null,null)),A=E.exports,j=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-actionsheet",{on:{touchmove:function(t){t.preventDefault()}}},[n("transition",{attrs:{name:"uni-fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"visible"}],staticClass:"uni-mask uni-actionsheet__mask",on:{click:function(e){return t._close(-1)}}})]),n("div",{staticClass:"uni-actionsheet",class:{"uni-actionsheet_toggle":t.visible},style:t.popupStyle.content},[n("div",{ref:"main",staticClass:"uni-actionsheet__menu",on:{wheel:t._handleWheel}},[t.title?n("div",{staticClass:"uni-actionsheet__cell",style:{height:t.titleHeight+"px"}}):t._e(),t.title?n("div",{staticClass:"uni-actionsheet__title"},[t._v(" "+t._s(t.title)+" ")]):t._e(),n("div",{style:{maxHeight:t.HEIGHT+"px",overflow:"hidden"}},[n("div",{ref:"content"},t._l(t.itemList,(function(e,r){return n("div",{key:r,staticClass:"uni-actionsheet__cell",style:{color:t.itemColor},on:{click:function(e){return t._close(r)}}},[t._v(" "+t._s(e)+" ")])})),0)])]),n("div",{staticClass:"uni-actionsheet__action"},[n("div",{staticClass:"uni-actionsheet__cell",style:{color:t.itemColor},on:{click:function(e){return t._close(-1)}}},[t._v(" "+t._s(t.$$t("uni.showActionSheet.cancel"))+" ")])]),n("div",{style:t.popupStyle.triangle})]),n("keypress",{attrs:{disable:!t.visible},on:{esc:function(e){return t._close(-1)}}})],1)},M=[],I=n("4ccd"),$=n("a6b0"),P=n("ba15"),L=n("8aec"),R=n("5363"),B=n("72b3"),N=n("d4cd");function D(t){var e=20,n=0,r=0;t.addEventListener("touchstart",(function(t){var e=t.changedTouches[0];n=e.clientX,r=e.clientY})),t.addEventListener("touchend",(function(t){var i=t.changedTouches[0];if(Math.abs(i.clientX-n)10?(this.scrollTop+=e/3,this.scrollTop=this.scrollTop>=this.contentHeight?this.contentHeight:this.scrollTop<=0?0:this.scrollTop,this._scroller.scrollTo(this.scrollTop)):this.deltaY=e,t.preventDefault()}}},z=F,W=(n("4fef"),Object(s["a"])(z,j,M,!1,null,null,null)),q=W.exports,H={Toast:w,Modal:A,ActionSheet:q};function U(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function V(t){for(var e=1;e0&&t<1?t:1}}},c={canvasId:{type:String,required:!0},actions:{type:Array,required:!0},reserve:{type:Boolean,default:!1}}},"82c2":function(t,e,n){"use strict";n.r(e),n.d(e,"request",(function(){return d}));var r=n("f2b3"),i=n("a118"),o=n("db70");function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n>2],o+=t[(3&r[n])<<4|r[n+1]>>4],o+=t[(15&r[n+1])<<2|r[n+2]>>6],o+=t[63&r[n+2]];return i%3===2?o=o.substring(0,o.length-1)+"=":i%3===1&&(o=o.substring(0,o.length-2)+"=="),o},e.decode=function(t){var e,r,i,o,a,s=.75*t.length,c=t.length,u=0;"="===t[t.length-1]&&(s--,"="===t[t.length-2]&&s--);var l=new ArrayBuffer(s),f=new Uint8Array(l);for(e=0;e>4,f[u++]=(15&i)<<4|o>>2,f[u++]=(3&o)<<6|63&a;return l}})()},"83a6":function(t,e,n){"use strict";e["a"]={data:function(){return{hovering:!1}},props:{hoverClass:{type:String,default:"none"},hoverStopPropagation:{type:Boolean,default:!1},hoverStartTime:{type:[Number,String],default:50},hoverStayTime:{type:[Number,String],default:400}},methods:{_hoverTouchStart:function(t){var e=this;t._hoverPropagationStopped||this.hoverClass&&"none"!==this.hoverClass&&!this.disabled&&(t.touches.length>1||(this.hoverStopPropagation&&(t._hoverPropagationStopped=!0),this._hoverTouch=!0,this._hoverStartTimer=setTimeout((function(){e.hovering=!0,e._hoverTouch||e._hoverReset()}),this.hoverStartTime)))},_hoverTouchEnd:function(t){this._hoverTouch=!1,this.hovering&&this._hoverReset()},_hoverReset:function(){var t=this;requestAnimationFrame((function(){clearTimeout(t._hoverStayTimer),t._hoverStayTimer=setTimeout((function(){t.hovering=!1}),t.hoverStayTime)}))},_hoverTouchCancel:function(t){this._hoverTouch=!1,this.hovering=!1,clearTimeout(this._hoverStartTimer)}}}},"84e0":function(t,e,n){"use strict";n.r(e),function(t){function r(e){var n=getCurrentPages();return n.length&&t.publishHandler("pageScrollTo",e,n[n.length-1].$page.id),{}}n.d(e,"pageScrollTo",(function(){return r}))}.call(this,n("0dd1"))},8542:function(t,e,n){"use strict";n.d(e,"a",(function(){return _})),n.d(e,"d",(function(){return w})),n.d(e,"e",(function(){return T})),n.d(e,"b",(function(){return E})),n.d(e,"c",(function(){return A}));var i=n("f2b3");function o(t){return u(t)||c(t)||s(t)||a()}function a(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(t,e){if(t){if("string"===typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,e):void 0}}function c(t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}function u(t){if(Array.isArray(t))return l(t)}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(n){if(Array.isArray(t[n])){var r=e[n];e[n]=function(e){k(t[n],e).then((function(t){return Object(i["k"])(r)&&r(t)||t}))}}})),e}function T(t,e){var n=[];Array.isArray(h.returnValue)&&n.push.apply(n,o(h.returnValue));var r=p[t];return r&&Array.isArray(r.returnValue)&&n.push.apply(n,o(r.returnValue)),n.forEach((function(t){e=t(e)||e})),e}function O(t){var e=Object.create(null);Object.keys(h).forEach((function(t){"returnValue"!==t&&(e[t]=h[t].slice())}));var n=p[t];return n&&Object.keys(n).forEach((function(t){"returnValue"!==t&&(e[t]=(e[t]||[]).concat(n[t]))})),e}function E(t,e,n){for(var r=arguments.length,i=new Array(r>3?r-3:0),o=3;o0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return Array.isArray(t[e])&&t[e].length}function s(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=JSON.parse(JSON.stringify(t)),n=Object.keys(e),r=n.length;if(r)for(var i=0;ie-n&&tthis._t&&(t=this._t,this._lastDt=t);var e=this._x_v*t+.5*this._x_a*Math.pow(t,2)+this._x_s,n=this._y_v*t+.5*this._y_a*Math.pow(t,2)+this._y_s;return(this._x_a>0&&ethis._endPositionX)&&(e=this._endPositionX),(this._y_a>0&&nthis._endPositionY)&&(n=this._endPositionY),{x:e,y:n}},u.prototype.ds=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),t>this._t&&(t=this._t),{dx:this._x_v+this._x_a*t,dy:this._y_v+this._y_a*t}},u.prototype.delta=function(){return{x:-1.5*Math.pow(this._x_v,2)/this._x_a||0,y:-1.5*Math.pow(this._y_v,2)/this._y_a||0}},u.prototype.dt=function(){return-this._x_v/this._x_a},u.prototype.done=function(){var t=a(this.s().x,this._endPositionX)||a(this.s().y,this._endPositionY)||this._lastDt===this._t;return this._lastDt=null,t},u.prototype.setEnd=function(t,e){this._endPositionX=t,this._endPositionY=e},u.prototype.reconfigure=function(t,e){this._m=t,this._f=1e3*e},l.prototype._solve=function(t,e){var n=this._c,r=this._m,i=this._k,o=n*n-4*r*i;if(0===o){var a=-n/(2*r),s=t,c=e/(a*t);return{x:function(t){return(s+c*t)*Math.pow(Math.E,a*t)},dx:function(t){var e=Math.pow(Math.E,a*t);return a*(s+c*t)*e+c*e}}}if(o>0){var u=(-n-Math.sqrt(o))/(2*r),l=(-n+Math.sqrt(o))/(2*r),f=(e-u*t)/(l-u),d=t-f;return{x:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*e+f*n},dx:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*u*e+f*l*n}}}var h=Math.sqrt(4*r*i-n*n)/(2*r),p=-n/2*r,v=t,g=(e-p*t)/h;return{x:function(t){return Math.pow(Math.E,p*t)*(v*Math.cos(h*t)+g*Math.sin(h*t))},dx:function(t){var e=Math.pow(Math.E,p*t),n=Math.cos(h*t),r=Math.sin(h*t);return e*(g*h*n-v*h*r)+p*e*(g*r+v*n)}}},l.prototype.x=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(t):0},l.prototype.dx=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(t):0},l.prototype.setEnd=function(t,e,n){if(n||(n=(new Date).getTime()),t!==this._endPosition||!s(e,.1)){e=e||0;var r=this._endPosition;this._solution&&(s(e,.1)&&(e=this._solution.dx((n-this._startTime)/1e3)),r=this._solution.x((n-this._startTime)/1e3),s(e,.1)&&(e=0),s(r,.1)&&(r=0),r+=this._endPosition),this._solution&&s(r-t,.1)&&s(e,.1)||(this._endPosition=t,this._solution=this._solve(r-this._endPosition,e),this._startTime=n)}},l.prototype.snap=function(t){this._startTime=(new Date).getTime(),this._endPosition=t,this._solution={x:function(){return 0},dx:function(){return 0}}},l.prototype.done=function(t){return t||(t=(new Date).getTime()),a(this.x(),this._endPosition,.1)&&s(this.dx(),.1)},l.prototype.reconfigure=function(t,e,n){this._m=t,this._k=e,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())},l.prototype.springConstant=function(){return this._k},l.prototype.damping=function(){return this._c},l.prototype.configuration=function(){function t(t,e){t.reconfigure(1,e,t.damping())}function e(t,e){t.reconfigure(1,t.springConstant(),e)}return[{label:"Spring Constant",read:this.springConstant.bind(this),write:t.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:e.bind(this,this),min:1,max:500}]},f.prototype.setEnd=function(t,e,n,r){var i=(new Date).getTime();this._springX.setEnd(t,r,i),this._springY.setEnd(e,r,i),this._springScale.setEnd(n,r,i),this._startTime=i},f.prototype.x=function(){var t=((new Date).getTime()-this._startTime)/1e3;return{x:this._springX.x(t),y:this._springY.x(t),scale:this._springScale.x(t)}},f.prototype.done=function(){var t=(new Date).getTime();return this._springX.done(t)&&this._springY.done(t)&&this._springScale.done(t)},f.prototype.reconfigure=function(t,e,n){this._springX.reconfigure(t,e,n),this._springY.reconfigure(t,e,n),this._springScale.reconfigure(t,e,n)};var d=n("d4cd"),h=!1;function p(t){h||(h=!0,requestAnimationFrame((function(){t(),h=!1})))}function v(t,e){if(t===e)return 0;var n=t.offsetLeft;return t.offsetParent?n+=v(t.offsetParent,e):0}function g(t,e){if(t===e)return 0;var n=t.offsetTop;return t.offsetParent?n+=g(t.offsetParent,e):0}function m(t,e){return+((1e3*t-1e3*e)/1e3).toFixed(1)}function b(t,e,n){var r=function(t){t&&t.id&&cancelAnimationFrame(t.id),t&&(t.cancelled=!0)},i={id:0,cancelled:!1};function o(e,n,r,i){if(!e||!e.cancelled){r(n);var a=t.done();a||e.cancelled||(e.id=requestAnimationFrame(o.bind(null,e,n,r,i))),a&&i&&i(n)}}return o(i,t,e,n),{cancel:r.bind(null,i),model:t}}var y={name:"MovableView",mixins:[o["a"]],props:{direction:{type:String,default:"none"},inertia:{type:[Boolean,String],default:!1},outOfBounds:{type:[Boolean,String],default:!1},x:{type:[Number,String],default:0},y:{type:[Number,String],default:0},damping:{type:[Number,String],default:20},friction:{type:[Number,String],default:2},disabled:{type:[Boolean,String],default:!1},scale:{type:[Boolean,String],default:!1},scaleMin:{type:[Number,String],default:.5},scaleMax:{type:[Number,String],default:10},scaleValue:{type:[Number,String],default:1},animation:{type:[Boolean,String],default:!0}},data:function(){return{xSync:this._getPx(this.x),ySync:this._getPx(this.y),scaleValueSync:Number(this.scaleValue)||1,width:0,height:0,minX:0,minY:0,maxX:0,maxY:0}},computed:{dampingNumber:function(){var t=Number(this.damping);return isNaN(t)?20:t},frictionNumber:function(){var t=Number(this.friction);return isNaN(t)||t<=0?2:t},scaleMinNumber:function(){var t=Number(this.scaleMin);return isNaN(t)?.5:t},scaleMaxNumber:function(){var t=Number(this.scaleMax);return isNaN(t)?10:t},xMove:function(){return"all"===this.direction||"horizontal"===this.direction},yMove:function(){return"all"===this.direction||"vertical"===this.direction}},watch:{x:function(t){this.xSync=this._getPx(t)},xSync:function(t){this._setX(t)},y:function(t){this.ySync=this._getPx(t)},ySync:function(t){this._setY(t)},scaleValue:function(t){this.scaleValueSync=Number(t)||0},scaleValueSync:function(t){this._setScaleValue(t)},scaleMinNumber:function(){this._setScaleMinOrMax()},scaleMaxNumber:function(){this._setScaleMinOrMax()}},created:function(){this._offset={x:0,y:0},this._scaleOffset={x:0,y:0},this._translateX=0,this._translateY=0,this._scale=1,this._oldScale=1,this._STD=new f(1,9*Math.pow(this.dampingNumber,2)/40,this.dampingNumber),this._friction=new u(1,this.frictionNumber),this._declineX=new c,this._declineY=new c,this.__touchInfo={historyX:[0,0],historyY:[0,0],historyT:[0,0]}},mounted:function(){this.touchtrack(this.$el,"_onTrack"),this.setParent(),this._friction.reconfigure(1,this.frictionNumber),this._STD.reconfigure(1,9*Math.pow(this.dampingNumber,2)/40,this.dampingNumber),this.$el.style.transformOrigin="center",Object(d["b"])()},methods:{_getPx:function(t){return/\d+[ur]px$/i.test(t)?uni.upx2px(parseFloat(t)):Number(t)||0},_setX:function(t){if(this.xMove){if(t+this._scaleOffset.x===this._translateX)return this._translateX;this._SFA&&this._SFA.cancel(),this._animationTo(t+this._scaleOffset.x,this.ySync+this._scaleOffset.y,this._scale)}return t},_setY:function(t){if(this.yMove){if(t+this._scaleOffset.y===this._translateY)return this._translateY;this._SFA&&this._SFA.cancel(),this._animationTo(this.xSync+this._scaleOffset.x,t+this._scaleOffset.y,this._scale)}return t},_setScaleMinOrMax:function(){if(!this.scale)return!1;this._updateScale(this._scale,!0),this._updateOldScale(this._scale)},_setScaleValue:function(t){return!!this.scale&&(t=this._adjustScale(t),this._updateScale(t,!0),this._updateOldScale(t),t)},__handleTouchStart:function(){this._isScaling||this.disabled||(Object(d["a"])({disable:!0}),this._FA&&this._FA.cancel(),this._SFA&&this._SFA.cancel(),this.__touchInfo.historyX=[0,0],this.__touchInfo.historyY=[0,0],this.__touchInfo.historyT=[0,0],this.xMove&&(this.__baseX=this._translateX),this.yMove&&(this.__baseY=this._translateY),this.$el.style.willChange="transform",this._checkCanMove=null,this._firstMoveDirection=null,this._isTouching=!0)},__handleTouchMove:function(t){var e=this;if(!this._isScaling&&!this.disabled&&this._isTouching){var n=this._translateX,r=this._translateY;if(null===this._firstMoveDirection&&(this._firstMoveDirection=Math.abs(t.detail.dx/t.detail.dy)>1?"htouchmove":"vtouchmove"),this.xMove&&(n=t.detail.dx+this.__baseX,this.__touchInfo.historyX.shift(),this.__touchInfo.historyX.push(n),this.yMove||null!==this._checkCanMove||(this._checkCanMove=Math.abs(t.detail.dx/t.detail.dy)<1)),this.yMove&&(r=t.detail.dy+this.__baseY,this.__touchInfo.historyY.shift(),this.__touchInfo.historyY.push(r),this.xMove||null!==this._checkCanMove||(this._checkCanMove=Math.abs(t.detail.dy/t.detail.dx)<1)),this.__touchInfo.historyT.shift(),this.__touchInfo.historyT.push(t.detail.timeStamp),!this._checkCanMove){t.preventDefault();var i="touch";nthis.maxX&&(this.outOfBounds?(i="touch-out-of-bounds",n=this.maxX+this._declineX.x(n-this.maxX)):n=this.maxX),rthis.maxY&&(this.outOfBounds?(i="touch-out-of-bounds",r=this.maxY+this._declineY.x(r-this.maxY)):r=this.maxY),p((function(){e._setTransform(n,r,e._scale,i)}))}}},__handleTouchEnd:function(){var t=this;if(!this._isScaling&&!this.disabled&&this._isTouching&&(Object(d["a"])({disable:!1}),this.$el.style.willChange="auto",this._isTouching=!1,!this._checkCanMove&&!this._revise("out-of-bounds")&&this.inertia)){var e=1e3*(this.__touchInfo.historyX[1]-this.__touchInfo.historyX[0])/(this.__touchInfo.historyT[1]-this.__touchInfo.historyT[0]),n=1e3*(this.__touchInfo.historyY[1]-this.__touchInfo.historyY[0])/(this.__touchInfo.historyT[1]-this.__touchInfo.historyT[0]);this._friction.setV(e,n),this._friction.setS(this._translateX,this._translateY);var r=this._friction.delta().x,i=this._friction.delta().y,o=r+this._translateX,a=i+this._translateY;othis.maxX&&(o=this.maxX,a=this._translateY+(this.maxX-this._translateX)*i/r),athis.maxY&&(a=this.maxY,o=this._translateX+(this.maxY-this._translateY)*r/i),this._friction.setEnd(o,a),this._FA=b(this._friction,(function(){var e=t._friction.s(),n=e.x,r=e.y;t._setTransform(n,r,t._scale,"friction")}),(function(){t._FA.cancel()}))}},_onTrack:function(t){switch(t.detail.state){case"start":this.__handleTouchStart();break;case"move":this.__handleTouchMove(t);break;case"end":this.__handleTouchEnd()}},_getLimitXY:function(t,e){var n=!1;return t>this.maxX?(t=this.maxX,n=!0):tthis.maxY?(e=this.maxY,n=!0):e3&&void 0!==arguments[3]?arguments[3]:"",i=arguments.length>4?arguments[4]:void 0,o=arguments.length>5?arguments[5]:void 0;null!==t&&"NaN"!==t.toString()&&"number"===typeof t||(t=this._translateX||0),null!==e&&"NaN"!==e.toString()&&"number"===typeof e||(e=this._translateY||0),t=Number(t.toFixed(1)),e=Number(e.toFixed(1)),n=Number(n.toFixed(1)),this._translateX===t&&this._translateY===e||i||this.$trigger("change",{},{x:m(t,this._scaleOffset.x),y:m(e,this._scaleOffset.y),source:r}),this.scale||(n=this._scale),n=this._adjustScale(n),n=+n.toFixed(3),o&&n!==this._scale&&this.$trigger("scale",{},{x:t,y:e,scale:n});var a="translateX("+t+"px) translateY("+e+"px) translateZ(0px) scale("+n+")";this.$el.style.transform=a,this.$el.style.webkitTransform=a,this._translateX=t,this._translateY=e,this._scale=n}}},_=y,w=(n("7c2b"),n("2877")),x=Object(w["a"])(_,r,i,!1,null,null,null);e["default"]=x.exports},8875:function(t,e,n){var r,i,o;(function(n,a){i=[],r=a,o="function"===typeof r?r.apply(e,i):r,void 0===o||(t.exports=o)})("undefined"!==typeof self&&self,(function(){function t(){if(document.currentScript)return document.currentScript;try{throw new Error}catch(f){var t,e,n,r=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,i=/@([^@]*):(\d+):(\d+)\s*$/gi,o=r.exec(f.stack)||i.exec(f.stack),a=o&&o[1]||!1,s=o&&o[2]||!1,c=document.location.href.replace(document.location.hash,""),u=document.getElementsByTagName("script");a===c&&(t=document.documentElement.outerHTML,e=new RegExp("(?:[^\\n]+?\\n){0,"+(s-2)+"}[^<]*

      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 JPDHLkV1oU~cF+I- literal 0 HcmV?d00001 diff --git a/views/wechat/static/img/task_coupon_icon.png b/views/wechat/static/img/task_coupon_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..816096457dbb72cd3eff9af1b4e14b38784c331a GIT binary patch literal 2425 zcmV-<35NEGP)q5D|p@?;f#2dq@DjZ9pV* zoZh&4*L&`mx@Qs3?XTLQJQY702}%^b5g&e3%X_@(uCCb7V| z065YoR{z&KxE_%SIDy7Ox*~Uv{O?nfB@r+@0C*kZ89F%9CpZ@X&xkfF#;-2UnJ_s` zoJYWj0E~X<9(nCC>3{EUudR2ToD87B*^GBzk;84W#0Feu7P&{4$Mr0L75%G-=kP@C z4O?-3HT`{fIy4Jl#XZ96{pX(YQvp=lKa2h@ONV9vj6M*WjObswMYH->1-Nbh?(}yC zz#tm*FUxQCK*-d;t6;bK8{cW6U(p?#N{40utYnTbNQh^M>8rh-QGd7A`747h17IcZ zi>MU2KD!`0C!@!EXo{59^ z=F{`PZOz##T_d!NwE3|*5ZwP)F#gO?9xP}?vfk3`vif@!VCX00f0ce<82nx22itL+ zspl`FzZGD59H&IEcs~fwSadcQvqYCVh#|qV!EOPkh$sD5aTwAuqhrNQ;y|jnnDt=v z$r&L6(0o%>WG}90e*~L;cWF2^17J){1-Z(i9!1r96&f)3xE&@6PDQ&`f2XEHvjE1# z6@M7*tAZYp#YWC%WDQ_n<&_#v%>8X16>*z3Z|&mJKilsMJMQiD~YMiqwZ;43H$x=$r59?;Exi04rQv zm0ePHSI}(($Y;7!9`{DBztZ0o0He=n`3?qMC8m`UUh3gf3*;gQ3TXkO-hAj zMPy5{>MP5LhzV$YxP+(zSP|2eK@V_ov=9M0xI#?xbOX>DbLFPDLjo>U0Ha^TsH4P1 zjyT&FRo%7q;&P4wk;M(Y#{l6fE{ic-wGf(V|0+Xu%SPi~pi)k!w#02o}S@XT< zT6#FO3SbadDFmoWAx5HFTz~+WV%l4j-gSU$51sMaTXD@q2_(w0RI3CyYUEUAm%ur+ zradBO#m8sBwPV9VBe=`8Yn1>;Yo)7vVfy*el3waX7+SNO!*r#s&h!>m4_ru+6ql_M z;45%2UAE|XAuEfGB6$T|?zT(;wvi(c8Oi zt2h{XC>lk|$SAQmeRQOuDyF@tmgU??FsB89t`NaZ1GMd^3gD;(P0KYZ5_^PT{+H)+ z_4e@4FOL=@>_xQ*F3;ao!8r`vDiN*f-_?qWRvq-Vbl`tBmF9smifW+`YfyRpwAZ=# zpaPbC+{nW#I9N$EthgndpQjF5t28p_UXIuvi5w{;=!s=4W{BlOz^&rosC$IxXXsz0 zdLy#v*~aFny|}X1FQa6Kf?ENw!o7I@YOSRaaDSa$JvtVWWh&vHSh4 z{&G>! zCN#U)D4BQ!@oWfk_W2bB_83d|K=u*9%IWQU6TKR^?O2bFgk`yiJ$JXelcWc5m(|7P zYNI(<-gm2pS4A?sYF@P$c{GpiL1?S1nqkPQq&9zln8|Z|&iIsA$V$yLZ3(NlRbwq9 zJvuV1dcQRHy*I$w_%4YIj!i4vZe~O2!pTrl*j;6km^VvlqYK#+udO?V@AOCUcZI>ZR}Op& z3Ad9|j1I2IBY-8yGwQ>NY+F{#$Xo>Ane?W0$C!-Crq$@co11us#Azp|)KgW4+ro~# zC&N0|t@?<7OZ~fgrWc--sk-)Th=;VX6Wo*MJ<+^6VHKM*(}O+ztByar{U{jqA{1%? zj_NnM3(=pZ%bJ+7{Uqy|?59G1u8wh}PG4B+7GOpHo^d+djQ(9EqP0k^D>m99ll45W zpOFv$DxpJwnd6OY?Vtib@_fgP=$c2g$n~DV=DA~$e$_TTb=u9=5n#nVs!Vr{CaS0p zl~}Xwd;WJDUCT78>^LpJyOBcztRxpae{hyyd-rhx(%pz!zZGK{_1OcQ+?|~RC%~Ww zBZu9^L_$&j;s$TkRfO9-AX=Z25hRZPih$F-qP^nL)uTas9X5$QcBy;61vpY2d4~S& r4cvwZ87-RGVXqQ(ru`WV@fhb%`Su%<`=4p-00000NkvXXu0mjfuVS;x literal 0 HcmV?d00001 diff --git a/views/wechat/static/img/task_score_icon.png b/views/wechat/static/img/task_score_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6f688ea5fc31b9d0e2608099c22e36a8596cf6e4 GIT binary patch literal 2296 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
      GEKI4q_ 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 E0P^2;Z2$lO literal 0 HcmV?d00001 diff --git a/views/wechat/static/img/two.png b/views/wechat/static/img/two.png index ad1b3722b51f5f218a34fe94dbbd46dfb1ae22f4..b5cf8da2063d9e17f4a56bfbfd7c575b6de5c9ad 100644 GIT binary patch literal 50848 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
      GEKI4q_ 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 E0P^2;Z2$lO literal 127432 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 literal 0 HcmV?d00001 diff --git a/views/admin/img/task-user-bg.76ee851f.png b/views/admin/img/task-user-bg.76ee851f.png new file mode 100644 index 0000000000000000000000000000000000000000..033de3aee7a934911f105270b6bd14534844090d GIT binary patch literal 49545 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